|
From: Daniel J S. <dan...@ie...> - 2014-07-01 03:36:45
|
On 06/30/2014 10:10 PM, Allin Cottrell wrote: > On Mon, 30 Jun 2014, Daniel J Sebald wrote: [snip] >> I don't see what the problem is with asking the user to change their >> settings to "noenhanced". (What if they want enhanced?) > > It's not really a matter of preference: I'm thinking of, for example, > printing the name of a variable which includes one or more underscores > in a key, title or label of some sort. It's just broken if that turns > into a subscript. gnuplot> help enhanced [snip] This mode is selected by default when you set the terminal, but may be toggled afterward using "set termoption [no]enhanced", or by marking individual strings as in "set label 'x_2' noenhanced". Something I didn't know about. It works here. Dan |