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

Compound graphs are not supported #91

Open
jimon opened this issue Oct 18, 2021 · 0 comments
Open

Compound graphs are not supported #91

jimon opened this issue Oct 18, 2021 · 0 comments

Comments

@jimon
Copy link
Contributor

jimon commented Oct 18, 2021

I found some older remarks regarding this, but think will create a bug report for future record:

\begin{dot2tex}[dot]
digraph G {
	compound=true;

	subgraph cluster_one {
		a;
	}

	subgraph cluster_two {
		b;
	}

	a -> b [ltail=cluster_one lhead=cluster_two];
}
\end{dot2tex}

This currently doesn't generate edge between two clusters, instead it generates edge between a and b

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

No branches or pull requests

1 participant