scatter plot with dates at x axis — add custom labels on X axis
问题 I want to have a scatter plot with dates in x-axis. Because if I use ChartFactory.getTimeChartView I receive a line graph and the problem is: I make plot with current date as x axis and data (user input) as y axis.I store these data (date and user data) in Lists and also in a file. The user may enter multiple times data during a day.And some of the data may be the same,so if I use a Linegraph the plot messes up.That's why I need scatter. 1)How can I do this? 2) Also, can someone point me to