Skip to content

Commit 0fc7a43

Browse files
committed
Updated figures and readme
1 parent a98eda7 commit 0fc7a43

File tree

4 files changed

+309
-304
lines changed

4 files changed

+309
-304
lines changed

Paper_Figures/Plot_figures_L10_bifurcation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def Add_Label(X_folds, Nr_folds, Nfm_folds, Ra_folds, ax):
138138
#ax[0].set_title(r'$\ell=10^{+}$', fontsize=25)
139139
ax[0].set_ylim([0, 12.5])
140140
ax[0].set_xlim([3000, 8500])
141-
ax[0].annotate('(a)', xy=(0.0, 1.05), xycoords='axes fraction', fontsize=25)
141+
ax[0].annotate(r'(a)', xy=(0.0, 1.05), xycoords='axes fraction', fontsize=25)
142142

143143
# B) Create the transcritical inset
144144
axins_0 = inset_axes(ax[0], width="70%", height="70%", loc='upper right', borderpad=2)
@@ -168,7 +168,7 @@ def Add_Label(X_folds, Nr_folds, Nfm_folds, Ra_folds, ax):
168168
#ax[1].set_title(r'$\ell=10^{-}$', fontsize=25)
169169
ax[1].set_ylim([0, 12.5])
170170
ax[1].set_xlim([3000, 8500])
171-
ax[1].annotate('(b)', xy=(0.0, 1.05), xycoords='axes fraction', fontsize=25)
171+
ax[1].annotate(r'(b)', xy=(0.0, 1.05), xycoords='axes fraction', fontsize=25)
172172

173173
# D) Create the transcritical inset
174174

0 commit comments

Comments
 (0)