TABLE OF CONTENTS


splot::plot

SYNOPSIS

    method plot {args} {

USAGE

 Either:
    $obj plot PLOT_SPECS
 or:
    $obj plot { PLOT_SPECS }    

PURPOSE

Add the "splot" snippet to the Gnuplot script.

EXAMPLES

   $obj plot sin(x*y)
   $obj plot { 1 + cos(x) + sin(y) }

SOURCE

        my options_initiate_
        my add [concat splot [my parse_ $args]]
    }