Open
Description
Related to this issue - plotly/plotly.py#552
Probably because Scatter
doesn't have colorbar
attribute.
Documentation needed to be updated for the Matplotlib based tutorials that implements colorbar
- https://plot.ly/ipython-notebooks/baltimore-vital-signs/
- https://plot.ly/matplotlib/colors-and-colormaps/ - must be fixed along with HTML to ipynb update in Convert Matplotlib HTML to ipynb #802
Getting an error like this:
Python 3:
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']