<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTDsvg10.dtd"> <svg width="340" height="320"> <text id="title" x="120" y="40">weight-height plot</text> <g transform="translate(60,60)"> <svg width="240" height="200"> <rect x="0" y="0" width="240" height="200" stroke="black" fill="none"/> <line x1="0" y1="50" x2="240" y2="50"/> <line x1="0" y1="100" x2="240" y2="100"/> <line x1="0" y1="150" x2="240" y2="150"/> <line x1="60" y1="0" x2="60" y2="200" /> <line x1="120" y1="0" x2="120" y2="200" /> <line x1="180" y1="0" x2="180" y2="200" /> </svg> <svg width="240" height="200" viewBox="50 -190 40 40" preserveAspectRatio="none"> <g id="dpt" transform="scale(1,-1)"> <defs><circle id="pt" cx="0" cy="0" r="0.5" fill="red" /></defs> <use xlink:href="#pt" x="60" y="167" /> <use xlink:href="#pt" x="66" y="184" /> <use xlink:href="#pt" x="66" y="176" /> <use xlink:href="#pt" x="57" y="170" /> <use xlink:href="#pt" x="68" y="182" /> <use xlink:href="#pt" x="55" y="161" /> <use xlink:href="#pt" x="58" y="171" /> <use xlink:href="#pt" x="62" y="165" /> <use xlink:href="#pt" x="63" y="168" /> <use xlink:href="#pt" x="61" y="170" /> </g></svg></g> <text id="xlab" x="150" y="300">weight [kg]</text> <text x="60" y="280">50</text> <text x="120" y="280">60</text> <text x="180" y="280">70</text> <text x="240" y="280">80</text> <text x="300" y="280">90</text> <text id="ylab" x="25" y="180" transform="rotate(-90,25,180)">height [cm]</text> <text x="35" y="260">150</text> <text x="35" y="210">160</text> <text x="35" y="160">170</text> <text x="35" y="110">180</text> <text x="35" y="60">190</text> </svg>