Skip to content

Commit

Permalink
Update Figure9c.m
Browse files Browse the repository at this point in the history
  • Loading branch information
MinggangXie authored Nov 29, 2019
1 parent 6defc8c commit f644bb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Figure9c.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
ylim([0.1 100])
xlim([0.1 20000])

xlabel('Depth from surface (m)','FontSize',FontSize,'FontName','Times New Roman');%设置横坐标名称和字体大小
set(gca,'YTick',[1 2 5 10 20 50 100],'LineWidth',1.2,'TickLength',[0.015 0.01])%,'TickLength',[0.05 0.02]
ylabel('Abundance of basin ejecta in deposits (%)','FontSize',FontSize,'FontName','Times New Roman');%设置纵坐标名称和字体大小
xlabel('Depth from surface (m)','FontSize',FontSize,'FontName','Times New Roman');
set(gca,'YTick',[1 2 5 10 20 50 100],'LineWidth',1.2,'TickLength',[0.015 0.01]);
ylabel('Abundance of basin ejecta in deposits (%)','FontSize',FontSize,'FontName','Times New Roman');



Expand Down

0 comments on commit f644bb1

Please sign in to comment.