-
Notifications
You must be signed in to change notification settings - Fork 11
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
[FR] Plotting recipe for a curve over a histogram #126
Comments
for some reason images are gone |
The images are only visible to me for some funny reason (gone in incognito tab) |
my thoughts are the following:
It feels to me that, the "fitting with data" and "pull" should be their own objects, and they should have their own plotting recipe in a statistical package. And then, users can plot them as overlay on top of the histograms defined in this package. |
Thanks for the replies The piece of information that the recipe creates is a The other concern might come from unclear naming on my side:
I think we can start with that, let me wipe out the |
oh I see, then in that case it feels even less useful to be a standalone thing? if it's just plotting a function evaluated at a set of x-points and scale it? |
yea + plotting style |
in this case I would suggest make that a standalone thing, such as https://github.com/aminnj/yahist basically, FHist.jl feels like it should focus on histograms, not X + histograms. I'm happy to add extensions or help maintaining them if you need X from histograms or X to histograms kind of functionality, but I feel like adding all X+histogram visualization is the wrong organization |
I worked on plotting the recipe and dispatch in
Plots.jl
usingHist1D
.The recipe might below on this package
WithData
object, andcurvedfitwithpulls
for distribution with the pullsThe text was updated successfully, but these errors were encountered: