Log axis?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Imran

Log axis?

Post by Imran » Tue Sep 26, 2000 6:03 pm

Hi,

Is there any way to get an XYPlot to plot using log axes?


Imran

David Gilbert

RE: Log axis?

Post by David Gilbert » Wed Sep 27, 2000 8:03 pm

Hi Imran,

There is no support for logarithmic axes in the current version of JFreeChart. They are on the plan, it's just a matter of finding time to figure out the implementation and write the code...actually I'm hoping that someone else will do it!

It should be possible to write some new log axis classes as drop-in replacements for the existing axis classes, without modifying the xxxPlot classes at all - well in theory, anyway.

Does anyone want the job?

Regards,

DG.

Locked