plot

MJS / AC Piece API / graphics / done
plot(x, y) or plot({x, y})

Draw one pixel at the given position using current ink color.

Parameters

Name Type Required Description
x, y number no Pixel coordinates.
{x, y} object no Point-object form.

Returns

void

Runtime Notes

No additional runtime notes yet.

Details

No additional details yet.

Live Preview

Embedded AC preview