Skip to content
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

Open
jbfaden opened this issue Jun 21, 2021 · 9 comments
Open

cadence breaks and clipping data off screen #15

jbfaden opened this issue Jun 21, 2021 · 9 comments

Comments

@jbfaden
Copy link
Member

jbfaden commented Jun 21, 2021

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.

@jbfaden
Copy link
Member Author

jbfaden commented Jun 21, 2021

Here is an animation showing where data is off screen.
pngwalk

@jbfaden
Copy link
Member Author

jbfaden commented Jun 21, 2021

Here is showing the data breaks, implying that the cadence is changing with axis position.
pngwalk

@jbfaden
Copy link
Member Author

jbfaden commented Jun 22, 2021

This Autoplot script demos:

plot( 'file:///home/jbf/data/gardenhouse/data2/$Y/$m/gardenhouse.core0.$Y$m$d.csv?timerange=2021-01-01/2021-07-01', renderType='series' )

dom.plots[0].xaxis.range= datumRange( '2021-06-21 18:45 to 21:05' )
writeToPng('/tmp/0001.png')

dom.plots[0].yaxis.range= datumRange( '0 to 2.5' )
writeToPng('/tmp/0002.png')

dom.plots[0].yaxis.range= datumRange( '0.0 to 3.3' )
dom.plots[0].xaxis.range= datumRange( '2021-06-21 18:27 to 21:22' )
writeToPng('/tmp/0003.png')

@jbfaden
Copy link
Member Author

jbfaden commented Jun 23, 2021

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:

@jbfaden
Copy link
Member Author

jbfaden commented Jul 29, 2021

Sadie provided a nice data set which reminds that orbits often aren't broken as would one would expect:
https://github.com/autoplot/dev/blob/master/demos/2021/20210729/demoBreakOrbit.jy
image

@jbfaden
Copy link
Member Author

jbfaden commented Jul 30, 2021

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.

@jbfaden
Copy link
Member Author

jbfaden commented Feb 23, 2022

@jbfaden
Copy link
Member Author

jbfaden commented Oct 17, 2022

See also #38

@jbfaden
Copy link
Member Author

jbfaden commented Sep 12, 2024

See also #111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant