- plotter-typerecord
An algebraic datatype representing the type of plotter to create. Each plotter type corresponds to a different output format. Constructors include:
- (X)
- X Window System display
- (PNG)
- Portable Network Graphics (raster)
- (PNM)
- Portable Anymap format (raster)
- (GIF)
- Graphics Interchange Format (raster)
- (SVG)
- Scalable Vector Graphics (vector)
- (AI)
- Adobe Illustrator format (vector)
- (PS)
- PostScript (vector)
- (CGM)
- Computer Graphics Metafile (vector)
- (FIG)
- XFIG format (vector)
- (PCL)
- HP PCL format
- (HPGL)
- HP-GL/2 format (vector)
- (REGIS)
- ReGIS graphics format
- (TEK)
- Tektronix format
- (META)
- GNU metafile format (vector)