For example, try
echo "digraph G {X -> Y [style=dotted];}" | dot -Tfig > result.fig xfig result.fig
The edge is not dotted.
Input:
Output file: b128.fig
digraph G {X -> Y [style=dotted];}
Comments:
From within the xfig GUI, I can then make the edge dotted, by choosing,
the edit tool, clicking on the spline, and choosing Line style->Dotted,
Apply, Done. So there must be a way to do it in the .fig file format
as well.
Owner: ellson
Status: Fixed (12 April 2002)