From b9f75d11a39153143dfa2499dc697e085139dffb Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Sun, 21 Jan 2024 03:45:04 +0000 Subject: [PATCH] Update docstring --- odc/geo/_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odc/geo/_map.py b/odc/geo/_map.py index 53459acd..1300c890 100644 --- a/odc/geo/_map.py +++ b/odc/geo/_map.py @@ -176,7 +176,7 @@ def explore( Plot xarray data on an interactive :py:mod:`folium` leaflet map for rapid data exploration. - :py:class:`~xarray.Dataset` inputs are automatically converted to + :py:class:`xarray.Dataset` inputs are automatically converted to multi-band RGB plots, while single-band :py:class:`xarray.DataArray` inputs can be plotted using matplotlib colormaps (needs matplotlib installed).