Skip to content

Commit

Permalink
Merge pull request #111 from BranniganLab/106-savefig-in-the-prelimin…
Browse files Browse the repository at this point in the history
…aries-notebook-cuts-off-the-colorbar

fixed colorbar getting cut off
  • Loading branch information
JahmalEnnis authored Jan 9, 2025
2 parents b092917 + 6391f11 commit dc035df
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 dc035df

Please sign in to comment.