graph.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 09 Oct 2017 10:49:36 +0300
changeset 2188 e95731eef030
parent 1912 8b81a8f0f692
child 2228 837f1337c59b
permissions -rw-r--r--
Fixed: NameError: name 'locale_encoding' is not defined File /bin/rst2html.py, line 17, in <module> from docutils.core import publish_cmdline, default_description File /usr/lib/python2.7/site-packages/docutils/core.py, line 20, in <module> from docutils import frontend, io, utils, readers, writers File /usr/lib/python2.7/site-packages/docutils/frontend.py, line 41, in <module> import docutils.utils File /usr/lib/python2.7/site-packages/docutils/utils/__init__.py, line 20, in <module> import docutils.io File /usr/lib/python2.7/site-packages/docutils/io.py, line 18, in <module> from docutils.utils.error_reporting import locale_encoding, ErrorString, ErrorOutput File /usr/lib/python2.7/site-packages/docutils/utils/error_reporting.py, line 60, in <module> codecs.lookup(locale_encoding or '') # None -> '' NameError: name 'locale_encoding' is not defined

.. -*- coding: utf-8; -*-

=====================
 Graph visualisation
=====================
.. contents::
   :local:

General view
============

  http://en.wikipedia.org/wiki/List_of_graphing_software

RRDtool
=======

RRDtool is the OpenSource industry standard, high performance data logging and
graphing system for time series data. Use it to write your custom monitoring
shell scripts or create whole applications using its Perl, Python, Ruby, TCL
or PHP bindings.

  http://oss.oetiker.ch/rrdtool/
    Home page.

Graphviz
========

Graph visualization is a way of representing structural information as
diagrams of abstract graphs and networks. Automatic graph drawing has many
important 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, 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.