Jerry Ling

Results 651 comments of Jerry Ling

I believe in Makie if you don't plot errorbars() you won't hit this error

we had https://github.com/Moelf/FHist.jl/pull/118 as a plotting-time mitigation for Makie.jl we need to replicate this to Plots.jl extension?

my thoughts are the following: - I like this feature and I think they're useful and I'm sure they are generally useful - I don't like this feature is purely...

>the recipe does not fit anything, just scales by a number give to the WithData struct. oh I see, then in that case it feels even less useful to be...

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...

here's a basic version but uses one histogram ```julia function hist_cut_eff(hist, cut=0.93) num_hist = restrict(hist, cut, Inf) num = integral(num_hist) num_var = sum(sumw2(num_hist)) denum = integral(hist) denum_var = sum(sumw2(hist)) ep...

I'm a bit confused to what do you want. Do you want to add a Plots.jl only recipe to this package? And the fitting too?

probably a good time to fix https://github.com/JuliaData/SentinelArrays.jl/issues/95 in upstream too since Arrow.jl uses that

It kinda is but it may also blow up user's RAM if the file is compressed and big