Open archiewood opened 3 months ago
I believe the line causing the behaviour is here
Despite the plot function increasing range so the xmin and xmax are a nice "rounded" number that divides by 10 (not sensible behaviour for dates), the x labels being used are the ends of the date range the user supplies
Issue
When I plot three different charts with identical y data, but transpose the x range, the x labels are incorrect, and the displayed ranges differ.
To reproduce
Expected behaviour
The x ranges start and finish at the same point relative to the first datapoint
OR
The x labels are the actual labels for the starting point of the axis, rather than the beginning and end of the range
Actual behaviour
The scales are all different