2 import sys
; sys
.path
[:0] = ["../.."]
10 c
.stroke(path(moveto(0,0), lineto(unit
.u_cm
+unit
.t_cm
, unit
.u_cm
)), [color
.rgb
.red
])
12 c
.stroke(path(moveto(0,0), lineto(unit
.u_cm
+unit
.t_cm
, unit
.u_cm
)), [color
.rgb
.green
])
14 c
.stroke(path(moveto(0,0), lineto(unit
.u_cm
+unit
.t_cm
, unit
.u_cm
)), [color
.rgb
.blue
])
16 c
.writeEPSfile("test_unit")
17 c
.writePDFfile("test_unit")
18 c
.writeSVGfile("test_unit")