How can I increase the font size of the ylabel in gnuplot? -
i tried set yabel={/*2.0 mylabel}
based on answer this question, printed ylabel literals.
the terminal must have enhanced
option enabled, , syntax setting labels wrong (without =
). working example:
set terminal pngcairo enhanced set xlabel "xlabel" set ylabel "{/*2 ylabel}" set output 'fontsizetest.png' plot x
result:
Comments
Post a Comment