Fix problem with filtered graph in graph_draw()
It is not useful to store vertices by index when the vertices are being filtered, since Graph.vertex() does not map to index in this case.
Please register or sign in to comment
It is not useful to store vertices by index when the vertices are being filtered, since Graph.vertex() does not map to index in this case.