plot

Draws a point using the current color. The point is made up by a single pixel.

The lower left corner of the display is (0, 0). Valid x values run horizontally from 0 to one less than the width of the display area. Valid y values run up from 0 to one less than the height.

Usage

    plot(x, y);