Changeset 64 for trunk/gui/apps/driver


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/apps/driver

    r56 r64  
    143143# OUTPUT AREA
    144144# ----------------------------------------------------------------------
    145 $win.pager insert end -name analyzer -title "Run"
     145$win.pager insert end -name analyzer -title "Simulate"
    146146set f [$win.pager page analyzer]
    147147$win.pager page analyzer -command [list $f.analyze simulate -ifneeded]
Note: See TracChangeset for help on using the changeset viewer.