TABLE OF CONTENTS
plot::set
SYNOPSIS
method set {opt value} {
PURPOSE
Set a gnuplot option.
ARGUMENTS
- opt -- name of Gnuplot options (e.g. xtics, xlabel...)
- value -- value of the gnuplot option
EXAMPLE
$obj set xlabel 'This is label' offset -1
SOURCE
my options_initiate_ append content "set $opt $value\n\n" }