mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
Change: FTCS.ipynb | ipwidget functionality
This commit is contained in:
parent
8c37a6998d
commit
5e70b319c9
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user