Skip to content

Commit

Permalink
Merge pull request #9538 from mcgratta/master
Browse files Browse the repository at this point in the history
Matlab: More font issues
  • Loading branch information
mcgratta authored May 26, 2021
2 parents 8d59563 + 9f13d30 commit 9999c5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Utilities/Matlab/scripts/ht3d_sphere.m
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@

xlabel('{\it \Deltax} (m)','FontSize',Title_Font_Size,'Interpreter',Font_Interpreter,'Fontname',Font_Name)
ylabel('{\it L}_{\infty} error (°C)','FontSize',Title_Font_Size,'Interpreter',Font_Interpreter,'Fontname',Font_Name)
lh=legend(hh,'FDS','{\it O(\Deltax)}','{\it O(\Deltax^2)}','location','northwest');
lh=legend(hh,'FDS','{\it O(\Deltax)}','{\it O(\Deltax²)}','location','northwest');
set(lh,'FontName',Font_Name,'FontSize',Key_Font_Size)

% add version string if file is available
Expand Down
8 changes: 4 additions & 4 deletions Utilities/Matlab/scripts/rms_cov_corr.m
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

set(gca,'FontName',Font_Name)
set(gca,'FontSize',Label_Font_Size)
xlabel('Time(s)','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size,'FontName',Font_Name)
xlabel('Time (s)','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size,'FontName',Font_Name)
ylabel('{\it u} rms (m/s)','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size,'FontName',Font_Name)
legend('Analytic','FDS','Location','East')

Expand Down Expand Up @@ -96,8 +96,8 @@

set(gca,'FontName',Font_Name)
set(gca,'FontSize',Label_Font_Size)
xlabel('Time(s)','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size,'FontName',Font_Name)
ylabel('{\it uw} covariance (m^2/s^2)','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size,'FontName',Font_Name)
xlabel('Time (s)','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size,'FontName',Font_Name)
ylabel('{\it uw} covariance (m²/s²)','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size,'FontName',Font_Name)
legend('Analytic','FDS','Location','East')

% add Git revision if file is available
Expand Down Expand Up @@ -128,7 +128,7 @@

set(gca,'FontName',Font_Name)
set(gca,'FontSize',Label_Font_Size)
xlabel('Time(s)','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size,'FontName',Font_Name)
xlabel('Time (s)','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size,'FontName',Font_Name)
ylabel('{\it uw} cross correlation','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size,'FontName',Font_Name)
legend('Analytic','FDS','Location','East')

Expand Down

0 comments on commit 9999c5b

Please sign in to comment.