Skip to content

Commit

Permalink
Fix matplotlib import
Browse files Browse the repository at this point in the history
  • Loading branch information
sef43 committed Nov 2, 2023
1 parent 6ae06e4 commit af53b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/cookbook/report_minimization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"simulation.minimizeEnergy(reporter=reporter)\n",
"\n",
"# plot the minimization progress\n",
"import matplotlib as plt\n",
"import matplotlib.pyplot as plt\n",
"plt.plot(Reporter.energies)\n",
"plt.show()"
]
Expand All @@ -111,7 +111,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.12.0"
},
"tags": [
"barostat",
Expand Down

0 comments on commit af53b2c

Please sign in to comment.