Created
October 18, 2013 14:11
-
-
Save mdengler/7042133 to your computer and use it in GitHub Desktop.
mpl_tm.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "Untitled0" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": "# Martin Dengler <[email protected]>\n\nimport matplotlib, matplotlib.pyplot, matplotlib.cm\n\ndata = ((1, 0.5, \"AAAA\"),\n (2, 1.5, \"BBBB\"),\n (3, 2.5, \"CCCC\"),\n (4, 3.5, \"DDDD\"),\n (5, 3.5, \"EEEE\"),\n (6, 3.5, \"FFFF\"),\n (7, 4.5, \"GGGG\"),\n (8, 4.5, \"HHHH\"),\n (9, 8.5, \"IIII\"),\n )\n\nxs, ys, xlabels = zip(*data)", | |
"language": "python", | |
"metadata": {}, | |
"outputs": [], | |
"prompt_number": 4 | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": "def treemap(xs, ys, color=None, xlabels=None):\n axes = matplotlib.pyplot.subplot(111)\n\n # Simple \"Strip treemap\" -- effectively a stacked area chart\n cur_x = 0.\n for x, y, l in zip(xs, ys, xlabels):\n next_x = cur_x + abs(y)\n polygon = axes.axvspan(cur_x, next_x)\n if l is not None:\n axes.annotate(\"{} ({})\".format(l, x), (cur_x, 0.5))\n cur_x = next_x\n\n return axes\n\ntreemap(xs, ys, xlabels=xlabels)\n", | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"output_type": "pyout", | |
"prompt_number": 17, | |
"text": "<matplotlib.axes.AxesSubplot at 0x792ad50>" | |
}, | |
{ | |
"output_type": "display_data", | |
"svg": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n<!-- Created with matplotlib (http://matplotlib.org/) -->\n<svg height=\"535pt\" version=\"1.1\" viewBox=\"0 0 708 535\" width=\"708pt\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <defs>\n <style type=\"text/css\">\n*{stroke-linecap:butt;stroke-linejoin:round;}\n </style>\n </defs>\n <g id=\"figure_1\">\n <g id=\"patch_1\">\n <path d=\"\nM0 535.117\nL708.227 535.117\nL708.227 0\nL0 0\nz\n\" style=\"fill:#ffffff;\"/>\n </g>\n <g id=\"axes_1\">\n <g id=\"patch_2\">\n <path d=\"\nM25.8828 514.239\nL695.483 514.239\nL695.483 12.0391\nL25.8828 12.0391\nz\n\" style=\"fill:#ffffff;\"/>\n </g>\n <g id=\"patch_3\">\n <path clip-path=\"url(#p533709581a)\" d=\"\nM25.8828 514.239\nL25.8828 12.0391\nL35.4485 12.0391\nL35.4485 514.239\nz\n\" style=\"fill:#0000ff;stroke:#000000;\"/>\n </g>\n <g id=\"patch_4\">\n <path clip-path=\"url(#p533709581a)\" d=\"\nM35.4485 514.239\nL35.4485 12.0391\nL64.1457 12.0391\nL64.1457 514.239\nz\n\" style=\"fill:#0000ff;stroke:#000000;\"/>\n </g>\n <g id=\"patch_5\">\n <path clip-path=\"url(#p533709581a)\" d=\"\nM64.1457 514.239\nL64.1457 12.0391\nL111.974 12.0391\nL111.974 514.239\nz\n\" style=\"fill:#0000ff;stroke:#000000;\"/>\n </g>\n <g id=\"patch_6\">\n <path clip-path=\"url(#p533709581a)\" d=\"\nM111.974 514.239\nL111.974 12.0391\nL178.934 12.0391\nL178.934 514.239\nz\n\" style=\"fill:#0000ff;stroke:#000000;\"/>\n </g>\n <g id=\"patch_7\">\n <path clip-path=\"url(#p533709581a)\" d=\"\nM178.934 514.239\nL178.934 12.0391\nL245.894 12.0391\nL245.894 514.239\nz\n\" style=\"fill:#0000ff;stroke:#000000;\"/>\n </g>\n <g id=\"patch_8\">\n <path clip-path=\"url(#p533709581a)\" d=\"\nM245.894 514.239\nL245.894 12.0391\nL312.854 12.0391\nL312.854 514.239\nz\n\" style=\"fill:#0000ff;stroke:#000000;\"/>\n </g>\n <g id=\"patch_9\">\n <path clip-path=\"url(#p533709581a)\" d=\"\nM312.854 514.239\nL312.854 12.0391\nL398.946 12.0391\nL398.946 514.239\nz\n\" style=\"fill:#0000ff;stroke:#000000;\"/>\n </g>\n <g id=\"patch_10\">\n <path clip-path=\"url(#p533709581a)\" d=\"\nM398.946 514.239\nL398.946 12.0391\nL485.037 12.0391\nL485.037 514.239\nz\n\" style=\"fill:#0000ff;stroke:#000000;\"/>\n </g>\n <g id=\"patch_11\">\n <path clip-path=\"url(#p533709581a)\" d=\"\nM485.037 514.239\nL485.037 12.0391\nL647.654 12.0391\nL647.654 514.239\nz\n\" style=\"fill:#0000ff;stroke:#000000;\"/>\n </g>\n <g id=\"matplotlib.axis_1\">\n <g id=\"xtick_1\">\n <g id=\"line2d_1\">\n <defs>\n <path d=\"\nM0 0\nL0 -4\" id=\"m93b0483c22\" style=\"stroke:#000000;stroke-width:0.5;\"/>\n </defs>\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"25.8828125\" xlink:href=\"#m93b0483c22\" y=\"514.2390625\"/>\n </g>\n </g>\n <g id=\"line2d_2\">\n <defs>\n <path d=\"\nM0 0\nL0 4\" id=\"m741efc42ff\" style=\"stroke:#000000;stroke-width:0.5;\"/>\n </defs>\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"25.8828125\" xlink:href=\"#m741efc42ff\" y=\"12.0390625\"/>\n </g>\n </g>\n <g id=\"text_1\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:middle;\" transform=\"rotate(-0.000000, 25.882813, 525.837500)\" x=\"25.8828125\" y=\"525.8375\">0</text>\n </g>\n </g>\n <g id=\"xtick_2\">\n <g id=\"line2d_3\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"121.539955357\" xlink:href=\"#m93b0483c22\" y=\"514.2390625\"/>\n </g>\n </g>\n <g id=\"line2d_4\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"121.539955357\" xlink:href=\"#m741efc42ff\" y=\"12.0390625\"/>\n </g>\n </g>\n <g id=\"text_2\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:middle;\" transform=\"rotate(-0.000000, 121.539955, 525.837500)\" x=\"121.539955357\" y=\"525.8375\">5</text>\n </g>\n </g>\n <g id=\"xtick_3\">\n <g id=\"line2d_5\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"217.197098214\" xlink:href=\"#m93b0483c22\" y=\"514.2390625\"/>\n </g>\n </g>\n <g id=\"line2d_6\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"217.197098214\" xlink:href=\"#m741efc42ff\" y=\"12.0390625\"/>\n </g>\n </g>\n <g id=\"text_3\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:middle;\" transform=\"rotate(-0.000000, 217.197098, 525.837500)\" x=\"217.197098214\" y=\"525.8375\">10</text>\n </g>\n </g>\n <g id=\"xtick_4\">\n <g id=\"line2d_7\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"312.854241071\" xlink:href=\"#m93b0483c22\" y=\"514.2390625\"/>\n </g>\n </g>\n <g id=\"line2d_8\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"312.854241071\" xlink:href=\"#m741efc42ff\" y=\"12.0390625\"/>\n </g>\n </g>\n <g id=\"text_4\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:middle;\" transform=\"rotate(-0.000000, 312.854241, 525.837500)\" x=\"312.854241071\" y=\"525.8375\">15</text>\n </g>\n </g>\n <g id=\"xtick_5\">\n <g id=\"line2d_9\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"408.511383929\" xlink:href=\"#m93b0483c22\" y=\"514.2390625\"/>\n </g>\n </g>\n <g id=\"line2d_10\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"408.511383929\" xlink:href=\"#m741efc42ff\" y=\"12.0390625\"/>\n </g>\n </g>\n <g id=\"text_5\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:middle;\" transform=\"rotate(-0.000000, 408.511384, 525.837500)\" x=\"408.511383929\" y=\"525.8375\">20</text>\n </g>\n </g>\n <g id=\"xtick_6\">\n <g id=\"line2d_11\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"504.168526786\" xlink:href=\"#m93b0483c22\" y=\"514.2390625\"/>\n </g>\n </g>\n <g id=\"line2d_12\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"504.168526786\" xlink:href=\"#m741efc42ff\" y=\"12.0390625\"/>\n </g>\n </g>\n <g id=\"text_6\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:middle;\" transform=\"rotate(-0.000000, 504.168527, 525.837500)\" x=\"504.168526786\" y=\"525.8375\">25</text>\n </g>\n </g>\n <g id=\"xtick_7\">\n <g id=\"line2d_13\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"599.825669643\" xlink:href=\"#m93b0483c22\" y=\"514.2390625\"/>\n </g>\n </g>\n <g id=\"line2d_14\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"599.825669643\" xlink:href=\"#m741efc42ff\" y=\"12.0390625\"/>\n </g>\n </g>\n <g id=\"text_7\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:middle;\" transform=\"rotate(-0.000000, 599.825670, 525.837500)\" x=\"599.825669643\" y=\"525.8375\">30</text>\n </g>\n </g>\n <g id=\"xtick_8\">\n <g id=\"line2d_15\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"695.4828125\" xlink:href=\"#m93b0483c22\" y=\"514.2390625\"/>\n </g>\n </g>\n <g id=\"line2d_16\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"695.4828125\" xlink:href=\"#m741efc42ff\" y=\"12.0390625\"/>\n </g>\n </g>\n <g id=\"text_8\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:middle;\" transform=\"rotate(-0.000000, 695.482813, 525.837500)\" x=\"695.4828125\" y=\"525.8375\">35</text>\n </g>\n </g>\n </g>\n <g id=\"matplotlib.axis_2\">\n <g id=\"ytick_1\">\n <g id=\"line2d_17\">\n <defs>\n <path d=\"\nM0 0\nL4 0\" id=\"m728421d6d4\" style=\"stroke:#000000;stroke-width:0.5;\"/>\n </defs>\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"25.8828125\" xlink:href=\"#m728421d6d4\" y=\"514.2390625\"/>\n </g>\n </g>\n <g id=\"line2d_18\">\n <defs>\n <path d=\"\nM0 0\nL-4 0\" id=\"mcb0005524f\" style=\"stroke:#000000;stroke-width:0.5;\"/>\n </defs>\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"695.4828125\" xlink:href=\"#mcb0005524f\" y=\"514.2390625\"/>\n </g>\n </g>\n <g id=\"text_9\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:end;\" transform=\"rotate(-0.000000, 21.882813, 516.998438)\" x=\"21.8828125\" y=\"516.9984375\">0.0</text>\n </g>\n </g>\n <g id=\"ytick_2\">\n <g id=\"line2d_19\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"25.8828125\" xlink:href=\"#m728421d6d4\" y=\"413.7990625\"/>\n </g>\n </g>\n <g id=\"line2d_20\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"695.4828125\" xlink:href=\"#mcb0005524f\" y=\"413.7990625\"/>\n </g>\n </g>\n <g id=\"text_10\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:end;\" transform=\"rotate(-0.000000, 21.882813, 416.558438)\" x=\"21.8828125\" y=\"416.5584375\">0.2</text>\n </g>\n </g>\n <g id=\"ytick_3\">\n <g id=\"line2d_21\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"25.8828125\" xlink:href=\"#m728421d6d4\" y=\"313.3590625\"/>\n </g>\n </g>\n <g id=\"line2d_22\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"695.4828125\" xlink:href=\"#mcb0005524f\" y=\"313.3590625\"/>\n </g>\n </g>\n <g id=\"text_11\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:end;\" transform=\"rotate(-0.000000, 21.882813, 316.118438)\" x=\"21.8828125\" y=\"316.1184375\">0.4</text>\n </g>\n </g>\n <g id=\"ytick_4\">\n <g id=\"line2d_23\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"25.8828125\" xlink:href=\"#m728421d6d4\" y=\"212.9190625\"/>\n </g>\n </g>\n <g id=\"line2d_24\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"695.4828125\" xlink:href=\"#mcb0005524f\" y=\"212.9190625\"/>\n </g>\n </g>\n <g id=\"text_12\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:end;\" transform=\"rotate(-0.000000, 21.882813, 215.678437)\" x=\"21.8828125\" y=\"215.6784375\">0.6</text>\n </g>\n </g>\n <g id=\"ytick_5\">\n <g id=\"line2d_25\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"25.8828125\" xlink:href=\"#m728421d6d4\" y=\"112.4790625\"/>\n </g>\n </g>\n <g id=\"line2d_26\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"695.4828125\" xlink:href=\"#mcb0005524f\" y=\"112.4790625\"/>\n </g>\n </g>\n <g id=\"text_13\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:end;\" transform=\"rotate(-0.000000, 21.882813, 115.238437)\" x=\"21.8828125\" y=\"115.2384375\">0.8</text>\n </g>\n </g>\n <g id=\"ytick_6\">\n <g id=\"line2d_27\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"25.8828125\" xlink:href=\"#m728421d6d4\" y=\"12.0390625\"/>\n </g>\n </g>\n <g id=\"line2d_28\">\n <g>\n <use style=\"stroke:#000000;stroke-width:0.5;\" x=\"695.4828125\" xlink:href=\"#mcb0005524f\" y=\"12.0390625\"/>\n </g>\n </g>\n <g id=\"text_14\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:end;\" transform=\"rotate(-0.000000, 21.882813, 14.798437)\" x=\"21.8828125\" y=\"14.7984375\">1.0</text>\n </g>\n </g>\n </g>\n <g id=\"patch_12\">\n <path d=\"\nM25.8828 12.0391\nL695.483 12.0391\" style=\"fill:none;stroke:#000000;\"/>\n </g>\n <g id=\"patch_13\">\n <path d=\"\nM695.483 514.239\nL695.483 12.0391\" style=\"fill:none;stroke:#000000;\"/>\n </g>\n <g id=\"patch_14\">\n <path d=\"\nM25.8828 514.239\nL695.483 514.239\" style=\"fill:none;stroke:#000000;\"/>\n </g>\n <g id=\"patch_15\">\n <path d=\"\nM25.8828 514.239\nL25.8828 12.0391\" style=\"fill:none;stroke:#000000;\"/>\n </g>\n <g id=\"text_15\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:start;\" transform=\"rotate(-0.000000, 25.882813, 263.139063)\" x=\"25.8828125\" y=\"263.1390625\">AAAA (1)</text>\n </g>\n <g id=\"text_16\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:start;\" transform=\"rotate(-0.000000, 35.448527, 263.139063)\" x=\"35.4485267857\" y=\"263.1390625\">BBBB (2)</text>\n </g>\n <g id=\"text_17\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:start;\" transform=\"rotate(-0.000000, 64.145670, 263.139063)\" x=\"64.1456696429\" y=\"263.1390625\">CCCC (3)</text>\n </g>\n <g id=\"text_18\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:start;\" transform=\"rotate(-0.000000, 111.974241, 263.139063)\" x=\"111.974241071\" y=\"263.1390625\">DDDD (4)</text>\n </g>\n <g id=\"text_19\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:start;\" transform=\"rotate(-0.000000, 178.934241, 263.139063)\" x=\"178.934241071\" y=\"263.1390625\">EEEE (5)</text>\n </g>\n <g id=\"text_20\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:start;\" transform=\"rotate(-0.000000, 245.894241, 263.139063)\" x=\"245.894241071\" y=\"263.1390625\">FFFF (6)</text>\n </g>\n <g id=\"text_21\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:start;\" transform=\"rotate(-0.000000, 312.854241, 263.139063)\" x=\"312.854241071\" y=\"263.1390625\">GGGG (7)</text>\n </g>\n <g id=\"text_22\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:start;\" transform=\"rotate(-0.000000, 398.945670, 263.139063)\" x=\"398.945669643\" y=\"263.1390625\">HHHH (8)</text>\n </g>\n <g id=\"text_23\">\n <text style=\"font-family:Bitstream Vera Sans;font-size:10.0px;font-style:normal;text-anchor:start;\" transform=\"rotate(-0.000000, 485.037098, 263.139063)\" x=\"485.037098214\" y=\"263.1390625\">IIII (9)</text>\n </g>\n </g>\n </g>\n <defs>\n <clipPath id=\"p533709581a\">\n <rect height=\"502.2\" width=\"669.6\" x=\"25.8828125\" y=\"12.0390625\"/>\n </clipPath>\n </defs>\n <defs>\n <font id=\"Bitstream Vera Sans\">\n <font-face bbox=\"-5.859375 -7.546875 41.1875 29.703125\" font-family=\"Bitstream Vera Sans\" font-style=\"roman\" units-per-em=\"72\"/>\n <glyph horiz-adv-x=\"22.88671875\" unicode=\" \"/>\n <glyph d=\"\nM22.3281 54.6406\nQ17.6094 46.5469 15.3281 38.6406\nQ13.0469 30.7344 13.0469 22.6094\nQ13.0469 14.4844 15.3438 6.51562\nQ17.6562 -1.4375 22.3281 -9.5\nL16.7031 -9.5\nQ11.4219 -1.23438 8.79688 6.75\nQ6.1875 14.7344 6.1875 22.6094\nQ6.1875 30.4531 8.78125 38.3906\nQ11.3906 46.3438 16.7031 54.6406\nz\n\" horiz-adv-x=\"28.08984375\" unicode=\"(\"/>\n <glyph d=\"\nM5.76562 54.6406\nL11.3906 54.6406\nQ16.6719 46.3438 19.2812 38.3906\nQ21.9062 30.4531 21.9062 22.6094\nQ21.9062 14.7344 19.2812 6.75\nQ16.6719 -1.23438 11.3906 -9.5\nL5.76562 -9.5\nQ10.4375 -1.4375 12.7344 6.51562\nQ15.0469 14.4844 15.0469 22.6094\nQ15.0469 30.7344 12.7344 38.6406\nQ10.4375 46.5469 5.76562 54.6406\" horiz-adv-x=\"28.08984375\" unicode=\")\"/>\n <glyph d=\"\nM7.70312 8.9375\nL15.125 8.9375\nL15.125 0\nL7.70312 0\nz\n\" horiz-adv-x=\"22.88671875\" unicode=\".\"/>\n <glyph d=\"\nM22.8906 47.8125\nQ17.4062 47.8125 14.6406 42.4062\nQ11.8906 37.0156 11.8906 26.1875\nQ11.8906 15.4062 14.6406 10\nQ17.4062 4.60938 22.8906 4.60938\nQ28.4062 4.60938 31.1562 10\nQ33.9219 15.4062 33.9219 26.1875\nQ33.9219 37.0156 31.1562 42.4062\nQ28.4062 47.8125 22.8906 47.8125\nM22.8906 53.4375\nQ31.7188 53.4375 36.375 46.4531\nQ41.0312 39.4844 41.0312 26.1875\nQ41.0312 12.9375 36.375 5.95312\nQ31.7188 -1.01562 22.8906 -1.01562\nQ14.0625 -1.01562 9.40625 5.95312\nQ4.75 12.9375 4.75 26.1875\nQ4.75 39.4844 9.40625 46.4531\nQ14.0625 53.4375 22.8906 53.4375\" horiz-adv-x=\"45.80859375\" unicode=\"0\"/>\n <glyph d=\"\nM8.9375 5.98438\nL20.5312 5.98438\nL20.5312 46.0156\nL7.90625 43.4844\nL7.90625 49.9531\nL20.4688 52.4844\nL27.5625 52.4844\nL27.5625 5.98438\nL39.1719 5.98438\nL39.1719 0\nL8.9375 0\nz\n\" horiz-adv-x=\"45.80859375\" unicode=\"1\"/>\n <glyph d=\"\nM13.8125 5.98438\nL38.6094 5.98438\nL38.6094 0\nL5.28125 0\nL5.28125 5.98438\nQ9.3125 10.1562 16.2969 17.2031\nQ23.2812 24.2656 25.0625 26.2969\nQ28.4844 30.125 29.8281 32.7812\nQ31.1875 35.4375 31.1875 38\nQ31.1875 42.1875 28.25 44.8281\nQ25.3125 47.4688 20.6094 47.4688\nQ17.2656 47.4688 13.5469 46.2969\nQ9.84375 45.1406 5.625 42.7812\nL5.625 49.9531\nQ9.92188 51.6875 13.6406 52.5625\nQ17.375 53.4375 20.4688 53.4375\nQ28.625 53.4375 33.4688 49.3594\nQ38.3281 45.2812 38.3281 38.4688\nQ38.3281 35.2344 37.1094 32.3281\nQ35.8906 29.4219 32.7031 25.4844\nQ31.8125 24.4688 27.0938 19.5938\nQ22.3906 14.7344 13.8125 5.98438\" horiz-adv-x=\"45.80859375\" unicode=\"2\"/>\n <glyph d=\"\nM29.2188 28.2969\nQ34.3125 27.2188 37.1719 23.7656\nQ40.0469 20.3281 40.0469 15.2656\nQ40.0469 7.48438 34.7031 3.23438\nQ29.3594 -1.01562 19.5156 -1.01562\nQ16.2031 -1.01562 12.7031 -0.359375\nQ9.21875 0.28125 5.48438 1.57812\nL5.48438 8.4375\nQ8.4375 6.71875 11.9531 5.82812\nQ15.4688 4.95312 19.2969 4.95312\nQ25.9844 4.95312 29.4844 7.59375\nQ32.9844 10.2344 32.9844 15.2656\nQ32.9844 19.9062 29.7188 22.5156\nQ26.4688 25.1406 20.6719 25.1406\nL14.5625 25.1406\nL14.5625 30.9688\nL20.9531 30.9688\nQ26.1875 30.9688 28.9688 33.0625\nQ31.75 35.1562 31.75 39.0938\nQ31.75 43.1406 28.875 45.2969\nQ26.0156 47.4688 20.6719 47.4688\nQ17.75 47.4688 14.4062 46.8281\nQ11.0781 46.2031 7.0625 44.8594\nL7.0625 51.1875\nQ11.1094 52.3125 14.6406 52.875\nQ18.1719 53.4375 21.3125 53.4375\nQ29.3906 53.4375 34.0938 49.7656\nQ38.8125 46.0938 38.8125 39.8281\nQ38.8125 35.4688 36.3125 32.4688\nQ33.8281 29.4688 29.2188 28.2969\" horiz-adv-x=\"45.80859375\" unicode=\"3\"/>\n <glyph d=\"\nM27.2188 46.2969\nL9.28125 18.2812\nL27.2188 18.2812\nz\n\nM25.3438 52.4844\nL34.2812 52.4844\nL34.2812 18.2812\nL41.7656 18.2812\nL41.7656 12.375\nL34.2812 12.375\nL34.2812 0\nL27.2188 0\nL27.2188 12.375\nL3.51562 12.375\nL3.51562 19.2344\nz\n\" horiz-adv-x=\"45.80859375\" unicode=\"4\"/>\n <glyph d=\"\nM7.76562 52.4844\nL35.6562 52.4844\nL35.6562 46.5156\nL14.2812 46.5156\nL14.2812 33.6406\nQ15.8281 34.1719 17.375 34.4375\nQ18.9219 34.7031 20.4688 34.7031\nQ29.25 34.7031 34.375 29.875\nQ39.5156 25.0625 39.5156 16.8438\nQ39.5156 8.375 34.2344 3.67188\nQ28.9688 -1.01562 19.375 -1.01562\nQ16.0625 -1.01562 12.6406 -0.453125\nQ9.21875 0.109375 5.5625 1.23438\nL5.5625 8.375\nQ8.71875 6.64062 12.0938 5.79688\nQ15.4688 4.95312 19.2344 4.95312\nQ25.3125 4.95312 28.8594 8.15625\nQ32.4219 11.3594 32.4219 16.8438\nQ32.4219 22.3281 28.8594 25.5156\nQ25.3125 28.7188 19.2344 28.7188\nQ16.3906 28.7188 13.5469 28.0781\nQ10.7188 27.4531 7.76562 26.125\nz\n\" horiz-adv-x=\"45.80859375\" unicode=\"5\"/>\n <glyph d=\"\nM23.7656 29.0781\nQ18.9844 29.0781 16.1875 25.7969\nQ13.3906 22.5312 13.3906 16.8438\nQ13.3906 11.1875 16.1875 7.89062\nQ18.9844 4.60938 23.7656 4.60938\nQ28.5469 4.60938 31.3438 7.89062\nQ34.1406 11.1875 34.1406 16.8438\nQ34.1406 22.5312 31.3438 25.7969\nQ28.5469 29.0781 23.7656 29.0781\nM37.8594 51.3281\nL37.8594 44.8594\nQ35.1875 46.125 32.4688 46.7969\nQ29.75 47.4688 27.0781 47.4688\nQ20.0469 47.4688 16.3281 42.7188\nQ12.625 37.9688 12.0938 28.375\nQ14.1719 31.4375 17.2969 33.0625\nQ20.4219 34.7031 24.1875 34.7031\nQ32.0938 34.7031 36.6875 29.9062\nQ41.2812 25.1094 41.2812 16.8438\nQ41.2812 8.75 36.5 3.85938\nQ31.7188 -1.01562 23.7656 -1.01562\nQ14.6562 -1.01562 9.84375 5.95312\nQ5.03125 12.9375 5.03125 26.1875\nQ5.03125 38.6406 10.9375 46.0312\nQ16.8438 53.4375 26.7969 53.4375\nQ29.4688 53.4375 32.1875 52.9062\nQ34.9062 52.3906 37.8594 51.3281\" horiz-adv-x=\"45.80859375\" unicode=\"6\"/>\n <glyph d=\"\nM5.90625 52.4844\nL39.6562 52.4844\nL39.6562 49.4688\nL20.6094 0\nL13.1875 0\nL31.1094 46.5156\nL5.90625 46.5156\nz\n\" horiz-adv-x=\"45.80859375\" unicode=\"7\"/>\n <glyph d=\"\nM22.8906 24.9219\nQ17.8281 24.9219 14.9219 22.2188\nQ12.0312 19.5156 12.0312 14.7656\nQ12.0312 10.0156 14.9219 7.3125\nQ17.8281 4.60938 22.8906 4.60938\nQ27.9531 4.60938 30.8594 7.32812\nQ33.7812 10.0625 33.7812 14.7656\nQ33.7812 19.5156 30.875 22.2188\nQ27.9844 24.9219 22.8906 24.9219\nM15.7812 27.9531\nQ11.2188 29.0781 8.67188 32.2031\nQ6.125 35.3281 6.125 39.8281\nQ6.125 46.125 10.5938 49.7812\nQ15.0781 53.4375 22.8906 53.4375\nQ30.7344 53.4375 35.1875 49.7812\nQ39.6562 46.125 39.6562 39.8281\nQ39.6562 35.3281 37.1094 32.2031\nQ34.5625 29.0781 30.0312 27.9531\nQ35.1562 26.75 38.0156 23.2656\nQ40.8906 19.7969 40.8906 14.7656\nQ40.8906 7.14062 36.2344 3.0625\nQ31.5781 -1.01562 22.8906 -1.01562\nQ14.2031 -1.01562 9.54688 3.0625\nQ4.89062 7.14062 4.89062 14.7656\nQ4.89062 19.7969 7.76562 23.2656\nQ10.6562 26.75 15.7812 27.9531\nM13.1875 39.1719\nQ13.1875 35.0938 15.7344 32.7969\nQ18.2812 30.5156 22.8906 30.5156\nQ27.4531 30.5156 30.0312 32.7969\nQ32.625 35.0938 32.625 39.1719\nQ32.625 43.25 30.0312 45.5312\nQ27.4531 47.8125 22.8906 47.8125\nQ18.2812 47.8125 15.7344 45.5312\nQ13.1875 43.25 13.1875 39.1719\" horiz-adv-x=\"45.80859375\" unicode=\"8\"/>\n <glyph d=\"\nM7.90625 1.09375\nL7.90625 7.5625\nQ10.5781 6.29688 13.3125 5.625\nQ16.0625 4.95312 18.7031 4.95312\nQ25.7344 4.95312 29.4375 9.6875\nQ33.1562 14.4219 33.6875 24.0469\nQ31.6406 21.0312 28.5156 19.4062\nQ25.3906 17.7969 21.5938 17.7969\nQ13.7188 17.7969 9.125 22.5469\nQ4.53125 27.3125 4.53125 35.5781\nQ4.53125 43.6719 9.3125 48.5469\nQ14.0938 53.4375 22.0469 53.4375\nQ31.1562 53.4375 35.9531 46.4531\nQ40.75 39.4844 40.75 26.1875\nQ40.75 13.7812 34.8594 6.375\nQ28.9688 -1.01562 19.0156 -1.01562\nQ16.3438 -1.01562 13.5938 -0.484375\nQ10.8594 0.03125 7.90625 1.09375\nM22.0469 23.3438\nQ26.8281 23.3438 29.625 26.6094\nQ32.4219 29.8906 32.4219 35.5781\nQ32.4219 41.2344 29.625 44.5156\nQ26.8281 47.8125 22.0469 47.8125\nQ17.2656 47.8125 14.4688 44.5156\nQ11.6719 41.2344 11.6719 35.5781\nQ11.6719 29.8906 14.4688 26.6094\nQ17.2656 23.3438 22.0469 23.3438\" horiz-adv-x=\"45.80859375\" unicode=\"9\"/>\n <glyph d=\"\nM24.6094 45.5\nL14.9844 19.375\nL34.2812 19.375\nz\n\nM20.6094 52.4844\nL28.6562 52.4844\nL48.6562 0\nL41.2812 0\nL36.5 13.4688\nL12.8281 13.4688\nL8.04688 0\nL0.5625 0\nz\n\" horiz-adv-x=\"49.25390625\" unicode=\"A\"/>\n <glyph d=\"\nM14.1719 25.0625\nL14.1719 5.84375\nL25.5625 5.84375\nQ31.2969 5.84375 34.0469 8.20312\nQ36.8125 10.5781 36.8125 15.4688\nQ36.8125 20.3906 34.0469 22.7188\nQ31.2969 25.0625 25.5625 25.0625\nz\n\nM14.1719 46.6562\nL14.1719 30.8281\nL24.6875 30.8281\nQ29.8906 30.8281 32.4375 32.7812\nQ34.9844 34.7344 34.9844 38.75\nQ34.9844 42.7188 32.4375 44.6875\nQ29.8906 46.6562 24.6875 46.6562\nz\n\nM7.0625 52.4844\nL25.2031 52.4844\nQ33.3281 52.4844 37.7188 49.1094\nQ42.125 45.7344 42.125 39.5156\nQ42.125 34.7031 39.875 31.8438\nQ37.625 29 33.2656 28.2969\nQ38.5 27.1719 41.3906 23.6094\nQ44.2969 20.0469 44.2969 14.7031\nQ44.2969 7.67188 39.5156 3.82812\nQ34.7344 0 25.9062 0\nL7.0625 0\nz\n\" horiz-adv-x=\"49.39453125\" unicode=\"B\"/>\n <glyph d=\"\nM46.375 48.4531\nL46.375 40.9531\nQ42.7812 44.2969 38.7188 45.9531\nQ34.6719 47.6094 30.0938 47.6094\nQ21.0938 47.6094 16.3125 42.0938\nQ11.5312 36.5938 11.5312 26.1875\nQ11.5312 15.8281 16.3125 10.3125\nQ21.0938 4.8125 30.0938 4.8125\nQ34.6719 4.8125 38.7188 6.46875\nQ42.7812 8.125 46.375 11.4688\nL46.375 4.04688\nQ42.6406 1.51562 38.4688 0.25\nQ34.3125 -1.01562 29.6719 -1.01562\nQ17.75 -1.01562 10.8906 6.28125\nQ4.04688 13.5781 4.04688 26.1875\nQ4.04688 38.8438 10.8906 46.1406\nQ17.75 53.4375 29.6719 53.4375\nQ34.3906 53.4375 38.5469 52.1875\nQ42.7188 50.9375 46.375 48.4531\" horiz-adv-x=\"50.2734375\" unicode=\"C\"/>\n <glyph d=\"\nM14.1719 46.6562\nL14.1719 5.84375\nL22.75 5.84375\nQ33.6094 5.84375 38.6562 10.7656\nQ43.7031 15.6875 43.7031 26.2969\nQ43.7031 36.8438 38.6562 41.75\nQ33.6094 46.6562 22.75 46.6562\nz\n\nM7.0625 52.4844\nL21.6562 52.4844\nQ36.9219 52.4844 44.0469 46.1406\nQ51.1875 39.7969 51.1875 26.2969\nQ51.1875 12.7344 44.0156 6.35938\nQ36.8438 0 21.6562 0\nL7.0625 0\nz\n\" horiz-adv-x=\"55.44140625\" unicode=\"D\"/>\n <glyph d=\"\nM7.0625 52.4844\nL40.25 52.4844\nL40.25 46.5156\nL14.1719 46.5156\nL14.1719 30.9688\nL39.1719 30.9688\nL39.1719 25\nL14.1719 25\nL14.1719 5.98438\nL40.8906 5.98438\nL40.8906 0\nL7.0625 0\nz\n\" horiz-adv-x=\"45.4921875\" unicode=\"E\"/>\n <glyph d=\"\nM7.0625 52.4844\nL37.2344 52.4844\nL37.2344 46.5156\nL14.1719 46.5156\nL14.1719 31.0469\nL34.9844 31.0469\nL34.9844 25.0625\nL14.1719 25.0625\nL14.1719 0\nL7.0625 0\nz\n\" horiz-adv-x=\"41.4140625\" unicode=\"F\"/>\n <glyph d=\"\nM42.8594 7.48438\nL42.8594 21.5938\nL31.25 21.5938\nL31.25 27.4219\nL49.8906 27.4219\nL49.8906 4.89062\nQ45.7812 1.96875 40.8125 0.46875\nQ35.8594 -1.01562 30.2344 -1.01562\nQ17.9375 -1.01562 10.9844 6.17188\nQ4.04688 13.3594 4.04688 26.1875\nQ4.04688 39.0625 10.9844 46.25\nQ17.9375 53.4375 30.2344 53.4375\nQ35.375 53.4375 39.9844 52.1719\nQ44.6094 50.9062 48.5156 48.4531\nL48.5156 40.8906\nQ44.5781 44.2344 40.1406 45.9219\nQ35.7188 47.6094 30.8281 47.6094\nQ21.2031 47.6094 16.3594 42.2188\nQ11.5312 36.8438 11.5312 26.1875\nQ11.5312 15.5781 16.3594 10.1875\nQ21.2031 4.8125 30.8281 4.8125\nQ34.5938 4.8125 37.5469 5.46875\nQ40.5 6.125 42.8594 7.48438\" horiz-adv-x=\"55.79296875\" unicode=\"G\"/>\n <glyph d=\"\nM7.0625 52.4844\nL14.1719 52.4844\nL14.1719 30.9688\nL39.9688 30.9688\nL39.9688 52.4844\nL47.0781 52.4844\nL47.0781 0\nL39.9688 0\nL39.9688 25\nL14.1719 25\nL14.1719 0\nL7.0625 0\nz\n\" horiz-adv-x=\"54.140625\" unicode=\"H\"/>\n <glyph d=\"\nM7.0625 52.4844\nL14.1719 52.4844\nL14.1719 0\nL7.0625 0\nz\n\" horiz-adv-x=\"21.234375\" unicode=\"I\"/>\n </font>\n </defs>\n</svg>\n" | |
} | |
], | |
"prompt_number": 17 | |
} | |
], | |
"metadata": {} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment