i have a chart which has logarithmic axes. the last point (100000) on the x axis gets cut off by the border. how do i increase it so as to show the entire 100000 instead of 1000 ???
[/img]
Border problem
-
- Posts: 7
- Joined: Thu Jul 20, 2006 10:37 am
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
The only workaround is to call plot.setInsets() and add some extra whitespace around the plot for the labels to use.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


Border problem
david,
that worked like a charm. thanks !!
that worked like a charm. thanks !!