plotly_matlab
plotly_matlab copied to clipboard
shouldn't need credentials to create a `plotlyfig` now that `plotlyfig`s are used in offline mode
"Error using ==> plotlyfig>plotlyfig.plotlyfig at 47
Oops! You must be signed in to initialize a plotlyfig object."
cc @cldougl @BRONSOLO
good call! :100:
I just encountered this issue: plot(1:10); fig2plotly(gcf, 'offline', true); results in the Oops! offline error
Any update on this bug?