Skip to content

Commit

Permalink
fixed colorbar getting cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Sandberg committed Jan 7, 2025
1 parent b092917 commit 6391f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/preliminaries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"\n",
"\n",
"fig.tight_layout()\n",
"plt.savefig(root.joinpath(\"ELIC_enrichments.pdf\"))\n",
"plt.savefig(root.joinpath(\"ELIC_enrichments.pdf\"), bbox_inches='tight')\n",
"plt.show()"
]
},
Expand Down

0 comments on commit 6391f11

Please sign in to comment.