mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-24 13:20:43 +08:00
COSMIT pep8
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user