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 bc50834 commit 8e75976Copy full SHA for 8e75976
lib/matplotlib/contour.py
@@ -1696,7 +1696,7 @@ def _initialize_x_y(self, z):
1696
maps the level values to colors.
1697
Defaults to :rc:`image.cmap`.
1698
1699
- If given, *colors* take precedence over *cmap*.
+ If both *colors* and *cmap* are given, an error is raised.
1700
1701
norm : `~matplotlib.colors.Normalize`, optional
1702
If a colormap is used, the `.Normalize` instance scales the level
0 commit comments