You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given there are X entries to be plotted as a scatter plot
And I have given a height in the layout (X * 20)
When I plot a scatter plot chart
Then there is an empty space at the top & bottom
(empty space increases with the number of entries)
Expected:
Given ....
When I plot a scatter plot chart
Then there is no empty space at the top & bottom
we add "padding" about the y-axis range for scatter traces except in a few cases (full logic here)
that "padding" is computed as 5% of the axis length, meaning the longer the y-axis, the greater the number of pixel of padding within the y-axis range (see logic here)
We are hoping to make our autorange behavior more configurable in the future. You can subscribe to #1876 for the most up-to-date development info.
Issue:
Given there are X entries to be plotted as a scatter plot
And I have given a height in the layout (X * 20)
When I plot a scatter plot chart
Then there is an empty space at the top & bottom
(empty space increases with the number of entries)
Expected:
Given ....
When I plot a scatter plot chart
Then there is no empty space at the top & bottom
Minimum Repro Steps:
https://codepen.io/bewithjonam/pen/GRJoKLG
The text was updated successfully, but these errors were encountered: