Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8e75976

Browse filesBrowse files
miquelasteinMeeseeksDev[bot]
authored andcommitted
Backport PR #14757: Remove incorrect color/cmap docstring line in contour.py
1 parent bc50834 commit 8e75976
Copy full SHA for 8e75976

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/contour.py

Copy file name to clipboardExpand all lines: lib/matplotlib/contour.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ def _initialize_x_y(self, z):
16961696
maps the level values to colors.
16971697
Defaults to :rc:`image.cmap`.
16981698
1699-
If given, *colors* take precedence over *cmap*.
1699+
If both *colors* and *cmap* are given, an error is raised.
17001700
17011701
norm : `~matplotlib.colors.Normalize`, optional
17021702
If a colormap is used, the `.Normalize` instance scales the level

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.