Open snim2 opened 6 years ago
This happens when the JSON file contains changepoint data, but there are no changepoints within the specified xlimits.
There is a branch (fix-issue-46) for fixing this issue, but it needs some more careful testing before we raise PR.
If there are no changepoints within the
xlimits
provided by the user, the plotting script produces a traceback:Due to the same bug, when the user has passed in
--xlimits
and there are no changpoints within the bounds, insets do not correctly plot steady segment equivalent data.