<script src="http://spelprogrammering.nu/simple.js">
function start()
{
math.axes();
math.point( 1, 1, 3, "black", "(1, 1)");
math.point( 1, -1, 3, "red", "(1, -1)");
math.point(-2, -1, 3, "green", "(-2, -1)");
math.point(-1, 2, 3, "orange", "(-1, 2)");
}
</script>