.. -*- coding: utf-8; -*-===================== Graph visualisation=====================.. contents:: :local:General view============* http://en.wikipedia.org/wiki/List_of_graphing_softwareRRDtool=======RRDtool is the OpenSource industry standard, high performance data logging andgraphing system for time series data. Use it to write your custom monitoringshell scripts or create whole applications using its Perl, Python, Ruby, TCLor PHP bindings.http://oss.oetiker.ch/rrdtool/ Home page.Graphviz========Graph visualization is a way of representing structural information asdiagrams of abstract graphs and networks. Automatic graph drawing has manyimportant applications in software engineering, database and web design,networking, and in visual interfaces for many other domains.http://www.graphviz.org/ Home page.Gnuplot=======Gnuplot is a portable command-line driven graphing utility for linux, OS/2, MSWindows, OSX, VMS, and many other platforms.Gnuplot supports many types of plots in either 2D and 3D. It can draw usinglines, points, boxes, contours, vector fields, surfaces, and variousassociated 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 modernprinters, and output to many file formats (eps, fig, jpeg, LaTeX, metafont,pbm, pdf, png, postscript, svg, ...).http://www.gnuplot.info Home page.