home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Id: table.trm,v 1.1 1995/12/20 21:48:13 drd Exp $
- *
- */
-
- /*
- The terminal 'table' is built into the source code and not
- available separately. This file is needed only for building
- the documentation for gnuplot 3.6 (or higher) using the new
- including mechanismn.
- */
-
- #ifdef TERM_HELP
- START_HELP(table)
- "1 table",
- "?set terminal table",
- "?table",
- " Instead of producing a picture, the `table` terminal prints out evaluation",
- " results in a multicolumn ASCII table of X Y Z values. For those times when",
- " you really want to see the numbers, now you can see them on the screen or",
- " save to a file. This can be useful if you want to use the contouring engine",
- " of `gnuplot` to work out the contours of your data. See `set contour` for an",
- " example. The same trick can be used to output gridded data (`set dgrid3d`)."
- END_HELP(table)
- #endif
-