|
From: Jeremy C. <jer...@gm...> - 2009-07-21 15:33:32
|
On Tue, Jul 21, 2009 at 10:59 AM, Thomas Sefzick <t.s...@fz...>wrote: > > set multiplot > set size 1,1 > set origin 0,0 > plot [-pi:pi] sin(x) > set size 0.35,0.35 > set origin 0.6,0.1 > plot [-pi/2.:pi/2.] sin(x) > unset multiplot Thank you. That's exactly what I needed. Jeremy > > > > Jeremy Conlin wrote: > > > > I would like to have a plot within a plot. I have a plot where I would > > like > > to zoom in on one corner to show the detail, while still keeping the rest > > of > > the plot. > > In looking around it seems like I might be able to do this with > multiplot, > > but that seems to be used for putting plots side by side which is not > what > > I > > want. Is multiplot the way to go or should I be looking at something > > else? > > Is there a demo describing ho to do this? > > > > Thanks, > > Jeremy > > > ------------------------------------------------------------------------------ > > Enter the BlackBerry Developer Challenge > > This is your chance to win up to $100,000 in prizes! For a limited time, > > vendors submitting new applications to BlackBerry App World(TM) will have > > the opportunity to enter the BlackBerry Developer Challenge. See full > > prize > > details at: http://p.sf.net/sfu/Challenge > > _______________________________________________ > > Gnuplot-info mailing list > > Gnu...@li... > > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > > > > > -- > View this message in context: > http://www.nabble.com/Plot-within-a-plot--how-to--tp24588288p24589348.html > Sent from the Gnuplot - User mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |