update label in graph
This commit is contained in:
@ -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 |
Reference in New Issue
Block a user