ISEPOS-2373 Add coordinates to SVG overlay files #10
@ -505,7 +505,8 @@ verbose: {verbose}")
|
||||
|
||||
# Save the figure
|
||||
fig.canvas.draw()
|
||||
plt.savefig("overlay_" + str(j) + ".svg", bbox_inches="tight", pad_inches=0, transparent=True)
|
||||
svg_path = f"overlay_{j}.svg"
|
||||
plt.savefig(svg_path, bbox_inches="tight", pad_inches=0, transparent=True)
|
||||
plt.close(fig)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user