type (asciisvg commands and javascript)
:
setBorder(0) initPicture(-5,5) axes(2, 1, "labels", 1) stroke = "blue" plot("sin(x)") stroke = "red" plot(["5*t*cos(pi*t)", "5*t*sin(pi*t)"],0,1) stroke = "green" strokewidth = "2" marker = "arrowdot" line([0,1], [pi/2,1]) dot([pi,0], "open", cpi) text([-2.5,-2.5], "ASCIIsvg Example")
pointer coordinates:
(
x
,
y
)