LinkedEarth / Pyleoclim_util

Python Package for the Analysis of Paleoclimate Data. Documentation at
https://pyleoclim-util.readthedocs.io
GNU General Public License v3.0
87 stars 33 forks source link

Visualizing MulEnsembleGeoSeries objects #597

Open CommonClimate opened 2 months ago

CommonClimate commented 2 months ago

There is currently no mapping capability for this class, because it is not a child of MultipleGeoSeries. I suggest copying over the mapping function from that class.

A stackplot() is in the works (see #579)

It might also be useful, though not essential, to adapt time_geo_plot(). Incidentally @alexkjames , is this function highlighted anywhere in the tutorials?