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

Wiring Diagrams missing visual element for create and mcopy. #42

Closed
jpfairbanks opened this issue Aug 28, 2019 · 1 comment
Closed

Wiring Diagrams missing visual element for create and mcopy. #42

jpfairbanks opened this issue Aug 28, 2019 · 1 comment

Comments

@jpfairbanks
Copy link
Member

When you make wiring diagrams that use mcopy or create, you don't get any visual indication of that happening in graphviz diagram. Is this a limitation of GraphViz, or am I doing something wrong?

@epatters
Copy link
Member

You are not doing anything wrong. It is a limitation of the Graphviz exporter, as currently implemented.

Currently, copies are drawn as multiple wires from a single port and deletions are drawn as no wires at all, mirroring the representation in the underlying data structure. To get the black circles typically used in string diagrams, we would need to explicitly add extra nodes to the Graphviz export. This would be a nice option to have and would harmonize the styles of the Graphviz and TikZ exports. I'll add it to the list.

epatters added a commit that referenced this issue Sep 8, 2019
epatters added a commit that referenced this issue Sep 8, 2019
Looks fine but the port assignments for junction nodes are wrong and
Graphviz is complaining.
epatters added a commit that referenced this issue Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants