[Swift-commit] r5155 - usertools/plotter

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Thu Sep 22 11:03:18 CDT 2011


Author: wozniak
Date: 2011-09-22 11:03:18 -0500 (Thu, 22 Sep 2011)
New Revision: 5155

Modified:
   usertools/plotter/README.txt
Log:
Include Overview and Installation


Modified: usertools/plotter/README.txt
===================================================================
--- usertools/plotter/README.txt	2011-09-22 15:52:26 UTC (rev 5154)
+++ usertools/plotter/README.txt	2011-09-22 16:03:18 UTC (rev 5155)
@@ -2,16 +2,26 @@
 = Swift Plotter
 :toc:
 
-Contains a plotter for simple data sets.
+== Overview
 
-Produces EPS output from two-column data sets using JFreeChart.
+This documents a plotter for simple data sets.  It produces EPS output
+from two-column data sets using JFreeChart.  The user interface is
++swift_plotter.zsh+
 
-User interface is +swift_plotter.zsh+
+The overall idea is to produce high-quality, easily customizable plots
+by using the rich feature set in JFreeChart and providing a simple,
+scriptable user interface.
 
-The overall idea is to produce high-quality, easily customizable
-plots by using the great feature set in JFreeChart and providing
-a simple, scriptable user interface.
+== Installation
 
+Just check out from SVN and build with Ant:
+
+----
+svn co https://svn.ci.uchicago.edu/svn/vdl2/usertools/plotter
+cd plotter
+ant
+----
+
 == Usage
 
 The plotter accepts a configuration file, a target output file name




More information about the Swift-commit mailing list