Skip to content

Commit 2ea4fe5

Browse files
committed
FIX
1 parent 204c118 commit 2ea4fe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5758,7 +5758,7 @@ def pcolor(self, *args, shading=None, alpha=None, norm=None, cmap=None,
57585758
- 'auto': Choose 'flat' if dimensions of *X* and *Y* are one
57595759
larger than *C*. Choose 'nearest' if dimensions are the same.
57605760
5761-
See :doc:`examples/images_contours_and_fields/pcolormesh_grids.py`
5761+
See :doc:`/gallery/images_contours_and_fields/pcolormesh_grids`
57625762
for more description.
57635763
57645764
cmap : str or `~matplotlib.colors.Colormap`, default: :rc:`image.cmap`
@@ -6043,7 +6043,7 @@ def pcolormesh(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
60436043
- 'auto': Choose 'flat' if diemnsions of *X* and *Y* are one
60446044
larger than *C*. Choose 'nearest' if dimensions are the same.
60456045
6046-
See :doc:`examples/images_contours_and_fields/pcolormesh_grids.py`
6046+
See :doc:`/gallery/images_contours_and_fields/pcolormesh_grids`
60476047
for more description.
60486048
60496049
snap : bool, default: False

0 commit comments

Comments
 (0)