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'm on plotly 6.1.2; Python 3.11.11; on Ubuntu 24.10 and using the notebook_connected renderer.
While trying to plot some data, I noticed that the following code doesn't plot the lines between the markers, but the go.Scatter version works just fine. My series has exactly 768 float64 data points and contains no NaN values. Is this problem related to the number of data points I'm trying to plot? Or is it related to something else?
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.
I'm on plotly 6.1.2; Python 3.11.11; on Ubuntu 24.10 and using the
notebook_connected
renderer.While trying to plot some data, I noticed that the following code doesn't plot the lines between the markers, but the
go.Scatter
version works just fine. My series has exactly 768 float64 data points and contains no NaN values. Is this problem related to the number of data points I'm trying to plot? Or is it related to something else?The text was updated successfully, but these errors were encountered: