8000 ENH: allow pcolor to plot all data · matplotlib/matplotlib@82b0bb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82b0bb0

Browse files
committed
ENH: allow pcolor to plot all data
1 parent 8865695 commit 82b0bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5770,7 +5770,7 @@ def pcolor(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
57705770
snap : bool, default: False
57715771
Whether to snap the mesh to pixel boundaries.
57725772
5773-
dropdata: bool, default: True
5773+
dropdata: bool, default: True
57745774
If True (default), and *X* and *Y* are the same size as C in their
57755775
respective dimensions, drop the last element of C in both
57765776
dimensions. If False, *X* and *Y* are assumed to the the midpoints

0 commit comments

Comments
 (0)
0