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
Yes, users often need to compare multiple sets of data as 1D plots that need to be plotted alongside each other (often called overplotting or multi-plotting). Currently, if I have a 2D set of data and I access the Line plot I get this UI feature:
This is great for quickly viewing individual 1D datasets but doesn't allow direct comparison of data.
But whilst there is support for Auxillary lines in the h5lib it doesn't seem evident to me anywhere that we can plot those in the h5web application.
Requested solution or feature
I would like for a solution to plot multiple lines as part of the h5web app. Say I have 5 lots of 1D data in a 2D dataset, it'd be great to be able to instead of this Line plot access scrollbar have a range of toggles for each set of 1D data (each line in the matrix view). Not sure I have communicated that well, so please ask for clarification if that is unclear.
Say I have this data:
I'd like to plot them all against each other something like this:
Perhaps a pop-up or menu similar to other applications such as this:
This is where you can select the spectra (1D sets of data) to plot on the line plot.
I'd be happy for suggestions on how to implement this as it's not obvious to me how it would fit into the current 1D plot interface that currently exists. Perhaps an alternative view or toggle that allows adding lines as a sort of pop-up or extra side menu.
Alternatives you've considered
I can drag the slider between data to see if they look similar but this is tough to be confident in the comparison. Using an alternative solution is unideal as I would like to keep the user experience consistent between normal data visualisation of nxs files and others.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Yes, users often need to compare multiple sets of data as 1D plots that need to be plotted alongside each other (often called overplotting or multi-plotting). Currently, if I have a 2D set of data and I access the Line plot I get this UI feature:
![Image](https://private-user-images.githubusercontent.com/24723609/404933876-a55469d9-4a22-4367-9b7a-892688babdcb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NDAwNzQsIm5iZiI6MTczOTQzOTc3NCwicGF0aCI6Ii8yNDcyMzYwOS80MDQ5MzM4NzYtYTU1NDY5ZDktNGEyMi00MzY3LTliN2EtODkyNjg4YmFiZGNiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA5NDI1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFlM2Y4ZjcyMDJiYzQyZGVkMzliYTg1Mjg3ODFjOGEyZGZhYWUxYTcyMTMyYTVlYjg5NTg0YTJmNWNkZjU0MWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.F1XahuQZAMzIdE3Anc5r1qmyD2A9R5cn6CMNVlxv-8I)
This is great for quickly viewing individual 1D datasets but doesn't allow direct comparison of data.
But whilst there is support for Auxillary lines in the h5lib it doesn't seem evident to me anywhere that we can plot those in the h5web application.
Requested solution or feature
I would like for a solution to plot multiple lines as part of the h5web app. Say I have 5 lots of 1D data in a 2D dataset, it'd be great to be able to instead of this Line plot access scrollbar have a range of toggles for each set of 1D data (each line in the matrix view). Not sure I have communicated that well, so please ask for clarification if that is unclear.
Say I have this data:
I'd like to plot them all against each other something like this:
Perhaps a pop-up or menu similar to other applications such as this:
This is where you can select the spectra (1D sets of data) to plot on the line plot.
I'd be happy for suggestions on how to implement this as it's not obvious to me how it would fit into the current 1D plot interface that currently exists. Perhaps an alternative view or toggle that allows adding lines as a sort of pop-up or extra side menu.
Alternatives you've considered
I can drag the slider between data to see if they look similar but this is tough to be confident in the comparison. Using an alternative solution is unideal as I would like to keep the user experience consistent between normal data visualisation of nxs files and others.
Additional context
The text was updated successfully, but these errors were encountered: