El vie, 28-10-2011 a las 20:59 +0200, Adam Majewski escribi?:
> Hi,
>
> Can I make animated gif (or any other graphic file) by writing array to
> file ?
Hello,
You can use option 'terminal=animated_gif' together with the 'image'
graphic object. But 'image' only admits matrices as arguments, not
arrays. It wouldn't be too difficult to add arrays; in fact, 'image'
admits another special object called 'picture', which is basically a 1D
array.
>
> like in R code :
> http://commons.wikimedia.org/wiki/File:Mandelbrot_Creation_Animation_%28800x600%29.gif
You can't make matrix operations with arrays such these, unless you
write specific functions first.
--
Mario