Gif animattion
- To: mathgroup at smc.vnet.net
- Subject: [mg106570] Gif animattion
- From: JOzef Pulko <jozef.pulko at googlemail.com>
- Date: Sat, 16 Jan 2010 06:14:24 -0500 (EST)
Dear All, Sample code: Export["c:\Tets.gif", Table[Grid[ { { Plot[Sin[i*t], {t, 0, 10}], Plot[Cos[i*t], {t, 0, 10}] } } ], {i, 1, 10, 1}]] Problem: In the exported gif . is a large white space on the right side of the animation. How could I get rid of it? Many thanks for help!!!