From a6b9c74becbca5e8fb96e11fd0edd3e48dd81c54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 17 Nov 2018 00:12:43 +0100 Subject: [PATCH] doc: I got to learn more dot, so clean up the sources. --- doc/plugins/plots-and-graphs.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/plugins/plots-and-graphs.rst b/doc/plugins/plots-and-graphs.rst index 95fb28d0..fb9ffbef 100644 --- a/doc/plugins/plots-and-graphs.rst +++ b/doc/plugins/plots-and-graphs.rst @@ -217,7 +217,7 @@ whole graph, it's also possible to color particular nodes and edges using the rankdir=LR - S₁ [shape=circle, class="m-primary", peripheries=2] + S₁ [shape=doublecircle class="m-primary"] S₂ [shape=circle] _ [style=invis] @@ -231,7 +231,7 @@ whole graph, it's also possible to color particular nodes and edges using the rankdir=LR - S₁ [shape=circle, class="m-primary", peripheries=2] + S₁ [shape=doublecircle class="m-primary"] S₂ [shape=circle] _ [style=invis] b [style=invis] @@ -304,9 +304,9 @@ directive. .. digraph:: rankdir=LR - yes [shape=circle, class="m-primary", style=filled] - no [shape=circle, class="m-primary"] - yes -> no [label="no", class="m-primary"] + yes [shape=circle class="m-primary" style=filled] + no [shape=circle class="m-primary"] + yes -> no [label="no" class="m-primary"] no -> no [label="no"] No. @@ -316,9 +316,9 @@ directive. .. digraph:: rankdir=LR - yes [shape=circle, class="m-primary", style=filled] - no [shape=circle, class="m-primary"] - yes -> no [label="no", class="m-primary"] + yes [shape=circle class="m-primary" style=filled] + no [shape=circle class="m-primary"] + yes -> no [label="no" class="m-primary"] no -> no [label="no"] .. class:: m-noindent -- 2.30.2