Prevented cut off label text

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-09-16 12:15:39 +02:00
parent 34d7128a1c
commit 06be98f59f
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ def _draw_bbox_image(image: Image,
axis=current_axis,
colors=colors)
pyplot.savefig(filename)
pyplot.savefig(filename, bbox_inches='tight')
pyplot.close(figure)