summaryrefslogtreecommitdiffstats
path: root/experiments/plot3d.py
diff options
context:
space:
mode:
Diffstat (limited to 'experiments/plot3d.py')
-rw-r--r--experiments/plot3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/experiments/plot3d.py b/experiments/plot3d.py
index 64c144d..b99ef61 100644
--- a/experiments/plot3d.py
+++ b/experiments/plot3d.py
@@ -9,7 +9,7 @@ with open("out.log") as fh:
am = max(values, key=lambda x: x[4])
am[0] = 1./am[0]
print am
- alpha, delta, beta, _ , l = zip(*values)
+ alpha, delta, beta, r , l = zip(*values)
alpha = 1./np.array(alpha)
fig = plt.figure(figsize=(12, 8))