Jump to content

User:Timeshifter/Sandbox278

From Wikipedia, the free encyclopedia

SVG (within pre tags). From 2024-11-25 spreadsheet in Excel. Homicide rates. Median incomes.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg  width="1200" height="675" xmlns="http://www.w3.org/2000/svg" font-family="Liberation Sans,sans-serif" text-anchor="middle" fill="black" font-size="40">

<!-- Backgrounds for overall page, and for plot area  -->
<rect width="1200" height="675" stroke="none" fill="#f8f8f8"/>
<rect width="1000" height="477" x="150" y="80" stroke="#888888" stroke-width="1" fill="white"/>

<text x="650" y="52" font-size="50">National homicide rates vs. household income</text>
<text transform="translate(48,318.5) rotate(-90)" font-size="40">Homicides per 100K population</text>
<text x="650" y="655" font-size="40">Median disposable household income</text>

<path stroke="black" stroke-width="0.25" d="
M140,80 h1010
M140,239 h1010
M140,398 h1010
M140,557 h1010

"/>

<g font-size="25" transform="translate(95,0)">
<text y="88.75">2</text>
<text y="247.75">1</text>
<text y="406.75">0</text>
<text y="565.75">-1</text>

</g>

<path stroke="black" stroke-width="0.25" d="
M150,80 v487
M650,80 v487
M1150,80 v487

"/>

<g font-size="35" transform="translate(0,604.750)">
<text x="150">3</text>
<text x="650">4</text>
<text x="1150">5</text>

</g>

<!-- FIRST SERIES -->
<g fill="#d02">
<circle cx="911" cy="411" r="6"/><circle cx="917" cy="407" r="6"/><circle cx="915" cy="393" r="6"/><circle cx="581" cy="189" r="6"/><circle cx="923" cy="341" r="6"/><circle cx="641" cy="266" r="6"/><circle cx="638" cy="446" r="6"/><circle cx="516" cy="175" r="6"/><circle cx="791" cy="410" r="6"/><circle cx="897" cy="399" r="6"/>
<circle cx="470" cy="224" r="6"/><circle cx="457" cy="378" r="6"/><circle cx="781" cy="370" r="6"/><circle cx="875" cy="383" r="6"/><circle cx="873" cy="367" r="6"/><circle cx="500" cy="349" r="6"/><circle cx="910" cy="412" r="6"/><circle cx="725" cy="390" r="6"/><circle cx="475" cy="191" r="6"/><circle cx="701" cy="400" r="6"/>
<circle cx="870" cy="393" r="6"/><circle cx="362" cy="326" r="6"/><circle cx="906" cy="407" r="6"/><circle cx="830" cy="364" r="6"/><circle cx="802" cy="439" r="6"/><circle cx="845" cy="499" r="6"/><circle cx="805" cy="336" r="6"/><circle cx="994" cy="368" r="6"/><circle cx="581" cy="173" r="6"/><circle cx="919" cy="413" r="6"/>
<circle cx="947" cy="439" r="6"/><circle cx="624" cy="374" r="6"/><circle cx="689" cy="230" r="6"/><circle cx="595" cy="264" r="6"/><circle cx="511" cy="251" r="6"/><circle cx="784" cy="425" r="6"/><circle cx="747" cy="382" r="6"/><circle cx="769" cy="266" r="6"/><circle cx="630" cy="397" r="6"/><circle cx="737" cy="419" r="6"/>
<circle cx="818" cy="432" r="6"/><circle cx="524" cy="134" r="6"/><circle cx="898" cy="442" r="6"/><circle cx="848" cy="432" r="6"/><circle cx="894" cy="391" r="6"/><circle cx="940" cy="449" r="6"/><circle cx="946" cy="270" r="6"/><circle cx="668" cy="231" r="6"/><circle cx="596" cy="368" r="6"/>

</g>

<!-- SECOND SERIES -->
<g fill="orange">

</g>

<!-- THIRD SERIES -->
<g fill="green">

</g>

<!-- FOURTH SERIES -->
<g fill="blue">

</g>

<!-- FIFTH SERIES -->
<g fill="purple">

</g>

<!-- Cover edges of plot area -->
<rect width="1000" height="477" x="150" y="80" stroke="#888888" stroke-width="1" fill="none"/>
</svg>