Skip to content

Commit 27cf183

Browse files
committed
make sure the new scatter function appears in api.rst
1 parent ee9a05e commit 27cf183

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ Plotting
610610

611611
Dataset.plot
612612
DataArray.plot
613-
Dataset.plot.scatter
613+
plot.scatter
614614
plot.plot
615615
plot.contourf
616616
plot.contour

xarray/plot/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
from .facetgrid import FacetGrid
22
from .plot import contour, contourf, hist, imshow, line, pcolormesh, plot, step
3+
from .dataset_plot import scatter
34

45
__all__ = [
6+
"scatter",
57
"plot",
68
"line",
79
"step",

0 commit comments

Comments
 (0)