I am trying to make a label bold, but it does not work if I use underscore:
set label "P_{11}" at 1,1,1+y_offset font "Helvetica Bold"
If I instead omit the undersocre (subscript) it works fine:
set label "P11" at 1,1,1+y_offset font "Helvetica Bold"
Is it not possible to make text with latex subscripts bold?
--
View this message in context: http://www.nabble.com/Bold-latex-text--tp22138696p22138696.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|