Skip to content

Commit

Permalink
Fix typo in filenames of generated images
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi1999 committed Mar 9, 2024
1 parent a42c613 commit 6291c82
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
" ax.add_collection(PatchCollection(patches, edgecolors=\"black\", facecolors=[\"c\" if x else \"none\" for x in res]))\n",
" ax.set_axis_off()\n",
" ax.autoscale()\n",
" # plt.savefig(f\"visualization_{dist_names[p1_dist]}_{dist_names[p2_dist]}_{alg_name}.pdf\", bbox_inches=\"tight\", pad_inches=-0.1)"
" plt.savefig(f\"visualization_{dist_names[p1_dist]}_{dist_names[p2_dist]}_{alg_name}.pdf\", bbox_inches=\"tight\", pad_inches=-0.1)"
]
},
{
Expand Down Expand Up @@ -417,7 +417,7 @@
"\n",
" axs[1].set_ylabel(\"time (s)\")\n",
"\n",
" plt.savefig(f\"varying_{param_name}_{dist_names[p1_dists[i]]}_{dist_names[p2_dists[j]]}_{alg_name}.pdf\", bbox_inches=\"tight\")"
" plt.savefig(f\"varying_{param_name}_{dist_names[p1_dists[i]]}_{dist_names[p2_dists[j]]}.pdf\", bbox_inches=\"tight\")"
]
},
{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6291c82

Please sign in to comment.