-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incorrect axis labels for log plots #179
Comments
Works for me. Which version of Winston? And this looks like Windows? |
I tried the latest version 0.11.6 and also checking out master. Here's my version info (linux although you're right I did x forward the plot): |
If the pango error is related, you might try replacing |
Thanks for this suggestion, I tried this a couple weeks back, without success, but I may not be interpreting it correctly. Due to time pressure I ended up plotting it another way. I was not able to recreate this problem natively on my windows machine using Julia 0.3.3 |
Julia Version 0.4.0-dev+1420
using Winston
semilogy([0.01,0.1,1,10,100,1000,10000,70000])
Notice the repeated 1000 on the y-axis, which should really be 1000,10000,100000. Possibly trimming the labels to 4 characters?
this comes with some warnings of the following form, so maybe its not a Winston issue?:
(process:1663): Pango-WARNING **: pango_layout_set_markup_with_accel: Attribute 'font' is not allowed on the tag on line 1 char 48
The text was updated successfully, but these errors were encountered: