1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.49.3 (20211023.0002)
-->
<!-- Title: G Pages: 1 -->
<svg width="94pt" height="122pt"
viewBox="0.00 0.00 94.00 122.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 118)">
<title>G</title>
<defs>
<linearGradient id="l_0" gradientUnits="userSpaceOnUse" x1="-4" y1="-57" x2="90" y2="-57" >
<stop offset="0" style="stop-color:purple;stop-opacity:1.;"/>
<stop offset="1" style="stop-color:pink;stop-opacity:1.;"/>
</linearGradient>
</defs>
<polygon fill="url(#l_0)" stroke="transparent" points="-4,4 -4,-118 90,-118 90,4 -4,4"/>
<text text-anchor="middle" x="43" y="-7.8" font-family="Times New Roman,serif" font-size="14.00" fill="white">agraph</text>
<g id="clust1" class="cluster">
<title>cluster1</title>
<defs>
<linearGradient id="l_1" gradientUnits="userSpaceOnUse" x1="43" y1="-106" x2="43" y2="-31" >
<stop offset="0" style="stop-color:blue;stop-opacity:1.;"/>
<stop offset="1" style="stop-color:cyan;stop-opacity:1.;"/>
</linearGradient>
</defs>
<polygon fill="url(#l_1)" stroke="black" points="8,-31 8,-106 78,-106 78,-31 8,-31"/>
<text text-anchor="middle" x="43" y="-90.8" font-family="Times New Roman,serif" font-size="14.00" fill="white">acluster</text>
</g>
<!-- anode -->
<g id="node1" class="node">
<title>anode</title>
<defs>
<linearGradient id="l_2" gradientUnits="userSpaceOnUse" x1="43" y1="-39" x2="43" y2="-75" >
<stop offset="0" style="stop-color:red;stop-opacity:1.;"/>
<stop offset="1" style="stop-color:yellow;stop-opacity:1.;"/>
</linearGradient>
</defs>
<polygon fill="url(#l_2)" stroke="black" points="70,-75 16,-75 16,-39 70,-39 70,-75"/>
<text text-anchor="middle" x="43" y="-53.3" font-family="Times New Roman,serif" font-size="14.00">anode</text>
</g>
</g>
</svg>
|