about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhanemile <emile.hansmaennel@gmail.com>2017-12-05 12:15:18 +0100
committerhanemile <emile.hansmaennel@gmail.com>2017-12-05 12:15:18 +0100
commit9014e9febc70f81ad9f3454317a7b16e578dd7a9 (patch)
treefca7bfa566dae47e24e9d883e820cdc906003c2f
parent19e8be5a5cca95474abf934fd13404dd5b73fe84 (diff)
removed the old plot
-rwxr-xr-xsrc/gen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gen.py b/src/gen.py
index 8f8b26f..242636d 100755
--- a/src/gen.py
+++ b/src/gen.py
@@ -90,5 +90,4 @@ gen_stars(1e6)
 
 # plot the stars coordinates in 2D space
 plt.scatter(listx, listy)
-# plt.plot(listx, listy)
 plt.show()