Change: FTCS.ipynb | ipwidget functionality

This commit is contained in:
Hannes Martin Signer 2023-06-23 14:28:07 +02:00
parent 8c37a6998d
commit 5e70b319c9

View File

@ -190,7 +190,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"def update(w = 1):\n", "def update(w = 1):\n",
" fig = plt.imshow(figsize = (15,10))\n", " fig = plt.figure(figsize = (15,10))\n",
" y = records[w]\n", " y = records[w]\n",
" plt.imshow(y)\n", " plt.imshow(y)\n",
" \n", " \n",