# HG changeset patch # User imgteam # Date 1576663331 18000 # Node ID cb2d9de888a17a7e1fee7f13a18e4bdefc408747 # Parent f46f64f9590daa0976d9d55ff7689a4e894ef578 "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/detection_viz/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90" diff -r f46f64f9590d -r cb2d9de888a1 detection_viz.py --- 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)