Fix breakout plot

main
Aurélien Geron 2019-05-26 23:56:49 +08:00
parent 2edbb6e9d4
commit c5f4b41cf5
1 changed files with 2 additions and 2 deletions

View File

@ -1842,8 +1842,8 @@
"plt.figure(figsize=(6, 8))\n",
"plt.imshow(img)\n",
"plt.axis(\"off\")\n",
"plt.show()\n",
"save_fig(\"breakout_plot\")"
"save_fig(\"breakout_plot\")\n",
"plt.show()"
]
},
{