| Calling Sequence
| Plot2Gif(opt)
|
| Parameters
| | Name | Type | Description |
|
| opt
| 'landscape' | (optional) produce the gif in landscape format |
| opt
| 'portrait' | (optional) produce the gif in portrait format |
| opt
| output = string | (optional) file name to place the result |
|
| Return Type
| NULL |
| Synopsis
| Uses underlying unix/linux commands to convert
the output of a Draw/Plot command to a xxx.gif file.
The commands used are pstopnm and ppmtogif and may not exist
in all versions of the operating systems. |
| Examples
| > Plot2Gif( landscape, output='figure1.gif' );
|
| See also
| BrightenColor, ColorPalette, DrawDistribution, DrawDotplot, DrawGraph, DrawHistogram, DrawPlot, DrawPointDistribution, DrawStackedBar, DrawTree, GetColorMap, PlotArguments, Set, SmoothData, StartOverlayPlot, StopOverlayPlot, ViewPlot |