AlbertoPdRF / root-file-viewer

View ROOT files directly in VS Code!
https://marketplace.visualstudio.com/items?itemName=albertopdrf.root-file-viewer
MIT License
49 stars 5 forks source link

ntuple histogram bins increase #32

Open masterfelu opened 6 months ago

masterfelu commented 6 months ago

Hi Alberto, I can't thank you enough for making this. I was wondering if it is easily possible to customize the number of bins for the histogram when drawing a TBranch, which is currently maxed out to 50. There is a 'rebin' feature when drawing the branch, but it only allows to reduce the number of bins. Thanks a lot.