MathGroup Archive 2008

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

Search the Archive

Re: Resize dynamic graphics - How?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92775] Re: Resize dynamic graphics - How?
  • From: "m.g." <mg at michaelgamer.de>
  • Date: Mon, 13 Oct 2008 06:17:16 -0400 (EDT)
  • References: <gb74gb$e9h$1@smc.vnet.net> <gbak8s$qt$1@smc.vnet.net>

On 23 Sep., 13:34, Nazdrovje <nazdro... at gmail.com> wrote:
> I guess you'd like to adjust the size interactively, otherwise you
> could just add ImageSize->600 (or whatever size you'd like) to the
> plot function. The usual scaling in the notebook fails because the
> locator gets the focus before the usual graphics cell handle.
>
> This will work:
>
> 1. add ImageSize-> x to the plot function
> 2. execute Slider[Dynamic[x], {100, 600}] (* or whatever you like the
> image size to be bounded with *)
> 3. now dt[Cos, 0, 2] will get you a plot that you can adjust using the
> slider made in step 2.
>
> Cheers,
>
> Nazdrovje

Thx a lot Nazdrovje, (and sorry for the late response ---
vacation :-) )
This solution is just so simple... too simple for me to see it..

Greetings from Germany

m.g.


  • Prev by Date: Re: Turning off default rules associated with TableHeadings?
  • Next by Date: Solve vs. NSolve
  • Previous by thread: Re: Getting rid of those deprecated Doloops?
  • Next by thread: Solve vs. NSolve