Describe the bug
On my machine, the MultipleSeries.stackplot() docstring yields a a couple of unseemly horizontal lines that ruin the plot:
To Reproduce
soi = pyleo.utils.load_dataset('SOI')
nino = pyleo.utils.load_dataset('NINO3')
ms = soi & nino
fig, ax = ms.stackplot()
Expected behavior
An elegant plot without extraneous black lines
Describe the bug
On my machine, the
MultipleSeries.stackplot()docstring yields a a couple of unseemly horizontal lines that ruin the plot:To Reproduce
Expected behavior
An elegant plot without extraneous black lines