MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

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}]]


  • Prev by Date: Re: Transparent background with PNG
  • Next by Date: how to solve 2-variable recurrence equation for a[m.n]
  • Previous by thread: Re: lock image size in a cell
  • Next by thread: About Reduce and Mod