From: Vladimír Vondruš Date: Fri, 16 Nov 2018 23:12:43 +0000 (+0100) Subject: doc: I got to learn more dot, so clean up the sources. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=a6b9c74becbca5e8fb96e11fd0edd3e48dd81c54;p=blog.git doc: I got to learn more dot, so clean up the sources. --- 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