Skip to content

Commit

Permalink
FIX: remove redundant plt.ioff()
Browse files Browse the repository at this point in the history
That's ignored by `ipympl`
  • Loading branch information
redeboer committed Aug 13, 2024
1 parent e003715 commit e2db4dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions docs/eta-pi-p/automated.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@
"warnings.filterwarnings(\"ignore\")\n",
"\n",
"improve_latex_rendering()\n",
"particle_db = load_pdg()\n",
"\n",
"if STATIC_PAGE:\n",
" plt.ioff()"
"particle_db = load_pdg()"
]
},
{
Expand Down
5 changes: 1 addition & 4 deletions docs/lambda-k-pi/automated.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@
"warnings.filterwarnings(\"ignore\")\n",
"\n",
"improve_latex_rendering()\n",
"particle_db = load_pdg()\n",
"\n",
"if STATIC_PAGE:\n",
" plt.ioff()"
"particle_db = load_pdg()"
]
},
{
Expand Down

0 comments on commit e2db4dc

Please sign in to comment.