You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/06/25 14:49:22 UTC

[3/3] incubator-tinkerpop git commit: Update docs to include the clear option for Gephi Plugin.

Update docs to include the clear option for Gephi Plugin.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/1e7842a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/1e7842a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/1e7842a5

Branch: refs/heads/master
Commit: 1e7842a5419ee4bdca182d142759b3267d88a52b
Parents: edce37e
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Jun 25 08:48:56 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Jun 25 08:48:56 2015 -0400

----------------------------------------------------------------------
 docs/src/gremlin-applications.asciidoc | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/1e7842a5/docs/src/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/gremlin-applications.asciidoc b/docs/src/gremlin-applications.asciidoc
index d68df97..724aa2a 100644
--- a/docs/src/gremlin-applications.asciidoc
+++ b/docs/src/gremlin-applications.asciidoc
@@ -872,6 +872,8 @@ The above Gremlin session activates the Gephi plugin, creates the "modern" `Tink
 
 image::gephi-graph-submit.png[width=800]
 
+NOTE: Issuing `:> graph` again will clear the Gephi workspace and then re-write the graph.  To manually empty the workspace do `:> clear`.
+
 Now that the graph is visualized in Gephi, it is possible to link:https://gephi.github.io/users/tutorial-layouts/[apply a layout algorithm], change the size and/or color of vertices and edges, and display labels/properties of interest.  Further information can be found in Gephi's tutorial on link:https://gephi.github.io/users/tutorial-visualization/[Visualization].  After applying the Fruchterman Reingold layout, increasing the node size, decreasing the edge scale, and displaying the id, name, and weight attributes the graph looks as displayed in the right image above.
 
 NOTE: It's recommended to choose a continuously running layout algorithm like Fruchterman Reingold or Force Atlas, because every update to color the visited vertices causes their positions to be reset, so these layouts will constantly adjust to account for these changes and make visualization of the traversals.  This also explains why the graph seems to rotate each store step in the screenshots below.