Images save in "Image" folder
gitignore + *.png
This commit is contained in:
parent
93eb3df465
commit
27baa0e651
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Image/
|
||||
Image/
|
||||
*.png
|
@ -252,7 +252,7 @@ def Print_plt(Mat, N, fichier, afficher=False):
|
||||
plt.title("Simulation de foudre")
|
||||
plt.legend(loc='upper left')
|
||||
plt.axis([0,N,0,N])
|
||||
plt.savefig(fichier+".png")
|
||||
plt.savefig("..\\Image\\"+fichier+".png")
|
||||
if afficher:
|
||||
plt.show()
|
||||
plt.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user