Skip to content

Commit

Permalink
ENH: add sliders in sympy etapipi notebook (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor authored Aug 27, 2024
1 parent 69a21fa commit 24ab973
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 45 deletions.
4 changes: 2 additions & 2 deletions docs/eta-pi-p/automated.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
"fig_2d.colorbar(mesh, ax=ax_2d)\n",
"\n",
"if STATIC_PAGE:\n",
" filename = \"dalitz-plot.png\"\n",
" filename = \"dalitz-plot-auto.png\"\n",
" fig_2d.savefig(filename)\n",
" plt.close(fig_2d)\n",
" display(UI, Image(filename))\n",
Expand Down Expand Up @@ -580,7 +580,7 @@
"fig.tight_layout()\n",
"\n",
"if STATIC_PAGE:\n",
" filename = \"1d-histograms.svg\"\n",
" filename = \"1d-histograms-auto.svg\"\n",
" fig.savefig(filename)\n",
" plt.close(fig)\n",
" display(UI, SVG(filename))\n",
Expand Down
Loading

0 comments on commit 24ab973

Please sign in to comment.