Skip to content

Instantly share code, notes, and snippets.

@jboynyc
Created May 29, 2020 15:24
Show Gist options
  • Save jboynyc/d5a850c04c5ef8d9007a27bf22112212 to your computer and use it in GitHub Desktop.
Save jboynyc/d5a850c04c5ef8d9007a27bf22112212 to your computer and use it in GitHub Desktop.
textnets demo
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"I am about to release a new, vastly improved version of [`textnets`](https://github.com/jboynyc/textnets). Here is a quick demo of what it can do."
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
"import igraph as ig\n",
"from textnets import Corpus, Textnet, examples"
]
},
{
"cell_type": "code",
"execution_count": 32,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<div>\n",
"<style scoped>\n",
" .dataframe tbody tr th:only-of-type {\n",
" vertical-align: middle;\n",
" }\n",
"\n",
" .dataframe tbody tr th {\n",
" vertical-align: top;\n",
" }\n",
"\n",
" .dataframe thead th {\n",
" text-align: right;\n",
" }\n",
"</style>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>headline</th>\n",
" </tr>\n",
" <tr>\n",
" <th>paper</th>\n",
" <th></th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>The Guardian</th>\n",
" <td>3:56 am: Man Steps On to the Moon</td>\n",
" </tr>\n",
" <tr>\n",
" <th>New York Times</th>\n",
" <td>Men Walk on Moon -- Astronauts Land on Plain, ...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>Boston Globe</th>\n",
" <td>Man Walks on Moon</td>\n",
" </tr>\n",
" <tr>\n",
" <th>Houston Chronicle</th>\n",
" <td>Armstrong and Aldrich \"Take One Small Step for...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>Washington Post</th>\n",
" <td>The Eagle Has Landed -- Two Men Walk on the Moon</td>\n",
" </tr>\n",
" <tr>\n",
" <th>Chicago Tribune</th>\n",
" <td>Giant Leap for Mankind -- Armstrong Takes 1st ...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>Los Angeles Times</th>\n",
" <td>Walk on Moon -- That's One Small Step for Man,...</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>"
],
"text/plain": [
" headline\n",
"paper \n",
"The Guardian 3:56 am: Man Steps On to the Moon\n",
"New York Times Men Walk on Moon -- Astronauts Land on Plain, ...\n",
"Boston Globe Man Walks on Moon\n",
"Houston Chronicle Armstrong and Aldrich \"Take One Small Step for...\n",
"Washington Post The Eagle Has Landed -- Two Men Walk on the Moon\n",
"Chicago Tribune Giant Leap for Mankind -- Armstrong Takes 1st ...\n",
"Los Angeles Times Walk on Moon -- That's One Small Step for Man,..."
]
},
"execution_count": 32,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"examples.moon_landing"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"tn = Textnet(Corpus(examples.moon_landing).tokenized(), min_docs=1)"
]
},
{
"cell_type": "code",
"execution_count": 27,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600pt\" height=\"600pt\" viewBox=\"0 0 600 600\" version=\"1.1\">\n",
"<defs>\n",
"<g>\n",
"<symbol overflow=\"visible\" id=\"glyph0-0\">\n",
"<path style=\"stroke:none;\" d=\"M 0.703125 2.46875 L 0.703125 -9.875 L 7.703125 -9.875 L 7.703125 2.46875 Z M 1.484375 1.703125 L 6.921875 1.703125 L 6.921875 -9.078125 L 1.484375 -9.078125 Z M 1.484375 1.703125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-1\">\n",
"<path style=\"stroke:none;\" d=\"M 2.75 -4.875 L 2.75 -1.140625 L 4.96875 -1.140625 C 5.707031 -1.140625 6.253906 -1.289062 6.609375 -1.59375 C 6.972656 -1.90625 7.15625 -2.378906 7.15625 -3.015625 C 7.15625 -3.648438 6.972656 -4.117188 6.609375 -4.421875 C 6.253906 -4.722656 5.707031 -4.875 4.96875 -4.875 Z M 2.75 -9.078125 L 2.75 -6 L 4.796875 -6 C 5.472656 -6 5.972656 -6.125 6.296875 -6.375 C 6.628906 -6.625 6.796875 -7.007812 6.796875 -7.53125 C 6.796875 -8.050781 6.628906 -8.4375 6.296875 -8.6875 C 5.972656 -8.945312 5.472656 -9.078125 4.796875 -9.078125 Z M 1.375 -10.203125 L 4.90625 -10.203125 C 5.957031 -10.203125 6.765625 -9.984375 7.328125 -9.546875 C 7.898438 -9.109375 8.1875 -8.488281 8.1875 -7.6875 C 8.1875 -7.0625 8.039062 -6.5625 7.75 -6.1875 C 7.457031 -5.820312 7.03125 -5.59375 6.46875 -5.5 C 7.144531 -5.351562 7.671875 -5.046875 8.046875 -4.578125 C 8.421875 -4.117188 8.609375 -3.546875 8.609375 -2.859375 C 8.609375 -1.941406 8.296875 -1.234375 7.671875 -0.734375 C 7.054688 -0.242188 6.175781 0 5.03125 0 L 1.375 0 Z M 1.375 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-2\">\n",
"<path style=\"stroke:none;\" d=\"M 4.28125 -6.78125 C 3.613281 -6.78125 3.082031 -6.515625 2.6875 -5.984375 C 2.289062 -5.460938 2.09375 -4.742188 2.09375 -3.828125 C 2.09375 -2.910156 2.285156 -2.1875 2.671875 -1.65625 C 3.066406 -1.132812 3.601562 -0.875 4.28125 -0.875 C 4.957031 -0.875 5.488281 -1.132812 5.875 -1.65625 C 6.269531 -2.1875 6.46875 -2.910156 6.46875 -3.828125 C 6.46875 -4.734375 6.269531 -5.453125 5.875 -5.984375 C 5.488281 -6.515625 4.957031 -6.78125 4.28125 -6.78125 Z M 4.28125 -7.84375 C 5.375 -7.84375 6.234375 -7.484375 6.859375 -6.765625 C 7.484375 -6.054688 7.796875 -5.078125 7.796875 -3.828125 C 7.796875 -2.566406 7.484375 -1.578125 6.859375 -0.859375 C 6.234375 -0.148438 5.375 0.203125 4.28125 0.203125 C 3.1875 0.203125 2.328125 -0.148438 1.703125 -0.859375 C 1.078125 -1.578125 0.765625 -2.566406 0.765625 -3.828125 C 0.765625 -5.078125 1.078125 -6.054688 1.703125 -6.765625 C 2.328125 -7.484375 3.1875 -7.84375 4.28125 -7.84375 Z M 4.28125 -7.84375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-3\">\n",
"<path style=\"stroke:none;\" d=\"M 6.203125 -7.4375 L 6.203125 -6.234375 C 5.847656 -6.421875 5.476562 -6.554688 5.09375 -6.640625 C 4.707031 -6.734375 4.3125 -6.78125 3.90625 -6.78125 C 3.28125 -6.78125 2.8125 -6.6875 2.5 -6.5 C 2.1875 -6.3125 2.03125 -6.023438 2.03125 -5.640625 C 2.03125 -5.347656 2.140625 -5.117188 2.359375 -4.953125 C 2.585938 -4.785156 3.039062 -4.628906 3.71875 -4.484375 L 4.140625 -4.375 C 5.035156 -4.1875 5.671875 -3.914062 6.046875 -3.5625 C 6.421875 -3.21875 6.609375 -2.734375 6.609375 -2.109375 C 6.609375 -1.398438 6.328125 -0.835938 5.765625 -0.421875 C 5.203125 -0.00390625 4.429688 0.203125 3.453125 0.203125 C 3.035156 0.203125 2.601562 0.160156 2.15625 0.078125 C 1.71875 -0.00390625 1.253906 -0.125 0.765625 -0.28125 L 0.765625 -1.578125 C 1.222656 -1.335938 1.675781 -1.15625 2.125 -1.03125 C 2.582031 -0.914062 3.03125 -0.859375 3.46875 -0.859375 C 4.0625 -0.859375 4.515625 -0.957031 4.828125 -1.15625 C 5.148438 -1.363281 5.3125 -1.648438 5.3125 -2.015625 C 5.3125 -2.359375 5.195312 -2.617188 4.96875 -2.796875 C 4.738281 -2.984375 4.234375 -3.160156 3.453125 -3.328125 L 3.015625 -3.4375 C 2.242188 -3.59375 1.679688 -3.84375 1.328125 -4.1875 C 0.984375 -4.53125 0.8125 -4.992188 0.8125 -5.578125 C 0.8125 -6.304688 1.066406 -6.863281 1.578125 -7.25 C 2.085938 -7.644531 2.8125 -7.84375 3.75 -7.84375 C 4.21875 -7.84375 4.65625 -7.804688 5.0625 -7.734375 C 5.476562 -7.671875 5.859375 -7.570312 6.203125 -7.4375 Z M 6.203125 -7.4375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-4\">\n",
"<path style=\"stroke:none;\" d=\"M 2.5625 -9.828125 L 2.5625 -7.65625 L 5.15625 -7.65625 L 5.15625 -6.671875 L 2.5625 -6.671875 L 2.5625 -2.515625 C 2.5625 -1.898438 2.644531 -1.5 2.8125 -1.3125 C 2.988281 -1.132812 3.335938 -1.046875 3.859375 -1.046875 L 5.15625 -1.046875 L 5.15625 0 L 3.859375 0 C 2.890625 0 2.21875 -0.179688 1.84375 -0.546875 C 1.476562 -0.910156 1.296875 -1.566406 1.296875 -2.515625 L 1.296875 -6.671875 L 0.375 -6.671875 L 0.375 -7.65625 L 1.296875 -7.65625 L 1.296875 -9.828125 Z M 2.5625 -9.828125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-5\">\n",
"<path style=\"stroke:none;\" d=\"M 7.6875 -4.625 L 7.6875 0 L 6.421875 0 L 6.421875 -4.578125 C 6.421875 -5.304688 6.28125 -5.847656 6 -6.203125 C 5.71875 -6.566406 5.296875 -6.75 4.734375 -6.75 C 4.054688 -6.75 3.519531 -6.53125 3.125 -6.09375 C 2.726562 -5.664062 2.53125 -5.078125 2.53125 -4.328125 L 2.53125 0 L 1.265625 0 L 1.265625 -7.65625 L 2.53125 -7.65625 L 2.53125 -6.46875 C 2.832031 -6.925781 3.1875 -7.269531 3.59375 -7.5 C 4.007812 -7.726562 4.484375 -7.84375 5.015625 -7.84375 C 5.890625 -7.84375 6.550781 -7.566406 7 -7.015625 C 7.457031 -6.472656 7.6875 -5.675781 7.6875 -4.625 Z M 7.6875 -4.625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-6\">\n",
"<path style=\"stroke:none;\" d=\"\"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-7\">\n",
"<path style=\"stroke:none;\" d=\"M 8.328125 -1.453125 L 8.328125 -4.203125 L 6.078125 -4.203125 L 6.078125 -5.328125 L 9.703125 -5.328125 L 9.703125 -0.953125 C 9.171875 -0.578125 8.582031 -0.289062 7.9375 -0.09375 C 7.289062 0.101562 6.601562 0.203125 5.875 0.203125 C 4.28125 0.203125 3.03125 -0.257812 2.125 -1.1875 C 1.226562 -2.125 0.78125 -3.425781 0.78125 -5.09375 C 0.78125 -6.757812 1.226562 -8.054688 2.125 -8.984375 C 3.03125 -9.921875 4.28125 -10.390625 5.875 -10.390625 C 6.539062 -10.390625 7.171875 -10.304688 7.765625 -10.140625 C 8.367188 -9.984375 8.925781 -9.742188 9.4375 -9.421875 L 9.4375 -7.953125 C 8.925781 -8.378906 8.382812 -8.703125 7.8125 -8.921875 C 7.238281 -9.140625 6.632812 -9.25 6 -9.25 C 4.75 -9.25 3.8125 -8.898438 3.1875 -8.203125 C 2.5625 -7.515625 2.25 -6.476562 2.25 -5.09375 C 2.25 -3.71875 2.5625 -2.679688 3.1875 -1.984375 C 3.8125 -1.285156 4.75 -0.9375 6 -0.9375 C 6.488281 -0.9375 6.921875 -0.976562 7.296875 -1.0625 C 7.679688 -1.144531 8.023438 -1.273438 8.328125 -1.453125 Z M 8.328125 -1.453125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-8\">\n",
"<path style=\"stroke:none;\" d=\"M 1.3125 -10.640625 L 2.578125 -10.640625 L 2.578125 0 L 1.3125 0 Z M 1.3125 -10.640625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-9\">\n",
"<path style=\"stroke:none;\" d=\"M 6.8125 -3.828125 C 6.8125 -4.742188 6.617188 -5.460938 6.234375 -5.984375 C 5.859375 -6.515625 5.335938 -6.78125 4.671875 -6.78125 C 4.003906 -6.78125 3.476562 -6.515625 3.09375 -5.984375 C 2.71875 -5.460938 2.53125 -4.742188 2.53125 -3.828125 C 2.53125 -2.898438 2.71875 -2.171875 3.09375 -1.640625 C 3.476562 -1.117188 4.003906 -0.859375 4.671875 -0.859375 C 5.335938 -0.859375 5.859375 -1.117188 6.234375 -1.640625 C 6.617188 -2.171875 6.8125 -2.898438 6.8125 -3.828125 Z M 2.53125 -6.5 C 2.800781 -6.945312 3.132812 -7.28125 3.53125 -7.5 C 3.9375 -7.726562 4.421875 -7.84375 4.984375 -7.84375 C 5.910156 -7.84375 6.664062 -7.472656 7.25 -6.734375 C 7.832031 -5.992188 8.125 -5.023438 8.125 -3.828125 C 8.125 -2.617188 7.832031 -1.644531 7.25 -0.90625 C 6.664062 -0.164062 5.910156 0.203125 4.984375 0.203125 C 4.421875 0.203125 3.9375 0.09375 3.53125 -0.125 C 3.132812 -0.351562 2.800781 -0.695312 2.53125 -1.15625 L 2.53125 0 L 1.265625 0 L 1.265625 -10.640625 L 2.53125 -10.640625 Z M 2.53125 -6.5 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-10\">\n",
"<path style=\"stroke:none;\" d=\"M 7.875 -4.140625 L 7.875 -3.53125 L 2.078125 -3.53125 C 2.140625 -2.664062 2.398438 -2.003906 2.859375 -1.546875 C 3.328125 -1.097656 3.976562 -0.875 4.8125 -0.875 C 5.300781 -0.875 5.769531 -0.929688 6.21875 -1.046875 C 6.675781 -1.160156 7.128906 -1.335938 7.578125 -1.578125 L 7.578125 -0.390625 C 7.117188 -0.203125 6.648438 -0.0546875 6.171875 0.046875 C 5.703125 0.148438 5.226562 0.203125 4.75 0.203125 C 3.519531 0.203125 2.546875 -0.148438 1.828125 -0.859375 C 1.117188 -1.578125 0.765625 -2.539062 0.765625 -3.75 C 0.765625 -5.007812 1.101562 -6.003906 1.78125 -6.734375 C 2.457031 -7.472656 3.375 -7.84375 4.53125 -7.84375 C 5.5625 -7.84375 6.375 -7.507812 6.96875 -6.84375 C 7.570312 -6.1875 7.875 -5.285156 7.875 -4.140625 Z M 6.609375 -4.515625 C 6.597656 -5.203125 6.40625 -5.75 6.03125 -6.15625 C 5.65625 -6.570312 5.160156 -6.78125 4.546875 -6.78125 C 3.835938 -6.78125 3.269531 -6.578125 2.84375 -6.171875 C 2.425781 -5.773438 2.1875 -5.21875 2.125 -4.5 Z M 6.609375 -4.515625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-11\">\n",
"<path style=\"stroke:none;\" d=\"M 9.015625 -9.421875 L 9.015625 -7.96875 C 8.546875 -8.394531 8.046875 -8.710938 7.515625 -8.921875 C 6.992188 -9.140625 6.441406 -9.25 5.859375 -9.25 C 4.691406 -9.25 3.796875 -8.890625 3.171875 -8.171875 C 2.554688 -7.460938 2.25 -6.4375 2.25 -5.09375 C 2.25 -3.75 2.554688 -2.71875 3.171875 -2 C 3.796875 -1.289062 4.691406 -0.9375 5.859375 -0.9375 C 6.441406 -0.9375 6.992188 -1.039062 7.515625 -1.25 C 8.046875 -1.46875 8.546875 -1.796875 9.015625 -2.234375 L 9.015625 -0.78125 C 8.535156 -0.457031 8.023438 -0.210938 7.484375 -0.046875 C 6.941406 0.117188 6.367188 0.203125 5.765625 0.203125 C 4.222656 0.203125 3.003906 -0.269531 2.109375 -1.21875 C 1.222656 -2.164062 0.78125 -3.457031 0.78125 -5.09375 C 0.78125 -6.726562 1.222656 -8.019531 2.109375 -8.96875 C 3.003906 -9.914062 4.222656 -10.390625 5.765625 -10.390625 C 6.378906 -10.390625 6.957031 -10.304688 7.5 -10.140625 C 8.039062 -9.984375 8.546875 -9.742188 9.015625 -9.421875 Z M 9.015625 -9.421875 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-12\">\n",
"<path style=\"stroke:none;\" d=\"M 7.6875 -4.625 L 7.6875 0 L 6.421875 0 L 6.421875 -4.578125 C 6.421875 -5.304688 6.28125 -5.847656 6 -6.203125 C 5.71875 -6.566406 5.296875 -6.75 4.734375 -6.75 C 4.054688 -6.75 3.519531 -6.53125 3.125 -6.09375 C 2.726562 -5.664062 2.53125 -5.078125 2.53125 -4.328125 L 2.53125 0 L 1.265625 0 L 1.265625 -10.640625 L 2.53125 -10.640625 L 2.53125 -6.46875 C 2.832031 -6.925781 3.1875 -7.269531 3.59375 -7.5 C 4.007812 -7.726562 4.484375 -7.84375 5.015625 -7.84375 C 5.890625 -7.84375 6.550781 -7.566406 7 -7.015625 C 7.457031 -6.472656 7.6875 -5.675781 7.6875 -4.625 Z M 7.6875 -4.625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-13\">\n",
"<path style=\"stroke:none;\" d=\"M 1.3125 -7.65625 L 2.578125 -7.65625 L 2.578125 0 L 1.3125 0 Z M 1.3125 -10.640625 L 2.578125 -10.640625 L 2.578125 -9.046875 L 1.3125 -9.046875 Z M 1.3125 -10.640625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-14\">\n",
"<path style=\"stroke:none;\" d=\"M 6.828125 -7.359375 L 6.828125 -6.1875 C 6.472656 -6.382812 6.113281 -6.53125 5.75 -6.625 C 5.394531 -6.726562 5.035156 -6.78125 4.671875 -6.78125 C 3.859375 -6.78125 3.222656 -6.519531 2.765625 -6 C 2.316406 -5.476562 2.09375 -4.753906 2.09375 -3.828125 C 2.09375 -2.890625 2.316406 -2.160156 2.765625 -1.640625 C 3.222656 -1.128906 3.859375 -0.875 4.671875 -0.875 C 5.035156 -0.875 5.394531 -0.921875 5.75 -1.015625 C 6.113281 -1.109375 6.472656 -1.253906 6.828125 -1.453125 L 6.828125 -0.296875 C 6.472656 -0.128906 6.109375 -0.00390625 5.734375 0.078125 C 5.359375 0.160156 4.960938 0.203125 4.546875 0.203125 C 3.390625 0.203125 2.46875 -0.15625 1.78125 -0.875 C 1.101562 -1.601562 0.765625 -2.585938 0.765625 -3.828125 C 0.765625 -5.066406 1.109375 -6.046875 1.796875 -6.765625 C 2.484375 -7.484375 3.425781 -7.84375 4.625 -7.84375 C 5.007812 -7.84375 5.382812 -7.800781 5.75 -7.71875 C 6.125 -7.644531 6.484375 -7.523438 6.828125 -7.359375 Z M 6.828125 -7.359375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-15\">\n",
"<path style=\"stroke:none;\" d=\"M 4.796875 -3.84375 C 3.785156 -3.84375 3.082031 -3.726562 2.6875 -3.5 C 2.289062 -3.269531 2.09375 -2.875 2.09375 -2.3125 C 2.09375 -1.863281 2.238281 -1.507812 2.53125 -1.25 C 2.832031 -0.988281 3.234375 -0.859375 3.734375 -0.859375 C 4.429688 -0.859375 4.988281 -1.101562 5.40625 -1.59375 C 5.832031 -2.09375 6.046875 -2.75 6.046875 -3.5625 L 6.046875 -3.84375 Z M 7.3125 -4.375 L 7.3125 0 L 6.046875 0 L 6.046875 -1.15625 C 5.765625 -0.695312 5.40625 -0.351562 4.96875 -0.125 C 4.539062 0.09375 4.019531 0.203125 3.40625 0.203125 C 2.625 0.203125 2 -0.015625 1.53125 -0.453125 C 1.070312 -0.898438 0.84375 -1.492188 0.84375 -2.234375 C 0.84375 -3.085938 1.128906 -3.734375 1.703125 -4.171875 C 2.285156 -4.609375 3.144531 -4.828125 4.28125 -4.828125 L 6.046875 -4.828125 L 6.046875 -4.953125 C 6.046875 -5.535156 5.851562 -5.984375 5.46875 -6.296875 C 5.09375 -6.617188 4.5625 -6.78125 3.875 -6.78125 C 3.4375 -6.78125 3.007812 -6.722656 2.59375 -6.609375 C 2.175781 -6.503906 1.78125 -6.347656 1.40625 -6.140625 L 1.40625 -7.3125 C 1.863281 -7.488281 2.304688 -7.617188 2.734375 -7.703125 C 3.171875 -7.796875 3.59375 -7.84375 4 -7.84375 C 5.113281 -7.84375 5.941406 -7.554688 6.484375 -6.984375 C 7.035156 -6.410156 7.3125 -5.539062 7.3125 -4.375 Z M 7.3125 -4.375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-16\">\n",
"<path style=\"stroke:none;\" d=\"M 6.359375 -3.921875 C 6.359375 -4.828125 6.171875 -5.53125 5.796875 -6.03125 C 5.421875 -6.53125 4.894531 -6.78125 4.21875 -6.78125 C 3.539062 -6.78125 3.015625 -6.53125 2.640625 -6.03125 C 2.265625 -5.53125 2.078125 -4.828125 2.078125 -3.921875 C 2.078125 -3.015625 2.265625 -2.304688 2.640625 -1.796875 C 3.015625 -1.296875 3.539062 -1.046875 4.21875 -1.046875 C 4.894531 -1.046875 5.421875 -1.296875 5.796875 -1.796875 C 6.171875 -2.304688 6.359375 -3.015625 6.359375 -3.921875 Z M 7.609375 -0.953125 C 7.609375 0.347656 7.316406 1.316406 6.734375 1.953125 C 6.160156 2.585938 5.28125 2.90625 4.09375 2.90625 C 3.644531 2.90625 3.222656 2.875 2.828125 2.8125 C 2.441406 2.75 2.066406 2.648438 1.703125 2.515625 L 1.703125 1.28125 C 2.066406 1.488281 2.425781 1.640625 2.78125 1.734375 C 3.144531 1.828125 3.515625 1.875 3.890625 1.875 C 4.710938 1.875 5.328125 1.65625 5.734375 1.21875 C 6.148438 0.789062 6.359375 0.144531 6.359375 -0.71875 L 6.359375 -1.34375 C 6.097656 -0.894531 5.765625 -0.554688 5.359375 -0.328125 C 4.953125 -0.109375 4.46875 0 3.90625 0 C 2.96875 0 2.207031 -0.351562 1.625 -1.0625 C 1.050781 -1.78125 0.765625 -2.734375 0.765625 -3.921875 C 0.765625 -5.097656 1.050781 -6.046875 1.625 -6.765625 C 2.207031 -7.484375 2.96875 -7.84375 3.90625 -7.84375 C 4.46875 -7.84375 4.953125 -7.726562 5.359375 -7.5 C 5.765625 -7.28125 6.097656 -6.945312 6.359375 -6.5 L 6.359375 -7.65625 L 7.609375 -7.65625 Z M 7.609375 -0.953125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-17\">\n",
"<path style=\"stroke:none;\" d=\"M -0.046875 -10.203125 L 8.59375 -10.203125 L 8.59375 -9.046875 L 4.96875 -9.046875 L 4.96875 0 L 3.578125 0 L 3.578125 -9.046875 L -0.046875 -9.046875 Z M -0.046875 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-18\">\n",
"<path style=\"stroke:none;\" d=\"M 5.75 -6.484375 C 5.613281 -6.566406 5.460938 -6.625 5.296875 -6.65625 C 5.128906 -6.695312 4.945312 -6.71875 4.75 -6.71875 C 4.03125 -6.71875 3.476562 -6.484375 3.09375 -6.015625 C 2.71875 -5.554688 2.53125 -4.894531 2.53125 -4.03125 L 2.53125 0 L 1.265625 0 L 1.265625 -7.65625 L 2.53125 -7.65625 L 2.53125 -6.46875 C 2.800781 -6.9375 3.144531 -7.28125 3.5625 -7.5 C 3.988281 -7.726562 4.503906 -7.84375 5.109375 -7.84375 C 5.203125 -7.84375 5.300781 -7.835938 5.40625 -7.828125 C 5.507812 -7.816406 5.625 -7.796875 5.75 -7.765625 Z M 5.75 -6.484375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-19\">\n",
"<path style=\"stroke:none;\" d=\"M 1.1875 -3.015625 L 1.1875 -7.65625 L 2.453125 -7.65625 L 2.453125 -3.0625 C 2.453125 -2.34375 2.59375 -1.800781 2.875 -1.4375 C 3.15625 -1.070312 3.578125 -0.890625 4.140625 -0.890625 C 4.816406 -0.890625 5.351562 -1.101562 5.75 -1.53125 C 6.144531 -1.96875 6.34375 -2.5625 6.34375 -3.3125 L 6.34375 -7.65625 L 7.609375 -7.65625 L 7.609375 0 L 6.34375 0 L 6.34375 -1.171875 C 6.039062 -0.710938 5.6875 -0.367188 5.28125 -0.140625 C 4.875 0.0859375 4.40625 0.203125 3.875 0.203125 C 3 0.203125 2.332031 -0.0664062 1.875 -0.609375 C 1.414062 -1.160156 1.1875 -1.960938 1.1875 -3.015625 Z M 4.359375 -7.84375 Z M 4.359375 -7.84375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-20\">\n",
"<path style=\"stroke:none;\" d=\"M 1.375 -10.203125 L 2.75 -10.203125 L 2.75 -6.015625 L 7.765625 -6.015625 L 7.765625 -10.203125 L 9.15625 -10.203125 L 9.15625 0 L 7.765625 0 L 7.765625 -4.859375 L 2.75 -4.859375 L 2.75 0 L 1.375 0 Z M 1.375 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-21\">\n",
"<path style=\"stroke:none;\" d=\"M 1.375 -10.203125 L 2.75 -10.203125 L 2.75 -1.15625 L 7.71875 -1.15625 L 7.71875 0 L 1.375 0 Z M 1.375 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-22\">\n",
"<path style=\"stroke:none;\" d=\"M 4.78125 -8.84375 L 2.90625 -3.765625 L 6.671875 -3.765625 Z M 4 -10.203125 L 5.578125 -10.203125 L 9.46875 0 L 8.03125 0 L 7.09375 -2.625 L 2.5 -2.625 L 1.5625 0 L 0.109375 0 Z M 4 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-23\">\n",
"<path style=\"stroke:none;\" d=\"M 7.28125 -6.1875 C 7.59375 -6.75 7.96875 -7.164062 8.40625 -7.4375 C 8.84375 -7.707031 9.359375 -7.84375 9.953125 -7.84375 C 10.753906 -7.84375 11.367188 -7.5625 11.796875 -7 C 12.234375 -6.445312 12.453125 -5.65625 12.453125 -4.625 L 12.453125 0 L 11.1875 0 L 11.1875 -4.578125 C 11.1875 -5.316406 11.054688 -5.863281 10.796875 -6.21875 C 10.535156 -6.570312 10.140625 -6.75 9.609375 -6.75 C 8.953125 -6.75 8.4375 -6.53125 8.0625 -6.09375 C 7.6875 -5.664062 7.5 -5.078125 7.5 -4.328125 L 7.5 0 L 6.234375 0 L 6.234375 -4.578125 C 6.234375 -5.316406 6.101562 -5.863281 5.84375 -6.21875 C 5.582031 -6.570312 5.179688 -6.75 4.640625 -6.75 C 3.992188 -6.75 3.476562 -6.53125 3.09375 -6.09375 C 2.71875 -5.65625 2.53125 -5.066406 2.53125 -4.328125 L 2.53125 0 L 1.265625 0 L 1.265625 -7.65625 L 2.53125 -7.65625 L 2.53125 -6.46875 C 2.820312 -6.9375 3.164062 -7.28125 3.5625 -7.5 C 3.96875 -7.726562 4.445312 -7.84375 5 -7.84375 C 5.550781 -7.84375 6.019531 -7.703125 6.40625 -7.421875 C 6.800781 -7.140625 7.09375 -6.726562 7.28125 -6.1875 Z M 7.28125 -6.1875 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-24\">\n",
"<path style=\"stroke:none;\" d=\"M 1.375 -10.203125 L 3.234375 -10.203125 L 7.765625 -1.671875 L 7.765625 -10.203125 L 9.09375 -10.203125 L 9.09375 0 L 7.234375 0 L 2.71875 -8.53125 L 2.71875 0 L 1.375 0 Z M 1.375 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-25\">\n",
"<path style=\"stroke:none;\" d=\"M 0.59375 -7.65625 L 1.84375 -7.65625 L 3.421875 -1.6875 L 4.984375 -7.65625 L 6.46875 -7.65625 L 8.046875 -1.6875 L 9.609375 -7.65625 L 10.859375 -7.65625 L 8.859375 0 L 7.375 0 L 5.734375 -6.28125 L 4.078125 0 L 2.59375 0 Z M 0.59375 -7.65625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-26\">\n",
"<path style=\"stroke:none;\" d=\"M -0.03125 -10.203125 L 1.453125 -10.203125 L 4.28125 -6.015625 L 7.09375 -10.203125 L 8.578125 -10.203125 L 4.96875 -4.859375 L 4.96875 0 L 3.578125 0 L 3.578125 -4.859375 Z M -0.03125 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-27\">\n",
"<path style=\"stroke:none;\" d=\"M 1.265625 -10.640625 L 2.53125 -10.640625 L 2.53125 -4.359375 L 6.296875 -7.65625 L 7.890625 -7.65625 L 3.828125 -4.078125 L 8.0625 0 L 6.421875 0 L 2.53125 -3.734375 L 2.53125 0 L 1.265625 0 Z M 1.265625 -10.640625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-28\">\n",
"<path style=\"stroke:none;\" d=\"M 6.359375 -6.5 L 6.359375 -10.640625 L 7.609375 -10.640625 L 7.609375 0 L 6.359375 0 L 6.359375 -1.15625 C 6.097656 -0.695312 5.765625 -0.351562 5.359375 -0.125 C 4.953125 0.09375 4.46875 0.203125 3.90625 0.203125 C 2.976562 0.203125 2.222656 -0.164062 1.640625 -0.90625 C 1.054688 -1.644531 0.765625 -2.617188 0.765625 -3.828125 C 0.765625 -5.023438 1.054688 -5.992188 1.640625 -6.734375 C 2.222656 -7.472656 2.976562 -7.84375 3.90625 -7.84375 C 4.46875 -7.84375 4.953125 -7.726562 5.359375 -7.5 C 5.765625 -7.28125 6.097656 -6.945312 6.359375 -6.5 Z M 2.078125 -3.828125 C 2.078125 -2.898438 2.265625 -2.171875 2.640625 -1.640625 C 3.023438 -1.117188 3.550781 -0.859375 4.21875 -0.859375 C 4.875 -0.859375 5.394531 -1.117188 5.78125 -1.640625 C 6.164062 -2.171875 6.359375 -2.898438 6.359375 -3.828125 C 6.359375 -4.742188 6.164062 -5.460938 5.78125 -5.984375 C 5.394531 -6.515625 4.875 -6.78125 4.21875 -6.78125 C 3.550781 -6.78125 3.023438 -6.515625 2.640625 -5.984375 C 2.265625 -5.460938 2.078125 -4.742188 2.078125 -3.828125 Z M 2.078125 -3.828125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-29\">\n",
"<path style=\"stroke:none;\" d=\"M 0.46875 -10.203125 L 1.859375 -10.203125 L 4 -1.578125 L 6.140625 -10.203125 L 7.703125 -10.203125 L 9.84375 -1.578125 L 11.984375 -10.203125 L 13.390625 -10.203125 L 10.828125 0 L 9.078125 0 L 6.9375 -8.859375 L 4.765625 0 L 3.015625 0 Z M 0.46875 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-30\">\n",
"<path style=\"stroke:none;\" d=\"M 2.75 -9.078125 L 2.75 -5.234375 L 4.484375 -5.234375 C 5.128906 -5.234375 5.628906 -5.398438 5.984375 -5.734375 C 6.335938 -6.066406 6.515625 -6.539062 6.515625 -7.15625 C 6.515625 -7.769531 6.335938 -8.242188 5.984375 -8.578125 C 5.628906 -8.910156 5.128906 -9.078125 4.484375 -9.078125 Z M 1.375 -10.203125 L 4.484375 -10.203125 C 5.628906 -10.203125 6.492188 -9.941406 7.078125 -9.421875 C 7.671875 -8.910156 7.96875 -8.15625 7.96875 -7.15625 C 7.96875 -6.144531 7.671875 -5.382812 7.078125 -4.875 C 6.492188 -4.363281 5.628906 -4.109375 4.484375 -4.109375 L 2.75 -4.109375 L 2.75 0 L 1.375 0 Z M 1.375 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-31\">\n",
"<path style=\"stroke:none;\" d=\"M 1.734375 -1.15625 L 4 -1.15625 L 4 -8.953125 L 1.53125 -8.453125 L 1.53125 -9.71875 L 3.984375 -10.203125 L 5.359375 -10.203125 L 5.359375 -1.15625 L 7.609375 -1.15625 L 7.609375 0 L 1.734375 0 Z M 1.734375 -1.15625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-32\">\n",
"<path style=\"stroke:none;\" d=\"M 5.6875 -5.5 C 6.34375 -5.363281 6.851562 -5.070312 7.21875 -4.625 C 7.59375 -4.175781 7.78125 -3.625 7.78125 -2.96875 C 7.78125 -1.957031 7.429688 -1.175781 6.734375 -0.625 C 6.046875 -0.0703125 5.066406 0.203125 3.796875 0.203125 C 3.367188 0.203125 2.925781 0.15625 2.46875 0.0625 C 2.019531 -0.0195312 1.550781 -0.144531 1.0625 -0.3125 L 1.0625 -1.640625 C 1.445312 -1.421875 1.867188 -1.253906 2.328125 -1.140625 C 2.785156 -1.023438 3.257812 -0.96875 3.75 -0.96875 C 4.613281 -0.96875 5.269531 -1.132812 5.71875 -1.46875 C 6.175781 -1.8125 6.40625 -2.3125 6.40625 -2.96875 C 6.40625 -3.570312 6.191406 -4.039062 5.765625 -4.375 C 5.347656 -4.71875 4.765625 -4.890625 4.015625 -4.890625 L 2.828125 -4.890625 L 2.828125 -6.015625 L 4.078125 -6.015625 C 4.753906 -6.015625 5.269531 -6.148438 5.625 -6.421875 C 5.988281 -6.703125 6.171875 -7.097656 6.171875 -7.609375 C 6.171875 -8.128906 5.984375 -8.53125 5.609375 -8.8125 C 5.242188 -9.09375 4.710938 -9.234375 4.015625 -9.234375 C 3.640625 -9.234375 3.234375 -9.191406 2.796875 -9.109375 C 2.367188 -9.023438 1.894531 -8.894531 1.375 -8.71875 L 1.375 -9.953125 C 1.894531 -10.097656 2.382812 -10.207031 2.84375 -10.28125 C 3.300781 -10.351562 3.734375 -10.390625 4.140625 -10.390625 C 5.191406 -10.390625 6.019531 -10.148438 6.625 -9.671875 C 7.238281 -9.203125 7.546875 -8.5625 7.546875 -7.75 C 7.546875 -7.175781 7.382812 -6.695312 7.0625 -6.3125 C 6.738281 -5.925781 6.28125 -5.65625 5.6875 -5.5 Z M 5.6875 -5.5 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-33\">\n",
"<path style=\"stroke:none;\" d=\"M 1.640625 -1.734375 L 3.078125 -1.734375 L 3.078125 0 L 1.640625 0 Z M 1.640625 -7.234375 L 3.078125 -7.234375 L 3.078125 -5.5 L 1.640625 -5.5 Z M 1.640625 -7.234375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-34\">\n",
"<path style=\"stroke:none;\" d=\"M 1.515625 -10.203125 L 6.9375 -10.203125 L 6.9375 -9.046875 L 2.78125 -9.046875 L 2.78125 -6.546875 C 2.976562 -6.609375 3.175781 -6.65625 3.375 -6.6875 C 3.570312 -6.726562 3.773438 -6.75 3.984375 -6.75 C 5.117188 -6.75 6.019531 -6.4375 6.6875 -5.8125 C 7.351562 -5.1875 7.6875 -4.34375 7.6875 -3.28125 C 7.6875 -2.175781 7.34375 -1.316406 6.65625 -0.703125 C 5.976562 -0.0976562 5.015625 0.203125 3.765625 0.203125 C 3.335938 0.203125 2.898438 0.164062 2.453125 0.09375 C 2.015625 0.0195312 1.554688 -0.0859375 1.078125 -0.234375 L 1.078125 -1.625 C 1.492188 -1.40625 1.921875 -1.238281 2.359375 -1.125 C 2.796875 -1.019531 3.253906 -0.96875 3.734375 -0.96875 C 4.523438 -0.96875 5.148438 -1.171875 5.609375 -1.578125 C 6.066406 -1.992188 6.296875 -2.5625 6.296875 -3.28125 C 6.296875 -3.988281 6.066406 -4.546875 5.609375 -4.953125 C 5.148438 -5.367188 4.523438 -5.578125 3.734375 -5.578125 C 3.367188 -5.578125 3 -5.535156 2.625 -5.453125 C 2.257812 -5.378906 1.890625 -5.253906 1.515625 -5.078125 Z M 1.515625 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-35\">\n",
"<path style=\"stroke:none;\" d=\"M 4.625 -5.65625 C 4 -5.65625 3.503906 -5.441406 3.140625 -5.015625 C 2.785156 -4.585938 2.609375 -4.007812 2.609375 -3.28125 C 2.609375 -2.539062 2.785156 -1.957031 3.140625 -1.53125 C 3.503906 -1.101562 4 -0.890625 4.625 -0.890625 C 5.238281 -0.890625 5.726562 -1.101562 6.09375 -1.53125 C 6.457031 -1.957031 6.640625 -2.539062 6.640625 -3.28125 C 6.640625 -4.007812 6.457031 -4.585938 6.09375 -5.015625 C 5.726562 -5.441406 5.238281 -5.65625 4.625 -5.65625 Z M 7.359375 -9.984375 L 7.359375 -8.71875 C 7.015625 -8.882812 6.664062 -9.007812 6.3125 -9.09375 C 5.957031 -9.1875 5.609375 -9.234375 5.265625 -9.234375 C 4.347656 -9.234375 3.648438 -8.925781 3.171875 -8.3125 C 2.691406 -7.695312 2.421875 -6.765625 2.359375 -5.515625 C 2.617188 -5.910156 2.953125 -6.210938 3.359375 -6.421875 C 3.765625 -6.640625 4.210938 -6.75 4.703125 -6.75 C 5.722656 -6.75 6.53125 -6.4375 7.125 -5.8125 C 7.726562 -5.1875 8.03125 -4.34375 8.03125 -3.28125 C 8.03125 -2.226562 7.71875 -1.382812 7.09375 -0.75 C 6.476562 -0.113281 5.65625 0.203125 4.625 0.203125 C 3.4375 0.203125 2.53125 -0.25 1.90625 -1.15625 C 1.289062 -2.0625 0.984375 -3.375 0.984375 -5.09375 C 0.984375 -6.707031 1.363281 -7.992188 2.125 -8.953125 C 2.894531 -9.910156 3.921875 -10.390625 5.203125 -10.390625 C 5.554688 -10.390625 5.90625 -10.351562 6.25 -10.28125 C 6.601562 -10.21875 6.972656 -10.117188 7.359375 -9.984375 Z M 7.359375 -9.984375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-36\">\n",
"<path style=\"stroke:none;\" d=\"M 5.203125 -10.640625 L 5.203125 -9.59375 L 4 -9.59375 C 3.539062 -9.59375 3.222656 -9.5 3.046875 -9.3125 C 2.878906 -9.132812 2.796875 -8.804688 2.796875 -8.328125 L 2.796875 -7.65625 L 4.859375 -7.65625 L 4.859375 -6.671875 L 2.796875 -6.671875 L 2.796875 0 L 1.53125 0 L 1.53125 -6.671875 L 0.328125 -6.671875 L 0.328125 -7.65625 L 1.53125 -7.65625 L 1.53125 -8.1875 C 1.53125 -9.039062 1.726562 -9.660156 2.125 -10.046875 C 2.519531 -10.441406 3.144531 -10.640625 4 -10.640625 Z M 5.203125 -10.640625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-37\">\n",
"<path style=\"stroke:none;\" d=\"M 2.53125 -1.15625 L 2.53125 2.90625 L 1.265625 2.90625 L 1.265625 -7.65625 L 2.53125 -7.65625 L 2.53125 -6.5 C 2.800781 -6.945312 3.132812 -7.28125 3.53125 -7.5 C 3.9375 -7.726562 4.421875 -7.84375 4.984375 -7.84375 C 5.910156 -7.84375 6.664062 -7.472656 7.25 -6.734375 C 7.832031 -5.992188 8.125 -5.023438 8.125 -3.828125 C 8.125 -2.617188 7.832031 -1.644531 7.25 -0.90625 C 6.664062 -0.164062 5.910156 0.203125 4.984375 0.203125 C 4.421875 0.203125 3.9375 0.09375 3.53125 -0.125 C 3.132812 -0.351562 2.800781 -0.695312 2.53125 -1.15625 Z M 6.8125 -3.828125 C 6.8125 -4.742188 6.617188 -5.460938 6.234375 -5.984375 C 5.859375 -6.515625 5.335938 -6.78125 4.671875 -6.78125 C 4.003906 -6.78125 3.476562 -6.515625 3.09375 -5.984375 C 2.71875 -5.460938 2.53125 -4.742188 2.53125 -3.828125 C 2.53125 -2.898438 2.71875 -2.171875 3.09375 -1.640625 C 3.476562 -1.117188 4.003906 -0.859375 4.671875 -0.859375 C 5.335938 -0.859375 5.859375 -1.117188 6.234375 -1.640625 C 6.617188 -2.171875 6.8125 -2.898438 6.8125 -3.828125 Z M 6.8125 -3.828125 \"/>\n",
"</symbol>\n",
"</g>\n",
"</defs>\n",
"<g id=\"surface98\">\n",
"<rect x=\"0\" y=\"0\" width=\"600\" height=\"600\" style=\"fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:0.25;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 534.316406 342.597656 L 521.460938 320.179688 C 515.238281 309.339844 496.566406 299.597656 484.117188 300.695312 L 420.070312 306.355469 C 407.617188 307.457031 386.5 317.566406 377.832031 326.574219 L 361.820312 343.21875 C 353.152344 352.230469 353.675781 369.714844 362.863281 378.191406 L 446.808594 455.644531 C 455.996094 464.121094 477.21875 475.96875 489.253906 479.34375 L 525.222656 489.421875 C 537.257812 492.796875 549.054688 483.671875 548.8125 471.171875 L 547.238281 389.277344 C 547 376.777344 540.539062 353.4375 534.316406 342.597656 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(0.392157%,0.392157%,0.392157%);fill-opacity:0.25;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0.392157%,0.392157%,0.392157%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 318.984375 289.964844 L 350.207031 154.1875 C 353.007812 142.007812 345.820312 137.335938 335.828125 144.84375 L 125.730469 302.75 C 115.738281 310.257812 118.242188 317.5625 130.742188 317.355469 L 288.382812 314.742188 C 300.882812 314.535156 316.179688 302.148438 318.984375 289.964844 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(0.784314%,0.784314%,0.784314%);fill-opacity:0.25;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0.784314%,0.784314%,0.784314%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 382.484375 510.433594 L 342.882812 418.910156 C 337.921875 407.4375 325.753906 406.179688 318.550781 416.394531 L 228.765625 543.730469 C 221.5625 553.945312 226.675781 562.03125 238.992188 559.902344 L 367.777344 537.636719 C 380.09375 535.503906 387.449219 521.902344 382.484375 510.433594 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(1.176471%,1.176471%,1.176471%);fill-opacity:0.25;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(1.176471%,1.176471%,1.176471%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 172.839844 186.890625 L 298.300781 55.121094 C 306.921875 46.070312 303.050781 36.535156 290.558594 36.050781 L 207.410156 32.84375 C 194.917969 32.363281 180.511719 44.230469 178.597656 56.585938 L 159.429688 180.292969 C 157.515625 192.644531 164.21875 195.945312 172.839844 186.890625 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(1.568627%,1.568627%,1.568627%);fill-opacity:0.25;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(1.568627%,1.568627%,1.568627%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 469.140625 121.625 C 472.742188 129.695312 473.179688 146.023438 470.019531 154.277344 L 453.324219 197.863281 C 450.160156 206.117188 438.925781 217.96875 430.855469 221.570312 C 422.78125 225.171875 411.109375 220.699219 407.507812 212.625 C 403.90625 204.554688 403.46875 188.226562 406.632812 179.972656 L 423.328125 136.390625 C 426.488281 128.136719 437.722656 116.28125 445.796875 112.679688 C 453.867188 109.082031 465.542969 113.550781 469.140625 121.625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 339.804688 149.027344 L 296.449219 295.933594 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 339.804688 149.027344 L 272.9375 219.382812 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 465.703125 447.601562 L 534.457031 476.046875 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 465.703125 447.601562 L 369.476562 523.429688 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 465.703125 447.601562 L 498.0625 320.96875 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 465.703125 447.601562 L 457.871094 385.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 465.703125 447.601562 L 522.535156 370.460938 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 465.703125 447.601562 L 369.046875 365.925781 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 465.703125 447.601562 L 455.199219 531.652344 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 288.53125 485.324219 L 234.957031 550 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 288.53125 485.324219 L 369.476562 523.429688 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 288.53125 485.324219 L 296.449219 295.933594 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 288.53125 485.324219 L 327.621094 420.390625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 288.53125 485.324219 L 369.046875 365.925781 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.332031 326.730469 L 498.0625 320.96875 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.332031 326.730469 L 457.871094 385.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.332031 326.730469 L 296.449219 295.933594 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.332031 326.730469 L 522.535156 370.460938 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.332031 326.730469 L 327.621094 420.390625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.332031 326.730469 L 369.046875 365.925781 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.332031 326.730469 L 272.9375 219.382812 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 128.554688 307.535156 L 175.65625 361.410156 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 128.554688 307.535156 L 50 334.179688 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 128.554688 307.535156 L 132.476562 416.019531 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 128.554688 307.535156 L 168.152344 183.375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 128.554688 307.535156 L 296.449219 295.933594 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 128.554688 307.535156 L 55.160156 262.335938 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 128.554688 307.535156 L 107.953125 227.179688 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 128.554688 307.535156 L 77.347656 393.289062 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 128.554688 307.535156 L 272.9375 219.382812 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 423.652344 205.425781 L 452.996094 128.824219 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 423.652344 205.425781 L 296.449219 295.933594 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 423.652344 205.425781 L 369.046875 365.925781 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 234.015625 104.710938 L 194.882812 53.554688 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 234.015625 104.710938 L 168.152344 183.375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 234.015625 104.710938 L 294.175781 50 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(82.745098%,82.745098%,82.745098%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 234.015625 104.710938 L 272.9375 219.382812 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 329.804688 139.027344 L 349.804688 139.027344 L 349.804688 159.027344 L 329.804688 159.027344 Z M 329.804688 139.027344 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 455.703125 437.601562 L 475.703125 437.601562 L 475.703125 457.601562 L 455.703125 457.601562 Z M 455.703125 437.601562 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 278.53125 475.324219 L 298.53125 475.324219 L 298.53125 495.324219 L 278.53125 495.324219 Z M 278.53125 475.324219 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 402.332031 316.730469 L 422.332031 316.730469 L 422.332031 336.730469 L 402.332031 336.730469 Z M 402.332031 316.730469 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 118.554688 297.535156 L 138.554688 297.535156 L 138.554688 317.535156 L 118.554688 317.535156 Z M 118.554688 297.535156 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 413.652344 195.425781 L 433.652344 195.425781 L 433.652344 215.425781 L 413.652344 215.425781 Z M 413.652344 195.425781 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 224.015625 94.710938 L 244.015625 94.710938 L 244.015625 114.710938 L 224.015625 114.710938 Z M 224.015625 94.710938 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 544.457031 476.046875 C 544.457031 481.570312 539.976562 486.046875 534.457031 486.046875 C 528.933594 486.046875 524.457031 481.570312 524.457031 476.046875 C 524.457031 470.527344 528.933594 466.046875 534.457031 466.046875 C 539.976562 466.046875 544.457031 470.527344 544.457031 476.046875 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 462.996094 128.824219 C 462.996094 134.347656 458.519531 138.824219 452.996094 138.824219 C 447.476562 138.824219 442.996094 134.347656 442.996094 128.824219 C 442.996094 123.304688 447.476562 118.824219 452.996094 118.824219 C 458.519531 118.824219 462.996094 123.304688 462.996094 128.824219 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 244.957031 550 C 244.957031 555.523438 240.480469 560 234.957031 560 C 229.4375 560 224.957031 555.523438 224.957031 550 C 224.957031 544.476562 229.4375 540 234.957031 540 C 240.480469 540 244.957031 544.476562 244.957031 550 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 379.476562 523.429688 C 379.476562 528.953125 375 533.429688 369.476562 533.429688 C 363.953125 533.429688 359.476562 528.953125 359.476562 523.429688 C 359.476562 517.90625 363.953125 513.429688 369.476562 513.429688 C 375 513.429688 379.476562 517.90625 379.476562 523.429688 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 185.65625 361.410156 C 185.65625 366.933594 181.179688 371.410156 175.65625 371.410156 C 170.132812 371.410156 165.65625 366.933594 165.65625 361.410156 C 165.65625 355.886719 170.132812 351.410156 175.65625 351.410156 C 181.179688 351.410156 185.65625 355.886719 185.65625 361.410156 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 60 334.179688 C 60 339.703125 55.523438 344.179688 50 344.179688 C 44.476562 344.179688 40 339.703125 40 334.179688 C 40 328.660156 44.476562 324.179688 50 324.179688 C 55.523438 324.179688 60 328.660156 60 334.179688 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 204.882812 53.554688 C 204.882812 59.078125 200.40625 63.554688 194.882812 63.554688 C 189.359375 63.554688 184.882812 59.078125 184.882812 53.554688 C 184.882812 48.03125 189.359375 43.554688 194.882812 43.554688 C 200.40625 43.554688 204.882812 48.03125 204.882812 53.554688 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 142.476562 416.019531 C 142.476562 421.542969 137.996094 426.019531 132.476562 426.019531 C 126.953125 426.019531 122.476562 421.542969 122.476562 416.019531 C 122.476562 410.496094 126.953125 406.019531 132.476562 406.019531 C 137.996094 406.019531 142.476562 410.496094 142.476562 416.019531 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 508.0625 320.96875 C 508.0625 326.488281 503.585938 330.96875 498.0625 330.96875 C 492.539062 330.96875 488.0625 326.488281 488.0625 320.96875 C 488.0625 315.445312 492.539062 310.96875 498.0625 310.96875 C 503.585938 310.96875 508.0625 315.445312 508.0625 320.96875 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 178.152344 183.375 C 178.152344 188.898438 173.671875 193.375 168.152344 193.375 C 162.628906 193.375 158.152344 188.898438 158.152344 183.375 C 158.152344 177.851562 162.628906 173.375 168.152344 173.375 C 173.671875 173.375 178.152344 177.851562 178.152344 183.375 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 467.871094 385.066406 C 467.871094 390.589844 463.394531 395.066406 457.871094 395.066406 C 452.351562 395.066406 447.871094 390.589844 447.871094 385.066406 C 447.871094 379.542969 452.351562 375.066406 457.871094 375.066406 C 463.394531 375.066406 467.871094 379.542969 467.871094 385.066406 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 306.449219 295.933594 C 306.449219 301.457031 301.972656 305.933594 296.449219 305.933594 C 290.925781 305.933594 286.449219 301.457031 286.449219 295.933594 C 286.449219 290.410156 290.925781 285.933594 296.449219 285.933594 C 301.972656 285.933594 306.449219 290.410156 306.449219 295.933594 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 532.535156 370.460938 C 532.535156 375.984375 528.058594 380.460938 522.535156 380.460938 C 517.011719 380.460938 512.535156 375.984375 512.535156 370.460938 C 512.535156 364.9375 517.011719 360.460938 522.535156 360.460938 C 528.058594 360.460938 532.535156 364.9375 532.535156 370.460938 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 304.175781 50 C 304.175781 55.523438 299.699219 60 294.175781 60 C 288.652344 60 284.175781 55.523438 284.175781 50 C 284.175781 44.476562 288.652344 40 294.175781 40 C 299.699219 40 304.175781 44.476562 304.175781 50 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 560 154.679688 C 560 160.203125 555.523438 164.679688 550 164.679688 C 544.476562 164.679688 540 160.203125 540 154.679688 C 540 149.15625 544.476562 144.679688 550 144.679688 C 555.523438 144.679688 560 149.15625 560 154.679688 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 65.160156 262.335938 C 65.160156 267.859375 60.683594 272.335938 55.160156 272.335938 C 49.636719 272.335938 45.160156 267.859375 45.160156 262.335938 C 45.160156 256.8125 49.636719 252.335938 55.160156 252.335938 C 60.683594 252.335938 65.160156 256.8125 65.160156 262.335938 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 117.953125 227.179688 C 117.953125 232.703125 113.476562 237.179688 107.953125 237.179688 C 102.433594 237.179688 97.953125 232.703125 97.953125 227.179688 C 97.953125 221.65625 102.433594 217.179688 107.953125 217.179688 C 113.476562 217.179688 117.953125 221.65625 117.953125 227.179688 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 87.347656 393.289062 C 87.347656 398.8125 82.871094 403.289062 77.347656 403.289062 C 71.824219 403.289062 67.347656 398.8125 67.347656 393.289062 C 67.347656 387.765625 71.824219 383.289062 77.347656 383.289062 C 82.871094 383.289062 87.347656 387.765625 87.347656 393.289062 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 337.621094 420.390625 C 337.621094 425.910156 333.144531 430.390625 327.621094 430.390625 C 322.101562 430.390625 317.621094 425.910156 317.621094 420.390625 C 317.621094 414.867188 322.101562 410.390625 327.621094 410.390625 C 333.144531 410.390625 337.621094 414.867188 337.621094 420.390625 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 379.046875 365.925781 C 379.046875 371.445312 374.566406 375.925781 369.046875 375.925781 C 363.523438 375.925781 359.046875 371.445312 359.046875 365.925781 C 359.046875 360.402344 363.523438 355.925781 369.046875 355.925781 C 374.566406 355.925781 379.046875 360.402344 379.046875 365.925781 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 465.199219 531.652344 C 465.199219 537.175781 460.722656 541.652344 455.199219 541.652344 C 449.675781 541.652344 445.199219 537.175781 445.199219 531.652344 C 445.199219 526.128906 449.675781 521.652344 455.199219 521.652344 C 460.722656 521.652344 465.199219 526.128906 465.199219 531.652344 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,27.058824%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 282.9375 219.382812 C 282.9375 224.90625 278.460938 229.382812 272.9375 229.382812 C 267.414062 229.382812 262.9375 224.90625 262.9375 219.382812 C 262.9375 213.859375 267.414062 209.382812 272.9375 209.382812 C 278.460938 209.382812 282.9375 213.859375 282.9375 219.382812 \"/>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-1\" x=\"292.664062\" y=\"155.996094\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"302.268555\" y=\"155.996094\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"310.833984\" y=\"155.996094\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"318.12793\" y=\"155.996094\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"323.617188\" y=\"155.996094\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"332.182617\" y=\"155.996094\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"341.055664\" y=\"155.996094\"/>\n",
" <use xlink:href=\"#glyph0-7\" x=\"345.505859\" y=\"155.996094\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"356.354492\" y=\"155.996094\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"360.244141\" y=\"155.996094\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"368.80957\" y=\"155.996094\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"377.696289\" y=\"155.996094\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-11\" x=\"408.605469\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"418.380859\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"427.253906\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-14\" x=\"431.143555\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"438.84082\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"447.419922\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"456.306641\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"464.87207\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"469.322266\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"477.874023\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"483.629883\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"487.519531\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-19\" x=\"496.40625\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"505.279297\" y=\"454.570312\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"514.152344\" y=\"454.570312\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-20\" x=\"223.933594\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"234.460938\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-19\" x=\"243.026367\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"251.899414\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"259.193359\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"264.682617\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"273.248047\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"282.121094\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-11\" x=\"286.571289\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"296.34668\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"305.219727\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"310.975586\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"319.541016\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"328.414062\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-14\" x=\"332.303711\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"340.000977\" y=\"492.292969\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"343.890625\" y=\"492.292969\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-21\" x=\"346.839844\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"354.639648\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"363.205078\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"370.499023\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-22\" x=\"374.949219\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"384.526367\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"393.399414\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"402.286133\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"410.899414\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"414.789062\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"423.402344\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"430.696289\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"435.146484\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"443.698242\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-23\" x=\"447.587891\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"461.225586\" y=\"333.699219\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"469.838867\" y=\"333.699219\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-24\" x=\"72.007812\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"82.480469\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-25\" x=\"91.09375\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"102.543945\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-26\" x=\"106.994141\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"115.545898\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"124.111328\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-27\" x=\"129.867188\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"137.974609\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"142.424805\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"150.976562\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-23\" x=\"154.866211\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"168.503906\" y=\"314.503906\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"177.117188\" y=\"314.503906\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-17\" x=\"376.882812\" y=\"212.394531\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"385.43457\" y=\"212.394531\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"394.307617\" y=\"212.394531\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"402.920898\" y=\"212.394531\"/>\n",
" <use xlink:href=\"#glyph0-7\" x=\"407.371094\" y=\"212.394531\"/>\n",
" <use xlink:href=\"#glyph0-19\" x=\"418.219727\" y=\"212.394531\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"427.092773\" y=\"212.394531\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"435.671875\" y=\"212.394531\"/>\n",
" <use xlink:href=\"#glyph0-28\" x=\"441.427734\" y=\"212.394531\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"450.314453\" y=\"212.394531\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"454.204102\" y=\"212.394531\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"462.783203\" y=\"212.394531\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-29\" x=\"175.246094\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"189.088867\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"197.667969\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"204.961914\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"213.834961\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"217.724609\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"226.597656\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"235.484375\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"240.973633\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"249.539062\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"258.412109\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-30\" x=\"262.862305\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"271.304688\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"279.870117\" y=\"111.679688\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"287.164062\" y=\"111.679688\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-31\" x=\"523.007812\" y=\"482.800781\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"531.915039\" y=\"482.800781\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"539.208984\" y=\"482.800781\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-32\" x=\"437.1875\" y=\"135.671875\"/>\n",
" <use xlink:href=\"#glyph0-33\" x=\"446.094727\" y=\"135.671875\"/>\n",
" <use xlink:href=\"#glyph0-34\" x=\"450.811523\" y=\"135.671875\"/>\n",
" <use xlink:href=\"#glyph0-35\" x=\"459.71875\" y=\"135.671875\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-15\" x=\"211.347656\" y=\"556.96875\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"219.926758\" y=\"556.96875\"/>\n",
" <use xlink:href=\"#glyph0-28\" x=\"223.816406\" y=\"556.96875\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"232.703125\" y=\"556.96875\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"238.458984\" y=\"556.96875\"/>\n",
" <use xlink:href=\"#glyph0-14\" x=\"242.348633\" y=\"556.96875\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"250.045898\" y=\"556.96875\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-15\" x=\"333.273438\" y=\"529.996094\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"341.852539\" y=\"529.996094\"/>\n",
" <use xlink:href=\"#glyph0-23\" x=\"347.608398\" y=\"529.996094\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"361.246094\" y=\"529.996094\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"368.540039\" y=\"529.996094\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"374.029297\" y=\"529.996094\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"379.785156\" y=\"529.996094\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"388.350586\" y=\"529.996094\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"397.223633\" y=\"529.996094\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-15\" x=\"141.65625\" y=\"367.976562\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"150.235352\" y=\"367.976562\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"157.529297\" y=\"367.976562\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"163.018555\" y=\"367.976562\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"168.774414\" y=\"367.976562\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"177.339844\" y=\"367.976562\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"186.212891\" y=\"367.976562\"/>\n",
" <use xlink:href=\"#glyph0-19\" x=\"194.791992\" y=\"367.976562\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"203.665039\" y=\"367.976562\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-14\" x=\"26.859375\" y=\"341.152344\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"34.556641\" y=\"341.152344\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"43.12207\" y=\"341.152344\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"47.011719\" y=\"341.152344\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"50.901367\" y=\"341.152344\"/>\n",
" <use xlink:href=\"#glyph0-14\" x=\"59.514648\" y=\"341.152344\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"67.211914\" y=\"341.152344\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-10\" x=\"175.578125\" y=\"60.523438\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"184.191406\" y=\"60.523438\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"192.770508\" y=\"60.523438\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"201.657227\" y=\"60.523438\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"205.546875\" y=\"60.523438\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-36\" x=\"119.808594\" y=\"422.988281\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"124.737305\" y=\"422.988281\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"128.626953\" y=\"422.988281\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"137.206055\" y=\"422.988281\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-16\" x=\"479.984375\" y=\"327.9375\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"488.871094\" y=\"327.9375\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"492.760742\" y=\"327.9375\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"501.339844\" y=\"327.9375\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"510.212891\" y=\"327.9375\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-8\" x=\"153.011719\" y=\"190.34375\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"156.901367\" y=\"190.34375\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"165.480469\" y=\"190.34375\"/>\n",
" <use xlink:href=\"#glyph0-28\" x=\"174.353516\" y=\"190.34375\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-8\" x=\"442.613281\" y=\"392.035156\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"446.50293\" y=\"392.035156\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"455.116211\" y=\"392.035156\"/>\n",
" <use xlink:href=\"#glyph0-37\" x=\"463.695312\" y=\"392.035156\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-23\" x=\"280.863281\" y=\"301.503906\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"294.500977\" y=\"301.503906\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"303.080078\" y=\"301.503906\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-23\" x=\"492.109375\" y=\"377.429688\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"505.74707\" y=\"377.429688\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"514.326172\" y=\"377.429688\"/>\n",
" <use xlink:href=\"#glyph0-27\" x=\"523.199219\" y=\"377.429688\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"531.306641\" y=\"377.429688\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"535.196289\" y=\"377.429688\"/>\n",
" <use xlink:href=\"#glyph0-28\" x=\"544.069336\" y=\"377.429688\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-23\" x=\"278.574219\" y=\"55.570312\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"292.211914\" y=\"55.570312\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"300.825195\" y=\"55.570312\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-23\" x=\"530.136719\" y=\"160.25\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"543.774414\" y=\"160.25\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"552.339844\" y=\"160.25\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"560.905273\" y=\"160.25\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-37\" x=\"38.058594\" y=\"269.304688\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"46.945312\" y=\"269.304688\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"50.834961\" y=\"269.304688\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"59.414062\" y=\"269.304688\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"63.303711\" y=\"269.304688\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-37\" x=\"89.628906\" y=\"234.148438\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"98.515625\" y=\"234.148438\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"102.405273\" y=\"234.148438\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"110.984375\" y=\"234.148438\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"119.857422\" y=\"234.148438\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-18\" x=\"58.34375\" y=\"400.257812\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"64.099609\" y=\"400.257812\"/>\n",
" <use xlink:href=\"#glyph0-14\" x=\"72.665039\" y=\"400.257812\"/>\n",
" <use xlink:href=\"#glyph0-27\" x=\"80.362305\" y=\"400.257812\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"88.469727\" y=\"400.257812\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-3\" x=\"309.253906\" y=\"427.359375\"/>\n",
" <use xlink:href=\"#glyph0-23\" x=\"316.547852\" y=\"427.359375\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"330.185547\" y=\"427.359375\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"338.764648\" y=\"427.359375\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"342.654297\" y=\"427.359375\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-3\" x=\"353.90625\" y=\"372.488281\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"361.200195\" y=\"372.488281\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"366.689453\" y=\"372.488281\"/>\n",
" <use xlink:href=\"#glyph0-37\" x=\"375.302734\" y=\"372.488281\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-4\" x=\"439.988281\" y=\"538.621094\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"445.477539\" y=\"538.621094\"/>\n",
" <use xlink:href=\"#glyph0-27\" x=\"454.056641\" y=\"538.621094\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"462.164062\" y=\"538.621094\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-25\" x=\"256.652344\" y=\"226.351562\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"268.102539\" y=\"226.351562\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"276.681641\" y=\"226.351562\"/>\n",
" <use xlink:href=\"#glyph0-27\" x=\"280.571289\" y=\"226.351562\"/>\n",
"</g>\n",
"</g>\n",
"</svg>\n"
],
"text/plain": [
"<igraph.drawing.Plot at 0x7fc5637762e0>"
]
},
"execution_count": 27,
"metadata": {
"image/svg+xml": {
"isolated": true
}
},
"output_type": "execute_result"
}
],
"source": [
"tn.plot(label_nodes=('term', 'doc'), \n",
" mark_groups=True)"
]
},
{
"cell_type": "code",
"execution_count": 36,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600pt\" height=\"600pt\" viewBox=\"0 0 600 600\" version=\"1.1\">\n",
"<defs>\n",
"<g>\n",
"<symbol overflow=\"visible\" id=\"glyph0-0\">\n",
"<path style=\"stroke:none;\" d=\"M 0.703125 2.46875 L 0.703125 -9.875 L 7.703125 -9.875 L 7.703125 2.46875 Z M 1.484375 1.703125 L 6.921875 1.703125 L 6.921875 -9.078125 L 1.484375 -9.078125 Z M 1.484375 1.703125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-1\">\n",
"<path style=\"stroke:none;\" d=\"M 2.75 -4.875 L 2.75 -1.140625 L 4.96875 -1.140625 C 5.707031 -1.140625 6.253906 -1.289062 6.609375 -1.59375 C 6.972656 -1.90625 7.15625 -2.378906 7.15625 -3.015625 C 7.15625 -3.648438 6.972656 -4.117188 6.609375 -4.421875 C 6.253906 -4.722656 5.707031 -4.875 4.96875 -4.875 Z M 2.75 -9.078125 L 2.75 -6 L 4.796875 -6 C 5.472656 -6 5.972656 -6.125 6.296875 -6.375 C 6.628906 -6.625 6.796875 -7.007812 6.796875 -7.53125 C 6.796875 -8.050781 6.628906 -8.4375 6.296875 -8.6875 C 5.972656 -8.945312 5.472656 -9.078125 4.796875 -9.078125 Z M 1.375 -10.203125 L 4.90625 -10.203125 C 5.957031 -10.203125 6.765625 -9.984375 7.328125 -9.546875 C 7.898438 -9.109375 8.1875 -8.488281 8.1875 -7.6875 C 8.1875 -7.0625 8.039062 -6.5625 7.75 -6.1875 C 7.457031 -5.820312 7.03125 -5.59375 6.46875 -5.5 C 7.144531 -5.351562 7.671875 -5.046875 8.046875 -4.578125 C 8.421875 -4.117188 8.609375 -3.546875 8.609375 -2.859375 C 8.609375 -1.941406 8.296875 -1.234375 7.671875 -0.734375 C 7.054688 -0.242188 6.175781 0 5.03125 0 L 1.375 0 Z M 1.375 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-2\">\n",
"<path style=\"stroke:none;\" d=\"M 4.28125 -6.78125 C 3.613281 -6.78125 3.082031 -6.515625 2.6875 -5.984375 C 2.289062 -5.460938 2.09375 -4.742188 2.09375 -3.828125 C 2.09375 -2.910156 2.285156 -2.1875 2.671875 -1.65625 C 3.066406 -1.132812 3.601562 -0.875 4.28125 -0.875 C 4.957031 -0.875 5.488281 -1.132812 5.875 -1.65625 C 6.269531 -2.1875 6.46875 -2.910156 6.46875 -3.828125 C 6.46875 -4.734375 6.269531 -5.453125 5.875 -5.984375 C 5.488281 -6.515625 4.957031 -6.78125 4.28125 -6.78125 Z M 4.28125 -7.84375 C 5.375 -7.84375 6.234375 -7.484375 6.859375 -6.765625 C 7.484375 -6.054688 7.796875 -5.078125 7.796875 -3.828125 C 7.796875 -2.566406 7.484375 -1.578125 6.859375 -0.859375 C 6.234375 -0.148438 5.375 0.203125 4.28125 0.203125 C 3.1875 0.203125 2.328125 -0.148438 1.703125 -0.859375 C 1.078125 -1.578125 0.765625 -2.566406 0.765625 -3.828125 C 0.765625 -5.078125 1.078125 -6.054688 1.703125 -6.765625 C 2.328125 -7.484375 3.1875 -7.84375 4.28125 -7.84375 Z M 4.28125 -7.84375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-3\">\n",
"<path style=\"stroke:none;\" d=\"M 6.203125 -7.4375 L 6.203125 -6.234375 C 5.847656 -6.421875 5.476562 -6.554688 5.09375 -6.640625 C 4.707031 -6.734375 4.3125 -6.78125 3.90625 -6.78125 C 3.28125 -6.78125 2.8125 -6.6875 2.5 -6.5 C 2.1875 -6.3125 2.03125 -6.023438 2.03125 -5.640625 C 2.03125 -5.347656 2.140625 -5.117188 2.359375 -4.953125 C 2.585938 -4.785156 3.039062 -4.628906 3.71875 -4.484375 L 4.140625 -4.375 C 5.035156 -4.1875 5.671875 -3.914062 6.046875 -3.5625 C 6.421875 -3.21875 6.609375 -2.734375 6.609375 -2.109375 C 6.609375 -1.398438 6.328125 -0.835938 5.765625 -0.421875 C 5.203125 -0.00390625 4.429688 0.203125 3.453125 0.203125 C 3.035156 0.203125 2.601562 0.160156 2.15625 0.078125 C 1.71875 -0.00390625 1.253906 -0.125 0.765625 -0.28125 L 0.765625 -1.578125 C 1.222656 -1.335938 1.675781 -1.15625 2.125 -1.03125 C 2.582031 -0.914062 3.03125 -0.859375 3.46875 -0.859375 C 4.0625 -0.859375 4.515625 -0.957031 4.828125 -1.15625 C 5.148438 -1.363281 5.3125 -1.648438 5.3125 -2.015625 C 5.3125 -2.359375 5.195312 -2.617188 4.96875 -2.796875 C 4.738281 -2.984375 4.234375 -3.160156 3.453125 -3.328125 L 3.015625 -3.4375 C 2.242188 -3.59375 1.679688 -3.84375 1.328125 -4.1875 C 0.984375 -4.53125 0.8125 -4.992188 0.8125 -5.578125 C 0.8125 -6.304688 1.066406 -6.863281 1.578125 -7.25 C 2.085938 -7.644531 2.8125 -7.84375 3.75 -7.84375 C 4.21875 -7.84375 4.65625 -7.804688 5.0625 -7.734375 C 5.476562 -7.671875 5.859375 -7.570312 6.203125 -7.4375 Z M 6.203125 -7.4375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-4\">\n",
"<path style=\"stroke:none;\" d=\"M 2.5625 -9.828125 L 2.5625 -7.65625 L 5.15625 -7.65625 L 5.15625 -6.671875 L 2.5625 -6.671875 L 2.5625 -2.515625 C 2.5625 -1.898438 2.644531 -1.5 2.8125 -1.3125 C 2.988281 -1.132812 3.335938 -1.046875 3.859375 -1.046875 L 5.15625 -1.046875 L 5.15625 0 L 3.859375 0 C 2.890625 0 2.21875 -0.179688 1.84375 -0.546875 C 1.476562 -0.910156 1.296875 -1.566406 1.296875 -2.515625 L 1.296875 -6.671875 L 0.375 -6.671875 L 0.375 -7.65625 L 1.296875 -7.65625 L 1.296875 -9.828125 Z M 2.5625 -9.828125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-5\">\n",
"<path style=\"stroke:none;\" d=\"M 7.6875 -4.625 L 7.6875 0 L 6.421875 0 L 6.421875 -4.578125 C 6.421875 -5.304688 6.28125 -5.847656 6 -6.203125 C 5.71875 -6.566406 5.296875 -6.75 4.734375 -6.75 C 4.054688 -6.75 3.519531 -6.53125 3.125 -6.09375 C 2.726562 -5.664062 2.53125 -5.078125 2.53125 -4.328125 L 2.53125 0 L 1.265625 0 L 1.265625 -7.65625 L 2.53125 -7.65625 L 2.53125 -6.46875 C 2.832031 -6.925781 3.1875 -7.269531 3.59375 -7.5 C 4.007812 -7.726562 4.484375 -7.84375 5.015625 -7.84375 C 5.890625 -7.84375 6.550781 -7.566406 7 -7.015625 C 7.457031 -6.472656 7.6875 -5.675781 7.6875 -4.625 Z M 7.6875 -4.625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-6\">\n",
"<path style=\"stroke:none;\" d=\"\"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-7\">\n",
"<path style=\"stroke:none;\" d=\"M 8.328125 -1.453125 L 8.328125 -4.203125 L 6.078125 -4.203125 L 6.078125 -5.328125 L 9.703125 -5.328125 L 9.703125 -0.953125 C 9.171875 -0.578125 8.582031 -0.289062 7.9375 -0.09375 C 7.289062 0.101562 6.601562 0.203125 5.875 0.203125 C 4.28125 0.203125 3.03125 -0.257812 2.125 -1.1875 C 1.226562 -2.125 0.78125 -3.425781 0.78125 -5.09375 C 0.78125 -6.757812 1.226562 -8.054688 2.125 -8.984375 C 3.03125 -9.921875 4.28125 -10.390625 5.875 -10.390625 C 6.539062 -10.390625 7.171875 -10.304688 7.765625 -10.140625 C 8.367188 -9.984375 8.925781 -9.742188 9.4375 -9.421875 L 9.4375 -7.953125 C 8.925781 -8.378906 8.382812 -8.703125 7.8125 -8.921875 C 7.238281 -9.140625 6.632812 -9.25 6 -9.25 C 4.75 -9.25 3.8125 -8.898438 3.1875 -8.203125 C 2.5625 -7.515625 2.25 -6.476562 2.25 -5.09375 C 2.25 -3.71875 2.5625 -2.679688 3.1875 -1.984375 C 3.8125 -1.285156 4.75 -0.9375 6 -0.9375 C 6.488281 -0.9375 6.921875 -0.976562 7.296875 -1.0625 C 7.679688 -1.144531 8.023438 -1.273438 8.328125 -1.453125 Z M 8.328125 -1.453125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-8\">\n",
"<path style=\"stroke:none;\" d=\"M 1.3125 -10.640625 L 2.578125 -10.640625 L 2.578125 0 L 1.3125 0 Z M 1.3125 -10.640625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-9\">\n",
"<path style=\"stroke:none;\" d=\"M 6.8125 -3.828125 C 6.8125 -4.742188 6.617188 -5.460938 6.234375 -5.984375 C 5.859375 -6.515625 5.335938 -6.78125 4.671875 -6.78125 C 4.003906 -6.78125 3.476562 -6.515625 3.09375 -5.984375 C 2.71875 -5.460938 2.53125 -4.742188 2.53125 -3.828125 C 2.53125 -2.898438 2.71875 -2.171875 3.09375 -1.640625 C 3.476562 -1.117188 4.003906 -0.859375 4.671875 -0.859375 C 5.335938 -0.859375 5.859375 -1.117188 6.234375 -1.640625 C 6.617188 -2.171875 6.8125 -2.898438 6.8125 -3.828125 Z M 2.53125 -6.5 C 2.800781 -6.945312 3.132812 -7.28125 3.53125 -7.5 C 3.9375 -7.726562 4.421875 -7.84375 4.984375 -7.84375 C 5.910156 -7.84375 6.664062 -7.472656 7.25 -6.734375 C 7.832031 -5.992188 8.125 -5.023438 8.125 -3.828125 C 8.125 -2.617188 7.832031 -1.644531 7.25 -0.90625 C 6.664062 -0.164062 5.910156 0.203125 4.984375 0.203125 C 4.421875 0.203125 3.9375 0.09375 3.53125 -0.125 C 3.132812 -0.351562 2.800781 -0.695312 2.53125 -1.15625 L 2.53125 0 L 1.265625 0 L 1.265625 -10.640625 L 2.53125 -10.640625 Z M 2.53125 -6.5 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-10\">\n",
"<path style=\"stroke:none;\" d=\"M 7.875 -4.140625 L 7.875 -3.53125 L 2.078125 -3.53125 C 2.140625 -2.664062 2.398438 -2.003906 2.859375 -1.546875 C 3.328125 -1.097656 3.976562 -0.875 4.8125 -0.875 C 5.300781 -0.875 5.769531 -0.929688 6.21875 -1.046875 C 6.675781 -1.160156 7.128906 -1.335938 7.578125 -1.578125 L 7.578125 -0.390625 C 7.117188 -0.203125 6.648438 -0.0546875 6.171875 0.046875 C 5.703125 0.148438 5.226562 0.203125 4.75 0.203125 C 3.519531 0.203125 2.546875 -0.148438 1.828125 -0.859375 C 1.117188 -1.578125 0.765625 -2.539062 0.765625 -3.75 C 0.765625 -5.007812 1.101562 -6.003906 1.78125 -6.734375 C 2.457031 -7.472656 3.375 -7.84375 4.53125 -7.84375 C 5.5625 -7.84375 6.375 -7.507812 6.96875 -6.84375 C 7.570312 -6.1875 7.875 -5.285156 7.875 -4.140625 Z M 6.609375 -4.515625 C 6.597656 -5.203125 6.40625 -5.75 6.03125 -6.15625 C 5.65625 -6.570312 5.160156 -6.78125 4.546875 -6.78125 C 3.835938 -6.78125 3.269531 -6.578125 2.84375 -6.171875 C 2.425781 -5.773438 2.1875 -5.21875 2.125 -4.5 Z M 6.609375 -4.515625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-11\">\n",
"<path style=\"stroke:none;\" d=\"M 9.015625 -9.421875 L 9.015625 -7.96875 C 8.546875 -8.394531 8.046875 -8.710938 7.515625 -8.921875 C 6.992188 -9.140625 6.441406 -9.25 5.859375 -9.25 C 4.691406 -9.25 3.796875 -8.890625 3.171875 -8.171875 C 2.554688 -7.460938 2.25 -6.4375 2.25 -5.09375 C 2.25 -3.75 2.554688 -2.71875 3.171875 -2 C 3.796875 -1.289062 4.691406 -0.9375 5.859375 -0.9375 C 6.441406 -0.9375 6.992188 -1.039062 7.515625 -1.25 C 8.046875 -1.46875 8.546875 -1.796875 9.015625 -2.234375 L 9.015625 -0.78125 C 8.535156 -0.457031 8.023438 -0.210938 7.484375 -0.046875 C 6.941406 0.117188 6.367188 0.203125 5.765625 0.203125 C 4.222656 0.203125 3.003906 -0.269531 2.109375 -1.21875 C 1.222656 -2.164062 0.78125 -3.457031 0.78125 -5.09375 C 0.78125 -6.726562 1.222656 -8.019531 2.109375 -8.96875 C 3.003906 -9.914062 4.222656 -10.390625 5.765625 -10.390625 C 6.378906 -10.390625 6.957031 -10.304688 7.5 -10.140625 C 8.039062 -9.984375 8.546875 -9.742188 9.015625 -9.421875 Z M 9.015625 -9.421875 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-12\">\n",
"<path style=\"stroke:none;\" d=\"M 7.6875 -4.625 L 7.6875 0 L 6.421875 0 L 6.421875 -4.578125 C 6.421875 -5.304688 6.28125 -5.847656 6 -6.203125 C 5.71875 -6.566406 5.296875 -6.75 4.734375 -6.75 C 4.054688 -6.75 3.519531 -6.53125 3.125 -6.09375 C 2.726562 -5.664062 2.53125 -5.078125 2.53125 -4.328125 L 2.53125 0 L 1.265625 0 L 1.265625 -10.640625 L 2.53125 -10.640625 L 2.53125 -6.46875 C 2.832031 -6.925781 3.1875 -7.269531 3.59375 -7.5 C 4.007812 -7.726562 4.484375 -7.84375 5.015625 -7.84375 C 5.890625 -7.84375 6.550781 -7.566406 7 -7.015625 C 7.457031 -6.472656 7.6875 -5.675781 7.6875 -4.625 Z M 7.6875 -4.625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-13\">\n",
"<path style=\"stroke:none;\" d=\"M 1.3125 -7.65625 L 2.578125 -7.65625 L 2.578125 0 L 1.3125 0 Z M 1.3125 -10.640625 L 2.578125 -10.640625 L 2.578125 -9.046875 L 1.3125 -9.046875 Z M 1.3125 -10.640625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-14\">\n",
"<path style=\"stroke:none;\" d=\"M 6.828125 -7.359375 L 6.828125 -6.1875 C 6.472656 -6.382812 6.113281 -6.53125 5.75 -6.625 C 5.394531 -6.726562 5.035156 -6.78125 4.671875 -6.78125 C 3.859375 -6.78125 3.222656 -6.519531 2.765625 -6 C 2.316406 -5.476562 2.09375 -4.753906 2.09375 -3.828125 C 2.09375 -2.890625 2.316406 -2.160156 2.765625 -1.640625 C 3.222656 -1.128906 3.859375 -0.875 4.671875 -0.875 C 5.035156 -0.875 5.394531 -0.921875 5.75 -1.015625 C 6.113281 -1.109375 6.472656 -1.253906 6.828125 -1.453125 L 6.828125 -0.296875 C 6.472656 -0.128906 6.109375 -0.00390625 5.734375 0.078125 C 5.359375 0.160156 4.960938 0.203125 4.546875 0.203125 C 3.390625 0.203125 2.46875 -0.15625 1.78125 -0.875 C 1.101562 -1.601562 0.765625 -2.585938 0.765625 -3.828125 C 0.765625 -5.066406 1.109375 -6.046875 1.796875 -6.765625 C 2.484375 -7.484375 3.425781 -7.84375 4.625 -7.84375 C 5.007812 -7.84375 5.382812 -7.800781 5.75 -7.71875 C 6.125 -7.644531 6.484375 -7.523438 6.828125 -7.359375 Z M 6.828125 -7.359375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-15\">\n",
"<path style=\"stroke:none;\" d=\"M 4.796875 -3.84375 C 3.785156 -3.84375 3.082031 -3.726562 2.6875 -3.5 C 2.289062 -3.269531 2.09375 -2.875 2.09375 -2.3125 C 2.09375 -1.863281 2.238281 -1.507812 2.53125 -1.25 C 2.832031 -0.988281 3.234375 -0.859375 3.734375 -0.859375 C 4.429688 -0.859375 4.988281 -1.101562 5.40625 -1.59375 C 5.832031 -2.09375 6.046875 -2.75 6.046875 -3.5625 L 6.046875 -3.84375 Z M 7.3125 -4.375 L 7.3125 0 L 6.046875 0 L 6.046875 -1.15625 C 5.765625 -0.695312 5.40625 -0.351562 4.96875 -0.125 C 4.539062 0.09375 4.019531 0.203125 3.40625 0.203125 C 2.625 0.203125 2 -0.015625 1.53125 -0.453125 C 1.070312 -0.898438 0.84375 -1.492188 0.84375 -2.234375 C 0.84375 -3.085938 1.128906 -3.734375 1.703125 -4.171875 C 2.285156 -4.609375 3.144531 -4.828125 4.28125 -4.828125 L 6.046875 -4.828125 L 6.046875 -4.953125 C 6.046875 -5.535156 5.851562 -5.984375 5.46875 -6.296875 C 5.09375 -6.617188 4.5625 -6.78125 3.875 -6.78125 C 3.4375 -6.78125 3.007812 -6.722656 2.59375 -6.609375 C 2.175781 -6.503906 1.78125 -6.347656 1.40625 -6.140625 L 1.40625 -7.3125 C 1.863281 -7.488281 2.304688 -7.617188 2.734375 -7.703125 C 3.171875 -7.796875 3.59375 -7.84375 4 -7.84375 C 5.113281 -7.84375 5.941406 -7.554688 6.484375 -6.984375 C 7.035156 -6.410156 7.3125 -5.539062 7.3125 -4.375 Z M 7.3125 -4.375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-16\">\n",
"<path style=\"stroke:none;\" d=\"M 6.359375 -3.921875 C 6.359375 -4.828125 6.171875 -5.53125 5.796875 -6.03125 C 5.421875 -6.53125 4.894531 -6.78125 4.21875 -6.78125 C 3.539062 -6.78125 3.015625 -6.53125 2.640625 -6.03125 C 2.265625 -5.53125 2.078125 -4.828125 2.078125 -3.921875 C 2.078125 -3.015625 2.265625 -2.304688 2.640625 -1.796875 C 3.015625 -1.296875 3.539062 -1.046875 4.21875 -1.046875 C 4.894531 -1.046875 5.421875 -1.296875 5.796875 -1.796875 C 6.171875 -2.304688 6.359375 -3.015625 6.359375 -3.921875 Z M 7.609375 -0.953125 C 7.609375 0.347656 7.316406 1.316406 6.734375 1.953125 C 6.160156 2.585938 5.28125 2.90625 4.09375 2.90625 C 3.644531 2.90625 3.222656 2.875 2.828125 2.8125 C 2.441406 2.75 2.066406 2.648438 1.703125 2.515625 L 1.703125 1.28125 C 2.066406 1.488281 2.425781 1.640625 2.78125 1.734375 C 3.144531 1.828125 3.515625 1.875 3.890625 1.875 C 4.710938 1.875 5.328125 1.65625 5.734375 1.21875 C 6.148438 0.789062 6.359375 0.144531 6.359375 -0.71875 L 6.359375 -1.34375 C 6.097656 -0.894531 5.765625 -0.554688 5.359375 -0.328125 C 4.953125 -0.109375 4.46875 0 3.90625 0 C 2.96875 0 2.207031 -0.351562 1.625 -1.0625 C 1.050781 -1.78125 0.765625 -2.734375 0.765625 -3.921875 C 0.765625 -5.097656 1.050781 -6.046875 1.625 -6.765625 C 2.207031 -7.484375 2.96875 -7.84375 3.90625 -7.84375 C 4.46875 -7.84375 4.953125 -7.726562 5.359375 -7.5 C 5.765625 -7.28125 6.097656 -6.945312 6.359375 -6.5 L 6.359375 -7.65625 L 7.609375 -7.65625 Z M 7.609375 -0.953125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-17\">\n",
"<path style=\"stroke:none;\" d=\"M -0.046875 -10.203125 L 8.59375 -10.203125 L 8.59375 -9.046875 L 4.96875 -9.046875 L 4.96875 0 L 3.578125 0 L 3.578125 -9.046875 L -0.046875 -9.046875 Z M -0.046875 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-18\">\n",
"<path style=\"stroke:none;\" d=\"M 5.75 -6.484375 C 5.613281 -6.566406 5.460938 -6.625 5.296875 -6.65625 C 5.128906 -6.695312 4.945312 -6.71875 4.75 -6.71875 C 4.03125 -6.71875 3.476562 -6.484375 3.09375 -6.015625 C 2.71875 -5.554688 2.53125 -4.894531 2.53125 -4.03125 L 2.53125 0 L 1.265625 0 L 1.265625 -7.65625 L 2.53125 -7.65625 L 2.53125 -6.46875 C 2.800781 -6.9375 3.144531 -7.28125 3.5625 -7.5 C 3.988281 -7.726562 4.503906 -7.84375 5.109375 -7.84375 C 5.203125 -7.84375 5.300781 -7.835938 5.40625 -7.828125 C 5.507812 -7.816406 5.625 -7.796875 5.75 -7.765625 Z M 5.75 -6.484375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-19\">\n",
"<path style=\"stroke:none;\" d=\"M 1.1875 -3.015625 L 1.1875 -7.65625 L 2.453125 -7.65625 L 2.453125 -3.0625 C 2.453125 -2.34375 2.59375 -1.800781 2.875 -1.4375 C 3.15625 -1.070312 3.578125 -0.890625 4.140625 -0.890625 C 4.816406 -0.890625 5.351562 -1.101562 5.75 -1.53125 C 6.144531 -1.96875 6.34375 -2.5625 6.34375 -3.3125 L 6.34375 -7.65625 L 7.609375 -7.65625 L 7.609375 0 L 6.34375 0 L 6.34375 -1.171875 C 6.039062 -0.710938 5.6875 -0.367188 5.28125 -0.140625 C 4.875 0.0859375 4.40625 0.203125 3.875 0.203125 C 3 0.203125 2.332031 -0.0664062 1.875 -0.609375 C 1.414062 -1.160156 1.1875 -1.960938 1.1875 -3.015625 Z M 4.359375 -7.84375 Z M 4.359375 -7.84375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-20\">\n",
"<path style=\"stroke:none;\" d=\"M 1.375 -10.203125 L 2.75 -10.203125 L 2.75 -6.015625 L 7.765625 -6.015625 L 7.765625 -10.203125 L 9.15625 -10.203125 L 9.15625 0 L 7.765625 0 L 7.765625 -4.859375 L 2.75 -4.859375 L 2.75 0 L 1.375 0 Z M 1.375 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-21\">\n",
"<path style=\"stroke:none;\" d=\"M 1.375 -10.203125 L 2.75 -10.203125 L 2.75 -1.15625 L 7.71875 -1.15625 L 7.71875 0 L 1.375 0 Z M 1.375 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-22\">\n",
"<path style=\"stroke:none;\" d=\"M 4.78125 -8.84375 L 2.90625 -3.765625 L 6.671875 -3.765625 Z M 4 -10.203125 L 5.578125 -10.203125 L 9.46875 0 L 8.03125 0 L 7.09375 -2.625 L 2.5 -2.625 L 1.5625 0 L 0.109375 0 Z M 4 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-23\">\n",
"<path style=\"stroke:none;\" d=\"M 7.28125 -6.1875 C 7.59375 -6.75 7.96875 -7.164062 8.40625 -7.4375 C 8.84375 -7.707031 9.359375 -7.84375 9.953125 -7.84375 C 10.753906 -7.84375 11.367188 -7.5625 11.796875 -7 C 12.234375 -6.445312 12.453125 -5.65625 12.453125 -4.625 L 12.453125 0 L 11.1875 0 L 11.1875 -4.578125 C 11.1875 -5.316406 11.054688 -5.863281 10.796875 -6.21875 C 10.535156 -6.570312 10.140625 -6.75 9.609375 -6.75 C 8.953125 -6.75 8.4375 -6.53125 8.0625 -6.09375 C 7.6875 -5.664062 7.5 -5.078125 7.5 -4.328125 L 7.5 0 L 6.234375 0 L 6.234375 -4.578125 C 6.234375 -5.316406 6.101562 -5.863281 5.84375 -6.21875 C 5.582031 -6.570312 5.179688 -6.75 4.640625 -6.75 C 3.992188 -6.75 3.476562 -6.53125 3.09375 -6.09375 C 2.71875 -5.65625 2.53125 -5.066406 2.53125 -4.328125 L 2.53125 0 L 1.265625 0 L 1.265625 -7.65625 L 2.53125 -7.65625 L 2.53125 -6.46875 C 2.820312 -6.9375 3.164062 -7.28125 3.5625 -7.5 C 3.96875 -7.726562 4.445312 -7.84375 5 -7.84375 C 5.550781 -7.84375 6.019531 -7.703125 6.40625 -7.421875 C 6.800781 -7.140625 7.09375 -6.726562 7.28125 -6.1875 Z M 7.28125 -6.1875 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-24\">\n",
"<path style=\"stroke:none;\" d=\"M 1.375 -10.203125 L 3.234375 -10.203125 L 7.765625 -1.671875 L 7.765625 -10.203125 L 9.09375 -10.203125 L 9.09375 0 L 7.234375 0 L 2.71875 -8.53125 L 2.71875 0 L 1.375 0 Z M 1.375 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-25\">\n",
"<path style=\"stroke:none;\" d=\"M 0.59375 -7.65625 L 1.84375 -7.65625 L 3.421875 -1.6875 L 4.984375 -7.65625 L 6.46875 -7.65625 L 8.046875 -1.6875 L 9.609375 -7.65625 L 10.859375 -7.65625 L 8.859375 0 L 7.375 0 L 5.734375 -6.28125 L 4.078125 0 L 2.59375 0 Z M 0.59375 -7.65625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-26\">\n",
"<path style=\"stroke:none;\" d=\"M -0.03125 -10.203125 L 1.453125 -10.203125 L 4.28125 -6.015625 L 7.09375 -10.203125 L 8.578125 -10.203125 L 4.96875 -4.859375 L 4.96875 0 L 3.578125 0 L 3.578125 -4.859375 Z M -0.03125 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-27\">\n",
"<path style=\"stroke:none;\" d=\"M 1.265625 -10.640625 L 2.53125 -10.640625 L 2.53125 -4.359375 L 6.296875 -7.65625 L 7.890625 -7.65625 L 3.828125 -4.078125 L 8.0625 0 L 6.421875 0 L 2.53125 -3.734375 L 2.53125 0 L 1.265625 0 Z M 1.265625 -10.640625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-28\">\n",
"<path style=\"stroke:none;\" d=\"M 6.359375 -6.5 L 6.359375 -10.640625 L 7.609375 -10.640625 L 7.609375 0 L 6.359375 0 L 6.359375 -1.15625 C 6.097656 -0.695312 5.765625 -0.351562 5.359375 -0.125 C 4.953125 0.09375 4.46875 0.203125 3.90625 0.203125 C 2.976562 0.203125 2.222656 -0.164062 1.640625 -0.90625 C 1.054688 -1.644531 0.765625 -2.617188 0.765625 -3.828125 C 0.765625 -5.023438 1.054688 -5.992188 1.640625 -6.734375 C 2.222656 -7.472656 2.976562 -7.84375 3.90625 -7.84375 C 4.46875 -7.84375 4.953125 -7.726562 5.359375 -7.5 C 5.765625 -7.28125 6.097656 -6.945312 6.359375 -6.5 Z M 2.078125 -3.828125 C 2.078125 -2.898438 2.265625 -2.171875 2.640625 -1.640625 C 3.023438 -1.117188 3.550781 -0.859375 4.21875 -0.859375 C 4.875 -0.859375 5.394531 -1.117188 5.78125 -1.640625 C 6.164062 -2.171875 6.359375 -2.898438 6.359375 -3.828125 C 6.359375 -4.742188 6.164062 -5.460938 5.78125 -5.984375 C 5.394531 -6.515625 4.875 -6.78125 4.21875 -6.78125 C 3.550781 -6.78125 3.023438 -6.515625 2.640625 -5.984375 C 2.265625 -5.460938 2.078125 -4.742188 2.078125 -3.828125 Z M 2.078125 -3.828125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-29\">\n",
"<path style=\"stroke:none;\" d=\"M 0.46875 -10.203125 L 1.859375 -10.203125 L 4 -1.578125 L 6.140625 -10.203125 L 7.703125 -10.203125 L 9.84375 -1.578125 L 11.984375 -10.203125 L 13.390625 -10.203125 L 10.828125 0 L 9.078125 0 L 6.9375 -8.859375 L 4.765625 0 L 3.015625 0 Z M 0.46875 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-30\">\n",
"<path style=\"stroke:none;\" d=\"M 2.75 -9.078125 L 2.75 -5.234375 L 4.484375 -5.234375 C 5.128906 -5.234375 5.628906 -5.398438 5.984375 -5.734375 C 6.335938 -6.066406 6.515625 -6.539062 6.515625 -7.15625 C 6.515625 -7.769531 6.335938 -8.242188 5.984375 -8.578125 C 5.628906 -8.910156 5.128906 -9.078125 4.484375 -9.078125 Z M 1.375 -10.203125 L 4.484375 -10.203125 C 5.628906 -10.203125 6.492188 -9.941406 7.078125 -9.421875 C 7.671875 -8.910156 7.96875 -8.15625 7.96875 -7.15625 C 7.96875 -6.144531 7.671875 -5.382812 7.078125 -4.875 C 6.492188 -4.363281 5.628906 -4.109375 4.484375 -4.109375 L 2.75 -4.109375 L 2.75 0 L 1.375 0 Z M 1.375 -10.203125 \"/>\n",
"</symbol>\n",
"</g>\n",
"</defs>\n",
"<g id=\"surface116\">\n",
"<rect x=\"0\" y=\"0\" width=\"600\" height=\"600\" style=\"fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;\"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 477.046875 267.117188 L 243.6875 100 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 477.046875 267.117188 L 266.863281 241.015625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 477.046875 267.117188 L 387.242188 456.75 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 477.046875 267.117188 L 100 327.097656 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 477.046875 267.117188 L 500 500 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 174.078125 175.582031 L 243.6875 100 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 174.078125 175.582031 L 266.863281 241.015625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 174.078125 175.582031 L 100 327.097656 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 243.6875 100 L 266.863281 241.015625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 243.6875 100 L 387.242188 456.75 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 243.6875 100 L 100 327.097656 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 266.863281 241.015625 L 387.242188 456.75 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 266.863281 241.015625 L 100 327.097656 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 266.863281 241.015625 L 500 500 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 387.242188 456.75 L 500 500 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 387.242188 456.75 L 100 327.097656 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 467.046875 257.117188 L 487.046875 257.117188 L 487.046875 277.117188 L 467.046875 277.117188 Z M 467.046875 257.117188 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 164.078125 165.582031 L 184.078125 165.582031 L 184.078125 185.582031 L 164.078125 185.582031 Z M 164.078125 165.582031 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 233.6875 90 L 253.6875 90 L 253.6875 110 L 233.6875 110 Z M 233.6875 90 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 256.863281 231.015625 L 276.863281 231.015625 L 276.863281 251.015625 L 256.863281 251.015625 Z M 256.863281 231.015625 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 377.242188 446.75 L 397.242188 446.75 L 397.242188 466.75 L 377.242188 466.75 Z M 377.242188 446.75 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 90 317.097656 L 110 317.097656 L 110 337.097656 L 90 337.097656 Z M 90 317.097656 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.764706%,56.470588%,100%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 490 490 L 510 490 L 510 510 L 490 510 Z M 490 490 \"/>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-1\" x=\"429.910156\" y=\"274.085938\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"439.514648\" y=\"274.085938\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"448.080078\" y=\"274.085938\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"455.374023\" y=\"274.085938\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"460.863281\" y=\"274.085938\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"469.428711\" y=\"274.085938\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"478.301758\" y=\"274.085938\"/>\n",
" <use xlink:href=\"#glyph0-7\" x=\"482.751953\" y=\"274.085938\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"493.600586\" y=\"274.085938\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"497.490234\" y=\"274.085938\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"506.055664\" y=\"274.085938\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"514.942383\" y=\"274.085938\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-11\" x=\"116.976562\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"126.751953\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"135.625\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-14\" x=\"139.514648\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"147.211914\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"155.791016\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"164.677734\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"173.243164\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"177.693359\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"186.245117\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"192.000977\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"195.890625\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-19\" x=\"204.777344\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"213.650391\" y=\"182.550781\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"222.523438\" y=\"182.550781\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-20\" x=\"179.085938\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"189.613281\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-19\" x=\"198.178711\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"207.051758\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"214.345703\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"219.834961\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"228.400391\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"237.273438\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-11\" x=\"241.723633\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"251.499023\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"260.37207\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"266.12793\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"274.693359\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"283.566406\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-14\" x=\"287.456055\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"295.15332\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"299.042969\" y=\"106.96875\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-21\" x=\"201.371094\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"209.170898\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"217.736328\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"225.030273\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-22\" x=\"229.480469\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"239.057617\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"247.930664\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"256.817383\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"265.430664\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"269.320312\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"277.933594\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"285.227539\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"289.677734\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"298.229492\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-23\" x=\"302.119141\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"315.756836\" y=\"247.984375\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"324.370117\" y=\"247.984375\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-24\" x=\"330.695312\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"341.167969\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-25\" x=\"349.78125\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"361.231445\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-26\" x=\"365.681641\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"374.233398\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"382.798828\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-27\" x=\"388.554688\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"396.662109\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"401.112305\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"409.664062\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-23\" x=\"413.553711\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"427.191406\" y=\"463.71875\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"435.804688\" y=\"463.71875\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-17\" x=\"53.226562\" y=\"334.066406\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"61.77832\" y=\"334.066406\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"70.651367\" y=\"334.066406\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"79.264648\" y=\"334.066406\"/>\n",
" <use xlink:href=\"#glyph0-7\" x=\"83.714844\" y=\"334.066406\"/>\n",
" <use xlink:href=\"#glyph0-19\" x=\"94.563477\" y=\"334.066406\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"103.436523\" y=\"334.066406\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"112.015625\" y=\"334.066406\"/>\n",
" <use xlink:href=\"#glyph0-28\" x=\"117.771484\" y=\"334.066406\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"126.658203\" y=\"334.066406\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"130.547852\" y=\"334.066406\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"139.126953\" y=\"334.066406\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-29\" x=\"441.230469\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"455.073242\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"463.652344\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"470.946289\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"479.819336\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"483.708984\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"492.582031\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"501.46875\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"506.958008\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"515.523438\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"524.396484\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-30\" x=\"528.84668\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"537.289062\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"545.854492\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-4\" x=\"553.148438\" y=\"506.96875\"/>\n",
"</g>\n",
"</g>\n",
"</svg>\n"
],
"text/plain": [
"<igraph.drawing.Plot at 0x7fc5637767f0>"
]
},
"execution_count": 36,
"metadata": {
"image/svg+xml": {
"isolated": true
}
},
"output_type": "execute_result"
}
],
"source": [
"papers = tn.project(node_type='doc')\n",
"ig.plot(papers, \n",
" layout=papers.layout_fruchterman_reingold(weights='weight'),\n",
" margin=100,\n",
" vertex_shape='box',\n",
" vertex_color='dodgerblue',\n",
" vertex_label=papers.vs['id'])"
]
},
{
"cell_type": "code",
"execution_count": 34,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600pt\" height=\"600pt\" viewBox=\"0 0 600 600\" version=\"1.1\">\n",
"<defs>\n",
"<g>\n",
"<symbol overflow=\"visible\" id=\"glyph0-0\">\n",
"<path style=\"stroke:none;\" d=\"M 0.703125 2.46875 L 0.703125 -9.875 L 7.703125 -9.875 L 7.703125 2.46875 Z M 1.484375 1.703125 L 6.921875 1.703125 L 6.921875 -9.078125 L 1.484375 -9.078125 Z M 1.484375 1.703125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-1\">\n",
"<path style=\"stroke:none;\" d=\"M 1.734375 -1.15625 L 4 -1.15625 L 4 -8.953125 L 1.53125 -8.453125 L 1.53125 -9.71875 L 3.984375 -10.203125 L 5.359375 -10.203125 L 5.359375 -1.15625 L 7.609375 -1.15625 L 7.609375 0 L 1.734375 0 Z M 1.734375 -1.15625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-2\">\n",
"<path style=\"stroke:none;\" d=\"M 6.203125 -7.4375 L 6.203125 -6.234375 C 5.847656 -6.421875 5.476562 -6.554688 5.09375 -6.640625 C 4.707031 -6.734375 4.3125 -6.78125 3.90625 -6.78125 C 3.28125 -6.78125 2.8125 -6.6875 2.5 -6.5 C 2.1875 -6.3125 2.03125 -6.023438 2.03125 -5.640625 C 2.03125 -5.347656 2.140625 -5.117188 2.359375 -4.953125 C 2.585938 -4.785156 3.039062 -4.628906 3.71875 -4.484375 L 4.140625 -4.375 C 5.035156 -4.1875 5.671875 -3.914062 6.046875 -3.5625 C 6.421875 -3.21875 6.609375 -2.734375 6.609375 -2.109375 C 6.609375 -1.398438 6.328125 -0.835938 5.765625 -0.421875 C 5.203125 -0.00390625 4.429688 0.203125 3.453125 0.203125 C 3.035156 0.203125 2.601562 0.160156 2.15625 0.078125 C 1.71875 -0.00390625 1.253906 -0.125 0.765625 -0.28125 L 0.765625 -1.578125 C 1.222656 -1.335938 1.675781 -1.15625 2.125 -1.03125 C 2.582031 -0.914062 3.03125 -0.859375 3.46875 -0.859375 C 4.0625 -0.859375 4.515625 -0.957031 4.828125 -1.15625 C 5.148438 -1.363281 5.3125 -1.648438 5.3125 -2.015625 C 5.3125 -2.359375 5.195312 -2.617188 4.96875 -2.796875 C 4.738281 -2.984375 4.234375 -3.160156 3.453125 -3.328125 L 3.015625 -3.4375 C 2.242188 -3.59375 1.679688 -3.84375 1.328125 -4.1875 C 0.984375 -4.53125 0.8125 -4.992188 0.8125 -5.578125 C 0.8125 -6.304688 1.066406 -6.863281 1.578125 -7.25 C 2.085938 -7.644531 2.8125 -7.84375 3.75 -7.84375 C 4.21875 -7.84375 4.65625 -7.804688 5.0625 -7.734375 C 5.476562 -7.671875 5.859375 -7.570312 6.203125 -7.4375 Z M 6.203125 -7.4375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-3\">\n",
"<path style=\"stroke:none;\" d=\"M 2.5625 -9.828125 L 2.5625 -7.65625 L 5.15625 -7.65625 L 5.15625 -6.671875 L 2.5625 -6.671875 L 2.5625 -2.515625 C 2.5625 -1.898438 2.644531 -1.5 2.8125 -1.3125 C 2.988281 -1.132812 3.335938 -1.046875 3.859375 -1.046875 L 5.15625 -1.046875 L 5.15625 0 L 3.859375 0 C 2.890625 0 2.21875 -0.179688 1.84375 -0.546875 C 1.476562 -0.910156 1.296875 -1.566406 1.296875 -2.515625 L 1.296875 -6.671875 L 0.375 -6.671875 L 0.375 -7.65625 L 1.296875 -7.65625 L 1.296875 -9.828125 Z M 2.5625 -9.828125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-4\">\n",
"<path style=\"stroke:none;\" d=\"M 5.6875 -5.5 C 6.34375 -5.363281 6.851562 -5.070312 7.21875 -4.625 C 7.59375 -4.175781 7.78125 -3.625 7.78125 -2.96875 C 7.78125 -1.957031 7.429688 -1.175781 6.734375 -0.625 C 6.046875 -0.0703125 5.066406 0.203125 3.796875 0.203125 C 3.367188 0.203125 2.925781 0.15625 2.46875 0.0625 C 2.019531 -0.0195312 1.550781 -0.144531 1.0625 -0.3125 L 1.0625 -1.640625 C 1.445312 -1.421875 1.867188 -1.253906 2.328125 -1.140625 C 2.785156 -1.023438 3.257812 -0.96875 3.75 -0.96875 C 4.613281 -0.96875 5.269531 -1.132812 5.71875 -1.46875 C 6.175781 -1.8125 6.40625 -2.3125 6.40625 -2.96875 C 6.40625 -3.570312 6.191406 -4.039062 5.765625 -4.375 C 5.347656 -4.71875 4.765625 -4.890625 4.015625 -4.890625 L 2.828125 -4.890625 L 2.828125 -6.015625 L 4.078125 -6.015625 C 4.753906 -6.015625 5.269531 -6.148438 5.625 -6.421875 C 5.988281 -6.703125 6.171875 -7.097656 6.171875 -7.609375 C 6.171875 -8.128906 5.984375 -8.53125 5.609375 -8.8125 C 5.242188 -9.09375 4.710938 -9.234375 4.015625 -9.234375 C 3.640625 -9.234375 3.234375 -9.191406 2.796875 -9.109375 C 2.367188 -9.023438 1.894531 -8.894531 1.375 -8.71875 L 1.375 -9.953125 C 1.894531 -10.097656 2.382812 -10.207031 2.84375 -10.28125 C 3.300781 -10.351562 3.734375 -10.390625 4.140625 -10.390625 C 5.191406 -10.390625 6.019531 -10.148438 6.625 -9.671875 C 7.238281 -9.203125 7.546875 -8.5625 7.546875 -7.75 C 7.546875 -7.175781 7.382812 -6.695312 7.0625 -6.3125 C 6.738281 -5.925781 6.28125 -5.65625 5.6875 -5.5 Z M 5.6875 -5.5 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-5\">\n",
"<path style=\"stroke:none;\" d=\"M 1.640625 -1.734375 L 3.078125 -1.734375 L 3.078125 0 L 1.640625 0 Z M 1.640625 -7.234375 L 3.078125 -7.234375 L 3.078125 -5.5 L 1.640625 -5.5 Z M 1.640625 -7.234375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-6\">\n",
"<path style=\"stroke:none;\" d=\"M 1.515625 -10.203125 L 6.9375 -10.203125 L 6.9375 -9.046875 L 2.78125 -9.046875 L 2.78125 -6.546875 C 2.976562 -6.609375 3.175781 -6.65625 3.375 -6.6875 C 3.570312 -6.726562 3.773438 -6.75 3.984375 -6.75 C 5.117188 -6.75 6.019531 -6.4375 6.6875 -5.8125 C 7.351562 -5.1875 7.6875 -4.34375 7.6875 -3.28125 C 7.6875 -2.175781 7.34375 -1.316406 6.65625 -0.703125 C 5.976562 -0.0976562 5.015625 0.203125 3.765625 0.203125 C 3.335938 0.203125 2.898438 0.164062 2.453125 0.09375 C 2.015625 0.0195312 1.554688 -0.0859375 1.078125 -0.234375 L 1.078125 -1.625 C 1.492188 -1.40625 1.921875 -1.238281 2.359375 -1.125 C 2.796875 -1.019531 3.253906 -0.96875 3.734375 -0.96875 C 4.523438 -0.96875 5.148438 -1.171875 5.609375 -1.578125 C 6.066406 -1.992188 6.296875 -2.5625 6.296875 -3.28125 C 6.296875 -3.988281 6.066406 -4.546875 5.609375 -4.953125 C 5.148438 -5.367188 4.523438 -5.578125 3.734375 -5.578125 C 3.367188 -5.578125 3 -5.535156 2.625 -5.453125 C 2.257812 -5.378906 1.890625 -5.253906 1.515625 -5.078125 Z M 1.515625 -10.203125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-7\">\n",
"<path style=\"stroke:none;\" d=\"M 4.625 -5.65625 C 4 -5.65625 3.503906 -5.441406 3.140625 -5.015625 C 2.785156 -4.585938 2.609375 -4.007812 2.609375 -3.28125 C 2.609375 -2.539062 2.785156 -1.957031 3.140625 -1.53125 C 3.503906 -1.101562 4 -0.890625 4.625 -0.890625 C 5.238281 -0.890625 5.726562 -1.101562 6.09375 -1.53125 C 6.457031 -1.957031 6.640625 -2.539062 6.640625 -3.28125 C 6.640625 -4.007812 6.457031 -4.585938 6.09375 -5.015625 C 5.726562 -5.441406 5.238281 -5.65625 4.625 -5.65625 Z M 7.359375 -9.984375 L 7.359375 -8.71875 C 7.015625 -8.882812 6.664062 -9.007812 6.3125 -9.09375 C 5.957031 -9.1875 5.609375 -9.234375 5.265625 -9.234375 C 4.347656 -9.234375 3.648438 -8.925781 3.171875 -8.3125 C 2.691406 -7.695312 2.421875 -6.765625 2.359375 -5.515625 C 2.617188 -5.910156 2.953125 -6.210938 3.359375 -6.421875 C 3.765625 -6.640625 4.210938 -6.75 4.703125 -6.75 C 5.722656 -6.75 6.53125 -6.4375 7.125 -5.8125 C 7.726562 -5.1875 8.03125 -4.34375 8.03125 -3.28125 C 8.03125 -2.226562 7.71875 -1.382812 7.09375 -0.75 C 6.476562 -0.113281 5.65625 0.203125 4.625 0.203125 C 3.4375 0.203125 2.53125 -0.25 1.90625 -1.15625 C 1.289062 -2.0625 0.984375 -3.375 0.984375 -5.09375 C 0.984375 -6.707031 1.363281 -7.992188 2.125 -8.953125 C 2.894531 -9.910156 3.921875 -10.390625 5.203125 -10.390625 C 5.554688 -10.390625 5.90625 -10.351562 6.25 -10.28125 C 6.601562 -10.21875 6.972656 -10.117188 7.359375 -9.984375 Z M 7.359375 -9.984375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-8\">\n",
"<path style=\"stroke:none;\" d=\"M 4.796875 -3.84375 C 3.785156 -3.84375 3.082031 -3.726562 2.6875 -3.5 C 2.289062 -3.269531 2.09375 -2.875 2.09375 -2.3125 C 2.09375 -1.863281 2.238281 -1.507812 2.53125 -1.25 C 2.832031 -0.988281 3.234375 -0.859375 3.734375 -0.859375 C 4.429688 -0.859375 4.988281 -1.101562 5.40625 -1.59375 C 5.832031 -2.09375 6.046875 -2.75 6.046875 -3.5625 L 6.046875 -3.84375 Z M 7.3125 -4.375 L 7.3125 0 L 6.046875 0 L 6.046875 -1.15625 C 5.765625 -0.695312 5.40625 -0.351562 4.96875 -0.125 C 4.539062 0.09375 4.019531 0.203125 3.40625 0.203125 C 2.625 0.203125 2 -0.015625 1.53125 -0.453125 C 1.070312 -0.898438 0.84375 -1.492188 0.84375 -2.234375 C 0.84375 -3.085938 1.128906 -3.734375 1.703125 -4.171875 C 2.285156 -4.609375 3.144531 -4.828125 4.28125 -4.828125 L 6.046875 -4.828125 L 6.046875 -4.953125 C 6.046875 -5.535156 5.851562 -5.984375 5.46875 -6.296875 C 5.09375 -6.617188 4.5625 -6.78125 3.875 -6.78125 C 3.4375 -6.78125 3.007812 -6.722656 2.59375 -6.609375 C 2.175781 -6.503906 1.78125 -6.347656 1.40625 -6.140625 L 1.40625 -7.3125 C 1.863281 -7.488281 2.304688 -7.617188 2.734375 -7.703125 C 3.171875 -7.796875 3.59375 -7.84375 4 -7.84375 C 5.113281 -7.84375 5.941406 -7.554688 6.484375 -6.984375 C 7.035156 -6.410156 7.3125 -5.539062 7.3125 -4.375 Z M 7.3125 -4.375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-9\">\n",
"<path style=\"stroke:none;\" d=\"M 1.3125 -10.640625 L 2.578125 -10.640625 L 2.578125 0 L 1.3125 0 Z M 1.3125 -10.640625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-10\">\n",
"<path style=\"stroke:none;\" d=\"M 6.359375 -6.5 L 6.359375 -10.640625 L 7.609375 -10.640625 L 7.609375 0 L 6.359375 0 L 6.359375 -1.15625 C 6.097656 -0.695312 5.765625 -0.351562 5.359375 -0.125 C 4.953125 0.09375 4.46875 0.203125 3.90625 0.203125 C 2.976562 0.203125 2.222656 -0.164062 1.640625 -0.90625 C 1.054688 -1.644531 0.765625 -2.617188 0.765625 -3.828125 C 0.765625 -5.023438 1.054688 -5.992188 1.640625 -6.734375 C 2.222656 -7.472656 2.976562 -7.84375 3.90625 -7.84375 C 4.46875 -7.84375 4.953125 -7.726562 5.359375 -7.5 C 5.765625 -7.28125 6.097656 -6.945312 6.359375 -6.5 Z M 2.078125 -3.828125 C 2.078125 -2.898438 2.265625 -2.171875 2.640625 -1.640625 C 3.023438 -1.117188 3.550781 -0.859375 4.21875 -0.859375 C 4.875 -0.859375 5.394531 -1.117188 5.78125 -1.640625 C 6.164062 -2.171875 6.359375 -2.898438 6.359375 -3.828125 C 6.359375 -4.742188 6.164062 -5.460938 5.78125 -5.984375 C 5.394531 -6.515625 4.875 -6.78125 4.21875 -6.78125 C 3.550781 -6.78125 3.023438 -6.515625 2.640625 -5.984375 C 2.265625 -5.460938 2.078125 -4.742188 2.078125 -3.828125 Z M 2.078125 -3.828125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-11\">\n",
"<path style=\"stroke:none;\" d=\"M 5.75 -6.484375 C 5.613281 -6.566406 5.460938 -6.625 5.296875 -6.65625 C 5.128906 -6.695312 4.945312 -6.71875 4.75 -6.71875 C 4.03125 -6.71875 3.476562 -6.484375 3.09375 -6.015625 C 2.71875 -5.554688 2.53125 -4.894531 2.53125 -4.03125 L 2.53125 0 L 1.265625 0 L 1.265625 -7.65625 L 2.53125 -7.65625 L 2.53125 -6.46875 C 2.800781 -6.9375 3.144531 -7.28125 3.5625 -7.5 C 3.988281 -7.726562 4.503906 -7.84375 5.109375 -7.84375 C 5.203125 -7.84375 5.300781 -7.835938 5.40625 -7.828125 C 5.507812 -7.816406 5.625 -7.796875 5.75 -7.765625 Z M 5.75 -6.484375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-12\">\n",
"<path style=\"stroke:none;\" d=\"M 1.3125 -7.65625 L 2.578125 -7.65625 L 2.578125 0 L 1.3125 0 Z M 1.3125 -10.640625 L 2.578125 -10.640625 L 2.578125 -9.046875 L 1.3125 -9.046875 Z M 1.3125 -10.640625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-13\">\n",
"<path style=\"stroke:none;\" d=\"M 6.828125 -7.359375 L 6.828125 -6.1875 C 6.472656 -6.382812 6.113281 -6.53125 5.75 -6.625 C 5.394531 -6.726562 5.035156 -6.78125 4.671875 -6.78125 C 3.859375 -6.78125 3.222656 -6.519531 2.765625 -6 C 2.316406 -5.476562 2.09375 -4.753906 2.09375 -3.828125 C 2.09375 -2.890625 2.316406 -2.160156 2.765625 -1.640625 C 3.222656 -1.128906 3.859375 -0.875 4.671875 -0.875 C 5.035156 -0.875 5.394531 -0.921875 5.75 -1.015625 C 6.113281 -1.109375 6.472656 -1.253906 6.828125 -1.453125 L 6.828125 -0.296875 C 6.472656 -0.128906 6.109375 -0.00390625 5.734375 0.078125 C 5.359375 0.160156 4.960938 0.203125 4.546875 0.203125 C 3.390625 0.203125 2.46875 -0.15625 1.78125 -0.875 C 1.101562 -1.601562 0.765625 -2.585938 0.765625 -3.828125 C 0.765625 -5.066406 1.109375 -6.046875 1.796875 -6.765625 C 2.484375 -7.484375 3.425781 -7.84375 4.625 -7.84375 C 5.007812 -7.84375 5.382812 -7.800781 5.75 -7.71875 C 6.125 -7.644531 6.484375 -7.523438 6.828125 -7.359375 Z M 6.828125 -7.359375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-14\">\n",
"<path style=\"stroke:none;\" d=\"M 7.6875 -4.625 L 7.6875 0 L 6.421875 0 L 6.421875 -4.578125 C 6.421875 -5.304688 6.28125 -5.847656 6 -6.203125 C 5.71875 -6.566406 5.296875 -6.75 4.734375 -6.75 C 4.054688 -6.75 3.519531 -6.53125 3.125 -6.09375 C 2.726562 -5.664062 2.53125 -5.078125 2.53125 -4.328125 L 2.53125 0 L 1.265625 0 L 1.265625 -10.640625 L 2.53125 -10.640625 L 2.53125 -6.46875 C 2.832031 -6.925781 3.1875 -7.269531 3.59375 -7.5 C 4.007812 -7.726562 4.484375 -7.84375 5.015625 -7.84375 C 5.890625 -7.84375 6.550781 -7.566406 7 -7.015625 C 7.457031 -6.472656 7.6875 -5.675781 7.6875 -4.625 Z M 7.6875 -4.625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-15\">\n",
"<path style=\"stroke:none;\" d=\"M 7.28125 -6.1875 C 7.59375 -6.75 7.96875 -7.164062 8.40625 -7.4375 C 8.84375 -7.707031 9.359375 -7.84375 9.953125 -7.84375 C 10.753906 -7.84375 11.367188 -7.5625 11.796875 -7 C 12.234375 -6.445312 12.453125 -5.65625 12.453125 -4.625 L 12.453125 0 L 11.1875 0 L 11.1875 -4.578125 C 11.1875 -5.316406 11.054688 -5.863281 10.796875 -6.21875 C 10.535156 -6.570312 10.140625 -6.75 9.609375 -6.75 C 8.953125 -6.75 8.4375 -6.53125 8.0625 -6.09375 C 7.6875 -5.664062 7.5 -5.078125 7.5 -4.328125 L 7.5 0 L 6.234375 0 L 6.234375 -4.578125 C 6.234375 -5.316406 6.101562 -5.863281 5.84375 -6.21875 C 5.582031 -6.570312 5.179688 -6.75 4.640625 -6.75 C 3.992188 -6.75 3.476562 -6.53125 3.09375 -6.09375 C 2.71875 -5.65625 2.53125 -5.066406 2.53125 -4.328125 L 2.53125 0 L 1.265625 0 L 1.265625 -7.65625 L 2.53125 -7.65625 L 2.53125 -6.46875 C 2.820312 -6.9375 3.164062 -7.28125 3.5625 -7.5 C 3.96875 -7.726562 4.445312 -7.84375 5 -7.84375 C 5.550781 -7.84375 6.019531 -7.703125 6.40625 -7.421875 C 6.800781 -7.140625 7.09375 -6.726562 7.28125 -6.1875 Z M 7.28125 -6.1875 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-16\">\n",
"<path style=\"stroke:none;\" d=\"M 4.28125 -6.78125 C 3.613281 -6.78125 3.082031 -6.515625 2.6875 -5.984375 C 2.289062 -5.460938 2.09375 -4.742188 2.09375 -3.828125 C 2.09375 -2.910156 2.285156 -2.1875 2.671875 -1.65625 C 3.066406 -1.132812 3.601562 -0.875 4.28125 -0.875 C 4.957031 -0.875 5.488281 -1.132812 5.875 -1.65625 C 6.269531 -2.1875 6.46875 -2.910156 6.46875 -3.828125 C 6.46875 -4.734375 6.269531 -5.453125 5.875 -5.984375 C 5.488281 -6.515625 4.957031 -6.78125 4.28125 -6.78125 Z M 4.28125 -7.84375 C 5.375 -7.84375 6.234375 -7.484375 6.859375 -6.765625 C 7.484375 -6.054688 7.796875 -5.078125 7.796875 -3.828125 C 7.796875 -2.566406 7.484375 -1.578125 6.859375 -0.859375 C 6.234375 -0.148438 5.375 0.203125 4.28125 0.203125 C 3.1875 0.203125 2.328125 -0.148438 1.703125 -0.859375 C 1.078125 -1.578125 0.765625 -2.566406 0.765625 -3.828125 C 0.765625 -5.078125 1.078125 -6.054688 1.703125 -6.765625 C 2.328125 -7.484375 3.1875 -7.84375 4.28125 -7.84375 Z M 4.28125 -7.84375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-17\">\n",
"<path style=\"stroke:none;\" d=\"M 7.6875 -4.625 L 7.6875 0 L 6.421875 0 L 6.421875 -4.578125 C 6.421875 -5.304688 6.28125 -5.847656 6 -6.203125 C 5.71875 -6.566406 5.296875 -6.75 4.734375 -6.75 C 4.054688 -6.75 3.519531 -6.53125 3.125 -6.09375 C 2.726562 -5.664062 2.53125 -5.078125 2.53125 -4.328125 L 2.53125 0 L 1.265625 0 L 1.265625 -7.65625 L 2.53125 -7.65625 L 2.53125 -6.46875 C 2.832031 -6.925781 3.1875 -7.269531 3.59375 -7.5 C 4.007812 -7.726562 4.484375 -7.84375 5.015625 -7.84375 C 5.890625 -7.84375 6.550781 -7.566406 7 -7.015625 C 7.457031 -6.472656 7.6875 -5.675781 7.6875 -4.625 Z M 7.6875 -4.625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-18\">\n",
"<path style=\"stroke:none;\" d=\"M 6.359375 -3.921875 C 6.359375 -4.828125 6.171875 -5.53125 5.796875 -6.03125 C 5.421875 -6.53125 4.894531 -6.78125 4.21875 -6.78125 C 3.539062 -6.78125 3.015625 -6.53125 2.640625 -6.03125 C 2.265625 -5.53125 2.078125 -4.828125 2.078125 -3.921875 C 2.078125 -3.015625 2.265625 -2.304688 2.640625 -1.796875 C 3.015625 -1.296875 3.539062 -1.046875 4.21875 -1.046875 C 4.894531 -1.046875 5.421875 -1.296875 5.796875 -1.796875 C 6.171875 -2.304688 6.359375 -3.015625 6.359375 -3.921875 Z M 7.609375 -0.953125 C 7.609375 0.347656 7.316406 1.316406 6.734375 1.953125 C 6.160156 2.585938 5.28125 2.90625 4.09375 2.90625 C 3.644531 2.90625 3.222656 2.875 2.828125 2.8125 C 2.441406 2.75 2.066406 2.648438 1.703125 2.515625 L 1.703125 1.28125 C 2.066406 1.488281 2.425781 1.640625 2.78125 1.734375 C 3.144531 1.828125 3.515625 1.875 3.890625 1.875 C 4.710938 1.875 5.328125 1.65625 5.734375 1.21875 C 6.148438 0.789062 6.359375 0.144531 6.359375 -0.71875 L 6.359375 -1.34375 C 6.097656 -0.894531 5.765625 -0.554688 5.359375 -0.328125 C 4.953125 -0.109375 4.46875 0 3.90625 0 C 2.96875 0 2.207031 -0.351562 1.625 -1.0625 C 1.050781 -1.78125 0.765625 -2.734375 0.765625 -3.921875 C 0.765625 -5.097656 1.050781 -6.046875 1.625 -6.765625 C 2.207031 -7.484375 2.96875 -7.84375 3.90625 -7.84375 C 4.46875 -7.84375 4.953125 -7.726562 5.359375 -7.5 C 5.765625 -7.28125 6.097656 -6.945312 6.359375 -6.5 L 6.359375 -7.65625 L 7.609375 -7.65625 Z M 7.609375 -0.953125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-19\">\n",
"<path style=\"stroke:none;\" d=\"M 1.1875 -3.015625 L 1.1875 -7.65625 L 2.453125 -7.65625 L 2.453125 -3.0625 C 2.453125 -2.34375 2.59375 -1.800781 2.875 -1.4375 C 3.15625 -1.070312 3.578125 -0.890625 4.140625 -0.890625 C 4.816406 -0.890625 5.351562 -1.101562 5.75 -1.53125 C 6.144531 -1.96875 6.34375 -2.5625 6.34375 -3.3125 L 6.34375 -7.65625 L 7.609375 -7.65625 L 7.609375 0 L 6.34375 0 L 6.34375 -1.171875 C 6.039062 -0.710938 5.6875 -0.367188 5.28125 -0.140625 C 4.875 0.0859375 4.40625 0.203125 3.875 0.203125 C 3 0.203125 2.332031 -0.0664062 1.875 -0.609375 C 1.414062 -1.160156 1.1875 -1.960938 1.1875 -3.015625 Z M 4.359375 -7.84375 Z M 4.359375 -7.84375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-20\">\n",
"<path style=\"stroke:none;\" d=\"M 7.875 -4.140625 L 7.875 -3.53125 L 2.078125 -3.53125 C 2.140625 -2.664062 2.398438 -2.003906 2.859375 -1.546875 C 3.328125 -1.097656 3.976562 -0.875 4.8125 -0.875 C 5.300781 -0.875 5.769531 -0.929688 6.21875 -1.046875 C 6.675781 -1.160156 7.128906 -1.335938 7.578125 -1.578125 L 7.578125 -0.390625 C 7.117188 -0.203125 6.648438 -0.0546875 6.171875 0.046875 C 5.703125 0.148438 5.226562 0.203125 4.75 0.203125 C 3.519531 0.203125 2.546875 -0.148438 1.828125 -0.859375 C 1.117188 -1.578125 0.765625 -2.539062 0.765625 -3.75 C 0.765625 -5.007812 1.101562 -6.003906 1.78125 -6.734375 C 2.457031 -7.472656 3.375 -7.84375 4.53125 -7.84375 C 5.5625 -7.84375 6.375 -7.507812 6.96875 -6.84375 C 7.570312 -6.1875 7.875 -5.285156 7.875 -4.140625 Z M 6.609375 -4.515625 C 6.597656 -5.203125 6.40625 -5.75 6.03125 -6.15625 C 5.65625 -6.570312 5.160156 -6.78125 4.546875 -6.78125 C 3.835938 -6.78125 3.269531 -6.578125 2.84375 -6.171875 C 2.425781 -5.773438 2.1875 -5.21875 2.125 -4.5 Z M 6.609375 -4.515625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-21\">\n",
"<path style=\"stroke:none;\" d=\"M 5.203125 -10.640625 L 5.203125 -9.59375 L 4 -9.59375 C 3.539062 -9.59375 3.222656 -9.5 3.046875 -9.3125 C 2.878906 -9.132812 2.796875 -8.804688 2.796875 -8.328125 L 2.796875 -7.65625 L 4.859375 -7.65625 L 4.859375 -6.671875 L 2.796875 -6.671875 L 2.796875 0 L 1.53125 0 L 1.53125 -6.671875 L 0.328125 -6.671875 L 0.328125 -7.65625 L 1.53125 -7.65625 L 1.53125 -8.1875 C 1.53125 -9.039062 1.726562 -9.660156 2.125 -10.046875 C 2.519531 -10.441406 3.144531 -10.640625 4 -10.640625 Z M 5.203125 -10.640625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-22\">\n",
"<path style=\"stroke:none;\" d=\"M 2.53125 -1.15625 L 2.53125 2.90625 L 1.265625 2.90625 L 1.265625 -7.65625 L 2.53125 -7.65625 L 2.53125 -6.5 C 2.800781 -6.945312 3.132812 -7.28125 3.53125 -7.5 C 3.9375 -7.726562 4.421875 -7.84375 4.984375 -7.84375 C 5.910156 -7.84375 6.664062 -7.472656 7.25 -6.734375 C 7.832031 -5.992188 8.125 -5.023438 8.125 -3.828125 C 8.125 -2.617188 7.832031 -1.644531 7.25 -0.90625 C 6.664062 -0.164062 5.910156 0.203125 4.984375 0.203125 C 4.421875 0.203125 3.9375 0.09375 3.53125 -0.125 C 3.132812 -0.351562 2.800781 -0.695312 2.53125 -1.15625 Z M 6.8125 -3.828125 C 6.8125 -4.742188 6.617188 -5.460938 6.234375 -5.984375 C 5.859375 -6.515625 5.335938 -6.78125 4.671875 -6.78125 C 4.003906 -6.78125 3.476562 -6.515625 3.09375 -5.984375 C 2.71875 -5.460938 2.53125 -4.742188 2.53125 -3.828125 C 2.53125 -2.898438 2.71875 -2.171875 3.09375 -1.640625 C 3.476562 -1.117188 4.003906 -0.859375 4.671875 -0.859375 C 5.335938 -0.859375 5.859375 -1.117188 6.234375 -1.640625 C 6.617188 -2.171875 6.8125 -2.898438 6.8125 -3.828125 Z M 6.8125 -3.828125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-23\">\n",
"<path style=\"stroke:none;\" d=\"M 1.265625 -10.640625 L 2.53125 -10.640625 L 2.53125 -4.359375 L 6.296875 -7.65625 L 7.890625 -7.65625 L 3.828125 -4.078125 L 8.0625 0 L 6.421875 0 L 2.53125 -3.734375 L 2.53125 0 L 1.265625 0 Z M 1.265625 -10.640625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph0-24\">\n",
"<path style=\"stroke:none;\" d=\"M 0.59375 -7.65625 L 1.84375 -7.65625 L 3.421875 -1.6875 L 4.984375 -7.65625 L 6.46875 -7.65625 L 8.046875 -1.6875 L 9.609375 -7.65625 L 10.859375 -7.65625 L 8.859375 0 L 7.375 0 L 5.734375 -6.28125 L 4.078125 0 L 2.59375 0 Z M 0.59375 -7.65625 \"/>\n",
"</symbol>\n",
"</g>\n",
"</defs>\n",
"<g id=\"surface104\">\n",
"<rect x=\"0\" y=\"0\" width=\"600\" height=\"600\" style=\"fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;\"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 235.0625 464.316406 L 328.921875 486.609375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 235.0625 464.316406 L 293.875 433.523438 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 235.0625 464.316406 L 255.492188 398.875 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 235.0625 464.316406 L 291.167969 386.328125 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 235.0625 464.316406 L 362.453125 441.109375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 235.0625 464.316406 L 267.242188 500 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 500 381.351562 L 394.789062 289.960938 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 500 381.351562 L 362.453125 441.109375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 426.183594 464.152344 L 328.921875 486.609375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 426.183594 464.152344 L 394.789062 289.960938 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 426.183594 464.152344 L 365.628906 386.515625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 426.183594 464.152344 L 362.453125 441.109375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 328.921875 486.609375 L 293.875 433.523438 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 328.921875 486.609375 L 255.492188 398.875 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 328.921875 486.609375 L 291.167969 386.328125 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 328.921875 486.609375 L 362.453125 441.109375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 328.921875 486.609375 L 267.242188 500 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 328.921875 486.609375 L 394.789062 289.960938 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 328.921875 486.609375 L 365.628906 386.515625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 356.453125 148.234375 L 415.242188 128.765625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 356.453125 148.234375 L 378.316406 180.851562 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 356.453125 148.234375 L 308.414062 133.921875 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 356.453125 148.234375 L 394.789062 289.960938 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 356.453125 148.234375 L 357.261719 101.839844 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 356.453125 148.234375 L 412.496094 170.050781 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 356.453125 148.234375 L 391.03125 100 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 356.453125 148.234375 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 415.242188 128.765625 L 378.316406 180.851562 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 415.242188 128.765625 L 308.414062 133.921875 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 415.242188 128.765625 L 394.789062 289.960938 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 415.242188 128.765625 L 357.261719 101.839844 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 415.242188 128.765625 L 412.496094 170.050781 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 415.242188 128.765625 L 391.03125 100 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 415.242188 128.765625 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 219.46875 110.242188 L 308.414062 133.921875 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 219.46875 110.242188 L 205.835938 169.179688 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 219.46875 110.242188 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 378.316406 180.851562 L 308.414062 133.921875 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 378.316406 180.851562 L 394.789062 289.960938 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 378.316406 180.851562 L 357.261719 101.839844 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 378.316406 180.851562 L 412.496094 170.050781 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 378.316406 180.851562 L 391.03125 100 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 378.316406 180.851562 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 293.875 433.523438 L 255.492188 398.875 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 293.875 433.523438 L 291.167969 386.328125 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 293.875 433.523438 L 362.453125 441.109375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 293.875 433.523438 L 267.242188 500 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 293.875 433.523438 L 394.789062 289.960938 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 293.875 433.523438 L 365.628906 386.515625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 293.875 433.523438 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 308.414062 133.921875 L 394.789062 289.960938 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 308.414062 133.921875 L 357.261719 101.839844 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 308.414062 133.921875 L 412.496094 170.050781 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 308.414062 133.921875 L 391.03125 100 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 308.414062 133.921875 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 308.414062 133.921875 L 205.835938 169.179688 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.492188 398.875 L 291.167969 386.328125 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.492188 398.875 L 362.453125 441.109375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.492188 398.875 L 267.242188 500 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.492188 398.875 L 394.789062 289.960938 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.492188 398.875 L 365.628906 386.515625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.492188 398.875 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 394.789062 289.960938 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 394.789062 289.960938 L 365.628906 386.515625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 394.789062 289.960938 L 362.453125 441.109375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 394.789062 289.960938 L 291.167969 386.328125 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 394.789062 289.960938 L 357.261719 101.839844 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 394.789062 289.960938 L 412.496094 170.050781 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 394.789062 289.960938 L 391.03125 100 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 291.167969 386.328125 L 362.453125 441.109375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 291.167969 386.328125 L 267.242188 500 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 291.167969 386.328125 L 365.628906 386.515625 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 291.167969 386.328125 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 205.835938 169.179688 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 357.261719 101.839844 L 412.496094 170.050781 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 357.261719 101.839844 L 391.03125 100 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 357.261719 101.839844 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.496094 170.050781 L 391.03125 100 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.496094 170.050781 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 391.03125 100 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 365.628906 386.515625 L 362.453125 441.109375 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 365.628906 386.515625 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 362.453125 441.109375 L 267.242188 500 \"/>\n",
"<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.666667%,26.666667%,26.666667%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 362.453125 441.109375 L 309.484375 230.066406 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 245.0625 464.316406 C 245.0625 469.839844 240.582031 474.316406 235.0625 474.316406 C 229.539062 474.316406 225.0625 469.839844 225.0625 464.316406 C 225.0625 458.792969 229.539062 454.316406 235.0625 454.316406 C 240.582031 454.316406 245.0625 458.792969 245.0625 464.316406 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 510 381.351562 C 510 386.875 505.523438 391.351562 500 391.351562 C 494.476562 391.351562 490 386.875 490 381.351562 C 490 375.828125 494.476562 371.351562 500 371.351562 C 505.523438 371.351562 510 375.828125 510 381.351562 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 436.183594 464.152344 C 436.183594 469.675781 431.707031 474.152344 426.183594 474.152344 C 420.660156 474.152344 416.183594 469.675781 416.183594 464.152344 C 416.183594 458.628906 420.660156 454.152344 426.183594 454.152344 C 431.707031 454.152344 436.183594 458.628906 436.183594 464.152344 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 338.921875 486.609375 C 338.921875 492.128906 334.445312 496.609375 328.921875 496.609375 C 323.398438 496.609375 318.921875 492.128906 318.921875 486.609375 C 318.921875 481.085938 323.398438 476.609375 328.921875 476.609375 C 334.445312 476.609375 338.921875 481.085938 338.921875 486.609375 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 366.453125 148.234375 C 366.453125 153.757812 361.972656 158.234375 356.453125 158.234375 C 350.929688 158.234375 346.453125 153.757812 346.453125 148.234375 C 346.453125 142.710938 350.929688 138.234375 356.453125 138.234375 C 361.972656 138.234375 366.453125 142.710938 366.453125 148.234375 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 425.242188 128.765625 C 425.242188 134.285156 420.765625 138.765625 415.242188 138.765625 C 409.71875 138.765625 405.242188 134.285156 405.242188 128.765625 C 405.242188 123.242188 409.71875 118.765625 415.242188 118.765625 C 420.765625 118.765625 425.242188 123.242188 425.242188 128.765625 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 229.46875 110.242188 C 229.46875 115.761719 224.992188 120.242188 219.46875 120.242188 C 213.945312 120.242188 209.46875 115.761719 209.46875 110.242188 C 209.46875 104.71875 213.945312 100.242188 219.46875 100.242188 C 224.992188 100.242188 229.46875 104.71875 229.46875 110.242188 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 388.316406 180.851562 C 388.316406 186.375 383.839844 190.851562 378.316406 190.851562 C 372.792969 190.851562 368.316406 186.375 368.316406 180.851562 C 368.316406 175.328125 372.792969 170.851562 378.316406 170.851562 C 383.839844 170.851562 388.316406 175.328125 388.316406 180.851562 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 303.875 433.523438 C 303.875 439.046875 299.398438 443.523438 293.875 443.523438 C 288.351562 443.523438 283.875 439.046875 283.875 433.523438 C 283.875 428 288.351562 423.523438 293.875 423.523438 C 299.398438 423.523438 303.875 428 303.875 433.523438 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 318.414062 133.921875 C 318.414062 139.445312 313.9375 143.921875 308.414062 143.921875 C 302.890625 143.921875 298.414062 139.445312 298.414062 133.921875 C 298.414062 128.398438 302.890625 123.921875 308.414062 123.921875 C 313.9375 123.921875 318.414062 128.398438 318.414062 133.921875 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 265.492188 398.875 C 265.492188 404.398438 261.011719 408.875 255.492188 408.875 C 249.96875 408.875 245.492188 404.398438 245.492188 398.875 C 245.492188 393.355469 249.96875 388.875 255.492188 388.875 C 261.011719 388.875 265.492188 393.355469 265.492188 398.875 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 404.789062 289.960938 C 404.789062 295.480469 400.3125 299.960938 394.789062 299.960938 C 389.265625 299.960938 384.789062 295.480469 384.789062 289.960938 C 384.789062 284.4375 389.265625 279.960938 394.789062 279.960938 C 400.3125 279.960938 404.789062 284.4375 404.789062 289.960938 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 301.167969 386.328125 C 301.167969 391.851562 296.691406 396.328125 291.167969 396.328125 C 285.644531 396.328125 281.167969 391.851562 281.167969 386.328125 C 281.167969 380.804688 285.644531 376.328125 291.167969 376.328125 C 296.691406 376.328125 301.167969 380.804688 301.167969 386.328125 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 215.835938 169.179688 C 215.835938 174.703125 211.359375 179.179688 205.835938 179.179688 C 200.3125 179.179688 195.835938 174.703125 195.835938 169.179688 C 195.835938 163.65625 200.3125 159.179688 205.835938 159.179688 C 211.359375 159.179688 215.835938 163.65625 215.835938 169.179688 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 110 288.460938 C 110 293.984375 105.523438 298.460938 100 298.460938 C 94.476562 298.460938 90 293.984375 90 288.460938 C 90 282.9375 94.476562 278.460938 100 278.460938 C 105.523438 278.460938 110 282.9375 110 288.460938 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 367.261719 101.839844 C 367.261719 107.363281 362.785156 111.839844 357.261719 111.839844 C 351.738281 111.839844 347.261719 107.363281 347.261719 101.839844 C 347.261719 96.316406 351.738281 91.839844 357.261719 91.839844 C 362.785156 91.839844 367.261719 96.316406 367.261719 101.839844 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 422.496094 170.050781 C 422.496094 175.574219 418.019531 180.050781 412.496094 180.050781 C 406.972656 180.050781 402.496094 175.574219 402.496094 170.050781 C 402.496094 164.527344 406.972656 160.050781 412.496094 160.050781 C 418.019531 160.050781 422.496094 164.527344 422.496094 170.050781 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 401.03125 100 C 401.03125 105.523438 396.554688 110 391.03125 110 C 385.511719 110 381.03125 105.523438 381.03125 100 C 381.03125 94.476562 385.511719 90 391.03125 90 C 396.554688 90 401.03125 94.476562 401.03125 100 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 375.628906 386.515625 C 375.628906 392.039062 371.152344 396.515625 365.628906 396.515625 C 360.105469 396.515625 355.628906 392.039062 355.628906 386.515625 C 355.628906 380.992188 360.105469 376.515625 365.628906 376.515625 C 371.152344 376.515625 375.628906 380.992188 375.628906 386.515625 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 372.453125 441.109375 C 372.453125 446.632812 367.976562 451.109375 362.453125 451.109375 C 356.929688 451.109375 352.453125 446.632812 352.453125 441.109375 C 352.453125 435.585938 356.929688 431.109375 362.453125 431.109375 C 367.976562 431.109375 372.453125 435.585938 372.453125 441.109375 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 277.242188 500 C 277.242188 505.523438 272.761719 510 267.242188 510 C 261.71875 510 257.242188 505.523438 257.242188 500 C 257.242188 494.476562 261.71875 490 267.242188 490 C 272.761719 490 277.242188 494.476562 277.242188 500 \"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 319.484375 230.066406 C 319.484375 235.589844 315.007812 240.066406 309.484375 240.066406 C 303.964844 240.066406 299.484375 235.589844 299.484375 230.066406 C 299.484375 224.542969 303.964844 220.066406 309.484375 220.066406 C 315.007812 220.066406 319.484375 224.542969 319.484375 230.066406 \"/>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-1\" x=\"223.613281\" y=\"471.070312\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"232.520508\" y=\"471.070312\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"239.814453\" y=\"471.070312\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-4\" x=\"484.1875\" y=\"388.199219\"/>\n",
" <use xlink:href=\"#glyph0-5\" x=\"493.094727\" y=\"388.199219\"/>\n",
" <use xlink:href=\"#glyph0-6\" x=\"497.811523\" y=\"388.199219\"/>\n",
" <use xlink:href=\"#glyph0-7\" x=\"506.71875\" y=\"388.199219\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-8\" x=\"402.570312\" y=\"471.121094\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"411.149414\" y=\"471.121094\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"415.039062\" y=\"471.121094\"/>\n",
" <use xlink:href=\"#glyph0-11\" x=\"423.925781\" y=\"471.121094\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"429.681641\" y=\"471.121094\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"433.571289\" y=\"471.121094\"/>\n",
" <use xlink:href=\"#glyph0-14\" x=\"441.268555\" y=\"471.121094\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-8\" x=\"292.71875\" y=\"493.175781\"/>\n",
" <use xlink:href=\"#glyph0-11\" x=\"301.297852\" y=\"493.175781\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"307.053711\" y=\"493.175781\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"320.691406\" y=\"493.175781\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"327.985352\" y=\"493.175781\"/>\n",
" <use xlink:href=\"#glyph0-11\" x=\"333.474609\" y=\"493.175781\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"339.230469\" y=\"493.175781\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"347.795898\" y=\"493.175781\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"356.668945\" y=\"493.175781\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-8\" x=\"322.449219\" y=\"154.800781\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"331.02832\" y=\"154.800781\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"338.322266\" y=\"154.800781\"/>\n",
" <use xlink:href=\"#glyph0-11\" x=\"343.811523\" y=\"154.800781\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"349.567383\" y=\"154.800781\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"358.132812\" y=\"154.800781\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"367.005859\" y=\"154.800781\"/>\n",
" <use xlink:href=\"#glyph0-19\" x=\"375.584961\" y=\"154.800781\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"384.458008\" y=\"154.800781\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-13\" x=\"392.101562\" y=\"135.734375\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"399.798828\" y=\"135.734375\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"408.364258\" y=\"135.734375\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"412.253906\" y=\"135.734375\"/>\n",
" <use xlink:href=\"#glyph0-20\" x=\"416.143555\" y=\"135.734375\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"424.756836\" y=\"135.734375\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"432.454102\" y=\"135.734375\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-20\" x=\"200.164062\" y=\"117.210938\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"208.777344\" y=\"117.210938\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"217.356445\" y=\"117.210938\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"226.243164\" y=\"117.210938\"/>\n",
" <use xlink:href=\"#glyph0-20\" x=\"230.132812\" y=\"117.210938\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-21\" x=\"365.648438\" y=\"187.820312\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"370.577148\" y=\"187.820312\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"374.466797\" y=\"187.820312\"/>\n",
" <use xlink:href=\"#glyph0-18\" x=\"383.045898\" y=\"187.820312\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-18\" x=\"275.796875\" y=\"440.492188\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"284.683594\" y=\"440.492188\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"288.573242\" y=\"440.492188\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"297.152344\" y=\"440.492188\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"306.025391\" y=\"440.492188\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-9\" x=\"293.277344\" y=\"140.890625\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"297.166992\" y=\"140.890625\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"305.746094\" y=\"140.890625\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"314.619141\" y=\"140.890625\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-9\" x=\"240.230469\" y=\"405.847656\"/>\n",
" <use xlink:href=\"#glyph0-20\" x=\"244.120117\" y=\"405.847656\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"252.733398\" y=\"405.847656\"/>\n",
" <use xlink:href=\"#glyph0-22\" x=\"261.3125\" y=\"405.847656\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-15\" x=\"379.203125\" y=\"295.53125\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"392.84082\" y=\"295.53125\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"401.419922\" y=\"295.53125\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-15\" x=\"260.746094\" y=\"393.296875\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"274.383789\" y=\"393.296875\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"282.962891\" y=\"393.296875\"/>\n",
" <use xlink:href=\"#glyph0-23\" x=\"291.835938\" y=\"393.296875\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"299.943359\" y=\"393.296875\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"303.833008\" y=\"393.296875\"/>\n",
" <use xlink:href=\"#glyph0-10\" x=\"312.706055\" y=\"393.296875\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-15\" x=\"190.230469\" y=\"174.75\"/>\n",
" <use xlink:href=\"#glyph0-20\" x=\"203.868164\" y=\"174.75\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"212.481445\" y=\"174.75\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-15\" x=\"80.136719\" y=\"294.03125\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"93.774414\" y=\"294.03125\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"102.339844\" y=\"294.03125\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"110.905273\" y=\"294.03125\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-22\" x=\"340.160156\" y=\"108.808594\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"349.046875\" y=\"108.808594\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"352.936523\" y=\"108.808594\"/>\n",
" <use xlink:href=\"#glyph0-12\" x=\"361.515625\" y=\"108.808594\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"365.405273\" y=\"108.808594\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-22\" x=\"394.167969\" y=\"177.019531\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"403.054688\" y=\"177.019531\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"406.944336\" y=\"177.019531\"/>\n",
" <use xlink:href=\"#glyph0-17\" x=\"415.523438\" y=\"177.019531\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"424.396484\" y=\"177.019531\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-11\" x=\"372.027344\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-16\" x=\"377.783203\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-13\" x=\"386.348633\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-23\" x=\"394.045898\" y=\"106.96875\"/>\n",
" <use xlink:href=\"#glyph0-2\" x=\"402.15332\" y=\"106.96875\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-2\" x=\"347.261719\" y=\"393.484375\"/>\n",
" <use xlink:href=\"#glyph0-15\" x=\"354.555664\" y=\"393.484375\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"368.193359\" y=\"393.484375\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"376.772461\" y=\"393.484375\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"380.662109\" y=\"393.484375\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-2\" x=\"347.316406\" y=\"447.675781\"/>\n",
" <use xlink:href=\"#glyph0-3\" x=\"354.610352\" y=\"447.675781\"/>\n",
" <use xlink:href=\"#glyph0-20\" x=\"360.099609\" y=\"447.675781\"/>\n",
" <use xlink:href=\"#glyph0-22\" x=\"368.712891\" y=\"447.675781\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-3\" x=\"252.03125\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"257.520508\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-23\" x=\"266.099609\" y=\"506.96875\"/>\n",
" <use xlink:href=\"#glyph0-20\" x=\"274.207031\" y=\"506.96875\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph0-24\" x=\"293.199219\" y=\"237.035156\"/>\n",
" <use xlink:href=\"#glyph0-8\" x=\"304.649414\" y=\"237.035156\"/>\n",
" <use xlink:href=\"#glyph0-9\" x=\"313.228516\" y=\"237.035156\"/>\n",
" <use xlink:href=\"#glyph0-23\" x=\"317.118164\" y=\"237.035156\"/>\n",
"</g>\n",
"</g>\n",
"</svg>\n"
],
"text/plain": [
"<igraph.drawing.Plot at 0x7fc5637761f0>"
]
},
"execution_count": 34,
"metadata": {
"image/svg+xml": {
"isolated": true
}
},
"output_type": "execute_result"
}
],
"source": [
"words = tn.project(node_type='term')\n",
"ig.plot(words, \n",
" layout=words.layout_fruchterman_reingold(weights='weight'),\n",
" margin=100,\n",
" vertex_label=words.vs['id'],\n",
" mark_groups=words.community_leiden(weights='weight'))"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "VENV",
"language": "python",
"name": "venv"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment