Skip to content

Commit 1c657a8

Browse files
author
dcherian
committed
fix docs
1 parent 505753d commit 1c657a8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/plotting.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ It is required to explicitly specify either
197197
Thus, we could have made the previous plot by specifying ``hue='lat'`` instead of ``x='time'``.
198198
If required, the automatic legend can be turned off using ``add_legend=False``.
199199

200-
Coordinate along y-axis
201-
~~~~~~~~~~~~~~~~~~~~~~~
200+
Dimension along y-axis
201+
~~~~~~~~~~~~~~~~~~~~~~
202202

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.
204204

205205
.. ipython:: python
206206

doc/whats-new.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Documentation
3838
Enhancements
3939
~~~~~~~~~~~~
4040

41+
- :py:func:`~plot.line()` learned to make plots with data on x-axis if so specified. (:issue:`575`)
42+
By `Deepak Cherian <https://github.com/dcherian>`_.
43+
4144
Bug fixes
4245
~~~~~~~~~
4346

@@ -130,8 +133,6 @@ Enhancements
130133
encoding/decoding of datetimes with non-standard calendars without the
131134
netCDF4 dependency (:issue:`1084`).
132135
By `Joe Hamman <https://github.com/jhamman>`_.
133-
- :py:func:`~plot.line()` learned to make plots with data on x-axis if so specified. (:issue:`575`)
134-
By `Deepak Cherian <https://github.com/dcherian>`_.
135136

136137
.. _Zarr: http://zarr.readthedocs.io/
137138

0 commit comments

Comments
 (0)