statistical data with logarithmicaxis

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Clandestino
Posts: 6
Joined: Tue Jul 25, 2006 2:49 pm

statistical data with logarithmicaxis

Post by Clandestino » Tue Jul 25, 2006 3:21 pm

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 on a CategoryPlot.

Is there something similar to StatisticalXYDataset?

Regards,
Erik

Locked