From 50664a80775574dcc53c02daf557026fa114c11b Mon Sep 17 00:00:00 2001 From: Alexander James Date: Fri, 12 Jul 2024 15:33:52 -0700 Subject: [PATCH] Update mulensgeoseries.py --- pyleoclim/core/mulensgeoseries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyleoclim/core/mulensgeoseries.py b/pyleoclim/core/mulensgeoseries.py index 2e21c936..af61507f 100644 --- a/pyleoclim/core/mulensgeoseries.py +++ b/pyleoclim/core/mulensgeoseries.py @@ -176,7 +176,7 @@ def stackplot(self, figsize=None, savefig_settings=None, time_unit = None, grid_lw=0.5, label_x_loc=-0.15, v_shift_factor=3/4, yticks_minor = False, xticks_minor = False, ylims ='auto', plot_kwargs=None, common_time_kwargs=None): - ''' Stack plot of multiple series + ''' Stack plot of multiple ensemble series Time units are harmonized prior to plotting. Note that the plotting style is uniquely designed for this one and cannot be properly reset with `pyleoclim.set_style()`.