Turtle, Observer, Patch

plotxy x-value y-value

Parameters:
x-value Number
y-value Number

Description:
Plots a point at the location (x-value, y-value). This procedure is used for X-Y plots and scatterplots.

Examples:
plotxy 1 1 plots a point at the coordinate (1,1).

Related Commands:
plot