Skip to content

Commit

Permalink
Set correct font for subplot titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Feb 13, 2024
1 parent f2cf953 commit a8ae719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@
"fig.update_layout(height=1800, width=900)\n",
"\n",
"for i in fig['layout']['annotations']:\n",
" i['font'] = dict(size=22)\n",
" i['font'] = dict(size=22, family='Times New Roman')\n",
"\n",
"fig.update_layout(legend=dict(\n",
" yanchor=\"top\",\n",
Expand Down

0 comments on commit a8ae719

Please sign in to comment.