- Notifications
You must be signed in to change notification settings - Fork22
Add feature histogram widget#61
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks for opening this PR - I'm busy with other projects at the moment (sorry 😞 ), but have funding to work on |
Hey@dstansby , thanks for your reply and congratulations to the grant! There's no hurry. Looking forward to 2023 🙌 |
dstansby commentedApr 19, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Just coming back to |
Ah woops, I got that wrong above 😆 . Am I correct in understanding that this provides a histogram of the values in individual columns of a |
Correct! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks 👍 overall. I've left a few requests to remove stuff, that we should consider more generally for all the plotsnapari-matplotlib
produces.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
# Logarithmic plot yes/no | ||
self.logarithmic_plot = QCheckBox("Logarithmic") | ||
self.logarithmic_plot.stateChanged.connect(self._draw) | ||
self.layout().addWidget(self.logarithmic_plot) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Could you remove this for now? Having a log-axes option is more widely applicable to all the plotsnapari-matplotlib
produces, so I'd like to think about it in more general terms. Would be good to open an issue with this as a feature request so we can discuss a bit before implementing it.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
I'm going to close this in favour of#148 |
Hi@dstansby ,
this adds a FeatureHistogramWidget to napari-matplotlib to visualize quantitative measurements that have been stored in labels layers in napari. If that's out of scope, no problem, we could easily also put this code innapari-clusters-plotter ornapari-skimage-regionprops. I just thought it fits best here.
Let me know what you think. Thanks!
Best,
Robert