I create a XYLineChart but the axis X and axis Y are not equal.
I want the axis X is equal to axis Y.
Is it possible?
Thanks
the axis X is equal to axis Y.
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
The original poster probably means a chart where the units along the x-axis are equal (in pixels) to the units along the y-axis (so that squares look square). JFreeChart doesn't support that at present (it would need some changes to the auto-range mechanism that could get a little tricky when there are multiple axes to consider) but it would be a nice feature.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

