Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c85945 commit 2be70c1Copy full SHA for 2be70c1
lib/matplotlib/contour.py
@@ -1757,11 +1757,11 @@ def _initialize_x_y(self, z):
1757
iterable is shorter than the number of contour levels
1758
it will be repeated as necessary.
1759
1760
-negative_linestyles : *None* or str, optional
+negative_linestyles : None or str, optional
1761
{'solid', 'dashed', 'dashdot', 'dotted'}
1762
*Only applies to* `.contour`.
1763
1764
- If *negative_linestyles* is *None*, the default is 'dashed' for
+ If *negative_linestyles* is None, the default is 'dashed' for
1765
negative contours.
1766
1767
*negative_linestyles* can also be an iterable of the above
0 commit comments