imagededup icon indicating copy to clipboard operation
imagededup copied to clipboard

Problems with plotting duplicates in loop

Open annamykol opened this issue 4 years ago • 1 comments

If plotting duplicates in a loop the axes are not updated. So, if on the next image the number of the duplicates is less, than the previous one, it will contain the axes from the previous image. Unfortunately, I can't provide examples due to NDA. To solve this bug, you should change fig = figure.Figure(figsize=(10, 14)) to fig, ax = plt.subplots(figsize=(10, 14))

annamykol avatar Jan 13 '21 15:01 annamykol

Is your issue same as #100 ? If yes, it has been fixed in the dev branch and will be part of the next release.

tanujjain avatar Jan 13 '21 18:01 tanujjain