Re: [Neo4j] Issues creating a gist (//graph keeps displaying results of first query)

2014-03-25 Thread Michael Hunger
Looking forward to further iterations on this one, it's already a really good start. Cheers Michael On Tue, Mar 25, 2014 at 6:28 PM, Tom Zeppenfeldt wrote: > > Thanks for the feedback and looking forward to //graph returning >> highlighted results. .. And to further improving my own gisting

Re: [Neo4j] Issues creating a gist (//graph keeps displaying results of first query)

2014-03-25 Thread Tom Zeppenfeldt
> Thanks for the feedback and looking forward to //graph returning > highlighted results. .. And to further improving my own gisting skills > (this was my first) > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group an

Re: [Neo4j] Issues creating a gist (//graph keeps displaying results of first query)

2014-03-25 Thread Michael Hunger
Tom, we want to extend the visualization abilities of GraphGists in a number of ways, we just haven't gotten around to work on it :) For the time being, you probably want to return only a //graph at the beginning and use //table otherwise. But make sure to return sensible data, e.g. full nodes or

Re: [Neo4j] Issues creating a gist (//graph keeps displaying results of first query)

2014-03-25 Thread Michael Hunger
Oh, and please //hide the //setup :) On Tue, Mar 25, 2014 at 5:43 PM, Michael Hunger < michael.hun...@neotechnology.com> wrote: > Tom, > > we want to extend the visualization abilities of GraphGists in a number of > ways, we just haven't gotten around to work on it :) > > For the time being, you

Re: [Neo4j] Issues creating a gist (//graph keeps displaying results of first query)

2014-03-25 Thread Craig Taverner
I don't think you used the //setup to setup the console, did you? You should have that just before the source block that creates the graph. Check the instructions at http://gist.neo4j.org/?5956246 On Tue, Mar 25, 2014 at 12:36 PM, Tom Zeppenfeldt wrote: > Thanks for pointing it out. Should have

Re: [Neo4j] Issues creating a gist (//graph keeps displaying results of first query)

2014-03-25 Thread Tom Zeppenfeldt
> > Thanks for pointing it out. Should have read it more carefully. Indeed too > bad that filtering doesn't apply to graphs. > Besides, when running a cypher in the console I included in the gist , like match (n) return id(n) it returns 0 rows, which is weird too. -- You receiv

Re: [Neo4j] Issues creating a gist (//graph keeps displaying results of first query)

2014-03-25 Thread Craig Taverner
You are not changing the database in any queries, so the //graph command will always show the same thing. The description at http://gist.neo4j.org/?5956246 says "The visualization is based on the *database contents* after the preceding query in the page". It is not based on the query results, but t

[Neo4j] Issues creating a gist (//graph keeps displaying results of first query)

2014-03-25 Thread Tom Zeppenfeldt
I have created a gist at http://gist.neo4j.org/?9758285 but the //graph tag doesn't seem to display the graph corresponding to the last query. //table seems to work fine. What am I doing wrong ? -- You received this message because you are subscribed to the Google Groups "Neo4j" group.