File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ def freq_panel(
168168 axs .set_title (title )
169169
170170 if self .set_label :
171- axs .set_ylabel (r"$m$ " , fontsize = 12 )
172- axs .set_xlabel (r"$n$ " , fontsize = 12 )
171+ axs .set_ylabel ("m " , fontsize = 12 , fontstyle = 'italic' )
172+ axs .set_xlabel ("n " , fontsize = 12 , fontstyle = 'italic' )
173173 # axs.set_aspect('equal')
174174
175175 # ref: https://stackoverflow.com/questions/20337664/cleanest-way-to-hide-every-nth-tick-label-in-matplotlib-colorbar
@@ -246,8 +246,8 @@ def fft_freq_panel(
246246 axs .set_title (title )
247247
248248 if self .set_label :
249- axs .set_xlabel (r"$k$ [m$^{-1}$ ]" , fontsize = 12 )
250- axs .set_ylabel (r"$l$ [m$^{-1}$ ]" , fontsize = 12 )
249+ axs .set_xlabel ("k [1/m ]" , fontsize = 12 , fontstyle = 'italic' )
250+ axs .set_ylabel ("l [1/m ]" , fontsize = 12 , fontstyle = 'italic' )
251251 if typ == "imag" :
252252 axs .set_aspect ("equal" )
253253
You can’t perform that action at this time.
0 commit comments