Skip to content

Commit

Permalink
DOC: Update geoplot missing return doc. (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman authored May 22, 2024
1 parent 8ac47d0 commit 1f09ad2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions act/plotting/geodisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ def geoplot(
is made. See the matplotlib documentation for further details
on what keyword arguments are available.
Returns
-------
ax : matplotlib axis handle
The matplotlib axis handle of the plot.
"""
if dsname is None and len(self._ds.keys()) > 1:
raise ValueError(
Expand Down

0 comments on commit 1f09ad2

Please sign in to comment.