reorganizing and renaming some files

This commit is contained in:
othocaeS 2016-07-11 11:01:59 -04:00
parent 2881dc0d0d
commit 1d0ef52294
3 changed files with 2 additions and 0 deletions

View File

@ -70,3 +70,5 @@ plt.plot(x, g(x), label='Gaussian')
plt.xlabel('Position')
plt.ylabel('Flux')
plt.legend(loc=2)
plt.show()