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

Skip to content

Commit 2be70c1

Browse files
Added negative_linestyles kwarg to contour
1 parent 2c85945 commit 2be70c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/contour.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,11 +1757,11 @@ def _initialize_x_y(self, z):
17571757
iterable is shorter than the number of contour levels
17581758
it will be repeated as necessary.
17591759
1760-
negative_linestyles : *None* or str, optional
1760+
negative_linestyles : None or str, optional
17611761
{'solid', 'dashed', 'dashdot', 'dotted'}
17621762
*Only applies to* `.contour`.
17631763
1764-
If *negative_linestyles* is *None*, the default is 'dashed' for
1764+
If *negative_linestyles* is None, the default is 'dashed' for
17651765
negative contours.
17661766
17671767
*negative_linestyles* can also be an iterable of the above

0 commit comments

Comments
 (0)