DOT importer ignores edge weight and .gv file extension

Bug #661257 reported by Tobias
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gephi
Fix Released
Low
Mathieu Bastian
0.7
Fix Released
Low
Unassigned

Bug Description

DOT importer has two problems:
1. the standard extension for graphviz dot files is .gv and not .dot. but the importer doesn't understand .gv
2. edge weight attribute is ignored on import
Example markup:

digraph Test {
 label="Test Graph";
 comment="This is a test graph.";
 id1-> id2 [weight=2];
}

Furthermore, the importer could use graph name as project name, label as project title and comment as project description.

Changed in gephi:
status: New → Confirmed
importance: Undecided → Low
assignee: nobody → Mathieu Bastian (mathieu.bastian)
milestone: none → 0.7beta
Revision history for this message
Mathieu Bastian (mathieu.bastian) wrote :

I've fixed the problem with edge's weight and GV extension.

However on the small example you show, the "label" and "comment" lines are messing the importer for some reasons, and the following edge line is not recognized. Our importer is far from perfect and the language has many variants.

Changed in gephi:
status: Confirmed → Fix Committed
Changed in gephi:
status: Fix Committed → Fix Released
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.