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
When opening a large 2D dataset containing many curves (shape: 1e6 x 3000, dtype: float32), it takes a huge amount of time to load for the matrix view or heatmap view... while one want to browse the curves with the Line view.
Requested solution or feature
It would be nice to avoid loading the whole dataset when it is too large and not needed.
A button to confirm loading the matrix/heatmap view when data is obviously too big would allow to switch to the Line view without waiting for the dataset to be loaded.
Alternatives you've considered
Use a threshold of the image size to select the default view for 2D datasets: heatmap or line if too large.
Is your feature request related to a problem?
When opening a large 2D dataset containing many curves (shape: 1e6 x 3000, dtype: float32), it takes a huge amount of time to load for the matrix view or heatmap view... while one want to browse the curves with the Line view.
Requested solution or feature
It would be nice to avoid loading the whole dataset when it is too large and not needed.
A button to confirm loading the matrix/heatmap view when data is obviously too big would allow to switch to the Line view without waiting for the dataset to be loaded.
Alternatives you've considered
Use a threshold of the image size to select the default view for 2D datasets: heatmap or line if too large.
Additional context
Related to #1650
The text was updated successfully, but these errors were encountered: