Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b6fdfc

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #25776: Doc : Updates default value for nonpositve parameter
1 parent ffdebe9 commit 2b6fdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ def loglog(self, *args, **kwargs):
18061806
are automatically chosen depending on the number of decades in the
18071807
plot. See `.Axes.set_xscale`/`.Axes.set_yscale` for details.
18081808
1809-
nonpositive : {'mask', 'clip'}, default: 'mask'
1809+
nonpositive : {'mask', 'clip'}, default: 'clip'
18101810
Non-positive values can be masked as invalid, or clipped to a very
18111811
small positive number.
18121812

0 commit comments

Comments
 (0)