diff options
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] |
