-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed as not planned
Labels
DocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!status: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action
Milestone
Description
The behavior of log scales when dealing with non-positive values is a common gotcha issue.
This seems to only be documented at
https://matplotlib.org/api/scale_api.html#matplotlib.scale.LogScale and http://matplotlib.org/devdocs/gallery/pylab_examples/log_demo.html
The log-demo should be expanded to a tutorial with prose explaining
- npos clip vs mask behavior (fill_between incorrect with log y-axis and value 0 #8623 Addresses #8045 (set_yscale("log") inconsistent with semilogy()) #8056 and links there in)
loglog
vssemilog
vsax.set_scale
vsplt.xscale
/plt.yscale
- changing the base
- how ticking works with log scale (issues around http://matplotlib.org/users/dflt_style_changes.html?highlight=default%20changes#tick-label-formatting and issue around it (Minor ticks on log-scale colorbar are not cleared #8358 Default locator for log-scale messes up minor ticks sometimes #7200 ticklabels on log axes sometimes adds overwritten labels on top of existing ones #8622 Issue #6967 - symlog + minor ticks = exception #8353 Incorrect display of minor ticks in Log Scale plot with large font size #8419 weird bug when using custom formatter; tick labels overlapping #8401 Log-scale ignores Formatter #8517 Colorbar with imshow(logNorm) shows unexpected minor ticks #8307)
- maybe fold in the symlog demo (https://matplotlib.org/examples/pylab_examples/symlog_demo.html)
Metadata
Metadata
Assignees
Labels
DocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!status: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action