Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / svgfig / pkg-descr
1 The SVGFig package lets you draw mathematical figures in Scalable
2 Vector Graphics format (SVG), using the Python language.
3
4 As a tool, its usefulness lies somewhere between freehand drawing
5 programs, which don't give you quantitative control over your figures,
6 and traditional plotting packages, which fit your data into a prescribed
7 template. SVGFig allows you to draw anything you can express in Python.
8
9 SVGFig is particularly suited to handle non-linear geometries. All
10 lines, including the coordinate axis, curve if passed through a
11 non-linear coordinate transformation, and coordinate systems can be
12 nested in trees. This generalizes all the tools necessary for making
13 plots, so it is easy to create polar plots of radial data, Hammer-Aitoff
14 projections of the sky, translations in hyperbolic spaces, or experiment
15 with new representations.
16
17 SVGFig also maintains a convenient representation of SVG images as
18 Python constructs, so you can load graphics from SVG files, dissect
19 them, manipulate them with an automated script, and save them in batch.
20
21 WWW: http://code.google.com/p/svgfig/