Skip to content

Commit 076f194

Browse files
committed
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 :).
1 parent ce75997 commit 076f194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/whats-new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ v0.13.0 (17 Sep 2019)
2020

2121
This release includes many exciting changes: wrapping of
2222
`NEP18 <https://www.numpy.org/neps/nep-0018-array-function-protocol.html>`_ compliant
23-
numpy-like arrays; new :py:meth:`~Dataset.plot.scatter` method that can scatter
23+
numpy-like arrays; new :py:meth:`~Dataset.plot.scatter` plotting method that can scatter
2424
two ``DataArrays`` in a ``Dataset`` against each other; support for converting pandas
2525
DataFrames to xarray objects that wrap ``pydata/sparse``; and more!
2626

0 commit comments

Comments
 (0)