From baf35c8dc436921c7ddeb2d7525e2e77ad6450dd Mon Sep 17 00:00:00 2001 From: Marta Han Date: Wed, 22 May 2024 14:57:35 +0200 Subject: [PATCH] style issues: removing extra whispaces --- seismostats/plots/seismicity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seismostats/plots/seismicity.py b/seismostats/plots/seismicity.py index 838e94a..d69184d 100644 --- a/seismostats/plots/seismicity.py +++ b/seismostats/plots/seismicity.py @@ -59,7 +59,7 @@ def plot_in_space( dataset for the legend. Finally, a ``~.ticker.Locator`` can be provided to use a predefined ``matplotlib.ticker`` (e.g. - ``FixedLocator``, which results in the same legend as + ``FixedLocator``, which results in the same legend as providing a list of values). Returns: GeoAxis object