diff --git a/doc/whats-new.rst b/doc/whats-new.rst index d875c27a3e9..da17d50008d 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -36,8 +36,8 @@ New Features iso8601-parser (:pull:`9885`). By `Kai Mühlbauer `_. -- Added new plot method `lines` which allows creating line plots efficiently in - a similiar manner to `scatter`. (:pull:`7173`) +- Added new plot method :py:meth:`DataArray.plot.lines` which allows creating line plots efficiently in + a similiar manner to :py:meth:`DataArray.plot.scatter`, also available for datasets. (:pull:`7173`) By `Jimmy Westling `_. Breaking changes