How to generate plots in GIF format? - Gnuplot Programming

How to generate plots in GIF format?



- GIF format support is provided by external library of Gnuplot.

- One such library is ‘libgd’.

- Versions 1.2 to 1.4 of libgd produces only GIF output.

- Versions 1.6 to 2.0.27 supports PNG outputs.

- Version 2.0.28 of Boutell gd library restored the support of GIF functionality.

- To get the support of GIF, gnuplot need to be linked with any compatible gd library.
Post your comment