Last active
December 7, 2023 10:59
-
-
Save kratsg/4ff8cb2ded3b25552ff2f51cd6b854dc to your computer and use it in GitHub Desktop.
ATLAS SUSY Reproducible Summary Plots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fonts-freefont-ttf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ensure matplotlib has font from cursive font family | |
# https://stackoverflow.com/q/65649122/8931942 | |
if [ ! -d "${HOME}/.local/share/fonts/truetype/felipa" ]; then | |
mkdir -p "${HOME}/.local/share/fonts/truetype/felipa" | |
wget --no-clobber https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O "${HOME}/.local/share/fonts/truetype/felipa/Felipa-Regular.ttf" | |
fc-cache --force --verbose # force system font cache rebuild | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uproot~=4.0 | |
mplhep~=0.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now fully Binderized too! :)