VISIO::CANVAS_PLOT
(int canvas, int xpos, int ypos)
Description: Draws a pixel
on the specified canvas at coordinates (xstart, ystart). By default the
color of the pixel will be black, unless the color is set with the
command visio::canvas_fg_color.
Example: VISIO::CANVAS_PLOT
(canvas, 3, 12)