|
From: <tim...@en...> - 2007-06-07 18:31:00
|
> On 6/6/07, Timothée Lecomte <tim...@en...> wrote: >> > How do I change the defaults of wxt terminal window? >> > >> > gnuplot -geometry 1024x768 >> > >> > works for x11 terminal, but not for wxt >> > >> > Sincerely, >> > >> > Dmitri. >> >> Hi Dmitri, >> >> There's no mechanism for this currently with wxt, but I'd be happy to >> provide one. >> >> I can think of several different ways to implement it: >> >> - with 'set term wxt size 1024,768' > > This is not quite "default" (default is the size that would be > used if nothing specified explicitly), but it does look as a nice > option to have, consistent with other terminals. > So it gets my vote. You can still put that line in your $HOME/.gnuplot file and it will be a default then ;) I'll try to implement that in the next days. Best regards, Timothée |