File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,7 @@ Computation
343
343
:py:attr: `~DataArray.searchsorted `
344
344
:py:attr: `~DataArray.round `
345
345
:py:attr: `~DataArray.real `
346
+ :py:attr: `~DataArray.T `
346
347
:py:attr: `~DataArray.cumsum `
347
348
:py:attr: `~DataArray.cumprod `
348
349
:py:attr: `~DataArray.rank `
@@ -569,7 +570,7 @@ Plotting
569
570
.. autosummary ::
570
571
:toctree: generated/
571
572
572
- Dataset.plot.scatter
573
+ Dataset.plot
573
574
DataArray.plot
574
575
plot.plot
575
576
plot.contourf
Original file line number Diff line number Diff line change @@ -3858,6 +3858,7 @@ def plot(self):
3858
3858
"""
3859
3859
Access plotting functions. Use it as a namespace to use
3860
3860
xarray.plot functions as Dataset methods
3861
+
3861
3862
>>> ds.plot.scatter(...) # equivalent to xarray.plot.scatter(ds,...)
3862
3863
3863
3864
"""
You can’t perform that action at this time.
0 commit comments