Skip to content

Instantly share code, notes, and snippets.

@kratsg
Last active December 7, 2023 10:59
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kratsg/4ff8cb2ded3b25552ff2f51cd6b854dc to your computer and use it in GitHub Desktop.
Save kratsg/4ff8cb2ded3b25552ff2f51cd6b854dc 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
@matthewfeickert
Copy link

Now fully Binderized too! :) Binder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment