From 5b1eadff0c2677553ee86a156dfe3a4982ba13ca Mon Sep 17 00:00:00 2001 From: renald Date: Mon, 22 Mar 2021 10:13:59 +0100 Subject: [PATCH] Graphique sans ligne --- .gitignore | 1 + tutogit.py | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb4e5fe --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tutogit.pdf diff --git a/tutogit.py b/tutogit.py index 60d53af..3022a28 100644 --- a/tutogit.py +++ b/tutogit.py @@ -9,10 +9,7 @@ xn = np.arange(N) plt.scatter(xn,np.sin(2.*np.pi*xn/N),c='g',s=2,marker='s') -xn = np.arange(N*10) -plt.plot(xn,np.sin(2.*np.pi*xn/N),'b') -plt.xlim(0,32) plt.savefig('tutogit.pdf')