Skip to content

Commit 7cff7ab

Browse files
committed
rmove fig
1 parent 747c192 commit 7cff7ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/notebook_vars.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"from matplotlib import pyplot \n",
1313
"from open_atmos_jupyter_utils import show_plot\n",
1414
"\n",
15-
"fig = pyplot.figure()\n",
16-
"show_plot(fig=fig)"
15+
"pyplot.figure()\n",
16+
"show_plot()"
1717
],
1818
"id": "840cd46405eb9d0e",
1919
"outputs": [

0 commit comments

Comments
 (0)