From fedc95ff760f1bb6a8325e318e548ceeae9900bf Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Tue, 17 Sep 2019 20:46:34 -0700 Subject: [PATCH] Clarify that "scatter" is a plotting method in what's new. (#3316) When I read this, I thought it was referring to scattering data somehow :). --- doc/whats-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index d50b2d53f92..42da3fa8e63 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -25,7 +25,7 @@ v0.13.0 (17 Sep 2019) This release includes many exciting changes: wrapping of `NEP18 `_ compliant -numpy-like arrays; new :py:meth:`~Dataset.plot.scatter` method that can scatter +numpy-like arrays; new :py:meth:`~Dataset.plot.scatter` plotting method that can scatter two ``DataArrays`` in a ``Dataset`` against each other; support for converting pandas DataFrames to xarray objects that wrap ``pydata/sparse``; and more!