Skip to content

Commit 9b9478b

Browse files
author
dcherian
committed
minor fixes.
1 parent caef62a commit 9b9478b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/api.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ Computation
343343
:py:attr:`~DataArray.searchsorted`
344344
:py:attr:`~DataArray.round`
345345
:py:attr:`~DataArray.real`
346+
:py:attr:`~DataArray.T`
346347
:py:attr:`~DataArray.cumsum`
347348
:py:attr:`~DataArray.cumprod`
348349
:py:attr:`~DataArray.rank`
@@ -569,7 +570,7 @@ Plotting
569570
.. autosummary::
570571
:toctree: generated/
571572

572-
Dataset.plot.scatter
573+
Dataset.plot
573574
DataArray.plot
574575
plot.plot
575576
plot.contourf

xarray/core/dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3858,6 +3858,7 @@ def plot(self):
38583858
"""
38593859
Access plotting functions. Use it as a namespace to use
38603860
xarray.plot functions as Dataset methods
3861+
38613862
>>> ds.plot.scatter(...) # equivalent to xarray.plot.scatter(ds,...)
38623863
38633864
"""

0 commit comments

Comments
 (0)