COSMIT pep8

This commit is contained in:
Andreas Mueller
2012-06-29 11:27:23 +02:00
parent b891a7c9d1
commit f7b3d8062c
98 changed files with 1025 additions and 866 deletions
+2
View File
@@ -1,5 +1,6 @@
import matplotlib.pyplot as plt
def imshow(*args, **kwargs):
kwargs.setdefault('interpolation', 'nearest')
kwargs.setdefault('cmap', 'gray')
@@ -8,5 +9,6 @@ def imshow(*args, **kwargs):
imread = plt.imread
show = plt.show
def _app_show():
show()