Ignore:
Timestamp:
Sep 24, 2013 4:43:55 PM (11 years ago)
Author:
gah
Message:

sync with trunk

File:
1 edited

Legend:

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

    r3017 r3959  
    33# ======================================================================
    44#  AUTHOR:  Michael McLennan, Purdue University
    5 #  Copyright (c) 2004-2011  Purdue Research Foundation
     5#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    66#
    77#  See the file "license.terms" for information on usage and
     
    8585    code "\n# save output value for $path"
    8686    code "# this shows just one point -- modify as needed"
    87     code "# (x,y) = x-label, y-coordinate is  height of bar"
    88     code "line = \"%s %g\n\" % (x, y)"
    89     code "io.put('$path.component.xy', line, append=1)"
     87    code "# (x,h,w) = x-coord, height of bar, and width of bar (optional)"
     88    code "line = \"%g %g %g\n\" % (x, h, w)"
     89    code "io.put('$path.component.xhw', line, append=1)"
    9090  }
    9191  output image {
Note: See TracChangeset for help on using the changeset viewer.