Skip to content

Commit ec2a18a

Browse files
increase graph size
1 parent d8ee85e commit ec2a18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/patterns/match-modes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This match mode is required in order for paths to be able to traverse a relation
1616

1717
To explain match modes, this page will use the scenario of the link:https://en.wikipedia.org/wiki/Seven_Bridges_of_K%C3%B6nigsberg[seven bridges of Königsberg], a problem studied by link:https://en.wikipedia.org/wiki/Leonhard_Euler[Leonhard Euler] in 1736 to determine if one could cross all seven bridges of Königsberg exactly once and return to the same starting location.
1818

19-
image::match-modes-graph.svg[Graph showing the seven bridges of Königsberg, width=400, role=popup]
19+
image::match-modes-graph.svg[Graph showing the seven bridges of Königsberg, width=600, role=popup]
2020

2121
To recreate the graph, run the following query against an empty Neo4j database:
2222

0 commit comments

Comments
 (0)