Skip to content

Commit

Permalink
make sure the new scatter function appears in api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Sep 22, 2019
1 parent ee9a05e commit 27cf183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ Plotting

Dataset.plot
DataArray.plot
Dataset.plot.scatter
plot.scatter
plot.plot
plot.contourf
plot.contour
Expand Down
2 changes: 2 additions & 0 deletions xarray/plot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from .facetgrid import FacetGrid
from .plot import contour, contourf, hist, imshow, line, pcolormesh, plot, step
from .dataset_plot import scatter

__all__ = [
"scatter",
"plot",
"line",
"step",
Expand Down

0 comments on commit 27cf183

Please sign in to comment.