@@ -5522,8 +5522,9 @@ def pcolormesh(self, *args, **kwargs):
5522
5522
.. seealso::
5523
5523
5524
5524
:func:`~matplotlib.pyplot.pcolor`
5525
- For an explanation of the grid orientation and the
5526
- expansion of 1-D *X* and/or *Y* to 2-D arrays.
5525
+ For an explanation of the grid orientation
5526
+ (:ref:`Grid Orientation <axes-pcolor-grid-orientation>`)
5527
+ and the expansion of 1-D *X* and/or *Y* to 2-D arrays.
5527
5528
"""
5528
5529
if not self ._hold :
5529
5530
self .cla ()
@@ -5637,10 +5638,10 @@ def pcolorfast(self, *args, **kwargs):
5637
5638
(*nr*-1, *nc*-1). All cells are rectangles of the same size.
5638
5639
This is the fastest version.
5639
5640
5640
- *x*, *y* are 1D arrays of length *nc* +1 and *nr* +1, respectively ,
5641
- giving the x and y boundaries of the cells. Hence the cells are
5642
- rectangular but the grid may be nonuniform. The speed is
5643
- intermediate. (The grid is checked, and if found to be
5641
+ *x*, *y* are monotonic 1D arrays of length *nc* +1 and *nr* +1,
5642
+ respectively, giving the x and y boundaries of the cells. Hence
5643
+ the cells are rectangular but the grid may be nonuniform. The
5644
+ speed is intermediate. (The grid is checked, and if found to be
5644
5645
uniform the fast version is used.)
5645
5646
5646
5647
*X* and *Y* are 2D arrays with shape (*nr* +1, *nc* +1) that specify
@@ -5654,7 +5655,7 @@ def pcolorfast(self, *args, **kwargs):
5654
5655
5655
5656
Note that the column index corresponds to the x-coordinate,
5656
5657
and the row index corresponds to y; for details, see
5657
- the " Grid Orientation" section below .
5658
+ :ref:` Grid Orientation <axes-pcolor-grid-orientation>` .
5658
5659
5659
5660
Optional keyword arguments:
5660
5661
0 commit comments