Skip to content

Commit fedc95f

Browse files
authored
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 02e9661 commit fedc95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/whats-new.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ v0.13.0 (17 Sep 2019)
2525

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

0 commit comments

Comments
 (0)