1 # -*-mode: tcl; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
3 # $Id: Plotting.tcl,v 1.3 2002-09-07 23:20:49 mikeclarkson Exp $
5 ###### plotting.tcl ######
6 ############################################################
7 # Netmath Copyright (C) 1998 William F. Schelter #
8 # For distribution under GNU public License. See COPYING. #
9 ############################################################
12 if { "[winfo screenvisual .]" == "staticgray" } {
17 if {[catch { set doExit
}] } { set doExit
""}
19 ## endsource plotting.tcl