Hi all, I am starting my phd in particle physics and would love to use Julia for data analysis/visualization. Do you have any advice on what plotting library should I use which has the most ROOT (from CERN) features?
Since pretty much 90% of what I’m doing is working with histograms (1D, 2D) and fitting, I was wondering which plotting library is best for such usecase. I have been dabbling quite a bit with Plots.jl but I’m missing some of the features like “GetBinContent()”, “Fill()”, setting specific number of bins in 2D histogram for each axis, getting overflow/underflow bins, etc.
Thanks for any advice!