Search found 6 matches
- Wed Nov 07, 2007 3:07 pm
- Forum: JFreeChart
- Topic: To Those Who Use JFreeChart for Dynamic Plotting/Large Sets
- Replies: 100
- Views: 263015
fishyness
Dave, Thanks for the response. That was the odd thing! The old version did somehow do tooltips and it was quicker?!? (I think is is the ver, I copied this from JFreeChart.java " * $Id: JFreeChart.java,v 1.18 2002/10/18 14:37:03 mungady Exp $") I would investigate further but now I have a workaround ...
- Wed Nov 07, 2007 9:54 am
- Forum: JFreeChart
- Topic: To Those Who Use JFreeChart for Dynamic Plotting/Large Sets
- Replies: 100
- Views: 263015
forgot
I forgot to say, this gives at least a 10 fold decrease in memory used, according to my debug outputs.
- Wed Nov 07, 2007 9:49 am
- Forum: JFreeChart
- Topic: To Those Who Use JFreeChart for Dynamic Plotting/Large Sets
- Replies: 100
- Views: 263015
A simple workaround for the high Jfree mem use in XYPlots
Thanks for the post. There are some good ideas. I have one case with ioGAS where we plot 5 or 10 million points on the screen, AND I DON'T NEED TOOLTIPS. It used to work with a two year old version of JFreeChart, but not now (out of mem ex)! There is something fishy about the entity collection code ...
- Mon Jun 11, 2007 7:02 am
- Forum: JFreeChart
- Topic: I have written a new BoxAndWhisker Renderer -
- Replies: 5
- Views: 6130
I will post changes
ok I am trying again to get a sourceforge password, so I can submit the changes properly.
- Mon May 14, 2007 10:38 am
- Forum: JFreeChart
- Topic: I have written a new BoxAndWhisker Renderer -
- Replies: 5
- Views: 6130
ok - will post when i get password
I'll post when I get a password back from sourceforge... All I have done is::: Added: TukeyBoxAndWhiskerRenderer (this is the new bit) Changes: * BoxAndWhiskerCalculator.java Have changed tukey constants from 1.5 / 2 to 1.5 /3 Have made this class calc absolute min and max also. * BoxAndWhiskerItem....
- Fri May 11, 2007 9:27 am
- Forum: JFreeChart
- Topic: I have written a new BoxAndWhisker Renderer -
- Replies: 5
- Views: 6130
I have written a new BoxAndWhisker Renderer -
I work on ioGAS which uses JFreeChart a lot. We needed a Tukey plot, to identify outliers in Geochem data. Rather than starting from scratch it was easier to use the JFree framework. Essentially I have written a new renderer to replace the existing one. See header below. If this is useful I can send...