plotly / plotly/plotly_matlab

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

Open
#171 0 comments 0 reactions 1 assignee View on GitHub

@gilbertogalvis is already working on this.

Since Aug 18, 2021.

Dominant language
MATLAB
Stars
413
Forks
166
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.