Graphique sans ligne
This commit is contained in:
parent
32d689d834
commit
5b1eadff0c
|
@ -0,0 +1 @@
|
|||
tutogit.pdf
|
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue