# HG changeset patch # User Oleksandr Gavenko # Date 1264165484 -7200 # Node ID d3b271be9634d8576e02f066d65c15fc080d5897 # Parent b21079a6bc2b27f6ef12f8d84aeda7e9eb6ce7b1# Parent 19e15e00c5d036f38ffac72b189cbbef0f807d81 merged diff -r b21079a6bc2b -r d3b271be9634 graph.rst --- a/graph.rst Fri Jan 22 15:04:23 2010 +0200 +++ b/graph.rst Fri Jan 22 15:04:44 2010 +0200 @@ -1,5 +1,9 @@ -*- mode: outline; coding: utf-8 -*- +* General view. + + http://en.wikipedia.org/wiki/List_of_graphing_software + * RRDtool. RRDtool is the OpenSource industry standard, high performance data logging and @@ -19,3 +23,20 @@ http://www.graphviz.org/ home page + +* Gnuplot. + +Gnuplot is a portable command-line driven graphing utility for linux, OS/2, MS +Windows, OSX, VMS, and many other platforms. + +Gnuplot supports many types of plots in either 2D and 3D. It can draw using +lines, points, boxes, contours, vector fields, surfaces, and various +associated text. It also supports various specialized plot types. + +Gnuplot supports many different types of output: interactive screen terminals +(with mouse and hotkey input), direct output to pen plotters or modern +printers, and output to many file formats (eps, fig, jpeg, LaTeX, metafont, +pbm, pdf, png, postscript, svg, ...). + + http://www.gnuplot.info + home page