-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cadence breaks and clipping data off screen #15
Comments
This Autoplot script demos:
|
I think the cadence needs to be revisited. It is recalculated each time the data is plotted, causing this erratic behavior and a performance penalty. Here are tricky datasets (as Autoplot URIs) for cadence: |
Sadie provided a nice data set which reminds that orbits often aren't broken as would one would expect: |
In Sadie's case above, the timetags are within the data (DEPEND_0 of DEPEND_0). I should experiment with detecting breaks in these when timetags are available. |
See also #38 |
See also #111 |
I have a time series which shows two issues with the rendering. First, the cadence is dependendent on what's shown. I thought this was fixed but this data seems to tweak a bug. Second, if an outlier is off screen, connectors aren't drawn, and there is no way to know that the point is there.
The text was updated successfully, but these errors were encountered: