From f06758b792c9764a3266c86d69506f88c42af531 Mon Sep 17 00:00:00 2001 From: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:34:16 +0100 Subject: [PATCH] Update whats-new.rst --- doc/whats-new.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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