This helped a lot !
Thank you !
Search found 6 matches
- Mon Apr 06, 2009 9:54 am
- Forum: JFreeChart
- Topic: Expand bars in a BarChart
- Replies: 2
- Views: 2773
- Sun Apr 05, 2009 11:06 pm
- Forum: JFreeChart
- Topic: Expand bars in a BarChart
- Replies: 2
- Views: 2773
- Sun Mar 22, 2009 9:51 am
- Forum: JFreeChart
- Topic: Adding a gap to an axis.
- Replies: 0
- Views: 1680
Adding a gap to an axis.
Hi guys, I have a problem with the display of my Time Series pLot. I want to update the plot way before the right edge of the ChartPanel. In MemoryUsageDemo for example, you can see that the plot is getting updated at the right edge of the panel. Is there any way to add a gap or something between th...
- Tue Mar 10, 2009 11:44 am
- Forum: JFreeChart
- Topic: same space length between ticks in axis
- Replies: 8
- Views: 14089
Re: same space length between ticks in axis
I've just seen your last demo update. What your program does is much more clearer now. This is not exactly solving my problem by may help a lot since I got no better solution. Great work and thank you for your help.
- Mon Mar 09, 2009 2:39 pm
- Forum: JFreeChart
- Topic: same space length between ticks in axis
- Replies: 8
- Views: 14089
Re: same space length between ticks in axis
Hi, thank you for your answer. I just launched FixedDataAreaSizeDemo.java after patching JFC witch FixedDataAndPlotArea_corr.diff. The point is that I dont really see any square on the screen aside the red dots. Maybe this is just about setting a fixed size to the plot window using plot.setFixedData...
- Sat Mar 07, 2009 1:23 am
- Forum: JFreeChart
- Topic: same space length between ticks in axis
- Replies: 8
- Views: 14089
same space length between ticks in axis
Hi guys, I'm a new user of this great library since last week. But I'm also having a problem scaling the x-axis and the y-axis so they have the same scale i.e. length between ticks of the 2 axis should be exactly the same. Here is what I've been able to do so far but that's not that good... import j...