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
Dang! That path collection is out of this world. I totally don't know what to do with it yet! Plotly can only import path collections linked to 'data' coordinates
Python 2:
ValueError:
Invalid value of type '__builtin__.bool' received for the 'tickmode' property of layout.yaxis
Received value: False
The 'tickmode' property is an enumeration that may be specified as:
- One of the following enumeration values:
['auto', 'linear', 'array']
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Related to this issue - plotly/plotly.py#552
Probably because
Scatter
doesn't havecolorbar
attribute.Documentation needed to be updated for the Matplotlib based tutorials that implements
colorbar
Getting an error like this:
Python 3:
Python 2:
The text was updated successfully, but these errors were encountered: