I am using java to manipulate statistical data in XChart.
I have the charts working but they are using linear scales.
The charts work but the data would be better represented with a logarithmic scale on the y axis.
I have looked online and cannot find any reference as to whether there is a command that can convert the x or y axis to logarithmic rather than linear...
My data is clustered between 1 and 10 but there are a few values that go over 1000....I want to be able to represent all of the points on the chart.