KrzyHonk / bpmn-python

Project for creating a Python library that allows to import/export BPMN diagram (as an XML file) and provides a simple visualization capabilities
GNU General Public License v3.0
65 stars 44 forks source link

Basic visualization #4

Closed KrzyHonk closed 7 years ago

KrzyHonk commented 8 years ago

Since we have basic diagram representation, we could add basic visualization capabilities. NetworkX documentation shows a few examples of visualizing graph using add-on packages (http://networkx.readthedocs.org/en/networkx-1.11/reference/drawing.html)