Nick Ackerley
Nick Ackerley
I do think this is an important issue to fix, and it sounds like there is interest, so I'll put this back on my to do list.
I may be experiencing this occasionally, too. In this case it was a few moves after allowing a takeback, and at first I thought it might be related to that....
Here's a slightly more minimal working example: ```python """ Minimum working example of obspy dayplot truncation issue. """ from itertools import product import numpy as np from obspy.core.trace import Trace,...