Page 1 of 1

Animate using code with Eviews 12

Posted: Wed Dec 30, 2020 5:43 am
by ErikG
Hi and thanks for the new features in Eviews 12.

Is it possible to create and store animations using code?

I see in the code capture window that the code should be something like:

Code: Select all

series01.animate(fps=4, ans="1971m01", ane="2030m12", ar=11, ai=12,anim=mov)


But when used in a prg file I get a message that animate is not a valid series view.

If the animate command is applied to a graph object instead I get internal error 501.

Happy new year!

/Erik

Re: Animate using code with Eviews 12

Posted: Wed Dec 30, 2020 2:19 pm
by EViews Jason
Better error messages will be added in the next patch.

Since the 'animate' proc does not exist for series, it will be removed from command capture. It will only be available in graphs and geomaps.