TABLE OF CONTENTS
plot::add
SYNOPSIS
method add {snippet} {
USAGE
$obj add $snippet
PURPOSE
Add a snippet to the Gnuplot script.
EXAMPLE
$obj add {
unset key
plot [-pi:pi] sin(x)
}
SOURCE
my options_initiate_ append content $snippet\n\n }