Skip to content

Instantly share code, notes, and snippets.

@sebastianpech
Created May 3, 2017 08:53
Show Gist options
  • Save sebastianpech/6bfb181ab8265b9b109810c6155e6440 to your computer and use it in GitHub Desktop.
Save sebastianpech/6bfb181ab8265b9b109810c6155e6440 to your computer and use it in GitHub Desktop.
Plots.jl: PGF-zcolor
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true,
"scrolled": false
},
"outputs": [],
"source": [
"include(\"Plots.jl/src/Plots.jl\")\n",
"using Plots\n",
"pgfplots()\n",
";"
]
},
{
"cell_type": "markdown",
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"There is still a problem when trying to call\n",
"\n",
" plot(x,y,zcolor=reverse(z),m=(10,0.8,:blues,stroke(0)),leg=false,colorbar=true,w=5)\n",
"\n",
"as PGFPlots linear does not support the extra keyword style. A workaround is to plot the points with scatter! onto the linear plot."
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true
},
"outputs": [],
"source": [
"srand(1234)\n",
"n = 100\n",
"ts = linspace(0,8π,n)\n",
"x = ts .* map(cos,ts)\n",
"y = (0.1ts) .* map(sin,ts)\n",
"z = 1:n\n",
"plot(x,y,w=5)\n",
"scatter!(x,y,zcolor=reverse(z),m=(10,0.8,:blues,stroke(0)),leg=false,colorbar=true,w=5)"
]
},
{
"cell_type": "markdown",
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"Alternative colormap"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true
},
"outputs": [
{
"data": {
"text/html": [
"<?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=\"451.398pt\" height=\"263.788pt\" viewBox=\"0 0 451.398 263.788\" version=\"1.1\">\n",
"<defs>\n",
"<g>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323736-0-0\">\n",
"<path style=\"stroke:none;\" d=\"\"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323736-0-1\">\n",
"<path style=\"stroke:none;\" d=\"M 6.5625 -2.296875 C 6.734375 -2.296875 6.921875 -2.296875 6.921875 -2.5 C 6.921875 -2.6875 6.734375 -2.6875 6.5625 -2.6875 L 1.171875 -2.6875 C 1 -2.6875 0.828125 -2.6875 0.828125 -2.5 C 0.828125 -2.296875 1 -2.296875 1.171875 -2.296875 Z M 6.5625 -2.296875 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323736-1-0\">\n",
"<path style=\"stroke:none;\" d=\"\"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323736-1-1\">\n",
"<path style=\"stroke:none;\" d=\"M 1.265625 -0.765625 L 2.328125 -1.796875 C 3.875 -3.171875 4.46875 -3.703125 4.46875 -4.703125 C 4.46875 -5.84375 3.578125 -6.640625 2.359375 -6.640625 C 1.234375 -6.640625 0.5 -5.71875 0.5 -4.828125 C 0.5 -4.28125 1 -4.28125 1.03125 -4.28125 C 1.203125 -4.28125 1.546875 -4.390625 1.546875 -4.8125 C 1.546875 -5.0625 1.359375 -5.328125 1.015625 -5.328125 C 0.9375 -5.328125 0.921875 -5.328125 0.890625 -5.3125 C 1.109375 -5.96875 1.65625 -6.328125 2.234375 -6.328125 C 3.140625 -6.328125 3.5625 -5.515625 3.5625 -4.703125 C 3.5625 -3.90625 3.078125 -3.125 2.515625 -2.5 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 L 4.46875 -1.734375 L 4.234375 -1.734375 C 4.171875 -1.4375 4.109375 -1 4 -0.84375 C 3.9375 -0.765625 3.28125 -0.765625 3.0625 -0.765625 Z M 1.265625 -0.765625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323736-1-2\">\n",
"<path style=\"stroke:none;\" d=\"M 4.578125 -3.1875 C 4.578125 -3.984375 4.53125 -4.78125 4.1875 -5.515625 C 3.734375 -6.484375 2.90625 -6.640625 2.5 -6.640625 C 1.890625 -6.640625 1.171875 -6.375 0.75 -5.453125 C 0.4375 -4.765625 0.390625 -3.984375 0.390625 -3.1875 C 0.390625 -2.4375 0.421875 -1.546875 0.84375 -0.78125 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.015625 0.21875 3.78125 0.015625 4.21875 -0.9375 C 4.53125 -1.625 4.578125 -2.40625 4.578125 -3.1875 Z M 2.484375 0 C 2.09375 0 1.5 -0.25 1.328125 -1.203125 C 1.21875 -1.796875 1.21875 -2.71875 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.609375 1.296875 -5.140625 C 1.484375 -6.328125 2.234375 -6.421875 2.484375 -6.421875 C 2.8125 -6.421875 3.46875 -6.234375 3.65625 -5.25 C 3.765625 -4.6875 3.765625 -3.9375 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.5 -0.296875 2.9375 0 2.484375 0 Z M 2.484375 0 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323736-1-3\">\n",
"<path style=\"stroke:none;\" d=\"M 2.9375 -6.375 C 2.9375 -6.625 2.9375 -6.640625 2.703125 -6.640625 C 2.078125 -6 1.203125 -6 0.890625 -6 L 0.890625 -5.6875 C 1.09375 -5.6875 1.671875 -5.6875 2.1875 -5.953125 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.15625 -0.03125 2.5625 -0.03125 C 2.953125 -0.03125 3.828125 -0.03125 4.171875 0 L 4.171875 -0.3125 L 3.859375 -0.3125 C 2.953125 -0.3125 2.9375 -0.421875 2.9375 -0.78125 Z M 2.9375 -6.375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323736-1-4\">\n",
"<path style=\"stroke:none;\" d=\"M 4.46875 -2 C 4.46875 -3.1875 3.65625 -4.1875 2.578125 -4.1875 C 2.109375 -4.1875 1.671875 -4.03125 1.3125 -3.671875 L 1.3125 -5.625 C 1.515625 -5.5625 1.84375 -5.5 2.15625 -5.5 C 3.390625 -5.5 4.09375 -6.40625 4.09375 -6.53125 C 4.09375 -6.59375 4.0625 -6.640625 3.984375 -6.640625 C 3.984375 -6.640625 3.953125 -6.640625 3.90625 -6.609375 C 3.703125 -6.515625 3.21875 -6.3125 2.546875 -6.3125 C 2.15625 -6.3125 1.6875 -6.390625 1.21875 -6.59375 C 1.140625 -6.625 1.125 -6.625 1.109375 -6.625 C 1 -6.625 1 -6.546875 1 -6.390625 L 1 -3.4375 C 1 -3.265625 1 -3.1875 1.140625 -3.1875 C 1.21875 -3.1875 1.234375 -3.203125 1.28125 -3.265625 C 1.390625 -3.421875 1.75 -3.96875 2.5625 -3.96875 C 3.078125 -3.96875 3.328125 -3.515625 3.40625 -3.328125 C 3.5625 -2.953125 3.59375 -2.578125 3.59375 -2.078125 C 3.59375 -1.71875 3.59375 -1.125 3.34375 -0.703125 C 3.109375 -0.3125 2.734375 -0.0625 2.28125 -0.0625 C 1.5625 -0.0625 0.984375 -0.59375 0.8125 -1.171875 C 0.84375 -1.171875 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.640625 C 1.484375 -1.890625 1.3125 -2.140625 0.984375 -2.140625 C 0.84375 -2.140625 0.5 -2.0625 0.5 -1.609375 C 0.5 -0.75 1.1875 0.21875 2.296875 0.21875 C 3.453125 0.21875 4.46875 -0.734375 4.46875 -2 Z M 4.46875 -2 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323736-1-5\">\n",
"<path style=\"stroke:none;\" d=\"M 2.9375 -1.640625 L 2.9375 -0.78125 C 2.9375 -0.421875 2.90625 -0.3125 2.171875 -0.3125 L 1.96875 -0.3125 L 1.96875 0 C 2.375 -0.03125 2.890625 -0.03125 3.3125 -0.03125 C 3.734375 -0.03125 4.25 -0.03125 4.671875 0 L 4.671875 -0.3125 L 4.453125 -0.3125 C 3.71875 -0.3125 3.703125 -0.421875 3.703125 -0.78125 L 3.703125 -1.640625 L 4.6875 -1.640625 L 4.6875 -1.953125 L 3.703125 -1.953125 L 3.703125 -6.484375 C 3.703125 -6.6875 3.703125 -6.75 3.53125 -6.75 C 3.453125 -6.75 3.421875 -6.75 3.34375 -6.625 L 0.28125 -1.953125 L 0.28125 -1.640625 Z M 2.984375 -1.953125 L 0.5625 -1.953125 L 2.984375 -5.671875 Z M 2.984375 -1.953125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323736-1-6\">\n",
"<path style=\"stroke:none;\" d=\"M 1.3125 -3.265625 L 1.3125 -3.515625 C 1.3125 -6.03125 2.546875 -6.390625 3.0625 -6.390625 C 3.296875 -6.390625 3.71875 -6.328125 3.9375 -5.984375 C 3.78125 -5.984375 3.390625 -5.984375 3.390625 -5.546875 C 3.390625 -5.234375 3.625 -5.078125 3.84375 -5.078125 C 4 -5.078125 4.3125 -5.171875 4.3125 -5.5625 C 4.3125 -6.15625 3.875 -6.640625 3.046875 -6.640625 C 1.765625 -6.640625 0.421875 -5.359375 0.421875 -3.15625 C 0.421875 -0.484375 1.578125 0.21875 2.5 0.21875 C 3.609375 0.21875 4.5625 -0.71875 4.5625 -2.03125 C 4.5625 -3.296875 3.671875 -4.25 2.5625 -4.25 C 1.890625 -4.25 1.515625 -3.75 1.3125 -3.265625 Z M 2.5 -0.0625 C 1.875 -0.0625 1.578125 -0.65625 1.515625 -0.8125 C 1.328125 -1.28125 1.328125 -2.078125 1.328125 -2.25 C 1.328125 -3.03125 1.65625 -4.03125 2.546875 -4.03125 C 2.71875 -4.03125 3.171875 -4.03125 3.484375 -3.40625 C 3.65625 -3.046875 3.65625 -2.53125 3.65625 -2.046875 C 3.65625 -1.5625 3.65625 -1.0625 3.484375 -0.703125 C 3.1875 -0.109375 2.734375 -0.0625 2.5 -0.0625 Z M 2.5 -0.0625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323736-1-7\">\n",
"<path style=\"stroke:none;\" d=\"M 1.625 -4.5625 C 1.171875 -4.859375 1.125 -5.1875 1.125 -5.359375 C 1.125 -5.96875 1.78125 -6.390625 2.484375 -6.390625 C 3.203125 -6.390625 3.84375 -5.875 3.84375 -5.15625 C 3.84375 -4.578125 3.453125 -4.109375 2.859375 -3.765625 Z M 3.078125 -3.609375 C 3.796875 -3.984375 4.28125 -4.5 4.28125 -5.15625 C 4.28125 -6.078125 3.40625 -6.640625 2.5 -6.640625 C 1.5 -6.640625 0.6875 -5.90625 0.6875 -4.96875 C 0.6875 -4.796875 0.703125 -4.34375 1.125 -3.875 C 1.234375 -3.765625 1.609375 -3.515625 1.859375 -3.34375 C 1.28125 -3.046875 0.421875 -2.5 0.421875 -1.5 C 0.421875 -0.453125 1.4375 0.21875 2.484375 0.21875 C 3.609375 0.21875 4.5625 -0.609375 4.5625 -1.671875 C 4.5625 -2.03125 4.453125 -2.484375 4.0625 -2.90625 C 3.875 -3.109375 3.71875 -3.203125 3.078125 -3.609375 Z M 2.078125 -3.1875 L 3.3125 -2.40625 C 3.59375 -2.21875 4.0625 -1.921875 4.0625 -1.3125 C 4.0625 -0.578125 3.3125 -0.0625 2.5 -0.0625 C 1.640625 -0.0625 0.921875 -0.671875 0.921875 -1.5 C 0.921875 -2.078125 1.234375 -2.71875 2.078125 -3.1875 Z M 2.078125 -3.1875 \"/>\n",
"</symbol>\n",
"</g>\n",
"<clipPath id=\"clip-1493018451323736-1\">\n",
" <path d=\"M 19.570312 6.527344 L 406.742188 6.527344 L 406.742188 249.695312 L 19.570312 249.695312 Z M 19.570312 6.527344 \"/>\n",
"</clipPath>\n",
"<clipPath id=\"clip-1493018451323736-2\">\n",
" <path d=\"M 415.441406 7 L 429.613281 7 L 429.613281 249.691406 L 415.441406 249.691406 Z M 415.441406 7 \"/>\n",
"</clipPath>\n",
"<linearGradient id=\"linear-1493018451323736-0\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"243.16217\" gradientTransform=\"matrix(1,0,0,-1,415.441,249.69)\">\n",
"<stop offset=\"0\" style=\"stop-color:rgb(0.144958%,0.0457764%,1.385498%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.00390625\" style=\"stop-color:rgb(0.315857%,0.189209%,2.137756%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0078125\" style=\"stop-color:rgb(0.486755%,0.332642%,2.891541%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0117188\" style=\"stop-color:rgb(0.657654%,0.476074%,3.643799%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.015625\" style=\"stop-color:rgb(0.830078%,0.621033%,4.396057%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0195312\" style=\"stop-color:rgb(1.000977%,0.764465%,5.148315%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0234375\" style=\"stop-color:rgb(1.171875%,0.907898%,5.900574%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0273438\" style=\"stop-color:rgb(1.342773%,1.051331%,6.652832%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.03125\" style=\"stop-color:rgb(1.513672%,1.194763%,7.40509%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0351562\" style=\"stop-color:rgb(1.817322%,1.382446%,8.239746%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0390625\" style=\"stop-color:rgb(2.120972%,1.570129%,9.075928%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0429688\" style=\"stop-color:rgb(2.5177%,1.78833%,9.970093%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.046875\" style=\"stop-color:rgb(2.915955%,2.008057%,10.865784%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0507812\" style=\"stop-color:rgb(3.312683%,2.226257%,11.759949%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0546875\" style=\"stop-color:rgb(3.710938%,2.445984%,12.654114%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0585938\" style=\"stop-color:rgb(4.107666%,2.664185%,13.548279%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0625\" style=\"stop-color:rgb(4.50592%,2.883911%,14.44397%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0664062\" style=\"stop-color:rgb(4.914856%,3.089905%,15.330505%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0703125\" style=\"stop-color:rgb(5.325317%,3.297424%,16.218567%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0742187\" style=\"stop-color:rgb(5.793762%,3.445435%,17.068481%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.078125\" style=\"stop-color:rgb(6.262207%,3.594971%,17.919922%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0820312\" style=\"stop-color:rgb(6.730652%,3.742981%,18.769836%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0859375\" style=\"stop-color:rgb(7.199097%,3.890991%,19.621277%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0898438\" style=\"stop-color:rgb(7.667542%,4.039001%,20.471191%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.09375\" style=\"stop-color:rgb(8.135986%,4.188538%,21.322632%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0976562\" style=\"stop-color:rgb(8.602905%,4.336548%,22.172546%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.101562\" style=\"stop-color:rgb(9.07135%,4.486084%,23.023987%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.105469\" style=\"stop-color:rgb(9.666443%,4.519653%,23.939514%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.109375\" style=\"stop-color:rgb(10.261536%,4.554749%,24.856567%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.113281\" style=\"stop-color:rgb(10.896301%,4.553223%,25.793457%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.117188\" style=\"stop-color:rgb(11.532593%,4.553223%,26.730347%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.121094\" style=\"stop-color:rgb(12.167358%,4.551697%,27.667236%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.125\" style=\"stop-color:rgb(12.80365%,4.550171%,28.604126%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.128906\" style=\"stop-color:rgb(13.438416%,4.548645%,29.541016%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.132812\" style=\"stop-color:rgb(14.074707%,4.547119%,30.477905%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.136719\" style=\"stop-color:rgb(14.732361%,4.51355%,31.332397%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.140625\" style=\"stop-color:rgb(15.391541%,4.47998%,32.18689%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.144531\" style=\"stop-color:rgb(16.093445%,4.38385%,32.88269%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.148437\" style=\"stop-color:rgb(16.795349%,4.289246%,33.580017%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.152344\" style=\"stop-color:rgb(17.497253%,4.193115%,34.275818%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.15625\" style=\"stop-color:rgb(18.200684%,4.098511%,34.973145%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.160156\" style=\"stop-color:rgb(18.902588%,4.00238%,35.668945%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.164062\" style=\"stop-color:rgb(19.606018%,3.90625%,36.366272%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.167969\" style=\"stop-color:rgb(20.307922%,3.81012%,37.062073%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.171875\" style=\"stop-color:rgb(21.009827%,3.715515%,37.759399%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.175781\" style=\"stop-color:rgb(21.69342%,3.749084%,38.15918%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.179688\" style=\"stop-color:rgb(22.37854%,3.78418%,38.560486%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.183594\" style=\"stop-color:rgb(23.060608%,3.82843%,38.938904%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.1875\" style=\"stop-color:rgb(23.744202%,3.872681%,39.317322%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.191406\" style=\"stop-color:rgb(24.42627%,3.916931%,39.69574%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.195312\" style=\"stop-color:rgb(25.108337%,3.961182%,40.074158%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.199219\" style=\"stop-color:rgb(25.790405%,4.003906%,40.452576%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.203125\" style=\"stop-color:rgb(26.473999%,4.048157%,40.830994%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.207031\" style=\"stop-color:rgb(27.140808%,4.168701%,41.104126%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.210938\" style=\"stop-color:rgb(27.807617%,4.289246%,41.377258%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.214844\" style=\"stop-color:rgb(28.459167%,4.47998%,41.552734%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.21875\" style=\"stop-color:rgb(29.112244%,4.672241%,41.729736%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.222656\" style=\"stop-color:rgb(29.763794%,4.862976%,41.905212%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.226563\" style=\"stop-color:rgb(30.41687%,5.055237%,42.082214%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.230469\" style=\"stop-color:rgb(31.06842%,5.245972%,42.25769%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.234375\" style=\"stop-color:rgb(31.721497%,5.438232%,42.433167%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.238281\" style=\"stop-color:rgb(32.363892%,5.632019%,42.596436%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.242188\" style=\"stop-color:rgb(33.007812%,5.825806%,42.76123%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.246094\" style=\"stop-color:rgb(33.573914%,6.033325%,42.82074%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.25\" style=\"stop-color:rgb(34.141541%,6.242371%,42.880249%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.253906\" style=\"stop-color:rgb(34.709167%,6.44989%,42.938232%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.257812\" style=\"stop-color:rgb(35.276794%,6.658936%,42.997742%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.261719\" style=\"stop-color:rgb(35.844421%,6.867981%,43.057251%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.265625\" style=\"stop-color:rgb(36.412048%,7.077026%,43.11676%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.269531\" style=\"stop-color:rgb(36.978149%,7.284546%,43.174744%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.273438\" style=\"stop-color:rgb(37.545776%,7.493591%,43.234253%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.277344\" style=\"stop-color:rgb(38.15918%,7.720947%,43.24646%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.28125\" style=\"stop-color:rgb(38.772583%,7.949829%,43.260193%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.285156\" style=\"stop-color:rgb(39.405823%,8.184814%,43.252563%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.289062\" style=\"stop-color:rgb(40.040588%,8.421326%,43.244934%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.292969\" style=\"stop-color:rgb(40.673828%,8.656311%,43.237305%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.296875\" style=\"stop-color:rgb(41.308594%,8.892822%,43.229675%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.300781\" style=\"stop-color:rgb(41.943359%,9.127808%,43.222046%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.304687\" style=\"stop-color:rgb(42.578125%,9.364319%,43.214417%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.308594\" style=\"stop-color:rgb(43.211365%,9.597778%,43.188477%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.3125\" style=\"stop-color:rgb(43.84613%,9.832764%,43.162537%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.316406\" style=\"stop-color:rgb(44.480896%,10.06012%,43.089294%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.320312\" style=\"stop-color:rgb(45.115662%,10.287476%,43.016052%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.324219\" style=\"stop-color:rgb(45.750427%,10.514832%,42.941284%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.328125\" style=\"stop-color:rgb(46.385193%,10.742188%,42.868042%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.332031\" style=\"stop-color:rgb(47.019958%,10.969543%,42.7948%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.335938\" style=\"stop-color:rgb(47.65625%,11.198425%,42.721558%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.339844\" style=\"stop-color:rgb(48.291016%,11.425781%,42.648315%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.34375\" style=\"stop-color:rgb(48.925781%,11.653137%,42.575073%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.347656\" style=\"stop-color:rgb(49.560547%,11.877441%,42.446899%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.351562\" style=\"stop-color:rgb(50.196838%,12.101746%,42.318726%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.355469\" style=\"stop-color:rgb(50.831604%,12.324524%,42.182922%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.359375\" style=\"stop-color:rgb(51.467896%,12.548828%,42.047119%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.363281\" style=\"stop-color:rgb(52.102661%,12.773132%,41.90979%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.367188\" style=\"stop-color:rgb(52.738953%,12.997437%,41.773987%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.371094\" style=\"stop-color:rgb(53.375244%,13.220215%,41.636658%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.375\" style=\"stop-color:rgb(54.011536%,13.444519%,41.500854%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.378906\" style=\"stop-color:rgb(54.646301%,13.670349%,41.33606%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.382812\" style=\"stop-color:rgb(55.281067%,13.897705%,41.171265%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.386719\" style=\"stop-color:rgb(55.914307%,14.126587%,40.971375%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.390625\" style=\"stop-color:rgb(56.549072%,14.355469%,40.77301%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.394531\" style=\"stop-color:rgb(57.182312%,14.584351%,40.57312%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.398438\" style=\"stop-color:rgb(57.817078%,14.813232%,40.37323%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.402344\" style=\"stop-color:rgb(58.450317%,15.042114%,40.17334%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.40625\" style=\"stop-color:rgb(59.085083%,15.270996%,39.974976%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.410156\" style=\"stop-color:rgb(59.716797%,15.499878%,39.77356%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.414062\" style=\"stop-color:rgb(60.348511%,15.72876%,39.573669%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.417969\" style=\"stop-color:rgb(60.905457%,15.94696%,39.343262%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.421875\" style=\"stop-color:rgb(61.463928%,16.165161%,39.112854%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.425781\" style=\"stop-color:rgb(62.0224%,16.383362%,38.882446%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.429688\" style=\"stop-color:rgb(62.580872%,16.601562%,38.652039%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.433594\" style=\"stop-color:rgb(63.137817%,16.819763%,38.421631%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.4375\" style=\"stop-color:rgb(63.696289%,17.037964%,38.192749%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.441406\" style=\"stop-color:rgb(64.253235%,17.256165%,37.962341%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.445313\" style=\"stop-color:rgb(64.811707%,17.474365%,37.731934%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.449219\" style=\"stop-color:rgb(65.403748%,17.727661%,37.449646%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.453125\" style=\"stop-color:rgb(65.995789%,17.982483%,37.167358%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.457031\" style=\"stop-color:rgb(66.607666%,18.257141%,36.851501%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.460938\" style=\"stop-color:rgb(67.221069%,18.533325%,36.53717%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.464844\" style=\"stop-color:rgb(67.834473%,18.807983%,36.221313%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.46875\" style=\"stop-color:rgb(68.447876%,19.084167%,35.906982%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.472656\" style=\"stop-color:rgb(69.061279%,19.358826%,35.592651%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.476562\" style=\"stop-color:rgb(69.674683%,19.63501%,35.27832%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.480469\" style=\"stop-color:rgb(70.281982%,19.918823%,34.951782%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.484375\" style=\"stop-color:rgb(70.890808%,20.204163%,34.62677%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.488281\" style=\"stop-color:rgb(71.478271%,20.524597%,34.257507%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.492188\" style=\"stop-color:rgb(72.067261%,20.846558%,33.889771%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.496094\" style=\"stop-color:rgb(72.654724%,21.166992%,33.520508%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.5\" style=\"stop-color:rgb(73.243713%,21.488953%,33.152771%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.503906\" style=\"stop-color:rgb(73.831177%,21.810913%,32.783508%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.507812\" style=\"stop-color:rgb(74.420166%,22.132874%,32.415771%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.511719\" style=\"stop-color:rgb(75.007629%,22.453308%,32.046509%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.515625\" style=\"stop-color:rgb(75.595093%,22.775269%,31.678772%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.519531\" style=\"stop-color:rgb(76.153564%,23.143005%,31.27594%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.523438\" style=\"stop-color:rgb(76.713562%,23.512268%,30.873108%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.527344\" style=\"stop-color:rgb(77.264404%,23.892212%,30.461121%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.53125\" style=\"stop-color:rgb(77.815247%,24.272156%,30.049133%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.535156\" style=\"stop-color:rgb(78.366089%,24.6521%,29.637146%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.539062\" style=\"stop-color:rgb(78.918457%,25.033569%,29.226685%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.542969\" style=\"stop-color:rgb(79.469299%,25.413513%,28.814697%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.546875\" style=\"stop-color:rgb(80.020142%,25.794983%,28.40271%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.550781\" style=\"stop-color:rgb(80.532837%,26.18103%,27.996826%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.554688\" style=\"stop-color:rgb(81.045532%,26.567078%,27.592468%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.558594\" style=\"stop-color:rgb(81.494141%,26.96228%,27.197266%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.5625\" style=\"stop-color:rgb(81.944275%,27.357483%,26.803589%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.566406\" style=\"stop-color:rgb(82.392883%,27.75116%,26.408386%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.570312\" style=\"stop-color:rgb(82.841492%,28.146362%,26.014709%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.574219\" style=\"stop-color:rgb(83.2901%,28.541565%,25.621033%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.578125\" style=\"stop-color:rgb(83.740234%,28.936768%,25.227356%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.582031\" style=\"stop-color:rgb(84.188843%,29.330444%,24.832153%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.585937\" style=\"stop-color:rgb(84.637451%,29.725647%,24.438477%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.589844\" style=\"stop-color:rgb(85.08606%,30.232239%,23.974609%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.59375\" style=\"stop-color:rgb(85.534668%,30.738831%,23.512268%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.597656\" style=\"stop-color:rgb(85.983276%,31.248474%,23.045349%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.601562\" style=\"stop-color:rgb(86.431885%,31.758118%,22.579956%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.605469\" style=\"stop-color:rgb(86.878967%,32.267761%,22.113037%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.609375\" style=\"stop-color:rgb(87.327576%,32.778931%,21.647644%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.613281\" style=\"stop-color:rgb(87.776184%,33.288574%,21.182251%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.617187\" style=\"stop-color:rgb(88.224792%,33.798218%,20.716858%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.621094\" style=\"stop-color:rgb(88.635254%,34.344482%,20.239258%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.625\" style=\"stop-color:rgb(89.047241%,34.890747%,19.761658%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.628906\" style=\"stop-color:rgb(89.427185%,35.466003%,19.274902%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.632812\" style=\"stop-color:rgb(89.808655%,36.04126%,18.789673%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.636719\" style=\"stop-color:rgb(90.188599%,36.616516%,18.302917%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.640625\" style=\"stop-color:rgb(90.568542%,37.191772%,17.817688%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.644531\" style=\"stop-color:rgb(90.948486%,37.767029%,17.330933%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.648438\" style=\"stop-color:rgb(91.329956%,38.343811%,16.845703%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.652344\" style=\"stop-color:rgb(91.699219%,38.926697%,16.355896%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.65625\" style=\"stop-color:rgb(92.070007%,39.509583%,15.867615%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.660156\" style=\"stop-color:rgb(92.376709%,40.141296%,15.359497%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.664062\" style=\"stop-color:rgb(92.683411%,40.774536%,14.852905%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.667969\" style=\"stop-color:rgb(92.990112%,41.40625%,14.344788%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.671875\" style=\"stop-color:rgb(93.296814%,42.037964%,13.838196%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.675781\" style=\"stop-color:rgb(93.603516%,42.669678%,13.330078%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.679688\" style=\"stop-color:rgb(93.910217%,43.302917%,12.82196%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.683594\" style=\"stop-color:rgb(94.216919%,43.934631%,12.313843%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.6875\" style=\"stop-color:rgb(94.525146%,44.566345%,11.807251%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.691406\" style=\"stop-color:rgb(94.776917%,45.231628%,11.2854%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.695312\" style=\"stop-color:rgb(95.028687%,45.896912%,10.76355%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.699219\" style=\"stop-color:rgb(95.259094%,46.575928%,10.235596%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.703125\" style=\"stop-color:rgb(95.489502%,47.254944%,9.707642%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.707031\" style=\"stop-color:rgb(95.71991%,47.932434%,9.179688%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.710938\" style=\"stop-color:rgb(95.950317%,48.61145%,8.651733%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.714844\" style=\"stop-color:rgb(96.180725%,49.28894%,8.123779%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.71875\" style=\"stop-color:rgb(96.412659%,49.967957%,7.595825%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.722656\" style=\"stop-color:rgb(96.614075%,50.631714%,7.099915%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.726563\" style=\"stop-color:rgb(96.817017%,51.296997%,6.60553%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.730469\" style=\"stop-color:rgb(96.955872%,51.931763%,6.182861%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.734375\" style=\"stop-color:rgb(97.096252%,52.566528%,5.761719%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.738281\" style=\"stop-color:rgb(97.236633%,53.199768%,5.33905%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.742188\" style=\"stop-color:rgb(97.377014%,53.834534%,4.917908%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.746094\" style=\"stop-color:rgb(97.515869%,54.467773%,4.495239%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.75\" style=\"stop-color:rgb(97.65625%,55.102539%,4.072571%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.753906\" style=\"stop-color:rgb(97.795105%,55.735779%,3.649902%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.757812\" style=\"stop-color:rgb(97.935486%,56.370544%,3.22876%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.761719\" style=\"stop-color:rgb(98.023987%,57.099915%,3.178406%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.765625\" style=\"stop-color:rgb(98.114014%,57.829285%,3.129578%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.769531\" style=\"stop-color:rgb(98.196411%,58.570862%,3.123474%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.773437\" style=\"stop-color:rgb(98.278809%,59.312439%,3.118896%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.777344\" style=\"stop-color:rgb(98.361206%,60.05249%,3.112793%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.78125\" style=\"stop-color:rgb(98.445129%,60.794067%,3.106689%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.785156\" style=\"stop-color:rgb(98.527527%,61.534119%,3.100586%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.789062\" style=\"stop-color:rgb(98.609924%,62.275696%,3.096008%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.792969\" style=\"stop-color:rgb(98.654175%,63.027954%,3.401184%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.796875\" style=\"stop-color:rgb(98.698425%,63.780212%,3.707886%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.800781\" style=\"stop-color:rgb(98.699951%,64.544678%,4.351807%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.804688\" style=\"stop-color:rgb(98.701477%,65.309143%,4.995728%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.808594\" style=\"stop-color:rgb(98.703003%,66.073608%,5.639648%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.8125\" style=\"stop-color:rgb(98.704529%,66.838074%,6.283569%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.816406\" style=\"stop-color:rgb(98.706055%,67.601013%,6.92749%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.820312\" style=\"stop-color:rgb(98.707581%,68.365479%,7.571411%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.824219\" style=\"stop-color:rgb(98.703003%,69.129944%,8.230591%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.828125\" style=\"stop-color:rgb(98.699951%,69.895935%,8.891296%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.832031\" style=\"stop-color:rgb(98.61908%,70.675659%,9.780884%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.835938\" style=\"stop-color:rgb(98.539734%,71.456909%,10.671997%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.839844\" style=\"stop-color:rgb(98.458862%,72.236633%,11.561584%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.84375\" style=\"stop-color:rgb(98.379517%,73.017883%,12.452698%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.847656\" style=\"stop-color:rgb(98.298645%,73.797607%,13.342285%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.851562\" style=\"stop-color:rgb(98.219299%,74.578857%,14.233398%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.855469\" style=\"stop-color:rgb(98.138428%,75.358582%,15.122986%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.859375\" style=\"stop-color:rgb(98.057556%,76.139832%,16.014099%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.863281\" style=\"stop-color:rgb(97.927856%,76.922607%,17.027283%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.867188\" style=\"stop-color:rgb(97.798157%,77.706909%,18.040466%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.871094\" style=\"stop-color:rgb(97.642517%,78.492737%,19.117737%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.875\" style=\"stop-color:rgb(97.486877%,79.278564%,20.196533%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.878906\" style=\"stop-color:rgb(97.329712%,80.064392%,21.27533%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.882813\" style=\"stop-color:rgb(97.174072%,80.85022%,22.354126%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.886719\" style=\"stop-color:rgb(97.018433%,81.636047%,23.431396%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.890625\" style=\"stop-color:rgb(96.862793%,82.421875%,24.510193%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.894531\" style=\"stop-color:rgb(96.704102%,83.181763%,25.611877%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.898438\" style=\"stop-color:rgb(96.54541%,83.943176%,26.715088%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.902344\" style=\"stop-color:rgb(96.377563%,84.622192%,27.893066%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.90625\" style=\"stop-color:rgb(96.211243%,85.302734%,29.072571%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.910156\" style=\"stop-color:rgb(96.044922%,85.98175%,30.252075%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.914063\" style=\"stop-color:rgb(95.878601%,86.662292%,31.43158%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.917969\" style=\"stop-color:rgb(95.71228%,87.341309%,32.609558%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.921875\" style=\"stop-color:rgb(95.545959%,88.021851%,33.789062%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.925781\" style=\"stop-color:rgb(95.379639%,88.702393%,34.968567%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.929688\" style=\"stop-color:rgb(95.213318%,89.382935%,36.148071%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.933594\" style=\"stop-color:rgb(95.16449%,90.05127%,37.683105%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.9375\" style=\"stop-color:rgb(95.117188%,90.719604%,39.21814%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.941406\" style=\"stop-color:rgb(95.094299%,91.386414%,40.829468%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.945312\" style=\"stop-color:rgb(95.071411%,92.053223%,42.440796%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.949219\" style=\"stop-color:rgb(95.048523%,92.720032%,44.052124%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.953125\" style=\"stop-color:rgb(95.025635%,93.386841%,45.663452%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.957031\" style=\"stop-color:rgb(95.002747%,94.052124%,47.273254%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.960938\" style=\"stop-color:rgb(94.979858%,94.718933%,48.884583%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.964844\" style=\"stop-color:rgb(95.146179%,95.3125%,50.471497%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.96875\" style=\"stop-color:rgb(95.314026%,95.907593%,52.059937%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.972656\" style=\"stop-color:rgb(95.753479%,96.3974%,53.611755%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.976562\" style=\"stop-color:rgb(96.192932%,96.888733%,55.1651%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.980469\" style=\"stop-color:rgb(96.632385%,97.37854%,56.716919%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.984375\" style=\"stop-color:rgb(97.073364%,97.869873%,58.270264%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.988281\" style=\"stop-color:rgb(97.512817%,98.35968%,59.822083%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.992188\" style=\"stop-color:rgb(97.952271%,98.851013%,61.375427%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.996094\" style=\"stop-color:rgb(98.391724%,99.34082%,62.927246%);stop-opacity:1;\"/>\n",
"<stop offset=\"1\" style=\"stop-color:rgb(98.832703%,99.832153%,64.480591%);stop-opacity:1;\"/>\n",
"</linearGradient>\n",
"</defs>\n",
"<g id=\"surface1\">\n",
"<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;\" d=\"M 19.570312 249.695312 L 406.742188 249.695312 L 406.742188 6.527344 L 19.570312 6.527344 Z M 19.570312 249.695312 \"/>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 26.355781 0.0016875 L 26.355781 243.169656 M 65.113594 0.0016875 L 65.113594 243.169656 M 103.871406 0.0016875 L 103.871406 243.169656 M 142.633125 0.0016875 L 142.633125 243.169656 M 181.390938 0.0016875 L 181.390938 243.169656 M 220.14875 0.0016875 L 220.14875 243.169656 M 258.910469 0.0016875 L 258.910469 243.169656 M 297.668281 0.0016875 L 297.668281 243.169656 M 336.426094 0.0016875 L 336.426094 243.169656 M 375.187813 0.0016875 L 375.187813 243.169656 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0.0003125 25.587625 L 387.172188 25.587625 M 0.0003125 77.802469 L 387.172188 77.802469 M 0.0003125 130.013406 L 387.172188 130.013406 M 0.0003125 182.22825 L 387.172188 182.22825 M 0.0003125 234.439187 L 387.172188 234.439187 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 26.355781 0.0016875 L 26.355781 4.251687 M 65.113594 0.0016875 L 65.113594 4.251687 M 103.871406 0.0016875 L 103.871406 4.251687 M 142.633125 0.0016875 L 142.633125 4.251687 M 181.390938 0.0016875 L 181.390938 4.251687 M 220.14875 0.0016875 L 220.14875 4.251687 M 258.910469 0.0016875 L 258.910469 4.251687 M 297.668281 0.0016875 L 297.668281 4.251687 M 336.426094 0.0016875 L 336.426094 4.251687 M 375.187813 0.0016875 L 375.187813 4.251687 M 26.355781 243.169656 L 26.355781 238.91575 M 65.113594 243.169656 L 65.113594 238.91575 M 103.871406 243.169656 L 103.871406 238.91575 M 142.633125 243.169656 L 142.633125 238.91575 M 181.390938 243.169656 L 181.390938 238.91575 M 220.14875 243.169656 L 220.14875 238.91575 M 258.910469 243.169656 L 258.910469 238.91575 M 297.668281 243.169656 L 297.668281 238.91575 M 336.426094 243.169656 L 336.426094 238.91575 M 375.187813 243.169656 L 375.187813 238.91575 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0.0003125 25.587625 L 4.250312 25.587625 M 0.0003125 77.802469 L 4.250312 77.802469 M 0.0003125 130.013406 L 4.250312 130.013406 M 0.0003125 182.22825 L 4.250312 182.22825 M 0.0003125 234.439187 L 4.250312 234.439187 M 387.172188 25.587625 L 382.922188 25.587625 M 387.172188 77.802469 L 382.922188 77.802469 M 387.172188 130.013406 L 382.922188 130.013406 M 387.172188 182.22825 L 382.922188 182.22825 M 387.172188 234.439187 L 382.922188 234.439187 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0.0003125 0.0016875 L 0.0003125 243.169656 L 387.172188 243.169656 L 387.172188 0.0016875 Z M 0.0003125 0.0016875 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-0-1\" x=\"37.07\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-1\" x=\"44.818\" y=\"259.637\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-2\" x=\"49.79932\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-0-1\" x=\"75.828\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-3\" x=\"83.577\" y=\"259.637\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-4\" x=\"88.55832\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-0-1\" x=\"114.587\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-3\" x=\"122.335\" y=\"259.637\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-2\" x=\"127.31632\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-0-1\" x=\"155.836\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-4\" x=\"163.585\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-2\" x=\"198.469\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-4\" x=\"237.227\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-3\" x=\"273.495\" y=\"259.637\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-2\" x=\"278.47632\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-3\" x=\"312.253\" y=\"259.637\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-4\" x=\"317.23432\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-1\" x=\"351.012\" y=\"259.637\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-2\" x=\"355.99332\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-1\" x=\"389.77\" y=\"259.637\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-4\" x=\"394.75132\" y=\"259.637\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-0-1\" x=\"3.321\" y=\"226.904\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-1\" x=\"11.069\" y=\"226.904\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-0-1\" x=\"3.321\" y=\"174.692\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-3\" x=\"11.069\" y=\"174.692\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-2\" x=\"11.069\" y=\"122.895\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-3\" x=\"11.069\" y=\"70.683\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-1\" x=\"11.069\" y=\"18.47\"/>\n",
"</g>\n",
"<g clip-path=\"url(#clip-1493018451323736-1)\" clip-rule=\"nonzero\">\n",
"<path style=\"fill:none;stroke-width:4.98138;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,60.559082%,97.866821%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 181.390938 130.013406 L 183.297188 130.349344 L 184.832344 131.302469 L 185.664375 132.7595 L 185.543281 134.521219 L 184.312813 136.341531 L 181.953438 137.958719 L 178.570625 139.095437 L 174.402656 139.517312 L 169.793281 139.029031 L 165.183906 137.532937 L 161.051094 135.001687 L 157.883125 131.525125 L 156.129219 127.29075 L 156.152656 122.575906 L 158.187813 117.724344 L 162.324531 113.138406 L 168.465156 109.232156 L 176.351875 106.400125 L 185.535469 104.986062 L 195.437813 105.251687 L 205.363594 107.341531 L 214.558906 111.271219 L 222.262031 116.911844 L 227.769844 123.993875 L 230.4925 132.114969 L 230.004219 140.767312 L 226.090156 149.364969 L 218.777656 157.279031 L 208.344063 163.896219 L 195.308906 168.657937 L 180.426094 171.099344 L 164.609688 170.896219 L 148.922188 167.896219 L 134.457344 162.1345 L 122.297188 153.845437 L 113.418281 143.458719 L 108.613594 131.572 L 108.449531 118.919656 L 113.176094 106.325906 L 122.726875 94.661844 L 136.699531 84.767312 L 154.359688 77.404031 L 174.687813 73.197 L 196.43 72.579812 L 218.18 75.755594 L 238.472969 82.689187 L 255.875313 93.075906 L 269.08625 106.368875 L 277.043281 121.79075 L 278.996406 138.404031 L 274.566719 155.138406 L 263.797188 170.880594 L 247.160469 184.54075 L 225.539375 195.122781 L 200.187813 201.810281 L 172.656563 204.0095 L 144.703438 201.411844 L 118.168281 194.021219 L 94.859688 182.157937 L 76.441719 166.458719 L 64.297188 147.829812 L 59.441719 127.407937 L 62.433906 106.489969 L 73.332344 86.439187 L 91.664375 68.611062 L 116.449531 54.251687 L 146.258125 44.41575 L 179.269844 39.892312 L 213.406563 41.1345 L 246.449531 48.22825 L 276.195625 60.880594 L 300.590156 78.419656 L 317.879219 99.822 L 326.726875 123.794656 L 326.320625 148.829812 L 316.437813 173.310281 L 297.472969 195.618875 L 270.43 214.232156 L 236.875313 227.833719 L 198.840156 235.400125 L 158.707344 236.286844 L 119.047188 230.267312 L 82.472969 217.560281 L 51.453437 198.841531 L 28.152656 175.185281 L 14.277656 148.025125 L 10.957344 119.052469 L 18.656562 90.118875 L 37.129219 63.118875 L 65.406563 39.857156 L 101.8675 21.939187 L 144.312813 10.654031 L 190.101875 6.880594 L 236.316719 11.036844 L 279.957344 23.013406 L 318.121406 42.204812 L 348.199531 67.501687 L 368.066719 97.392312 L 376.215156 130.013406 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"</g>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(98.828125%,99.827576%,64.46991%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(79.06189%,79.862976%,51.574707%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 186.375313 130.013406 C 186.375313 132.767312 184.144844 134.997781 181.390938 134.997781 C 178.640938 134.997781 176.410469 132.767312 176.410469 130.013406 C 176.410469 127.263406 178.640938 125.032937 181.390938 125.032937 C 184.144844 125.032937 186.375313 127.263406 186.375313 130.013406 Z M 186.375313 130.013406 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(97.691345%,98.55957%,60.453796%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.15094%,78.846741%,48.362732%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 188.277656 130.349344 C 188.277656 133.099344 186.047188 135.329812 183.297188 135.329812 C 180.547188 135.329812 178.316719 133.099344 178.316719 130.349344 C 178.316719 127.595437 180.547188 125.364969 183.297188 125.364969 C 186.047188 125.364969 188.277656 127.595437 188.277656 130.349344 Z M 188.277656 130.349344 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(96.554565%,97.291565%,56.439209%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(77.241516%,77.833557%,45.150757%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 189.812813 131.302469 C 189.812813 134.056375 187.582344 136.286844 184.832344 136.286844 C 182.078438 136.286844 179.851875 134.056375 179.851875 131.302469 C 179.851875 128.552469 182.078438 126.322 184.832344 126.322 C 187.582344 126.322 189.812813 128.552469 189.812813 131.302469 Z M 189.812813 131.302469 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(95.417786%,96.02356%,52.424622%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.333618%,76.818848%,41.938782%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 190.644844 132.7595 C 190.644844 135.5095 188.414375 137.739969 185.664375 137.739969 C 182.914375 137.739969 180.683906 135.5095 180.683906 132.7595 C 180.683906 130.0095 182.914375 127.779031 185.664375 127.779031 C 188.414375 127.779031 190.644844 130.0095 190.644844 132.7595 Z M 190.644844 132.7595 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(94.987488%,94.485474%,48.320007%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75.98877%,75.588989%,38.656616%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 190.52375 134.521219 C 190.52375 137.271219 188.293281 139.501687 185.543281 139.501687 C 182.789375 139.501687 180.562813 137.271219 180.562813 134.521219 C 180.562813 131.767312 182.789375 129.536844 185.543281 129.536844 C 188.293281 129.536844 190.52375 131.767312 190.52375 134.521219 Z M 190.52375 134.521219 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(95.046997%,92.76123%,44.154358%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.037598%,74.209595%,35.322571%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 189.293281 136.341531 C 189.293281 139.095437 187.066719 141.325906 184.312813 141.325906 C 181.562813 141.325906 179.332344 139.095437 179.332344 136.341531 C 179.332344 133.591531 181.562813 131.361062 184.312813 131.361062 C 187.066719 131.361062 189.293281 133.591531 189.293281 136.341531 Z M 189.293281 136.341531 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(95.10498%,91.038513%,39.988708%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.0849%,72.828674%,31.991577%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 186.933906 137.958719 C 186.933906 140.708719 184.703438 142.939187 181.953438 142.939187 C 179.203438 142.939187 176.972969 140.708719 176.972969 137.958719 C 176.972969 135.208719 179.203438 132.97825 181.953438 132.97825 C 184.703438 132.97825 186.933906 135.208719 186.933906 137.958719 Z M 186.933906 137.958719 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(95.230103%,89.308167%,36.019897%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.185608%,71.447754%,28.817749%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 183.551094 139.095437 C 183.551094 141.849344 181.320625 144.079812 178.570625 144.079812 C 175.820625 144.079812 173.590156 141.849344 173.590156 139.095437 C 173.590156 136.345437 175.820625 134.114969 178.570625 134.114969 C 181.320625 134.114969 183.551094 136.345437 183.551094 139.095437 Z M 183.551094 139.095437 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(95.661926%,87.550354%,32.971191%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.528931%,70.040894%,26.377869%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 179.383125 139.517312 C 179.383125 142.267312 177.152656 144.497781 174.402656 144.497781 C 171.64875 144.497781 169.418281 142.267312 169.418281 139.517312 C 169.418281 136.763406 171.64875 134.532937 174.402656 134.532937 C 177.152656 134.532937 179.383125 136.763406 179.383125 139.517312 Z M 179.383125 139.517312 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(96.090698%,85.792542%,29.922485%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.873779%,68.632507%,23.937988%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 174.77375 139.029031 C 174.77375 141.782937 172.543281 144.013406 169.793281 144.013406 C 167.043281 144.013406 164.812813 141.782937 164.812813 139.029031 C 164.812813 136.279031 167.043281 134.048562 169.793281 134.048562 C 172.543281 134.048562 174.77375 136.279031 174.77375 139.029031 Z M 174.77375 139.029031 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(96.522522%,84.034729%,26.873779%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(77.218628%,67.225647%,21.499634%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 170.164375 137.532937 C 170.164375 140.282937 167.933906 142.513406 165.183906 142.513406 C 162.43 142.513406 160.199531 140.282937 160.199531 137.532937 C 160.199531 134.779031 162.43 132.548562 165.183906 132.548562 C 167.933906 132.548562 170.164375 134.779031 170.164375 137.532937 Z M 170.164375 137.532937 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(96.932983%,82.067871%,24.023438%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(77.546692%,65.653992%,19.216919%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 166.031563 135.001687 C 166.031563 137.751687 163.801094 139.982156 161.051094 139.982156 C 158.301094 139.982156 156.070625 137.751687 156.070625 135.001687 C 156.070625 132.251687 158.301094 130.021219 161.051094 130.021219 C 163.801094 130.021219 166.031563 132.251687 166.031563 135.001687 Z M 166.031563 135.001687 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(97.335815%,80.0354%,21.235657%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(77.868652%,64.028931%,16.98761%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 162.863594 131.525125 C 162.863594 134.279031 160.637031 136.5095 157.883125 136.5095 C 155.133125 136.5095 152.902656 134.279031 152.902656 131.525125 C 152.902656 128.775125 155.133125 126.544656 157.883125 126.544656 C 160.637031 126.544656 162.863594 128.775125 162.863594 131.525125 Z M 162.863594 131.525125 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(97.738647%,78.00293%,18.447876%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.190613%,62.40387%,14.756775%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 161.113594 127.29075 C 161.113594 130.044656 158.883125 132.275125 156.129219 132.275125 C 153.379219 132.275125 151.14875 130.044656 151.14875 127.29075 C 151.14875 124.54075 153.379219 122.310281 156.129219 122.310281 C 158.883125 122.310281 161.113594 124.54075 161.113594 127.29075 Z M 161.113594 127.29075 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(98.074341%,75.976562%,15.827942%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.457642%,60.78186%,12.661743%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 161.133125 122.575906 C 161.133125 125.325906 158.902656 127.556375 156.152656 127.556375 C 153.402656 127.556375 151.172188 125.325906 151.172188 122.575906 C 151.172188 119.822 153.402656 117.591531 156.152656 117.591531 C 158.902656 117.591531 161.133125 119.822 161.133125 122.575906 Z M 161.133125 122.575906 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(98.28186%,73.957825%,13.526917%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.625488%,59.165955%,10.821533%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 163.168281 117.724344 C 163.168281 120.474344 160.941719 122.704812 158.187813 122.704812 C 155.437813 122.704812 153.207344 120.474344 153.207344 117.724344 C 153.207344 114.974344 155.437813 112.743875 158.187813 112.743875 C 160.941719 112.743875 163.168281 114.974344 163.168281 117.724344 Z M 163.168281 117.724344 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(98.490906%,71.940613%,11.222839%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.791809%,57.551575%,8.979797%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 167.305 113.138406 C 167.305 115.888406 165.074531 118.118875 162.324531 118.118875 C 159.570625 118.118875 157.340156 115.888406 157.340156 113.138406 C 157.340156 110.388406 159.570625 108.157937 162.324531 108.157937 C 165.074531 108.157937 167.305 110.388406 167.305 113.138406 Z M 167.305 113.138406 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(98.696899%,69.921875%,8.921814%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.956604%,55.938721%,7.136536%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 173.449531 109.232156 C 173.449531 111.982156 171.219063 114.212625 168.465156 114.212625 C 165.715156 114.212625 163.484688 111.982156 163.484688 109.232156 C 163.484688 106.47825 165.715156 104.247781 168.465156 104.247781 C 171.219063 104.247781 173.449531 106.47825 173.449531 109.232156 Z M 173.449531 109.232156 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(98.706055%,67.944336%,7.215881%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.965759%,54.354858%,5.770874%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 181.332344 106.400125 C 181.332344 109.150125 179.101875 111.380594 176.351875 111.380594 C 173.597969 111.380594 171.371406 109.150125 171.371406 106.400125 C 171.371406 103.646219 173.597969 101.41575 176.351875 101.41575 C 179.101875 101.41575 181.332344 103.646219 181.332344 106.400125 Z M 181.332344 106.400125 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(98.701477%,65.968323%,5.549622%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.962708%,52.772522%,4.438782%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 190.515938 104.986062 C 190.515938 107.736062 188.289375 109.966531 185.535469 109.966531 C 182.785469 109.966531 180.555 107.736062 180.555 104.986062 C 180.555 102.236062 182.785469 100.005594 185.535469 100.005594 C 188.289375 100.005594 190.515938 102.236062 190.515938 104.986062 Z M 190.515938 104.986062 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(98.698425%,63.99231%,3.886414%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.956604%,51.191711%,3.109741%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 200.418281 105.251687 C 200.418281 108.001687 198.191719 110.232156 195.437813 110.232156 C 192.687813 110.232156 190.457344 108.001687 190.457344 105.251687 C 190.457344 102.497781 192.687813 100.267312 195.437813 100.267312 C 198.191719 100.267312 200.418281 102.497781 200.418281 105.251687 Z M 200.418281 105.251687 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(98.583984%,62.046814%,3.097534%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.866577%,49.636841%,2.476501%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 210.344063 107.341531 C 210.344063 110.091531 208.113594 112.322 205.363594 112.322 C 202.613594 112.322 200.383125 110.091531 200.383125 107.341531 C 200.383125 104.587625 202.613594 102.361062 205.363594 102.361062 C 208.113594 102.361062 210.344063 104.587625 210.344063 107.341531 Z M 210.344063 107.341531 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(98.370361%,60.131836%,3.111267%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.695679%,48.104858%,2.488708%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 219.539375 111.271219 C 219.539375 114.021219 217.308906 116.251687 214.558906 116.251687 C 211.805 116.251687 209.574531 114.021219 209.574531 111.271219 C 209.574531 108.517312 211.805 106.29075 214.558906 106.29075 C 217.308906 106.29075 219.539375 108.517312 219.539375 111.271219 Z M 219.539375 111.271219 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(98.156738%,58.213806%,3.126526%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.52478%,46.572876%,2.500916%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 227.2425 116.911844 C 227.2425 119.661844 225.012031 121.892312 222.262031 121.892312 C 219.508125 121.892312 217.277656 119.661844 217.277656 116.911844 C 217.277656 114.161844 219.508125 111.931375 222.262031 111.931375 C 225.012031 111.931375 227.2425 114.161844 227.2425 116.911844 Z M 227.2425 116.911844 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(97.926331%,56.32782%,3.256226%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.341675%,45.063782%,2.604675%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 232.750313 123.993875 C 232.750313 126.743875 230.519844 128.974344 227.769844 128.974344 C 225.015938 128.974344 222.789375 126.743875 222.789375 123.993875 C 222.789375 121.243875 225.015938 119.013406 227.769844 119.013406 C 230.519844 119.013406 232.750313 121.243875 232.750313 123.993875 Z M 232.750313 123.993875 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(97.564697%,54.6875%,4.347229%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(78.051758%,43.751526%,3.477478%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 235.472969 132.114969 C 235.472969 134.868875 233.2425 137.099344 230.4925 137.099344 C 227.738594 137.099344 225.508125 134.868875 225.508125 132.114969 C 225.508125 129.364969 227.738594 127.1345 230.4925 127.1345 C 233.2425 127.1345 235.472969 129.364969 235.472969 132.114969 Z M 235.472969 132.114969 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(97.203064%,53.048706%,5.439758%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(77.761841%,42.440796%,4.351807%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 234.984688 140.767312 C 234.984688 143.521219 232.754219 145.751687 230.004219 145.751687 C 227.254219 145.751687 225.02375 143.521219 225.02375 140.767312 C 225.02375 138.017312 227.254219 135.786844 230.004219 135.786844 C 232.754219 135.786844 234.984688 138.017312 234.984688 140.767312 Z M 234.984688 140.767312 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(96.841431%,51.409912%,6.530762%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(77.471924%,41.12854%,5.224609%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 231.074531 149.364969 C 231.074531 152.114969 228.844063 154.345437 226.090156 154.345437 C 223.340156 154.345437 221.109688 152.114969 221.109688 149.364969 C 221.109688 146.611062 223.340156 144.380594 226.090156 144.380594 C 228.844063 144.380594 231.074531 146.611062 231.074531 149.364969 Z M 231.074531 149.364969 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(96.316528%,49.690247%,7.810974%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(77.053833%,39.750671%,6.25%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 223.762031 157.279031 C 223.762031 160.029031 221.531563 162.2595 218.777656 162.2595 C 216.027656 162.2595 213.797188 160.029031 213.797188 157.279031 C 213.797188 154.529031 216.027656 152.298562 218.777656 152.298562 C 221.531563 152.298562 223.762031 154.529031 223.762031 157.279031 Z M 223.762031 157.279031 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(95.71991%,47.935486%,9.176636%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.577759%,38.346863%,7.339478%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 213.324531 163.896219 C 213.324531 166.650125 211.094063 168.880594 208.344063 168.880594 C 205.594063 168.880594 203.363594 166.650125 203.363594 163.896219 C 203.363594 161.146219 205.594063 158.91575 208.344063 158.91575 C 211.094063 158.91575 213.324531 161.146219 213.324531 163.896219 Z M 213.324531 163.896219 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(95.124817%,46.180725%,10.540771%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.098633%,36.94458%,8.433533%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 200.293281 168.657937 C 200.293281 171.411844 198.062813 173.642312 195.308906 173.642312 C 192.558906 173.642312 190.328438 171.411844 190.328438 168.657937 C 190.328438 165.907937 192.558906 163.677469 195.308906 163.677469 C 198.062813 163.677469 200.293281 165.907937 200.293281 168.657937 Z M 200.293281 168.657937 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(94.473267%,44.459534%,11.8927%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75.576782%,35.566711%,9.513855%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 185.406563 171.099344 C 185.406563 173.85325 183.176094 176.079812 180.426094 176.079812 C 177.672188 176.079812 175.441719 173.85325 175.441719 171.099344 C 175.441719 168.349344 177.672188 166.118875 180.426094 166.118875 C 183.176094 166.118875 185.406563 168.349344 185.406563 171.099344 Z M 185.406563 171.099344 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(93.67981%,42.826843%,13.204956%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.943542%,34.260559%,10.56366%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 169.594063 170.896219 C 169.594063 173.650125 167.363594 175.880594 164.609688 175.880594 C 161.859688 175.880594 159.629219 173.650125 159.629219 170.896219 C 159.629219 168.146219 161.859688 165.91575 164.609688 165.91575 C 167.363594 165.91575 169.594063 168.146219 169.594063 170.896219 Z M 169.594063 170.896219 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(92.886353%,41.191101%,14.515686%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.308777%,32.952881%,11.611938%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 153.902656 167.896219 C 153.902656 170.646219 151.672188 172.876687 148.922188 172.876687 C 146.168281 172.876687 143.941719 170.646219 143.941719 167.896219 C 143.941719 165.146219 146.168281 162.91575 148.922188 162.91575 C 151.672188 162.91575 153.902656 165.146219 153.902656 167.896219 Z M 153.902656 167.896219 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(92.092896%,39.556885%,15.827942%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(73.675537%,31.646729%,12.661743%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 139.437813 162.1345 C 139.437813 164.8845 137.207344 167.114969 134.457344 167.114969 C 131.707344 167.114969 129.476875 164.8845 129.476875 162.1345 C 129.476875 159.3845 131.707344 157.154031 134.457344 157.154031 C 137.207344 157.154031 139.437813 159.3845 139.437813 162.1345 Z M 139.437813 162.1345 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(91.134644%,38.049316%,17.092896%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(72.909546%,30.439758%,13.674927%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 127.277656 153.845437 C 127.277656 156.595437 125.047188 158.825906 122.297188 158.825906 C 119.547188 158.825906 117.316719 156.595437 117.316719 153.845437 C 117.316719 151.095437 119.547188 148.864969 122.297188 148.864969 C 125.047188 148.864969 127.277656 151.095437 127.277656 153.845437 Z M 127.277656 153.845437 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(90.151978%,36.561584%,18.35022%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(72.120667%,29.249573%,14.680481%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 118.39875 143.458719 C 118.39875 146.208719 116.168281 148.439187 113.418281 148.439187 C 110.664375 148.439187 108.433906 146.208719 108.433906 143.458719 C 108.433906 140.708719 110.664375 138.47825 113.418281 138.47825 C 116.168281 138.47825 118.39875 140.708719 118.39875 143.458719 Z M 118.39875 143.458719 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(89.167786%,35.073853%,19.606018%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(71.334839%,28.059387%,15.684509%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 113.597969 131.572 C 113.597969 134.322 111.3675 136.552469 108.613594 136.552469 C 105.863594 136.552469 103.633125 134.322 103.633125 131.572 C 103.633125 128.818094 105.863594 126.587625 108.613594 126.587625 C 111.3675 126.587625 113.597969 128.818094 113.597969 131.572 Z M 113.597969 131.572 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(88.105774%,33.662415%,20.840454%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(70.484924%,26.928711%,16.671753%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 113.43 118.919656 C 113.43 121.669656 111.199531 123.900125 108.449531 123.900125 C 105.695625 123.900125 103.465156 121.669656 103.465156 118.919656 C 103.465156 116.16575 105.695625 113.935281 108.449531 113.935281 C 111.199531 113.935281 113.43 116.16575 113.43 118.919656 Z M 113.43 118.919656 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(86.94458%,32.342529%,22.045898%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(69.555664%,25.875854%,17.634583%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 118.156563 106.325906 C 118.156563 109.079812 115.926094 111.306375 113.176094 111.306375 C 110.422188 111.306375 108.191719 109.079812 108.191719 106.325906 C 108.191719 103.575906 110.422188 101.345437 113.176094 101.345437 C 115.926094 101.345437 118.156563 103.575906 118.156563 106.325906 Z M 118.156563 106.325906 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(85.784912%,31.02417%,23.249817%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(68.629456%,24.819946%,18.598938%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 127.707344 94.661844 C 127.707344 97.411844 125.476875 99.642312 122.726875 99.642312 C 119.976875 99.642312 117.746406 97.411844 117.746406 94.661844 C 117.746406 91.911844 119.976875 89.681375 122.726875 89.681375 C 125.476875 89.681375 127.707344 91.911844 127.707344 94.661844 Z M 127.707344 94.661844 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(84.62677%,29.716492%,24.447632%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(67.701721%,23.771667%,19.558716%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 141.68 84.767312 C 141.68 87.517312 139.449531 89.747781 136.699531 89.747781 C 133.949531 89.747781 131.719063 87.517312 131.719063 84.767312 C 131.719063 82.017312 133.949531 79.786844 136.699531 79.786844 C 139.449531 79.786844 141.68 82.017312 141.68 84.767312 Z M 141.68 84.767312 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(83.465576%,28.695679%,25.466919%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.770935%,22.956848%,20.373535%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 159.340156 77.404031 C 159.340156 80.157937 157.109688 82.388406 154.359688 82.388406 C 151.609688 82.388406 149.379219 80.157937 149.379219 77.404031 C 149.379219 74.654031 151.609688 72.423562 154.359688 72.423562 C 157.109688 72.423562 159.340156 74.654031 159.340156 77.404031 Z M 159.340156 77.404031 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(82.304382%,27.674866%,26.486206%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.841675%,22.138977%,21.18988%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 179.668281 73.197 C 179.668281 75.947 177.437813 78.177469 174.687813 78.177469 C 171.933906 78.177469 169.703438 75.947 169.703438 73.197 C 169.703438 70.447 171.933906 68.216531 174.687813 68.216531 C 177.437813 68.216531 179.668281 70.447 179.668281 73.197 Z M 179.668281 73.197 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(81.143188%,26.652527%,27.505493%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(64.91394%,21.322632%,22.0047%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 201.410469 72.579812 C 201.410469 75.329812 199.18 77.560281 196.43 77.560281 C 193.676094 77.560281 191.445625 75.329812 191.445625 72.579812 C 191.445625 69.825906 193.676094 67.595437 196.43 67.595437 C 199.18 67.595437 201.410469 69.825906 201.410469 72.579812 Z M 201.410469 72.579812 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(79.8172%,25.654602%,28.553772%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(63.85498%,20.524597%,22.840881%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 223.160469 75.755594 C 223.160469 78.5095 220.93 80.739969 218.18 80.739969 C 215.43 80.739969 213.199531 78.5095 213.199531 75.755594 C 213.199531 73.005594 215.43 70.775125 218.18 70.775125 C 220.93 70.775125 223.160469 73.005594 223.160469 75.755594 Z M 223.160469 75.755594 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(78.392029%,24.67041%,29.618835%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(62.713623%,19.735718%,23.693848%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 243.453438 82.689187 C 243.453438 85.443094 241.222969 87.673562 238.472969 87.673562 C 235.722969 87.673562 233.4925 85.443094 233.4925 82.689187 C 233.4925 79.939187 235.722969 77.708719 238.472969 77.708719 C 241.222969 77.708719 243.453438 79.939187 243.453438 82.689187 Z M 243.453438 82.689187 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(76.966858%,23.686218%,30.683899%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(61.573792%,18.94989%,24.546814%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 260.855781 93.075906 C 260.855781 95.829812 258.625313 98.060281 255.875313 98.060281 C 253.121406 98.060281 250.890938 95.829812 250.890938 93.075906 C 250.890938 90.325906 253.121406 88.095437 255.875313 88.095437 C 258.625313 88.095437 260.855781 90.325906 260.855781 93.075906 Z M 260.855781 93.075906 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(75.521851%,22.73407%,31.724548%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(60.415649%,18.186951%,25.379944%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 274.066719 106.368875 C 274.066719 109.118875 271.83625 111.349344 269.08625 111.349344 C 266.33625 111.349344 264.105781 109.118875 264.105781 106.368875 C 264.105781 103.614969 266.33625 101.388406 269.08625 101.388406 C 271.83625 101.388406 274.066719 103.614969 274.066719 106.368875 Z M 274.066719 106.368875 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(74.000549%,21.903992%,32.676697%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(59.199524%,17.521667%,26.142883%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 282.027656 121.79075 C 282.027656 124.544656 279.797188 126.775125 277.043281 126.775125 C 274.293281 126.775125 272.062813 124.544656 272.062813 121.79075 C 272.062813 119.04075 274.293281 116.810281 277.043281 116.810281 C 279.797188 116.810281 282.027656 119.04075 282.027656 121.79075 Z M 282.027656 121.79075 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(72.480774%,21.072388%,33.628845%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(57.984924%,16.85791%,26.902771%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 283.976875 138.404031 C 283.976875 141.154031 281.746406 143.3845 278.996406 143.3845 C 276.246406 143.3845 274.015938 141.154031 274.015938 138.404031 C 274.015938 135.654031 276.246406 133.423562 278.996406 133.423562 C 281.746406 133.423562 283.976875 135.654031 283.976875 138.404031 Z M 283.976875 138.404031 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(70.959473%,20.240784%,34.58252%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56.765747%,16.192627%,27.66571%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 279.547188 155.138406 C 279.547188 157.892312 277.316719 160.122781 274.566719 160.122781 C 271.816719 160.122781 269.58625 157.892312 269.58625 155.138406 C 269.58625 152.388406 271.816719 150.157937 274.566719 150.157937 C 277.316719 150.157937 279.547188 152.388406 279.547188 155.138406 Z M 279.547188 155.138406 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(69.387817%,19.50531%,35.424805%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(55.509949%,15.603638%,28.341675%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 268.777656 170.880594 C 268.777656 173.6345 266.547188 175.864969 263.797188 175.864969 C 261.047188 175.864969 258.816719 173.6345 258.816719 170.880594 C 258.816719 168.130594 261.047188 165.900125 263.797188 165.900125 C 266.547188 165.900125 268.777656 168.130594 268.777656 170.880594 Z M 268.777656 170.880594 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(67.800903%,18.792725%,36.239624%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(54.241943%,15.034485%,28.991699%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 252.140938 184.54075 C 252.140938 187.29075 249.910469 189.521219 247.160469 189.521219 C 244.406563 189.521219 242.176094 187.29075 242.176094 184.54075 C 242.176094 181.79075 244.406563 179.560281 247.160469 179.560281 C 249.910469 179.560281 252.140938 181.79075 252.140938 184.54075 Z M 252.140938 184.54075 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(66.215515%,18.081665%,37.052917%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(52.973938%,14.463806%,29.641724%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 230.519844 195.122781 C 230.519844 197.876687 228.289375 200.107156 225.539375 200.107156 C 222.785469 200.107156 220.555 197.876687 220.555 195.122781 C 220.555 192.372781 222.785469 190.142312 225.539375 190.142312 C 228.289375 190.142312 230.519844 192.372781 230.519844 195.122781 Z M 230.519844 195.122781 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(64.685059%,17.425537%,37.783813%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(51.748657%,13.938904%,30.227661%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 205.168281 201.810281 C 205.168281 204.560281 202.937813 206.79075 200.187813 206.79075 C 197.437813 206.79075 195.207344 204.560281 195.207344 201.810281 C 195.207344 199.060281 197.437813 196.829812 200.187813 196.829812 C 202.937813 196.829812 205.168281 199.060281 205.168281 201.810281 Z M 205.168281 201.810281 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(63.243103%,16.860962%,38.378906%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50.593567%,13.48877%,30.703735%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 177.640938 204.0095 C 177.640938 206.7595 175.410469 208.989969 172.656563 208.989969 C 169.906563 208.989969 167.676094 206.7595 167.676094 204.0095 C 167.676094 201.2595 169.906563 199.029031 172.656563 199.029031 C 175.410469 199.029031 177.640938 201.2595 177.640938 204.0095 Z M 177.640938 204.0095 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(61.799622%,16.296387%,38.973999%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(49.441528%,13.035583%,31.17981%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 149.683906 201.411844 C 149.683906 204.16575 147.457344 206.396219 144.703438 206.396219 C 141.953438 206.396219 139.722969 204.16575 139.722969 201.411844 C 139.722969 198.661844 141.953438 196.431375 144.703438 196.431375 C 147.457344 196.431375 149.683906 198.661844 149.683906 201.411844 Z M 149.683906 201.411844 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(60.357666%,15.731812%,39.567566%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(48.287964%,12.586975%,31.655884%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 123.14875 194.021219 C 123.14875 196.775125 120.918281 199.005594 118.168281 199.005594 C 115.418281 199.005594 113.187813 196.775125 113.187813 194.021219 C 113.187813 191.271219 115.418281 189.04075 118.168281 189.04075 C 120.918281 189.04075 123.14875 191.271219 123.14875 194.021219 Z M 123.14875 194.021219 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(58.724976%,15.139771%,40.087891%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(46.981812%,12.110901%,32.070923%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 99.844063 182.157937 C 99.844063 184.911844 97.613594 187.142312 94.859688 187.142312 C 92.109688 187.142312 89.879219 184.911844 89.879219 182.157937 C 89.879219 179.407937 92.109688 177.177469 94.859688 177.177469 C 97.613594 177.177469 99.844063 179.407937 99.844063 182.157937 Z M 99.844063 182.157937 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(57.084656%,14.547729%,40.603638%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.669556%,11.639404%,32.48291%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 81.422188 166.458719 C 81.422188 169.208719 79.191719 171.439187 76.441719 171.439187 C 73.691719 171.439187 71.46125 169.208719 71.46125 166.458719 C 71.46125 163.704812 73.691719 161.47825 76.441719 161.47825 C 79.191719 161.47825 81.422188 163.704812 81.422188 166.458719 Z M 81.422188 166.458719 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(55.445862%,13.955688%,41.119385%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(44.355774%,11.164856%,32.894897%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 69.277656 147.829812 C 69.277656 150.579812 67.051094 152.810281 64.297188 152.810281 C 61.547187 152.810281 59.316719 150.579812 59.316719 147.829812 C 59.316719 145.075906 61.547187 142.845437 64.297188 142.845437 C 67.051094 142.845437 69.277656 145.075906 69.277656 147.829812 Z M 69.277656 147.829812 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(53.80249%,13.371277%,41.545105%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(43.043518%,10.694885%,33.236694%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 64.422188 127.407937 C 64.422188 130.157937 62.191719 132.388406 59.441719 132.388406 C 56.691719 132.388406 54.46125 130.157937 54.46125 127.407937 C 54.46125 124.657937 56.691719 122.427469 59.441719 122.427469 C 62.191719 122.427469 64.422188 124.657937 64.422188 127.407937 Z M 64.422188 127.407937 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(52.159119%,12.792969%,41.897583%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(41.726685%,10.232544%,33.518982%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 67.414375 106.489969 C 67.414375 109.239969 65.187813 111.470437 62.433906 111.470437 C 59.683906 111.470437 57.453437 109.239969 57.453437 106.489969 C 57.453437 103.736062 59.683906 101.505594 62.433906 101.505594 C 65.187813 101.505594 67.414375 103.736062 67.414375 106.489969 Z M 67.414375 106.489969 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(50.515747%,12.213135%,42.250061%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(40.412903%,9.771729%,33.799744%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 78.312813 86.439187 C 78.312813 89.189187 76.082344 91.419656 73.332344 91.419656 C 70.578438 91.419656 68.351875 89.189187 68.351875 86.439187 C 68.351875 83.685281 70.578438 81.458719 73.332344 81.458719 C 76.082344 81.458719 78.312813 83.685281 78.312813 86.439187 Z M 78.312813 86.439187 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(48.872375%,11.633301%,42.579651%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(39.097595%,9.30481%,34.063721%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 96.644844 68.611062 C 96.644844 71.361062 94.414375 73.591531 91.664375 73.591531 C 88.910469 73.591531 86.68 71.361062 86.68 68.611062 C 86.68 65.861062 88.910469 63.630594 91.664375 63.630594 C 94.414375 63.630594 96.644844 65.861062 96.644844 68.611062 Z M 96.644844 68.611062 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(47.23053%,11.045837%,42.770386%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(37.783813%,8.834839%,34.214783%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 121.43 54.251687 C 121.43 57.001687 119.203438 59.232156 116.449531 59.232156 C 113.699531 59.232156 111.469063 57.001687 111.469063 54.251687 C 111.469063 51.501687 113.699531 49.271219 116.449531 49.271219 C 119.203438 49.271219 121.43 51.501687 121.43 54.251687 Z M 121.43 54.251687 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(45.588684%,10.456848%,42.959595%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(36.471558%,8.364868%,34.368896%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 151.238594 44.41575 C 151.238594 47.169656 149.008125 49.400125 146.258125 49.400125 C 143.504219 49.400125 141.277656 47.169656 141.277656 44.41575 C 141.277656 41.66575 143.504219 39.435281 146.258125 39.435281 C 149.008125 39.435281 151.238594 41.66575 151.238594 44.41575 Z M 151.238594 44.41575 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(43.946838%,9.867859%,43.15033%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(35.159302%,7.894897%,34.519958%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 184.250313 39.892312 C 184.250313 42.642312 182.019844 44.872781 179.269844 44.872781 C 176.515938 44.872781 174.289375 42.642312 174.289375 39.892312 C 174.289375 37.142312 176.515938 34.911844 179.269844 34.911844 C 182.019844 34.911844 184.250313 37.142312 184.250313 39.892312 Z M 184.250313 39.892312 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(42.306519%,9.263611%,43.217468%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(33.84552%,7.41272%,34.571838%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 218.387031 41.1345 C 218.387031 43.8845 216.156563 46.114969 213.406563 46.114969 C 210.652656 46.114969 208.422188 43.8845 208.422188 41.1345 C 208.422188 38.380594 210.652656 36.150125 213.406563 36.150125 C 216.156563 36.150125 218.387031 38.380594 218.387031 41.1345 Z M 218.387031 41.1345 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(40.667725%,8.654785%,43.237305%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.53479%,6.922913%,34.588623%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 251.43 48.22825 C 251.43 50.97825 249.199531 53.208719 246.449531 53.208719 C 243.699531 53.208719 241.469063 50.97825 241.469063 48.22825 C 241.469063 45.47825 243.699531 43.247781 246.449531 43.247781 C 249.199531 43.247781 251.43 45.47825 251.43 48.22825 Z M 251.43 48.22825 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(39.027405%,8.042908%,43.257141%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(31.222534%,6.434631%,34.606934%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 281.176094 60.880594 C 281.176094 63.6345 278.945625 65.861062 276.195625 65.861062 C 273.445625 65.861062 271.215156 63.6345 271.215156 60.880594 C 271.215156 58.130594 273.445625 55.900125 276.195625 55.900125 C 278.945625 55.900125 281.176094 58.130594 281.176094 60.880594 Z M 281.176094 60.880594 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(37.440491%,7.455444%,43.223572%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(29.951477%,5.964661%,34.579468%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 305.570625 78.419656 C 305.570625 81.169656 303.340156 83.400125 300.590156 83.400125 C 297.840156 83.400125 295.609688 81.169656 295.609688 78.419656 C 295.609688 75.66575 297.840156 73.435281 300.590156 73.435281 C 303.340156 73.435281 305.570625 75.66575 305.570625 78.419656 Z M 305.570625 78.419656 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(35.974121%,6.916809%,43.070984%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.779602%,5.532837%,34.455872%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 322.859688 99.822 C 322.859688 102.572 320.629219 104.802469 317.879219 104.802469 C 315.125313 104.802469 312.894844 102.572 312.894844 99.822 C 312.894844 97.072 315.125313 94.841531 317.879219 94.841531 C 320.629219 94.841531 322.859688 97.072 322.859688 99.822 Z M 322.859688 99.822 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(34.507751%,6.376648%,42.91687%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(27.604675%,5.099487%,34.333801%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 331.707344 123.794656 C 331.707344 126.544656 329.476875 128.775125 326.726875 128.775125 C 323.972969 128.775125 321.7425 126.544656 321.7425 123.794656 C 321.7425 121.04075 323.972969 118.814187 326.726875 118.814187 C 329.476875 118.814187 331.707344 121.04075 331.707344 123.794656 Z M 331.707344 123.794656 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(33.039856%,5.836487%,42.764282%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.4328%,4.669189%,34.211731%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 331.301094 148.829812 C 331.301094 151.579812 329.070625 153.810281 326.320625 153.810281 C 323.566719 153.810281 321.33625 151.579812 321.33625 148.829812 C 321.33625 146.075906 323.566719 143.849344 326.320625 143.849344 C 329.070625 143.849344 331.301094 146.075906 331.301094 148.829812 Z M 331.301094 148.829812 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(31.376648%,5.337524%,42.340088%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(25.099182%,4.269409%,33.872986%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 321.418281 173.310281 C 321.418281 176.064187 319.187813 178.294656 316.437813 178.294656 C 313.683906 178.294656 311.453438 176.064187 311.453438 173.310281 C 311.453438 170.560281 313.683906 168.329812 316.437813 168.329812 C 319.187813 168.329812 321.418281 170.560281 321.418281 173.310281 Z M 321.418281 173.310281 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(29.690552%,4.841614%,41.885376%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.751831%,3.872681%,33.506775%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 302.453438 195.618875 C 302.453438 198.372781 300.222969 200.60325 297.472969 200.60325 C 294.719063 200.60325 292.488594 198.372781 292.488594 195.618875 C 292.488594 192.868875 294.719063 190.638406 297.472969 190.638406 C 300.222969 190.638406 302.453438 192.868875 302.453438 195.618875 Z M 302.453438 195.618875 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(28.004456%,4.345703%,41.430664%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(22.402954%,3.475952%,33.143616%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 275.410469 214.232156 C 275.410469 216.986062 273.18 219.216531 270.43 219.216531 C 267.68 219.216531 265.449531 216.986062 265.449531 214.232156 C 265.449531 211.482156 267.68 209.251687 270.43 209.251687 C 273.18 209.251687 275.410469 211.482156 275.410469 214.232156 Z M 275.410469 214.232156 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(26.278687%,4.03595%,40.722656%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(21.02356%,3.22876%,32.577515%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 241.855781 227.833719 C 241.855781 230.583719 239.625313 232.814187 236.875313 232.814187 C 234.125313 232.814187 231.894844 230.583719 231.894844 227.833719 C 231.894844 225.083719 234.125313 222.85325 236.875313 222.85325 C 239.625313 222.85325 241.855781 225.083719 241.855781 227.833719 Z M 241.855781 227.833719 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(24.514771%,3.921509%,39.744568%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(19.610596%,3.135681%,31.794739%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 203.824531 235.400125 C 203.824531 238.154031 201.594063 240.3845 198.840156 240.3845 C 196.090156 240.3845 193.859688 238.154031 193.859688 235.400125 C 193.859688 232.650125 196.090156 230.419656 198.840156 230.419656 C 201.594063 230.419656 203.824531 232.650125 203.824531 235.400125 Z M 203.824531 235.400125 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(22.749329%,3.808594%,38.764954%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(18.197632%,3.045654%,31.011963%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 163.687813 236.286844 C 163.687813 239.04075 161.457344 241.271219 158.707344 241.271219 C 155.957344 241.271219 153.726875 239.04075 153.726875 236.286844 C 153.726875 233.536844 155.957344 231.306375 158.707344 231.306375 C 161.457344 231.306375 163.687813 233.536844 163.687813 236.286844 Z M 163.687813 236.286844 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(20.980835%,3.718567%,37.730408%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(16.784668%,2.973938%,30.184937%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 124.027656 230.267312 C 124.027656 233.017312 121.797188 235.247781 119.047188 235.247781 C 116.297188 235.247781 114.066719 233.017312 114.066719 230.267312 C 114.066719 227.517312 116.297188 225.286844 119.047188 225.286844 C 121.797188 225.286844 124.027656 227.517312 124.027656 230.267312 Z M 124.027656 230.267312 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(19.163513%,3.965759%,35.928345%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(15.330505%,3.173828%,28.742981%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 87.453438 217.560281 C 87.453438 220.314187 85.222969 222.544656 82.472969 222.544656 C 79.722969 222.544656 77.4925 220.314187 77.4925 217.560281 C 77.4925 214.810281 79.722969 212.579812 82.472969 212.579812 C 85.222969 212.579812 87.453438 214.810281 87.453438 217.560281 Z M 87.453438 217.560281 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(17.347717%,4.212952%,34.127808%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.879395%,3.370667%,27.302551%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 56.433906 198.841531 C 56.433906 201.591531 54.203437 203.822 51.453437 203.822 C 48.703437 203.822 46.472969 201.591531 46.472969 198.841531 C 46.472969 196.091531 48.703437 193.861062 51.453437 193.861062 C 54.203437 193.861062 56.433906 196.091531 56.433906 198.841531 Z M 56.433906 198.841531 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(15.531921%,4.460144%,32.325745%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(12.423706%,3.567505%,25.860596%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 33.133125 175.185281 C 33.133125 177.939187 30.902656 180.169656 28.152656 180.169656 C 25.39875 180.169656 23.168281 177.939187 23.168281 175.185281 C 23.168281 172.435281 25.39875 170.204812 28.152656 170.204812 C 30.902656 170.204812 33.133125 172.435281 33.133125 175.185281 Z M 33.133125 175.185281 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(13.829041%,4.548645%,30.117798%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(11.062622%,3.637695%,24.093628%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 19.258125 148.025125 C 19.258125 150.779031 17.027656 153.005594 14.277656 153.005594 C 11.52375 153.005594 9.293281 150.779031 9.293281 148.025125 C 9.293281 145.275125 11.52375 143.044656 14.277656 143.044656 C 17.027656 143.044656 19.258125 145.275125 19.258125 148.025125 Z M 19.258125 148.025125 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(12.185669%,4.551697%,27.694702%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(9.74884%,3.639221%,22.155762%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 15.937812 119.052469 C 15.937812 121.802469 13.707344 124.032937 10.957344 124.032937 C 8.207344 124.032937 5.976875 121.802469 5.976875 119.052469 C 5.976875 116.302469 8.207344 114.072 10.957344 114.072 C 13.707344 114.072 15.937812 116.302469 15.937812 119.052469 Z M 15.937812 119.052469 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(10.543823%,4.554749%,25.271606%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(8.433533%,3.643799%,20.217896%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 23.640937 90.118875 C 23.640937 92.872781 21.410469 95.10325 18.656562 95.10325 C 15.906562 95.10325 13.676094 92.872781 13.676094 90.118875 C 13.676094 87.368875 15.906562 85.138406 18.656562 85.138406 C 21.410469 85.138406 23.640937 87.368875 23.640937 90.118875 Z M 23.640937 90.118875 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(9.005737%,4.464722%,22.901917%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(7.203674%,3.570557%,18.322754%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 42.109687 63.118875 C 42.109687 65.868875 39.879219 68.099344 37.129219 68.099344 C 34.379219 68.099344 32.14875 65.868875 32.14875 63.118875 C 32.14875 60.368875 34.379219 58.138406 37.129219 58.138406 C 39.879219 58.138406 42.109687 60.368875 42.109687 63.118875 Z M 42.109687 63.118875 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(7.794189%,4.0802%,20.703125%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(6.234741%,3.263855%,16.56189%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 70.387031 39.857156 C 70.387031 42.607156 68.160469 44.837625 65.406563 44.837625 C 62.656562 44.837625 60.426094 42.607156 60.426094 39.857156 C 60.426094 37.107156 62.656562 34.876687 65.406563 34.876687 C 68.160469 34.876687 70.387031 37.107156 70.387031 39.857156 Z M 70.387031 39.857156 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(6.582642%,3.695679%,18.502808%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.265808%,2.955627%,14.802551%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 106.847969 21.939187 C 106.847969 24.689187 104.6175 26.919656 101.8675 26.919656 C 99.1175 26.919656 96.887031 24.689187 96.887031 21.939187 C 96.887031 19.189187 99.1175 16.958719 101.8675 16.958719 C 104.6175 16.958719 106.847969 19.189187 106.847969 21.939187 Z M 106.847969 21.939187 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(5.37262%,3.312683%,16.30249%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.296875%,2.648926%,13.041687%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 149.293281 10.654031 C 149.293281 13.404031 147.062813 15.6345 144.312813 15.6345 C 141.562813 15.6345 139.332344 13.404031 139.332344 10.654031 C 139.332344 7.900125 141.562813 5.673562 144.312813 5.673562 C 147.062813 5.673562 149.293281 7.900125 149.293281 10.654031 Z M 149.293281 10.654031 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(4.31366%,2.7771%,14.009094%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.451538%,2.22168%,11.207581%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 195.082344 6.880594 C 195.082344 9.6345 192.851875 11.864969 190.101875 11.864969 C 187.347969 11.864969 185.1175 9.6345 185.1175 6.880594 C 185.1175 4.130594 187.347969 1.900125 190.101875 1.900125 C 192.851875 1.900125 195.082344 4.130594 195.082344 6.880594 Z M 195.082344 6.880594 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(3.285217%,2.210999%,11.695862%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.627563%,1.768494%,9.356689%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 241.301094 11.036844 C 241.301094 13.786844 239.070625 16.017312 236.316719 16.017312 C 233.566719 16.017312 231.33625 13.786844 231.33625 11.036844 C 231.33625 8.286844 233.566719 6.056375 236.316719 6.056375 C 239.070625 6.056375 241.301094 8.286844 241.301094 11.036844 Z M 241.301094 11.036844 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(2.256775%,1.644897%,9.382629%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(1.806641%,1.313782%,7.505798%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 284.941719 23.013406 C 284.941719 25.767312 282.71125 27.997781 279.957344 27.997781 C 277.207344 27.997781 274.976875 25.767312 274.976875 23.013406 C 274.976875 20.263406 277.207344 18.032937 279.957344 18.032937 C 282.71125 18.032937 284.941719 20.263406 284.941719 23.013406 Z M 284.941719 23.013406 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(1.470947%,1.159668%,7.221985%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(1.177979%,0.927734%,5.776978%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 323.101875 42.204812 C 323.101875 44.954812 320.871406 47.185281 318.121406 47.185281 C 315.371406 47.185281 313.140938 44.954812 313.140938 42.204812 C 313.140938 39.450906 315.371406 37.220437 318.121406 37.220437 C 320.871406 37.220437 323.101875 39.450906 323.101875 42.204812 Z M 323.101875 42.204812 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(1.029968%,0.788879%,5.276489%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0.823975%,0.631714%,4.219055%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 353.18 67.501687 C 353.18 70.251687 350.949531 72.482156 348.199531 72.482156 C 345.449531 72.482156 343.219063 70.251687 343.219063 67.501687 C 343.219063 64.751687 345.449531 62.521219 348.199531 62.521219 C 350.949531 62.521219 353.18 64.751687 353.18 67.501687 Z M 353.18 67.501687 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(0.587463%,0.416565%,3.330994%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0.469971%,0.332642%,2.66571%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 373.047188 97.392312 C 373.047188 100.142312 370.820625 102.372781 368.066719 102.372781 C 365.316719 102.372781 363.08625 100.142312 363.08625 97.392312 C 363.08625 94.638406 365.316719 92.407937 368.066719 92.407937 C 370.820625 92.407937 373.047188 94.638406 373.047188 97.392312 Z M 373.047188 97.392312 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(0.144958%,0.0457764%,1.385498%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0.115967%,0.0366211%,1.109314%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 381.199531 130.013406 C 381.199531 132.767312 378.969063 134.997781 376.215156 134.997781 C 373.465156 134.997781 371.234688 132.767312 371.234688 130.013406 C 371.234688 127.263406 373.465156 125.032937 376.215156 125.032937 C 378.969063 125.032937 381.199531 127.263406 381.199531 130.013406 Z M 381.199531 130.013406 \" transform=\"matrix(1,0,0,-1,19.57,249.697)\"/>\n",
"<g clip-path=\"url(#clip-1493018451323736-2)\" clip-rule=\"nonzero\">\n",
"<path style=\" stroke:none;fill-rule:nonzero;fill:url(#linear-1493018451323736-0);\" d=\"M 415.441406 249.691406 L 415.441406 6.527344 L 429.613281 6.527344 L 429.613281 249.691406 Z M 415.441406 249.691406 \"/>\n",
"</g>\n",
"<path style=\"fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0.00040625 46.666562 L 4.250406 46.666562 M 0.00040625 95.791562 L 4.250406 95.791562 M 0.00040625 144.916562 L 4.250406 144.916562 M 0.00040625 194.037656 L 4.250406 194.037656 M 0.00040625 243.162656 L 4.250406 243.162656 M 14.172281 46.666562 L 9.922281 46.666562 M 14.172281 95.791562 L 9.922281 95.791562 M 14.172281 144.916562 L 9.922281 144.916562 M 14.172281 194.037656 L 9.922281 194.037656 M 14.172281 243.162656 L 9.922281 243.162656 \" transform=\"matrix(1,0,0,-1,415.441,249.69)\"/>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0.00040625 -0.00140625 L 0.00040625 243.162656 L 14.172281 243.162656 L 14.172281 -0.00140625 Z M 0.00040625 -0.00140625 \" transform=\"matrix(1,0,0,-1,415.441,249.69)\"/>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-1\" x=\"433.134\" y=\"206.233\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-2\" x=\"438.11532\" y=\"206.233\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-5\" x=\"433.134\" y=\"157.11\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-2\" x=\"438.11532\" y=\"157.11\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-6\" x=\"433.134\" y=\"107.987\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-2\" x=\"438.11532\" y=\"107.987\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-7\" x=\"433.134\" y=\"58.864\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-2\" x=\"438.11532\" y=\"58.864\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323736-1-3\" x=\"433.134\" y=\"9.741\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-2\" x=\"438.11532\" y=\"9.741\"/>\n",
" <use xlink:href=\"#glyph-1493018451323736-1-2\" x=\"443.09664\" y=\"9.741\"/>\n",
"</g>\n",
"</g>\n",
"</svg>\n",
"\n"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"plot(x,y,w=5)\n",
"scatter!(x,y,zcolor=reverse(z),m=(10,0.8,:inferno,stroke(0)),leg=false,colorbar=true,w=5)"
]
},
{
"cell_type": "markdown",
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"No colorbar"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true
},
"outputs": [
{
"data": {
"text/html": [
"<?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=\"406.937pt\" height=\"257.456pt\" viewBox=\"0 0 406.937 257.456\" version=\"1.1\">\n",
"<defs>\n",
"<g>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323737-0-0\">\n",
"<path style=\"stroke:none;\" d=\"\"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323737-0-1\">\n",
"<path style=\"stroke:none;\" d=\"M 6.5625 -2.296875 C 6.734375 -2.296875 6.921875 -2.296875 6.921875 -2.5 C 6.921875 -2.6875 6.734375 -2.6875 6.5625 -2.6875 L 1.171875 -2.6875 C 1 -2.6875 0.828125 -2.6875 0.828125 -2.5 C 0.828125 -2.296875 1 -2.296875 1.171875 -2.296875 Z M 6.5625 -2.296875 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323737-1-0\">\n",
"<path style=\"stroke:none;\" d=\"\"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323737-1-1\">\n",
"<path style=\"stroke:none;\" d=\"M 1.265625 -0.765625 L 2.328125 -1.796875 C 3.875 -3.171875 4.46875 -3.703125 4.46875 -4.703125 C 4.46875 -5.84375 3.578125 -6.640625 2.359375 -6.640625 C 1.234375 -6.640625 0.5 -5.71875 0.5 -4.828125 C 0.5 -4.28125 1 -4.28125 1.03125 -4.28125 C 1.203125 -4.28125 1.546875 -4.390625 1.546875 -4.8125 C 1.546875 -5.0625 1.359375 -5.328125 1.015625 -5.328125 C 0.9375 -5.328125 0.921875 -5.328125 0.890625 -5.3125 C 1.109375 -5.96875 1.65625 -6.328125 2.234375 -6.328125 C 3.140625 -6.328125 3.5625 -5.515625 3.5625 -4.703125 C 3.5625 -3.90625 3.078125 -3.125 2.515625 -2.5 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 L 4.46875 -1.734375 L 4.234375 -1.734375 C 4.171875 -1.4375 4.109375 -1 4 -0.84375 C 3.9375 -0.765625 3.28125 -0.765625 3.0625 -0.765625 Z M 1.265625 -0.765625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323737-1-2\">\n",
"<path style=\"stroke:none;\" d=\"M 4.578125 -3.1875 C 4.578125 -3.984375 4.53125 -4.78125 4.1875 -5.515625 C 3.734375 -6.484375 2.90625 -6.640625 2.5 -6.640625 C 1.890625 -6.640625 1.171875 -6.375 0.75 -5.453125 C 0.4375 -4.765625 0.390625 -3.984375 0.390625 -3.1875 C 0.390625 -2.4375 0.421875 -1.546875 0.84375 -0.78125 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.015625 0.21875 3.78125 0.015625 4.21875 -0.9375 C 4.53125 -1.625 4.578125 -2.40625 4.578125 -3.1875 Z M 2.484375 0 C 2.09375 0 1.5 -0.25 1.328125 -1.203125 C 1.21875 -1.796875 1.21875 -2.71875 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.609375 1.296875 -5.140625 C 1.484375 -6.328125 2.234375 -6.421875 2.484375 -6.421875 C 2.8125 -6.421875 3.46875 -6.234375 3.65625 -5.25 C 3.765625 -4.6875 3.765625 -3.9375 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.5 -0.296875 2.9375 0 2.484375 0 Z M 2.484375 0 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323737-1-3\">\n",
"<path style=\"stroke:none;\" d=\"M 2.9375 -6.375 C 2.9375 -6.625 2.9375 -6.640625 2.703125 -6.640625 C 2.078125 -6 1.203125 -6 0.890625 -6 L 0.890625 -5.6875 C 1.09375 -5.6875 1.671875 -5.6875 2.1875 -5.953125 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.15625 -0.03125 2.5625 -0.03125 C 2.953125 -0.03125 3.828125 -0.03125 4.171875 0 L 4.171875 -0.3125 L 3.859375 -0.3125 C 2.953125 -0.3125 2.9375 -0.421875 2.9375 -0.78125 Z M 2.9375 -6.375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323737-1-4\">\n",
"<path style=\"stroke:none;\" d=\"M 4.46875 -2 C 4.46875 -3.1875 3.65625 -4.1875 2.578125 -4.1875 C 2.109375 -4.1875 1.671875 -4.03125 1.3125 -3.671875 L 1.3125 -5.625 C 1.515625 -5.5625 1.84375 -5.5 2.15625 -5.5 C 3.390625 -5.5 4.09375 -6.40625 4.09375 -6.53125 C 4.09375 -6.59375 4.0625 -6.640625 3.984375 -6.640625 C 3.984375 -6.640625 3.953125 -6.640625 3.90625 -6.609375 C 3.703125 -6.515625 3.21875 -6.3125 2.546875 -6.3125 C 2.15625 -6.3125 1.6875 -6.390625 1.21875 -6.59375 C 1.140625 -6.625 1.125 -6.625 1.109375 -6.625 C 1 -6.625 1 -6.546875 1 -6.390625 L 1 -3.4375 C 1 -3.265625 1 -3.1875 1.140625 -3.1875 C 1.21875 -3.1875 1.234375 -3.203125 1.28125 -3.265625 C 1.390625 -3.421875 1.75 -3.96875 2.5625 -3.96875 C 3.078125 -3.96875 3.328125 -3.515625 3.40625 -3.328125 C 3.5625 -2.953125 3.59375 -2.578125 3.59375 -2.078125 C 3.59375 -1.71875 3.59375 -1.125 3.34375 -0.703125 C 3.109375 -0.3125 2.734375 -0.0625 2.28125 -0.0625 C 1.5625 -0.0625 0.984375 -0.59375 0.8125 -1.171875 C 0.84375 -1.171875 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.640625 C 1.484375 -1.890625 1.3125 -2.140625 0.984375 -2.140625 C 0.84375 -2.140625 0.5 -2.0625 0.5 -1.609375 C 0.5 -0.75 1.1875 0.21875 2.296875 0.21875 C 3.453125 0.21875 4.46875 -0.734375 4.46875 -2 Z M 4.46875 -2 \"/>\n",
"</symbol>\n",
"</g>\n",
"<clipPath id=\"clip-1493018451323737-1\">\n",
" <path d=\"M 19 0 L 406.9375 0 L 406.9375 244 L 19 244 Z M 19 0 \"/>\n",
"</clipPath>\n",
"<clipPath id=\"clip-1493018451323737-2\">\n",
" <path d=\"M 19 8 L 406.9375 8 L 406.9375 218 L 19 218 Z M 19 8 \"/>\n",
"</clipPath>\n",
"<clipPath id=\"clip-1493018451323737-3\">\n",
" <path d=\"M 19 8 L 406.9375 8 L 406.9375 218 L 19 218 Z M 19 8 \"/>\n",
"</clipPath>\n",
"<clipPath id=\"clip-1493018451323737-4\">\n",
" <path d=\"M 19 0 L 406.9375 0 L 406.9375 244 L 19 244 Z M 19 0 \"/>\n",
"</clipPath>\n",
"<clipPath id=\"clip-1493018451323737-5\">\n",
" <path d=\"M 19.570312 0.195312 L 406.742188 0.195312 L 406.742188 243.363281 L 19.570312 243.363281 Z M 19.570312 0.195312 \"/>\n",
"</clipPath>\n",
"</defs>\n",
"<g id=\"surface1\">\n",
"<g clip-path=\"url(#clip-1493018451323737-1)\" clip-rule=\"nonzero\">\n",
"<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;\" d=\"M 19.570312 243.363281 L 406.742188 243.363281 L 406.742188 0.195312 L 19.570312 0.195312 Z M 19.570312 243.363281 \"/>\n",
"</g>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 26.355781 0.00171875 L 26.355781 243.169687 M 65.113594 0.00171875 L 65.113594 243.169687 M 103.871406 0.00171875 L 103.871406 243.169687 M 142.633125 0.00171875 L 142.633125 243.169687 M 181.390938 0.00171875 L 181.390938 243.169687 M 220.14875 0.00171875 L 220.14875 243.169687 M 258.910469 0.00171875 L 258.910469 243.169687 M 297.668281 0.00171875 L 297.668281 243.169687 M 336.426094 0.00171875 L 336.426094 243.169687 M 375.187813 0.00171875 L 375.187813 243.169687 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<g clip-path=\"url(#clip-1493018451323737-2)\" clip-rule=\"nonzero\">\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0.0003125 25.587656 L 387.172188 25.587656 M 0.0003125 77.8025 L 387.172188 77.8025 M 0.0003125 130.013437 L 387.172188 130.013437 M 0.0003125 182.228281 L 387.172188 182.228281 M 0.0003125 234.439219 L 387.172188 234.439219 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"</g>\n",
"<path style=\"fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 26.355781 0.00171875 L 26.355781 4.251719 M 65.113594 0.00171875 L 65.113594 4.251719 M 103.871406 0.00171875 L 103.871406 4.251719 M 142.633125 0.00171875 L 142.633125 4.251719 M 181.390938 0.00171875 L 181.390938 4.251719 M 220.14875 0.00171875 L 220.14875 4.251719 M 258.910469 0.00171875 L 258.910469 4.251719 M 297.668281 0.00171875 L 297.668281 4.251719 M 336.426094 0.00171875 L 336.426094 4.251719 M 375.187813 0.00171875 L 375.187813 4.251719 M 26.355781 243.169687 L 26.355781 238.915781 M 65.113594 243.169687 L 65.113594 238.915781 M 103.871406 243.169687 L 103.871406 238.915781 M 142.633125 243.169687 L 142.633125 238.915781 M 181.390938 243.169687 L 181.390938 238.915781 M 220.14875 243.169687 L 220.14875 238.915781 M 258.910469 243.169687 L 258.910469 238.915781 M 297.668281 243.169687 L 297.668281 238.915781 M 336.426094 243.169687 L 336.426094 238.915781 M 375.187813 243.169687 L 375.187813 238.915781 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<g clip-path=\"url(#clip-1493018451323737-3)\" clip-rule=\"nonzero\">\n",
"<path style=\"fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0.0003125 25.587656 L 4.250312 25.587656 M 0.0003125 77.8025 L 4.250312 77.8025 M 0.0003125 130.013437 L 4.250312 130.013437 M 0.0003125 182.228281 L 4.250312 182.228281 M 0.0003125 234.439219 L 4.250312 234.439219 M 387.172188 25.587656 L 382.922188 25.587656 M 387.172188 77.8025 L 382.922188 77.8025 M 387.172188 130.013437 L 382.922188 130.013437 M 387.172188 182.228281 L 382.922188 182.228281 M 387.172188 234.439219 L 382.922188 234.439219 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"</g>\n",
"<g clip-path=\"url(#clip-1493018451323737-4)\" clip-rule=\"nonzero\">\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0.0003125 0.00171875 L 0.0003125 243.169687 L 387.172188 243.169687 L 387.172188 0.00171875 Z M 0.0003125 0.00171875 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-0-1\" x=\"37.07\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-1\" x=\"44.818\" y=\"253.305\"/>\n",
" <use xlink:href=\"#glyph-1493018451323737-1-2\" x=\"49.79932\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-0-1\" x=\"75.828\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-3\" x=\"83.577\" y=\"253.305\"/>\n",
" <use xlink:href=\"#glyph-1493018451323737-1-4\" x=\"88.55832\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-0-1\" x=\"114.587\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-3\" x=\"122.335\" y=\"253.305\"/>\n",
" <use xlink:href=\"#glyph-1493018451323737-1-2\" x=\"127.31632\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-0-1\" x=\"155.836\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-4\" x=\"163.585\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-2\" x=\"198.469\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-4\" x=\"237.227\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-3\" x=\"273.495\" y=\"253.305\"/>\n",
" <use xlink:href=\"#glyph-1493018451323737-1-2\" x=\"278.47632\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-3\" x=\"312.253\" y=\"253.305\"/>\n",
" <use xlink:href=\"#glyph-1493018451323737-1-4\" x=\"317.23432\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-1\" x=\"351.012\" y=\"253.305\"/>\n",
" <use xlink:href=\"#glyph-1493018451323737-1-2\" x=\"355.99332\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-1\" x=\"389.77\" y=\"253.305\"/>\n",
" <use xlink:href=\"#glyph-1493018451323737-1-4\" x=\"394.75132\" y=\"253.305\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-0-1\" x=\"3.321\" y=\"220.572\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-1\" x=\"11.069\" y=\"220.572\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-0-1\" x=\"3.321\" y=\"168.36\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-3\" x=\"11.069\" y=\"168.36\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-2\" x=\"11.069\" y=\"116.563\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-3\" x=\"11.069\" y=\"64.351\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323737-1-1\" x=\"11.069\" y=\"12.138\"/>\n",
"</g>\n",
"<g clip-path=\"url(#clip-1493018451323737-5)\" clip-rule=\"nonzero\">\n",
"<path style=\"fill:none;stroke-width:4.98138;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,60.559082%,97.866821%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 181.390938 130.013437 L 183.297188 130.349375 L 184.832344 131.3025 L 185.664375 132.759531 L 185.543281 134.52125 L 184.312813 136.341562 L 181.953438 137.95875 L 178.570625 139.095469 L 174.402656 139.517344 L 169.793281 139.029062 L 165.183906 137.532969 L 161.051094 135.001719 L 157.883125 131.525156 L 156.129219 127.290781 L 156.152656 122.575937 L 158.187813 117.724375 L 162.324531 113.138437 L 168.465156 109.232187 L 176.351875 106.400156 L 185.535469 104.986094 L 195.437813 105.251719 L 205.363594 107.341562 L 214.558906 111.27125 L 222.262031 116.911875 L 227.769844 123.993906 L 230.4925 132.115 L 230.004219 140.767344 L 226.090156 149.365 L 218.777656 157.279062 L 208.344063 163.89625 L 195.308906 168.657969 L 180.426094 171.099375 L 164.609688 170.89625 L 148.922188 167.89625 L 134.457344 162.134531 L 122.297188 153.845469 L 113.418281 143.45875 L 108.613594 131.572031 L 108.449531 118.919687 L 113.176094 106.325937 L 122.726875 94.661875 L 136.699531 84.767344 L 154.359688 77.404062 L 174.687813 73.197031 L 196.43 72.579844 L 218.18 75.755625 L 238.472969 82.689219 L 255.875313 93.075937 L 269.08625 106.368906 L 277.043281 121.790781 L 278.996406 138.404062 L 274.566719 155.138437 L 263.797188 170.880625 L 247.160469 184.540781 L 225.539375 195.122812 L 200.187813 201.810312 L 172.656563 204.009531 L 144.703438 201.411875 L 118.168281 194.02125 L 94.859688 182.157969 L 76.441719 166.45875 L 64.297188 147.829844 L 59.441719 127.407969 L 62.433906 106.49 L 73.332344 86.439219 L 91.664375 68.611094 L 116.449531 54.251719 L 146.258125 44.415781 L 179.269844 39.892344 L 213.406563 41.134531 L 246.449531 48.228281 L 276.195625 60.880625 L 300.590156 78.419687 L 317.879219 99.822031 L 326.726875 123.794687 L 326.320625 148.829844 L 316.437813 173.310312 L 297.472969 195.618906 L 270.43 214.232187 L 236.875313 227.83375 L 198.840156 235.400156 L 158.707344 236.286875 L 119.047188 230.267344 L 82.472969 217.560312 L 51.453437 198.841562 L 28.152656 175.185312 L 14.277656 148.025156 L 10.957344 119.0525 L 18.656562 90.118906 L 37.129219 63.118906 L 65.406563 39.857187 L 101.8675 21.939219 L 144.312813 10.654062 L 190.101875 6.880625 L 236.316719 11.036875 L 279.957344 23.013437 L 318.121406 42.204844 L 348.199531 67.501719 L 368.066719 97.392344 L 376.215156 130.013437 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"</g>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(0%,0%,54.508972%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,43.606567%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 186.375313 130.013437 C 186.375313 132.767344 184.144844 134.997812 181.390938 134.997812 C 178.640938 134.997812 176.410469 132.767344 176.410469 130.013437 C 176.410469 127.263437 178.640938 125.032969 181.390938 125.032969 C 184.144844 125.032969 186.375313 127.263437 186.375313 130.013437 Z M 186.375313 130.013437 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(0.683594%,0.854492%,54.86908%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0.547791%,0.683594%,43.894958%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 188.277656 130.349375 C 188.277656 133.099375 186.047188 135.329844 183.297188 135.329844 C 180.547188 135.329844 178.316719 133.099375 178.316719 130.349375 C 178.316719 127.595469 180.547188 125.365 183.297188 125.365 C 186.047188 125.365 188.277656 127.595469 188.277656 130.349375 Z M 188.277656 130.349375 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(1.368713%,1.71051%,55.229187%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(1.095581%,1.368713%,44.184875%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 189.812813 131.3025 C 189.812813 134.056406 187.582344 136.286875 184.832344 136.286875 C 182.078438 136.286875 179.851875 134.056406 179.851875 131.3025 C 179.851875 128.5525 182.078438 126.322031 184.832344 126.322031 C 187.582344 126.322031 189.812813 128.5525 189.812813 131.3025 Z M 189.812813 131.3025 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(2.053833%,2.565002%,55.59082%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(1.644897%,2.053833%,44.471741%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 190.644844 132.759531 C 190.644844 135.509531 188.414375 137.74 185.664375 137.74 C 182.914375 137.74 180.683906 135.509531 180.683906 132.759531 C 180.683906 130.009531 182.914375 127.779062 185.664375 127.779062 C 188.414375 127.779062 190.644844 130.009531 190.644844 132.759531 Z M 190.644844 132.759531 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(2.740479%,3.421021%,55.950928%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.192688%,2.735901%,44.758606%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 190.52375 134.52125 C 190.52375 137.27125 188.293281 139.501719 185.543281 139.501719 C 182.789375 139.501719 180.562813 137.27125 180.562813 134.52125 C 180.562813 131.767344 182.789375 129.536875 185.543281 129.536875 C 188.293281 129.536875 190.52375 131.767344 190.52375 134.52125 Z M 190.52375 134.52125 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(3.425598%,4.277039%,56.311035%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.738953%,3.422546%,45.048523%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 189.293281 136.341562 C 189.293281 139.095469 187.066719 141.325937 184.312813 141.325937 C 181.562813 141.325937 179.332344 139.095469 179.332344 136.341562 C 179.332344 133.591562 181.562813 131.361094 184.312813 131.361094 C 187.066719 131.361094 189.293281 133.591562 189.293281 136.341562 Z M 189.293281 136.341562 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(4.110718%,5.131531%,56.671143%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.286743%,4.104614%,45.336914%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 186.933906 137.95875 C 186.933906 140.70875 184.703438 142.939219 181.953438 142.939219 C 179.203438 142.939219 176.972969 140.70875 176.972969 137.95875 C 176.972969 135.20875 179.203438 132.978281 181.953438 132.978281 C 184.703438 132.978281 186.933906 135.20875 186.933906 137.95875 Z M 186.933906 137.95875 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(4.795837%,5.987549%,57.032776%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.837585%,4.789734%,45.626831%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 183.551094 139.095469 C 183.551094 141.849375 181.320625 144.079844 178.570625 144.079844 C 175.820625 144.079844 173.590156 141.849375 173.590156 139.095469 C 173.590156 136.345469 175.820625 134.115 178.570625 134.115 C 181.320625 134.115 183.551094 136.345469 183.551094 139.095469 Z M 183.551094 139.095469 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(5.480957%,6.843567%,57.392883%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.38385%,5.474854%,45.913696%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 179.383125 139.517344 C 179.383125 142.267344 177.152656 144.497812 174.402656 144.497812 C 171.64875 144.497812 169.418281 142.267344 169.418281 139.517344 C 169.418281 136.763437 171.64875 134.532969 174.402656 134.532969 C 177.152656 134.532969 179.383125 136.763437 179.383125 139.517344 Z M 179.383125 139.517344 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(6.166077%,7.699585%,57.752991%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.934692%,6.159973%,46.203613%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 174.77375 139.029062 C 174.77375 141.782969 172.543281 144.013437 169.793281 144.013437 C 167.043281 144.013437 164.812813 141.782969 164.812813 139.029062 C 164.812813 136.279062 167.043281 134.048594 169.793281 134.048594 C 172.543281 134.048594 174.77375 136.279062 174.77375 139.029062 Z M 174.77375 139.029062 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(6.851196%,8.555603%,58.113098%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.480957%,6.843567%,46.490479%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 170.164375 137.532969 C 170.164375 140.282969 167.933906 142.513437 165.183906 142.513437 C 162.43 142.513437 160.199531 140.282969 160.199531 137.532969 C 160.199531 134.779062 162.43 132.548594 165.183906 132.548594 C 167.933906 132.548594 170.164375 134.779062 170.164375 137.532969 Z M 170.164375 137.532969 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(7.537842%,9.410095%,58.474731%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(6.028748%,7.528687%,46.77887%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 166.031563 135.001719 C 166.031563 137.751719 163.801094 139.982187 161.051094 139.982187 C 158.301094 139.982187 156.070625 137.751719 156.070625 135.001719 C 156.070625 132.251719 158.301094 130.02125 161.051094 130.02125 C 163.801094 130.02125 166.031563 132.251719 166.031563 135.001719 Z M 166.031563 135.001719 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(8.222961%,10.266113%,58.834839%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(6.576538%,8.213806%,47.065735%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 162.863594 131.525156 C 162.863594 134.279062 160.637031 136.509531 157.883125 136.509531 C 155.133125 136.509531 152.902656 134.279062 152.902656 131.525156 C 152.902656 128.775156 155.133125 126.544687 157.883125 126.544687 C 160.637031 126.544687 162.863594 128.775156 162.863594 131.525156 Z M 162.863594 131.525156 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(8.906555%,11.122131%,59.194946%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(7.125854%,8.898926%,47.355652%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 161.113594 127.290781 C 161.113594 130.044687 158.883125 132.275156 156.129219 132.275156 C 153.379219 132.275156 151.14875 130.044687 151.14875 127.290781 C 151.14875 124.540781 153.379219 122.310312 156.129219 122.310312 C 158.883125 122.310312 161.113594 124.540781 161.113594 127.290781 Z M 161.113594 127.290781 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(9.593201%,11.976624%,59.555054%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(7.673645%,9.58252%,47.645569%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 161.133125 122.575937 C 161.133125 125.325937 158.902656 127.556406 156.152656 127.556406 C 153.402656 127.556406 151.172188 125.325937 151.172188 122.575937 C 151.172188 119.822031 153.402656 117.591562 156.152656 117.591562 C 158.902656 117.591562 161.133125 119.822031 161.133125 122.575937 Z M 161.133125 122.575937 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(10.27832%,12.832642%,59.916687%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(8.222961%,10.267639%,47.93396%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 163.168281 117.724375 C 163.168281 120.474375 160.941719 122.704844 158.187813 122.704844 C 155.437813 122.704844 153.207344 120.474375 153.207344 117.724375 C 153.207344 114.974375 155.437813 112.743906 158.187813 112.743906 C 160.941719 112.743906 163.168281 114.974375 163.168281 117.724375 Z M 163.168281 117.724375 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(10.96344%,13.68866%,60.276794%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(8.769226%,10.949707%,48.220825%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 167.305 113.138437 C 167.305 115.888437 165.074531 118.118906 162.324531 118.118906 C 159.570625 118.118906 157.340156 115.888437 157.340156 113.138437 C 157.340156 110.388437 159.570625 108.157969 162.324531 108.157969 C 165.074531 108.157969 167.305 110.388437 167.305 113.138437 Z M 167.305 113.138437 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(11.64856%,14.544678%,60.636902%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(9.318542%,11.634827%,48.50769%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 173.449531 109.232187 C 173.449531 111.982187 171.219063 114.212656 168.465156 114.212656 C 165.715156 114.212656 163.484688 111.982187 163.484688 109.232187 C 163.484688 106.478281 165.715156 104.247812 168.465156 104.247812 C 171.219063 104.247812 173.449531 106.478281 173.449531 109.232187 Z M 173.449531 109.232187 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(12.333679%,15.400696%,60.997009%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(9.867859%,12.319946%,48.797607%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 181.332344 106.400156 C 181.332344 109.150156 179.101875 111.380625 176.351875 111.380625 C 173.597969 111.380625 171.371406 109.150156 171.371406 106.400156 C 171.371406 103.64625 173.597969 101.415781 176.351875 101.415781 C 179.101875 101.415781 181.332344 103.64625 181.332344 106.400156 Z M 181.332344 106.400156 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(13.018799%,16.255188%,61.357117%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(10.415649%,13.00354%,49.087524%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 190.515938 104.986094 C 190.515938 107.736094 188.289375 109.966562 185.535469 109.966562 C 182.785469 109.966562 180.555 107.736094 180.555 104.986094 C 180.555 102.232187 182.785469 100.005625 185.535469 100.005625 C 188.289375 100.005625 190.515938 102.232187 190.515938 104.986094 Z M 190.515938 104.986094 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(13.703918%,17.111206%,61.71875%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(10.964966%,13.68866%,49.372864%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 200.418281 105.251719 C 200.418281 108.001719 198.191719 110.232187 195.437813 110.232187 C 192.687813 110.232187 190.457344 108.001719 190.457344 105.251719 C 190.457344 102.497812 192.687813 100.267344 195.437813 100.267344 C 198.191719 100.267344 200.418281 102.497812 200.418281 105.251719 Z M 200.418281 105.251719 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(14.390564%,17.965698%,62.078857%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(11.512756%,14.373779%,49.662781%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 210.344063 107.341562 C 210.344063 110.091562 208.113594 112.322031 205.363594 112.322031 C 202.613594 112.322031 200.383125 110.091562 200.383125 107.341562 C 200.383125 104.587656 202.613594 102.357187 205.363594 102.357187 C 208.113594 102.357187 210.344063 104.587656 210.344063 107.341562 Z M 210.344063 107.341562 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(15.075684%,18.821716%,62.438965%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(12.059021%,15.058899%,49.952698%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 219.539375 111.27125 C 219.539375 114.02125 217.308906 116.251719 214.558906 116.251719 C 211.805 116.251719 209.574531 114.02125 209.574531 111.27125 C 209.574531 108.517344 211.805 106.290781 214.558906 106.290781 C 217.308906 106.290781 219.539375 108.517344 219.539375 111.27125 Z M 219.539375 111.27125 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(15.760803%,19.677734%,62.799072%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(12.606812%,15.742493%,50.239563%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 227.2425 116.911875 C 227.2425 119.661875 225.012031 121.892344 222.262031 121.892344 C 219.508125 121.892344 217.277656 119.661875 217.277656 116.911875 C 217.277656 114.161875 219.508125 111.931406 222.262031 111.931406 C 225.012031 111.931406 227.2425 114.161875 227.2425 116.911875 Z M 227.2425 116.911875 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(16.445923%,20.533752%,63.160706%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.157654%,16.427612%,50.527954%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 232.750313 123.993906 C 232.750313 126.743906 230.519844 128.974375 227.769844 128.974375 C 225.015938 128.974375 222.789375 126.743906 222.789375 123.993906 C 222.789375 121.243906 225.015938 119.013437 227.769844 119.013437 C 230.519844 119.013437 232.750313 121.243906 232.750313 123.993906 Z M 232.750313 123.993906 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(17.131042%,21.389771%,63.520813%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.703918%,17.10968%,50.814819%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 235.472969 132.115 C 235.472969 134.868906 233.2425 137.099375 230.4925 137.099375 C 227.738594 137.099375 225.508125 134.868906 225.508125 132.115 C 225.508125 129.365 227.738594 127.134531 230.4925 127.134531 C 233.2425 127.134531 235.472969 129.365 235.472969 132.115 Z M 235.472969 132.115 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(17.816162%,22.245789%,63.88092%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(14.254761%,17.7948%,51.104736%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 234.984688 140.767344 C 234.984688 143.52125 232.754219 145.751719 230.004219 145.751719 C 227.254219 145.751719 225.02375 143.52125 225.02375 140.767344 C 225.02375 138.017344 227.254219 135.786875 230.004219 135.786875 C 232.754219 135.786875 234.984688 138.017344 234.984688 140.767344 Z M 234.984688 140.767344 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(18.501282%,23.100281%,64.241028%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(14.7995%,18.479919%,51.394653%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 231.074531 149.365 C 231.074531 152.115 228.844063 154.345469 226.090156 154.345469 C 223.340156 154.345469 221.109688 152.115 221.109688 149.365 C 221.109688 146.611094 223.340156 144.380625 226.090156 144.380625 C 228.844063 144.380625 231.074531 146.611094 231.074531 149.365 Z M 231.074531 149.365 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(19.187927%,23.956299%,64.602661%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(15.348816%,19.163513%,51.681519%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 223.762031 157.279062 C 223.762031 160.029062 221.531563 162.259531 218.777656 162.259531 C 216.027656 162.259531 213.797188 160.029062 213.797188 157.279062 C 213.797188 154.529062 216.027656 152.298594 218.777656 152.298594 C 221.531563 152.298594 223.762031 154.529062 223.762031 157.279062 Z M 223.762031 157.279062 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(19.871521%,24.810791%,64.962769%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(15.896606%,19.848633%,51.96991%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 213.324531 163.89625 C 213.324531 166.650156 211.094063 168.880625 208.344063 168.880625 C 205.594063 168.880625 203.363594 166.650156 203.363594 163.89625 C 203.363594 161.14625 205.594063 158.915781 208.344063 158.915781 C 211.094063 158.915781 213.324531 161.14625 213.324531 163.89625 Z M 213.324531 163.89625 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(20.556641%,25.666809%,65.322876%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(16.445923%,20.533752%,52.256775%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 200.293281 168.657969 C 200.293281 171.411875 198.062813 173.642344 195.308906 173.642344 C 192.558906 173.642344 190.328438 171.411875 190.328438 168.657969 C 190.328438 165.907969 192.558906 163.6775 195.308906 163.6775 C 198.062813 163.6775 200.293281 165.907969 200.293281 168.657969 Z M 200.293281 168.657969 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(21.243286%,26.522827%,65.682983%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(16.993713%,21.218872%,52.546692%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 185.406563 171.099375 C 185.406563 173.853281 183.176094 176.079844 180.426094 176.079844 C 177.672188 176.079844 175.441719 173.853281 175.441719 171.099375 C 175.441719 168.349375 177.672188 166.118906 180.426094 166.118906 C 183.176094 166.118906 185.406563 168.349375 185.406563 171.099375 Z M 185.406563 171.099375 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(21.928406%,27.378845%,66.043091%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(17.541504%,21.90094%,52.833557%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 169.594063 170.89625 C 169.594063 173.650156 167.363594 175.880625 164.609688 175.880625 C 161.859688 175.880625 159.629219 173.650156 159.629219 170.89625 C 159.629219 168.14625 161.859688 165.915781 164.609688 165.915781 C 167.363594 165.915781 169.594063 168.14625 169.594063 170.89625 Z M 169.594063 170.89625 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(22.613525%,28.234863%,66.404724%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(18.09082%,22.587585%,53.121948%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 153.902656 167.89625 C 153.902656 170.64625 151.672188 172.876719 148.922188 172.876719 C 146.168281 172.876719 143.941719 170.64625 143.941719 167.89625 C 143.941719 165.14625 146.168281 162.915781 148.922188 162.915781 C 151.672188 162.915781 153.902656 165.14625 153.902656 167.89625 Z M 153.902656 167.89625 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(23.298645%,29.089355%,66.764832%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(18.638611%,23.269653%,53.411865%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 139.437813 162.134531 C 139.437813 164.884531 137.207344 167.115 134.457344 167.115 C 131.707344 167.115 129.476875 164.884531 129.476875 162.134531 C 129.476875 159.384531 131.707344 157.154062 134.457344 157.154062 C 137.207344 157.154062 139.437813 159.384531 139.437813 162.134531 Z M 139.437813 162.134531 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(23.983765%,29.945374%,67.124939%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(19.187927%,23.954773%,53.701782%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 127.277656 153.845469 C 127.277656 156.595469 125.047188 158.825937 122.297188 158.825937 C 119.547188 158.825937 117.316719 156.595469 117.316719 153.845469 C 117.316719 151.095469 119.547188 148.865 122.297188 148.865 C 125.047188 148.865 127.277656 151.095469 127.277656 153.845469 Z M 127.277656 153.845469 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(24.668884%,30.801392%,67.485046%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(19.735718%,24.639893%,53.988647%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 118.39875 143.45875 C 118.39875 146.20875 116.168281 148.439219 113.418281 148.439219 C 110.664375 148.439219 108.433906 146.20875 108.433906 143.45875 C 108.433906 140.70875 110.664375 138.478281 113.418281 138.478281 C 116.168281 138.478281 118.39875 140.70875 118.39875 143.45875 Z M 118.39875 143.45875 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(25.354004%,31.655884%,67.84668%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(20.283508%,25.326538%,54.275513%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 113.597969 131.572031 C 113.597969 134.322031 111.3675 136.5525 108.613594 136.5525 C 105.863594 136.5525 103.633125 134.322031 103.633125 131.572031 C 103.633125 128.818125 105.863594 126.587656 108.613594 126.587656 C 111.3675 126.587656 113.597969 128.818125 113.597969 131.572031 Z M 113.597969 131.572031 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(26.040649%,32.511902%,68.206787%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(20.832825%,26.008606%,54.563904%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 113.43 118.919687 C 113.43 121.669687 111.199531 123.900156 108.449531 123.900156 C 105.695625 123.900156 103.465156 121.669687 103.465156 118.919687 C 103.465156 116.165781 105.695625 113.935312 108.449531 113.935312 C 111.199531 113.935312 113.43 116.165781 113.43 118.919687 Z M 113.43 118.919687 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(26.725769%,33.36792%,68.566895%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(21.379089%,26.693726%,54.853821%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 118.156563 106.325937 C 118.156563 109.079844 115.926094 111.306406 113.176094 111.306406 C 110.422188 111.306406 108.191719 109.079844 108.191719 106.325937 C 108.191719 103.575937 110.422188 101.345469 113.176094 101.345469 C 115.926094 101.345469 118.156563 103.575937 118.156563 106.325937 Z M 118.156563 106.325937 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(27.410889%,34.223938%,68.927002%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(21.92688%,27.378845%,55.140686%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 127.707344 94.661875 C 127.707344 97.411875 125.476875 99.642344 122.726875 99.642344 C 119.976875 99.642344 117.746406 97.411875 117.746406 94.661875 C 117.746406 91.911875 119.976875 89.681406 122.726875 89.681406 C 125.476875 89.681406 127.707344 91.911875 127.707344 94.661875 Z M 127.707344 94.661875 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(28.096008%,35.079956%,69.288635%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(22.477722%,28.063965%,55.429077%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 141.68 84.767344 C 141.68 87.517344 139.449531 89.747812 136.699531 89.747812 C 133.949531 89.747812 131.719063 87.517344 131.719063 84.767344 C 131.719063 82.017344 133.949531 79.786875 136.699531 79.786875 C 139.449531 79.786875 141.68 82.017344 141.68 84.767344 Z M 141.68 84.767344 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(28.781128%,35.934448%,69.648743%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.025513%,28.747559%,55.718994%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 159.340156 77.404062 C 159.340156 80.157969 157.109688 82.388437 154.359688 82.388437 C 151.609688 82.388437 149.379219 80.157969 149.379219 77.404062 C 149.379219 74.654062 151.609688 72.423594 154.359688 72.423594 C 157.109688 72.423594 159.340156 74.654062 159.340156 77.404062 Z M 159.340156 77.404062 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(29.466248%,36.790466%,70.00885%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.571777%,29.432678%,56.008911%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 179.668281 73.197031 C 179.668281 75.947031 177.437813 78.1775 174.687813 78.1775 C 171.933906 78.1775 169.703438 75.947031 169.703438 73.197031 C 169.703438 70.447031 171.933906 68.216562 174.687813 68.216562 C 177.437813 68.216562 179.668281 70.447031 179.668281 73.197031 Z M 179.668281 73.197031 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(30.151367%,37.646484%,70.368958%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(24.119568%,30.117798%,56.295776%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 201.410469 72.579844 C 201.410469 75.329844 199.18 77.560312 196.43 77.560312 C 193.676094 77.560312 191.445625 75.329844 191.445625 72.579844 C 191.445625 69.825937 193.676094 67.595469 196.43 67.595469 C 199.18 67.595469 201.410469 69.825937 201.410469 72.579844 Z M 201.410469 72.579844 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(30.836487%,38.500977%,70.729065%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(24.668884%,30.799866%,56.582642%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 223.160469 75.755625 C 223.160469 78.509531 220.93 80.74 218.18 80.74 C 215.43 80.74 213.199531 78.509531 213.199531 75.755625 C 213.199531 73.005625 215.43 70.775156 218.18 70.775156 C 220.93 70.775156 223.160469 73.005625 223.160469 75.755625 Z M 223.160469 75.755625 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(31.521606%,39.356995%,71.090698%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(25.216675%,31.486511%,56.872559%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 243.453438 82.689219 C 243.453438 85.443125 241.222969 87.673594 238.472969 87.673594 C 235.722969 87.673594 233.4925 85.443125 233.4925 82.689219 C 233.4925 79.939219 235.722969 77.70875 238.472969 77.70875 C 241.222969 77.70875 243.453438 79.939219 243.453438 82.689219 Z M 243.453438 82.689219 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(32.206726%,40.213013%,71.450806%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(25.765991%,32.171631%,57.16095%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 260.855781 93.075937 C 260.855781 95.829844 258.625313 98.060312 255.875313 98.060312 C 253.121406 98.060312 250.890938 95.829844 250.890938 93.075937 C 250.890938 90.325937 253.121406 88.095469 255.875313 88.095469 C 258.625313 88.095469 260.855781 90.325937 260.855781 93.075937 Z M 260.855781 93.075937 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(32.893372%,41.067505%,71.810913%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.313782%,32.853699%,57.449341%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 274.066719 106.368906 C 274.066719 109.118906 271.83625 111.349375 269.08625 111.349375 C 266.33625 111.349375 264.105781 109.118906 264.105781 106.368906 C 264.105781 103.615 266.33625 101.388437 269.08625 101.388437 C 271.83625 101.388437 274.066719 103.615 274.066719 106.368906 Z M 274.066719 106.368906 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(33.578491%,41.923523%,72.171021%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(26.861572%,33.538818%,57.737732%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 282.027656 121.790781 C 282.027656 124.544687 279.797188 126.775156 277.043281 126.775156 C 274.293281 126.775156 272.062813 124.544687 272.062813 121.790781 C 272.062813 119.040781 274.293281 116.810312 277.043281 116.810312 C 279.797188 116.810312 282.027656 119.040781 282.027656 121.790781 Z M 282.027656 121.790781 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(34.263611%,42.779541%,72.532654%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(27.410889%,34.223938%,58.024597%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 283.976875 138.404062 C 283.976875 141.154062 281.746406 143.384531 278.996406 143.384531 C 276.246406 143.384531 274.015938 141.154062 274.015938 138.404062 C 274.015938 135.654062 276.246406 133.423594 278.996406 133.423594 C 281.746406 133.423594 283.976875 135.654062 283.976875 138.404062 Z M 283.976875 138.404062 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(34.94873%,43.635559%,72.892761%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(27.958679%,34.907532%,58.314514%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 279.547188 155.138437 C 279.547188 157.892344 277.316719 160.122812 274.566719 160.122812 C 271.816719 160.122812 269.58625 157.892344 269.58625 155.138437 C 269.58625 152.388437 271.816719 150.157969 274.566719 150.157969 C 277.316719 150.157969 279.547188 152.388437 279.547188 155.138437 Z M 279.547188 155.138437 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(35.63385%,44.491577%,73.252869%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.507996%,35.592651%,58.602905%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 268.777656 170.880625 C 268.777656 173.634531 266.547188 175.865 263.797188 175.865 C 261.047188 175.865 258.816719 173.634531 258.816719 170.880625 C 258.816719 168.130625 261.047188 165.900156 263.797188 165.900156 C 266.547188 165.900156 268.777656 168.130625 268.777656 170.880625 Z M 268.777656 170.880625 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(36.31897%,45.346069%,73.612976%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(29.055786%,36.277771%,58.889771%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 252.140938 184.540781 C 252.140938 187.290781 249.910469 189.52125 247.160469 189.52125 C 244.406563 189.52125 242.176094 187.290781 242.176094 184.540781 C 242.176094 181.790781 244.406563 179.560312 247.160469 179.560312 C 249.910469 179.560312 252.140938 181.790781 252.140938 184.540781 Z M 252.140938 184.540781 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(37.004089%,46.202087%,73.974609%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(29.603577%,36.962891%,59.179688%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 230.519844 195.122812 C 230.519844 197.876719 228.289375 200.107187 225.539375 200.107187 C 222.785469 200.107187 220.555 197.876719 220.555 195.122812 C 220.555 192.372812 222.785469 190.142344 225.539375 190.142344 C 228.289375 190.142344 230.519844 192.372812 230.519844 195.122812 Z M 230.519844 195.122812 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(37.690735%,47.05658%,74.334717%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(30.152893%,37.644958%,59.466553%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 205.168281 201.810312 C 205.168281 204.560312 202.937813 206.790781 200.187813 206.790781 C 197.437813 206.790781 195.207344 204.560312 195.207344 201.810312 C 195.207344 199.060312 197.437813 196.829844 200.187813 196.829844 C 202.937813 196.829844 205.168281 199.060312 205.168281 201.810312 Z M 205.168281 201.810312 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(38.375854%,47.912598%,74.694824%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(30.699158%,38.331604%,59.754944%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 177.640938 204.009531 C 177.640938 206.759531 175.410469 208.99 172.656563 208.99 C 169.906563 208.99 167.676094 206.759531 167.676094 204.009531 C 167.676094 201.259531 169.906563 199.029062 172.656563 199.029062 C 175.410469 199.029062 177.640938 201.259531 177.640938 204.009531 Z M 177.640938 204.009531 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(39.060974%,48.768616%,75.054932%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(31.246948%,39.016724%,60.044861%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 149.683906 201.411875 C 149.683906 204.165781 147.457344 206.39625 144.703438 206.39625 C 141.953438 206.39625 139.722969 204.165781 139.722969 201.411875 C 139.722969 198.661875 141.953438 196.431406 144.703438 196.431406 C 147.457344 196.431406 149.683906 198.661875 149.683906 201.411875 Z M 149.683906 201.411875 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(39.746094%,49.624634%,75.415039%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(31.797791%,39.698792%,60.331726%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 123.14875 194.02125 C 123.14875 196.775156 120.918281 199.005625 118.168281 199.005625 C 115.418281 199.005625 113.187813 196.775156 113.187813 194.02125 C 113.187813 191.27125 115.418281 189.040781 118.168281 189.040781 C 120.918281 189.040781 123.14875 191.27125 123.14875 194.02125 Z M 123.14875 194.02125 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(40.431213%,50.480652%,75.776672%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.345581%,40.383911%,60.621643%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 99.844063 182.157969 C 99.844063 184.911875 97.613594 187.142344 94.859688 187.142344 C 92.109688 187.142344 89.879219 184.911875 89.879219 182.157969 C 89.879219 179.407969 92.109688 177.1775 94.859688 177.1775 C 97.613594 177.1775 99.844063 179.407969 99.844063 182.157969 Z M 99.844063 182.157969 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(41.116333%,51.33667%,76.13678%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.891846%,41.067505%,60.908508%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 81.422188 166.45875 C 81.422188 169.20875 79.191719 171.439219 76.441719 171.439219 C 73.691719 171.439219 71.46125 169.20875 71.46125 166.45875 C 71.46125 163.704844 73.691719 161.478281 76.441719 161.478281 C 79.191719 161.478281 81.422188 163.704844 81.422188 166.45875 Z M 81.422188 166.45875 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(41.801453%,52.191162%,76.496887%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(33.439636%,41.752625%,61.196899%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 69.277656 147.829844 C 69.277656 150.579844 67.051094 152.810312 64.297188 152.810312 C 61.547187 152.810312 59.316719 150.579844 59.316719 147.829844 C 59.316719 145.075937 61.547187 142.845469 64.297188 142.845469 C 67.051094 142.845469 69.277656 145.075937 69.277656 147.829844 Z M 69.277656 147.829844 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(42.486572%,53.04718%,76.856995%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(33.988953%,42.43927%,61.486816%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 64.422188 127.407969 C 64.422188 130.157969 62.191719 132.388437 59.441719 132.388437 C 56.691719 132.388437 54.46125 130.157969 54.46125 127.407969 C 54.46125 124.657969 56.691719 122.4275 59.441719 122.4275 C 62.191719 122.4275 64.422188 124.657969 64.422188 127.407969 Z M 64.422188 127.407969 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(43.171692%,53.901672%,77.218628%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(34.536743%,43.122864%,61.773682%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 67.414375 106.49 C 67.414375 109.24 65.187813 111.470469 62.433906 111.470469 C 59.683906 111.470469 57.453437 109.24 57.453437 106.49 C 57.453437 103.736094 59.683906 101.505625 62.433906 101.505625 C 65.187813 101.505625 67.414375 103.736094 67.414375 106.49 Z M 67.414375 106.49 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(43.856812%,54.75769%,77.578735%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(35.084534%,43.807983%,62.063599%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 78.312813 86.439219 C 78.312813 89.189219 76.082344 91.419687 73.332344 91.419687 C 70.578438 91.419687 68.351875 89.189219 68.351875 86.439219 C 68.351875 83.685312 70.578438 81.45875 73.332344 81.45875 C 76.082344 81.45875 78.312813 83.685312 78.312813 86.439219 Z M 78.312813 86.439219 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(44.543457%,55.613708%,77.938843%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(35.63385%,44.491577%,62.35199%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 96.644844 68.611094 C 96.644844 71.361094 94.414375 73.591562 91.664375 73.591562 C 88.910469 73.591562 86.68 71.361094 86.68 68.611094 C 86.68 65.861094 88.910469 63.630625 91.664375 63.630625 C 94.414375 63.630625 96.644844 65.861094 96.644844 68.611094 Z M 96.644844 68.611094 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(45.228577%,56.469727%,78.29895%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(36.181641%,45.173645%,62.638855%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 121.43 54.251719 C 121.43 57.001719 119.203438 59.232187 116.449531 59.232187 C 113.699531 59.232187 111.469063 57.001719 111.469063 54.251719 C 111.469063 51.501719 113.699531 49.27125 116.449531 49.27125 C 119.203438 49.27125 121.43 51.501719 121.43 54.251719 Z M 121.43 54.251719 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(45.913696%,57.325745%,78.660583%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(36.730957%,45.858765%,62.928772%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 151.238594 44.415781 C 151.238594 47.169687 149.008125 49.400156 146.258125 49.400156 C 143.504219 49.400156 141.277656 47.169687 141.277656 44.415781 C 141.277656 41.665781 143.504219 39.435312 146.258125 39.435312 C 149.008125 39.435312 151.238594 41.665781 151.238594 44.415781 Z M 151.238594 44.415781 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(46.598816%,58.180237%,79.020691%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(37.278748%,46.543884%,63.215637%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 184.250313 39.892344 C 184.250313 42.642344 182.019844 44.872812 179.269844 44.872812 C 176.515938 44.872812 174.289375 42.642344 174.289375 39.892344 C 174.289375 37.142344 176.515938 34.911875 179.269844 34.911875 C 182.019844 34.911875 184.250313 37.142344 184.250313 39.892344 Z M 184.250313 39.892344 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(47.283936%,59.036255%,79.380798%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(37.826538%,47.227478%,63.505554%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 218.387031 41.134531 C 218.387031 43.884531 216.156563 46.115 213.406563 46.115 C 210.652656 46.115 208.422188 43.884531 208.422188 41.134531 C 208.422188 38.380625 210.652656 36.150156 213.406563 36.150156 C 216.156563 36.150156 218.387031 38.380625 218.387031 41.134531 Z M 218.387031 41.134531 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(47.969055%,59.892273%,79.740906%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(38.375854%,47.912598%,63.793945%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 251.43 48.228281 C 251.43 50.978281 249.199531 53.20875 246.449531 53.20875 C 243.699531 53.20875 241.469063 50.978281 241.469063 48.228281 C 241.469063 45.478281 243.699531 43.247812 246.449531 43.247812 C 249.199531 43.247812 251.43 45.478281 251.43 48.228281 Z M 251.43 48.228281 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(48.654175%,60.746765%,80.102539%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(38.923645%,48.599243%,64.080811%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 281.176094 60.880625 C 281.176094 63.634531 278.945625 65.861094 276.195625 65.861094 C 273.445625 65.861094 271.215156 63.634531 271.215156 60.880625 C 271.215156 58.130625 273.445625 55.900156 276.195625 55.900156 C 278.945625 55.900156 281.176094 58.130625 281.176094 60.880625 Z M 281.176094 60.880625 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(49.34082%,61.602783%,80.462646%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(39.472961%,49.282837%,64.369202%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 305.570625 78.419687 C 305.570625 81.169687 303.340156 83.400156 300.590156 83.400156 C 297.840156 83.400156 295.609688 81.169687 295.609688 78.419687 C 295.609688 75.665781 297.840156 73.435312 300.590156 73.435312 C 303.340156 73.435312 305.570625 75.665781 305.570625 78.419687 Z M 305.570625 78.419687 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(50.02594%,62.458801%,80.822754%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(40.019226%,49.967957%,64.657593%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 322.859688 99.822031 C 322.859688 102.572031 320.629219 104.8025 317.879219 104.8025 C 315.125313 104.8025 312.894844 102.572031 312.894844 99.822031 C 312.894844 97.072031 315.125313 94.841562 317.879219 94.841562 C 320.629219 94.841562 322.859688 97.072031 322.859688 99.822031 Z M 322.859688 99.822031 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(50.709534%,63.314819%,81.182861%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(40.568542%,50.65155%,64.94751%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 331.707344 123.794687 C 331.707344 126.544687 329.476875 128.775156 326.726875 128.775156 C 323.972969 128.775156 321.7425 126.544687 321.7425 123.794687 C 321.7425 121.040781 323.972969 118.814219 326.726875 118.814219 C 329.476875 118.814219 331.707344 121.040781 331.707344 123.794687 Z M 331.707344 123.794687 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(51.396179%,64.170837%,81.542969%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(41.117859%,51.33667%,65.235901%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 331.301094 148.829844 C 331.301094 151.579844 329.070625 153.810312 326.320625 153.810312 C 323.566719 153.810312 321.33625 151.579844 321.33625 148.829844 C 321.33625 146.075937 323.566719 143.849375 326.320625 143.849375 C 329.070625 143.849375 331.301094 146.075937 331.301094 148.829844 Z M 331.301094 148.829844 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(52.081299%,65.02533%,81.904602%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(41.665649%,52.018738%,65.522766%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 321.418281 173.310312 C 321.418281 176.064219 319.187813 178.294687 316.437813 178.294687 C 313.683906 178.294687 311.453438 176.064219 311.453438 173.310312 C 311.453438 170.560312 313.683906 168.329844 316.437813 168.329844 C 319.187813 168.329844 321.418281 170.560312 321.418281 173.310312 Z M 321.418281 173.310312 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(52.766418%,65.881348%,82.264709%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.211914%,52.703857%,65.809631%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 302.453438 195.618906 C 302.453438 198.372812 300.222969 200.603281 297.472969 200.603281 C 294.719063 200.603281 292.488594 198.372812 292.488594 195.618906 C 292.488594 192.868906 294.719063 190.638437 297.472969 190.638437 C 300.222969 190.638437 302.453438 192.868906 302.453438 195.618906 Z M 302.453438 195.618906 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(53.451538%,66.737366%,82.624817%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.759705%,53.388977%,66.099548%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 275.410469 214.232187 C 275.410469 216.986094 273.18 219.216562 270.43 219.216562 C 267.68 219.216562 265.449531 216.986094 265.449531 214.232187 C 265.449531 211.482187 267.68 209.251719 270.43 209.251719 C 273.18 209.251719 275.410469 211.482187 275.410469 214.232187 Z M 275.410469 214.232187 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(54.136658%,67.591858%,82.984924%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(43.309021%,54.072571%,66.389465%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 241.855781 227.83375 C 241.855781 230.58375 239.625313 232.814219 236.875313 232.814219 C 234.125313 232.814219 231.894844 230.58375 231.894844 227.83375 C 231.894844 225.08375 234.125313 222.853281 236.875313 222.853281 C 239.625313 222.853281 241.855781 225.08375 241.855781 227.83375 Z M 241.855781 227.83375 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(54.821777%,68.447876%,83.346558%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(43.856812%,54.75769%,66.677856%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 203.824531 235.400156 C 203.824531 238.154062 201.594063 240.384531 198.840156 240.384531 C 196.090156 240.384531 193.859688 238.154062 193.859688 235.400156 C 193.859688 232.650156 196.090156 230.419687 198.840156 230.419687 C 201.594063 230.419687 203.824531 232.650156 203.824531 235.400156 Z M 203.824531 235.400156 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(55.506897%,69.303894%,83.706665%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(44.404602%,55.44281%,66.964722%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 163.687813 236.286875 C 163.687813 239.040781 161.457344 241.27125 158.707344 241.27125 C 155.957344 241.27125 153.726875 239.040781 153.726875 236.286875 C 153.726875 233.536875 155.957344 231.306406 158.707344 231.306406 C 161.457344 231.306406 163.687813 233.536875 163.687813 236.286875 Z M 163.687813 236.286875 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(56.193542%,70.159912%,84.066772%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(44.953918%,56.12793%,67.254639%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 124.027656 230.267344 C 124.027656 233.017344 121.797188 235.247812 119.047188 235.247812 C 116.297188 235.247812 114.066719 233.017344 114.066719 230.267344 C 114.066719 227.517344 116.297188 225.286875 119.047188 225.286875 C 121.797188 225.286875 124.027656 227.517344 124.027656 230.267344 Z M 124.027656 230.267344 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(56.878662%,71.01593%,84.42688%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.501709%,56.811523%,67.541504%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 87.453438 217.560312 C 87.453438 220.314219 85.222969 222.544687 82.472969 222.544687 C 79.722969 222.544687 77.4925 220.314219 77.4925 217.560312 C 77.4925 214.810312 79.722969 212.579844 82.472969 212.579844 C 85.222969 212.579844 87.453438 214.810312 87.453438 217.560312 Z M 87.453438 217.560312 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(57.563782%,71.870422%,84.788513%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(46.0495%,57.496643%,67.829895%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 56.433906 198.841562 C 56.433906 201.591562 54.203437 203.822031 51.453437 203.822031 C 48.703437 203.822031 46.472969 201.591562 46.472969 198.841562 C 46.472969 196.091562 48.703437 193.861094 51.453437 193.861094 C 54.203437 193.861094 56.433906 196.091562 56.433906 198.841562 Z M 56.433906 198.841562 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(58.248901%,72.72644%,85.148621%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(46.598816%,58.181763%,68.11676%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 33.133125 175.185312 C 33.133125 177.939219 30.902656 180.169687 28.152656 180.169687 C 25.39875 180.169687 23.168281 177.939219 23.168281 175.185312 C 23.168281 172.435312 25.39875 170.204844 28.152656 170.204844 C 30.902656 170.204844 33.133125 172.435312 33.133125 175.185312 Z M 33.133125 175.185312 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(58.934021%,73.582458%,85.508728%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(47.146606%,58.863831%,68.406677%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 19.258125 148.025156 C 19.258125 150.775156 17.027656 153.005625 14.277656 153.005625 C 11.52375 153.005625 9.293281 150.775156 9.293281 148.025156 C 9.293281 145.275156 11.52375 143.044687 14.277656 143.044687 C 17.027656 143.044687 19.258125 145.275156 19.258125 148.025156 Z M 19.258125 148.025156 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(59.619141%,74.436951%,85.868835%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(47.695923%,59.54895%,68.696594%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 15.937812 119.0525 C 15.937812 121.8025 13.707344 124.032969 10.957344 124.032969 C 8.207344 124.032969 5.976875 121.8025 5.976875 119.0525 C 5.976875 116.3025 8.207344 114.072031 10.957344 114.072031 C 13.707344 114.072031 15.937812 116.3025 15.937812 119.0525 Z M 15.937812 119.0525 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(60.30426%,75.292969%,86.228943%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(48.243713%,60.235596%,68.984985%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 23.640937 90.118906 C 23.640937 92.872812 21.410469 95.099375 18.656562 95.099375 C 15.906562 95.099375 13.676094 92.872812 13.676094 90.118906 C 13.676094 87.368906 15.906562 85.138437 18.656562 85.138437 C 21.410469 85.138437 23.640937 87.368906 23.640937 90.118906 Z M 23.640937 90.118906 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(60.990906%,76.148987%,86.590576%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(48.791504%,60.917664%,69.271851%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 42.109687 63.118906 C 42.109687 65.868906 39.879219 68.099375 37.129219 68.099375 C 34.379219 68.099375 32.14875 65.868906 32.14875 63.118906 C 32.14875 60.368906 34.379219 58.138437 37.129219 58.138437 C 39.879219 58.138437 42.109687 60.368906 42.109687 63.118906 Z M 42.109687 63.118906 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(61.6745%,77.003479%,86.950684%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(49.34082%,61.602783%,69.558716%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 70.387031 39.857187 C 70.387031 42.607187 68.160469 44.837656 65.406563 44.837656 C 62.656562 44.837656 60.426094 42.607187 60.426094 39.857187 C 60.426094 37.107187 62.656562 34.876719 65.406563 34.876719 C 68.160469 34.876719 70.387031 37.107187 70.387031 39.857187 Z M 70.387031 39.857187 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(62.359619%,77.859497%,87.310791%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(49.888611%,62.289429%,69.848633%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 106.847969 21.939219 C 106.847969 24.689219 104.6175 26.919687 101.8675 26.919687 C 99.1175 26.919687 96.887031 24.689219 96.887031 21.939219 C 96.887031 19.189219 99.1175 16.95875 101.8675 16.95875 C 104.6175 16.95875 106.847969 19.189219 106.847969 21.939219 Z M 106.847969 21.939219 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(63.044739%,78.715515%,87.670898%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50.434875%,62.971497%,70.13855%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 149.293281 10.654062 C 149.293281 13.404062 147.062813 15.634531 144.312813 15.634531 C 141.562813 15.634531 139.332344 13.404062 139.332344 10.654062 C 139.332344 7.900156 141.562813 5.669687 144.312813 5.669687 C 147.062813 5.669687 149.293281 7.900156 149.293281 10.654062 Z M 149.293281 10.654062 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(63.731384%,79.571533%,88.032532%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50.985718%,63.656616%,70.423889%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 195.082344 6.880625 C 195.082344 9.634531 192.851875 11.865 190.101875 11.865 C 187.347969 11.865 185.1175 9.634531 185.1175 6.880625 C 185.1175 4.130625 187.347969 1.900156 190.101875 1.900156 C 192.851875 1.900156 195.082344 4.130625 195.082344 6.880625 Z M 195.082344 6.880625 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(64.416504%,80.426025%,88.392639%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(51.533508%,64.341736%,70.713806%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 241.301094 11.036875 C 241.301094 13.786875 239.070625 16.017344 236.316719 16.017344 C 233.566719 16.017344 231.33625 13.786875 231.33625 11.036875 C 231.33625 8.286875 233.566719 6.056406 236.316719 6.056406 C 239.070625 6.056406 241.301094 8.286875 241.301094 11.036875 Z M 241.301094 11.036875 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(65.101624%,81.282043%,88.752747%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(52.079773%,65.026855%,71.003723%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 284.941719 23.013437 C 284.941719 25.767344 282.71125 27.997812 279.957344 27.997812 C 277.207344 27.997812 274.976875 25.767344 274.976875 23.013437 C 274.976875 20.263437 277.207344 18.032969 279.957344 18.032969 C 282.71125 18.032969 284.941719 20.263437 284.941719 23.013437 Z M 284.941719 23.013437 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(65.786743%,82.138062%,89.112854%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(52.629089%,65.711975%,71.290588%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 323.101875 42.204844 C 323.101875 44.954844 320.871406 47.185312 318.121406 47.185312 C 315.371406 47.185312 313.140938 44.954844 313.140938 42.204844 C 313.140938 39.450937 315.371406 37.220469 318.121406 37.220469 C 320.871406 37.220469 323.101875 39.450937 323.101875 42.204844 Z M 323.101875 42.204844 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(66.471863%,82.992554%,89.474487%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(53.17688%,66.395569%,71.578979%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 353.18 67.501719 C 353.18 70.251719 350.949531 72.482187 348.199531 72.482187 C 345.449531 72.482187 343.219063 70.251719 343.219063 67.501719 C 343.219063 64.751719 345.449531 62.52125 348.199531 62.52125 C 350.949531 62.52125 353.18 64.751719 353.18 67.501719 Z M 353.18 67.501719 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(67.156982%,83.848572%,89.834595%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(53.72467%,67.079163%,71.865845%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 373.047188 97.392344 C 373.047188 100.142344 370.820625 102.372812 368.066719 102.372812 C 365.316719 102.372812 363.08625 100.142344 363.08625 97.392344 C 363.08625 94.638437 365.316719 92.407969 368.066719 92.407969 C 370.820625 92.407969 373.047188 94.638437 373.047188 97.392344 Z M 373.047188 97.392344 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(67.843628%,84.70459%,90.194702%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(54.275513%,67.762756%,72.155762%);stroke-opacity:0.8;stroke-miterlimit:10;\" d=\"M 381.199531 130.013437 C 381.199531 132.767344 378.969063 134.997812 376.215156 134.997812 C 373.465156 134.997812 371.234688 132.767344 371.234688 130.013437 C 371.234688 127.263437 373.465156 125.032969 376.215156 125.032969 C 378.969063 125.032969 381.199531 127.263437 381.199531 130.013437 Z M 381.199531 130.013437 \" transform=\"matrix(1,0,0,-1,19.57,243.365)\"/>\n",
"</g>\n",
"</svg>\n",
"\n"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"plot(x,y,w=5)\n",
"scatter!(x,y,zcolor=reverse(z),m=(10,0.8,:blues,stroke(0)),leg=false,colorbar=false,w=5)"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/html": [
"<?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=\"465.796pt\" height=\"262.103pt\" viewBox=\"0 0 465.796 262.103\" version=\"1.1\">\n",
"<defs>\n",
"<g>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-0-0\">\n",
"<path style=\"stroke:none;\" d=\"\"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-0-1\">\n",
"<path style=\"stroke:none;\" d=\"M 6.5625 -2.296875 C 6.734375 -2.296875 6.921875 -2.296875 6.921875 -2.5 C 6.921875 -2.6875 6.734375 -2.6875 6.5625 -2.6875 L 1.171875 -2.6875 C 1 -2.6875 0.828125 -2.6875 0.828125 -2.5 C 0.828125 -2.296875 1 -2.296875 1.171875 -2.296875 Z M 6.5625 -2.296875 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-1-0\">\n",
"<path style=\"stroke:none;\" d=\"\"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-1-1\">\n",
"<path style=\"stroke:none;\" d=\"M 2.890625 -3.515625 C 3.703125 -3.78125 4.28125 -4.46875 4.28125 -5.265625 C 4.28125 -6.078125 3.40625 -6.640625 2.453125 -6.640625 C 1.453125 -6.640625 0.6875 -6.046875 0.6875 -5.28125 C 0.6875 -4.953125 0.90625 -4.765625 1.203125 -4.765625 C 1.5 -4.765625 1.703125 -4.984375 1.703125 -5.28125 C 1.703125 -5.765625 1.234375 -5.765625 1.09375 -5.765625 C 1.390625 -6.265625 2.046875 -6.390625 2.40625 -6.390625 C 2.828125 -6.390625 3.375 -6.171875 3.375 -5.28125 C 3.375 -5.15625 3.34375 -4.578125 3.09375 -4.140625 C 2.796875 -3.65625 2.453125 -3.625 2.203125 -3.625 C 2.125 -3.609375 1.890625 -3.59375 1.8125 -3.59375 C 1.734375 -3.578125 1.671875 -3.5625 1.671875 -3.46875 C 1.671875 -3.359375 1.734375 -3.359375 1.90625 -3.359375 L 2.34375 -3.359375 C 3.15625 -3.359375 3.53125 -2.6875 3.53125 -1.703125 C 3.53125 -0.34375 2.84375 -0.0625 2.40625 -0.0625 C 1.96875 -0.0625 1.21875 -0.234375 0.875 -0.8125 C 1.21875 -0.765625 1.53125 -0.984375 1.53125 -1.359375 C 1.53125 -1.71875 1.265625 -1.921875 0.984375 -1.921875 C 0.734375 -1.921875 0.421875 -1.78125 0.421875 -1.34375 C 0.421875 -0.4375 1.34375 0.21875 2.4375 0.21875 C 3.65625 0.21875 4.5625 -0.6875 4.5625 -1.703125 C 4.5625 -2.515625 3.921875 -3.296875 2.890625 -3.515625 Z M 2.890625 -3.515625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-1-2\">\n",
"<path style=\"stroke:none;\" d=\"M 1.265625 -0.765625 L 2.328125 -1.796875 C 3.875 -3.171875 4.46875 -3.703125 4.46875 -4.703125 C 4.46875 -5.84375 3.578125 -6.640625 2.359375 -6.640625 C 1.234375 -6.640625 0.5 -5.71875 0.5 -4.828125 C 0.5 -4.28125 1 -4.28125 1.03125 -4.28125 C 1.203125 -4.28125 1.546875 -4.390625 1.546875 -4.8125 C 1.546875 -5.0625 1.359375 -5.328125 1.015625 -5.328125 C 0.9375 -5.328125 0.921875 -5.328125 0.890625 -5.3125 C 1.109375 -5.96875 1.65625 -6.328125 2.234375 -6.328125 C 3.140625 -6.328125 3.5625 -5.515625 3.5625 -4.703125 C 3.5625 -3.90625 3.078125 -3.125 2.515625 -2.5 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 L 4.46875 -1.734375 L 4.234375 -1.734375 C 4.171875 -1.4375 4.109375 -1 4 -0.84375 C 3.9375 -0.765625 3.28125 -0.765625 3.0625 -0.765625 Z M 1.265625 -0.765625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-1-3\">\n",
"<path style=\"stroke:none;\" d=\"M 2.9375 -6.375 C 2.9375 -6.625 2.9375 -6.640625 2.703125 -6.640625 C 2.078125 -6 1.203125 -6 0.890625 -6 L 0.890625 -5.6875 C 1.09375 -5.6875 1.671875 -5.6875 2.1875 -5.953125 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.15625 -0.03125 2.5625 -0.03125 C 2.953125 -0.03125 3.828125 -0.03125 4.171875 0 L 4.171875 -0.3125 L 3.859375 -0.3125 C 2.953125 -0.3125 2.9375 -0.421875 2.9375 -0.78125 Z M 2.9375 -6.375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-1-4\">\n",
"<path style=\"stroke:none;\" d=\"M 4.578125 -3.1875 C 4.578125 -3.984375 4.53125 -4.78125 4.1875 -5.515625 C 3.734375 -6.484375 2.90625 -6.640625 2.5 -6.640625 C 1.890625 -6.640625 1.171875 -6.375 0.75 -5.453125 C 0.4375 -4.765625 0.390625 -3.984375 0.390625 -3.1875 C 0.390625 -2.4375 0.421875 -1.546875 0.84375 -0.78125 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.015625 0.21875 3.78125 0.015625 4.21875 -0.9375 C 4.53125 -1.625 4.578125 -2.40625 4.578125 -3.1875 Z M 2.484375 0 C 2.09375 0 1.5 -0.25 1.328125 -1.203125 C 1.21875 -1.796875 1.21875 -2.71875 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.609375 1.296875 -5.140625 C 1.484375 -6.328125 2.234375 -6.421875 2.484375 -6.421875 C 2.8125 -6.421875 3.46875 -6.234375 3.65625 -5.25 C 3.765625 -4.6875 3.765625 -3.9375 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.5 -0.296875 2.9375 0 2.484375 0 Z M 2.484375 0 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-1-5\">\n",
"<path style=\"stroke:none;\" d=\"M 2.9375 -1.640625 L 2.9375 -0.78125 C 2.9375 -0.421875 2.90625 -0.3125 2.171875 -0.3125 L 1.96875 -0.3125 L 1.96875 0 C 2.375 -0.03125 2.890625 -0.03125 3.3125 -0.03125 C 3.734375 -0.03125 4.25 -0.03125 4.671875 0 L 4.671875 -0.3125 L 4.453125 -0.3125 C 3.71875 -0.3125 3.703125 -0.421875 3.703125 -0.78125 L 3.703125 -1.640625 L 4.6875 -1.640625 L 4.6875 -1.953125 L 3.703125 -1.953125 L 3.703125 -6.484375 C 3.703125 -6.6875 3.703125 -6.75 3.53125 -6.75 C 3.453125 -6.75 3.421875 -6.75 3.34375 -6.625 L 0.28125 -1.953125 L 0.28125 -1.640625 Z M 2.984375 -1.953125 L 0.5625 -1.953125 L 2.984375 -5.671875 Z M 2.984375 -1.953125 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-1-6\">\n",
"<path style=\"stroke:none;\" d=\"M 1.625 -4.5625 C 1.171875 -4.859375 1.125 -5.1875 1.125 -5.359375 C 1.125 -5.96875 1.78125 -6.390625 2.484375 -6.390625 C 3.203125 -6.390625 3.84375 -5.875 3.84375 -5.15625 C 3.84375 -4.578125 3.453125 -4.109375 2.859375 -3.765625 Z M 3.078125 -3.609375 C 3.796875 -3.984375 4.28125 -4.5 4.28125 -5.15625 C 4.28125 -6.078125 3.40625 -6.640625 2.5 -6.640625 C 1.5 -6.640625 0.6875 -5.90625 0.6875 -4.96875 C 0.6875 -4.796875 0.703125 -4.34375 1.125 -3.875 C 1.234375 -3.765625 1.609375 -3.515625 1.859375 -3.34375 C 1.28125 -3.046875 0.421875 -2.5 0.421875 -1.5 C 0.421875 -0.453125 1.4375 0.21875 2.484375 0.21875 C 3.609375 0.21875 4.5625 -0.609375 4.5625 -1.671875 C 4.5625 -2.03125 4.453125 -2.484375 4.0625 -2.90625 C 3.875 -3.109375 3.71875 -3.203125 3.078125 -3.609375 Z M 2.078125 -3.1875 L 3.3125 -2.40625 C 3.59375 -2.21875 4.0625 -1.921875 4.0625 -1.3125 C 4.0625 -0.578125 3.3125 -0.0625 2.5 -0.0625 C 1.640625 -0.0625 0.921875 -0.671875 0.921875 -1.5 C 0.921875 -2.078125 1.234375 -2.71875 2.078125 -3.1875 Z M 2.078125 -3.1875 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-1-7\">\n",
"<path style=\"stroke:none;\" d=\"M 1.3125 -3.265625 L 1.3125 -3.515625 C 1.3125 -6.03125 2.546875 -6.390625 3.0625 -6.390625 C 3.296875 -6.390625 3.71875 -6.328125 3.9375 -5.984375 C 3.78125 -5.984375 3.390625 -5.984375 3.390625 -5.546875 C 3.390625 -5.234375 3.625 -5.078125 3.84375 -5.078125 C 4 -5.078125 4.3125 -5.171875 4.3125 -5.5625 C 4.3125 -6.15625 3.875 -6.640625 3.046875 -6.640625 C 1.765625 -6.640625 0.421875 -5.359375 0.421875 -3.15625 C 0.421875 -0.484375 1.578125 0.21875 2.5 0.21875 C 3.609375 0.21875 4.5625 -0.71875 4.5625 -2.03125 C 4.5625 -3.296875 3.671875 -4.25 2.5625 -4.25 C 1.890625 -4.25 1.515625 -3.75 1.3125 -3.265625 Z M 2.5 -0.0625 C 1.875 -0.0625 1.578125 -0.65625 1.515625 -0.8125 C 1.328125 -1.28125 1.328125 -2.078125 1.328125 -2.25 C 1.328125 -3.03125 1.65625 -4.03125 2.546875 -4.03125 C 2.71875 -4.03125 3.171875 -4.03125 3.484375 -3.40625 C 3.65625 -3.046875 3.65625 -2.53125 3.65625 -2.046875 C 3.65625 -1.5625 3.65625 -1.0625 3.484375 -0.703125 C 3.1875 -0.109375 2.734375 -0.0625 2.5 -0.0625 Z M 2.5 -0.0625 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-1-8\">\n",
"<path style=\"stroke:none;\" d=\"M 4.140625 -3.34375 C 4.390625 -3.984375 4.90625 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 C 4.140625 -4.265625 3.671875 -4.28125 3.453125 -4.296875 L 3.453125 -3.984375 C 3.765625 -3.984375 3.921875 -3.8125 3.921875 -3.5625 C 3.921875 -3.453125 3.90625 -3.4375 3.859375 -3.3125 L 2.84375 -0.875 L 1.75 -3.546875 C 1.703125 -3.65625 1.6875 -3.6875 1.6875 -3.734375 C 1.6875 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 C 1.984375 -4.28125 1.328125 -4.265625 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.671875 -3.984375 0.859375 -3.984375 1 -3.640625 L 2.5 0 C 2.4375 0.125 2.296875 0.453125 2.25 0.59375 C 2.03125 1.140625 1.75 1.828125 1.109375 1.828125 C 1.0625 1.828125 0.828125 1.828125 0.640625 1.640625 C 0.953125 1.609375 1.03125 1.390625 1.03125 1.21875 C 1.03125 0.96875 0.84375 0.8125 0.609375 0.8125 C 0.40625 0.8125 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.6875 0.609375 2.046875 1.109375 2.046875 C 1.734375 2.046875 2.140625 1.46875 2.375 0.90625 Z M 4.140625 -3.34375 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-1-9\">\n",
"<path style=\"stroke:none;\" d=\"M 4.46875 -2 C 4.46875 -3.1875 3.65625 -4.1875 2.578125 -4.1875 C 2.109375 -4.1875 1.671875 -4.03125 1.3125 -3.671875 L 1.3125 -5.625 C 1.515625 -5.5625 1.84375 -5.5 2.15625 -5.5 C 3.390625 -5.5 4.09375 -6.40625 4.09375 -6.53125 C 4.09375 -6.59375 4.0625 -6.640625 3.984375 -6.640625 C 3.984375 -6.640625 3.953125 -6.640625 3.90625 -6.609375 C 3.703125 -6.515625 3.21875 -6.3125 2.546875 -6.3125 C 2.15625 -6.3125 1.6875 -6.390625 1.21875 -6.59375 C 1.140625 -6.625 1.125 -6.625 1.109375 -6.625 C 1 -6.625 1 -6.546875 1 -6.390625 L 1 -3.4375 C 1 -3.265625 1 -3.1875 1.140625 -3.1875 C 1.21875 -3.1875 1.234375 -3.203125 1.28125 -3.265625 C 1.390625 -3.421875 1.75 -3.96875 2.5625 -3.96875 C 3.078125 -3.96875 3.328125 -3.515625 3.40625 -3.328125 C 3.5625 -2.953125 3.59375 -2.578125 3.59375 -2.078125 C 3.59375 -1.71875 3.59375 -1.125 3.34375 -0.703125 C 3.109375 -0.3125 2.734375 -0.0625 2.28125 -0.0625 C 1.5625 -0.0625 0.984375 -0.59375 0.8125 -1.171875 C 0.84375 -1.171875 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.640625 C 1.484375 -1.890625 1.3125 -2.140625 0.984375 -2.140625 C 0.84375 -2.140625 0.5 -2.0625 0.5 -1.609375 C 0.5 -0.75 1.1875 0.21875 2.296875 0.21875 C 3.453125 0.21875 4.46875 -0.734375 4.46875 -2 Z M 4.46875 -2 \"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-2-0\">\n",
"<path style=\"stroke:none;\" d=\"\"/>\n",
"</symbol>\n",
"<symbol overflow=\"visible\" id=\"glyph-1493018451323738-2-1\">\n",
"<path style=\"stroke:none;\" d=\"M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 \"/>\n",
"</symbol>\n",
"</g>\n",
"<clipPath id=\"clip-1493018451323738-1\">\n",
" <path d=\"M 213.589844 5 L 227.761719 5 L 227.761719 248 L 213.589844 248 Z M 213.589844 5 \"/>\n",
"</clipPath>\n",
"<linearGradient id=\"linear-1493018451323738-0\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"243.168\" gradientTransform=\"matrix(1,0,0,-1,213.59,248.014)\">\n",
"<stop offset=\"0\" style=\"stop-color:rgb(67.843628%,84.70459%,90.194702%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.00390625\" style=\"stop-color:rgb(67.578125%,84.373474%,90.055847%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0078125\" style=\"stop-color:rgb(67.312622%,84.043884%,89.916992%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0117188\" style=\"stop-color:rgb(67.047119%,83.712769%,89.776611%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.015625\" style=\"stop-color:rgb(66.783142%,83.381653%,89.637756%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0195312\" style=\"stop-color:rgb(66.517639%,83.050537%,89.497375%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0234375\" style=\"stop-color:rgb(66.253662%,82.719421%,89.358521%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0273438\" style=\"stop-color:rgb(65.988159%,82.388306%,89.219666%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.03125\" style=\"stop-color:rgb(65.722656%,82.058716%,89.080811%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0351562\" style=\"stop-color:rgb(65.457153%,81.7276%,88.94043%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0390625\" style=\"stop-color:rgb(65.193176%,81.396484%,88.801575%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0429688\" style=\"stop-color:rgb(64.927673%,81.065369%,88.661194%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.046875\" style=\"stop-color:rgb(64.663696%,80.734253%,88.522339%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0507812\" style=\"stop-color:rgb(64.398193%,80.403137%,88.381958%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0546875\" style=\"stop-color:rgb(64.13269%,80.073547%,88.243103%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0585938\" style=\"stop-color:rgb(63.867188%,79.742432%,88.104248%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0625\" style=\"stop-color:rgb(63.60321%,79.411316%,87.965393%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0664062\" style=\"stop-color:rgb(63.337708%,79.0802%,87.825012%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0703125\" style=\"stop-color:rgb(63.07373%,78.749084%,87.686157%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0742188\" style=\"stop-color:rgb(62.808228%,78.417969%,87.545776%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.078125\" style=\"stop-color:rgb(62.542725%,78.088379%,87.406921%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0820312\" style=\"stop-color:rgb(62.277222%,77.757263%,87.268066%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0859375\" style=\"stop-color:rgb(62.013245%,77.426147%,87.129211%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0898438\" style=\"stop-color:rgb(61.747742%,77.095032%,86.988831%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.09375\" style=\"stop-color:rgb(61.482239%,76.763916%,86.849976%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0976562\" style=\"stop-color:rgb(61.216736%,76.4328%,86.709595%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.101562\" style=\"stop-color:rgb(60.952759%,76.101685%,86.57074%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.105469\" style=\"stop-color:rgb(60.687256%,75.770569%,86.430359%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.109375\" style=\"stop-color:rgb(60.423279%,75.440979%,86.291504%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.113281\" style=\"stop-color:rgb(60.157776%,75.109863%,86.152649%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.117188\" style=\"stop-color:rgb(59.892273%,74.778748%,86.013794%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.121094\" style=\"stop-color:rgb(59.62677%,74.447632%,85.873413%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.125\" style=\"stop-color:rgb(59.362793%,74.116516%,85.734558%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.128906\" style=\"stop-color:rgb(59.09729%,73.7854%,85.594177%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.132812\" style=\"stop-color:rgb(58.833313%,73.455811%,85.455322%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.136719\" style=\"stop-color:rgb(58.56781%,73.124695%,85.316467%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.140625\" style=\"stop-color:rgb(58.302307%,72.793579%,85.177612%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.144531\" style=\"stop-color:rgb(58.036804%,72.462463%,85.037231%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.148438\" style=\"stop-color:rgb(57.772827%,72.131348%,84.898376%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.152344\" style=\"stop-color:rgb(57.507324%,71.800232%,84.757996%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.15625\" style=\"stop-color:rgb(57.243347%,71.470642%,84.619141%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.160156\" style=\"stop-color:rgb(56.977844%,71.139526%,84.47876%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.164062\" style=\"stop-color:rgb(56.712341%,70.808411%,84.339905%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.167969\" style=\"stop-color:rgb(56.446838%,70.477295%,84.20105%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.171875\" style=\"stop-color:rgb(56.182861%,70.146179%,84.062195%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.175781\" style=\"stop-color:rgb(55.917358%,69.815063%,83.921814%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.179688\" style=\"stop-color:rgb(55.653381%,69.485474%,83.782959%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.183594\" style=\"stop-color:rgb(55.387878%,69.154358%,83.642578%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.1875\" style=\"stop-color:rgb(55.122375%,68.823242%,83.503723%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.191406\" style=\"stop-color:rgb(54.856873%,68.492126%,83.364868%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.195312\" style=\"stop-color:rgb(54.592896%,68.161011%,83.226013%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.199219\" style=\"stop-color:rgb(54.327393%,67.829895%,83.085632%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.203125\" style=\"stop-color:rgb(54.06189%,67.498779%,82.946777%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.207031\" style=\"stop-color:rgb(53.796387%,67.167664%,82.806396%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.210938\" style=\"stop-color:rgb(53.53241%,66.838074%,82.667542%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.214844\" style=\"stop-color:rgb(53.266907%,66.506958%,82.527161%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.21875\" style=\"stop-color:rgb(53.00293%,66.175842%,82.388306%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.222656\" style=\"stop-color:rgb(52.737427%,65.844727%,82.249451%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.226562\" style=\"stop-color:rgb(52.471924%,65.513611%,82.110596%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.230469\" style=\"stop-color:rgb(52.206421%,65.182495%,81.970215%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.234375\" style=\"stop-color:rgb(51.942444%,64.852905%,81.83136%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.238281\" style=\"stop-color:rgb(51.676941%,64.52179%,81.690979%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.242188\" style=\"stop-color:rgb(51.412964%,64.190674%,81.552124%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.246094\" style=\"stop-color:rgb(51.147461%,63.859558%,81.413269%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.25\" style=\"stop-color:rgb(50.881958%,63.528442%,81.274414%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.253906\" style=\"stop-color:rgb(50.616455%,63.197327%,81.134033%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.257812\" style=\"stop-color:rgb(50.352478%,62.867737%,80.995178%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.261719\" style=\"stop-color:rgb(50.086975%,62.536621%,80.854797%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.265625\" style=\"stop-color:rgb(49.822998%,62.205505%,80.715942%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.269531\" style=\"stop-color:rgb(49.557495%,61.87439%,80.575562%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.273438\" style=\"stop-color:rgb(49.291992%,61.543274%,80.436707%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.277344\" style=\"stop-color:rgb(49.026489%,61.212158%,80.297852%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.28125\" style=\"stop-color:rgb(48.762512%,60.882568%,80.158997%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.285156\" style=\"stop-color:rgb(48.497009%,60.551453%,80.018616%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.289063\" style=\"stop-color:rgb(48.233032%,60.220337%,79.879761%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.292969\" style=\"stop-color:rgb(47.967529%,59.889221%,79.73938%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.296875\" style=\"stop-color:rgb(47.702026%,59.558105%,79.600525%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.300781\" style=\"stop-color:rgb(47.436523%,59.22699%,79.46167%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.304688\" style=\"stop-color:rgb(47.172546%,58.8974%,79.322815%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.308594\" style=\"stop-color:rgb(46.907043%,58.566284%,79.182434%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.3125\" style=\"stop-color:rgb(46.641541%,58.235168%,79.043579%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.316406\" style=\"stop-color:rgb(46.376038%,57.904053%,78.903198%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.320313\" style=\"stop-color:rgb(46.112061%,57.572937%,78.764343%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.324219\" style=\"stop-color:rgb(45.846558%,57.241821%,78.625488%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.328125\" style=\"stop-color:rgb(45.582581%,56.910706%,78.486633%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.332031\" style=\"stop-color:rgb(45.317078%,56.57959%,78.346252%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.335938\" style=\"stop-color:rgb(45.051575%,56.25%,78.207397%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.339844\" style=\"stop-color:rgb(44.786072%,55.918884%,78.067017%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.34375\" style=\"stop-color:rgb(44.522095%,55.587769%,77.928162%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.347656\" style=\"stop-color:rgb(44.256592%,55.256653%,77.787781%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.351563\" style=\"stop-color:rgb(43.992615%,54.925537%,77.648926%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.355469\" style=\"stop-color:rgb(43.727112%,54.594421%,77.510071%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.359375\" style=\"stop-color:rgb(43.461609%,54.264832%,77.371216%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.363281\" style=\"stop-color:rgb(43.196106%,53.933716%,77.230835%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.367188\" style=\"stop-color:rgb(42.932129%,53.6026%,77.09198%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.371094\" style=\"stop-color:rgb(42.666626%,53.271484%,76.951599%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.375\" style=\"stop-color:rgb(42.402649%,52.940369%,76.812744%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.378906\" style=\"stop-color:rgb(42.137146%,52.609253%,76.673889%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.382813\" style=\"stop-color:rgb(41.871643%,52.279663%,76.535034%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.386719\" style=\"stop-color:rgb(41.60614%,51.948547%,76.394653%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.390625\" style=\"stop-color:rgb(41.342163%,51.617432%,76.255798%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.394531\" style=\"stop-color:rgb(41.07666%,51.286316%,76.115417%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.398438\" style=\"stop-color:rgb(40.812683%,50.9552%,75.976562%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.402344\" style=\"stop-color:rgb(40.54718%,50.624084%,75.836182%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.40625\" style=\"stop-color:rgb(40.281677%,50.294495%,75.697327%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.410156\" style=\"stop-color:rgb(40.016174%,49.963379%,75.558472%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.414063\" style=\"stop-color:rgb(39.752197%,49.632263%,75.419617%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.417969\" style=\"stop-color:rgb(39.486694%,49.301147%,75.279236%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.421875\" style=\"stop-color:rgb(39.221191%,48.970032%,75.140381%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.425781\" style=\"stop-color:rgb(38.955688%,48.638916%,75%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.429688\" style=\"stop-color:rgb(38.691711%,48.3078%,74.861145%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.433594\" style=\"stop-color:rgb(38.426208%,47.976685%,74.72229%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.4375\" style=\"stop-color:rgb(38.162231%,47.647095%,74.583435%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.441406\" style=\"stop-color:rgb(37.896729%,47.315979%,74.443054%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.445313\" style=\"stop-color:rgb(37.631226%,46.984863%,74.304199%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.449219\" style=\"stop-color:rgb(37.365723%,46.653748%,74.163818%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.453125\" style=\"stop-color:rgb(37.101746%,46.322632%,74.024963%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.457031\" style=\"stop-color:rgb(36.836243%,45.991516%,73.884583%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.460938\" style=\"stop-color:rgb(36.572266%,45.661926%,73.745728%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.464844\" style=\"stop-color:rgb(36.306763%,45.330811%,73.606873%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.46875\" style=\"stop-color:rgb(36.04126%,44.999695%,73.468018%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.472656\" style=\"stop-color:rgb(35.775757%,44.668579%,73.327637%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.476563\" style=\"stop-color:rgb(35.51178%,44.337463%,73.188782%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.480469\" style=\"stop-color:rgb(35.246277%,44.006348%,73.048401%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.484375\" style=\"stop-color:rgb(34.9823%,43.676758%,72.909546%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.488281\" style=\"stop-color:rgb(34.716797%,43.345642%,72.770691%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.492188\" style=\"stop-color:rgb(34.451294%,43.014526%,72.631836%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.496094\" style=\"stop-color:rgb(34.185791%,42.683411%,72.491455%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.5\" style=\"stop-color:rgb(33.921814%,42.352295%,72.3526%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.503906\" style=\"stop-color:rgb(33.656311%,42.021179%,72.212219%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.507812\" style=\"stop-color:rgb(33.392334%,41.691589%,72.073364%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.511719\" style=\"stop-color:rgb(33.126831%,41.360474%,71.932983%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.515625\" style=\"stop-color:rgb(32.861328%,41.029358%,71.794128%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.519531\" style=\"stop-color:rgb(32.595825%,40.698242%,71.655273%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.523438\" style=\"stop-color:rgb(32.331848%,40.367126%,71.516418%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.527344\" style=\"stop-color:rgb(32.066345%,40.036011%,71.376038%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.53125\" style=\"stop-color:rgb(31.800842%,39.706421%,71.237183%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.535156\" style=\"stop-color:rgb(31.535339%,39.375305%,71.096802%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.539062\" style=\"stop-color:rgb(31.271362%,39.044189%,70.957947%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.542969\" style=\"stop-color:rgb(31.005859%,38.713074%,70.819092%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.546875\" style=\"stop-color:rgb(30.741882%,38.381958%,70.680237%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.550781\" style=\"stop-color:rgb(30.476379%,38.050842%,70.539856%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.554688\" style=\"stop-color:rgb(30.210876%,37.719727%,70.401001%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.558594\" style=\"stop-color:rgb(29.945374%,37.388611%,70.26062%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.5625\" style=\"stop-color:rgb(29.681396%,37.059021%,70.121765%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.566406\" style=\"stop-color:rgb(29.415894%,36.727905%,69.98291%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.570312\" style=\"stop-color:rgb(29.151917%,36.39679%,69.844055%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.574219\" style=\"stop-color:rgb(28.886414%,36.065674%,69.703674%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.578125\" style=\"stop-color:rgb(28.620911%,35.734558%,69.564819%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.582031\" style=\"stop-color:rgb(28.355408%,35.403442%,69.424438%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.585938\" style=\"stop-color:rgb(28.091431%,35.073853%,69.285583%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.589844\" style=\"stop-color:rgb(27.825928%,34.742737%,69.145203%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.59375\" style=\"stop-color:rgb(27.561951%,34.411621%,69.006348%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.597656\" style=\"stop-color:rgb(27.296448%,34.080505%,68.867493%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.601562\" style=\"stop-color:rgb(27.030945%,33.74939%,68.728638%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.605469\" style=\"stop-color:rgb(26.765442%,33.418274%,68.588257%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.609375\" style=\"stop-color:rgb(26.501465%,33.088684%,68.449402%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.613281\" style=\"stop-color:rgb(26.235962%,32.757568%,68.309021%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.617188\" style=\"stop-color:rgb(25.971985%,32.426453%,68.170166%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.621094\" style=\"stop-color:rgb(25.706482%,32.095337%,68.031311%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.625\" style=\"stop-color:rgb(25.440979%,31.764221%,67.892456%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.628906\" style=\"stop-color:rgb(25.175476%,31.433105%,67.752075%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.632812\" style=\"stop-color:rgb(24.911499%,31.103516%,67.61322%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.636719\" style=\"stop-color:rgb(24.645996%,30.7724%,67.472839%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.640625\" style=\"stop-color:rgb(24.380493%,30.441284%,67.333984%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.644531\" style=\"stop-color:rgb(24.11499%,30.110168%,67.193604%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.648438\" style=\"stop-color:rgb(23.851013%,29.779053%,67.054749%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.652344\" style=\"stop-color:rgb(23.58551%,29.447937%,66.915894%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.65625\" style=\"stop-color:rgb(23.321533%,29.116821%,66.777039%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.660156\" style=\"stop-color:rgb(23.05603%,28.785706%,66.636658%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.664062\" style=\"stop-color:rgb(22.790527%,28.456116%,66.497803%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.667969\" style=\"stop-color:rgb(22.525024%,28.125%,66.357422%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.671875\" style=\"stop-color:rgb(22.261047%,27.793884%,66.218567%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.675781\" style=\"stop-color:rgb(21.995544%,27.462769%,66.079712%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.679688\" style=\"stop-color:rgb(21.731567%,27.131653%,65.940857%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.683594\" style=\"stop-color:rgb(21.466064%,26.800537%,65.800476%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.6875\" style=\"stop-color:rgb(21.200562%,26.470947%,65.661621%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.691406\" style=\"stop-color:rgb(20.935059%,26.139832%,65.52124%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.695312\" style=\"stop-color:rgb(20.671082%,25.808716%,65.382385%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.699219\" style=\"stop-color:rgb(20.405579%,25.4776%,65.242004%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.703125\" style=\"stop-color:rgb(20.141602%,25.146484%,65.103149%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.707031\" style=\"stop-color:rgb(19.876099%,24.815369%,64.964294%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.710938\" style=\"stop-color:rgb(19.610596%,24.485779%,64.825439%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.714844\" style=\"stop-color:rgb(19.345093%,24.154663%,64.685059%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.71875\" style=\"stop-color:rgb(19.081116%,23.823547%,64.546204%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.722656\" style=\"stop-color:rgb(18.815613%,23.492432%,64.405823%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.726562\" style=\"stop-color:rgb(18.551636%,23.161316%,64.266968%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.730469\" style=\"stop-color:rgb(18.286133%,22.8302%,64.128113%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.734375\" style=\"stop-color:rgb(18.02063%,22.50061%,63.989258%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.738281\" style=\"stop-color:rgb(17.755127%,22.169495%,63.848877%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.742188\" style=\"stop-color:rgb(17.49115%,21.838379%,63.710022%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.746094\" style=\"stop-color:rgb(17.225647%,21.507263%,63.569641%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.75\" style=\"stop-color:rgb(16.960144%,21.176147%,63.430786%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.753906\" style=\"stop-color:rgb(16.694641%,20.845032%,63.290405%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.757812\" style=\"stop-color:rgb(16.430664%,20.515442%,63.15155%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.761719\" style=\"stop-color:rgb(16.165161%,20.184326%,63.012695%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.765625\" style=\"stop-color:rgb(15.901184%,19.85321%,62.87384%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.769531\" style=\"stop-color:rgb(15.635681%,19.522095%,62.733459%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.773438\" style=\"stop-color:rgb(15.370178%,19.190979%,62.594604%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.777344\" style=\"stop-color:rgb(15.104675%,18.859863%,62.454224%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.78125\" style=\"stop-color:rgb(14.840698%,18.528748%,62.315369%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.785156\" style=\"stop-color:rgb(14.575195%,18.197632%,62.176514%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.789062\" style=\"stop-color:rgb(14.311218%,17.868042%,62.037659%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.792969\" style=\"stop-color:rgb(14.045715%,17.536926%,61.897278%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.796875\" style=\"stop-color:rgb(13.780212%,17.205811%,61.758423%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.800781\" style=\"stop-color:rgb(13.514709%,16.874695%,61.618042%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.804688\" style=\"stop-color:rgb(13.250732%,16.543579%,61.479187%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.808594\" style=\"stop-color:rgb(12.985229%,16.212463%,61.338806%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.8125\" style=\"stop-color:rgb(12.721252%,15.882874%,61.199951%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.816406\" style=\"stop-color:rgb(12.45575%,15.551758%,61.061096%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.820312\" style=\"stop-color:rgb(12.190247%,15.220642%,60.922241%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.824219\" style=\"stop-color:rgb(11.924744%,14.889526%,60.78186%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.828125\" style=\"stop-color:rgb(11.660767%,14.558411%,60.643005%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.832031\" style=\"stop-color:rgb(11.395264%,14.227295%,60.502625%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.835938\" style=\"stop-color:rgb(11.131287%,13.897705%,60.36377%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.839844\" style=\"stop-color:rgb(10.865784%,13.566589%,60.224915%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.84375\" style=\"stop-color:rgb(10.600281%,13.235474%,60.08606%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.847656\" style=\"stop-color:rgb(10.334778%,12.904358%,59.945679%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.851562\" style=\"stop-color:rgb(10.070801%,12.573242%,59.806824%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.855469\" style=\"stop-color:rgb(9.805298%,12.242126%,59.666443%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.859375\" style=\"stop-color:rgb(9.539795%,11.912537%,59.527588%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.863281\" style=\"stop-color:rgb(9.274292%,11.581421%,59.388733%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.867188\" style=\"stop-color:rgb(9.010315%,11.250305%,59.249878%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.871094\" style=\"stop-color:rgb(8.744812%,10.919189%,59.109497%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.875\" style=\"stop-color:rgb(8.480835%,10.588074%,58.970642%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.878906\" style=\"stop-color:rgb(8.215332%,10.256958%,58.830261%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.882812\" style=\"stop-color:rgb(7.949829%,9.925842%,58.691406%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.886719\" style=\"stop-color:rgb(7.684326%,9.594727%,58.551025%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.890625\" style=\"stop-color:rgb(7.420349%,9.265137%,58.41217%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.894531\" style=\"stop-color:rgb(7.154846%,8.934021%,58.273315%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.898438\" style=\"stop-color:rgb(6.890869%,8.602905%,58.13446%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.902344\" style=\"stop-color:rgb(6.625366%,8.27179%,57.99408%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.90625\" style=\"stop-color:rgb(6.359863%,7.940674%,57.855225%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.910156\" style=\"stop-color:rgb(6.09436%,7.609558%,57.714844%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.914062\" style=\"stop-color:rgb(5.830383%,7.279968%,57.575989%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.917969\" style=\"stop-color:rgb(5.56488%,6.948853%,57.437134%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.921875\" style=\"stop-color:rgb(5.300903%,6.617737%,57.298279%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.925781\" style=\"stop-color:rgb(5.0354%,6.286621%,57.157898%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.929688\" style=\"stop-color:rgb(4.769897%,5.955505%,57.019043%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.933594\" style=\"stop-color:rgb(4.504395%,5.62439%,56.878662%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.9375\" style=\"stop-color:rgb(4.240417%,5.2948%,56.739807%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.941406\" style=\"stop-color:rgb(3.974915%,4.963684%,56.599426%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.945312\" style=\"stop-color:rgb(3.710938%,4.632568%,56.460571%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.949219\" style=\"stop-color:rgb(3.445435%,4.301453%,56.321716%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.953125\" style=\"stop-color:rgb(3.179932%,3.970337%,56.182861%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.957031\" style=\"stop-color:rgb(2.914429%,3.639221%,56.04248%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.960938\" style=\"stop-color:rgb(2.650452%,3.309631%,55.903625%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.964844\" style=\"stop-color:rgb(2.384949%,2.978516%,55.763245%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.96875\" style=\"stop-color:rgb(2.119446%,2.6474%,55.62439%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.972656\" style=\"stop-color:rgb(1.853943%,2.316284%,55.485535%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.976562\" style=\"stop-color:rgb(1.589966%,1.985168%,55.34668%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.980469\" style=\"stop-color:rgb(1.324463%,1.654053%,55.206299%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.984375\" style=\"stop-color:rgb(1.060486%,1.324463%,55.067444%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.988281\" style=\"stop-color:rgb(0.794983%,0.993347%,54.927063%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.992188\" style=\"stop-color:rgb(0.52948%,0.662231%,54.788208%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.996094\" style=\"stop-color:rgb(0.263977%,0.331116%,54.647827%);stop-opacity:1;\"/>\n",
"<stop offset=\"1\" style=\"stop-color:rgb(0%,0%,54.508972%);stop-opacity:1;\"/>\n",
"</linearGradient>\n",
"<clipPath id=\"clip-1493018451323738-2\">\n",
" <path d=\"M 424.304688 5 L 438.476562 5 L 438.476562 248 L 424.304688 248 Z M 424.304688 5 \"/>\n",
"</clipPath>\n",
"<linearGradient id=\"linear-1493018451323738-1\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"243.1715\" gradientTransform=\"matrix(1,0,0,-1,424.305,248.012)\">\n",
"<stop offset=\"0\" style=\"stop-color:rgb(0.144958%,0.0457764%,1.385498%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.00390625\" style=\"stop-color:rgb(0.315857%,0.189209%,2.137756%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0078125\" style=\"stop-color:rgb(0.486755%,0.332642%,2.890015%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0117188\" style=\"stop-color:rgb(0.657654%,0.476074%,3.642273%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.015625\" style=\"stop-color:rgb(0.830078%,0.621033%,4.394531%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0195312\" style=\"stop-color:rgb(1.000977%,0.764465%,5.14679%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0234375\" style=\"stop-color:rgb(1.171875%,0.907898%,5.899048%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0273438\" style=\"stop-color:rgb(1.342773%,1.051331%,6.651306%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.03125\" style=\"stop-color:rgb(1.513672%,1.194763%,7.403564%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0351562\" style=\"stop-color:rgb(1.817322%,1.382446%,8.239746%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0390625\" style=\"stop-color:rgb(2.120972%,1.570129%,9.075928%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0429688\" style=\"stop-color:rgb(2.5177%,1.78833%,9.970093%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.046875\" style=\"stop-color:rgb(2.915955%,2.008057%,10.864258%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0507812\" style=\"stop-color:rgb(3.312683%,2.226257%,11.758423%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0546875\" style=\"stop-color:rgb(3.710938%,2.445984%,12.654114%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0585938\" style=\"stop-color:rgb(4.107666%,2.664185%,13.548279%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0625\" style=\"stop-color:rgb(4.50592%,2.883911%,14.44397%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0664062\" style=\"stop-color:rgb(4.914856%,3.089905%,15.330505%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0703125\" style=\"stop-color:rgb(5.325317%,3.297424%,16.217041%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0742188\" style=\"stop-color:rgb(5.793762%,3.445435%,17.068481%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.078125\" style=\"stop-color:rgb(6.262207%,3.594971%,17.919922%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0820312\" style=\"stop-color:rgb(6.730652%,3.742981%,18.769836%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0859375\" style=\"stop-color:rgb(7.199097%,3.890991%,19.621277%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0898438\" style=\"stop-color:rgb(7.666016%,4.039001%,20.471191%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.09375\" style=\"stop-color:rgb(8.13446%,4.188538%,21.322632%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.0976562\" style=\"stop-color:rgb(8.602905%,4.336548%,22.172546%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.101562\" style=\"stop-color:rgb(9.07135%,4.486084%,23.023987%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.105469\" style=\"stop-color:rgb(9.666443%,4.519653%,23.939514%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.109375\" style=\"stop-color:rgb(10.261536%,4.554749%,24.855042%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.113281\" style=\"stop-color:rgb(10.896301%,4.553223%,25.791931%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.117188\" style=\"stop-color:rgb(11.532593%,4.553223%,26.730347%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.121094\" style=\"stop-color:rgb(12.167358%,4.551697%,27.667236%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.125\" style=\"stop-color:rgb(12.802124%,4.550171%,28.604126%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.128906\" style=\"stop-color:rgb(13.43689%,4.548645%,29.541016%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.132812\" style=\"stop-color:rgb(14.073181%,4.547119%,30.477905%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.136719\" style=\"stop-color:rgb(14.730835%,4.51355%,31.332397%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.140625\" style=\"stop-color:rgb(15.390015%,4.47998%,32.18689%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.144531\" style=\"stop-color:rgb(16.091919%,4.38385%,32.88269%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.148438\" style=\"stop-color:rgb(16.795349%,4.289246%,33.580017%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.152344\" style=\"stop-color:rgb(17.497253%,4.193115%,34.275818%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.15625\" style=\"stop-color:rgb(18.200684%,4.098511%,34.973145%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.160156\" style=\"stop-color:rgb(18.902588%,4.00238%,35.668945%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.164062\" style=\"stop-color:rgb(19.604492%,3.90625%,36.364746%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.167969\" style=\"stop-color:rgb(20.306396%,3.81012%,37.060547%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.171875\" style=\"stop-color:rgb(21.009827%,3.715515%,37.757874%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.175781\" style=\"stop-color:rgb(21.69342%,3.749084%,38.15918%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.179688\" style=\"stop-color:rgb(22.377014%,3.78418%,38.560486%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.183594\" style=\"stop-color:rgb(23.059082%,3.82843%,38.937378%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.1875\" style=\"stop-color:rgb(23.742676%,3.872681%,39.315796%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.191406\" style=\"stop-color:rgb(24.424744%,3.916931%,39.694214%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.195312\" style=\"stop-color:rgb(25.108337%,3.961182%,40.072632%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.199219\" style=\"stop-color:rgb(25.790405%,4.003906%,40.45105%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.203125\" style=\"stop-color:rgb(26.473999%,4.048157%,40.829468%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.207031\" style=\"stop-color:rgb(27.140808%,4.168701%,41.1026%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.210938\" style=\"stop-color:rgb(27.807617%,4.289246%,41.377258%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.214844\" style=\"stop-color:rgb(28.459167%,4.47998%,41.552734%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.21875\" style=\"stop-color:rgb(29.110718%,4.672241%,41.729736%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.222656\" style=\"stop-color:rgb(29.762268%,4.862976%,41.905212%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.226562\" style=\"stop-color:rgb(30.415344%,5.055237%,42.080688%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.230469\" style=\"stop-color:rgb(31.066895%,5.245972%,42.256165%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.234375\" style=\"stop-color:rgb(31.719971%,5.438232%,42.433167%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.238281\" style=\"stop-color:rgb(32.362366%,5.630493%,42.596436%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.242188\" style=\"stop-color:rgb(33.006287%,5.82428%,42.76123%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.246094\" style=\"stop-color:rgb(33.573914%,6.033325%,42.82074%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.25\" style=\"stop-color:rgb(34.141541%,6.242371%,42.880249%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.253906\" style=\"stop-color:rgb(34.707642%,6.44989%,42.938232%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.257812\" style=\"stop-color:rgb(35.275269%,6.658936%,42.997742%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.261719\" style=\"stop-color:rgb(35.842896%,6.867981%,43.057251%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.265625\" style=\"stop-color:rgb(36.410522%,7.077026%,43.11676%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.269531\" style=\"stop-color:rgb(36.976624%,7.284546%,43.174744%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.273437\" style=\"stop-color:rgb(37.54425%,7.493591%,43.234253%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.277344\" style=\"stop-color:rgb(38.157654%,7.720947%,43.24646%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.28125\" style=\"stop-color:rgb(38.771057%,7.948303%,43.260193%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.285156\" style=\"stop-color:rgb(39.404297%,8.184814%,43.252563%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.289062\" style=\"stop-color:rgb(40.039062%,8.421326%,43.244934%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.292969\" style=\"stop-color:rgb(40.673828%,8.656311%,43.237305%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.296875\" style=\"stop-color:rgb(41.308594%,8.892822%,43.229675%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.300781\" style=\"stop-color:rgb(41.941833%,9.127808%,43.222046%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.304688\" style=\"stop-color:rgb(42.576599%,9.364319%,43.214417%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.308594\" style=\"stop-color:rgb(43.209839%,9.597778%,43.188477%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.3125\" style=\"stop-color:rgb(43.844604%,9.831238%,43.162537%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.316406\" style=\"stop-color:rgb(44.47937%,10.058594%,43.089294%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.320312\" style=\"stop-color:rgb(45.114136%,10.287476%,43.016052%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.324219\" style=\"stop-color:rgb(45.748901%,10.514832%,42.94281%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.328125\" style=\"stop-color:rgb(46.385193%,10.742188%,42.869568%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.332031\" style=\"stop-color:rgb(47.019958%,10.969543%,42.7948%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.335938\" style=\"stop-color:rgb(47.654724%,11.196899%,42.721558%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.339844\" style=\"stop-color:rgb(48.28949%,11.424255%,42.648315%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.34375\" style=\"stop-color:rgb(48.924255%,11.653137%,42.575073%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.347656\" style=\"stop-color:rgb(49.559021%,11.877441%,42.446899%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.351563\" style=\"stop-color:rgb(50.195312%,12.101746%,42.320251%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.355469\" style=\"stop-color:rgb(50.830078%,12.324524%,42.182922%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.359375\" style=\"stop-color:rgb(51.46637%,12.548828%,42.047119%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.363281\" style=\"stop-color:rgb(52.101135%,12.771606%,41.90979%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.367187\" style=\"stop-color:rgb(52.737427%,12.995911%,41.773987%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.371094\" style=\"stop-color:rgb(53.373718%,13.220215%,41.636658%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.375\" style=\"stop-color:rgb(54.01001%,13.444519%,41.500854%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.378906\" style=\"stop-color:rgb(54.644775%,13.670349%,41.33606%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.382812\" style=\"stop-color:rgb(55.279541%,13.896179%,41.172791%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.386719\" style=\"stop-color:rgb(55.912781%,14.125061%,40.9729%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.390625\" style=\"stop-color:rgb(56.547546%,14.353943%,40.77301%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.394531\" style=\"stop-color:rgb(57.180786%,14.582825%,40.57312%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.398438\" style=\"stop-color:rgb(57.815552%,14.813232%,40.37323%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.402344\" style=\"stop-color:rgb(58.448792%,15.042114%,40.17334%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.40625\" style=\"stop-color:rgb(59.083557%,15.270996%,39.974976%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.410156\" style=\"stop-color:rgb(59.715271%,15.499878%,39.77356%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.414062\" style=\"stop-color:rgb(60.346985%,15.72876%,39.573669%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.417969\" style=\"stop-color:rgb(60.903931%,15.94696%,39.343262%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.421875\" style=\"stop-color:rgb(61.462402%,16.165161%,39.112854%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.425781\" style=\"stop-color:rgb(62.020874%,16.383362%,38.882446%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.429688\" style=\"stop-color:rgb(62.579346%,16.601562%,38.653564%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.433594\" style=\"stop-color:rgb(63.136292%,16.819763%,38.423157%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.4375\" style=\"stop-color:rgb(63.694763%,17.037964%,38.192749%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.441406\" style=\"stop-color:rgb(64.251709%,17.256165%,37.962341%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.445313\" style=\"stop-color:rgb(64.810181%,17.474365%,37.733459%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.449219\" style=\"stop-color:rgb(65.402222%,17.727661%,37.451172%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.453125\" style=\"stop-color:rgb(65.994263%,17.980957%,37.168884%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.457031\" style=\"stop-color:rgb(66.60614%,18.255615%,36.853027%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.460937\" style=\"stop-color:rgb(67.219543%,18.531799%,36.538696%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.464844\" style=\"stop-color:rgb(67.832947%,18.806458%,36.222839%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.46875\" style=\"stop-color:rgb(68.44635%,19.082642%,35.908508%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.472656\" style=\"stop-color:rgb(69.059753%,19.3573%,35.592651%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.476562\" style=\"stop-color:rgb(69.673157%,19.633484%,35.27832%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.480469\" style=\"stop-color:rgb(70.280457%,19.917297%,34.951782%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.484375\" style=\"stop-color:rgb(70.889282%,20.202637%,34.62677%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.488281\" style=\"stop-color:rgb(71.476746%,20.524597%,34.257507%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.492188\" style=\"stop-color:rgb(72.065735%,20.846558%,33.889771%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.496094\" style=\"stop-color:rgb(72.653198%,21.166992%,33.522034%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.5\" style=\"stop-color:rgb(73.240662%,21.488953%,33.154297%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.503906\" style=\"stop-color:rgb(73.828125%,21.809387%,32.785034%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.507812\" style=\"stop-color:rgb(74.417114%,22.131348%,32.417297%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.511719\" style=\"stop-color:rgb(75.004578%,22.451782%,32.048035%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.515625\" style=\"stop-color:rgb(75.593567%,22.773743%,31.680298%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.519531\" style=\"stop-color:rgb(76.152039%,23.141479%,31.277466%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.523438\" style=\"stop-color:rgb(76.712036%,23.510742%,30.874634%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.527344\" style=\"stop-color:rgb(77.262878%,23.890686%,30.462646%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.53125\" style=\"stop-color:rgb(77.813721%,24.272156%,30.050659%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.535156\" style=\"stop-color:rgb(78.364563%,24.6521%,29.638672%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.539062\" style=\"stop-color:rgb(78.916931%,25.032043%,29.226685%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.542969\" style=\"stop-color:rgb(79.467773%,25.411987%,28.814697%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.546875\" style=\"stop-color:rgb(80.018616%,25.793457%,28.404236%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.550781\" style=\"stop-color:rgb(80.531311%,26.179504%,27.998352%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.554688\" style=\"stop-color:rgb(81.044006%,26.565552%,27.593994%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.558594\" style=\"stop-color:rgb(81.492615%,26.960754%,27.198792%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.5625\" style=\"stop-color:rgb(81.942749%,27.355957%,26.805115%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.566406\" style=\"stop-color:rgb(82.391357%,27.749634%,26.409912%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.570312\" style=\"stop-color:rgb(82.839966%,28.144836%,26.016235%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.574219\" style=\"stop-color:rgb(83.288574%,28.540039%,25.622559%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.578125\" style=\"stop-color:rgb(83.737183%,28.935242%,25.228882%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.582031\" style=\"stop-color:rgb(84.185791%,29.328918%,24.833679%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.585938\" style=\"stop-color:rgb(84.635925%,29.724121%,24.440002%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.589844\" style=\"stop-color:rgb(85.084534%,30.229187%,23.976135%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.59375\" style=\"stop-color:rgb(85.533142%,30.735779%,23.513794%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.597656\" style=\"stop-color:rgb(85.980225%,31.245422%,23.046875%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.601563\" style=\"stop-color:rgb(86.428833%,31.756592%,22.581482%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.605469\" style=\"stop-color:rgb(86.877441%,32.266235%,22.116089%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.609375\" style=\"stop-color:rgb(87.32605%,32.775879%,21.650696%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.613281\" style=\"stop-color:rgb(87.774658%,33.285522%,21.183777%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.617188\" style=\"stop-color:rgb(88.223267%,33.796692%,20.718384%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.621094\" style=\"stop-color:rgb(88.633728%,34.341431%,20.240784%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.625\" style=\"stop-color:rgb(89.045715%,34.887695%,19.764709%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.628906\" style=\"stop-color:rgb(89.425659%,35.462952%,19.277954%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.632812\" style=\"stop-color:rgb(89.807129%,36.039734%,18.791199%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.636719\" style=\"stop-color:rgb(90.187073%,36.61499%,18.304443%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.640625\" style=\"stop-color:rgb(90.567017%,37.190247%,17.819214%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.644531\" style=\"stop-color:rgb(90.94696%,37.765503%,17.332458%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.648438\" style=\"stop-color:rgb(91.32843%,38.340759%,16.847229%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.652344\" style=\"stop-color:rgb(91.697693%,38.923645%,16.357422%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.65625\" style=\"stop-color:rgb(92.068481%,39.506531%,15.869141%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.660156\" style=\"stop-color:rgb(92.375183%,40.138245%,15.361023%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.664062\" style=\"stop-color:rgb(92.681885%,40.771484%,14.854431%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.667969\" style=\"stop-color:rgb(92.988586%,41.403198%,14.346313%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.671875\" style=\"stop-color:rgb(93.296814%,42.034912%,13.839722%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.675781\" style=\"stop-color:rgb(93.603516%,42.666626%,13.331604%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.679688\" style=\"stop-color:rgb(93.910217%,43.299866%,12.825012%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.683594\" style=\"stop-color:rgb(94.216919%,43.93158%,12.316895%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.6875\" style=\"stop-color:rgb(94.523621%,44.563293%,11.810303%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.691406\" style=\"stop-color:rgb(94.775391%,45.228577%,11.286926%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.695313\" style=\"stop-color:rgb(95.027161%,45.89386%,10.765076%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.699219\" style=\"stop-color:rgb(95.257568%,46.572876%,10.237122%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.703125\" style=\"stop-color:rgb(95.487976%,47.251892%,9.710693%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.707031\" style=\"stop-color:rgb(95.718384%,47.929382%,9.182739%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.710938\" style=\"stop-color:rgb(95.950317%,48.608398%,8.654785%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.714844\" style=\"stop-color:rgb(96.180725%,49.285889%,8.126831%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.71875\" style=\"stop-color:rgb(96.411133%,49.964905%,7.598877%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.722656\" style=\"stop-color:rgb(96.614075%,50.628662%,7.102966%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.726562\" style=\"stop-color:rgb(96.817017%,51.293945%,6.607056%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.730469\" style=\"stop-color:rgb(96.955872%,51.928711%,6.184387%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.734375\" style=\"stop-color:rgb(97.096252%,52.563477%,5.763245%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.738281\" style=\"stop-color:rgb(97.235107%,53.196716%,5.340576%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.742188\" style=\"stop-color:rgb(97.375488%,53.831482%,4.919434%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.746094\" style=\"stop-color:rgb(97.514343%,54.464722%,4.496765%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.75\" style=\"stop-color:rgb(97.654724%,55.099487%,4.075623%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.753906\" style=\"stop-color:rgb(97.795105%,55.732727%,3.652954%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.757812\" style=\"stop-color:rgb(97.935486%,56.367493%,3.230286%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.761719\" style=\"stop-color:rgb(98.023987%,57.096863%,3.179932%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.765625\" style=\"stop-color:rgb(98.112488%,57.826233%,3.129578%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.769531\" style=\"stop-color:rgb(98.194885%,58.566284%,3.123474%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.773438\" style=\"stop-color:rgb(98.278809%,59.307861%,3.118896%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.777344\" style=\"stop-color:rgb(98.361206%,60.049438%,3.112793%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.78125\" style=\"stop-color:rgb(98.443604%,60.791016%,3.106689%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.785156\" style=\"stop-color:rgb(98.526001%,61.531067%,3.100586%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.789063\" style=\"stop-color:rgb(98.609924%,62.272644%,3.096008%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.792969\" style=\"stop-color:rgb(98.654175%,63.024902%,3.399658%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.796875\" style=\"stop-color:rgb(98.698425%,63.777161%,3.704834%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.800781\" style=\"stop-color:rgb(98.699951%,64.5401%,4.348755%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.804688\" style=\"stop-color:rgb(98.701477%,65.304565%,4.992676%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.808594\" style=\"stop-color:rgb(98.703003%,66.069031%,5.636597%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.8125\" style=\"stop-color:rgb(98.704529%,66.833496%,6.280518%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.816406\" style=\"stop-color:rgb(98.706055%,67.597961%,6.922913%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.820312\" style=\"stop-color:rgb(98.707581%,68.362427%,7.566833%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.824219\" style=\"stop-color:rgb(98.704529%,69.126892%,8.226013%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.828125\" style=\"stop-color:rgb(98.701477%,69.891357%,8.886719%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.832031\" style=\"stop-color:rgb(98.620605%,70.671082%,9.776306%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.835938\" style=\"stop-color:rgb(98.539734%,71.452332%,10.667419%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.839844\" style=\"stop-color:rgb(98.458862%,72.232056%,11.557007%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.84375\" style=\"stop-color:rgb(98.379517%,73.013306%,12.44812%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.847656\" style=\"stop-color:rgb(98.298645%,73.79303%,13.337708%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.851562\" style=\"stop-color:rgb(98.219299%,74.57428%,14.228821%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.855469\" style=\"stop-color:rgb(98.138428%,75.354004%,15.118408%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.859375\" style=\"stop-color:rgb(98.059082%,76.135254%,16.009521%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.863281\" style=\"stop-color:rgb(97.929382%,76.91803%,17.021179%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.867188\" style=\"stop-color:rgb(97.799683%,77.702332%,18.034363%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.871094\" style=\"stop-color:rgb(97.642517%,78.488159%,19.111633%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.875\" style=\"stop-color:rgb(97.486877%,79.273987%,20.19043%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.878906\" style=\"stop-color:rgb(97.331238%,80.059814%,21.269226%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.882813\" style=\"stop-color:rgb(97.175598%,80.845642%,22.348022%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.886719\" style=\"stop-color:rgb(97.018433%,81.63147%,23.425293%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.890625\" style=\"stop-color:rgb(96.862793%,82.417297%,24.504089%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.894531\" style=\"stop-color:rgb(96.704102%,83.177185%,25.605774%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.898438\" style=\"stop-color:rgb(96.54541%,83.938599%,26.707458%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.902344\" style=\"stop-color:rgb(96.379089%,84.619141%,27.886963%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.90625\" style=\"stop-color:rgb(96.212769%,85.299683%,29.066467%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.910156\" style=\"stop-color:rgb(96.046448%,85.978699%,30.244446%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.914062\" style=\"stop-color:rgb(95.880127%,86.659241%,31.42395%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.917969\" style=\"stop-color:rgb(95.713806%,87.338257%,32.603455%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.921875\" style=\"stop-color:rgb(95.547485%,88.018799%,33.782959%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.925781\" style=\"stop-color:rgb(95.379639%,88.697815%,34.960938%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.929688\" style=\"stop-color:rgb(95.213318%,89.378357%,36.140442%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.933594\" style=\"stop-color:rgb(95.16449%,90.046692%,37.67395%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.9375\" style=\"stop-color:rgb(95.117188%,90.716553%,39.208984%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.941406\" style=\"stop-color:rgb(95.094299%,91.381836%,40.818787%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.945312\" style=\"stop-color:rgb(95.071411%,92.048645%,42.430115%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.949219\" style=\"stop-color:rgb(95.048523%,92.715454%,44.041443%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.953125\" style=\"stop-color:rgb(95.025635%,93.382263%,45.652771%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.957031\" style=\"stop-color:rgb(95.002747%,94.047546%,47.264099%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.960938\" style=\"stop-color:rgb(94.979858%,94.714355%,48.875427%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.964844\" style=\"stop-color:rgb(95.144653%,95.309448%,50.462341%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.96875\" style=\"stop-color:rgb(95.310974%,95.904541%,52.049255%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.972656\" style=\"stop-color:rgb(95.750427%,96.394348%,53.601074%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.976563\" style=\"stop-color:rgb(96.191406%,96.885681%,55.154419%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.980469\" style=\"stop-color:rgb(96.630859%,97.375488%,56.707764%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.984375\" style=\"stop-color:rgb(97.070312%,97.866821%,58.261108%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.988281\" style=\"stop-color:rgb(97.509766%,98.356628%,59.812927%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.992188\" style=\"stop-color:rgb(97.949219%,98.847961%,61.366272%);stop-opacity:1;\"/>\n",
"<stop offset=\"0.996094\" style=\"stop-color:rgb(98.388672%,99.337769%,62.918091%);stop-opacity:1;\"/>\n",
"<stop offset=\"1\" style=\"stop-color:rgb(98.829651%,99.829102%,64.471436%);stop-opacity:1;\"/>\n",
"</linearGradient>\n",
"</defs>\n",
"<g id=\"surface1\">\n",
"<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;\" d=\"M 27.320312 248.011719 L 204.890625 248.011719 L 204.890625 4.84375 L 27.320312 4.84375 Z M 27.320312 248.011719 \"/>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 12.438812 0.00028125 L 12.438812 243.16825 M 47.516937 0.00028125 L 47.516937 243.16825 M 82.595062 0.00028125 L 82.595062 243.16825 M 117.677094 0.00028125 L 117.677094 243.16825 M 152.755219 0.00028125 L 152.755219 243.16825 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0.0013125 1.090125 L 177.571625 1.090125 M 0.0013125 31.133094 L 177.571625 31.133094 M 0.0013125 61.172156 L 177.571625 61.172156 M 0.0013125 91.215125 L 177.571625 91.215125 M 0.0013125 121.254188 L 177.571625 121.254188 M 0.0013125 151.297156 L 177.571625 151.297156 M 0.0013125 181.336219 L 177.571625 181.336219 M 0.0013125 211.379188 L 177.571625 211.379188 M 0.0013125 241.41825 L 177.571625 241.41825 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 12.438812 0.00028125 L 12.438812 4.254188 M 47.516937 0.00028125 L 47.516937 4.254188 M 82.595062 0.00028125 L 82.595062 4.254188 M 117.677094 0.00028125 L 117.677094 4.254188 M 152.755219 0.00028125 L 152.755219 4.254188 M 12.438812 243.16825 L 12.438812 238.91825 M 47.516937 243.16825 L 47.516937 238.91825 M 82.595062 243.16825 L 82.595062 238.91825 M 117.677094 243.16825 L 117.677094 238.91825 M 152.755219 243.16825 L 152.755219 238.91825 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0.0013125 1.090125 L 4.251312 1.090125 M 0.0013125 31.133094 L 4.251312 31.133094 M 0.0013125 61.172156 L 4.251312 61.172156 M 0.0013125 91.215125 L 4.251312 91.215125 M 0.0013125 121.254188 L 4.251312 121.254188 M 0.0013125 151.297156 L 4.251312 151.297156 M 0.0013125 181.336219 L 4.251312 181.336219 M 0.0013125 211.379188 L 4.251312 211.379188 M 0.0013125 241.41825 L 4.251312 241.41825 M 177.571625 1.090125 L 173.317719 1.090125 M 177.571625 31.133094 L 173.317719 31.133094 M 177.571625 61.172156 L 173.317719 61.172156 M 177.571625 91.215125 L 173.317719 91.215125 M 177.571625 121.254188 L 173.317719 121.254188 M 177.571625 151.297156 L 173.317719 151.297156 M 177.571625 181.336219 L 173.317719 181.336219 M 177.571625 211.379188 L 173.317719 211.379188 M 177.571625 241.41825 L 173.317719 241.41825 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 0.0013125 0.00028125 L 0.0013125 243.16825 L 177.571625 243.16825 L 177.571625 0.00028125 Z M 0.0013125 0.00028125 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"33.394\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-1\" x=\"41.142\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"68.472\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-2\" x=\"76.221\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"103.55\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"111.299\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"142.502\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"177.58\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"3.321\" y=\"249.716\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"11.069\" y=\"249.716\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"16.051\" y=\"249.716\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-5\" x=\"18.818\" y=\"249.716\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"3.321\" y=\"219.675\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"11.069\" y=\"219.675\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"16.051\" y=\"219.675\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-2\" x=\"18.818\" y=\"219.675\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"11.069\" y=\"189.635\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"18.818\" y=\"189.635\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"3.321\" y=\"159.594\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"11.069\" y=\"159.594\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"16.051\" y=\"159.594\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-6\" x=\"18.818\" y=\"159.594\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"3.321\" y=\"129.554\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"11.069\" y=\"129.554\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"16.051\" y=\"129.554\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-7\" x=\"18.818\" y=\"129.554\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"3.321\" y=\"99.513\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"11.069\" y=\"99.513\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"16.051\" y=\"99.513\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-5\" x=\"18.818\" y=\"99.513\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"3.321\" y=\"69.473\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"11.069\" y=\"69.473\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"16.051\" y=\"69.473\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-2\" x=\"18.818\" y=\"69.473\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"18.818\" y=\"39.847\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"11.069\" y=\"9.807\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"16.051\" y=\"9.807\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-2\" x=\"18.818\" y=\"9.807\"/>\n",
"</g>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(29.284668%,36.56311%,69.91272%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.426819%,29.249573%,55.929565%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 174.540375 199.336219 C 174.540375 200.437781 173.645844 201.328406 172.544281 201.328406 C 171.446625 201.328406 170.552094 200.437781 170.552094 199.336219 C 170.552094 198.238563 171.446625 197.344031 172.544281 197.344031 C 173.645844 197.344031 174.540375 198.238563 174.540375 199.336219 Z M 174.540375 199.336219 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(67.817688%,84.672546%,90.180969%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(54.252625%,67.739868%,72.146606%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 70.673187 47.472938 C 70.673187 48.570594 69.782562 49.465125 68.681 49.465125 C 67.579437 49.465125 66.688812 48.570594 66.688812 47.472938 C 66.688812 46.371375 67.579437 45.48075 68.681 45.48075 C 69.782562 45.48075 70.673187 46.371375 70.673187 47.472938 Z M 70.673187 47.472938 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(58.946228%,73.597717%,85.514832%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(47.158813%,58.877563%,68.412781%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 158.450531 124.179969 C 158.450531 125.281531 157.556 126.176063 156.454437 126.176063 C 155.356781 126.176063 154.46225 125.281531 154.46225 124.179969 C 154.46225 123.082313 155.356781 122.187781 156.454437 122.187781 C 157.556 122.187781 158.450531 123.082313 158.450531 124.179969 Z M 158.450531 124.179969 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(67.843628%,84.70459%,90.194702%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(54.275513%,67.762756%,72.155762%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 80.845062 163.996375 C 80.845062 165.097938 79.954437 165.988563 78.852875 165.988563 C 77.751312 165.988563 76.860687 165.097938 76.860687 163.996375 C 76.860687 162.898719 77.751312 162.004188 78.852875 162.004188 C 79.954437 162.004188 80.845062 162.898719 80.845062 163.996375 Z M 80.845062 163.996375 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(29.348755%,36.643982%,69.947815%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(23.478699%,29.31366%,55.958557%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 7.016937 6.883094 C 7.016937 7.98075 6.126312 8.875281 5.02475 8.875281 C 3.923187 8.875281 3.032562 7.98075 3.032562 6.883094 C 3.032562 5.781531 3.923187 4.890906 5.02475 4.890906 C 6.126312 4.890906 7.016937 5.781531 7.016937 6.883094 Z M 7.016937 6.883094 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(0%,0%,54.508972%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,43.606567%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 117.071625 194.187781 C 117.071625 195.285438 116.181 196.179969 115.079437 196.179969 C 113.977875 196.179969 113.08725 195.285438 113.08725 194.187781 C 113.08725 193.086219 113.977875 192.191688 115.079437 192.191688 C 116.181 192.191688 117.071625 193.086219 117.071625 194.187781 Z M 117.071625 194.187781 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(36.57074%,45.6604%,73.745728%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(29.255676%,36.526489%,58.996582%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 124.966156 236.289344 C 124.966156 237.387 124.071625 238.281531 122.973969 238.281531 C 121.872406 238.281531 120.981781 237.387 120.981781 236.289344 C 120.981781 235.187781 121.872406 234.29325 122.973969 234.29325 C 124.071625 234.29325 124.966156 235.187781 124.966156 236.289344 Z M 124.966156 236.289344 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(54.095459%,67.539978%,82.963562%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(43.276978%,54.032898%,66.369629%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 146.653656 150.027625 C 146.653656 151.129188 145.763031 152.019813 144.661469 152.019813 C 143.559906 152.019813 142.669281 151.129188 142.669281 150.027625 C 142.669281 148.929969 143.559906 148.035438 144.661469 148.035438 C 145.763031 148.035438 146.653656 148.929969 146.653656 150.027625 Z M 146.653656 150.027625 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(37.234497%,46.488953%,74.095154%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(29.786682%,37.191772%,59.275818%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 108.790375 59.703406 C 108.790375 60.804969 107.895844 61.695594 106.798187 61.695594 C 105.696625 61.695594 104.806 60.804969 104.806 59.703406 C 104.806 58.601844 105.696625 57.711219 106.798187 57.711219 C 107.895844 57.711219 108.790375 58.601844 108.790375 59.703406 Z M 108.790375 59.703406 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(59.437561%,74.209595%,85.772705%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(47.549438%,59.365845%,68.618774%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 98.528656 129.695594 C 98.528656 130.797156 97.634125 131.687781 96.532562 131.687781 C 95.434906 131.687781 94.540375 130.797156 94.540375 129.695594 C 94.540375 128.594031 95.434906 127.703406 96.532562 127.703406 C 97.634125 127.703406 98.528656 128.594031 98.528656 129.695594 Z M 98.528656 129.695594 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 149.630219 222.219031 L 173.817719 222.219031 L 173.817719 238.10575 L 149.630219 238.10575 Z M 149.630219 222.219031 \" transform=\"matrix(1,0,0,-1,27.319,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(0%,60.559082%,97.866821%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 10.496875 0.0004375 C 10.496875 1.102 9.60625 1.992625 8.504687 1.992625 C 7.403125 1.992625 6.5125 1.102 6.5125 0.0004375 C 6.5125 -1.101125 7.403125 -1.99175 8.504687 -1.99175 C 9.60625 -1.99175 10.496875 -1.101125 10.496875 0.0004375 Z M 10.496875 0.0004375 \" transform=\"matrix(1,0,0,-1,173.425,17.852)\"/>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-8\" x=\"185.914\" y=\"20.315\"/>\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"191.172281\" y=\"20.315\"/>\n",
"</g>\n",
"<g clip-path=\"url(#clip-1493018451323738-1)\" clip-rule=\"nonzero\">\n",
"<path style=\" stroke:none;fill-rule:nonzero;fill:url(#linear-1493018451323738-0);\" d=\"M 213.589844 248.015625 L 213.589844 4.847656 L 227.761719 4.847656 L 227.761719 248.015625 Z M 213.589844 248.015625 \"/>\n",
"</g>\n",
"<path style=\"fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M -0.00015625 31.455406 L 4.249844 31.455406 M -0.00015625 70.490562 L 4.249844 70.490562 M -0.00015625 109.525719 L 4.249844 109.525719 M -0.00015625 148.560875 L 4.249844 148.560875 M -0.00015625 187.596031 L 4.249844 187.596031 M -0.00015625 226.631187 L 4.249844 226.631187 M 14.171719 31.455406 L 9.921719 31.455406 M 14.171719 70.490562 L 9.921719 70.490562 M 14.171719 109.525719 L 9.921719 109.525719 M 14.171719 148.560875 L 9.921719 148.560875 M 14.171719 187.596031 L 9.921719 187.596031 M 14.171719 226.631187 L 9.921719 226.631187 \" transform=\"matrix(1,0,0,-1,213.59,248.014)\"/>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M -0.00015625 -0.001625 L -0.00015625 243.17025 L 14.171719 243.17025 L 14.171719 -0.001625 Z M -0.00015625 -0.001625 \" transform=\"matrix(1,0,0,-1,213.59,248.014)\"/>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"231.282\" y=\"219.354\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"239.031\" y=\"219.354\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"244.012\" y=\"219.354\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"246.78\" y=\"219.354\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"231.282\" y=\"180.734\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"231.282\" y=\"141.7\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"236.264\" y=\"141.7\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"239.031\" y=\"141.7\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"231.282\" y=\"102.666\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"231.282\" y=\"63.631\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"236.264\" y=\"63.631\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"239.031\" y=\"63.631\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-2\" x=\"231.282\" y=\"24.597\"/>\n",
"</g>\n",
"<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;\" d=\"M 249.71875 248.011719 L 414.492188 248.011719 L 414.492188 4.839844 L 249.71875 4.839844 Z M 249.71875 248.011719 \"/>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 7.198969 0.00028125 L 7.198969 243.172156 M 37.816156 0.00028125 L 37.816156 243.172156 M 68.429437 0.00028125 L 68.429437 243.172156 M 99.042719 0.00028125 L 99.042719 243.172156 M 129.656 0.00028125 L 129.656 243.172156 M 160.273187 0.00028125 L 160.273187 243.172156 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M -0.00025 21.156531 L 164.773187 21.156531 M -0.00025 52.629188 L 164.773187 52.629188 M -0.00025 84.10575 L 164.773187 84.10575 M -0.00025 115.582313 L 164.773187 115.582313 M -0.00025 147.058875 L 164.773187 147.058875 M -0.00025 178.531531 L 164.773187 178.531531 M -0.00025 210.008094 L 164.773187 210.008094 M -0.00025 241.484656 L 164.773187 241.484656 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 7.198969 0.00028125 L 7.198969 4.250281 M 37.816156 0.00028125 L 37.816156 4.250281 M 68.429437 0.00028125 L 68.429437 4.250281 M 99.042719 0.00028125 L 99.042719 4.250281 M 129.656 0.00028125 L 129.656 4.250281 M 160.273187 0.00028125 L 160.273187 4.250281 M 7.198969 243.172156 L 7.198969 238.91825 M 37.816156 243.172156 L 37.816156 238.91825 M 68.429437 243.172156 L 68.429437 238.91825 M 99.042719 243.172156 L 99.042719 238.91825 M 129.656 243.172156 L 129.656 238.91825 M 160.273187 243.172156 L 160.273187 238.91825 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M -0.00025 21.156531 L 4.253656 21.156531 M -0.00025 52.629188 L 4.253656 52.629188 M -0.00025 84.10575 L 4.253656 84.10575 M -0.00025 115.582313 L 4.253656 115.582313 M -0.00025 147.058875 L 4.253656 147.058875 M -0.00025 178.531531 L 4.253656 178.531531 M -0.00025 210.008094 L 4.253656 210.008094 M -0.00025 241.484656 L 4.253656 241.484656 M 164.773187 21.156531 L 160.519281 21.156531 M 164.773187 52.629188 L 160.519281 52.629188 M 164.773187 84.10575 L 160.519281 84.10575 M 164.773187 115.582313 L 160.519281 115.582313 M 164.773187 147.058875 L 160.519281 147.058875 M 164.773187 178.531531 L 160.519281 178.531531 M 164.773187 210.008094 L 160.519281 210.008094 M 164.773187 241.484656 L 160.519281 241.484656 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M -0.00025 0.00028125 L -0.00025 243.172156 L 164.773187 243.172156 L 164.773187 0.00028125 Z M -0.00025 0.00028125 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"246.679\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"254.428\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"259.409\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"262.177\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"281.168\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"288.917\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"307.908\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"315.656\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"320.638\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"323.405\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"346.27\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"373.01\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"377.992\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"380.759\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"407.499\" y=\"257.952\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"233.469\" y=\"229.653\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"241.218\" y=\"229.653\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"225.721\" y=\"198.177\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"233.469\" y=\"198.177\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"238.451\" y=\"198.177\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"241.218\" y=\"198.177\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"241.218\" y=\"167.117\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"233.469\" y=\"135.642\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"238.451\" y=\"135.642\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"241.218\" y=\"135.642\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"241.218\" y=\"104.167\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"233.469\" y=\"72.691\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"238.451\" y=\"72.691\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"241.218\" y=\"72.691\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-2\" x=\"241.218\" y=\"41.216\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-2\" x=\"233.469\" y=\"9.741\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"238.451\" y=\"9.741\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"241.218\" y=\"9.741\"/>\n",
"</g>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(38.722229%,7.929993%,43.261719%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(30.976868%,6.344604%,34.609985%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 22.683344 6.883094 C 22.683344 7.984656 21.792719 8.875281 20.691156 8.875281 C 19.589594 8.875281 18.698969 7.984656 18.698969 6.883094 C 18.698969 5.781531 19.589594 4.890906 20.691156 4.890906 C 21.792719 4.890906 22.683344 5.781531 22.683344 6.883094 Z M 22.683344 6.883094 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(64.364624%,17.300415%,37.916565%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(51.490784%,13.839722%,30.332947%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 162.101312 50.004188 C 162.101312 51.10575 161.210687 51.996375 160.109125 51.996375 C 159.007562 51.996375 158.116937 51.10575 158.116937 50.004188 C 158.116937 48.902625 159.007562 48.012 160.109125 48.012 C 161.210687 48.012 162.101312 48.902625 162.101312 50.004188 Z M 162.101312 50.004188 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(71.148682%,20.344543%,34.463501%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56.919861%,16.27655%,27.56958%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 119.554437 40.890906 C 119.554437 41.992469 118.659906 42.883094 117.56225 42.883094 C 116.460687 42.883094 115.570062 41.992469 115.570062 40.890906 C 115.570062 39.789344 116.460687 38.898719 117.56225 38.898719 C 118.659906 38.898719 119.554437 39.789344 119.554437 40.890906 Z M 119.554437 40.890906 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(98.828125%,99.827576%,64.46991%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(79.06189%,79.862976%,51.574707%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 98.804437 39.226844 C 98.804437 40.328406 97.913812 41.219031 96.81225 41.219031 C 95.710687 41.219031 94.820062 40.328406 94.820062 39.226844 C 94.820062 38.125281 95.710687 37.234656 96.81225 37.234656 C 97.913812 37.234656 98.804437 38.125281 98.804437 39.226844 Z M 98.804437 39.226844 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(26.156616%,4.026794%,40.653992%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(20.925903%,3.222656%,32.522583%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 109.730219 63.515906 C 109.730219 64.617469 108.835687 65.512 107.738031 65.512 C 106.636469 65.512 105.745844 64.617469 105.745844 63.515906 C 105.745844 62.41825 106.636469 61.523719 107.738031 61.523719 C 108.835687 61.523719 109.730219 62.41825 109.730219 63.515906 Z M 109.730219 63.515906 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(70.330811%,19.929504%,34.939575%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56.263733%,15.943909%,27.952576%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 132.952875 116.515906 C 132.952875 117.617469 132.06225 118.508094 130.960687 118.508094 C 129.859125 118.508094 128.9685 117.617469 128.9685 116.515906 C 128.9685 115.414344 129.859125 114.523719 130.960687 114.523719 C 132.06225 114.523719 132.952875 115.414344 132.952875 116.515906 Z M 132.952875 116.515906 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(53.701782%,13.334656%,41.567993%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.962646%,10.668945%,33.253479%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 155.945062 236.289344 C 155.945062 237.390906 155.050531 238.281531 153.948969 238.281531 C 152.851312 238.281531 151.956781 237.390906 151.956781 236.289344 C 151.956781 235.191688 152.851312 234.297156 153.948969 234.297156 C 155.050531 234.297156 155.945062 235.191688 155.945062 236.289344 Z M 155.945062 236.289344 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(81.437683%,26.911926%,27.24762%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(65.148926%,21.528625%,21.798706%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 69.5935 64.719031 C 69.5935 65.820594 68.702875 66.711219 67.601312 66.711219 C 66.49975 66.711219 65.609125 65.820594 65.609125 64.719031 C 65.609125 63.617469 66.49975 62.726844 67.601312 62.726844 C 68.702875 62.726844 69.5935 63.617469 69.5935 64.719031 Z M 69.5935 64.719031 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(68.554688%,19.13147%,35.852051%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(54.841614%,15.304565%,28.681946%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 54.206781 162.500281 C 54.206781 163.601844 53.316156 164.492469 52.214594 164.492469 C 51.116937 164.492469 50.222406 163.601844 50.222406 162.500281 C 50.222406 161.398719 51.116937 160.508094 52.214594 160.508094 C 53.316156 160.508094 54.206781 161.398719 54.206781 162.500281 Z M 54.206781 162.500281 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(0.144958%,0.0457764%,1.385498%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0.115967%,0.0366211%,1.109314%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 6.656 80.961219 C 6.656 82.062781 5.765375 82.953406 4.663812 82.953406 C 3.56225 82.953406 2.671625 82.062781 2.671625 80.961219 C 2.671625 79.863563 3.56225 78.969031 4.663812 78.969031 C 5.765375 78.969031 6.656 79.863563 6.656 80.961219 Z M 6.656 80.961219 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 137.089594 222.222938 L 161.277094 222.222938 L 161.277094 238.109656 L 137.089594 238.109656 Z M 137.089594 222.222938 \" transform=\"matrix(1,0,0,-1,249.719,248.012)\"/>\n",
"<path style=\"fill-rule:nonzero;fill:rgb(0%,60.559082%,97.866821%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 10.49825 -0.0015625 C 10.49825 1.1 9.603719 1.990625 8.506062 1.990625 C 7.4045 1.990625 6.509969 1.1 6.509969 -0.0015625 C 6.509969 -1.099219 7.4045 -1.99375 8.506062 -1.99375 C 9.603719 -1.99375 10.49825 -1.099219 10.49825 -0.0015625 Z M 10.49825 -0.0015625 \" transform=\"matrix(1,0,0,-1,383.283,17.85)\"/>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-8\" x=\"395.772\" y=\"20.313\"/>\n",
" <use xlink:href=\"#glyph-1493018451323738-1-2\" x=\"401.030281\" y=\"20.313\"/>\n",
"</g>\n",
"<g clip-path=\"url(#clip-1493018451323738-2)\" clip-rule=\"nonzero\">\n",
"<path style=\" stroke:none;fill-rule:nonzero;fill:url(#linear-1493018451323738-1);\" d=\"M 424.304688 248.011719 L 424.304688 4.839844 L 438.476562 4.839844 L 438.476562 248.011719 Z M 424.304688 248.011719 \"/>\n",
"</g>\n",
"<path style=\"fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M -0.0003125 0.250281 L 4.253594 0.250281 M -0.0003125 36.476844 L 4.253594 36.476844 M -0.0003125 72.703406 L 4.253594 72.703406 M -0.0003125 108.929969 L 4.253594 108.929969 M -0.0003125 145.156531 L 4.253594 145.156531 M -0.0003125 181.383094 L 4.253594 181.383094 M -0.0003125 217.609656 L 4.253594 217.609656 M 14.171563 0.250281 L 9.921563 0.250281 M 14.171563 36.476844 L 9.921563 36.476844 M 14.171563 72.703406 L 9.921563 72.703406 M 14.171563 108.929969 L 9.921563 108.929969 M 14.171563 145.156531 L 9.921563 145.156531 M 14.171563 181.383094 L 9.921563 181.383094 M 14.171563 217.609656 L 9.921563 217.609656 \" transform=\"matrix(1,0,0,-1,424.305,248.012)\"/>\n",
"<path style=\"fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M -0.0003125 0.00028125 L -0.0003125 243.172156 L 14.171563 243.172156 L 14.171563 0.00028125 Z M -0.0003125 0.00028125 \" transform=\"matrix(1,0,0,-1,424.305,248.012)\"/>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"441.997\" y=\"250.558\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"449.746\" y=\"250.558\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"454.727\" y=\"250.558\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"457.494\" y=\"250.558\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"441.997\" y=\"214.332\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"449.746\" y=\"214.332\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-0-1\" x=\"441.997\" y=\"178.105\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"449.746\" y=\"178.105\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"454.727\" y=\"178.105\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"457.494\" y=\"178.105\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"441.997\" y=\"142.294\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-4\" x=\"441.997\" y=\"106.067\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"446.978\" y=\"106.067\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"449.746\" y=\"106.067\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"441.997\" y=\"69.84\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-3\" x=\"441.997\" y=\"33.614\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-2-1\" x=\"446.978\" y=\"33.614\"/>\n",
"</g>\n",
"<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n",
" <use xlink:href=\"#glyph-1493018451323738-1-9\" x=\"449.746\" y=\"33.614\"/>\n",
"</g>\n",
"</g>\n",
"</svg>\n",
"\n"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"scatter([randn(10) randn(10)], [randn(10) randn(10)], zcolor=[randn(10) randn(10)],layout=grid(1,2), markercolor = [:blues :inferno])"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 0.5.0",
"language": "julia",
"name": "julia-0.5"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "0.5.1"
},
"toc": {
"colors": {
"hover_highlight": "#DAA520",
"running_highlight": "#FF0000",
"selected_highlight": "#FFD700"
},
"moveMenuLeft": true,
"nav_menu": {
"height": "372px",
"width": "252px"
},
"navigate_menu": true,
"number_sections": true,
"sideBar": true,
"threshold": 4,
"toc_cell": false,
"toc_section_display": "block",
"toc_window_display": false
}
},
"nbformat": 4,
"nbformat_minor": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment