We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cff7ab commit f6ee92eCopy full SHA for f6ee92e
examples/notebook_vars.ipynb
@@ -12,7 +12,7 @@
12
"from matplotlib import pyplot \n",
13
"from open_atmos_jupyter_utils import show_plot\n",
14
"\n",
15
- "pyplot.figure()\n",
+ "fig = pyplot.figure()\n",
16
"show_plot()"
17
],
18
"id": "840cd46405eb9d0e",
0 commit comments