I am trying to add some code to my finalSel.py file to make it so the histograms generated by plots.py have a logarithmic y-axis. Are there any examples of how to do this or make other such scaling modifications anywhere?
Thanks,
Hayden Shaddix
I am trying to add some code to my finalSel.py file to make it so the histograms generated by plots.py have a logarithmic y-axis. Are there any examples of how to do this or make other such scaling modifications anywhere?
Thanks,
Hayden Shaddix
hello @hshaddix ,
you should be able to plot log scale plots with this in your plots.py:
hope this helps,
Clement
Yes, sorry for the late reply, I see now.
Thanks,
Hayden Shaddix