matlab画图变粗脚本

http://blog.sina.com.cn/s/blog_708637950100uag0.html

figure_FontSize=18;

set(get(gca,'XLabel'),'FontSize',figure_FontSize,'Vertical','top');

set(get(gca,'YLabel'),'FontSize',figure_FontSize,'Vertical','middle');

set(findobj('FontSize',10),'FontSize',figure_FontSize);

set(findobj(get(gca,'Children'),'LineWidth',0.5),'LineWidth',2);

坐标轴

set(gca,'LineWidth',数字)

set(gca,'FontSize',数字)