Search found 6 matches

by Clandestino
Mon Sep 03, 2007 8:57 am
Forum: JFreeChart
Topic: Chart X and/or Y-axis
Replies: 13
Views: 17364

Thanks David.

Do you think you could post the full method(s) instead of the CVS diff?

Best regards,
Erik
by Clandestino
Fri Aug 31, 2007 3:06 pm
Forum: JFreeChart
Topic: Chart X and/or Y-axis
Replies: 13
Views: 17364

Yeah, I saw that too. Glad to hear that you are working on it! Any solution is ok :D
by Clandestino
Thu Aug 30, 2007 5:27 pm
Forum: JFreeChart
Topic: Chart X and/or Y-axis
Replies: 13
Views: 17364

Hello again. I have beaten my head bloody against this problem. The fix above helps me get the first plot right, but I need to be able to update the dataset when new calculation data is available. Below is a sample program that illustrates what happens. Please excuse the messy code, it was difficult...
by Clandestino
Thu Aug 16, 2007 10:43 am
Forum: JFreeChart
Topic: Chart X and/or Y-axis
Replies: 13
Views: 17364

Hi, I have the exact same problem. In my program, the chart displays values from a calculation. I re-use the same dataset. When the "calculate" button is pressed, the dataset is cleared, and when the calculation is done the dataset is updated with fresh data. I have made sure that davids and Priyas ...
by Clandestino
Tue Feb 06, 2007 3:19 pm
Forum: JFreeChart
Topic: To Those Who Use JFreeChart for Dynamic Plotting/Large Sets
Replies: 100
Views: 262831

Last line not rendered

Hi, Maybe I don't really need FastXYPlot, but I though I'd give it a try anyway. I connect my datapoints with lines, and using the (latest) code posted above, the "last" line is not rendered. I fixed this by changing private int findItemIndex(ArrayList<Double> values, double value, int maxCount) { i...
by Clandestino
Tue Jul 25, 2006 3:21 pm
Forum: JFreeChart
Topic: statistical data with logarithmicaxis
Replies: 0
Views: 2823

statistical data with logarithmicaxis

Hi, A newbe question: I have statistical time-dependent data that needs to be plotted with error-bars and logarithmic axes. By implementing the StatisticalCategoryDataset interface I have managed to create a line plot with standard deviation error bars, but I don't know how to put a LogarithmicAxis ...