# set terminal png transparent nocrop enhanced font arial 8 size 420,320 # set output 'textcolor.1.png' set label 10 "label with tc default" at -1.5, 1.6, 0 left norotate front nopoint set label 11 "label with textcolor lt 1" at -1.5, 1.8, 0 left norotate front textcolor lt 1 nopoint set label 12 "label with tc lt 2" at -1.5, 1.4, 0 left norotate front textcolor lt 2 nopoint set label 13 "label with tc lt 3" at -1.5, 1.2, 0 left norotate front textcolor lt 3 nopoint set title "Textcolor options in 2D plot (notice this title in color)" 0.000000,0.000000 font "" textcolor lt 1 set xlabel "color of xlabel should be lt 4" 0.000000,0.000000 font "" textcolor lt 4 set xrange [ -2.00000 : 2.00000 ] noreverse nowriteback set ylabel "color of ylabel should still be black" 0.000000,0.000000 font "" set yrange [ -2.00000 : 2.00000 ] noreverse nowriteback plot sin(x)