Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to draw Petri Net (bipartite graph) with d3? #868

Closed
drozzy opened this issue Oct 24, 2012 · 2 comments
Closed

Is it possible to draw Petri Net (bipartite graph) with d3? #868

drozzy opened this issue Oct 24, 2012 · 2 comments

Comments

@drozzy
Copy link

drozzy commented Oct 24, 2012

Looking for a library to help me with Petri-Net like graphs (with "start" node, and "end" node).
Here is an example:
http://en.wikipedia.org/wiki/File:Detailed_petri_net.png

Is it possible to do this in d3? And if so, how would I go about it?

I tried looking through examples, but didn't see any examples of "fixed" nodes (maybe I missed it?).

Thank you very much,

@mimicimim
Copy link

I am also working with d3 to draw bpmn network graphs but didn't find a example of similar case. I am thinking of modify d3.layout.tree to support such network. Has anyone tried this way? Is it possible to do that? Or, is there any other better solution? Thanks.

@mbostock
Copy link
Member

Duplicate of #349.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants