declare svg & draw
<div>
<embed
src=d.svg width=300 height=300 script=' setBorder(1) initPicture(-5,5) axes(2, 1, "labels", 1) stroke = "red" plot("x") stroke = "black" plot("1/2 x^2 - 1/3 x - 4") text([-2.5,-2.5], "svg/ml example") '>
</div>