How can I set the background color of a vertex?
I know there should be a property dictionary or something but I can't find an example.
I need it to color different kind of vertices in a bipartite graph:
gtdraw.graph_draw(g, pos=pos,
vertex_fill_color=part,
vertex_font_size=6,
output_size=(5000, 5000),
output="img/pic.png")