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
Hi @jjnurminen , I just tried this out with version 3.2.1 and I'm not seeing the issue in your screenshots above. If you're still interested, could you give it another try with version 3.2+? Thanks!
The plotly examples suggest doing filled curves by
go.Scatter
. I'm trying to fill a rectangular box. The following code works fine:Result as expected:

However after changing to
yval = 1e3
, I get:In other words, zooming the plot with the bigger rectangle seems to screw up its dimensions.
The text was updated successfully, but these errors were encountered: