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

Feature histogram #1959

Merged
merged 9 commits into from
Jul 29, 2024
Merged

Conversation

robinschmid
Copy link
Member

finalization of #1896

Copy link
Member

@SteffenHeu SteffenHeu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some small comments, looks good though

public Region build() {
final HistogramPanel histo = new HistogramPanel();
final BorderPane mainPane = new BorderPane(histo);
mainPane.setTop(createDataTypeBox());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usually we put the controls below the plot, e.g. spectra plot, overview, stats...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue is that at the bottom we have a lot of controls already for the histogram itself. So I thought here its better to have the data selection on the top. Maybe we could rethink this when making the HistogramChart itself MVC.

I think I kind of like the data selection, preprocessing parameters on the top and the other controls on the bottom or on the right, but this may depend case to case.

image

Here is another example of data selection and parameters on the top:
image

@robinschmid
Copy link
Member Author

@SteffenHeu ready from my side

@robinschmid robinschmid merged commit f1e150d into mzmine:master Jul 29, 2024
6 checks passed
@robinschmid robinschmid deleted the feat-histogram_robin branch July 29, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants