TABLE OF CONTENTS


plot::config

SYNOPSIS

    method config {args} {

PURPOSE

Configure the plot using the shortcut command-line options as defined by the ::pwtk::gp::plot_options variable.

After the command-line options are parsed, the 'cmdlineOpts' method is called.

ARGUMENT

SOURCE

        ::pwtk::gp::defaultCmdlineOpts_ plot options usage
        set narg 0
        ::pwtk::parseOpt_
        my cmdlineOpts opt
    }