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: enter image description here


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -