Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 06305a2

Browse filesBrowse files
authored
Merge pull request #25776 from xeniumcode/fix-docs
Doc : Updates default value for nonpositve parameter
2 parents 3f6972f + a0d7535 commit 06305a2
Copy full SHA for 06305a2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.