rotate y axis
rotate y axis
Is there a possibility to rotate the y axis? That means that for example the minimum of y is 20 and the maximum is 1 . I want to start the y axis with 20 and end it with 1. So that the y value of 20 starts direct at the x axis line and ends with 1 at the end of the y axis.
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
You just need to call axis.setInverted(true).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

