[ 
https://issues.apache.org/jira/browse/TINKERPOP-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette closed TINKERPOP-784.
--------------------------------------
    Resolution: Won't Fix

I don't think this is worth doing mostly because of the last sentence in my 
description where Gremlin Tree/Path objects can have other data in them besides 
graph elements and gephi really wouldn't know anything about those things. 
Nothing new has come into my mind on how we might support that without being 
confusing.

> Render Tree and Path in from Gephi Plugin
> -----------------------------------------
>
>                 Key: TINKERPOP-784
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-784
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: plugin
>    Affects Versions: 3.0.2-incubating
>            Reporter: stephen mallette
>            Priority: Trivial
>
> 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:
> {code}
> 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]]
> {code}
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to