We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e857d4 commit c917d02Copy full SHA for c917d02
source/assets/figdag.dot
@@ -1,10 +1,10 @@
1
digraph dag {
2
graph [nodesep=1.5, rankdir=BT];
3
4
- Base [shape=plaintext, height=.1, fontsize=24];
5
- Derived1 [shape=plaintext, height=.1, fontsize=24];
6
- Derived2 [shape=plaintext, height=.1, fontsize=24];
+ Base [shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ Derived1 [shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ Derived2 [shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
7
8
Derived2 -> Derived1;
9
Derived1 -> Base;
10
-}
+}
source/assets/figname.dot
@@ -1,17 +1,17 @@
digraph virt {
- W1 [label = "W", shape=plaintext, height=.1, fontsize=24];
- V [shape=plaintext, height=.1, fontsize=24];
- W2 [label = "W", shape=plaintext, height=.1, fontsize=24];
- B [shape=plaintext, height=.1, fontsize=24];
- C [shape=plaintext, height=.1, fontsize=24];
- D [shape=plaintext, height=.1, fontsize=24];
+ W1 [label = "W", shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ V [shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ W2 [label = "W", shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ B [shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ C [shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ D [shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
11
D -> B;
12
D -> C;
13
B -> V;
14
C -> V;
15
B -> W1;
16
C -> W2;
17
source/assets/fignonvirt.dot
@@ -1,14 +1,14 @@
digraph nonvirt {
- L1 [label = "L", shape=plaintext, height=.1, fontsize=24];
- L2 [label = "L", shape=plaintext, height=.1, fontsize=24];
- A [shape=plaintext, height=.1, fontsize=24];
+ L1 [label = "L", shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ L2 [label = "L", shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ A [shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
C -> B;
C -> A;
B -> L2;
A -> L1;
source/assets/figvirt.dot
@@ -1,13 +1,13 @@
A -> V;
source/assets/figvirtnonvirt.dot
@@ -1,12 +1,12 @@
digraph virtnonvirt {
- B1 [label = "B", shape=plaintext, height=.1, fontsize=24];
- B2 [label = "B", shape=plaintext, height=.1, fontsize=24];
- AA [shape=plaintext, height=.1, fontsize=24];
- X [shape=plaintext, height=.1, fontsize=24];
- Y [shape=plaintext, height=.1, fontsize=24];
- Z [shape=plaintext, height=.1, fontsize=24];
+ B1 [label = "B", shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ B2 [label = "B", shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ AA [shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ X [shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ Y [shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
+ Z [shape=plaintext, height=.1, fontsize=11, fontname="Courier New"];
subgraph {
AA -> X;
@@ -17,4 +17,4 @@ digraph virtnonvirt {
18
AA -> Z [weight=0];
19
Z -> B2;
20
0 commit comments