|
From: Thomas S. <t.s...@fz...> - 2009-07-21 14:59:26
|
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 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. |