From 1f09ad244c7e8c5eecd5b3e56cb197e99ebeeed5 Mon Sep 17 00:00:00 2001 From: Zach Sherman Date: Wed, 22 May 2024 15:26:56 -0500 Subject: [PATCH] DOC: Update geoplot missing return doc. (#834) --- act/plotting/geodisplay.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/act/plotting/geodisplay.py b/act/plotting/geodisplay.py index 451bbe1826..297689e2b4 100644 --- a/act/plotting/geodisplay.py +++ b/act/plotting/geodisplay.py @@ -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(