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

Skip to content

Commit 0ff2742

Browse files
committed
Document default value of corner_mask in the corresponding example.
1 parent f9b59bc commit 0ff2742

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
===================
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)