4 g
= graph
.graphxyz(size
=4, projector
=graph
.graphxyz
.parallel(170, 45))
5 g
.plot(graph
.data
.file("color.dat", x
=1, y
=2, z
=3, color
=3),
6 [graph
.style
.surface(gradient
=color
.gradient
.RedGreen
,
7 gridcolor
=color
.rgb
.black
,
8 backcolor
=color
.rgb
.black
)])
9 g
.writeEPSfile("color")
10 g
.writePDFfile("color")
11 g
.writeSVGfile("color")