Hello,
I need to reverse my y axis (i.e. I need to have larger value at the lower part
of the plot). I tried to do the following:
presAxis.setRange(1050.,0.);
It didn't work. What should I do?
Thanks,
Jane
How to reverse y axis?
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
presAxis.setInverted(true).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

