**svgplotlib** is a simple python package for creating SVG
graphs and charts.

Parts of this package have been taken from other sources:

 * TEX package ported from matplotlib. (BSD license)
 
 * freetype extension is a port of the c++ code
   in matplotlib (BSD license)
   
 * The file Scale.py contains code ported from the c++
   library Qwt. (LGPL License)
   
 * The gantt plotting is ported from plone. (GPL license)

The rest of the code is covered by the BSD license.