Skip to content

Commit

Permalink
Add minor documentation tutorial visualization fix (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziky90 authored and jonasrauber committed Jul 14, 2017
1 parent 9f6de26 commit 2a32e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ To plot the adversarial example we can use `matplotlib`:
plt.imshow(adversarial)
plt.subplot(1, 3, 3)
plt.(adversarial - image)
plt.imshow(adversarial - image)

0 comments on commit 2a32e2c

Please sign in to comment.