From 9014e9febc70f81ad9f3454317a7b16e578dd7a9 Mon Sep 17 00:00:00 2001 From: hanemile Date: Tue, 5 Dec 2017 12:15:18 +0100 Subject: removed the old plot --- src/gen.py | 1 - 1 file changed, 1 deletion(-) 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() -- cgit 1.4.1