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
fromplotlyimporttoolsimportplotly.plotlyaspyimportplotly.graph_objsasgofig=figure()
ax3=subplot2grid((2,2),(0,1),rowspan=2)
ax1=subplot2grid((2,2),(0,0))
ax2=subplot2grid((2,2),(1,0))
ax1.plot([1,2],[5,2])
ax2.plot([1,2],[2,3])
ax3.plot([4,2],[7,3])
ax3.legend('dfsdf')## Without this line it does worksuptitle(Cell1)
plot_url=py.plot_mpl(fig)```
The text was updated successfully, but these errors were encountered:
@cldougl This one is handled by #416
Although it may or may not convert the legend properly ( that depends on how the mpl figure is defined), but it will ensure that the conversion does not fail. Please feel free to review and comment,
Uh oh!
There was an error while loading. Please reload this page.
This does not work, the problem is the legend
The text was updated successfully, but these errors were encountered: