Clichart is a library and command-line tool for generating charts from tabular data.

See:
          Description

Packages
net.sf.clichart.chart This package contains classes for creating JFreeChart charts based on data events.
net.sf.clichart.data This package contains classes for parsing tabular data from streams.
net.sf.clichart.main This package contains classes used to generate charts from the command-line, whether interactively (with the chart displayed in a GUI window) or autmatically (with the chart saved to a nominated file).
net.sf.clichart.main.cliserver  

 

Clichart is a library and command-line tool for generating charts from tabular data.

The home page for clichart is at http://clichart.sourceforge.net/.

If using clichart as a library from Java, see the DefaultChartGenerator class.