From: Arne M. <mej...@cs...> - 2005-10-13 08:44:58
|
Great, works just fine. Thanks for your help :-D On Thu, 2005-10-13 at 11:03 +0300, Juho Schultz wrote: > On Thu, 13 Oct 2005, Arne Mejlholm wrote: > > >Hi, > > > >I'm curious as to whether there is an easier way of changning the > >default terminal type, than to edit default_term in the gp_unix.py > >file. > > > > I think something like > > Gnuplot.GnuplotOpts.default_term = "newDefaultTerminal" > g = Gnuplot.Gnuplot() > > can be used. > > |