[Swift-commit] r4182 - usertools/plotter/samples/lines
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Mar 14 21:56:57 CDT 2011
Author: wozniak
Date: 2011-03-14 21:56:57 -0500 (Mon, 14 Mar 2011)
New Revision: 4182
Added:
usertools/plotter/samples/lines/About.txt
usertools/plotter/samples/lines/plot.cfg
usertools/plotter/samples/lines/set1.data
usertools/plotter/samples/lines/set2.data
Log:
Sample case
Added: usertools/plotter/samples/lines/About.txt
===================================================================
--- usertools/plotter/samples/lines/About.txt (rev 0)
+++ usertools/plotter/samples/lines/About.txt 2011-03-15 02:56:57 UTC (rev 4182)
@@ -0,0 +1,5 @@
+
+To run:
+
+../../lines.zsh plot.cfg tmp.eps set*.data
+
Added: usertools/plotter/samples/lines/plot.cfg
===================================================================
--- usertools/plotter/samples/lines/plot.cfg (rev 0)
+++ usertools/plotter/samples/lines/plot.cfg 2011-03-15 02:56:57 UTC (rev 4182)
@@ -0,0 +1,7 @@
+title = Sample
+
+xlabel = Input
+ylabel = Output
+
+label.set1.data = Set 1
+label.set2.data = Set 2
Added: usertools/plotter/samples/lines/set1.data
===================================================================
--- usertools/plotter/samples/lines/set1.data (rev 0)
+++ usertools/plotter/samples/lines/set1.data 2011-03-15 02:56:57 UTC (rev 4182)
@@ -0,0 +1,2 @@
+1 2
+2 4
Added: usertools/plotter/samples/lines/set2.data
===================================================================
--- usertools/plotter/samples/lines/set2.data (rev 0)
+++ usertools/plotter/samples/lines/set2.data 2011-03-15 02:56:57 UTC (rev 4182)
@@ -0,0 +1,2 @@
+0 -1
+4 3
More information about the Swift-commit
mailing list