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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -