mfa_graph = {
const inner = html`
<svg width="1300" height="550">
${html_lines.join()}
<text x="40" y="40" fill="black" font-size="1.6em">The Top 9 Represented MFA Institutions</text>
<text x="40" y="500" fill="black" font-size="1.2em">U of Iowa</text>
<text x="430" y="500" fill="black" font-size="1.2em">Columbia</text>
<text x="705" y="500" fill="black" font-size="1.2em">JHU</text>
<text x="820" y="500" fill="black" font-size="1.2em">Brown</text>
<text x="900" y="500" fill="black" font-size="1.2em">Cornell</text>
<text x="990" y="500" fill="black" font-size="1.2em">NYU</text>
<text x="1050" y="500" fill="black" font-size="1.2em">Yale</text>
<text x="1100" y="500" fill="black" font-size="1.2em">WWC</text>
</svg>
`
return inner
}