In Unix, how can I plot a graph?
Many Unix systems have Gnuplot installed. Gnuplot features include:
- Plotting of two-dimensional functions and data points in many
different styles, including points, lines, and error bars
- Plotting of three-dimensional data points and surfaces in many
different styles, including contour plot and mesh
- Support for complex arithmetic
- User-defined functions
- Support for a large number of operating systems, graphics file
formats, and devices
- Extensive online help
- Labels for title, axes, and data points
- Command-line editing and history on most platforms
To start Gnuplot, at the Unix prompt, enter:
gnuplotTo invoke online help, enter help at the Unix prompt.
The following commands display a graph of the sin
function using a standard terminal:
Note: The above information was gleaned from the
comp.graphics.gnuplot newsgroup
FAQ, which is posted every two weeks to
comp.graphics.gnuplot, comp.answers, and
news.answers, and is available via anonymous
FTP at the FAQ
Archives.
This is document adoc in domain all.
Last modified on November 12, 2012.
Last modified on November 12, 2012.







