Re: lock image size in a cell
- To: mathgroup at smc.vnet.net
- Subject: [mg96919] Re: lock image size in a cell
- From: Rob Mayoff <mayoff at gmail.com>
- Date: Fri, 27 Feb 2009 06:13:13 -0500 (EST)
- References: <go63ut$q49$1@smc.vnet.net>
On Feb 26, 7:03 am, "alexxx.ma... at gmail.com" <alexxx.ma... at gmail.com> wrote: > Re-evaluating the input, the output > doesnt remember my manually-set size. Try this: {w,h}={200,100}; (* These numbers only matter until you resize the graph. *) Plot[Sin[x],{x,0,10},AspectRatio->Full,ImageSize->Dynamic[{w,h}]]