[Swift-commit] r8294 - usertools/plotter

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Fri Oct 31 15:56:33 CDT 2014


Author: wozniak
Date: 2014-10-31 15:56:33 -0500 (Fri, 31 Oct 2014)
New Revision: 8294

Modified:
   usertools/plotter/README.txt
Log:
Doc notes


Modified: usertools/plotter/README.txt
===================================================================
--- usertools/plotter/README.txt	2014-10-24 19:16:30 UTC (rev 8293)
+++ usertools/plotter/README.txt	2014-10-31 20:56:33 UTC (rev 8294)
@@ -79,6 +79,9 @@
 file +_filename_+.
 +shape._filename_+:: If +none+, use no shape for the data series from
 file +_filename_+.
++notes+:: The number of notes in the file, numbered starting from 0.
++note._i_+:: The _x_, _y_, and text for note _i_.   The text is
+centered on _x_, _y_ with respect to the plot.
 
 Example:
 ----
@@ -91,6 +94,9 @@
 bw = true
 # Keep X axis normal but use logarithic Y axis
 axis.y = logarithmic
+# A text note
+notes = 1
+note.0 2.5 4.5 This is my text label.
 ----
 
 == Output




More information about the Swift-commit mailing list