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
I find only adding new data will the type of x in the scatter change? If the data is not new, the type will not change, even if the property is assigned again? But this is a counter-intuitive thing.(Maybe?)
Hoping for solving my confusion.
System Env
Windows 10 22H2
python 3.9.7
plotly 6.0.1
numpy 1.26.4
The text was updated successfully, but these errors were encountered:
Hi - we are trying to keep the issues and PRs in Plotly's public repositories tidy so that we can focus on things that are most important to our community. For tech support and "how-to" questions, please post in our community forum https://community.plotly.com/. Thank you - @gvwilson
Uh oh!
There was an error while loading. Please reload this page.
Thanks for developing plotly that greatly facilitate my work!
I found something when trying this example:
First, draw a plot with a line:
Second, try to update the plot with updating the data.
If I test these code:
The output is
and a plot
While If I use these code:
the output is
I find only adding new data will the type of x in the scatter change? If the data is not new, the type will not change, even if the property is assigned again? But this is a counter-intuitive thing.(Maybe?)
Hoping for solving my confusion.
System Env
Windows 10 22H2
python 3.9.7
plotly 6.0.1
numpy 1.26.4
The text was updated successfully, but these errors were encountered: