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/analyzer.tcl

    r50 r64  
    398398                _autoLabel $xmlobj output.$item "Output Log" counters
    399399            }
     400            string* {
     401                _autoLabel $xmlobj output.$item "String" counters
     402            }
    400403            curve* - field* {
    401404                _autoLabel $xmlobj output.$item "Plot" counters
     
    636639    set page [$itk_component(resultselector) translate $page]
    637640    if {$page != ""} {
     641        blt::busy hold [winfo toplevel $itk_component(hull)]; update idletasks
    638642        $itk_component(resultpages) current $page
    639643
     
    641645        $f.rviewer plot clear
    642646        eval $f.rviewer plot add $_plotlist
     647        blt::busy release [winfo toplevel $itk_component(hull)]
    643648    }
    644649}
Note: See TracChangeset for help on using the changeset viewer.