Skip to content

Commit

Permalink
applications notebook update to not save pngs
Browse files Browse the repository at this point in the history
  • Loading branch information
zinaStef committed Mar 15, 2024
1 parent bd2bc03 commit da3f94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/applications/application_main_figures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@
" ax.imshow(image, cmap=plt.cm.binary_r)\n",
" plotting.rm_spines(ax)\n",
" \n",
" fig.savefig(f\"xray_{dist}_{j}.png\", bbox_inches=\"tight\", transparent=True, pad_inches=0)\n",
" # fig.savefig(f\"xray_{dist}_{j}.png\", bbox_inches=\"tight\", transparent=True, pad_inches=0)\n",
"\n",
" if image.shape[:2] == (512, 512):\n",
" top_index = 100\n",
Expand All @@ -1079,7 +1079,7 @@
" ax.imshow(image[:top_index, -top_index:], cmap=plt.cm.binary_r)\n",
" plotting.rm_spines(ax)\n",
"\n",
" fig.savefig(f\"xray_{dist}_{j}_top.png\", bbox_inches=\"tight\", transparent=True, pad_inches=0)"
" # fig.savefig(f\"xray_{dist}_{j}_top.png\", bbox_inches=\"tight\", transparent=True, pad_inches=0)"
]
}
],
Expand Down

0 comments on commit da3f94a

Please sign in to comment.