Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-784

Render Tree and Path in from Gephi Plugin

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Won't Fix
    • 3.0.2-incubating
    • None
    • plugin
    • 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            spmallette Stephen Mallette
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: