Ignore:
Timestamp:
Sep 25, 2005, 12:40:17 PM (19 years ago)
Author:
mmc
Message:

Lots of fixes for app-pntoy and other tools:

  • Fixed plotting to recognize "-color name" in the style section, and to use auto colors for overlayed plots.
  • Fixed x-y plotting to keep axes instead of resetting when flipping back and forth between plots.
  • Fixed 1D fields to support new lin/log limits queries, so it plots properly.
  • Added support for <string> output values.
  • Fixed molecular viewer so that 3D rotation is unconstrained and more intuitive.
  • Fixed Rappture::exec to handle newlines properly. Sometimes output would get all mixed together without newlines. Works better now.
File:
1 edited

Legend:

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

    r57 r64  
    7878        set params($opt) $val
    7979    }
     80    if {$params(-color) == "auto" || $params(-color) == "autoreset"} {
     81        # can't handle -autocolors yet
     82        set params(-color) black
     83    }
    8084
    8185    $itk_component(label) configure -text ""
Note: See TracChangeset for help on using the changeset viewer.