TABLE OF CONTENTS


plot::write

SYNOPSIS

    method write {} {

USAGE

   $obj write

PURPOSE

Write a Gnuplot script to the $head.gp file.

SOURCE

        if { [::pwtk::gp::pwtk2gp $term] in $::pwtk::gp::gp(win.terminals) } {
            set txt "($pauseText to continue)\n"
        }
        print "Gnuplot script written to:   $head.gp\n[varvalue txt]"
        ::pwtk::writeFile $head.gp [my dump]
        return $head.$term
    }