TABLE OF CONTENTS


splot::config

SYNOPSIS

    method config {args} {

PURPOSE

Configure the splot 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_ splot options usage
        set narg 0
        ::pwtk::parseOpt_
        my cmdlineOpts opt
    }