Skip to content

Commit d81f18e

Browse files
committed
Update labels.
1 parent 409bb5c commit d81f18e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

visu/fig_parperf3D_all.png

6.97 KB
Loading

visu/viz_perf_stokes.m

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
mylimx2 = [0.8 3.e3];
6363
ylab2 = 0.963.*sc;
6464

65-
fig1 = 1;
65+
fig1 = 0;
6666
fig2 = 1;
6767

6868
%%
@@ -125,7 +125,8 @@
125125
diff_3D_mxpu_daint_2(1,:),diff_3D_mxpu_daint_2(end,:)./single_daint_diff.*sc, '-o', ...
126126
'linewidth',3, 'MarkerFaceColor','k'), set(gca, 'fontsize',FS, 'linewidth',1.4)
127127
title({'3D nonlinear'; 'diffusion'},'fontsize',FS-2)
128-
ylabel({' ';'\bf{E} [%]'}, 'fontsize',FS)
128+
ylabel({' ';'\bf{E}'}, 'fontsize',FS)
129+
ytickformat('%g\%')
129130
% lg=legend('Titan Xm', 'Tesla V100 SXM2'); set(lg,'box','off')
130131
ylim(mylim2)
131132
xlim(mylimx2)
@@ -156,7 +157,7 @@
156157

157158
fig = gcf;
158159
fig.PaperPositionMode = 'auto';
159-
% print('fig_parperf3D_all','-dpng','-r300')
160+
print('fig_parperf3D_all','-dpng','-r300')
160161

161162
end
162163

0 commit comments

Comments
 (0)