Skip to content

Commit

Permalink
Fix plot proportions notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovarrone committed Aug 21, 2024
1 parent d145ba2 commit e20bb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/cosmx_human_nsclc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
" img=None,\n",
" spatial_key='spatial_fov',\n",
" palette='Set2',\n",
" figsize=(6,6),\n",
" figsize=(5,5),\n",
" ncols=1,\n",
" library_id=['Lung9_Rep1'],\n",
")"
Expand Down Expand Up @@ -628,7 +628,7 @@
" size=30, \n",
" img=None,\n",
" spatial_key='spatial_fov',\n",
" figsize=(6,6),\n",
" figsize=(5,5),\n",
" ncols=1,\n",
" library_id=['Lung9_Rep2'],\n",
")"
Expand Down

0 comments on commit e20bb7f

Please sign in to comment.