You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/plotting.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,10 +197,10 @@ It is required to explicitly specify either
197
197
Thus, we could have made the previous plot by specifying ``hue='lat'`` instead of ``x='time'``.
198
198
If required, the automatic legend can be turned off using ``add_legend=False``.
199
199
200
-
Coordinate along y-axis
201
-
~~~~~~~~~~~~~~~~~~~~~~~
200
+
Dimension along y-axis
201
+
~~~~~~~~~~~~~~~~~~~~~~
202
202
203
-
It is also possible to make line plots such that the data are on the x-axis and a coordinate is on the y-axis. This can be done by specifying the ``x`` and ``y`` keyword arguments.
203
+
It is also possible to make line plots such that the data are on the x-axis and a dimension is on the y-axis. This can be done by specifying the appropriate ``y`` keyword argument.
0 commit comments