Previous changeset 2:f46f64f9590d (2019-07-22) Next changeset 4:99433164b593 (2023-11-13) |
Commit message:
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/detection_viz/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90" |
modified:
detection_viz.py |
b |
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) |