Skip to content

Commit

Permalink
Line nfmcclure#96 to show plot
Browse files Browse the repository at this point in the history
To show the plot of images
  • Loading branch information
bkm009 authored Jul 13, 2017
1 parent 3f62fc4 commit 32099a4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@
fontsize=10)
frame = plt.gca()
frame.axes.get_xaxis().set_visible(False)
frame.axes.get_yaxis().set_visible(False)
frame.axes.get_yaxis().set_visible(False)

plt.show()

0 comments on commit 32099a4

Please sign in to comment.