8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17f81ef + 0ff2742 commit e7fd79fCopy full SHA for e7fd79f
galleries/examples/images_contours_and_fields/contour_corner_mask.py
@@ -4,8 +4,10 @@
4
===================
5
6
Illustrate the difference between ``corner_mask=False`` and
7
-``corner_mask=True`` for masked contour plots.
+``corner_mask=True`` for masked contour plots. The default is controlled by
8
+:rc:`contour.corner_mask`.
9
"""
10
+
11
import matplotlib.pyplot as plt
12
import numpy as np
13
0 commit comments