Nakita
2022-11-12 03:26:21 UTC
Dear all,
I want to make gnuplot to use "Bold" fonts by default, so I set the "termoption":
set termoption font "Times New Roman:bold, 24"
However, I recently noticed that this only applies to normal texts and subscipts with only one character, eg, "S_i". If I put more than one characters in subscrpts in curly braces, such as "A_{ij}", gnuplot will not render the "ij" in bold faces.
The minimal test codes:
set termoption font "Times New Roman:bold, 24"
set xlabel "S_i"
set ylabel "A_{ij}"
p sin(x)
One can notice that the xlabel can render the subscript "i" in bold faces while the "ij" are not rendered in bold faces.
So is this a gnuplot bug or I am missing something here?
I want to make gnuplot to use "Bold" fonts by default, so I set the "termoption":
set termoption font "Times New Roman:bold, 24"
However, I recently noticed that this only applies to normal texts and subscipts with only one character, eg, "S_i". If I put more than one characters in subscrpts in curly braces, such as "A_{ij}", gnuplot will not render the "ij" in bold faces.
The minimal test codes:
set termoption font "Times New Roman:bold, 24"
set xlabel "S_i"
set ylabel "A_{ij}"
p sin(x)
One can notice that the xlabel can render the subscript "i" in bold faces while the "ij" are not rendered in bold faces.
So is this a gnuplot bug or I am missing something here?