changed to fig.subplots_adjust()

This commit is contained in:
Siva Prasad Varma
2014-03-14 23:20:45 +05:30
parent 8a6764ae05
commit 686400bf6a
+1 -1
View File
@@ -60,5 +60,5 @@ ax2.imshow(max_view, cmap=cm.Greys_r)
ax3.set_title("Block view with\n local median pooling")
ax3.imshow(median_view, cmap=cm.Greys_r)
plt.subplots_adjust(hspace=0.4, wspace=0.4)
fig.subplots_adjust(hspace=0.4, wspace=0.4)
plt.show()