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

[FIX] Fix performance regression in scatterplot #5206

Merged

Commits on Jan 22, 2021

  1. Fix scatterplot selection performance

    PR biolab#5038 introduced jittering suspension with selection. It introduced a
    performance regression, because it needlessly updated point positions
    while the selection was being performed. For example, with 10000 data
    points, selection was lagging noticeably.
    markotoplak committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    7f7e301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c3a4b5 View commit details
    Browse the repository at this point in the history