8000 Merge pull request #25790 from anntzer/cm · matplotlib/matplotlib@e7fd79f · GitHub
[go: up one dir, main page]

Skip to content

Commit e7fd79f

Browse files
authored
Merge pull request #25790 from anntzer/cm
Document default value of corner_mask in the corresponding example.
2 parents 17f81ef + 0ff2742 commit e7fd79f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

galleries/examples/images_contours_and_fields/contour_corner_mask.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44< 6F48 /td>
===================
55
66
Illustrate the difference between ``corner_mask=False`` and
7-
``corner_mask=True`` for masked contour plots.
7+
``corner_mask=True`` for masked contour plots. The default is controlled by
8+
:rc:`contour.corner_mask`.
89
"""
10+
911
import matplotlib.pyplot as plt
1012
import numpy as np
1113

0 commit comments

Comments
 (0)
0