using the node
notation without listing the impacted nodes make the node shape style applied by default.
digraph ExampleGraph
{
node [shape="box"];
a -> b -> c -> d;
}
using the node
notation without listing the impacted nodes make the node shape style applied by default.
digraph ExampleGraph
{
node [shape="box"];
a -> b -> c -> d;
}