Skip to content

Commit

Permalink
Fix figure title
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Dec 6, 2021
1 parent 5d7341d commit edb91e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified visu/fig_stokes_systematics_gravity_weak.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified visu/fig_stokes_systematics_shear_weak.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion visu/viz_stokes_param.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
hold off
axis square;caxis([10 50]);
yticks(0.5:0.5:1.5);ylabel('\bfRe/Re_{opt}')
if iSub == 1;xticks(vrs);xlabel('\bf\mu^{0}_s/\mu^{inc}_s');else;xticks([]); end
if iSub == 1;xticks(vrs);xlabel('\bflog_{10}(\mu^{0}_s/\mu^{inc}_s)');else;xticks([]); end
if iSub == numel(subs);cb2=colorbar('Location','southoutside');cb2.Label.String='\bfiter_{tot}/nx';cb2.Label.FontSize=fs;end
set(gca,'FontName','Courier','FontSize',fs,'YDir','normal','XAxisLocation','top','YAxisLocation','right')
colormap(gca,flip(roma))
Expand Down

0 comments on commit edb91e6

Please sign in to comment.