diff options
author | hanemile <emile.hansmaennel@gmail.com> | 2017-12-05 12:15:18 +0100 |
---|---|---|
committer | hanemile <emile.hansmaennel@gmail.com> | 2017-12-05 12:15:18 +0100 |
commit | 9014e9febc70f81ad9f3454317a7b16e578dd7a9 (patch) | |
tree | fca7bfa566dae47e24e9d883e820cdc906003c2f | |
parent | 19e8be5a5cca95474abf934fd13404dd5b73fe84 (diff) |
removed the old plot
-rwxr-xr-x | src/gen.py | 1 |
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() |