update label in graph

This commit is contained in:
Axel Kohlmeyer
2020-10-05 21:50:37 -04:00
parent 549e4df506
commit f2ba00ea9c
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ digraph api {
capi [shape=box style=filled height=1 color="#666666" fontcolor=white label="LAMMPS\nC Library API"]; capi [shape=box style=filled height=1 color="#666666" fontcolor=white label="LAMMPS\nC Library API"];
instance [shape=box style=filled height=1 color="#3465a4" fontcolor=white label="LAMMPS\ninstance\n\n0x01abcdef"]; instance [shape=box style=filled height=1 color="#3465a4" fontcolor=white label="LAMMPS\ninstance\n\n0x01abcdef"];
capi -> instance [dir=both]; capi -> instance [dir=both];
label="LAMMPS Shared Library"; label="LAMMPS Shared Library\nor LAMMPS Executable";
} }
python [shape=box style=filled color="#4e9a06" fontcolor=white label="Python\nScript" height=1.5]; python [shape=box style=filled color="#4e9a06" fontcolor=white label="Python\nScript" height=1.5];
subgraph cluster1 { subgraph cluster1 {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB