diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-12 23:27:21 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-12 23:27:21 -0500 |
| commit | c99b8f88714e86c98eb22b10065583343f3748fe (patch) | |
| tree | a637273458bfa23631cca030678982f3a972f58f /mnrun/plot.py | |
| parent | bc28b9e2a31666839e837e6f0e49161713527085 (diff) | |
| download | GolemFlavor-c99b8f88714e86c98eb22b10065583343f3748fe.tar.gz GolemFlavor-c99b8f88714e86c98eb22b10065583343f3748fe.zip | |
Thu Apr 12 23:27:21 CDT 2018
Diffstat (limited to 'mnrun/plot.py')
| -rw-r--r-- | mnrun/plot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mnrun/plot.py b/mnrun/plot.py index e010257..f7e750b 100644 --- a/mnrun/plot.py +++ b/mnrun/plot.py @@ -7,7 +7,7 @@ from matplotlib import rc rc('text', usetex=False) rc('font', **{'family':'serif', 'serif':['Computer Modern'], 'size':18}) -arr = np.load('fr_evidence_test_050_050_000_0100_sfr_033_066_000_DIM3_single_scale.npy') +arr = np.load('fr_evidence_test_033_033_033_0010_sfr_033_066_000_DIM6_single_scale.npy') print arr ev = arr.T[1] |
