Grid values, axes and rendering not matching with those from MATLAB when using any log-related plot
Open
@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:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.