Changeset 2453 for trunk/gui/scripts


Ignore:
Timestamp:
Aug 31, 2011, 1:25:38 PM (13 years ago)
Author:
ldelgass
Message:

Add legend type option for selecting active scalar field, active vector field
magnitude or component ranges for labels.

File:
1 edited

Legend:

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

    r2450 r2453  
    732732        puts stderr "tag=$tag [info exists _dataset2style($tag)]"
    733733        if { [info exists _dataset2style($tag)] } {
    734             SendCmd "legend $_dataset2style($tag) {} $w $h"
     734            SendCmd "legend $_dataset2style($tag) scalar {} $w $h"
    735735        }
    736736    } else {
Note: See TracChangeset for help on using the changeset viewer.