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 

enter image description here


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -