Github user spmallette commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/308#issuecomment-219036360 I've rebased, made some changes and force pushed... > Running the visual traversal didn't seem to do anything. I didn't see any event changes flowing through the graph. You are using "g" to spawn your `Traversal`. You need to use "vg" which was created by the previous command. I made that more clear in the documentation. It is actually documented in the `visualTraversal` config option (see below) > 1. The default workspace is now workspace1. This should be updated in a couple spots. fixed > 2. In the traversal example, the trailing ;null is important to prevent the auto-iteration, right? If so, the docs should call this out specifically as a footnote. added that > 3. visualTraversal should appear in the :remote config parameters table. it is documented but i think there was a formatting problem with asciidoc and it was getting cut out on generation. that should be fixed in my push. > 4. There doesn't seem to be a good way to see the existing configuration values. :remote config visualTraversal graph displays all config values (except visualTraversal), but maybe it might be better if for example :remote config workspace with no arguments would return the current value. > 5. Along the same lines, :remote config help might be nice to let the user know what parameters can be configured. Please create JIRA issues for these two if you think they are important. I just wanted to get Gephi working on 0.9 for purposes of this body of work.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---