Changeset 1781 for trunk/gui/scripts


Ignore:
Timestamp:
Jun 28, 2010, 10:35:08 AM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r1766 r1781  
    376376            -titlefont $_fonts($axis-title)
    377377    }
    378     #$_clone grid off
    379     #$_clone yaxis configure -rotate 90
    380     #$_clone y2axis configure -rotate 270
    381378    foreach elem [$_clone element names] {
    382         $_clone element configure $elem -linewidth 1 \
    383             -pixels 3
     379        if { [$_clone element cget $elem -linewidth] > 1 } {
     380            $_clone element configure $elem -linewidth 1 -pixels 3
     381        }
    384382    }
    385383    # Create markers representing lines at zero for the x and y axis.
Note: See TracChangeset for help on using the changeset viewer.