We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e28db1 commit 777c8feCopy full SHA for 777c8fe
posebench/data/components/plot_dataset_rmsd.py
@@ -221,12 +221,12 @@ def plot_dataset_rmsd(
221
plt.clf()
222
sns.histplot(dataset_df["TM-score"])
223
plt.title("Apo-To-Holo Protein TM-score")
224
- plt.savefig(plot_dir / f"{dataset}_a2h_TM-score_hist.png")
+ plt.savefig(plot_dir / f"{dataset}_a2h_TM-score_hist.pdf")
225
226
227
sns.histplot(dataset_df["RMSD"])
228
plt.title("Apo-To-Holo Protein RMSD")
229
- plt.savefig(plot_dir / f"{dataset}_a2h_RMSD_hist.png")
+ plt.savefig(plot_dir / f"{dataset}_a2h_RMSD_hist.pdf")
230
231
232
@hydra.main(
0 commit comments