Thanks to visit codestin.com Credit goes to github.com
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.
1 parent f9b59bc commit 0ff2742Copy full SHA for 0ff2742
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