You mean, use Gremlin to generate an image -- like a graph visualization? The best thing for that right now is using JUNG visualization package over Blueprints:
https://github.com/tinkerpop/blueprints/wiki/JUNG-Ouplementation
You mean, generate an image like the image I created called graph-example-1.jpg? I used OmniGraffle to produce that image:
http://www.omnigroup.com/products/omnigraffle/
...?,
Marko.
-Daniel
Unfortunately, GraphMLReader/Writer does not work for RDF graphs :( .... It has to do with the fact that you can't g.V an RDF graph as there is no concept of vertices in RDF (only edges).
In theory, its possible, I just haven't gotten around to making it work for RDF.
Sorry,
Marko.