12 lines
698 B
XML
12 lines
698 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="420">
|
|
<style>text{font-family:Arial,sans-serif;font-size:12px}</style>
|
|
<text x="50" y="30">CDF 비교: P2_MSD</text>
|
|
<line x1="50" y1="50" x2="50" y2="370" stroke="#333"/>
|
|
<line x1="50" y1="370" x2="850" y2="370" stroke="#333"/>
|
|
<polyline fill="none" stroke="#1f77b4" stroke-width="2" points="50,50"/>
|
|
<polyline fill="none" stroke="#d62728" stroke-width="2" points="50,50"/>
|
|
<text x="730" y="65" fill="#1f77b4">real</text>
|
|
<text x="730" y="80" fill="#d62728">generated</text>
|
|
<line x1="50" y1="50" x2="50" y2="370" stroke="#999" stroke-dasharray="4 3"/>
|
|
<line x1="50" y1="50" x2="50" y2="370" stroke="#999" stroke-dasharray="4 3"/>
|
|
</svg> |