Ignore:
Timestamp:
Mar 3, 2013, 6:27:16 PM (11 years ago)
Author:
gah
Message:

fix for sequence of contours

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/field.tcl

    r3428 r3429  
    9191    public method blob {{cname -overall}}
    9292    public method limits {axis}
    93     public method limits2 {}
     93    public method fieldlimits {}
    9494    public method controls {option args}
    9595    public method hints {{key ""}}
     
    487487
    488488# ----------------------------------------------------------------------
    489 # USAGE: limits2
     489# USAGE: fieldlimits
    490490#
    491491# Returns a list {min max} representing the limits for the specified
    492492# axis.
    493493# ----------------------------------------------------------------------
    494 itcl::body Rappture::Field::limits2 {} {
     494itcl::body Rappture::Field::fieldlimits {} {
    495495    foreach cname [array names _comp2limits] {
    496496        array set limits $_comp2limits($cname)
Note: See TracChangeset for help on using the changeset viewer.