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
Sets the dash style of lines. Set to a dash type string ("solid", "dot", "dash", "longdash", "dashdot", or "longdashdot") or a dash length list in px (eg "5px,10px,2px,2px").
The latter option no longer appears to be valid, yielding a ValueError. For example, the following does not work (tested in a Jupyter notebook):
I just opened an associated issue on the Plotly.js project to work out how we should handle this case. Check it out if you're interested in what went wronge here: plotly/plotly.js#2903
In plotly.py 3.x, I can no longer specify a dashed line by specifying a string of dash lengths. Before updating to version 3, I could do this.
From the docs for
scatter -> line -> dash
:The latter option no longer appears to be valid, yielding a
ValueError
. For example, the following does not work (tested in a Jupyter notebook):The text was updated successfully, but these errors were encountered: