HorizontalLogarithmicAxis

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

HorizontalLogarithmicAxis

Post by Arnold » Thu May 30, 2002 6:26 pm

Anyone working on the HorizontalLogarithmicAxis, is this something I can just basically change the VerticalLogarithmicAxis name to HorizontalLogarithmicAxis and use, or probably more to it.

David Gilbert

Re: HorizontalLogarithmicAxis

Post by David Gilbert » Thu May 30, 2002 7:53 pm

Eric Thomas kindly contributed a HorizontalLogarithmicAxis class along with an improved VerticalLogarithmicAxis class. It's available now from CVS on SourceForge, and it will be included in the next release (0.9.0).

Regards,

DG.

Arnold

Re: HorizontalLogarithmicAxis

Post by Arnold » Fri May 31, 2002 1:46 pm

David

thanks for the info, do you know when the 0.9.0 will be release.

to set y-axis to HorizontalLogarithmicAxis,
do I use Plot.setHorizontalAxis(new HorizontalLogarithmicAxis(...) );

Locked