Last active
August 29, 2015 14:21
-
-
Save dceoy/5f3d99084d604b847447 to your computer and use it in GitHub Desktop.
[R] Heatmap using ggplot2 https://rawgit.com/dceoy/5f3d99084d604b847447/raw/plot.svg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env Rscript | |
sapply(c('data.table', 'ggplot2'), function(p) require(p, character.only = TRUE)) | |
mtx <- fread('matrix.csv') | |
heatmap <- ggplot(mtx, aes(x = col, y = row, fill = val)) + | |
geom_tile() + | |
scale_fill_gradient(trans = 'log', breaks = c(10, 100, 1000), low = 'grey', high = 'blue') + | |
labs(x = 'col', y = 'row') | |
svg('plot.svg', width = 6, height = 4) | |
plot(heatmap) | |
dev.off() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
row | col | val | |
---|---|---|---|
row0 | col0 | 10.782 | |
row0 | col1 | 18.3689 | |
row0 | col2 | 4713.28 | |
row0 | col3 | 4.58176 | |
row0 | col4 | 349.105 | |
row0 | col5 | 6.92234 | |
row1 | col0 | 3315.05 | |
row1 | col1 | 5.67067 | |
row1 | col2 | 127.719 | |
row1 | col3 | 4.56595 | |
row1 | col4 | 39.2351 | |
row1 | col5 | 136.642 | |
row2 | col0 | 8963.72 | |
row2 | col1 | 14.1904 | |
row2 | col2 | 7569.45 | |
row2 | col3 | 9.05674 | |
row2 | col4 | 554.454 | |
row2 | col5 | 302.104 | |
row3 | col0 | 27.704 | |
row3 | col1 | 2.84211 | |
row3 | col2 | 152.827 | |
row3 | col3 | 291.181 | |
row3 | col4 | 5123.77 | |
row3 | col5 | 1.49393 | |
row4 | col0 | 2.94534 | |
row4 | col1 | 598.22 | |
row4 | col2 | 1.14009 | |
row4 | col3 | 1341.9 | |
row4 | col4 | 2.76805 | |
row4 | col5 | 125.142 | |
row5 | col0 | 12.7248 | |
row5 | col1 | 868.679 | |
row5 | col2 | 7846.49 | |
row5 | col3 | 1996.11 | |
row5 | col4 | 1343.35 | |
row5 | col5 | 8744.93 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="432pt" height="288pt" viewBox="0 0 432 288" version="1.1"> | |
<defs> | |
<g> | |
<symbol overflow="visible" id="glyph0-0"> | |
<path style="stroke:none;" d="M 0.3125 0 L 0.3125 -6.875 L 5.765625 -6.875 L 5.765625 0 Z M 4.90625 -0.859375 L 4.90625 -6.015625 L 1.171875 -6.015625 L 1.171875 -0.859375 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-1"> | |
<path style="stroke:none;" d="M 0.640625 -5.015625 L 1.4375 -5.015625 L 1.4375 -4.15625 C 1.507812 -4.320312 1.671875 -4.523438 1.921875 -4.765625 C 2.179688 -5.003906 2.476562 -5.125 2.8125 -5.125 C 2.820312 -5.125 2.847656 -5.125 2.890625 -5.125 C 2.929688 -5.125 2.992188 -5.117188 3.078125 -5.109375 L 3.078125 -4.21875 C 3.023438 -4.226562 2.976562 -4.234375 2.9375 -4.234375 C 2.894531 -4.234375 2.851562 -4.234375 2.8125 -4.234375 C 2.382812 -4.234375 2.054688 -4.097656 1.828125 -3.828125 C 1.597656 -3.554688 1.484375 -3.242188 1.484375 -2.890625 L 1.484375 0 L 0.640625 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-2"> | |
<path style="stroke:none;" d="M 2.609375 -0.546875 C 3.171875 -0.546875 3.554688 -0.753906 3.765625 -1.171875 C 3.972656 -1.597656 4.078125 -2.070312 4.078125 -2.59375 C 4.078125 -3.0625 4 -3.441406 3.84375 -3.734375 C 3.601562 -4.191406 3.195312 -4.421875 2.625 -4.421875 C 2.101562 -4.421875 1.722656 -4.222656 1.484375 -3.828125 C 1.253906 -3.441406 1.140625 -2.96875 1.140625 -2.40625 C 1.140625 -1.875 1.253906 -1.429688 1.484375 -1.078125 C 1.722656 -0.722656 2.097656 -0.546875 2.609375 -0.546875 Z M 2.640625 -5.15625 C 3.285156 -5.15625 3.832031 -4.941406 4.28125 -4.515625 C 4.726562 -4.085938 4.953125 -3.453125 4.953125 -2.609375 C 4.953125 -1.804688 4.753906 -1.140625 4.359375 -0.609375 C 3.960938 -0.078125 3.351562 0.1875 2.53125 0.1875 C 1.84375 0.1875 1.296875 -0.046875 0.890625 -0.515625 C 0.484375 -0.984375 0.28125 -1.613281 0.28125 -2.40625 C 0.28125 -3.238281 0.492188 -3.90625 0.921875 -4.40625 C 1.347656 -4.90625 1.921875 -5.15625 2.640625 -5.15625 Z M 2.609375 -5.140625 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-3"> | |
<path style="stroke:none;" d="M 1 -5.015625 L 1.96875 -1.0625 L 2.953125 -5.015625 L 3.890625 -5.015625 L 4.875 -1.09375 L 5.90625 -5.015625 L 6.75 -5.015625 L 5.296875 0 L 4.421875 0 L 3.390625 -3.890625 L 2.40625 0 L 1.53125 0 L 0.078125 -5.015625 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-4"> | |
<path style="stroke:none;" d="M 2.59375 -6.703125 C 3.457031 -6.703125 4.085938 -6.347656 4.484375 -5.640625 C 4.773438 -5.085938 4.921875 -4.328125 4.921875 -3.359375 C 4.921875 -2.453125 4.785156 -1.695312 4.515625 -1.09375 C 4.128906 -0.238281 3.488281 0.1875 2.59375 0.1875 C 1.78125 0.1875 1.179688 -0.160156 0.796875 -0.859375 C 0.460938 -1.453125 0.296875 -2.238281 0.296875 -3.21875 C 0.296875 -3.976562 0.394531 -4.632812 0.59375 -5.1875 C 0.957031 -6.195312 1.625 -6.703125 2.59375 -6.703125 Z M 2.578125 -0.578125 C 3.015625 -0.578125 3.363281 -0.769531 3.625 -1.15625 C 3.882812 -1.550781 4.015625 -2.273438 4.015625 -3.328125 C 4.015625 -4.085938 3.921875 -4.710938 3.734375 -5.203125 C 3.546875 -5.703125 3.179688 -5.953125 2.640625 -5.953125 C 2.148438 -5.953125 1.789062 -5.71875 1.5625 -5.25 C 1.332031 -4.78125 1.21875 -4.09375 1.21875 -3.1875 C 1.21875 -2.5 1.289062 -1.945312 1.4375 -1.53125 C 1.65625 -0.894531 2.035156 -0.578125 2.578125 -0.578125 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-5"> | |
<path style="stroke:none;" d="M 0.921875 -4.75 L 0.921875 -5.390625 C 1.523438 -5.453125 1.945312 -5.550781 2.1875 -5.6875 C 2.425781 -5.832031 2.609375 -6.164062 2.734375 -6.6875 L 3.390625 -6.6875 L 3.390625 0 L 2.5 0 L 2.5 -4.75 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-6"> | |
<path style="stroke:none;" d="M 0.296875 0 C 0.328125 -0.570312 0.445312 -1.070312 0.65625 -1.5 C 0.863281 -1.9375 1.269531 -2.328125 1.875 -2.671875 L 2.765625 -3.1875 C 3.171875 -3.425781 3.457031 -3.628906 3.625 -3.796875 C 3.875 -4.054688 4 -4.351562 4 -4.6875 C 4 -5.070312 3.878906 -5.378906 3.640625 -5.609375 C 3.410156 -5.835938 3.101562 -5.953125 2.71875 -5.953125 C 2.132812 -5.953125 1.734375 -5.734375 1.515625 -5.296875 C 1.398438 -5.066406 1.335938 -4.742188 1.328125 -4.328125 L 0.46875 -4.328125 C 0.476562 -4.910156 0.582031 -5.382812 0.78125 -5.75 C 1.144531 -6.40625 1.789062 -6.734375 2.71875 -6.734375 C 3.488281 -6.734375 4.050781 -6.523438 4.40625 -6.109375 C 4.757812 -5.691406 4.9375 -5.226562 4.9375 -4.71875 C 4.9375 -4.1875 4.75 -3.726562 4.375 -3.34375 C 4.15625 -3.125 3.757812 -2.851562 3.1875 -2.53125 L 2.546875 -2.1875 C 2.242188 -2.019531 2.003906 -1.859375 1.828125 -1.703125 C 1.515625 -1.429688 1.316406 -1.128906 1.234375 -0.796875 L 4.90625 -0.796875 L 4.90625 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-7"> | |
<path style="stroke:none;" d="M 2.484375 0.1875 C 1.691406 0.1875 1.117188 -0.03125 0.765625 -0.46875 C 0.410156 -0.90625 0.234375 -1.4375 0.234375 -2.0625 L 1.109375 -2.0625 C 1.148438 -1.625 1.234375 -1.304688 1.359375 -1.109375 C 1.578125 -0.753906 1.96875 -0.578125 2.53125 -0.578125 C 2.976562 -0.578125 3.335938 -0.695312 3.609375 -0.9375 C 3.878906 -1.175781 4.015625 -1.484375 4.015625 -1.859375 C 4.015625 -2.316406 3.867188 -2.640625 3.578125 -2.828125 C 3.296875 -3.015625 2.90625 -3.109375 2.40625 -3.109375 C 2.351562 -3.109375 2.296875 -3.101562 2.234375 -3.09375 C 2.179688 -3.09375 2.125 -3.09375 2.0625 -3.09375 L 2.0625 -3.84375 C 2.144531 -3.832031 2.21875 -3.820312 2.28125 -3.8125 C 2.34375 -3.8125 2.40625 -3.8125 2.46875 -3.8125 C 2.789062 -3.8125 3.050781 -3.863281 3.25 -3.96875 C 3.601562 -4.144531 3.78125 -4.457031 3.78125 -4.90625 C 3.78125 -5.238281 3.660156 -5.492188 3.421875 -5.671875 C 3.191406 -5.859375 2.914062 -5.953125 2.59375 -5.953125 C 2.03125 -5.953125 1.644531 -5.765625 1.4375 -5.390625 C 1.3125 -5.179688 1.242188 -4.882812 1.234375 -4.5 L 0.390625 -4.5 C 0.390625 -5 0.492188 -5.425781 0.703125 -5.78125 C 1.046875 -6.40625 1.648438 -6.71875 2.515625 -6.71875 C 3.191406 -6.71875 3.71875 -6.5625 4.09375 -6.25 C 4.46875 -5.945312 4.65625 -5.507812 4.65625 -4.9375 C 4.65625 -4.519531 4.546875 -4.1875 4.328125 -3.9375 C 4.191406 -3.78125 4.015625 -3.65625 3.796875 -3.5625 C 4.148438 -3.46875 4.425781 -3.28125 4.625 -3 C 4.820312 -2.71875 4.921875 -2.378906 4.921875 -1.984375 C 4.921875 -1.347656 4.707031 -0.828125 4.28125 -0.421875 C 3.863281 -0.015625 3.265625 0.1875 2.484375 0.1875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-8"> | |
<path style="stroke:none;" d="M 3.171875 -2.375 L 3.171875 -5.421875 L 1.015625 -2.375 Z M 3.1875 0 L 3.1875 -1.640625 L 0.25 -1.640625 L 0.25 -2.46875 L 3.3125 -6.734375 L 4.03125 -6.734375 L 4.03125 -2.375 L 5.015625 -2.375 L 5.015625 -1.640625 L 4.03125 -1.640625 L 4.03125 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-9"> | |
<path style="stroke:none;" d="M 1.1875 -1.703125 C 1.238281 -1.222656 1.460938 -0.894531 1.859375 -0.71875 C 2.054688 -0.625 2.285156 -0.578125 2.546875 -0.578125 C 3.046875 -0.578125 3.414062 -0.734375 3.65625 -1.046875 C 3.894531 -1.367188 4.015625 -1.722656 4.015625 -2.109375 C 4.015625 -2.578125 3.867188 -2.9375 3.578125 -3.1875 C 3.296875 -3.445312 2.957031 -3.578125 2.5625 -3.578125 C 2.269531 -3.578125 2.019531 -3.519531 1.8125 -3.40625 C 1.601562 -3.289062 1.425781 -3.132812 1.28125 -2.9375 L 0.546875 -2.984375 L 1.0625 -6.59375 L 4.546875 -6.59375 L 4.546875 -5.78125 L 1.703125 -5.78125 L 1.40625 -3.921875 C 1.5625 -4.035156 1.710938 -4.125 1.859375 -4.1875 C 2.109375 -4.289062 2.394531 -4.34375 2.71875 -4.34375 C 3.332031 -4.34375 3.851562 -4.140625 4.28125 -3.734375 C 4.707031 -3.335938 4.921875 -2.835938 4.921875 -2.234375 C 4.921875 -1.597656 4.722656 -1.035156 4.328125 -0.546875 C 3.941406 -0.0664062 3.320312 0.171875 2.46875 0.171875 C 1.914062 0.171875 1.429688 0.0195312 1.015625 -0.28125 C 0.597656 -0.59375 0.363281 -1.066406 0.3125 -1.703125 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-10"> | |
<path style="stroke:none;" d="M 2.546875 -5.15625 C 3.117188 -5.15625 3.582031 -5.019531 3.9375 -4.75 C 4.289062 -4.476562 4.503906 -4.003906 4.578125 -3.328125 L 3.75 -3.328125 C 3.695312 -3.640625 3.582031 -3.894531 3.40625 -4.09375 C 3.226562 -4.300781 2.941406 -4.40625 2.546875 -4.40625 C 2.015625 -4.40625 1.632812 -4.144531 1.40625 -3.625 C 1.25 -3.28125 1.171875 -2.859375 1.171875 -2.359375 C 1.171875 -1.859375 1.273438 -1.4375 1.484375 -1.09375 C 1.703125 -0.75 2.039062 -0.578125 2.5 -0.578125 C 2.84375 -0.578125 3.117188 -0.679688 3.328125 -0.890625 C 3.535156 -1.109375 3.675781 -1.40625 3.75 -1.78125 L 4.578125 -1.78125 C 4.484375 -1.113281 4.25 -0.625 3.875 -0.3125 C 3.5 -0.0078125 3.019531 0.140625 2.4375 0.140625 C 1.78125 0.140625 1.253906 -0.0976562 0.859375 -0.578125 C 0.472656 -1.054688 0.28125 -1.65625 0.28125 -2.375 C 0.28125 -3.25 0.492188 -3.929688 0.921875 -4.421875 C 1.347656 -4.910156 1.890625 -5.15625 2.546875 -5.15625 Z M 2.421875 -5.140625 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-11"> | |
<path style="stroke:none;" d="M 0.640625 -6.875 L 1.484375 -6.875 L 1.484375 0 L 0.640625 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-0"> | |
<path style="stroke:none;" d="M 0.390625 0 L 0.390625 -8.609375 L 7.21875 -8.609375 L 7.21875 0 Z M 6.140625 -1.078125 L 6.140625 -7.53125 L 1.46875 -7.53125 L 1.46875 -1.078125 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-1"> | |
<path style="stroke:none;" d="M 3.1875 -6.453125 C 3.894531 -6.453125 4.46875 -6.28125 4.90625 -5.9375 C 5.351562 -5.59375 5.625 -5.003906 5.71875 -4.171875 L 4.6875 -4.171875 C 4.625 -4.554688 4.484375 -4.875 4.265625 -5.125 C 4.046875 -5.382812 3.6875 -5.515625 3.1875 -5.515625 C 2.519531 -5.515625 2.039062 -5.1875 1.75 -4.53125 C 1.5625 -4.101562 1.46875 -3.578125 1.46875 -2.953125 C 1.46875 -2.328125 1.597656 -1.796875 1.859375 -1.359375 C 2.128906 -0.929688 2.550781 -0.71875 3.125 -0.71875 C 3.5625 -0.71875 3.90625 -0.851562 4.15625 -1.125 C 4.414062 -1.394531 4.59375 -1.757812 4.6875 -2.21875 L 5.71875 -2.21875 C 5.601562 -1.382812 5.3125 -0.773438 4.84375 -0.390625 C 4.375 -0.00390625 3.773438 0.1875 3.046875 0.1875 C 2.222656 0.1875 1.566406 -0.113281 1.078125 -0.71875 C 0.585938 -1.320312 0.34375 -2.070312 0.34375 -2.96875 C 0.34375 -4.070312 0.609375 -4.925781 1.140625 -5.53125 C 1.679688 -6.144531 2.363281 -6.453125 3.1875 -6.453125 Z M 3.03125 -6.421875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-2"> | |
<path style="stroke:none;" d="M 3.265625 -0.6875 C 3.960938 -0.6875 4.441406 -0.945312 4.703125 -1.46875 C 4.960938 -2 5.09375 -2.585938 5.09375 -3.234375 C 5.09375 -3.828125 5 -4.304688 4.8125 -4.671875 C 4.507812 -5.242188 4 -5.53125 3.28125 -5.53125 C 2.632812 -5.53125 2.164062 -5.285156 1.875 -4.796875 C 1.582031 -4.304688 1.4375 -3.710938 1.4375 -3.015625 C 1.4375 -2.347656 1.582031 -1.789062 1.875 -1.34375 C 2.164062 -0.90625 2.628906 -0.6875 3.265625 -0.6875 Z M 3.3125 -6.453125 C 4.113281 -6.453125 4.789062 -6.179688 5.34375 -5.640625 C 5.90625 -5.109375 6.1875 -4.316406 6.1875 -3.265625 C 6.1875 -2.253906 5.941406 -1.414062 5.453125 -0.75 C 4.960938 -0.09375 4.203125 0.234375 3.171875 0.234375 C 2.304688 0.234375 1.617188 -0.0546875 1.109375 -0.640625 C 0.597656 -1.234375 0.34375 -2.019531 0.34375 -3 C 0.34375 -4.050781 0.609375 -4.890625 1.140625 -5.515625 C 1.679688 -6.140625 2.40625 -6.453125 3.3125 -6.453125 Z M 3.265625 -6.421875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-3"> | |
<path style="stroke:none;" d="M 0.796875 -8.609375 L 1.859375 -8.609375 L 1.859375 0 L 0.796875 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph2-0"> | |
<path style="stroke:none;" d="M 0 -0.390625 L -8.609375 -0.390625 L -8.609375 -7.21875 L 0 -7.21875 Z M -1.078125 -6.140625 L -7.53125 -6.140625 L -7.53125 -1.46875 L -1.078125 -1.46875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph2-1"> | |
<path style="stroke:none;" d="M -6.28125 -0.796875 L -6.28125 -1.8125 L -5.1875 -1.8125 C -5.40625 -1.882812 -5.664062 -2.082031 -5.96875 -2.40625 C -6.269531 -2.726562 -6.421875 -3.097656 -6.421875 -3.515625 C -6.421875 -3.535156 -6.414062 -3.566406 -6.40625 -3.609375 C -6.40625 -3.660156 -6.398438 -3.742188 -6.390625 -3.859375 L -5.28125 -3.859375 C -5.289062 -3.796875 -5.296875 -3.738281 -5.296875 -3.6875 C -5.296875 -3.632812 -5.296875 -3.578125 -5.296875 -3.515625 C -5.296875 -2.984375 -5.125 -2.570312 -4.78125 -2.28125 C -4.445312 -2 -4.054688 -1.859375 -3.609375 -1.859375 L 0 -1.859375 L 0 -0.796875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph2-2"> | |
<path style="stroke:none;" d="M -0.6875 -3.265625 C -0.6875 -3.960938 -0.945312 -4.441406 -1.46875 -4.703125 C -2 -4.960938 -2.585938 -5.09375 -3.234375 -5.09375 C -3.828125 -5.09375 -4.304688 -5 -4.671875 -4.8125 C -5.242188 -4.507812 -5.53125 -4 -5.53125 -3.28125 C -5.53125 -2.632812 -5.285156 -2.164062 -4.796875 -1.875 C -4.304688 -1.582031 -3.710938 -1.4375 -3.015625 -1.4375 C -2.347656 -1.4375 -1.789062 -1.582031 -1.34375 -1.875 C -0.90625 -2.164062 -0.6875 -2.628906 -0.6875 -3.265625 Z M -6.453125 -3.3125 C -6.453125 -4.113281 -6.179688 -4.789062 -5.640625 -5.34375 C -5.109375 -5.90625 -4.316406 -6.1875 -3.265625 -6.1875 C -2.253906 -6.1875 -1.414062 -5.941406 -0.75 -5.453125 C -0.09375 -4.960938 0.234375 -4.203125 0.234375 -3.171875 C 0.234375 -2.304688 -0.0546875 -1.617188 -0.640625 -1.109375 C -1.234375 -0.597656 -2.019531 -0.34375 -3 -0.34375 C -4.050781 -0.34375 -4.890625 -0.609375 -5.515625 -1.140625 C -6.140625 -1.679688 -6.453125 -2.40625 -6.453125 -3.3125 Z M -6.421875 -3.265625 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph2-3"> | |
<path style="stroke:none;" d="M -6.28125 -1.265625 L -1.328125 -2.46875 L -6.28125 -3.6875 L -6.28125 -4.875 L -1.359375 -6.109375 L -6.28125 -7.390625 L -6.28125 -8.4375 L 0 -6.625 L 0 -5.53125 L -4.859375 -4.25 L 0 -3.015625 L 0 -1.921875 L -6.28125 -0.109375 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph3-0"> | |
<path style="stroke:none;" d="M 0.71875 0 L 0.71875 -6.90625 L 6.28125 -6.90625 L 6.28125 0 Z M 5.421875 -0.859375 L 5.421875 -6.046875 L 1.578125 -6.046875 L 1.578125 -0.859375 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph3-1"> | |
<path style="stroke:none;" d="M 3.765625 -5.109375 L 5.203125 -5.109375 L 3.359375 0 L 1.953125 0 L 0.125 -5.109375 L 1.625 -5.109375 L 2.6875 -1.34375 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph3-2"> | |
<path style="stroke:none;" d="M 3.4375 -2.484375 C 3.351562 -2.429688 3.265625 -2.390625 3.171875 -2.359375 C 3.085938 -2.328125 2.972656 -2.296875 2.828125 -2.265625 L 2.53125 -2.203125 C 2.25 -2.148438 2.046875 -2.09375 1.921875 -2.03125 C 1.710938 -1.90625 1.609375 -1.710938 1.609375 -1.453125 C 1.609375 -1.222656 1.671875 -1.054688 1.796875 -0.953125 C 1.929688 -0.859375 2.085938 -0.8125 2.265625 -0.8125 C 2.554688 -0.8125 2.820312 -0.894531 3.0625 -1.0625 C 3.300781 -1.226562 3.425781 -1.535156 3.4375 -1.984375 Z M 2.625 -3.109375 C 2.875 -3.140625 3.050781 -3.175781 3.15625 -3.21875 C 3.34375 -3.300781 3.4375 -3.429688 3.4375 -3.609375 C 3.4375 -3.816406 3.363281 -3.957031 3.21875 -4.03125 C 3.070312 -4.113281 2.859375 -4.15625 2.578125 -4.15625 C 2.265625 -4.15625 2.046875 -4.078125 1.921875 -3.921875 C 1.828125 -3.804688 1.765625 -3.648438 1.734375 -3.453125 L 0.4375 -3.453125 C 0.46875 -3.898438 0.59375 -4.265625 0.8125 -4.546875 C 1.164062 -5.003906 1.769531 -5.234375 2.625 -5.234375 C 3.1875 -5.234375 3.6875 -5.117188 4.125 -4.890625 C 4.5625 -4.671875 4.78125 -4.253906 4.78125 -3.640625 L 4.78125 -1.296875 C 4.78125 -1.128906 4.78125 -0.929688 4.78125 -0.703125 C 4.789062 -0.523438 4.816406 -0.40625 4.859375 -0.34375 C 4.898438 -0.28125 4.96875 -0.234375 5.0625 -0.203125 L 5.0625 0 L 3.609375 0 C 3.566406 -0.101562 3.535156 -0.195312 3.515625 -0.28125 C 3.503906 -0.375 3.492188 -0.476562 3.484375 -0.59375 C 3.296875 -0.394531 3.082031 -0.226562 2.84375 -0.09375 C 2.5625 0.0703125 2.238281 0.15625 1.875 0.15625 C 1.414062 0.15625 1.035156 0.0234375 0.734375 -0.234375 C 0.429688 -0.492188 0.28125 -0.867188 0.28125 -1.359375 C 0.28125 -1.984375 0.519531 -2.4375 1 -2.71875 C 1.269531 -2.875 1.660156 -2.984375 2.171875 -3.046875 Z M 2.703125 -5.234375 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph3-3"> | |
<path style="stroke:none;" d="M 1.984375 0 L 0.65625 0 L 0.65625 -6.90625 L 1.984375 -6.90625 Z "/> | |
</symbol> | |
</g> | |
<clipPath id="clip1"> | |
<path d="M 50.890625 14.398438 L 347 14.398438 L 347 252 L 50.890625 252 Z "/> | |
</clipPath> | |
<clipPath id="clip2"> | |
<path d="M 50.890625 227 L 347 227 L 347 229 L 50.890625 229 Z "/> | |
</clipPath> | |
<clipPath id="clip3"> | |
<path d="M 50.890625 189 L 347 189 L 347 191 L 50.890625 191 Z "/> | |
</clipPath> | |
<clipPath id="clip4"> | |
<path d="M 50.890625 151 L 347 151 L 347 153 L 50.890625 153 Z "/> | |
</clipPath> | |
<clipPath id="clip5"> | |
<path d="M 50.890625 113 L 347 113 L 347 115 L 50.890625 115 Z "/> | |
</clipPath> | |
<clipPath id="clip6"> | |
<path d="M 50.890625 74 L 347 74 L 347 76 L 50.890625 76 Z "/> | |
</clipPath> | |
<clipPath id="clip7"> | |
<path d="M 50.890625 36 L 347 36 L 347 38 L 50.890625 38 Z "/> | |
</clipPath> | |
<clipPath id="clip8"> | |
<path d="M 78 14.398438 L 80 14.398438 L 80 252 L 78 252 Z "/> | |
</clipPath> | |
<clipPath id="clip9"> | |
<path d="M 126 14.398438 L 128 14.398438 L 128 252 L 126 252 Z "/> | |
</clipPath> | |
<clipPath id="clip10"> | |
<path d="M 174 14.398438 L 176 14.398438 L 176 252 L 174 252 Z "/> | |
</clipPath> | |
<clipPath id="clip11"> | |
<path d="M 221 14.398438 L 223 14.398438 L 223 252 L 221 252 Z "/> | |
</clipPath> | |
<clipPath id="clip12"> | |
<path d="M 269 14.398438 L 271 14.398438 L 271 252 L 269 252 Z "/> | |
</clipPath> | |
<clipPath id="clip13"> | |
<path d="M 316 14.398438 L 319 14.398438 L 319 252 L 316 252 Z "/> | |
</clipPath> | |
<clipPath id="clip14"> | |
<path d="M 360.371094 95.128906 L 377.652344 95.128906 L 377.652344 181.527344 L 360.371094 181.527344 Z "/> | |
</clipPath> | |
<image id="image5" width="1" height="18" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAASCAIAAAAVNSPrAAAABmJLR0QA/wD/AP+gvaeTAAAAPElEQVQImUXDQQqAMBAEQWlMzO6iXuIP/P8LZ8SLYEEtsz/cl5mHOMvsZSpFpBlpRogtTA99TQvRQqz/F7MuE1bTmH+4AAAAAElFTkSuQmCC"/> | |
<pattern id="pattern0" patternUnits="userSpaceOnUse" width="1" height="18" patternTransform="matrix(17.28,0,0,4.8,360.37104,95.12763)"> | |
<use xlink:href="#image5"/> | |
</pattern> | |
</defs> | |
<g id="surface1"> | |
<rect x="0" y="0" width="432" height="288" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/> | |
<rect x="0" y="0" width="432" height="288" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0 288 L 432 288 L 432 0 L 0 0 Z "/> | |
<g clip-path="url(#clip1)" clip-rule="nonzero"> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(89.803922%,89.803922%,89.803922%);fill-opacity:1;" d="M 50.890625 251.027344 L 346.085938 251.027344 L 346.085938 14.398438 L 50.890625 14.398438 Z "/> | |
</g> | |
<g clip-path="url(#clip2)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 50.890625 228.128906 L 346.085938 228.128906 "/> | |
</g> | |
<g clip-path="url(#clip3)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 50.890625 189.964844 L 346.085938 189.964844 "/> | |
</g> | |
<g clip-path="url(#clip4)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 50.890625 151.796875 L 346.085938 151.796875 "/> | |
</g> | |
<g clip-path="url(#clip5)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 50.890625 113.632812 L 346.085938 113.632812 "/> | |
</g> | |
<g clip-path="url(#clip6)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 50.890625 75.464844 L 346.085938 75.464844 "/> | |
</g> | |
<g clip-path="url(#clip7)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 50.890625 37.300781 L 346.085938 37.300781 "/> | |
</g> | |
<g clip-path="url(#clip8)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 79.457031 251.027344 L 79.457031 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip9)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 127.070312 251.027344 L 127.070312 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip10)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 174.679688 251.027344 L 174.679688 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip11)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 222.292969 251.027344 L 222.292969 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip12)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 269.90625 251.027344 L 269.90625 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip13)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 317.515625 251.027344 L 317.515625 14.398438 "/> | |
</g> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(67.058824%,58.431373%,81.568627%);fill-opacity:1;" d="M 55.652344 247.210938 L 103.265625 247.210938 L 103.265625 209.046875 L 55.652344 209.046875 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(65.098039%,54.901961%,83.137255%);fill-opacity:1;" d="M 103.261719 247.210938 L 150.875 247.210938 L 150.875 209.046875 L 103.261719 209.046875 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(22.745098%,10.980392%,98.039216%);fill-opacity:1;" d="M 150.875 247.210938 L 198.488281 247.210938 L 198.488281 209.046875 L 150.875 209.046875 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(70.196078%,64.313725%,78.823529%);fill-opacity:1;" d="M 198.488281 247.210938 L 246.101562 247.210938 L 246.101562 209.046875 L 198.488281 209.046875 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(49.803922%,33.72549%,91.372549%);fill-opacity:1;" d="M 246.097656 247.210938 L 293.710938 247.210938 L 293.710938 209.046875 L 246.097656 209.046875 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.627451%,61.568627%,80%);fill-opacity:1;" d="M 293.710938 247.210938 L 341.324219 247.210938 L 341.324219 209.046875 L 293.710938 209.046875 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(28.235294%,14.901961%,97.254902%);fill-opacity:1;" d="M 55.652344 209.046875 L 103.265625 209.046875 L 103.265625 170.882812 L 55.652344 170.882812 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.411765%,63.137255%,79.607843%);fill-opacity:1;" d="M 103.261719 209.046875 L 150.875 209.046875 L 150.875 170.882812 L 103.261719 170.882812 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(55.686275%,41.176471%,88.627451%);fill-opacity:1;" d="M 150.875 209.046875 L 198.488281 209.046875 L 198.488281 170.882812 L 150.875 170.882812 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(70.196078%,64.705882%,78.823529%);fill-opacity:1;" d="M 198.488281 209.046875 L 246.101562 209.046875 L 246.101562 170.882812 L 198.488281 170.882812 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(61.568627%,49.411765%,85.490196%);fill-opacity:1;" d="M 246.097656 209.046875 L 293.710938 209.046875 L 293.710938 170.882812 L 246.097656 170.882812 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(55.294118%,40.392157%,89.019608%);fill-opacity:1;" d="M 293.710938 209.046875 L 341.324219 209.046875 L 341.324219 170.882812 L 293.710938 170.882812 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;" d="M 55.652344 170.878906 L 103.265625 170.878906 L 103.265625 132.714844 L 55.652344 132.714844 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(65.882353%,56.470588%,82.352941%);fill-opacity:1;" d="M 103.261719 170.878906 L 150.875 170.878906 L 150.875 132.714844 L 103.261719 132.714844 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(10.196078%,3.529412%,99.215686%);fill-opacity:1;" d="M 150.875 170.878906 L 198.488281 170.878906 L 198.488281 132.714844 L 150.875 132.714844 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(67.843137%,59.607843%,81.176471%);fill-opacity:1;" d="M 198.488281 170.878906 L 246.101562 170.878906 L 246.101562 132.714844 L 198.488281 132.714844 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(46.27451%,30.196078%,92.54902%);fill-opacity:1;" d="M 246.097656 170.878906 L 293.710938 170.878906 L 293.710938 132.714844 L 246.097656 132.714844 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50.588235%,34.901961%,90.980392%);fill-opacity:1;" d="M 293.710938 170.878906 L 341.324219 170.878906 L 341.324219 132.714844 L 293.710938 132.714844 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(63.137255%,51.764706%,84.313725%);fill-opacity:1;" d="M 55.652344 132.714844 L 103.265625 132.714844 L 103.265625 94.550781 L 55.652344 94.550781 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(71.764706%,67.843137%,77.254902%);fill-opacity:1;" d="M 103.261719 132.714844 L 150.875 132.714844 L 150.875 94.550781 L 103.261719 94.550781 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(54.901961%,39.607843%,89.019608%);fill-opacity:1;" d="M 150.875 132.714844 L 198.488281 132.714844 L 198.488281 94.550781 L 150.875 94.550781 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50.980392%,34.901961%,90.980392%);fill-opacity:1;" d="M 198.488281 132.714844 L 246.101562 132.714844 L 246.101562 94.550781 L 198.488281 94.550781 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.176471%,9.803922%,98.431373%);fill-opacity:1;" d="M 246.097656 132.714844 L 293.710938 132.714844 L 293.710938 94.550781 L 246.097656 94.550781 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(73.72549%,72.54902%,75.294118%);fill-opacity:1;" d="M 293.710938 132.714844 L 341.324219 132.714844 L 341.324219 94.550781 L 293.710938 94.550781 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(71.372549%,67.45098%,77.647059%);fill-opacity:1;" d="M 55.652344 94.546875 L 103.265625 94.546875 L 103.265625 56.382812 L 55.652344 56.382812 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(45.882353%,29.411765%,92.941176%);fill-opacity:1;" d="M 103.261719 94.546875 L 150.875 94.546875 L 150.875 56.382812 L 103.261719 56.382812 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;" d="M 150.875 94.546875 L 198.488281 94.546875 L 198.488281 56.382812 L 150.875 56.382812 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(38.823529%,23.137255%,94.901961%);fill-opacity:1;" d="M 198.488281 94.546875 L 246.101562 94.546875 L 246.101562 56.382812 L 198.488281 56.382812 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(71.764706%,68.235294%,77.254902%);fill-opacity:1;" d="M 246.097656 94.546875 L 293.710938 94.546875 L 293.710938 56.382812 L 246.097656 56.382812 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(55.686275%,41.176471%,88.627451%);fill-opacity:1;" d="M 293.710938 94.546875 L 341.324219 94.546875 L 341.324219 56.382812 L 293.710938 56.382812 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(66.666667%,57.254902%,81.960784%);fill-opacity:1;" d="M 55.652344 56.382812 L 103.265625 56.382812 L 103.265625 18.21875 L 55.652344 18.21875 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(42.745098%,26.666667%,93.72549%);fill-opacity:1;" d="M 103.261719 56.382812 L 150.875 56.382812 L 150.875 18.21875 L 103.261719 18.21875 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(8.627451%,2.745098%,99.607843%);fill-opacity:1;" d="M 150.875 56.382812 L 198.488281 56.382812 L 198.488281 18.21875 L 150.875 18.21875 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(34.901961%,19.607843%,96.078431%);fill-opacity:1;" d="M 198.488281 56.382812 L 246.101562 56.382812 L 246.101562 18.21875 L 198.488281 18.21875 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(38.823529%,23.137255%,94.901961%);fill-opacity:1;" d="M 246.097656 56.382812 L 293.710938 56.382812 L 293.710938 18.21875 L 246.097656 18.21875 Z "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(1.568627%,0%,99.607843%);fill-opacity:1;" d="M 293.710938 56.382812 L 341.324219 56.382812 L 341.324219 18.21875 L 293.710938 18.21875 Z "/> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="23.011719" y="231.566406"/> | |
<use xlink:href="#glyph0-2" x="26.206512" y="231.566406"/> | |
<use xlink:href="#glyph0-3" x="31.542099" y="231.566406"/> | |
<use xlink:href="#glyph0-4" x="38.470398" y="231.566406"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="23.011719" y="193.402344"/> | |
<use xlink:href="#glyph0-2" x="26.206512" y="193.402344"/> | |
<use xlink:href="#glyph0-3" x="31.542099" y="193.402344"/> | |
<use xlink:href="#glyph0-5" x="38.470398" y="193.402344"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="23.011719" y="155.234375"/> | |
<use xlink:href="#glyph0-2" x="26.206512" y="155.234375"/> | |
<use xlink:href="#glyph0-3" x="31.542099" y="155.234375"/> | |
<use xlink:href="#glyph0-6" x="38.470398" y="155.234375"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="23.011719" y="117.070312"/> | |
<use xlink:href="#glyph0-2" x="26.206512" y="117.070312"/> | |
<use xlink:href="#glyph0-3" x="31.542099" y="117.070312"/> | |
<use xlink:href="#glyph0-7" x="38.470398" y="117.070312"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="23.011719" y="78.902344"/> | |
<use xlink:href="#glyph0-2" x="26.206512" y="78.902344"/> | |
<use xlink:href="#glyph0-3" x="31.542099" y="78.902344"/> | |
<use xlink:href="#glyph0-8" x="38.470398" y="78.902344"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="23.011719" y="40.738281"/> | |
<use xlink:href="#glyph0-2" x="26.206512" y="40.738281"/> | |
<use xlink:href="#glyph0-3" x="31.542099" y="40.738281"/> | |
<use xlink:href="#glyph0-9" x="38.470398" y="40.738281"/> | |
</g> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 46.636719 228.128906 L 50.890625 228.128906 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 46.636719 189.964844 L 50.890625 189.964844 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 46.636719 151.796875 L 50.890625 151.796875 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 46.636719 113.632812 L 50.890625 113.632812 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 46.636719 75.464844 L 50.890625 75.464844 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 46.636719 37.300781 L 50.890625 37.300781 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 79.457031 255.28125 L 79.457031 251.027344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 127.070312 255.28125 L 127.070312 251.027344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 174.679688 255.28125 L 174.679688 251.027344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 222.292969 255.28125 L 222.292969 251.027344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 269.90625 255.28125 L 269.90625 251.027344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 317.515625 255.28125 L 317.515625 251.027344 "/> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-10" x="70.65625" y="264.992188"/> | |
<use xlink:href="#glyph0-2" x="75.453125" y="264.992188"/> | |
<use xlink:href="#glyph0-11" x="80.788712" y="264.992188"/> | |
<use xlink:href="#glyph0-4" x="82.920135" y="264.992188"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-10" x="118.269531" y="264.992188"/> | |
<use xlink:href="#glyph0-2" x="123.066406" y="264.992188"/> | |
<use xlink:href="#glyph0-11" x="128.401993" y="264.992188"/> | |
<use xlink:href="#glyph0-5" x="130.533417" y="264.992188"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-10" x="165.878906" y="264.992188"/> | |
<use xlink:href="#glyph0-2" x="170.675781" y="264.992188"/> | |
<use xlink:href="#glyph0-11" x="176.011368" y="264.992188"/> | |
<use xlink:href="#glyph0-6" x="178.142792" y="264.992188"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-10" x="213.492188" y="264.992188"/> | |
<use xlink:href="#glyph0-2" x="218.289062" y="264.992188"/> | |
<use xlink:href="#glyph0-11" x="223.624649" y="264.992188"/> | |
<use xlink:href="#glyph0-7" x="225.756073" y="264.992188"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-10" x="261.105469" y="264.992188"/> | |
<use xlink:href="#glyph0-2" x="265.902344" y="264.992188"/> | |
<use xlink:href="#glyph0-11" x="271.23793" y="264.992188"/> | |
<use xlink:href="#glyph0-8" x="273.369354" y="264.992188"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-10" x="308.714844" y="264.992188"/> | |
<use xlink:href="#glyph0-2" x="313.511719" y="264.992188"/> | |
<use xlink:href="#glyph0-11" x="318.847305" y="264.992188"/> | |
<use xlink:href="#glyph0-9" x="320.978729" y="264.992188"/> | |
</g> | |
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> | |
<use xlink:href="#glyph1-1" x="190.816406" y="277.199219"/> | |
<use xlink:href="#glyph1-2" x="196.816406" y="277.199219"/> | |
<use xlink:href="#glyph1-3" x="203.490234" y="277.199219"/> | |
</g> | |
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> | |
<use xlink:href="#glyph2-1" x="19.410156" y="142.382812"/> | |
<use xlink:href="#glyph2-2" x="19.410156" y="138.386719"/> | |
<use xlink:href="#glyph2-3" x="19.410156" y="131.712891"/> | |
</g> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 356.117188 185.78125 L 407.5625 185.78125 L 407.5625 79.652344 L 356.117188 79.652344 Z "/> | |
<g clip-path="url(#clip14)" clip-rule="nonzero"> | |
<rect x="0" y="0" width="432" height="288" style="fill:url(#pattern0);stroke:none;"/> | |
</g> | |
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-5" x="381.972656" y="165.398438"/> | |
<use xlink:href="#glyph0-4" x="387.308243" y="165.398438"/> | |
</g> | |
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-5" x="381.972656" y="143.164062"/> | |
<use xlink:href="#glyph0-4" x="387.308243" y="143.164062"/> | |
<use xlink:href="#glyph0-4" x="392.643829" y="143.164062"/> | |
</g> | |
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-5" x="381.972656" y="120.929688"/> | |
<use xlink:href="#glyph0-4" x="387.308243" y="120.929688"/> | |
<use xlink:href="#glyph0-4" x="392.643829" y="120.929688"/> | |
<use xlink:href="#glyph0-4" x="397.979416" y="120.929688"/> | |
</g> | |
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> | |
<use xlink:href="#glyph3-1" x="360.371094" y="90.808594"/> | |
<use xlink:href="#glyph3-2" x="365.70668" y="90.808594"/> | |
<use xlink:href="#glyph3-3" x="371.042267" y="90.808594"/> | |
</g> | |
<path style="fill:none;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 360.371094 161.960938 L 363.828125 161.960938 "/> | |
<path style="fill:none;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 360.371094 139.726562 L 363.828125 139.726562 "/> | |
<path style="fill:none;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 360.371094 117.492188 L 363.828125 117.492188 "/> | |
<path style="fill:none;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 374.195312 161.960938 L 377.652344 161.960938 "/> | |
<path style="fill:none;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 374.195312 139.726562 L 377.652344 139.726562 "/> | |
<path style="fill:none;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 374.195312 117.492188 L 377.652344 117.492188 "/> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment