You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the dotty bundled application only accepts a subset of the .dot syntax :(
A patch is in preparation. Meanwhile, a workaround is to use dot to generate a pdf or gif file and view the generated graph with a classical viewer (xviewer, ...).
The simplest way for doing this is
write a small shell script (named dotview for ex):
It seems that the
dotty
bundled application only accepts a subset of the.dot
syntax :(A patch is in preparation. Meanwhile, a workaround is to use
dot
to generate apdf
orgif
file and view the generated graph with a classical viewer (xviewer
, ...).The simplest way for doing this is
dotview
for ex):copy this script in a directory accessible from your
$PATH
(ex/usr/local/bin
)pass the name of this script to the
configure
script when installingHoCL
:./configure -dotviewer dotview [...]
The text was updated successfully, but these errors were encountered: