We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98eda7 commit 0fc7a43Copy full SHA for 0fc7a43
Paper_Figures/Plot_figures_L10_bifurcation.py
@@ -138,7 +138,7 @@ def Add_Label(X_folds, Nr_folds, Nfm_folds, Ra_folds, ax):
138
#ax[0].set_title(r'$\ell=10^{+}$', fontsize=25)
139
ax[0].set_ylim([0, 12.5])
140
ax[0].set_xlim([3000, 8500])
141
-ax[0].annotate('(a)', xy=(0.0, 1.05), xycoords='axes fraction', fontsize=25)
+ax[0].annotate(r'(a)', xy=(0.0, 1.05), xycoords='axes fraction', fontsize=25)
142
143
# B) Create the transcritical inset
144
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):
168
#ax[1].set_title(r'$\ell=10^{-}$', fontsize=25)
169
ax[1].set_ylim([0, 12.5])
170
ax[1].set_xlim([3000, 8500])
171
-ax[1].annotate('(b)', xy=(0.0, 1.05), xycoords='axes fraction', fontsize=25)
+ax[1].annotate(r'(b)', xy=(0.0, 1.05), xycoords='axes fraction', fontsize=25)
172
173
# D) Create the transcritical inset
174
0 commit comments