A
Avatar Viper
I am using JFreeChart 0.921
I have a set of data, for example
x - 0.0, 0.4, 1.3, 1.9, 2.3, 3.3 and
y - 0.0, 1.0, 2.0, 3.0, 4.0, 5.0.
I can make XYPlot, and x-axis scale shows 0 to 4. What I want is to
display the scales using the numbers of x, as
I have a set of data, for example
x - 0.0, 0.4, 1.3, 1.9, 2.3, 3.3 and
y - 0.0, 1.0, 2.0, 3.0, 4.0, 5.0.
I can make XYPlot, and x-axis scale shows 0 to 4. What I want is to
display the scales using the numbers of x, as