|
[Date Index]
[Thread Index]
[Author Index]
Automatic Animation
- To: mathgroup at smc.vnet.net
- Subject: [mg13721] Automatic Animation
- From: Alexander Kricke <kricke at student.uni-kassel.de>
- Date: Wed, 19 Aug 1998 01:38:14 -0400
- Organization: Universität Kassel
- Sender: owner-wri-mathgroup at wolfram.com
Hello,
the following problem refers to the following program in Mathematica 3.0
:
Do[Plot[x+i,{x,-3,3},ImageSize->600,PlotRange->{{-4,4},{-7,7}}];,
{i,-3,3,1}];
There are several plots. If you want to animate them, you must mark the
plots and then type Ctrl-Y. How is it possible, that this step works
automatically (e.g. you open that notebook, then you run evaluation
(Shift-Enter), then each plot is shown, after that you see an
animation (automatically without typing Ctrl-Y)) ??
In my opinion the new features of treatig notebooks seem to play an
important role.
Besides is it possible to minimize the left margin of the graphics ??
Thanks
Alex
Prev by Date:
external use of interpolatingFunction
Next by Date:
Re: unwrapping ArcTan
Previous by thread:
external use of interpolatingFunction
Next by thread:
Automatic Animation
|