Closed sahil1105 closed 5 years ago
Ideas: %graphviz graph rankdir=LR ..... %graphviz node relname(_,_,N,\) ord=1 label=$3 color=red shape=box style="rounded,filled" .... %graphviz edge relname(\,E) directed ord=3 color=$1 ......
N --> this attribute defines the node name $ --> means defined variable ord --> style preference (higher ord --> more preference)
Add an example here.
From this:
To this:
in basically 2 steps.
Implemented already. Should be out with next release.
Will make a separate issue to include ability to support WFS models with this syntax.
Develop convention similar to %schema and %temporal to be able to quickly detect graph like problems and hence make graph visualizations easy. eg. maybe have a %node, %edge, conventions for what to color and how, etc.