I am trying to get polar subplots working in the new version of plotly.py, but this example returns the following:
ValueError: Invalid properties specified for object of type plotly.graph_objs.Layout: ('polar4', 'polar2', 'polar3')
.
Also, trying to get polar subplots working with the subplot instructions provided with the plotly.py update here (plotly.tools.make_subplots
and add_trace
) leads to:
ValueError: Invalid property specified for object of type plotly.graph_objs.Scatterpolar: 'xaxis'
(despite not explicitly specifying an xaxis
attribute).
Any help would be appreciated, thanks.