diff --git a/pyleoclim/core/multipleseries.py b/pyleoclim/core/multipleseries.py index 33460c46..1fde13ff 100644 --- a/pyleoclim/core/multipleseries.py +++ b/pyleoclim/core/multipleseries.py @@ -2528,6 +2528,7 @@ def time_coverage_plot(self, figsize=[10, 3], -------- .. jupyter-execute:: + import pyleoclim as pyleo co2ts = pyleo.utils.load_dataset('AACO2') @@ -2536,9 +2537,10 @@ def time_coverage_plot(self, figsize=[10, 3], ms = lr04.flip() & edc & co2ts # create MS object fig, ax = ms.time_coverage_plot(label_y_offset=-.08) #Fiddling with label offsets is sometimes necessary for aesthetic + Awkward vertical spacing can be adjusted by varying linewidth and figure size + .. jupyter-execute:: - #Awkward vertical spacing can be adjusted by varying linewidth and figure size import pyleoclim as pyleo co2ts = pyleo.utils.load_dataset('AACO2')