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

Skip to content

Commit a0d7535

Browse files
committed
default value for nonpositve parameter
1 parent cb7f649 commit a0d7535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axes/_axes.py

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

0 commit comments

Comments
 (0)