inducer / pymetis

A Python wrapper around Metis, a graph partitioning package
http://mathema.tician.de/software/pymetis
Other
164 stars 32 forks source link

How to draw the image of the partitioned graph as shown in the Quick Start? #25

Closed RongqinChen closed 3 years ago

RongqinChen commented 3 years ago

Is there a document?

inducer commented 3 years ago

These were drawn by hand AFAIK, see https://github.com/inducer/pymetis/tree/master/images.

You could try https://graphviz.org/. Nonetheless, drawing is generally out of scope for pymetis.