|
From: Tatsuro M. <tma...@ya...> - 2012-01-24 22:01:36
|
Hello Please use gnuplot 4.4 or later and use wxt terminal. You can use multiple windows set term wxt 0 plot sin(x) set term wxt 1 plot cos(x) For gnuplot 4.6 (rc1), you can use multiple windows in windows terminal Regards Tatsuro --- On Wed, 2012/1/25, Sam Kingsbury wrote: > Hi, > > > > I'm using gnuplot (wgnuplot.exe) V4.1 on Windows7 > > > > Simple question - I use gnuplot to display basic data files, (e.g plot > "1.txt" with lines), each time I type plot or splot, gnuplot generates > the resulting graph in a separate window, however it always re-uses the > same window, discarding any previous content. > > > > I really really really really want to display each graph in a NEW > window, so if I enter ten plot commands I want to end up with ten graphs > each in its own window. > > I'm not bothered about interacting with the plots (like zoom, rescaling > etc), I just want to see more than one graph on the screen at the same > time. > > Currently the only way I can figure do this is by running multiple > copies of gnuplot (i.e. one per graph), but this doesn't work well when > you need lots of graphs at the same time. > > > > Seems like such a simple thing I feel really stupid not being able to > figure it out...... all suggestions welcome > > > > Thanks, Sam > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |