draw_graph options
- Subject: draw_graph options
- From: Marco Rofei
- Date: Wed, 21 Jul 2010 12:08:51 +0200
> draw2d(
> fill_color=yellow,
> map(lambda([f], polygon(map(lambda([v], assoc(v, pos)), f))),
> faces_6),
> fill_color=blue,
> map(lambda([f], polygon(map(lambda([v], assoc(v, pos)), f))),
> faces_5),
> draw_graph(c60, edge_width=2, vertex_size=0, transform=true))$
With this code I got an error..
draw: item errexp1 is not recognized
where is the problem?
MR
>