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

Skip to content

Commit eaa3bb6

Browse files
committed
Add whats new entry for contour.linewidths
1 parent a3777a6 commit eaa3bb6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Add :rc:`contour.linewidths` to rcParams
2+
----------------------------------------
3+
4+
The new config option :rc:`contour.linewidth` allows to control the default
5+
linewidth of contours as a float. When set to ``None``, the linewidths fall
6+
back to :rc:`lines.linewidth`. The config value is overidden as usual
7+
by the ``linewidths`` argument passed to `~.axes.Axes.contour` when
8+
it is not set to ``None``.
9+

0 commit comments

Comments
 (0)