Line and single point plot functions?

Hi, back in the olden days when I had a 13kb memory Atari 400, it came with a couple of nifty functions with it’s basic interpreter/cartridge. One of them was as simple as plot(x, y, color) and would do just that. Plot a point at the location in the color indicated.

It also, I think, had a few additional helpers like line ((x,y), (x,y), color) and a fill(x, y, color) function as well. Is there anything similar for pixlet? The widgets are fairly nifty for layout primarily but it’d be fun to have more granular control without having to resort to building something I can base64 encode…

Thoughts?