Ignore:
Timestamp:
May 25, 2012 8:14:09 AM (12 years ago)
Author:
gah
Message:

changes to templates for histogram

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/builder/scripts/templates/java.tl

    r2170 r3017  
    9191    code "\n// save output value for $path"
    9292    code "// this shows just one point -- modify as needed"
    93     code "// (x,h,w) = x-coord, height of bar, and width of bar (optional)"
    94     code "str = String.format(\"%g %g %g\\n\", x, h, w);"
    95     code "io.put(\"$path.component.xhw\", line, true);"
     93    code "// (x,y) = x-label, y-coordinate is height of bar"
     94    code "str = String.format(\"%s %g\\n\", x, y);"
     95    code "io.put(\"$path.component.xy\", line, true);"
    9696  }
    9797  output image {
Note: See TracChangeset for help on using the changeset viewer.