Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find label in DOT file #1801

Closed
aparamon opened this issue Sep 30, 2017 · 0 comments
Closed

Cannot find label in DOT file #1801

aparamon opened this issue Sep 30, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@aparamon
Copy link

aparamon commented Sep 30, 2017

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.

@mbastian mbastian added this to the 0.10.0 milestone Nov 6, 2022
@mbastian mbastian self-assigned this Nov 6, 2022
mbastian added a commit that referenced this issue Nov 6, 2022
@mbastian mbastian closed this as completed Nov 6, 2022
@mbastian mbastian changed the title Cannot find label Cannot find label in DOT file Dec 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants