diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-28 17:01:52 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-28 17:01:52 -0500 |
| commit | c37932036698600c7b44d2ff15aac6784d201098 (patch) | |
| tree | 5b0425d812a9f39cce0f59a3a617b6e472c79f90 /utils/plot.py | |
| parent | 45e8e4fa58e0c04c16b3000152dd08f2f6f8926e (diff) | |
| download | GolemFlavor-c37932036698600c7b44d2ff15aac6784d201098.tar.gz GolemFlavor-c37932036698600c7b44d2ff15aac6784d201098.zip | |
Sat Apr 28 17:01:52 CDT 2018
Diffstat (limited to 'utils/plot.py')
| -rw-r--r-- | utils/plot.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/plot.py b/utils/plot.py index 0c431cf..0160da4 100644 --- a/utils/plot.py +++ b/utils/plot.py @@ -10,7 +10,6 @@ Plotting functions for the BSM flavour ratio analysis from __future__ import absolute_import, division import os -import argparse import numpy as np import matplotlib as mpl @@ -19,9 +18,7 @@ from matplotlib import rc from matplotlib import pyplot as plt from matplotlib.offsetbox import AnchoredText -import getdist -from getdist import plots -from getdist import mcsamples +from getdist import plots, mcsamples from utils import misc as misc_utils from utils.enums import EnergyDependance, Likelihood, ParamTag, StatCateg |
