Closed
Description
Scatter graph with traces using autorange on x-axis has left and right gap if any of the traces has markers
flag set on trace.mode
.
If mode='lines'
for all traces, the leftmost trace points are displayed on the leftmost point of X-axis, but if the mode
is changed to e.g. lines+markers
, there is a gap from the left and from the right. This visualization looks strange for time series data - it looks like there are no data point within the gaps..
See sample, change the traceX.mode
to lines
to see the difference.