Skip to content

Commit

Permalink
ENH Output figures in generated/
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Oct 10, 2012
1 parent d1ef450 commit 4df6491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lectures/slides/figures/gaussian-with-dots.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
plt.xlabel(r'$x$')
plt.ylabel(r'$\exp \frac{x^2}{2}$')

plt.savefig('gaussian.pdf')
plt.savefig('generated/gaussian.pdf')
2 changes: 1 addition & 1 deletion lectures/slides/figures/plotprng.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def update(x, a, b):
x = update(x, a, b)
ys.append(x)
plot(ys)
savefig('pnrwalk.pdf')
savefig('generated/pnrwalk.pdf')

0 comments on commit 4df6491

Please sign in to comment.