figure x1 = [10.4000000000000;12.4000000000000;14.4000000000000;16.4000000000000;18.4000000000000;20.4000000000000;22.4000000000000]; y0 = [0.986295000000000;0.977730000000000;0.916551000000000;0.851579000000000;0.796909000000000;0.754236000000000;0.726211000000000]; y1 = [0.967576000000000;0.994022000000000;0.967338000000000;0.924725000000000;0.882131000000000;0.846724000000000;0.823748000000000]; y2 = [0.977619000000000;0.993050000000000;0.986910000000000;0.967401000000000;0.946539000000000;0.928493000000000;0.918493000000000]; y3 = [0.965763000000000;0.984822000000000;0.985185000000000;0.978694000000000;0.968762000000000;0.960336000000000;0.957318000000000]; y4 = [0.988000000000000;0.983984000000000;0.987842000000000;0.983460000000000;0.977643000000000;0.973790000000000;0.974005000000000]; y5 = [0.978800000000000;0.985555000000000;0.992645000000000;0.992000000000000;0.990000000000000;0.988760000000000;0.989371000000000]; plot(x1,y0*100,'vk',x1,y1*100,'xk',x1,y2*100,'dk', x1,y3*100,'ok', x1,y4*100,'sk',x1,y5*100,'+k','LineWidth',1.2) strx='$$x/h$$'; xlabel(strx,'interpreter','latex','FontSize',18); stry='$$\psi^{u*}_{tot}(\%Q)_{y=2h}$$'; ylabel(stry,'interpreter','latex','FontSize',18); legend({'$$Ri=0$$','$$Ri=0.21$$','$$Ri=0.5$$','$$Ri=0.7$$','$$Ri=1$$','$$Ri=1^*$$'},'interpreter','latex','FontSize',16,'Location','southwest'); legend boxoff; set(gca,'XTickLabel',num2str(get(gca,'XTick').')); ylim([0 100]); set(gca, 'YScale', 'log'); ytickformat('percentage');