DOC: Set rcparams for better default plots.

This commit is contained in:
Tony S Yu
2012-05-15 22:45:06 -04:00
parent 84074871f2
commit db2f7dde6b
+3
View File
@@ -259,3 +259,6 @@ plot_include_source = True
plot_formats = [('png', 100)]
plot2rst_index_name = 'README'
plot2rst_rcparams = {'image.cmap' : 'gray',
'image.interpolation' : 'none'}