Changeset 946 for trunk/lib


Ignore:
Timestamp:
Dec 3, 2009, 8:10:01 PM (14 years ago)
Author:
Jari Häkkinen
Message:

Fixes #97. Well, gnuplot is now removed and sub task are defined in other tickets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Graph.h

    r929 r946  
    3939namespace svndigest {
    4040
     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  */
    4153  class Graph
    4254  {
Note: See TracChangeset for help on using the changeset viewer.