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 487f9f9 commit c94bc81Copy full SHA for c94bc81
lib/matplotlib/contour.py
@@ -1663,7 +1663,7 @@ def _initialize_x_y(self, z):
1663
maps the level values to colors.
1664
Defaults to :rc:`image.cmap`.
1665
1666
- If given, *colors* take precedence over *cmap*.
+ If both *colors* and *cmap* are given, an error is raised.
1667
1668
norm : `~matplotlib.colors.Normalize`, optional
1669
If a colormap is used, the `.Normalize` instance scales the level
0 commit comments