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

Handle data "gaps" when plotting #118

Open
trisyoungs opened this issue Mar 18, 2022 · 0 comments
Open

Handle data "gaps" when plotting #118

trisyoungs opened this issue Mar 18, 2022 · 0 comments
Labels
Feature Request New feature or request

Comments

@trisyoungs
Copy link
Member

At present we graph data by connecting all data points with a continuous line, which works fine for most occasions but can be misleading if a significant time gap occurs between two data points occurs for a quantity with a low variance. Then, is appears as if valid data was collected over the whole time range when this is not in fact the case.

For an example, see NIMROD run 69902 (cycle 19/4) and look at, for instance, the Coupled_Hydrogen parameter. There you'll see a data point at 2020-03-16T00:41:45 and then an 8.5 hour gap before the next point is collected (2020-03-16T10:16:55).

One option for resolving this is to only connect data points with a line when the time gap is less than a couple of minutes - the nature of the sample environment logging on the instruments mean that most information is collected every 30 seconds to 1 minute, so a gap longer than this could be suspicious. Of course, we would need an option somewhere (context menu perhaps?) to disable this if required.

Quite how this can be implemented effectively with a QXYSeries is another matter...

@trisyoungs trisyoungs added the Feature Request New feature or request label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant