---------------------------------------------------------------------------
PlotlyDictKeyError Traceback (most recent call last)
<ipython-input-46-ecb1de7a2c42> in <module>()
4 width=500,
5 height=500,
----> 6 colorbar=False
7 )
/opt/conda/lib/python3.5/site-packages/plotly/graph_objs/graph_objs.py in __init__(self, *args, **kwargs)
373 d = {key: val for key, val in dict(*args, **kwargs).items()}
374 for key, val in d.items():
--> 375 self.__setitem__(key, val, _raise=_raise)
376
377 def __dir__(self):
/opt/conda/lib/python3.5/site-packages/plotly/graph_objs/graph_objs.py in __setitem__(self, key, value, _raise)
424 if _raise:
425 path = self._get_path() + (key, )
--> 426 raise exceptions.PlotlyDictKeyError(self, path)
427 return
428
PlotlyDictKeyError: 'colorbar' is not allowed in 'layout'
Path To Error: ['colorbar']
Valid attributes for 'layout' at path [] under parents []:
['radialaxis', 'boxgroupgap', 'yaxis', 'angularaxis', 'width',
'hidesources', 'margin', 'geo', 'boxgap', 'bargap', 'legend',
'hovermode', 'plot_bgcolor', 'xaxis', 'shapes', 'smith', 'annotations',
'title', 'hiddenlabels', 'scene', 'titlefont', 'boxmode', 'height',
'paper_bgcolor', 'dragmode', 'barmode', 'orientation', 'bargroupgap',
'hiddenlabelssrc', 'barnorm', 'showlegend', 'ternary', 'font',
'direction', 'separators', 'autosize']
Run `<layout-object>.help('attribute')` on any of the above.
'<layout-object>' is the object at []