|
From: Daniel J S. <dan...@ie...> - 2005-01-18 21:39:07
|
Ethan Merritt wrote:
>update:
>
>multi-image GIFs are supported and working in libgd as of
>version 2.0.32 (Nov 2004).
>
>So we could use this mechanism if we really wanted to.
>The first problem I see is that you have to initialize
>the GIF file differently if you want to insert multiple
>images, so you have to know in advance that you are
>going to do so. In other words, it won't work to
>have term->graphics() simply check whether the file is
>already open. It would have to be a new option
> set term gif {animated}
>
>The gif term for multi-image is "animated", although
>this may not be the best keyword to use in gnuplot.
>"multiplot" would be better, but it already is being
>used for something else.
>
>Does anyone think this would be worth the effort?
>
>
I'm sitting here think about the ability to create a movie of plots, say
to watch the activity in some multidimensional data evolve. PDF files
work fairly well at this if one just keeps hitting return fairly fast.
But creating some output format that could be stepped through with a
viewer or movie player might be a long-term neat capability. Is that
what you have in mind with "animate"?
Dan
|