Skip to content

Instantly share code, notes, and snippets.

@N0taN3rd
Last active February 3, 2016 00:43
Show Gist options
  • Save N0taN3rd/29d9a21fc5d8b1f3f581 to your computer and use it in GitHub Desktop.
Save N0taN3rd/29d9a21fc5d8b1f3f581 to your computer and use it in GitHub Desktop.
ICW2

John Berlin ICW2 Group Members: John Berlin

Scatter Matrix scattermatrix

setwd(getwd())
playerStats <- read.csv('passing-stats-2014.csv')
pairs(~playerStats$Passing.Yards+playerStats$Passing.TD+playerStats$Rate+playerStats$Rushing.Yards+playerStats$Rushing.TD)

Yards Per Player

pyrdsperplayer

library(ggplot2)
setwd(getwd())
playerStats <- read.csv('passing-stats-2014.csv')
yardsConf = data.frame(yrds=playerStats$Passing.Yards,player=playerStats$Player,conf=playerStats$Conf)
ggplot(yardsConf,aes(x=player,y=yrds,fill=conf)) +  geom_bar(stat="identity") + coord_flip()

Average Rushing TD avrushingtd

library(ggplot2)
setwd(getwd())
playerStats <- read.csv('passing-stats-2014.csv')
two <- playerStats[, c("Conf","Rushing.TD")]
ret <- aggregate(two,by=list(two$Conf),FUN="mean")
present <- data.frame(Conf=ret$Group.1,Av.Russing.TD=ret$Rushing.TD)
ggplot(present,aes(x=Conf,y=Av.Russing.TD,fill=Conf)) +  geom_bar(stat="identity") 
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="586pt" height="422pt" viewBox="0 0 586 422" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 4.453125 -3 C 4.453125 -5.15625 3.78125 -6.234375 2.421875 -6.234375 C 1.078125 -6.234375 0.375 -5.140625 0.375 -3.046875 C 0.375 -0.953125 1.078125 0.125 2.421875 0.125 C 3.734375 0.125 4.453125 -0.953125 4.453125 -3 Z M 3.671875 -3.0625 C 3.671875 -1.296875 3.265625 -0.515625 2.40625 -0.515625 C 1.578125 -0.515625 1.171875 -1.34375 1.171875 -3.046875 C 1.171875 -4.75 1.578125 -5.546875 2.421875 -5.546875 C 3.25 -5.546875 3.671875 -4.734375 3.671875 -3.0625 Z M 3.671875 -3.0625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 4.5 -4.40625 C 4.5 -5.46875 3.671875 -6.234375 2.5 -6.234375 C 1.21875 -6.234375 0.484375 -5.59375 0.4375 -4.078125 L 1.21875 -4.078125 C 1.28125 -5.125 1.703125 -5.5625 2.46875 -5.5625 C 3.171875 -5.5625 3.703125 -5.0625 3.703125 -4.390625 C 3.703125 -3.890625 3.40625 -3.46875 2.859375 -3.15625 L 2.046875 -2.703125 C 0.75 -1.96875 0.375 -1.375 0.296875 0 L 4.453125 0 L 4.453125 -0.765625 L 1.171875 -0.765625 C 1.25 -1.28125 1.53125 -1.59375 2.296875 -2.046875 L 3.171875 -2.53125 C 4.046875 -2.984375 4.5 -3.640625 4.5 -4.40625 Z M 4.5 -4.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 4.578125 -1.5 L 4.578125 -2.1875 L 3.65625 -2.1875 L 3.65625 -6.234375 L 3.078125 -6.234375 L 0.25 -2.3125 L 0.25 -1.5 L 2.875 -1.5 L 2.875 0 L 3.65625 0 L 3.65625 -1.5 Z M 2.875 -2.1875 L 0.921875 -2.1875 L 2.875 -4.921875 Z M 2.875 -2.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 4.515625 -1.9375 C 4.515625 -3.09375 3.71875 -3.875 2.609375 -3.875 C 1.984375 -3.875 1.5 -3.640625 1.171875 -3.1875 C 1.171875 -4.703125 1.671875 -5.546875 2.5625 -5.546875 C 3.109375 -5.546875 3.484375 -5.203125 3.609375 -4.609375 L 4.375 -4.609375 C 4.234375 -5.625 3.5625 -6.234375 2.609375 -6.234375 C 1.15625 -6.234375 0.375 -5.015625 0.375 -2.84375 C 0.375 -0.890625 1.046875 0.125 2.46875 0.125 C 3.65625 0.125 4.515625 -0.71875 4.515625 -1.9375 Z M 3.71875 -1.875 C 3.71875 -1.09375 3.1875 -0.546875 2.484375 -0.546875 C 1.765625 -0.546875 1.21875 -1.125 1.21875 -1.921875 C 1.21875 -2.6875 1.734375 -3.1875 2.5 -3.1875 C 3.25 -3.1875 3.71875 -2.703125 3.71875 -1.875 Z M 3.71875 -1.875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 5.75 0 L 3.5 -6.40625 L 2.4375 -6.40625 L 0.15625 0 L 1.015625 0 L 1.703125 -1.921875 L 4.171875 -1.921875 L 4.828125 0 Z M 3.9375 -2.609375 L 1.90625 -2.609375 L 2.953125 -5.53125 Z M 3.9375 -2.609375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 5.953125 -2.34375 L 5.109375 -2.34375 C 4.921875 -1.125 4.40625 -0.5625 3.328125 -0.5625 C 2.046875 -0.5625 1.234375 -1.546875 1.234375 -3.140625 C 1.234375 -4.78125 2.015625 -5.84375 3.25 -5.84375 C 4.25 -5.84375 4.78125 -5.40625 4.984375 -4.421875 L 5.828125 -4.421875 C 5.5625 -5.828125 4.765625 -6.578125 3.359375 -6.578125 C 1.40625 -6.578125 0.421875 -5 0.421875 -3.125 C 0.421875 -1.265625 1.4375 0.15625 3.3125 0.15625 C 4.875 0.15625 5.765625 -0.671875 5.953125 -2.34375 Z M 5.953125 -2.34375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 6.6875 0 L 6.6875 -3.453125 C 6.6875 -4.28125 6.234375 -4.734375 5.359375 -4.734375 C 4.75 -4.734375 4.375 -4.5625 3.953125 -4.03125 C 3.671875 -4.53125 3.3125 -4.734375 2.703125 -4.734375 C 2.09375 -4.734375 1.6875 -4.515625 1.296875 -3.953125 L 1.296875 -4.609375 L 0.625 -4.609375 L 0.625 0 L 1.359375 0 L 1.359375 -2.890625 C 1.359375 -3.5625 1.84375 -4.09375 2.4375 -4.09375 C 2.984375 -4.09375 3.296875 -3.765625 3.296875 -3.171875 L 3.296875 0 L 4.015625 0 L 4.015625 -2.890625 C 4.015625 -3.5625 4.515625 -4.09375 5.109375 -4.09375 C 5.640625 -4.09375 5.953125 -3.75 5.953125 -3.171875 L 5.953125 0 Z M 6.6875 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 4.515625 -2.09375 C 4.515625 -2.765625 4.453125 -3.1875 4.328125 -3.53125 C 4.03125 -4.28125 3.328125 -4.734375 2.46875 -4.734375 C 1.171875 -4.734375 0.359375 -3.796875 0.359375 -2.28125 C 0.359375 -0.765625 1.15625 0.125 2.453125 0.125 C 3.5 0.125 4.234375 -0.46875 4.421875 -1.40625 L 3.671875 -1.40625 C 3.46875 -0.796875 3.0625 -0.546875 2.46875 -0.546875 C 1.703125 -0.546875 1.140625 -1.03125 1.125 -2.09375 Z M 3.734375 -2.75 C 3.734375 -2.75 3.734375 -2.703125 3.71875 -2.6875 L 1.140625 -2.6875 C 1.203125 -3.515625 1.71875 -4.0625 2.453125 -4.0625 C 3.171875 -4.0625 3.734375 -3.46875 3.734375 -2.75 Z M 3.734375 -2.75 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 2.828125 -3.96875 L 2.828125 -4.71875 C 2.703125 -4.734375 2.640625 -4.734375 2.546875 -4.734375 C 2.0625 -4.734375 1.703125 -4.453125 1.28125 -3.78125 L 1.28125 -4.609375 L 0.609375 -4.609375 L 0.609375 0 L 1.34375 0 L 1.34375 -2.390625 C 1.34375 -3.4375 1.6875 -3.953125 2.828125 -3.96875 Z M 2.828125 -3.96875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 1.34375 0 L 1.34375 -4.609375 L 0.609375 -4.609375 L 0.609375 0 Z M 1.4375 -5.296875 L 1.4375 -6.21875 L 0.53125 -6.21875 L 0.53125 -5.296875 Z M 1.4375 -5.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 4.203125 -1.578125 L 3.453125 -1.578125 C 3.328125 -0.84375 2.953125 -0.546875 2.328125 -0.546875 C 1.515625 -0.546875 1.03125 -1.171875 1.03125 -2.265625 C 1.03125 -3.40625 1.515625 -4.0625 2.3125 -4.0625 C 2.921875 -4.0625 3.3125 -3.703125 3.40625 -3.0625 L 4.140625 -3.0625 C 4.0625 -4.1875 3.359375 -4.734375 2.328125 -4.734375 C 1.078125 -4.734375 0.265625 -3.796875 0.265625 -2.265625 C 0.265625 -0.78125 1.0625 0.125 2.3125 0.125 C 3.40625 0.125 4.109375 -0.53125 4.203125 -1.578125 Z M 4.203125 -1.578125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 4.703125 -0.015625 L 4.703125 -0.578125 C 4.625 -0.546875 4.59375 -0.546875 4.546875 -0.546875 C 4.296875 -0.546875 4.15625 -0.6875 4.15625 -0.921875 L 4.15625 -3.484375 C 4.15625 -4.296875 3.546875 -4.734375 2.421875 -4.734375 C 1.296875 -4.734375 0.609375 -4.3125 0.578125 -3.25 L 1.3125 -3.25 C 1.375 -3.8125 1.703125 -4.0625 2.390625 -4.0625 C 3.046875 -4.0625 3.421875 -3.8125 3.421875 -3.375 L 3.421875 -3.1875 C 3.421875 -2.875 3.234375 -2.75 2.65625 -2.671875 C 1.625 -2.546875 1.453125 -2.5 1.171875 -2.390625 C 0.640625 -2.171875 0.375 -1.765625 0.375 -1.203125 C 0.375 -0.359375 0.953125 0.125 1.875 0.125 C 2.46875 0.125 3.046875 -0.109375 3.453125 -0.546875 C 3.53125 -0.1875 3.84375 0.0625 4.203125 0.0625 C 4.359375 0.0625 4.46875 0.046875 4.703125 -0.015625 Z M 3.421875 -1.59375 C 3.421875 -0.9375 2.75 -0.515625 2.046875 -0.515625 C 1.46875 -0.515625 1.140625 -0.71875 1.140625 -1.21875 C 1.140625 -1.703125 1.453125 -1.90625 2.25 -2.015625 C 3.015625 -2.125 3.171875 -2.15625 3.421875 -2.28125 Z M 3.421875 -1.59375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 4.28125 0 L 4.28125 -3.484375 C 4.28125 -4.25 3.71875 -4.734375 2.828125 -4.734375 C 2.140625 -4.734375 1.703125 -4.484375 1.296875 -3.828125 L 1.296875 -4.609375 L 0.609375 -4.609375 L 0.609375 0 L 1.34375 0 L 1.34375 -2.546875 C 1.34375 -3.484375 1.859375 -4.09375 2.609375 -4.09375 C 3.1875 -4.09375 3.546875 -3.75 3.546875 -3.1875 L 3.546875 0 Z M 4.28125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 5.484375 -1.828125 C 5.484375 -2.609375 5.125 -3.0625 4.3125 -3.390625 C 4.890625 -3.65625 5.203125 -4.140625 5.203125 -4.78125 C 5.203125 -5.71875 4.515625 -6.40625 3.296875 -6.40625 L 0.6875 -6.40625 L 0.6875 0 L 3.59375 0 C 4.734375 0 5.484375 -0.78125 5.484375 -1.828125 Z M 4.375 -4.671875 C 4.375 -4.015625 4 -3.65625 3.09375 -3.65625 L 1.515625 -3.65625 L 1.515625 -5.6875 L 3.09375 -5.6875 C 4 -5.6875 4.375 -5.328125 4.375 -4.671875 Z M 4.65625 -1.828125 C 4.65625 -1.203125 4.28125 -0.71875 3.515625 -0.71875 L 1.515625 -0.71875 L 1.515625 -2.921875 L 3.515625 -2.921875 C 4.28125 -2.921875 4.65625 -2.453125 4.65625 -1.828125 Z M 4.65625 -1.828125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 4.296875 -0.75 L 4.296875 -4.609375 L 3.625 -4.609375 L 3.625 -3.9375 C 3.25 -4.484375 2.8125 -4.734375 2.21875 -4.734375 C 1.046875 -4.734375 0.25 -3.75 0.25 -2.265625 C 0.25 -0.8125 1.078125 0.125 2.15625 0.125 C 2.734375 0.125 3.140625 -0.109375 3.625 -0.6875 L 3.625 -0.390625 C 3.625 0.828125 3.125 1.296875 2.265625 1.296875 C 1.6875 1.296875 1.234375 1.09375 1.15625 0.53125 L 0.40625 0.53125 C 0.484375 1.40625 1.15625 1.921875 2.25 1.921875 C 3.6875 1.921875 4.296875 1.28125 4.296875 -0.75 Z M 3.546875 -2.28125 C 3.546875 -1.171875 3.078125 -0.546875 2.3125 -0.546875 C 1.5 -0.546875 1.015625 -1.1875 1.015625 -2.3125 C 1.015625 -3.40625 1.515625 -4.0625 2.296875 -4.0625 C 3.09375 -4.0625 3.546875 -3.390625 3.546875 -2.28125 Z M 3.546875 -2.28125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-16">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-17">
<path style="stroke:none;" d="M 3.046875 0 L 3.046875 -6.234375 L 2.546875 -6.234375 C 2.265625 -5.28125 2.09375 -5.140625 0.890625 -5 L 0.890625 -4.4375 L 2.28125 -4.4375 L 2.28125 0 Z M 3.046875 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-18">
<path style="stroke:none;" d="M 5.21875 -5.6875 L 5.21875 -6.40625 L 0.1875 -6.40625 L 0.1875 -5.6875 L 2.296875 -5.6875 L 2.296875 0 L 3.109375 0 L 3.109375 -5.6875 Z M 5.21875 -5.6875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-19">
<path style="stroke:none;" d="M 5.671875 -1.953125 L 5.671875 -6.40625 L 4.859375 -6.40625 L 4.859375 -1.953125 C 4.859375 -1.09375 4.234375 -0.5625 3.203125 -0.5625 C 2.25 -0.5625 1.5625 -1.015625 1.5625 -1.953125 L 1.5625 -6.40625 L 0.75 -6.40625 L 0.75 -1.953125 C 0.75 -0.65625 1.6875 0.15625 3.203125 0.15625 C 4.703125 0.15625 5.671875 -0.671875 5.671875 -1.953125 Z M 5.671875 -1.953125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-20">
<path style="stroke:none;" d="M 5.46875 -1.765625 C 5.46875 -2.546875 4.96875 -3.125 4.09375 -3.375 L 2.484375 -3.796875 C 1.71875 -4 1.4375 -4.25 1.4375 -4.75 C 1.4375 -5.40625 2 -5.890625 2.875 -5.890625 C 3.890625 -5.890625 4.46875 -5.421875 4.46875 -4.578125 L 5.25 -4.578125 C 5.25 -5.84375 4.375 -6.578125 2.890625 -6.578125 C 1.484375 -6.578125 0.609375 -5.796875 0.609375 -4.640625 C 0.609375 -3.859375 1.03125 -3.359375 1.875 -3.140625 L 3.46875 -2.71875 C 4.28125 -2.5 4.640625 -2.1875 4.640625 -1.6875 C 4.640625 -0.96875 4.109375 -0.5625 3.015625 -0.5625 C 1.796875 -0.5625 1.203125 -1.171875 1.203125 -2.078125 L 0.421875 -2.078125 C 0.421875 -0.578125 1.4375 0.15625 2.953125 0.15625 C 4.578125 0.15625 5.46875 -0.609375 5.46875 -1.765625 Z M 5.46875 -1.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-21">
<path style="stroke:none;" d="M 1.703125 0 L 1.703125 -6.40625 L 0.875 -6.40625 L 0.875 0 Z M 1.703125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-22">
<path style="stroke:none;" d="M 4.359375 0 L 4.359375 -6.40625 L 3.625 -6.40625 L 3.625 -4.03125 C 3.3125 -4.5 2.828125 -4.734375 2.203125 -4.734375 C 1.015625 -4.734375 0.234375 -3.8125 0.234375 -2.34375 C 0.234375 -0.796875 1 0.125 2.234375 0.125 C 2.875 0.125 3.3125 -0.109375 3.703125 -0.671875 L 3.703125 0 Z M 3.625 -2.28125 C 3.625 -1.21875 3.109375 -0.546875 2.34375 -0.546875 C 1.53125 -0.546875 1 -1.234375 1 -2.3125 C 1 -3.375 1.53125 -4.0625 2.328125 -4.0625 C 3.125 -4.0625 3.625 -3.359375 3.625 -2.28125 Z M 3.625 -2.28125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-23">
<path style="stroke:none;" d="M 6.6875 0 L 6.6875 -6.40625 L 5.5625 -6.40625 L 3.6875 -0.828125 L 1.796875 -6.40625 L 0.65625 -6.40625 L 0.65625 0 L 1.4375 0 L 1.4375 -5.375 L 3.25 0 L 4.109375 0 L 5.921875 -5.375 L 5.921875 0 Z M 6.6875 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-24">
<path style="stroke:none;" d="M 8.171875 -6.40625 L 7.25 -6.40625 L 6.078125 -1.203125 L 4.625 -6.40625 L 3.734375 -6.40625 L 2.3125 -1.203125 L 1.109375 -6.40625 L 0.1875 -6.40625 L 1.84375 0 L 2.734375 0 L 4.171875 -5.265625 L 5.640625 0 L 6.546875 0 Z M 8.171875 -6.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-25">
<path style="stroke:none;" d="M 5.421875 -4.53125 C 5.421875 -5.734375 4.71875 -6.40625 3.453125 -6.40625 L 0.796875 -6.40625 L 0.796875 0 L 1.625 0 L 1.625 -2.71875 L 3.640625 -2.71875 C 4.6875 -2.71875 5.421875 -3.46875 5.421875 -4.53125 Z M 4.578125 -4.5625 C 4.578125 -3.859375 4.109375 -3.4375 3.328125 -3.4375 L 1.625 -3.4375 L 1.625 -5.6875 L 3.328125 -5.6875 C 4.109375 -5.6875 4.578125 -5.265625 4.578125 -4.5625 Z M 4.578125 -4.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-26">
<path style="stroke:none;" d="M 2.5 -2.109375 L 2.5 -2.75 L 0.40625 -2.75 L 0.40625 -2.109375 Z M 2.5 -2.109375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-27">
<path style="stroke:none;" d="M 5.390625 0 L 5.390625 -0.71875 L 1.609375 -0.71875 L 1.609375 -2.921875 L 5.109375 -2.921875 L 5.109375 -3.640625 L 1.609375 -3.640625 L 1.609375 -5.6875 L 5.234375 -5.6875 L 5.234375 -6.40625 L 0.796875 -6.40625 L 0.796875 0 Z M 5.390625 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-28">
<path style="stroke:none;" d="M 4.234375 0 L 4.234375 -4.609375 L 3.515625 -4.609375 L 3.515625 -2.0625 C 3.515625 -1.125 3.015625 -0.515625 2.25 -0.515625 C 1.671875 -0.515625 1.296875 -0.859375 1.296875 -1.421875 L 1.296875 -4.609375 L 0.578125 -4.609375 L 0.578125 -1.125 C 0.578125 -0.359375 1.140625 0.125 2.046875 0.125 C 2.71875 0.125 3.15625 -0.109375 3.578125 -0.71875 L 3.578125 0 Z M 4.234375 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-29">
<path style="stroke:none;" d="M 1.328125 0 L 1.328125 -6.40625 L 0.59375 -6.40625 L 0.59375 0 Z M 1.328125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-30">
<path style="stroke:none;" d="M 2.234375 0 L 2.234375 -0.609375 C 2.140625 -0.59375 2.015625 -0.578125 1.875 -0.578125 C 1.5625 -0.578125 1.484375 -0.671875 1.484375 -1 L 1.484375 -4.015625 L 2.234375 -4.015625 L 2.234375 -4.609375 L 1.484375 -4.609375 L 1.484375 -5.875 L 0.75 -5.875 L 0.75 -4.609375 L 0.125 -4.609375 L 0.125 -4.015625 L 0.75 -4.015625 L 0.75 -0.671875 C 0.75 -0.203125 1.0625 0.0625 1.640625 0.0625 C 1.8125 0.0625 1.984375 0.046875 2.234375 0 Z M 2.234375 0 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 7.453125 -2.921875 L 6.390625 -2.921875 C 6.15625 -1.40625 5.515625 -0.703125 4.15625 -0.703125 C 2.5625 -0.703125 1.546875 -1.921875 1.546875 -3.921875 C 1.546875 -5.984375 2.515625 -7.3125 4.0625 -7.3125 C 5.328125 -7.3125 5.984375 -6.75 6.234375 -5.53125 L 7.28125 -5.53125 C 6.96875 -7.296875 5.953125 -8.21875 4.1875 -8.21875 C 1.765625 -8.21875 0.53125 -6.265625 0.53125 -3.921875 C 0.53125 -1.578125 1.796875 0.203125 4.140625 0.203125 C 6.109375 0.203125 7.203125 -0.84375 7.453125 -2.921875 Z M 7.453125 -2.921875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 5.609375 -2.84375 C 5.609375 -4.828125 4.65625 -5.921875 2.984375 -5.921875 C 1.375 -5.921875 0.390625 -4.8125 0.390625 -2.875 C 0.390625 -0.953125 1.359375 0.171875 3 0.171875 C 4.625 0.171875 5.609375 -0.953125 5.609375 -2.84375 Z M 4.65625 -2.84375 C 4.65625 -1.5 4.015625 -0.6875 3 -0.6875 C 1.984375 -0.6875 1.359375 -1.484375 1.359375 -2.875 C 1.359375 -4.265625 1.984375 -5.078125 3 -5.078125 C 4.03125 -5.078125 4.65625 -4.28125 4.65625 -2.84375 Z M 4.65625 -2.84375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 5.359375 0 L 5.359375 -4.359375 C 5.359375 -5.3125 4.640625 -5.921875 3.53125 -5.921875 C 2.671875 -5.921875 2.125 -5.59375 1.609375 -4.796875 L 1.609375 -5.765625 L 0.765625 -5.765625 L 0.765625 0 L 1.6875 0 L 1.6875 -3.171875 C 1.6875 -4.359375 2.328125 -5.125 3.25 -5.125 C 3.984375 -5.125 4.4375 -4.6875 4.4375 -4 L 4.4375 0 Z M 5.359375 0 "/>
</symbol>
<symbol overflow="visible" id="glyph1-4">
<path style="stroke:none;" d="M 2.84375 -5.015625 L 2.84375 -5.765625 L 1.875 -5.765625 L 1.875 -6.671875 C 1.875 -7.046875 2.09375 -7.25 2.515625 -7.25 C 2.59375 -7.25 2.625 -7.25 2.84375 -7.234375 L 2.84375 -8 C 2.625 -8.046875 2.515625 -8.046875 2.328125 -8.046875 C 1.46875 -8.046875 0.96875 -7.5625 0.96875 -6.75 L 0.96875 -5.765625 L 0.203125 -5.765625 L 0.203125 -5.015625 L 0.96875 -5.015625 L 0.96875 0 L 1.875 0 L 1.875 -5.015625 Z M 2.84375 -5.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M 0 -7.1875 L -8.015625 -4.359375 L -8.015625 -3.046875 L 0 -0.1875 L 0 -1.28125 L -2.40625 -2.125 L -2.40625 -5.21875 L 0 -6.03125 Z M -3.265625 -4.921875 L -3.265625 -2.375 L -6.921875 -3.703125 Z M -3.265625 -4.921875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M -5.765625 -5.34375 L -5.765625 -4.3125 L -1.09375 -2.6875 L -5.765625 -1.140625 L -5.765625 -0.109375 L 0 -2.140625 L 0 -3.140625 Z M -5.765625 -5.34375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 0 -2.09375 L -1.140625 -2.09375 L -1.140625 -0.953125 L 0 -0.953125 Z M 0 -2.09375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 0 -7.46875 L -0.25 -7.46875 C -0.515625 -7.078125 -0.796875 -7 -1.875 -6.984375 C -3.1875 -6.96875 -3.59375 -6.765625 -3.953125 -5.890625 C -4.40625 -6.796875 -4.96875 -7.15625 -5.875 -7.15625 C -7.265625 -7.15625 -8.015625 -6.296875 -8.015625 -4.71875 L -8.015625 -1.015625 L 0 -1.015625 L 0 -2.046875 L -3.453125 -2.046875 L -3.453125 -4.6875 C -3.453125 -5.59375 -3.015625 -6.015625 -2.03125 -6 L -1.3125 -6 C -0.8125 -5.984375 -0.328125 -6.078125 0 -6.21875 Z M -5.734375 -6.09375 C -4.78125 -6.09375 -4.359375 -5.609375 -4.359375 -4.515625 L -4.359375 -2.046875 L -7.109375 -2.046875 L -7.109375 -4.515625 C -7.109375 -5.671875 -6.640625 -6.09375 -5.734375 -6.09375 Z M -5.734375 -6.09375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 0 -5.296875 L -5.765625 -5.296875 L -5.765625 -4.390625 L -2.578125 -4.390625 C -1.40625 -4.390625 -0.640625 -3.765625 -0.640625 -2.8125 C -0.640625 -2.09375 -1.078125 -1.625 -1.765625 -1.625 L -5.765625 -1.625 L -5.765625 -0.71875 L -1.40625 -0.71875 C -0.453125 -0.71875 0.171875 -1.4375 0.171875 -2.546875 C 0.171875 -3.40625 -0.125 -3.9375 -0.890625 -4.484375 L 0 -4.484375 Z M 0 -5.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M -1.609375 -5.046875 C -2.46875 -5.046875 -2.90625 -4.5625 -3.171875 -3.421875 L -3.390625 -2.546875 C -3.5625 -1.796875 -3.8125 -1.46875 -4.21875 -1.46875 C -4.734375 -1.46875 -5.078125 -1.953125 -5.078125 -2.6875 C -5.078125 -3.4375 -4.765625 -3.828125 -4.15625 -3.84375 L -4.15625 -4.8125 C -5.296875 -4.8125 -5.921875 -4.0625 -5.921875 -2.734375 C -5.921875 -1.390625 -5.234375 -0.515625 -4.171875 -0.515625 C -3.265625 -0.515625 -2.84375 -0.984375 -2.515625 -2.34375 L -2.296875 -3.203125 C -2.140625 -3.84375 -1.953125 -4.09375 -1.546875 -4.09375 C -1 -4.09375 -0.6875 -3.546875 -0.6875 -2.75 C -0.6875 -1.921875 -0.875 -1.46875 -1.765625 -1.34375 L -1.765625 -0.375 C -0.421875 -0.421875 0.171875 -1.171875 0.171875 -2.671875 C 0.171875 -4.125 -0.5 -5.046875 -1.609375 -5.046875 Z M -1.609375 -5.046875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-7">
<path style="stroke:none;" d="M 0 -1.6875 L -5.765625 -1.6875 L -5.765625 -0.765625 L 0 -0.765625 Z M -6.640625 -1.796875 L -7.78125 -1.796875 L -7.78125 -0.65625 L -6.640625 -0.65625 Z M -6.640625 -1.796875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-8">
<path style="stroke:none;" d="M 0 -5.359375 L -4.359375 -5.359375 C -5.3125 -5.359375 -5.921875 -4.640625 -5.921875 -3.53125 C -5.921875 -2.671875 -5.59375 -2.125 -4.796875 -1.609375 L -5.765625 -1.609375 L -5.765625 -0.765625 L 0 -0.765625 L 0 -1.6875 L -3.171875 -1.6875 C -4.359375 -1.6875 -5.125 -2.328125 -5.125 -3.25 C -5.125 -3.984375 -4.6875 -4.4375 -4 -4.4375 L 0 -4.4375 Z M 0 -5.359375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-9">
<path style="stroke:none;" d="M -0.953125 -5.375 L -5.765625 -5.375 L -5.765625 -4.53125 L -4.921875 -4.53125 C -5.609375 -4.0625 -5.921875 -3.515625 -5.921875 -2.765625 C -5.921875 -1.3125 -4.703125 -0.3125 -2.828125 -0.3125 C -1.015625 -0.3125 0.171875 -1.34375 0.171875 -2.6875 C 0.171875 -3.421875 -0.140625 -3.921875 -0.875 -4.53125 L -0.484375 -4.53125 C 1.046875 -4.53125 1.625 -3.90625 1.625 -2.84375 C 1.625 -2.109375 1.359375 -1.546875 0.65625 -1.4375 L 0.65625 -0.5 C 1.75 -0.609375 2.390625 -1.453125 2.390625 -2.8125 C 2.390625 -4.609375 1.59375 -5.375 -0.953125 -5.375 Z M -2.84375 -4.4375 C -1.46875 -4.4375 -0.6875 -3.84375 -0.6875 -2.875 C -0.6875 -1.875 -1.484375 -1.28125 -2.875 -1.28125 C -4.265625 -1.28125 -5.078125 -1.890625 -5.078125 -2.875 C -5.078125 -3.859375 -4.25 -4.4375 -2.84375 -4.4375 Z M -2.84375 -4.4375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-10">
<path style="stroke:none;" d="M -7.109375 -6.515625 L -8.015625 -6.515625 L -8.015625 -0.234375 L -7.109375 -0.234375 L -7.109375 -2.875 L 0 -2.875 L 0 -3.890625 L -7.109375 -3.890625 Z M -7.109375 -6.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-11">
<path style="stroke:none;" d="M -4.015625 -7.34375 C -6.5 -7.34375 -8.015625 -6.109375 -8.015625 -4.0625 L -8.015625 -0.984375 L 0 -0.984375 L 0 -4.0625 C 0 -6.09375 -1.515625 -7.34375 -4.015625 -7.34375 Z M -4 -6.3125 C -1.984375 -6.3125 -0.90625 -5.484375 -0.90625 -3.890625 L -0.90625 -2 L -7.109375 -2 L -7.109375 -3.890625 C -7.109375 -5.484375 -6.046875 -6.3125 -4 -6.3125 Z M -4 -6.3125 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 30.984375 5.480469 L 493 5.480469 L 493 390 L 30.984375 390 Z M 30.984375 5.480469 "/>
</clipPath>
<clipPath id="clip2">
<path d="M 30.984375 313 L 493 313 L 493 314 L 30.984375 314 Z M 30.984375 313 "/>
</clipPath>
<clipPath id="clip3">
<path d="M 30.984375 196 L 493 196 L 493 198 L 30.984375 198 Z M 30.984375 196 "/>
</clipPath>
<clipPath id="clip4">
<path d="M 30.984375 80 L 493 80 L 493 82 L 30.984375 82 Z M 30.984375 80 "/>
</clipPath>
<clipPath id="clip5">
<path d="M 30.984375 371 L 493 371 L 493 373 L 30.984375 373 Z M 30.984375 371 "/>
</clipPath>
<clipPath id="clip6">
<path d="M 30.984375 254 L 493 254 L 493 256 L 30.984375 256 Z M 30.984375 254 "/>
</clipPath>
<clipPath id="clip7">
<path d="M 30.984375 138 L 493 138 L 493 140 L 30.984375 140 Z M 30.984375 138 "/>
</clipPath>
<clipPath id="clip8">
<path d="M 30.984375 22 L 493 22 L 493 24 L 30.984375 24 Z M 30.984375 22 "/>
</clipPath>
<clipPath id="clip9">
<path d="M 55 5.480469 L 57 5.480469 L 57 390 L 55 390 Z M 55 5.480469 "/>
</clipPath>
<clipPath id="clip10">
<path d="M 96 5.480469 L 98 5.480469 L 98 390 L 96 390 Z M 96 5.480469 "/>
</clipPath>
<clipPath id="clip11">
<path d="M 137 5.480469 L 139 5.480469 L 139 390 L 137 390 Z M 137 5.480469 "/>
</clipPath>
<clipPath id="clip12">
<path d="M 178 5.480469 L 180 5.480469 L 180 390 L 178 390 Z M 178 5.480469 "/>
</clipPath>
<clipPath id="clip13">
<path d="M 219 5.480469 L 221 5.480469 L 221 390 L 219 390 Z M 219 5.480469 "/>
</clipPath>
<clipPath id="clip14">
<path d="M 261 5.480469 L 263 5.480469 L 263 390 L 261 390 Z M 261 5.480469 "/>
</clipPath>
<clipPath id="clip15">
<path d="M 302 5.480469 L 304 5.480469 L 304 390 L 302 390 Z M 302 5.480469 "/>
</clipPath>
<clipPath id="clip16">
<path d="M 343 5.480469 L 345 5.480469 L 345 390 L 343 390 Z M 343 5.480469 "/>
</clipPath>
<clipPath id="clip17">
<path d="M 384 5.480469 L 386 5.480469 L 386 390 L 384 390 Z M 384 5.480469 "/>
</clipPath>
<clipPath id="clip18">
<path d="M 425 5.480469 L 427 5.480469 L 427 390 L 425 390 Z M 425 5.480469 "/>
</clipPath>
<clipPath id="clip19">
<path d="M 466 5.480469 L 468 5.480469 L 468 390 L 466 390 Z M 466 5.480469 "/>
</clipPath>
</defs>
<g id="surface2546">
<rect x="0" y="0" width="586" height="422" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
<rect x="0" y="0" width="586" height="422" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0 422 L 586 422 L 586 0 L 0 0 Z M 0 422 "/>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.156863%,92.156863%,92.156863%);fill-opacity:1;" d="M 30.984375 389.015625 L 492.085938 389.015625 L 492.085938 5.480469 L 30.984375 5.480469 Z M 30.984375 389.015625 "/>
</g>
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.533489;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.984375 313.46875 L 492.089844 313.46875 "/>
</g>
<g clip-path="url(#clip3)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.533489;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.984375 197.246094 L 492.089844 197.246094 "/>
</g>
<g clip-path="url(#clip4)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.533489;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.984375 81.023438 L 492.089844 81.023438 "/>
</g>
<g clip-path="url(#clip5)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.984375 371.582031 L 492.089844 371.582031 "/>
</g>
<g clip-path="url(#clip6)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.984375 255.359375 L 492.089844 255.359375 "/>
</g>
<g clip-path="url(#clip7)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.984375 139.136719 L 492.089844 139.136719 "/>
</g>
<g clip-path="url(#clip8)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.984375 22.914062 L 492.089844 22.914062 "/>
</g>
<g clip-path="url(#clip9)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 55.6875 389.015625 L 55.6875 5.480469 "/>
</g>
<g clip-path="url(#clip10)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.859375 389.015625 L 96.859375 5.480469 "/>
</g>
<g clip-path="url(#clip11)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 138.027344 389.015625 L 138.027344 5.480469 "/>
</g>
<g clip-path="url(#clip12)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 179.199219 389.015625 L 179.199219 5.480469 "/>
</g>
<g clip-path="url(#clip13)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 220.367188 389.015625 L 220.367188 5.480469 "/>
</g>
<g clip-path="url(#clip14)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 261.539062 389.015625 L 261.539062 5.480469 "/>
</g>
<g clip-path="url(#clip15)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 302.707031 389.015625 L 302.707031 5.480469 "/>
</g>
<g clip-path="url(#clip16)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 343.878906 389.015625 L 343.878906 5.480469 "/>
</g>
<g clip-path="url(#clip17)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 385.046875 389.015625 L 385.046875 5.480469 "/>
</g>
<g clip-path="url(#clip18)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 426.21875 389.015625 L 426.21875 5.480469 "/>
</g>
<g clip-path="url(#clip19)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 467.386719 389.015625 L 467.386719 5.480469 "/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;" d="M 37.160156 371.582031 L 74.214844 371.582031 L 74.214844 173.035156 L 37.160156 173.035156 Z M 37.160156 371.582031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(85.882353%,55.686275%,0%);fill-opacity:1;" d="M 78.332031 371.582031 L 115.386719 371.582031 L 115.386719 202.089844 L 78.332031 202.089844 Z M 78.332031 371.582031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.235294%,63.529412%,0%);fill-opacity:1;" d="M 119.5 371.582031 L 156.554688 371.582031 L 156.554688 165.550781 L 119.5 165.550781 Z M 119.5 371.582031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(39.215686%,69.803922%,0%);fill-opacity:1;" d="M 160.671875 371.582031 L 197.726562 371.582031 L 197.726562 105.238281 L 160.671875 105.238281 Z M 160.671875 371.582031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.117647%,36.078431%);fill-opacity:1;" d="M 201.839844 371.582031 L 238.894531 371.582031 L 238.894531 177.878906 L 201.839844 177.878906 Z M 201.839844 371.582031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,75.686275%,65.490196%);fill-opacity:1;" d="M 243.011719 371.582031 L 280.066406 371.582031 L 280.066406 22.914062 L 243.011719 22.914062 Z M 243.011719 371.582031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,72.941176%,87.058824%);fill-opacity:1;" d="M 284.179688 371.582031 L 321.234375 371.582031 L 321.234375 222.152344 L 284.179688 222.152344 Z M 284.179688 371.582031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098039%,100%);fill-opacity:1;" d="M 325.351562 371.582031 L 362.40625 371.582031 L 362.40625 158.507812 L 325.351562 158.507812 Z M 325.351562 371.582031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(70.196078%,52.156863%,100%);fill-opacity:1;" d="M 366.519531 371.582031 L 403.574219 371.582031 L 403.574219 201.398438 L 366.519531 201.398438 Z M 366.519531 371.582031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.72549%,40.392157%,92.156863%);fill-opacity:1;" d="M 407.691406 371.582031 L 444.746094 371.582031 L 444.746094 112.316406 L 407.691406 112.316406 Z M 407.691406 371.582031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,38.823529%,71.372549%);fill-opacity:1;" d="M 448.859375 371.582031 L 485.914062 371.582031 L 485.914062 139.136719 L 448.859375 139.136719 Z M 448.859375 371.582031 "/>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="21.054688" y="374.18457"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="21.054688" y="257.961914"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="21.054688" y="141.739258"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="21.054688" y="25.516602"/>
</g>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 28.246094 371.582031 L 30.984375 371.582031 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 28.246094 255.359375 L 30.984375 255.359375 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 28.246094 139.136719 L 30.984375 139.136719 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 28.246094 22.914062 L 30.984375 22.914062 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 55.6875 391.753906 L 55.6875 389.015625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.859375 391.753906 L 96.859375 389.015625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 138.027344 391.753906 L 138.027344 389.015625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 179.199219 391.753906 L 179.199219 389.015625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 220.367188 391.753906 L 220.367188 389.015625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 261.539062 391.753906 L 261.539062 389.015625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 302.707031 391.753906 L 302.707031 389.015625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 343.878906 391.753906 L 343.878906 389.015625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 385.046875 391.753906 L 385.046875 389.015625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 426.21875 391.753906 L 426.21875 389.015625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 467.386719 391.753906 L 467.386719 389.015625 "/>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="46.1875" y="400.047852"/>
<use xlink:href="#glyph0-6" x="51.74707" y="400.047852"/>
<use xlink:href="#glyph0-6" x="58.098633" y="400.047852"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="77.859375" y="400.047852"/>
<use xlink:href="#glyph0-7" x="83.726562" y="400.047852"/>
<use xlink:href="#glyph0-8" x="91.054688" y="400.047852"/>
<use xlink:href="#glyph0-9" x="95.945312" y="400.047852"/>
<use xlink:href="#glyph0-10" x="98.875" y="400.047852"/>
<use xlink:href="#glyph0-11" x="100.828125" y="400.047852"/>
<use xlink:href="#glyph0-12" x="105.226562" y="400.047852"/>
<use xlink:href="#glyph0-13" x="110.117188" y="400.047852"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="125.527344" y="400.047852"/>
<use xlink:href="#glyph0-10" x="131.394531" y="400.047852"/>
<use xlink:href="#glyph0-15" x="133.347656" y="400.047852"/>
<use xlink:href="#glyph0-16" x="138.238281" y="400.047852"/>
<use xlink:href="#glyph0-17" x="140.683594" y="400.047852"/>
<use xlink:href="#glyph0-2" x="145.574219" y="400.047852"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="164.199219" y="400.047852"/>
<use xlink:href="#glyph0-10" x="170.066406" y="400.047852"/>
<use xlink:href="#glyph0-15" x="172.019531" y="400.047852"/>
<use xlink:href="#glyph0-16" x="176.910156" y="400.047852"/>
<use xlink:href="#glyph0-18" x="179.355469" y="400.047852"/>
<use xlink:href="#glyph0-8" x="183.895508" y="400.047852"/>
<use xlink:href="#glyph0-13" x="188.786133" y="400.047852"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="207.867188" y="400.047852"/>
<use xlink:href="#glyph0-19" x="214.21875" y="400.047852"/>
<use xlink:href="#glyph0-20" x="220.570312" y="400.047852"/>
<use xlink:href="#glyph0-5" x="226.261719" y="400.047852"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="255.039062" y="400.047852"/>
<use xlink:href="#glyph0-13" x="257.484375" y="400.047852"/>
<use xlink:href="#glyph0-22" x="262.375" y="400.047852"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-23" x="292.707031" y="400.047852"/>
<use xlink:href="#glyph0-5" x="300.035156" y="400.047852"/>
<use xlink:href="#glyph0-6" x="305.594727" y="400.047852"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-23" x="332.878906" y="400.047852"/>
<use xlink:href="#glyph0-24" x="340.207031" y="400.047852"/>
<use xlink:href="#glyph0-6" x="348.291992" y="400.047852"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-25" x="371.046875" y="400.047852"/>
<use xlink:href="#glyph0-12" x="376.650391" y="400.047852"/>
<use xlink:href="#glyph0-11" x="381.541016" y="400.047852"/>
<use xlink:href="#glyph0-26" x="385.939453" y="400.047852"/>
<use xlink:href="#glyph0-17" x="388.869141" y="400.047852"/>
<use xlink:href="#glyph0-2" x="393.759766" y="400.047852"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="416.71875" y="400.047852"/>
<use xlink:href="#glyph0-27" x="422.585938" y="400.047852"/>
<use xlink:href="#glyph0-6" x="428.453125" y="400.047852"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="450.386719" y="400.047852"/>
<use xlink:href="#glyph0-28" x="456.253906" y="400.047852"/>
<use xlink:href="#glyph0-13" x="461.144531" y="400.047852"/>
<use xlink:href="#glyph0-16" x="466.035156" y="400.047852"/>
<use xlink:href="#glyph0-14" x="468.480469" y="400.047852"/>
<use xlink:href="#glyph0-8" x="474.347656" y="400.047852"/>
<use xlink:href="#glyph0-29" x="479.238281" y="400.047852"/>
<use xlink:href="#glyph0-30" x="481.191406" y="400.047852"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="249.539062" y="413.956055"/>
<use xlink:href="#glyph1-2" x="257.481445" y="413.956055"/>
<use xlink:href="#glyph1-3" x="263.597656" y="413.956055"/>
<use xlink:href="#glyph1-4" x="269.713867" y="413.956055"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="16.299805" y="233.746094"/>
<use xlink:href="#glyph2-2" x="16.299805" y="226.738281"/>
<use xlink:href="#glyph2-3" x="16.299805" y="222.007812"/>
<use xlink:href="#glyph2-4" x="16.299805" y="218.950195"/>
<use xlink:href="#glyph2-5" x="16.299805" y="211.117188"/>
<use xlink:href="#glyph2-6" x="16.299805" y="205.000977"/>
<use xlink:href="#glyph2-6" x="16.299805" y="199.500977"/>
<use xlink:href="#glyph2-7" x="16.299805" y="194.000977"/>
<use xlink:href="#glyph2-8" x="16.299805" y="191.558594"/>
<use xlink:href="#glyph2-9" x="16.299805" y="185.442383"/>
<use xlink:href="#glyph2-3" x="16.299805" y="179.326172"/>
<use xlink:href="#glyph2-10" x="16.299805" y="176.268555"/>
<use xlink:href="#glyph2-11" x="16.299805" y="169.547852"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 500.59375 335.097656 L 572.019531 335.097656 L 572.019531 59.394531 L 500.59375 59.394531 Z M 500.59375 335.097656 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="504.84375" y="71.776367"/>
<use xlink:href="#glyph1-2" x="512.786133" y="71.776367"/>
<use xlink:href="#glyph1-3" x="518.902344" y="71.776367"/>
<use xlink:href="#glyph1-4" x="525.018555" y="71.776367"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 504.84375 100.445312 L 527.882812 100.445312 L 527.882812 77.40625 L 504.84375 77.40625 Z M 504.84375 100.445312 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(97.254902%,46.27451%,42.745098%);fill-opacity:1;" d="M 505.554688 99.738281 L 527.175781 99.738281 L 527.175781 78.117188 L 505.554688 78.117188 Z M 505.554688 99.738281 "/>
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 504.84375 123.488281 L 527.882812 123.488281 L 527.882812 100.449219 L 504.84375 100.449219 Z M 504.84375 123.488281 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(85.882353%,55.686275%,0%);fill-opacity:1;" d="M 505.554688 122.777344 L 527.175781 122.777344 L 527.175781 101.15625 L 505.554688 101.15625 Z M 505.554688 122.777344 "/>
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 504.84375 146.527344 L 527.882812 146.527344 L 527.882812 123.488281 L 504.84375 123.488281 Z M 504.84375 146.527344 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.235294%,63.529412%,0%);fill-opacity:1;" d="M 505.554688 145.816406 L 527.175781 145.816406 L 527.175781 124.195312 L 505.554688 124.195312 Z M 505.554688 145.816406 "/>
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 504.84375 169.566406 L 527.882812 169.566406 L 527.882812 146.527344 L 504.84375 146.527344 Z M 504.84375 169.566406 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(39.215686%,69.803922%,0%);fill-opacity:1;" d="M 505.554688 168.859375 L 527.175781 168.859375 L 527.175781 147.238281 L 505.554688 147.238281 Z M 505.554688 168.859375 "/>
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 504.84375 192.605469 L 527.882812 192.605469 L 527.882812 169.566406 L 504.84375 169.566406 Z M 504.84375 192.605469 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,74.117647%,36.078431%);fill-opacity:1;" d="M 505.554688 191.898438 L 527.175781 191.898438 L 527.175781 170.277344 L 505.554688 170.277344 Z M 505.554688 191.898438 "/>
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 504.84375 215.648438 L 527.882812 215.648438 L 527.882812 192.609375 L 504.84375 192.609375 Z M 504.84375 215.648438 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,75.686275%,65.490196%);fill-opacity:1;" d="M 505.554688 214.9375 L 527.175781 214.9375 L 527.175781 193.316406 L 505.554688 193.316406 Z M 505.554688 214.9375 "/>
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 504.84375 238.6875 L 527.882812 238.6875 L 527.882812 215.648438 L 504.84375 215.648438 Z M 504.84375 238.6875 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,72.941176%,87.058824%);fill-opacity:1;" d="M 505.554688 237.976562 L 527.175781 237.976562 L 527.175781 216.355469 L 505.554688 216.355469 Z M 505.554688 237.976562 "/>
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 504.84375 261.726562 L 527.882812 261.726562 L 527.882812 238.6875 L 504.84375 238.6875 Z M 504.84375 261.726562 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,65.098039%,100%);fill-opacity:1;" d="M 505.554688 261.019531 L 527.175781 261.019531 L 527.175781 239.398438 L 505.554688 239.398438 Z M 505.554688 261.019531 "/>
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 504.84375 284.765625 L 527.882812 284.765625 L 527.882812 261.726562 L 504.84375 261.726562 Z M 504.84375 284.765625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(70.196078%,52.156863%,100%);fill-opacity:1;" d="M 505.554688 284.058594 L 527.175781 284.058594 L 527.175781 262.4375 L 505.554688 262.4375 Z M 505.554688 284.058594 "/>
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 504.84375 307.804688 L 527.882812 307.804688 L 527.882812 284.765625 L 504.84375 284.765625 Z M 504.84375 307.804688 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.72549%,40.392157%,92.156863%);fill-opacity:1;" d="M 505.554688 307.097656 L 527.175781 307.097656 L 527.175781 285.476562 L 505.554688 285.476562 Z M 505.554688 307.097656 "/>
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 504.84375 330.847656 L 527.882812 330.847656 L 527.882812 307.808594 L 504.84375 307.808594 Z M 504.84375 330.847656 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,38.823529%,71.372549%);fill-opacity:1;" d="M 505.554688 330.136719 L 527.175781 330.136719 L 527.175781 308.515625 L 505.554688 308.515625 Z M 505.554688 330.136719 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="530.765625" y="91.52832"/>
<use xlink:href="#glyph0-6" x="536.325195" y="91.52832"/>
<use xlink:href="#glyph0-6" x="542.676758" y="91.52832"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="530.765625" y="114.567383"/>
<use xlink:href="#glyph0-7" x="536.632812" y="114.567383"/>
<use xlink:href="#glyph0-8" x="543.960938" y="114.567383"/>
<use xlink:href="#glyph0-9" x="548.851562" y="114.567383"/>
<use xlink:href="#glyph0-10" x="551.78125" y="114.567383"/>
<use xlink:href="#glyph0-11" x="553.734375" y="114.567383"/>
<use xlink:href="#glyph0-12" x="558.132812" y="114.567383"/>
<use xlink:href="#glyph0-13" x="563.023438" y="114.567383"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="530.765625" y="137.610352"/>
<use xlink:href="#glyph0-10" x="536.632812" y="137.610352"/>
<use xlink:href="#glyph0-15" x="538.585938" y="137.610352"/>
<use xlink:href="#glyph0-16" x="543.476562" y="137.610352"/>
<use xlink:href="#glyph0-17" x="545.921875" y="137.610352"/>
<use xlink:href="#glyph0-2" x="550.8125" y="137.610352"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="530.765625" y="160.649414"/>
<use xlink:href="#glyph0-10" x="536.632812" y="160.649414"/>
<use xlink:href="#glyph0-15" x="538.585938" y="160.649414"/>
<use xlink:href="#glyph0-16" x="543.476562" y="160.649414"/>
<use xlink:href="#glyph0-18" x="545.921875" y="160.649414"/>
<use xlink:href="#glyph0-8" x="550.461914" y="160.649414"/>
<use xlink:href="#glyph0-13" x="555.352539" y="160.649414"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="530.765625" y="183.688477"/>
<use xlink:href="#glyph0-19" x="537.117188" y="183.688477"/>
<use xlink:href="#glyph0-20" x="543.46875" y="183.688477"/>
<use xlink:href="#glyph0-5" x="549.160156" y="183.688477"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="530.765625" y="206.727539"/>
<use xlink:href="#glyph0-13" x="533.210938" y="206.727539"/>
<use xlink:href="#glyph0-22" x="538.101562" y="206.727539"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-23" x="530.765625" y="229.770508"/>
<use xlink:href="#glyph0-5" x="538.09375" y="229.770508"/>
<use xlink:href="#glyph0-6" x="543.65332" y="229.770508"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-23" x="530.765625" y="252.80957"/>
<use xlink:href="#glyph0-24" x="538.09375" y="252.80957"/>
<use xlink:href="#glyph0-6" x="546.178711" y="252.80957"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-25" x="530.765625" y="275.848633"/>
<use xlink:href="#glyph0-12" x="536.369141" y="275.848633"/>
<use xlink:href="#glyph0-11" x="541.259766" y="275.848633"/>
<use xlink:href="#glyph0-26" x="545.658203" y="275.848633"/>
<use xlink:href="#glyph0-17" x="548.587891" y="275.848633"/>
<use xlink:href="#glyph0-2" x="553.478516" y="275.848633"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="530.765625" y="298.887695"/>
<use xlink:href="#glyph0-27" x="536.632812" y="298.887695"/>
<use xlink:href="#glyph0-6" x="542.5" y="298.887695"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="530.765625" y="321.930664"/>
<use xlink:href="#glyph0-28" x="536.632812" y="321.930664"/>
<use xlink:href="#glyph0-13" x="541.523438" y="321.930664"/>
<use xlink:href="#glyph0-16" x="546.414062" y="321.930664"/>
<use xlink:href="#glyph0-14" x="548.859375" y="321.930664"/>
<use xlink:href="#glyph0-8" x="554.726562" y="321.930664"/>
<use xlink:href="#glyph0-29" x="559.617188" y="321.930664"/>
<use xlink:href="#glyph0-30" x="561.570312" y="321.930664"/>
</g>
</g>
</svg>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@N0taN3rd
Copy link
Author

N0taN3rd commented Feb 2, 2016

pyrdsperplayer

avrushingtd
scattermatrix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment