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

Skip to content

Commit a3777a6

Browse files
Fix contour/linewidths docstring
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent cd846c0 commit a3777a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ def _initialize_x_y(self, z):
17521752
however introduce rendering artifacts at chunk boundaries depending
17531753
on the backend, the *antialiased* flag and value of *alpha*.
17541754
1755-
linewidths : float or sequence of float, default: :rc:`contour.linewidths`
1755+
linewidths : float or array-like, default: :rc:`contour.linewidths`
17561756
*Only applies to* `.contour`.
17571757
17581758
The line width of the contour lines.

0 commit comments

Comments
 (0)