Skip to content

Grid values, axes and rendering not matching with those from MATLAB when using any log-related plot #171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
xarico10 opened this issue Jul 25, 2021 · 0 comments
Assignees

Comments

@xarico10
Copy link
Contributor

xarico10 commented Jul 25, 2021

For none of plotplot(), semilogx(), semiology() grids aren't matching in rendering, axes values, nor notation:

Code

x = logspace(-1,2);
y = 2.^x;
loglog(x,y)
grid on

fig2plotly();

Expected and generated (https://chart-studio.plotly.com/~xarico10/227/#/) plots:

Captura de Pantalla 2021-07-25 a la(s) 2 49 27 p  m

Captura de Pantalla 2021-07-25 a la(s) 2 49 36 p  m

@xarico10 xarico10 changed the title Grid values, axes and rendering not matching with those from MATLAB when using loglog() Grid values, axes and rendering not matching with those from MATLAB when using any log-related plot Jul 25, 2021
@gilbertogalvis gilbertogalvis self-assigned this Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants