bugmonotone - Bugs: bug #12649, dump graphviz graph too

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #12649: dump graphviz graph too

Submitter:  Peter Gervai <grin>
Submitted:  Mon 11 Apr 2005 08:40:14 PM UTC
   
 
Category:  command line UI Severity:  3 - Normal
Item Group:  feature request Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
mtn version --full: 

0.17 or 0.18

Mon 11 Apr 2005 08:40:14 PM UTC, original submission:  

Would be nice to have graphviz output too next to 'agraph', as it's free and very versatile. Format is even easier, basically:

strict digraph categories {                                        "ParentNode1" -> "Child1";
 "Parent2" -> "Child2";
 ..etc..
}

(Naturally:
1) writing a converter from VCG to DOT is pretty easy,
2) DOT files can do much more fancy things is someone interested)

Peter Gervai <grin>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #525:  vcg2dot.pl added by grin (1KiB - text/rfc822-headers - agraph -> graphviz converter hack)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2005-04-11 grin Attached File- Added vcg2dot.pl, #2399

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code