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
When I create a scatter plot with y values between 0 and 0.01, the y axis still goes up to 1, making the chart effectively unusable. When I multiply all values with 100 or 1000 before, the axis is scaled correctly. Autoscaling should honor decimal places as well.
The text was updated successfully, but these errors were encountered:
When I create a scatter plot with y values between 0 and 0.01, the y axis still goes up to 1, making the chart effectively unusable. When I multiply all values with 100 or 1000 before, the axis is scaled correctly. Autoscaling should honor decimal places as well.
The text was updated successfully, but these errors were encountered: