plot style template added

This commit is contained in:
2023-11-26 02:46:24 +01:00
parent b3001316ef
commit 2a2d449339
2 changed files with 534 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ import jungfrau_utils as ju
from . import utils
from .utils import ROI
# setup style sheet
plt.style.use("cristallina.cristallina_style")
def ju_patch_less_verbose(ju_module):
"""Quick monkey patch to suppress verbose messages from gain & pedestal file searcher."""