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

Filtering data before decimation #8843

Merged
merged 4 commits into from Apr 7, 2021
Merged

Filtering data before decimation #8843

merged 4 commits into from Apr 7, 2021

Commits on Apr 7, 2021

  1. Filtering data before decimation

    Using only points between the currently displayed x-axis for the decimation algorithm.
    Allows better resolution, especially if using a zoom
    
    If data are outside range, they will not be displayed, hence the line graph will not show the trend at extremities
    Nico-DF committed Apr 7, 2021
    Copy the full SHA
    5294844 View commit details
    Browse the repository at this point in the history
  2. Fix LTTB algorithm

    Nico-DF committed Apr 7, 2021
    Copy the full SHA
    1eb1b9f View commit details
    Browse the repository at this point in the history
  3. Adding test file

    Nico-DF committed Apr 7, 2021
    Copy the full SHA
    d421450 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9257c3b View commit details
    Browse the repository at this point in the history