Skip to content

Commit e1f2e64

Browse files
committed
DOC: fix
1 parent 3e0fa4b commit e1f2e64

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

doc/users/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Using Matplotlib
3131
:maxdepth: 2
3232
:includehidden:
3333

34-
explain/figure/index
34+
explain/plotting/index
3535

3636
.. grid-item-card::
3737
:padding: 2
@@ -40,7 +40,7 @@ Using Matplotlib
4040
:maxdepth: 2
4141
:includehidden:
4242

43-
explain/plotting/index
43+
explain/figure/index
4444

4545
.. grid-item-card::
4646
:padding: 2

galleries/users_explain/plotting/gridded.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
Gridded data
55
============
66
7-
This section discusses data that mapped onto a two-dimensional grid. The data
8-
usually has structured coordinates defined by arrays of x and y values, and data
9-
mapped onto those coordinates :math:`Data(x, y)` in a two-dimensional array. The grid
10-
can either be regular, in which case the x and y arrays are 1D and the Data is 2D,
11-
or the grid can be irregular, and X, Y, and Data are all 2D arrays.
7+
This section discusses plotting data that is mapped onto a two-dimensional grid
8+
using either colors or contours. The data usually has structured coordinates
9+
defined by arrays of x and y values, and data mapped onto those coordinates
10+
:math:`Data(x, y)` in a two-dimensional array. The grid can either be regular,
11+
in which case the x and y arrays are 1D and the Data is 2D, or the grid can be
12+
irregular, and X, Y, and Data are all 2D arrays.
1213
1314
"""
1415

0 commit comments

Comments
 (0)