|
From: Daniel J S. <dan...@ie...> - 2014-07-01 02:07:34
|
On 06/30/2014 08:45 PM, Daniel J Sebald wrote: > On 06/30/2014 08:32 PM, Allin Cottrell wrote: >> Is there any way you could provide a global switch to turn off the >> "enhanced text" default in gnuplot 5.0? I'm afraid it's a pain to >> have to guard against underscores coming out as subscript markers. > > Allin, > > You may set whatever parameters you like via the startup script. See > "help startup". I guess I should give an example seeing as you used "set termoption" to change the value. Place the following in a startup script: set term pngcairo noenhanced set term qt noenhanced set term wxt noenhanced The terminal options are persistent across changes. I suppose if one expects to use a lot of terminals, then the list gets long, but there's no typing upon startup so not cumbersome. Maybe a global option somehow would be good, but if I recall correctly there never was any consistency of options across terminals. Each terminal can have it's unique options. Dan |