- Timestamp:
- Dec 3, 2009, 8:10:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Graph.h
r929 r946 39 39 namespace svndigest { 40 40 41 /** 42 Graph is used to generate plots in svndigest and is a specialized 43 wrapper to the plplot plot library, http://plplot.sourceforge.net/ 44 45 Graph allows some axis label manipulation, setting pen colour, 46 and plotting lines. 47 48 Graph supports three graphics formats - portable network graphics 49 (png), scalable vector graphics (svg), and protable document 50 format (pdf) - if the underlying plplot library was built with 51 the appropriate modules. If not, rebuild and reinstall plplot. 52 */ 41 53 class Graph 42 54 {
Note: See TracChangeset
for help on using the changeset viewer.