Skip to content

Commit f6ee92e

Browse files
committed
add fig variable
1 parent 7cff7ab commit f6ee92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/notebook_vars.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"from matplotlib import pyplot \n",
1313
"from open_atmos_jupyter_utils import show_plot\n",
1414
"\n",
15-
"pyplot.figure()\n",
15+
"fig = pyplot.figure()\n",
1616
"show_plot()"
1717
],
1818
"id": "840cd46405eb9d0e",

0 commit comments

Comments
 (0)