如何为出版物提高等高线图中的线条平滑度?例如,虚线看起来很糟糕,实线看起来好像它们的粗细不同。见下文
以下是部分代码:
Vals = [0:5:200]; contourf(X,Y,W,Vals,'EdgeColor','k','LineWidth',1.2,'LineStyle',':');axis square;grid;hold on
Vals = [10:10:200]; contour(X,Y,W,Vals,'EdgeColor','k','LineWidth',1.2);
Vals = [20 : 20 : 200]; [C,h] = contour(X,Y,W,Vals,'Color','k','LineWidth',1.8);
clabel(C,h,'FontName','Palatino Linotype','FontAngle','italic','Fontsize',9,'Color','w')
print -djpeg -r300 filename
谢谢!
保存为 png 并没有多大帮助...检查行:/见下文:
现在检查虚线...
这里保存为 eps (-r1200)...看起来更好