Rename carthage to mountain in the sample graph

This commit is contained in:
~lucidiot 2021-03-23 22:30:58 +01:00
parent 29d01e9b99
commit 9b651e74d1
2 changed files with 7 additions and 7 deletions

View File

@ -4,21 +4,21 @@ digraph lol {
node [color=green, fontcolor=white, fontname=monospace, shape=box];
edge [color=green, fontcolor=white, fontname=monospace, arrowhead=vee];
carthage;
mountain;
town;
bread [color=yellow];
envs;
carthage -> town [label="155ms"];
carthage -> bread [color=red];
carthage -> envs [color=yellow, fontcolor=yellow, label="550ms"];
town -> carthage [label="71ms"];
mountain -> town [label="155ms"];
mountain -> bread [color=red];
mountain -> envs [color=yellow, fontcolor=yellow, label="550ms"];
town -> mountain [label="71ms"];
town -> bread [color=red];
town -> envs [label="35ms"];
bread -> carthage [label="90ms"];
bread -> mountain [label="90ms"];
bread -> town [label="53ms"];
bread -> envs [label="22ms"];
envs -> carthage [label="184ms"];
envs -> mountain [label="184ms"];
envs -> bread [color=red];
envs -> town [label="58ms"];
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB