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

Skip to content

Commit da6a35f

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

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
@@ -6023,7 +6023,7 @@ def pcolormesh(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
60236023
snap : bool, default: False
60246024
Whether to snap the mesh to pixel boundaries.
60256025
6026-
dropdata: bool, default: True
6026+
dropdata: bool, default: True
60276027
If True (default), and *X* and *Y* are the same size as C in their
60286028
respective dimensions, drop the last element of C in both
60296029
dimensions. If False, *X* and *Y* are assumed to the the midpoints

0 commit comments

Comments
 (0)
0