Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Won't Fix
-
3.0.2-incubating
-
None
-
None
Description
The Gephi Plugin can render an entire Graph. It would be nice if a Tree or Path extracted from that graph could be highlighted on that visualization in Gephi. Something like:
gremlin> :> graph ==>tinkergraph[vertices:6 edges:6] gremlin> :> g.V().out().out().path() ==>[v[1], v[4], v[5]] ==>[v[1], v[4], v[3]]
Where those elements of the path that are "vertices" would get highlighted in Gephi. The trick here is that a "path" or a "tree" wouldn't always contain just vertices. They could contain other things. Not sure what we would do with those kinds of results.