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

Avoid loading data for matrix/heatmap view when selecting a large 2D dataset #1651

Open
t20100 opened this issue May 22, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@t20100
Copy link
Member

t20100 commented May 22, 2024

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

@t20100 t20100 added the enhancement New feature or request label May 22, 2024
@loichuder
Copy link
Member

#1053 could give a sensible metric for deciding to avoid loading the data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants