Hi there, a year ago this call:
fig = py.get_figure(“https://plot.ly/~friedrichz/473/volume-usd-vs/#/”)
was working just fine and we used the layout to display our charts, so effectively this (another example)
py.get_figure(“https://plot.ly/~friedrichz/484”)[‘layout’]
But now, when we run the code, the get_figure fails with this message:
Invalid properties specified for object of type plotly.graph_objs.layout.xaxis.Rangeslider: (‘yaxis2’, ‘yaxis3’, ‘yaxis4’)
It’s happening with each plot.ly chart pre-configured in the editor.
Any assistance would be appreciated.
Thanks,
Howard