MathGroup Archive 2008

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

Search the Archive

Re: Question about diference between Animate and Manipulate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90566] Re: Question about diference between Animate and Manipulate
  • From: Helen Read <hpr at together.net>
  • Date: Sun, 13 Jul 2008 15:48:16 -0400 (EDT)
  • References: <g51ugl$71h$1@smc.vnet.net> <g54of7$eq4$1@smc.vnet.net> <21521187.1215796702922.JavaMail.root@m02> <g59tqm$opl$1@smc.vnet.net>
  • Reply-to: HPR <read at math.uvm.edu>

David Park wrote:
> Hello Januk,
> 
> Thanks for your helpful suggestions on several issues. This one got me to
> trying some things.
> 
> The following gets rid of the n also.
> 
> Animate[ArrayPlot[CellularAutomaton[n, {{1}, 0}, {40, All}]],
>  {{n, 0, ""}, 0, 255, 1,
>   AppearanceElements -> None},
>  DisplayAllSteps -> True,
>  AnimationRate -> 5,
>  AnimationRepetitions -> 1]
> 
> When I saw the empty space in the Animate frame I thought I might like to
> add a title as one can do with Manipulate (by inserting a String expression
> before the control specification). But that is not allowed in Animate and so
> is another difference.

This might not be exactly where you want the title, but how about using 
Labeled?


Animate[Labeled[ArrayPlot[CellularAutomaton[n, {{1}, 0}, {40, All}]],
   "My title here", Top], {{n, 0, ""}, 0, 255, 1,
   AppearanceElements -> None}, DisplayAllSteps -> True,
  AnimationRate -> 5, AnimationRepetitions -> 1]



-- 
Helen Read
University of Vermont


  • Prev by Date: Re: How to use package without manually evaluating?
  • Next by Date: Re: How to use package without manually evaluating?
  • Previous by thread: RE: Question about diference between Animate and Manipulate
  • Next by thread: Mathematica and "Ruby on Rails"