Skip to content

Commit b50f439

Browse files
new graphs
1 parent 6ed983b commit b50f439

File tree

3 files changed

+194
-17
lines changed

3 files changed

+194
-17
lines changed

modules/ROOT/images/different-relationships-graph.svg

Lines changed: 29 additions & 8 deletions
Loading

modules/ROOT/images/repeatable-elements-graph.svg

Lines changed: 164 additions & 8 deletions
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ RETURN [n IN nodes(p) | n.name] AS visitedLocations,
199199

200200
The query now returns solutions, and the order of the bridges traversed in the path returned demonstrates that bridges `2` and `4` were crossed twice in order to return to `Kneiphof`.
201201

202-
image::repeatable-elements-graph.svg[Several graphs showing order of traversals when using repeatable elements match mode, width=500, role=popup]
202+
image::repeatable-elements-graph.svg[Several graphs showing order of traversals when using repeatable elements match mode, width=600, role=popup]
203203
_Sequence of bridge traversals when using `REPEATABLE ELEMENTS`._
204204

205205
For more information about this match mode, see xref:patterns/reference.adoc#match-modes-rules-repeatable-elements[Syntax and semantics -> `REPEATABLE ELEMENTS`].

0 commit comments

Comments
 (0)