Modify ↓
Opened 16 years ago
Last modified 15 years ago
#3924 new enhancement
Some changes to make this beautiful tool more versatile
Reported by: | Owned by: | Felix Tiede | |
---|---|---|---|
Priority: | normal | Component: | TracTicketDepgraphPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Hello, I reworked the code little bit to have better presentation for printouts (see attached screen-copies) + added 3rd parameter to select the rankdir (LR, TB, BT, RL), if needed:
[[DepGraph(,-1,LR)]] - standard left-right == [[DepGraph]] [[DepGraph(,-1,TB)]] - whole graph like [[DepGraph]], but Top-Bottom [[DepGraph(,-1,BT)]] - same, but Bottom-Top, etc. similar for ticket range: [[DepGraph(13,2,BT)]]
Modified code attached (sorry, no time to polish, but it works),
rgds, Paul
Attachments (3)
Change History (5)
Changed 16 years ago by
Attachment: | depgraph2.png added |
---|
Changed 16 years ago by
Attachment: | depgraph3.png added |
---|
New shapes, standard rankdir LR with corrected and linked shape for closed ticket
comment:1 Changed 16 years ago by
I can not get it running, because the util-module is missing:
Trac[__init__] DEBUG: Loading TracTicketDepgraph from TracTicketDepgraph-0.11-py2.4.egg Trac[__init__] ERROR: Skipping "TracTicketDepgraph = depgraph": (can't import "No module named util")
Any ideas where this util-module can be found or in which package this is included?
Note: See
TracTickets for help on using
tickets.
Example new shapes with Top-Bottom rankdir