Skip to content

Commit

Permalink
fix(Notebook): platform independent fixed with fontname
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Mar 10, 2023
1 parent d6ce157 commit 64fd823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/McSAS3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@
" 'height_ratios':[1,2]\n",
" }\n",
" )\n",
"csfont = {'fontname':'Courier New'}\n",
"csfont = {'fontname':'monospace'}\n",
"\n",
"\n",
"# plot a histogram for every histRange:\n",
Expand Down

0 comments on commit 64fd823

Please sign in to comment.