Skip to content

Commit

Permalink
Fix yaxes range
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed May 23, 2024
1 parent 453b91d commit 9e7ec8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1593,6 +1593,7 @@
" showgrid=True,\n",
" gridcolor='rgb(169,169,169)',\n",
" title_font_family=\"Times New Roman\",\n",
" range=[1.05,1.4],\n",
" title_font_size = 20,\n",
" linecolor='black',\n",
" linewidth=2,\n",
Expand Down Expand Up @@ -1628,6 +1629,7 @@
" 'text':'<b>B<sub>1</sub><sup>+</sup> efficiency [nT/V]</b>',\n",
" 'standoff':0\n",
" },\n",
" range=[2,35],\n",
" showgrid=True,\n",
" gridcolor='rgb(169,169,169)',\n",
" title_font_family=\"Times New Roman\",\n",
Expand Down

0 comments on commit 9e7ec8e

Please sign in to comment.