Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Oct 4, 2024
1 parent 18ebb31 commit 1f77a55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions figures/5 B0 mapping/fig5p2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81764,7 +81764,7 @@
"yref": "paper"
}
],
"height": 500,
"height": 400,
"template": {
"data": {
"bar": [
Expand Down Expand Up @@ -82581,7 +82581,7 @@
}
}
},
"width": 900,
"width": 750,
"xaxis": {
"anchor": "y",
"domain": [
Expand Down Expand Up @@ -82684,8 +82684,8 @@
"fig.update_xaxes(showticklabels=False)\n",
"fig.update_yaxes(showticklabels=False)\n",
"fig.update_layout(\n",
" height=500,\n",
" width=900)\n",
" height=400,\n",
" width=750)\n",
"fig.show()"
]
}
Expand Down

0 comments on commit 1f77a55

Please sign in to comment.