Skip to content

Commit

Permalink
add height and width to HoloMap
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Dec 2, 2023
1 parent 0528b7a commit 5325eb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notebooks/03-uxarray-vis/07-animations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
" exclude_antimeridian=False,\n",
" cmap=\"coolwarm\",\n",
" title=f\"v1: Mesh Layer {i}\",\n",
" width=700,\n",
" height=350,\n",
" )\n",
" for i in range(20)\n",
" },\n",
Expand Down

0 comments on commit 5325eb5

Please sign in to comment.