-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
To reproduce
- Create minimal dot-file test.dot:
graph test {
n [label=-1]
}
- Run
dot test.dot -Tpdf -o test.pdf - Open test.pdf . It contains one node with label "-1".
- Run Gephi.
- Open test.dot. The following diagnostic message appears:
Cannot find label in line "2" (or something like that, mine is in Russian).
Expected Behavior
Gephi should support negative numbers w/o quotation marks, as GraphViz does.