Currently the map is generated by starting with a single node, then find all references/backreferences and recursively searching those nodes to the given recursion depth (limit). It would be good to be able to select all nodes in a single taxonomy category, and map those nodes.

There probably should be an option to include nodes not in the category (but not find links from them). If this is done, the nodes in the category should be included in a sub-graph cluster.

CommentFileSizeAuthor
#8 2fecf6a6a987b2e21e3b148b1a7ce919.png7.48 KBdeltab

Comments

naught101’s picture

http://drupal.org/cvs?commit=340074 adds this functionality, without sub-graph cluster. "target" attribute is used to visually separate the nodes in the category from the nodes outside the category.

This can be tested using something like:

//$tid is the category id
$tid = 4;
$output = graphviz_noderef_render_taxocentric($tid);
print($output);
naught101’s picture

Status: Active » Fixed
deltab’s picture

@naught101, explain this a little? I can't seem to figure out how to make this work

naught101’s picture

There's no front-end for this yet. If you post that above in a node body with the PHP filter input format, you'll see. Maybe I should add another tab on every taxonomy term?

deltab’s picture

I think you should.

naught101’s picture

Status: Fixed » Active

Will get on to it soon.

naught101’s picture

Status: Active » Fixed

Ok, done. only one option in the interface, but it works (now with subgraphing!)

deltab’s picture

StatusFileSize
new7.48 KB

ISSUE: for a taxonomy term, say "sunshine spacing" the " " space character in the title is not recognised, and I get one more node in the graph, "spacing" that should not be there.

naught101’s picture

Please open a separate issue, deltab, that's a general graphing problem..

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.