graph.rst
changeset 1894 2e3bc2435d68
parent 1893 da0024f4f068
child 1895 91e537a35a34
equal deleted inserted replaced
1893:da0024f4f068 1894:2e3bc2435d68
     1 -*- mode: outline; coding: utf-8; -*-
       
     2 
       
     3 * General view.
       
     4 
       
     5   http://en.wikipedia.org/wiki/List_of_graphing_software
       
     6 
       
     7 * RRDtool.
       
     8 
       
     9 RRDtool is the OpenSource industry standard, high performance data logging and
       
    10 graphing system for time series data. Use it to write your custom monitoring
       
    11 shell scripts or create whole applications using its Perl, Python, Ruby, TCL
       
    12 or PHP bindings.
       
    13 
       
    14   http://oss.oetiker.ch/rrdtool/
       
    15                 home page
       
    16 
       
    17 * Graphviz.
       
    18 
       
    19 Graph visualization is a way of representing structural information as
       
    20 diagrams of abstract graphs and networks. Automatic graph drawing has many
       
    21 important applications in software engineering, database and web design,
       
    22 networking, and in visual interfaces for many other domains.
       
    23 
       
    24   http://www.graphviz.org/
       
    25                 home page
       
    26 
       
    27 * Gnuplot.
       
    28 
       
    29 Gnuplot is a portable command-line driven graphing utility for linux, OS/2, MS
       
    30 Windows, OSX, VMS, and many other platforms.
       
    31 
       
    32 Gnuplot supports many types of plots in either 2D and 3D. It can draw using
       
    33 lines, points, boxes, contours, vector fields, surfaces, and various
       
    34 associated text. It also supports various specialized plot types.
       
    35 
       
    36 Gnuplot supports many different types of output: interactive screen terminals
       
    37 (with mouse and hotkey input), direct output to pen plotters or modern
       
    38 printers, and output to many file formats (eps, fig, jpeg, LaTeX, metafont,
       
    39 pbm, pdf, png, postscript, svg, ...).
       
    40 
       
    41   http://www.gnuplot.info
       
    42                 home page