You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have at least two situations where the scatterplot is updated multiple times. These are mostly harmless when data sizes are small, but become killers when we get to 1000000 points:
When loading the page for the first time, the scatterplot is updated three times, once without a selected variable and twice with a selected variable, if there's a bookmark in effect.
When making an interactive selection in the scatterplot, the scatterplot updates itself, then notifies listeners that the selection has changed. It seems as if some listener is sending the selection back to the scatterplot, causing it to be updated twice.
The text was updated successfully, but these errors were encountered:
I just posted an issue about the wave form plot flashing. This sounds like a similar issue, since I'm guessing the flash is the wave form drawing with nothing selected. Given how slow the waveform drawing is, removing the extra cycle would make sense (I labeled it an enhancement, but maybe I should have called it a bug).
We have at least two situations where the scatterplot is updated multiple times. These are mostly harmless when data sizes are small, but become killers when we get to 1000000 points:
The text was updated successfully, but these errors were encountered: