csdot icon indicating copy to clipboard operation
csdot copied to clipboard

[Load Digraph/Design] preserve/remove subgraph keyword?

Open harshsikhwal opened this issue 4 years ago • 0 comments

Possibly preserve subgraph keyword. If not present, should not add to file.

For example:

Input: b -- { c e };

The dot read should not have "subgraph" like:

	b -- subgraph
	{
		c;
		e;
	}

Note: All the graphs generated from csdot should have that keyword.

harshsikhwal avatar Apr 24 '21 17:04 harshsikhwal