Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何为 x 轴和 y 轴上的值设置字体大小?
我环顾四周,只找到了改变xlabel' 大小和ylabel' 大小的方法,但我希望轴下方的实际数字更大。
xlabel
ylabel
如果您不想更改字体,请对 bb2 的答案进行小幅阐述:
set xtics font ", 30"
对于 yaxis 上的抽动:
set ytics font ", 30"
同时对于两个轴:
set tics font ", 30"
它是:
set xtics font "Times-Roman, 30"