Skip to content

Commit

Permalink
DOC: script documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeijer committed May 22, 2024
1 parent 25c5753 commit 88eae7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/create_figures/visual_summary_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@ def plot_runtime(style: str, look: str, label: str, color: str, linestyle: str):
legend = plt.legend(loc="upper left", fontsize=14, handles=legend_handles)
legend.get_frame().set_alpha(0.25)

plt.savefig(
f"{args.o}/speed_per_molecule.png", dpi=300, bbox_inches="tight", transparent=True
)
plt.savefig(f"{args.o}/speed_per_molecule.png", dpi=300, bbox_inches="tight", transparent=True)
plt.clf()

# Plot average file size per number of heavy atoms for different styles for cartoon look.
Expand Down

0 comments on commit 88eae7b

Please sign in to comment.