|
From: Tait <gnu...@t4...> - 2012-01-25 07:25:43
|
> 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. > ... You can do this with multiplot. Take a look at "help multiplot" and the multiplot demos at http://gnuplot.sourceforge.net/demo_4.2/layout.html. Just remember to "unset multiplot" to get out of multiplot mode when you're done. |