Skip to content
Snippets Groups Projects
Verified Commit cf533bfd authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files
parent a0de292d
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ if __name__ == "__main__":
success()
if args.save is not None:
filename = os.path.expanduser(args.save)
filename = os.path.abspath(os.path.expanduser(args.save))
fig.set_size_inches(args.fig_size, forward=False)
plt.savefig(filename, dpi=args.dpi)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment