Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-11 | add setup_matplotlib function and switch to logarithmic bins | tlatorre | |
This commit contains the following small updates: - create a setup_matplotlib() function to set up matplotlib correctly depending on if we are saving the plots or just displaying them - change default font size to 12 when displaying plots - switch to using logarithmic bins in plot-energy - fix despine() function when x axis is logarithmic | |||
2020-05-11 | update utils/ folder to make a python package called sddm | tlatorre | |
This commit adds an sddm python package to the utils/ folder. This allows me to consolidate code used across all the various scripts. This package is now installed by default to /home/tlatorre/local/lib/python2.7/site-packages so you should add the following to your .bashrc file: export PYTHONPATH=$HOME/local/lib/python2.7/site-packages/:$PYTHONPATH before using the scripts installed to ~/local/bin. | |||
2020-04-27 | add a script to plot the results of the ROOT fits | tlatorre | |