使用print
打印时,y轴标签上的间距全部错误
重现此问题的代码是:
data1 = [1:10:100]
data2 = [100:10:200]
file = "plottest.png"
[at ho ht] = plotyy(data1,data1,data2,data2);
ylabel(at(1),"Concentration of O_2 (mol/m^3)");
print(gcf,file);
我正在使用qt图形工具。
输出到图形窗口(以及所需的结果):
打印到PNG文件的内容: