Ignore:
Timestamp:
Sep 19, 2005, 8:27:37 PM (19 years ago)
Author:
mmc
Message:
  • Fixed x/y graphs to support multiple axes.
  • Added Rappture::result proc for reporting results.
  • Fixed up app-fermi example to be a little cleaner.
File:
1 edited

Legend:

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

    r50 r57  
    9090
    9191        # find the value and assign it with the proper coloring
    92         if {"" != $params(-color) && $params(-brightness) != 0} {
     92        if {"" != $params(-color) && "" != $params(-brightness)
     93              && $params(-brightness) != 0} {
    9394            set params(-color) [Rappture::color::brightness \
    9495                $params(-color) $params(-brightness)]
Note: See TracChangeset for help on using the changeset viewer.