-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plotly.express line documentation error in line_shape #2812
Comments
I got tripped up by this as well. My workaround was to set I also tried I really want splines and also didn't notice that big a difference in the performance. (my plot is probably just over the large size though) Hoping for a better solution from the plotly team! |
Moving to the plotly.py repo, as there really isn't an issue in plotly.js, it's just the internal logic in px. Perhaps the right solution here is to prevent automatically switching from |
I am also getting the error after migrating to Python 3.9 and plotly==5.10.0 fig = plx.line(df,x="x", y="y", color="z",
labels=labels,
width=224,
height=245,
line_shape= "spline"
) Error message:
Does anyone know work-around to fix this issue ? |
Getting same error when I load my df from multiple csv.
|
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for a while, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Alternatively, if it's a request for tech support, please post in our community forum. Thank you - @gvwilson |
Hello, I am trying to pass
line_shape='spline
' as documented (https://plotly.com/python-api-reference/generated/plotly.express.line.html#plotly.express.line) but am getting the following error:` Invalid value of type 'builtins.str' received for the 'shape' property of scattergl.line
Received value: 'spline'
The text was updated successfully, but these errors were encountered: