Skip to content

Cannot find label in DOT file #1801

@aparamon

Description

@aparamon

To reproduce

  1. Create minimal dot-file test.dot:
graph test {
n [label=-1]
}
  1. Run
    dot test.dot -Tpdf -o test.pdf
  2. Open test.pdf . It contains one node with label "-1".
  3. Run Gephi.
  4. 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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions