changeset 3:cb2d9de888a1 draft

"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/detection_viz/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90"
author imgteam
date Wed, 18 Dec 2019 05:02:11 -0500
parents f46f64f9590d
children 99433164b593
files detection_viz.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/detection_viz.py	Mon Jul 22 11:22:03 2019 -0400
+++ b/detection_viz.py	Wed Dec 18 05:02:11 2019 -0500
@@ -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)