-
Notifications
You must be signed in to change notification settings - Fork 13
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
Y axis ticks positions - Failed to replace them #59
Comments
You should see at the log axis renderer. here: http://www.jqplot.com/deploy/dist/examples/dateAxisLogAxisZooming.html
|
hi, I have the same problem! So it is that the log does not behave correctly when you have defined ticks "0001, 0:01, 0.1, 1, 2.5," in the case would need to use a breakpoint, but it only accepts one range. |
I have the same problema that israelandra is facing svandecappelle |
Why don't you use the LogAxisRenderer like that: Is it the expected render ? |
Hi, |
I really don't understand the problem. Did you import the |
the problem is that the ranges of 0.001, 0:01, 0.1 are all together, and I need to leave space between them, so the ideal would be to do the same done with intervals of 1 to 2.5 using breakpoints. |
I have in my Y axis following values [0.001, 0.01,0.1,1, 2.5], since the first ranges 0.001 to 0.01 and 0.01 to 0.1 occupy let's say 5% of the height of the Y axis, I would like to change this proportion so that I could view this data in "more details". I've run through many blogs and stuff, found nothing.
That's the deal, can somebody help me?
The text was updated successfully, but these errors were encountered: