dot produces incorrect output

Bug #192390 reported by Jitka Kudrnacova
2
Affects Status Importance Assigned to Milestone
graphviz (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: graphviz

From the following input:

digraph G {
q1 -> q2 [label "!a"]
q1 -> q1
q2 -> q2
}

command

dot -Tps file.dot > file.ps

produces incorrect output. The label on the edge q1 -> q2 is "true" instead of "!a".

Revision history for this message
Jitka Kudrnacova (jitka-kudrnacova) wrote :
Revision history for this message
Jitka Kudrnacova (jitka-kudrnacova) wrote :
Revision history for this message
John Ellson (john-ellson) wrote :

I think the syntax you are looking for is:

digraph G {
q1 -> q2 [label="!a"]
q1 -> q1
q2 -> q2
}

with an '='

Daniel T Chen (crimsun)
Changed in graphviz:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.