Skip to content

Conversation

@alexlib
Copy link
Contributor

@alexlib alexlib commented Sep 9, 2015

replace %f with %g to plot values which are below the 1e-6

simple example:
x = linspace(-2_pi,2_pi);
y = 1e-7*sin(x);
fig = figure;
plot(x,y1,x,y2);
fig2plotly(fig)

destroys the plot without the proposed fix.

replace %f with %g to plot values which are below the 1e-6
@BRONSOLO
Copy link
Member

BRONSOLO commented Sep 9, 2015

Thanks @alexlib! Could you also update the version number from 2.2.2 to 2.2.3? Here is an example of how to do that: d6e810b

MATLAB PLOTLY API WRAPPER 2.2.3
see also README.MD
@alexlib
Copy link
Contributor Author

alexlib commented Sep 9, 2015

here it is.

@chriddyp
Copy link
Member

chriddyp commented Sep 9, 2015

thanks @alexlib !

@BRONSOLO
Copy link
Member

BRONSOLO commented Sep 9, 2015

Looks good! 💃 Thanks again.

BRONSOLO added a commit that referenced this pull request Sep 9, 2015
@BRONSOLO BRONSOLO merged commit 64b99f2 into plotly:master Sep 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants