show ( all | settings | axes | variables | functions | <parameter> ... )
The show command displays the values of PyXPlot’s internal parameters. For example:
show pointsize
will display the current default point size.
Details of the various settings that can be shown can be found under the set command; any keyword which can follow the set command can also follow the show command.
In addition, show all shows the configuration state of all aspects of PyXPlot. The command show settings shows all of PyXPlot’s settings, as distinct from variables, functions and axes. show axes shows the configuration of all of PyXPlot’s axes. show variables lists all of the currently defined variables. And finally, show functions lists all of the current user-defined functions.