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

Graphing tab: refrain from plotting every timestamp #31

Open
shape-warrior-t opened this issue Dec 17, 2023 · 0 comments
Open

Graphing tab: refrain from plotting every timestamp #31

shape-warrior-t opened this issue Dec 17, 2023 · 0 comments
Labels
scalability Issues that matter more when the numbers get large.

Comments

@shape-warrior-t
Copy link
Contributor

TelemetryData.get_parameter_values provides a step argument, as not every timestamp is necessary to plot when graphing over a long time range. Currently, the method is always called with step=1 -- for efficiency reasons, this will likely need to change somehow (either automatically calculating step in some manner, likely based on the number of telemetry frames and also potentially the number of parameters being plotted, or moving to an entirely different way of solving the problem).

@shape-warrior-t shape-warrior-t added the scalability Issues that matter more when the numbers get large. label Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scalability Issues that matter more when the numbers get large.
Projects
None yet
Development

No branches or pull requests

1 participant