Graph Plot in JFreeChart
问题 On the X axis my data points(20 of them) take values between 0 and 0.2. My X axis should have range from 0 to 1. On the Y axis corresponding values are between 0.8 and 0.86. When I plot this graph using NumberAxis in JFreeChart I get very dense graph especially in the interval X belongs to 0.01 to 0.02.(so I can't see much) Is it meaningful to use log scale for X axis in this case? How should I adjust LogAxis in JFreeChart here? 回答1: To use LogAxis, just create the axis and set it as the plot