Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewfeickert/e1f1b070df5f3e154e2be7d47e8e9711 to your computer and use it in GitHub Desktop.
Save matthewfeickert/e1f1b070df5f3e154e2be7d47e8e9711 to your computer and use it in GitHub Desktop.
ATLAS SUSY Reproducible Summary Plots

Reproducible ATLAS SUSY Summary Plots

Binder

fonts-freefont-ttf
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# 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
uproot~=4.0
mplhep~=0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment