Turtle and Observer Command |
plotxy x-value y-value
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 |