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 e4dcb7f

Browse filesBrowse files
author
Artyom Romanov
committed
Fix typo in docstring of matplotlib.colors.from_levels_and_colors
1 parent b86e331 commit e4dcb7f
Copy full SHA for e4dcb7f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎lib/matplotlib/colors.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/colors.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2757,8 +2757,8 @@ def from_levels_and_colors(levels, colors, extend='neither'):
27572757
27582758
Returns
27592759
-------
2760-
cmap : `~matplotlib.colors.Normalize`
2761-
norm : `~matplotlib.colors.Colormap`
2760+
cmap : `~matplotlib.colors.Colormap`
2761+
norm : `~matplotlib.colors.Normalize`
27622762
"""
27632763
slice_map = {
27642764
'both': slice(1, -1),

0 commit comments

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