I have run into some errors with my gremlin console.
I have the following lines of code:
graph = TinkerGraph.open()
graph.io(graphml()).readGraph('air-routes.graphml')
i then do the following:
g.V(2)
And this gives no output. in fact whenever i put in a number into V() nothing pops out when it should. What is going on?