| Author |
Comment/Response |
Sinval Santos
|
04/13/05 1:22pm
I want,in an animation,to increase the size of the plots,to occupy a larger space in the screen
In[121]:=w1=Table[Plot[a*Cos[x],{x,0,2*Pi},
DisplayFunction->Identity],{a,-2,2,0.2}];
In[111]:=<<Graphics`Animation`
In[122]:=ShowAnimation[w1,PlotRange->{{-10,10},{-3,3}}]
In an animation,as increase the size of the plots.The animation is a plots group. Doesn't give to increase selecting each plot
Thank you
Sinval
URL: , |
|