Skip to content

Commit dacc321

Browse files
committed
removed index subscripts in table
1 parent d242cef commit dacc321

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

galleries/plot_types/3D/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
3D and volumetric data: :math:`(x,y,z)` and :math:`V_{x,y,z}`
44
-------------------------------------------------------------
55

6-
Plotting for three-dimensional :math:`(x,y,z)`, surface :math:`f(x,y)=z`, and
6+
Plots of three-dimensional :math:`(x,y,z)`, surface :math:`f(x,y)=z`, and
77
volumetric :math:`V_{x, y, z}` data using the `mpl_toolkits.mplot3d` library.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _array_plots:
22

3-
Gridded data: :math:`Z_{x, y}`
4-
-----------------------------
3+
Gridded data: :math:`Z_{i, j}`
4+
------------------------------
55

6-
Plots of arrays and images :math:`Z_{x, y}` and fields :math:`U_{x, y}, V_{x, y}`
7-
on `regular grids <https://en.wikipedia.org/wiki/Regular_grid>`_.
6+
Plots of arrays and images :math:`Z_{i, j}` and fields :math:`U_{i, j}, V_{i, j}`
7+
on `regular grids <https://en.wikipedia.org/wiki/Regular_grid>`_

galleries/plot_types/basic/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Pairwise data: :math:`(x, y)`
44
-----------------------------
55

6-
Plots of pairwise :math:`(x, y)`, tabular :math:`(i, (var_{0}, \cdots, var_{n}))`,
6+
Plots of pairwise :math:`(x, y)`, tabular :math:`(var\_0, \cdots, var\_n)`,
77
and functional :math:`f(x)=y` data.

0 commit comments

Comments
 (0)