Description
This function returns true if the given command is recognized as a
supported plot command. To be recognized, the command
parameter must be the name of a plotting function of this tool (either
a ``raw'' plotting command supported by the
Glish/PGPLOT agent or higher level command, like
settings() or
plotxy()) or a custom command
that has been added via the
addredrawfunction()
function (usually as part of a plug-in).
Example
Consider this session in which no custom commands have been added:
- print pg.canplay('plotxy');
T
- print pg.canplay('gray');
T
- print pg.canplay('grayscale');
F