gnuplot - Two fonts in the same sentence -
in gnuplot, how make labels consist of 2 parts, 1 of in regular text, , other in boldface? it's easy set font entire sentence.
using gnuplot 5 quite easy. in enhanced text mode, default switched on, can use syntax {/:bold ...} select boldface of whatever font select. likewise, using {/:normal ...} , {/:italic ...} selects normal or italic font styles:
set label 1 center @ 0,0 '{/:bold bold {/:normal normal} {/:italic bold italic}} {/:italic italic}' font 'linux biolinum o,20' plot x 
Comments
Post a Comment