PaperSize option for Gnuplot in fitting fonts?

对着背影说爱祢 提交于 2019-12-13 02:56:31

问题


I used to set PaperSize in Matlab to control the font size in different axis. This is better than directly changing the fontsize. I think this kind of procedure can be working for gnuplot too.

Here some overview of papersize in Matlab. An unanswered question here in SO about setting fontsize with partisan view how to do it.

So Matlab's command

set(hFig, 'PaperSize',[X Y])

Is there any similar way to control the papersize in Gnuplot as Matlab? I want to get consistent font sizes in my plots.


回答1:


You can set the overall image size with the terminals size option like

set terminal pdfcairo size 21cm,29.7cm


来源:https://stackoverflow.com/questions/29727851/papersize-option-for-gnuplot-in-fitting-fonts

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!