You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2015/12/14 13:47:46 UTC

[jira] [Updated] (TINKERPOP-784) Render Tree and Path in from Gephi Plugin

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

stephen mallette updated TINKERPOP-784:
---------------------------------------
    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:

{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. 

  was:
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.


> 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)