G N U P L O T unix version 3.5 patchlevel 3.50.1.17, 27 Aug 93 last modified Fri Aug 27 05:21:33 GMT 1993 Copyright(C) 1986 - 1993 Colin Kelley, Thomas Williams Send comments and requests for help to info-gnuplot@dartmouth.edu Send bugs, suggestions and mods to bug-gnuplot@dartmouth.edu Terminal type set to 'x11' gnuplot> help plot `plot` and `splot` are the primary commands of the program. They plot functions and data in many, many ways. `plot` is used to plot 2-d functions and data, while `splot` plots 3-d surfaces and data. Syntax: plot {ranges} { | {"" {using ...}}} {title} {style} {, {title} {style}...} splot {ranges} { | {"" {index i} {using ...}}} {title} {style} {, {title} {style}...} where either a or the name of a data file enclosed in quotes is supplied. A function is a mathematical expression, or a pair (`plot`) or triple (`splot`) of mathematical expressions in the case of parametric functions. User-defined functions and variables may also be defined here. `plot` and `splot` commands can be as simple as plot sin(x) and Press return for more: splot x * y or as complex as (!) plot [t=1:10] [-pi:pi*2] tan(t), "data.1" using 2:3 with lines, t**2 with points Subtopics available for plot: data-file datafile errorbars parametric ranges style title with Subtopic of plot: using Subtopic of plot: gnuplot> gnuplot> gnuplot> gnuplot> quit Sorry, no help for 'plot using'