Skip to content

Commit

Permalink
fix kwargs in animation_tools_demo.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Jan 22, 2023
1 parent b0441ee commit cdaf350
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions notebooks/visclaw/animation_tools_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,9 @@
"metadata": {},
"outputs": [],
"source": [
"kwargs = {'dpi':150}\n",
"animation_tools.save_images(cosine_images, plotdir='cosine_images', fname_base='wavenumber', \n",
" format='png', verbose=True, kwargs={'dpi':150})\n",
" format='png', verbose=True, **kwargs)\n",
"FileLinks('cosine_images')"
]
},
Expand Down Expand Up @@ -454,9 +455,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -468,7 +469,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.10"
"version": "3.10.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit cdaf350

Please sign in to comment.