I have a scatter plot that is configured to use autoscale however I would like it to autoscale without any padding between the data and the axis. If I switch from markers to lines the first data point aligns against the first axis.
In the plot below you can see where is the spacing is between the first point and the y axis. Is there a way to make the data plot closer to the axis when using markers?
Also run into this issue…
Have line-scatter as wanted; now needed lines+markers and booom i got a padding. This is really frustrating that plotly does so much “magic” if you just change one small thing.