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
|
<?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: splines Pages: 1 -->
<svg width="112pt" height="76pt"
viewBox="0.00 0.00 111.60 75.80" 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 71.8)">
<title>splines</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-71.8 107.6,-71.8 107.6,4 -4,4"/>
<!-- a -->
<g id="node1" class="node">
<title>a</title>
<ellipse fill="blue" stroke="blue" cx="1.8" cy="-1.8" rx="1.8" ry="1.8"/>
</g>
<!-- b -->
<g id="node2" class="node">
<title>b</title>
<ellipse fill="green" stroke="green" cx="101.8" cy="-1.8" rx="1.8" ry="1.8"/>
</g>
<!-- a->b -->
<g id="edge1" class="edge">
<title>a->b</title>
<path fill="none" stroke="black" d="M1.8,-1.8C31.8,-67.8 71.8,-61.8 101.8,-1.8"/>
</g>
<!-- c -->
<g id="node3" class="node">
<title>c</title>
<ellipse fill="red" stroke="red" cx="51.8" cy="-51.8" rx="1.8" ry="1.8"/>
</g>
</g>
</svg>
|