I have two series of daily data, displayed on a Scatter Plot with date on the x-axis. One series is orange, the other is blue. Here is the chart: Scatter Plot
The x-axis labels appear on the major tick marks every 100 days. I want the labels to appear on the first day of every third month.
Is there a way to get a regular spacing of x-axis labels based on the number of months in a Scatter Plot?
When I try to do this in a Line Chart I get this: Line Chart
Note that the orange series in the Line Chart has moved all the way to the left of the chart where it does not belong.