diff detection_viz.py @ 3:7d8e9a107789 draft default tip

"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/detection_viz/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90"
author imgteam
date Wed, 18 Dec 2019 09:57:48 +0000
parents 065118c24f2d
children
line wrap: on
line diff
--- a/detection_viz.py	Mon Jul 22 11:21:42 2019 -0400
+++ b/detection_viz.py	Wed Dec 18 09:57:48 2019 +0000
@@ -21,7 +21,7 @@
     img = skimage.io.imread(input_file)
 
     fig = plt.figure(figsize=(40, 40))
-    ax = fig.add_axes([0, 0, 1, 1])
+    ax = fig.add_axes([0, 0, 1, 1]) 
     ax.axis('off')
 
     plt.imshow(img)