diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-05 13:41:36 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-05 13:41:36 +0200 |
| commit | 057be23acf19acae0683c59b0a346b411a04880a (patch) | |
| tree | 852fcf2ca92060b2e70401df446b572b7fd8d874 | |
| parent | 2f5ea5f4982d6276881c9a3342ed8847ebc7d326 (diff) | |
| download | mitjafelicijan.com-057be23acf19acae0683c59b0a346b411a04880a.tar.gz | |
Cleanup of posts
| -rw-r--r-- | content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md | 1 | ||||
| -rw-r--r-- | content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | 14 | ||||
| -rw-r--r-- | content/posts/2023-05-22-crafting-stories-in-zed-editor.md | 1 | ||||
| -rw-r--r-- | static/posts/dna-sequence/benchmarks.csv | 7 | ||||
| -rwxr-xr-x | static/posts/dna-sequence/benchmarks.ods | bin | 21911 -> 0 bytes | |||
| -rw-r--r-- | static/posts/dna-sequence/chart-1.png | bin | 64760 -> 0 bytes | |||
| -rw-r--r-- | static/posts/dna-sequence/chart-2.png | bin | 74241 -> 0 bytes | |||
| -rwxr-xr-x | static/posts/dna-sequence/chart-encoding-speed.png | bin | 14201 -> 0 bytes | |||
| -rwxr-xr-x | static/posts/dna-sequence/chart-file-sizes.png | bin | 12391 -> 0 bytes | |||
| -rw-r--r-- | static/posts/dna-sequence/chart-size.py | 28 | ||||
| -rw-r--r-- | static/posts/dna-sequence/chart-size.svg | 1553 | ||||
| -rw-r--r-- | static/posts/dna-sequence/chart-speed.py | 23 | ||||
| -rw-r--r-- | static/posts/dna-sequence/chart-speed.svg | 1416 | ||||
| -rw-r--r-- | templates/base.html | 19 |
14 files changed, 3053 insertions, 9 deletions
diff --git a/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md b/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md index 4a8f4f4..51e85ec 100644 --- a/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md +++ b/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md | |||
| @@ -45,6 +45,7 @@ df = pd.read_csv("data.csv") | |||
| 45 | 45 | ||
| 46 | # Settings | 46 | # Settings |
| 47 | plt.title("Connect median NLB vs ALB") | 47 | plt.title("Connect median NLB vs ALB") |
| 48 | plt.tight_layout(pad=2) | ||
| 48 | fig = plt.gcf() | 49 | fig = plt.gcf() |
| 49 | fig.set_size_inches(10, 4) | 50 | fig.set_size_inches(10, 4) |
| 50 | 51 | ||
diff --git a/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md b/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md index f003fc3..0d44a40 100644 --- a/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md +++ b/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | |||
| @@ -110,7 +110,6 @@ Cytosine and thymine are pyrimidine bases, while adenine and guanine are purine | |||
| 110 | bases. The sugar and the base together are called a nucleoside. | 110 | bases. The sugar and the base together are called a nucleoside. |
| 111 | 111 | ||
| 112 |  | 112 |  |
| 113 | |||
| 114 | *DNA (a) forms a double stranded helix, and (b) adenine pairs with thymine and | 113 | *DNA (a) forms a double stranded helix, and (b) adenine pairs with thymine and |
| 115 | cytosine pairs with guanine. (credit a: modification of work by Jerome Walker, | 114 | cytosine pairs with guanine. (credit a: modification of work by Jerome Walker, |
| 116 | Dennis Myts)* | 115 | Dennis Myts)* |
| @@ -135,7 +134,9 @@ As already mentioned, the Basic Encoding is based on a simple mapping. Since DNA | |||
| 135 | is composed of 4 nucleotides (Adenine, Cytosine, Guanine, Thymine; usually | 134 | is composed of 4 nucleotides (Adenine, Cytosine, Guanine, Thymine; usually |
| 136 | referred using the first letter). Using this technique we can encode | 135 | referred using the first letter). Using this technique we can encode |
| 137 | 136 | ||
| 138 | $$ log_2(4) = log_2(2^2) = 2 bits $$ | 137 | <center> |
| 138 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 -907.9672135000189 11313.37788460873 1185.0382429179317" style="width: 26.259ex; height: 2.721ex; vertical-align: -0.68ex; margin: 1px 0px;"><g stroke="black" fill="black" stroke-width="0" transform="matrix(1 0 0 -1 0 0)"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMATHI-6C"/><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMATHI-6F" x="303" y="0"/><g transform="translate(793,0)"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMATHI-67"/><use transform="scale(0.7071067811865476)" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMAIN-32" x="681" y="-213"/></g><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMAIN-28" x="1732" y="0"/><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMAIN-34" x="2126" y="0"/><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMAIN-29" x="2631" y="0"/><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMAIN-3D" x="3302" y="0"/><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMATHI-6C" x="4363" y="0"/><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMATHI-6F" x="4666" y="0"/><g transform="translate(5156,0)"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMATHI-67"/><use transform="scale(0.7071067811865476)" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMAIN-32" x="681" y="-213"/></g><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMAIN-28" x="6095" y="0"/><g transform="translate(6489,0)"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMAIN-32"/><use transform="scale(0.7071067811865476)" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMAIN-32" x="714" y="583"/></g><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMAIN-29" x="7451" y="0"/><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMAIN-3D" x="8123" y="0"/><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMAIN-32" x="9184" y="0"/><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMATHI-62" x="9689" y="0"/><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMATHI-69" x="10123" y="0"/><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMATHI-74" x="10473" y="0"/><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#MJMATHI-73" x="10839" y="0"/></g><defs id="MathJax_SVG_glyphs"><path id="MJSZ2-2211" stroke-width="10" d="M60 948Q63 950 665 950H1267L1325 815Q1384 677 1388 669H1348L1341 683Q1320 724 1285 761Q1235 809 1174 838T1033 881T882 898T699 902H574H543H251L259 891Q722 258 724 252Q725 250 724 246Q721 243 460 -56L196 -356Q196 -357 407 -357Q459 -357 548 -357T676 -358Q812 -358 896 -353T1063 -332T1204 -283T1307 -196Q1328 -170 1348 -124H1388Q1388 -125 1381 -145T1356 -210T1325 -294L1267 -449L666 -450Q64 -450 61 -448Q55 -446 55 -439Q55 -437 57 -433L590 177Q590 178 557 222T452 366T322 544L56 909L55 924Q55 945 60 948Z"/><path id="MJMATHI-69" stroke-width="10" d="M184 600Q184 624 203 642T247 661Q265 661 277 649T290 619Q290 596 270 577T226 557Q211 557 198 567T184 600ZM21 287Q21 295 30 318T54 369T98 420T158 442Q197 442 223 419T250 357Q250 340 236 301T196 196T154 83Q149 61 149 51Q149 26 166 26Q175 26 185 29T208 43T235 78T260 137Q263 149 265 151T282 153Q302 153 302 143Q302 135 293 112T268 61T223 11T161 -11Q129 -11 102 10T74 74Q74 91 79 106T122 220Q160 321 166 341T173 380Q173 404 156 404H154Q124 404 99 371T61 287Q60 286 59 284T58 281T56 279T53 278T49 278T41 278H27Q21 284 21 287Z"/><path id="MJMAIN-3D" stroke-width="10" d="M56 347Q56 360 70 367H707Q722 359 722 347Q722 336 708 328L390 327H72Q56 332 56 347ZM56 153Q56 168 72 173H708Q722 163 722 153Q722 140 707 133H70Q56 140 56 153Z"/><path id="MJMAIN-30" stroke-width="10" d="M96 585Q152 666 249 666Q297 666 345 640T423 548Q460 465 460 320Q460 165 417 83Q397 41 362 16T301 -15T250 -22Q224 -22 198 -16T137 16T82 83Q39 165 39 320Q39 494 96 585ZM321 597Q291 629 250 629Q208 629 178 597Q153 571 145 525T137 333Q137 175 145 125T181 46Q209 16 250 16Q290 16 318 46Q347 76 354 130T362 333Q362 478 354 524T321 597Z"/><path id="MJMATHI-6E" stroke-width="10" d="M21 287Q22 293 24 303T36 341T56 388T89 425T135 442Q171 442 195 424T225 390T231 369Q231 367 232 367L243 378Q304 442 382 442Q436 442 469 415T503 336T465 179T427 52Q427 26 444 26Q450 26 453 27Q482 32 505 65T540 145Q542 153 560 153Q580 153 580 145Q580 144 576 130Q568 101 554 73T508 17T439 -10Q392 -10 371 17T350 73Q350 92 386 193T423 345Q423 404 379 404H374Q288 404 229 303L222 291L189 157Q156 26 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 112 180T152 343Q153 348 153 366Q153 405 129 405Q91 405 66 305Q60 285 60 284Q58 278 41 278H27Q21 284 21 287Z"/><path id="MJMAIN-28" stroke-width="10" d="M94 250Q94 319 104 381T127 488T164 576T202 643T244 695T277 729T302 750H315H319Q333 750 333 741Q333 738 316 720T275 667T226 581T184 443T167 250T184 58T225 -81T274 -167T316 -220T333 -241Q333 -250 318 -250H315H302L274 -226Q180 -141 137 -14T94 250Z"/><path id="MJMAIN-2B" stroke-width="10" d="M56 237T56 250T70 270H369V420L370 570Q380 583 389 583Q402 583 409 568V270H707Q722 262 722 250T707 230H409V-68Q401 -82 391 -82H389H387Q375 -82 369 -68V230H70Q56 237 56 250Z"/><path id="MJMAIN-31" stroke-width="10" d="M213 578L200 573Q186 568 160 563T102 556H83V602H102Q149 604 189 617T245 641T273 663Q275 666 285 666Q294 666 302 660V361L303 61Q310 54 315 52T339 48T401 46H427V0H416Q395 3 257 3Q121 3 100 0H88V46H114Q136 46 152 46T177 47T193 50T201 52T207 57T213 61V578Z"/><path id="MJMAIN-29" stroke-width="10" d="M60 749L64 750Q69 750 74 750H86L114 726Q208 641 251 514T294 250Q294 182 284 119T261 12T224 -76T186 -143T145 -194T113 -227T90 -246Q87 -249 86 -250H74Q66 -250 63 -250T58 -247T55 -238Q56 -237 66 -225Q221 -64 221 250T66 725Q56 737 55 738Q55 746 60 749Z"/><path id="MJMAIN-32" stroke-width="10" d="M109 429Q82 429 66 447T50 491Q50 562 103 614T235 666Q326 666 387 610T449 465Q449 422 429 383T381 315T301 241Q265 210 201 149L142 93L218 92Q375 92 385 97Q392 99 409 186V189H449V186Q448 183 436 95T421 3V0H50V19V31Q50 38 56 46T86 81Q115 113 136 137Q145 147 170 174T204 211T233 244T261 278T284 308T305 340T320 369T333 401T340 431T343 464Q343 527 309 573T212 619Q179 619 154 602T119 569T109 550Q109 549 114 549Q132 549 151 535T170 489Q170 464 154 447T109 429Z"/><path id="MJMATHI-6C" stroke-width="10" d="M117 59Q117 26 142 26Q179 26 205 131Q211 151 215 152Q217 153 225 153H229Q238 153 241 153T246 151T248 144Q247 138 245 128T234 90T214 43T183 6T137 -11Q101 -11 70 11T38 85Q38 97 39 102L104 360Q167 615 167 623Q167 626 166 628T162 632T157 634T149 635T141 636T132 637T122 637Q112 637 109 637T101 638T95 641T94 647Q94 649 96 661Q101 680 107 682T179 688Q194 689 213 690T243 693T254 694Q266 694 266 686Q266 675 193 386T118 83Q118 81 118 75T117 65V59Z"/><path id="MJMATHI-6F" stroke-width="10" d="M201 -11Q126 -11 80 38T34 156Q34 221 64 279T146 380Q222 441 301 441Q333 441 341 440Q354 437 367 433T402 417T438 387T464 338T476 268Q476 161 390 75T201 -11ZM121 120Q121 70 147 48T206 26Q250 26 289 58T351 142Q360 163 374 216T388 308Q388 352 370 375Q346 405 306 405Q243 405 195 347Q158 303 140 230T121 120Z"/><path id="MJMATHI-67" stroke-width="10" d="M311 43Q296 30 267 15T206 0Q143 0 105 45T66 160Q66 265 143 353T314 442Q361 442 401 394L404 398Q406 401 409 404T418 412T431 419T447 422Q461 422 470 413T480 394Q480 379 423 152T363 -80Q345 -134 286 -169T151 -205Q10 -205 10 -137Q10 -111 28 -91T74 -71Q89 -71 102 -80T116 -111Q116 -121 114 -130T107 -144T99 -154T92 -162L90 -164H91Q101 -167 151 -167Q189 -167 211 -155Q234 -144 254 -122T282 -75Q288 -56 298 -13Q311 35 311 43ZM384 328L380 339Q377 350 375 354T369 368T359 382T346 393T328 402T306 405Q262 405 221 352Q191 313 171 233T151 117Q151 38 213 38Q269 38 323 108L331 118L384 328Z"/><path id="MJMAIN-34" stroke-width="10" d="M462 0Q444 3 333 3Q217 3 199 0H190V46H221Q241 46 248 46T265 48T279 53T286 61Q287 63 287 115V165H28V211L179 442Q332 674 334 675Q336 677 355 677H373L379 671V211H471V165H379V114Q379 73 379 66T385 54Q393 47 442 46H471V0H462ZM293 211V545L74 212L183 211H293Z"/><path id="MJMATHI-62" stroke-width="10" d="M73 647Q73 657 77 670T89 683Q90 683 161 688T234 694Q246 694 246 685T212 542Q204 508 195 472T180 418L176 399Q176 396 182 402Q231 442 283 442Q345 442 383 396T422 280Q422 169 343 79T173 -11Q123 -11 82 27T40 150V159Q40 180 48 217T97 414Q147 611 147 623T109 637Q104 637 101 637H96Q86 637 83 637T76 640T73 647ZM336 325V331Q336 405 275 405Q258 405 240 397T207 376T181 352T163 330L157 322L136 236Q114 150 114 114Q114 66 138 42Q154 26 178 26Q211 26 245 58Q270 81 285 114T318 219Q336 291 336 325Z"/><path id="MJMATHI-74" stroke-width="10" d="M26 385Q19 392 19 395Q19 399 22 411T27 425Q29 430 36 430T87 431H140L159 511Q162 522 166 540T173 566T179 586T187 603T197 615T211 624T229 626Q247 625 254 615T261 596Q261 589 252 549T232 470L222 433Q222 431 272 431H323Q330 424 330 420Q330 398 317 385H210L174 240Q135 80 135 68Q135 26 162 26Q197 26 230 60T283 144Q285 150 288 151T303 153H307Q322 153 322 145Q322 142 319 133Q314 117 301 95T267 48T216 6T155 -11Q125 -11 98 4T59 56Q57 64 57 83V101L92 241Q127 382 128 383Q128 385 77 385H26Z"/><path id="MJMATHI-73" stroke-width="10" d="M131 289Q131 321 147 354T203 415T300 442Q362 442 390 415T419 355Q419 323 402 308T364 292Q351 292 340 300T328 326Q328 342 337 354T354 372T367 378Q368 378 368 379Q368 382 361 388T336 399T297 405Q249 405 227 379T204 326Q204 301 223 291T278 274T330 259Q396 230 396 163Q396 135 385 107T352 51T289 7T195 -10Q118 -10 86 19T53 87Q53 126 74 143T118 160Q133 160 146 151T160 120Q160 94 142 76T111 58Q109 57 108 57T107 55Q108 52 115 47T146 34T201 27Q237 27 263 38T301 66T318 97T323 122Q323 150 302 164T254 181T195 196T148 231Q131 256 131 289Z"/></defs></svg> | ||
| 139 | </center> | ||
| 139 | 140 | ||
| 140 | using a single nucleotide. In this way, we are able to use the 4 bases that | 141 | using a single nucleotide. In this way, we are able to use the 4 bases that |
| 141 | compose the DNA strand to encode each byte of data. | 142 | compose the DNA strand to encode each byte of data. |
| @@ -301,7 +302,6 @@ Then we encode FASTA file from previous operation to encode this data into PNG. | |||
| 301 | After encoding into PNG format this file looks like this. | 302 | After encoding into PNG format this file looks like this. |
| 302 | 303 | ||
| 303 |  | 304 |  |
| 304 | |||
| 305 | The larger the input stream is the larger the PNG file would be. | 305 | The larger the input stream is the larger the PNG file would be. |
| 306 | 306 | ||
| 307 | Compiled basic Hello World C program with | 307 | Compiled basic Hello World C program with |
| @@ -396,11 +396,13 @@ Then we GZIP all the FASTA files to see how much the can be compressed. | |||
| 396 | gzip -9 < 10MB.fa > 10MB.fa.gz | 396 | gzip -9 < 10MB.fa > 10MB.fa.gz |
| 397 | ``` | 397 | ``` |
| 398 | 398 | ||
| 399 | [Download ODS file with benchmarks](/dna-sequence/benchmarks.ods). | 399 |  |
| 400 | The speed increase that occurs when encoding to FASTA format. | ||
| 400 | 401 | ||
| 401 |  | 402 |  |
| 403 | Size of the out file after encoding. | ||
| 402 | 404 | ||
| 403 |  | 405 | [Download CSV file with benchmarks](/posts/dna-sequence/benchmarks.csv). |
| 404 | 406 | ||
| 405 | ## References | 407 | ## References |
| 406 | 408 | ||
diff --git a/content/posts/2023-05-22-crafting-stories-in-zed-editor.md b/content/posts/2023-05-22-crafting-stories-in-zed-editor.md index a3104b8..86be7c8 100644 --- a/content/posts/2023-05-22-crafting-stories-in-zed-editor.md +++ b/content/posts/2023-05-22-crafting-stories-in-zed-editor.md | |||
| @@ -30,6 +30,7 @@ supported languages is not extensive, but it's still impressive. It's a great | |||
| 30 | example of how to create a product that stays out of your way. | 30 | example of how to create a product that stays out of your way. |
| 31 | 31 | ||
| 32 |  | 32 |  |
| 33 | C code on a light theme. | ||
| 33 | 34 | ||
| 34 | For C development it downloaded [clangd](https://clangd.llvm.org/) and setting | 35 | For C development it downloaded [clangd](https://clangd.llvm.org/) and setting |
| 35 | up missing dependencies in code was rather easy. For this project I use | 36 | up missing dependencies in code was rather easy. For this project I use |
diff --git a/static/posts/dna-sequence/benchmarks.csv b/static/posts/dna-sequence/benchmarks.csv new file mode 100644 index 0000000..8645d5e --- /dev/null +++ b/static/posts/dna-sequence/benchmarks.csv | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | Packages,Encode to FASTA (ms),FASTA file size (KB),FASTA gzipped (KB) | ||
| 2 | 1KB,5.625224,4.1,1.4 | ||
| 3 | 10KB,32.679975,40.7,13 | ||
| 4 | 100KB,112.864416,406.7,121 | ||
| 5 | 1MB,872.887675,4100,1200 | ||
| 6 | 10MB,8472.693202,40700,12000 | ||
| 7 | 100MB,85525.178217,406700,118000 | ||
diff --git a/static/posts/dna-sequence/benchmarks.ods b/static/posts/dna-sequence/benchmarks.ods deleted file mode 100755 index 62a8e30..0000000 --- a/static/posts/dna-sequence/benchmarks.ods +++ /dev/null | |||
| Binary files differ | |||
diff --git a/static/posts/dna-sequence/chart-1.png b/static/posts/dna-sequence/chart-1.png deleted file mode 100644 index c017e43..0000000 --- a/static/posts/dna-sequence/chart-1.png +++ /dev/null | |||
| Binary files differ | |||
diff --git a/static/posts/dna-sequence/chart-2.png b/static/posts/dna-sequence/chart-2.png deleted file mode 100644 index 80b922b..0000000 --- a/static/posts/dna-sequence/chart-2.png +++ /dev/null | |||
| Binary files differ | |||
diff --git a/static/posts/dna-sequence/chart-encoding-speed.png b/static/posts/dna-sequence/chart-encoding-speed.png deleted file mode 100755 index 7fb106d..0000000 --- a/static/posts/dna-sequence/chart-encoding-speed.png +++ /dev/null | |||
| Binary files differ | |||
diff --git a/static/posts/dna-sequence/chart-file-sizes.png b/static/posts/dna-sequence/chart-file-sizes.png deleted file mode 100755 index 31bfa66..0000000 --- a/static/posts/dna-sequence/chart-file-sizes.png +++ /dev/null | |||
| Binary files differ | |||
diff --git a/static/posts/dna-sequence/chart-size.py b/static/posts/dna-sequence/chart-size.py new file mode 100644 index 0000000..4fc408d --- /dev/null +++ b/static/posts/dna-sequence/chart-size.py | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | import csv | ||
| 2 | |||
| 3 | import matplotlib.pyplot as plt | ||
| 4 | import pandas as pd | ||
| 5 | |||
| 6 | # Read the data | ||
| 7 | df = pd.read_csv("benchmarks.csv") | ||
| 8 | |||
| 9 | # Settings | ||
| 10 | plt.title("Encode to FASTA out filesize") | ||
| 11 | plt.tight_layout(pad=2) | ||
| 12 | fig = plt.gcf() | ||
| 13 | fig.set_size_inches(10, 4) | ||
| 14 | |||
| 15 | # Plotting | ||
| 16 | plt.plot(df["Packages"], df["FASTA file size (KB)"], label = "Raw", color="black", linestyle="-") | ||
| 17 | plt.plot(df["Packages"], df["FASTA gzipped (KB)"], label = "Gzipped", color="black", linestyle="--") | ||
| 18 | |||
| 19 | # Adding x and y axis labels | ||
| 20 | plt.xlabel("Size of an input file", fontstyle="italic") | ||
| 21 | plt.ylabel("File size (KB)", fontstyle="italic") | ||
| 22 | |||
| 23 | # Legend | ||
| 24 | legend = plt.legend() | ||
| 25 | legend.get_frame().set_linewidth(0) | ||
| 26 | |||
| 27 | # Export as SVG | ||
| 28 | plt.savefig("chart-size.svg", format="svg") | ||
diff --git a/static/posts/dna-sequence/chart-size.svg b/static/posts/dna-sequence/chart-size.svg new file mode 100644 index 0000000..1a2d127 --- /dev/null +++ b/static/posts/dna-sequence/chart-size.svg | |||
| @@ -0,0 +1,1553 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
| 2 | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" | ||
| 3 | "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | ||
| 4 | <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="720pt" height="288pt" viewBox="0 0 720 288" xmlns="http://www.w3.org/2000/svg" version="1.1"> | ||
| 5 | <metadata> | ||
| 6 | <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> | ||
| 7 | <cc:Work> | ||
| 8 | <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> | ||
| 9 | <dc:date>2023-08-05T13:29:17.701350</dc:date> | ||
| 10 | <dc:format>image/svg+xml</dc:format> | ||
| 11 | <dc:creator> | ||
| 12 | <cc:Agent> | ||
| 13 | <dc:title>Matplotlib v3.5.2, https://matplotlib.org/</dc:title> | ||
| 14 | </cc:Agent> | ||
| 15 | </dc:creator> | ||
| 16 | </cc:Work> | ||
| 17 | </rdf:RDF> | ||
| 18 | </metadata> | ||
| 19 | <defs> | ||
| 20 | <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> | ||
| 21 | </defs> | ||
| 22 | <g id="figure_1"> | ||
| 23 | <g id="patch_1"> | ||
| 24 | <path d="M 0 288 | ||
| 25 | L 720 288 | ||
| 26 | L 720 0 | ||
| 27 | L 0 0 | ||
| 28 | z | ||
| 29 | " style="fill: #ffffff"/> | ||
| 30 | </g> | ||
| 31 | <g id="axes_1"> | ||
| 32 | <g id="patch_2"> | ||
| 33 | <path d="M 67.078125 257.1 | ||
| 34 | L 676.304688 257.1 | ||
| 35 | L 676.304688 28.866667 | ||
| 36 | L 67.078125 28.866667 | ||
| 37 | z | ||
| 38 | " style="fill: #ffffff"/> | ||
| 39 | </g> | ||
| 40 | <g id="matplotlib.axis_1"> | ||
| 41 | <g id="xtick_1"> | ||
| 42 | <g id="line2d_1"> | ||
| 43 | <defs> | ||
| 44 | <path id="m07b8a304ba" d="M 0 0 | ||
| 45 | L 0 3.5 | ||
| 46 | " style="stroke: #000000; stroke-width: 0.8"/> | ||
| 47 | </defs> | ||
| 48 | <g> | ||
| 49 | <use xlink:href="#m07b8a304ba" x="94.770241" y="257.1" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 50 | </g> | ||
| 51 | </g> | ||
| 52 | <g id="text_1"> | ||
| 53 | <!-- 1KB --> | ||
| 54 | <g transform="translate(84.879616 271.698438)scale(0.1 -0.1)"> | ||
| 55 | <defs> | ||
| 56 | <path id="DejaVuSans-31" d="M 794 531 | ||
| 57 | L 1825 531 | ||
| 58 | L 1825 4091 | ||
| 59 | L 703 3866 | ||
| 60 | L 703 4441 | ||
| 61 | L 1819 4666 | ||
| 62 | L 2450 4666 | ||
| 63 | L 2450 531 | ||
| 64 | L 3481 531 | ||
| 65 | L 3481 0 | ||
| 66 | L 794 0 | ||
| 67 | L 794 531 | ||
| 68 | z | ||
| 69 | " transform="scale(0.015625)"/> | ||
| 70 | <path id="DejaVuSans-4b" d="M 628 4666 | ||
| 71 | L 1259 4666 | ||
| 72 | L 1259 2694 | ||
| 73 | L 3353 4666 | ||
| 74 | L 4166 4666 | ||
| 75 | L 1850 2491 | ||
| 76 | L 4331 0 | ||
| 77 | L 3500 0 | ||
| 78 | L 1259 2247 | ||
| 79 | L 1259 0 | ||
| 80 | L 628 0 | ||
| 81 | L 628 4666 | ||
| 82 | z | ||
| 83 | " transform="scale(0.015625)"/> | ||
| 84 | <path id="DejaVuSans-42" d="M 1259 2228 | ||
| 85 | L 1259 519 | ||
| 86 | L 2272 519 | ||
| 87 | Q 2781 519 3026 730 | ||
| 88 | Q 3272 941 3272 1375 | ||
| 89 | Q 3272 1813 3026 2020 | ||
| 90 | Q 2781 2228 2272 2228 | ||
| 91 | L 1259 2228 | ||
| 92 | z | ||
| 93 | M 1259 4147 | ||
| 94 | L 1259 2741 | ||
| 95 | L 2194 2741 | ||
| 96 | Q 2656 2741 2882 2914 | ||
| 97 | Q 3109 3088 3109 3444 | ||
| 98 | Q 3109 3797 2882 3972 | ||
| 99 | Q 2656 4147 2194 4147 | ||
| 100 | L 1259 4147 | ||
| 101 | z | ||
| 102 | M 628 4666 | ||
| 103 | L 2241 4666 | ||
| 104 | Q 2963 4666 3353 4366 | ||
| 105 | Q 3744 4066 3744 3513 | ||
| 106 | Q 3744 3084 3544 2831 | ||
| 107 | Q 3344 2578 2956 2516 | ||
| 108 | Q 3422 2416 3680 2098 | ||
| 109 | Q 3938 1781 3938 1306 | ||
| 110 | Q 3938 681 3513 340 | ||
| 111 | Q 3088 0 2303 0 | ||
| 112 | L 628 0 | ||
| 113 | L 628 4666 | ||
| 114 | z | ||
| 115 | " transform="scale(0.015625)"/> | ||
| 116 | </defs> | ||
| 117 | <use xlink:href="#DejaVuSans-31"/> | ||
| 118 | <use xlink:href="#DejaVuSans-4b" x="63.623047"/> | ||
| 119 | <use xlink:href="#DejaVuSans-42" x="129.199219"/> | ||
| 120 | </g> | ||
| 121 | </g> | ||
| 122 | </g> | ||
| 123 | <g id="xtick_2"> | ||
| 124 | <g id="line2d_2"> | ||
| 125 | <g> | ||
| 126 | <use xlink:href="#m07b8a304ba" x="205.538707" y="257.1" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 127 | </g> | ||
| 128 | </g> | ||
| 129 | <g id="text_2"> | ||
| 130 | <!-- 10KB --> | ||
| 131 | <g transform="translate(192.466832 271.698438)scale(0.1 -0.1)"> | ||
| 132 | <defs> | ||
| 133 | <path id="DejaVuSans-30" d="M 2034 4250 | ||
| 134 | Q 1547 4250 1301 3770 | ||
| 135 | Q 1056 3291 1056 2328 | ||
| 136 | Q 1056 1369 1301 889 | ||
| 137 | Q 1547 409 2034 409 | ||
| 138 | Q 2525 409 2770 889 | ||
| 139 | Q 3016 1369 3016 2328 | ||
| 140 | Q 3016 3291 2770 3770 | ||
| 141 | Q 2525 4250 2034 4250 | ||
| 142 | z | ||
| 143 | M 2034 4750 | ||
| 144 | Q 2819 4750 3233 4129 | ||
| 145 | Q 3647 3509 3647 2328 | ||
| 146 | Q 3647 1150 3233 529 | ||
| 147 | Q 2819 -91 2034 -91 | ||
| 148 | Q 1250 -91 836 529 | ||
| 149 | Q 422 1150 422 2328 | ||
| 150 | Q 422 3509 836 4129 | ||
| 151 | Q 1250 4750 2034 4750 | ||
| 152 | z | ||
| 153 | " transform="scale(0.015625)"/> | ||
| 154 | </defs> | ||
| 155 | <use xlink:href="#DejaVuSans-31"/> | ||
| 156 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 157 | <use xlink:href="#DejaVuSans-4b" x="127.246094"/> | ||
| 158 | <use xlink:href="#DejaVuSans-42" x="192.822266"/> | ||
| 159 | </g> | ||
| 160 | </g> | ||
| 161 | </g> | ||
| 162 | <g id="xtick_3"> | ||
| 163 | <g id="line2d_3"> | ||
| 164 | <g> | ||
| 165 | <use xlink:href="#m07b8a304ba" x="316.307173" y="257.1" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 166 | </g> | ||
| 167 | </g> | ||
| 168 | <g id="text_3"> | ||
| 169 | <!-- 100KB --> | ||
| 170 | <g transform="translate(300.054048 271.698438)scale(0.1 -0.1)"> | ||
| 171 | <use xlink:href="#DejaVuSans-31"/> | ||
| 172 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 173 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 174 | <use xlink:href="#DejaVuSans-4b" x="190.869141"/> | ||
| 175 | <use xlink:href="#DejaVuSans-42" x="256.445312"/> | ||
| 176 | </g> | ||
| 177 | </g> | ||
| 178 | </g> | ||
| 179 | <g id="xtick_4"> | ||
| 180 | <g id="line2d_4"> | ||
| 181 | <g> | ||
| 182 | <use xlink:href="#m07b8a304ba" x="427.075639" y="257.1" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 183 | </g> | ||
| 184 | </g> | ||
| 185 | <g id="text_4"> | ||
| 186 | <!-- 1MB --> | ||
| 187 | <g transform="translate(416.149858 271.698438)scale(0.1 -0.1)"> | ||
| 188 | <defs> | ||
| 189 | <path id="DejaVuSans-4d" d="M 628 4666 | ||
| 190 | L 1569 4666 | ||
| 191 | L 2759 1491 | ||
| 192 | L 3956 4666 | ||
| 193 | L 4897 4666 | ||
| 194 | L 4897 0 | ||
| 195 | L 4281 0 | ||
| 196 | L 4281 4097 | ||
| 197 | L 3078 897 | ||
| 198 | L 2444 897 | ||
| 199 | L 1241 4097 | ||
| 200 | L 1241 0 | ||
| 201 | L 628 0 | ||
| 202 | L 628 4666 | ||
| 203 | z | ||
| 204 | " transform="scale(0.015625)"/> | ||
| 205 | </defs> | ||
| 206 | <use xlink:href="#DejaVuSans-31"/> | ||
| 207 | <use xlink:href="#DejaVuSans-4d" x="63.623047"/> | ||
| 208 | <use xlink:href="#DejaVuSans-42" x="149.902344"/> | ||
| 209 | </g> | ||
| 210 | </g> | ||
| 211 | </g> | ||
| 212 | <g id="xtick_5"> | ||
| 213 | <g id="line2d_5"> | ||
| 214 | <g> | ||
| 215 | <use xlink:href="#m07b8a304ba" x="537.844105" y="257.1" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 216 | </g> | ||
| 217 | </g> | ||
| 218 | <g id="text_5"> | ||
| 219 | <!-- 10MB --> | ||
| 220 | <g transform="translate(523.737074 271.698438)scale(0.1 -0.1)"> | ||
| 221 | <use xlink:href="#DejaVuSans-31"/> | ||
| 222 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 223 | <use xlink:href="#DejaVuSans-4d" x="127.246094"/> | ||
| 224 | <use xlink:href="#DejaVuSans-42" x="213.525391"/> | ||
| 225 | </g> | ||
| 226 | </g> | ||
| 227 | </g> | ||
| 228 | <g id="xtick_6"> | ||
| 229 | <g id="line2d_6"> | ||
| 230 | <g> | ||
| 231 | <use xlink:href="#m07b8a304ba" x="648.612571" y="257.1" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 232 | </g> | ||
| 233 | </g> | ||
| 234 | <g id="text_6"> | ||
| 235 | <!-- 100MB --> | ||
| 236 | <g transform="translate(631.32429 271.698438)scale(0.1 -0.1)"> | ||
| 237 | <use xlink:href="#DejaVuSans-31"/> | ||
| 238 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 239 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 240 | <use xlink:href="#DejaVuSans-4d" x="190.869141"/> | ||
| 241 | <use xlink:href="#DejaVuSans-42" x="277.148438"/> | ||
| 242 | </g> | ||
| 243 | </g> | ||
| 244 | </g> | ||
| 245 | <g id="text_7"> | ||
| 246 | <!-- Size of an input file --> | ||
| 247 | <g transform="translate(323.542969 285.376562)scale(0.1 -0.1)"> | ||
| 248 | <defs> | ||
| 249 | <path id="DejaVuSans-Oblique-53" d="M 3859 4513 | ||
| 250 | L 3738 3897 | ||
| 251 | Q 3422 4066 3111 4152 | ||
| 252 | Q 2800 4238 2509 4238 | ||
| 253 | Q 1944 4238 1609 3991 | ||
| 254 | Q 1275 3744 1275 3334 | ||
| 255 | Q 1275 3109 1398 2989 | ||
| 256 | Q 1522 2869 2034 2731 | ||
| 257 | L 2413 2638 | ||
| 258 | Q 3053 2472 3303 2217 | ||
| 259 | Q 3553 1963 3553 1503 | ||
| 260 | Q 3553 797 2998 353 | ||
| 261 | Q 2444 -91 1538 -91 | ||
| 262 | Q 1166 -91 791 -17 | ||
| 263 | Q 416 56 38 206 | ||
| 264 | L 166 856 | ||
| 265 | Q 513 641 861 531 | ||
| 266 | Q 1209 422 1556 422 | ||
| 267 | Q 2147 422 2503 684 | ||
| 268 | Q 2859 947 2859 1369 | ||
| 269 | Q 2859 1650 2717 1795 | ||
| 270 | Q 2575 1941 2106 2059 | ||
| 271 | L 1728 2156 | ||
| 272 | Q 1081 2325 845 2545 | ||
| 273 | Q 609 2766 609 3163 | ||
| 274 | Q 609 3859 1145 4304 | ||
| 275 | Q 1681 4750 2541 4750 | ||
| 276 | Q 2875 4750 3203 4690 | ||
| 277 | Q 3531 4631 3859 4513 | ||
| 278 | z | ||
| 279 | " transform="scale(0.015625)"/> | ||
| 280 | <path id="DejaVuSans-Oblique-69" d="M 1172 4863 | ||
| 281 | L 1747 4863 | ||
| 282 | L 1606 4134 | ||
| 283 | L 1031 4134 | ||
| 284 | L 1172 4863 | ||
| 285 | z | ||
| 286 | M 909 3500 | ||
| 287 | L 1484 3500 | ||
| 288 | L 800 0 | ||
| 289 | L 225 0 | ||
| 290 | L 909 3500 | ||
| 291 | z | ||
| 292 | " transform="scale(0.015625)"/> | ||
| 293 | <path id="DejaVuSans-Oblique-7a" d="M 744 3500 | ||
| 294 | L 3475 3500 | ||
| 295 | L 3372 2975 | ||
| 296 | L 738 459 | ||
| 297 | L 2913 459 | ||
| 298 | L 2822 0 | ||
| 299 | L -19 0 | ||
| 300 | L 84 525 | ||
| 301 | L 2719 3041 | ||
| 302 | L 653 3041 | ||
| 303 | L 744 3500 | ||
| 304 | z | ||
| 305 | " transform="scale(0.015625)"/> | ||
| 306 | <path id="DejaVuSans-Oblique-65" d="M 3078 2063 | ||
| 307 | Q 3088 2113 3092 2166 | ||
| 308 | Q 3097 2219 3097 2272 | ||
| 309 | Q 3097 2653 2873 2875 | ||
| 310 | Q 2650 3097 2266 3097 | ||
| 311 | Q 1838 3097 1509 2826 | ||
| 312 | Q 1181 2556 1013 2059 | ||
| 313 | L 3078 2063 | ||
| 314 | z | ||
| 315 | M 3578 1613 | ||
| 316 | L 903 1613 | ||
| 317 | Q 884 1494 878 1425 | ||
| 318 | Q 872 1356 872 1306 | ||
| 319 | Q 872 872 1139 634 | ||
| 320 | Q 1406 397 1894 397 | ||
| 321 | Q 2269 397 2603 481 | ||
| 322 | Q 2938 566 3225 728 | ||
| 323 | L 3116 159 | ||
| 324 | Q 2806 34 2476 -28 | ||
| 325 | Q 2147 -91 1806 -91 | ||
| 326 | Q 1078 -91 686 257 | ||
| 327 | Q 294 606 294 1247 | ||
| 328 | Q 294 1794 489 2264 | ||
| 329 | Q 684 2734 1063 3103 | ||
| 330 | Q 1306 3334 1642 3459 | ||
| 331 | Q 1978 3584 2356 3584 | ||
| 332 | Q 2950 3584 3301 3228 | ||
| 333 | Q 3653 2872 3653 2272 | ||
| 334 | Q 3653 2128 3634 1964 | ||
| 335 | Q 3616 1800 3578 1613 | ||
| 336 | z | ||
| 337 | " transform="scale(0.015625)"/> | ||
| 338 | <path id="DejaVuSans-Oblique-20" transform="scale(0.015625)"/> | ||
| 339 | <path id="DejaVuSans-Oblique-6f" d="M 1625 -91 | ||
| 340 | Q 1009 -91 651 289 | ||
| 341 | Q 294 669 294 1325 | ||
| 342 | Q 294 1706 417 2101 | ||
| 343 | Q 541 2497 738 2766 | ||
| 344 | Q 1047 3184 1428 3384 | ||
| 345 | Q 1809 3584 2291 3584 | ||
| 346 | Q 2888 3584 3255 3212 | ||
| 347 | Q 3622 2841 3622 2241 | ||
| 348 | Q 3622 1825 3500 1412 | ||
| 349 | Q 3378 1000 3181 728 | ||
| 350 | Q 2875 309 2494 109 | ||
| 351 | Q 2113 -91 1625 -91 | ||
| 352 | z | ||
| 353 | M 891 1344 | ||
| 354 | Q 891 869 1089 633 | ||
| 355 | Q 1288 397 1691 397 | ||
| 356 | Q 2269 397 2648 901 | ||
| 357 | Q 3028 1406 3028 2181 | ||
| 358 | Q 3028 2634 2825 2865 | ||
| 359 | Q 2622 3097 2228 3097 | ||
| 360 | Q 1903 3097 1650 2945 | ||
| 361 | Q 1397 2794 1197 2484 | ||
| 362 | Q 1050 2253 970 1956 | ||
| 363 | Q 891 1659 891 1344 | ||
| 364 | z | ||
| 365 | " transform="scale(0.015625)"/> | ||
| 366 | <path id="DejaVuSans-Oblique-66" d="M 3059 4863 | ||
| 367 | L 2969 4384 | ||
| 368 | L 2419 4384 | ||
| 369 | Q 2106 4384 1964 4261 | ||
| 370 | Q 1822 4138 1753 3809 | ||
| 371 | L 1691 3500 | ||
| 372 | L 2638 3500 | ||
| 373 | L 2553 3053 | ||
| 374 | L 1606 3053 | ||
| 375 | L 1013 0 | ||
| 376 | L 434 0 | ||
| 377 | L 1031 3053 | ||
| 378 | L 481 3053 | ||
| 379 | L 563 3500 | ||
| 380 | L 1113 3500 | ||
| 381 | L 1159 3744 | ||
| 382 | Q 1278 4363 1576 4613 | ||
| 383 | Q 1875 4863 2516 4863 | ||
| 384 | L 3059 4863 | ||
| 385 | z | ||
| 386 | " transform="scale(0.015625)"/> | ||
| 387 | <path id="DejaVuSans-Oblique-61" d="M 3438 1997 | ||
| 388 | L 3047 0 | ||
| 389 | L 2472 0 | ||
| 390 | L 2578 531 | ||
| 391 | Q 2325 219 2001 64 | ||
| 392 | Q 1678 -91 1281 -91 | ||
| 393 | Q 834 -91 548 182 | ||
| 394 | Q 263 456 263 884 | ||
| 395 | Q 263 1497 752 1853 | ||
| 396 | Q 1241 2209 2100 2209 | ||
| 397 | L 2900 2209 | ||
| 398 | L 2931 2363 | ||
| 399 | Q 2938 2388 2941 2417 | ||
| 400 | Q 2944 2447 2944 2509 | ||
| 401 | Q 2944 2788 2717 2942 | ||
| 402 | Q 2491 3097 2081 3097 | ||
| 403 | Q 1800 3097 1504 3025 | ||
| 404 | Q 1209 2953 897 2809 | ||
| 405 | L 997 3341 | ||
| 406 | Q 1322 3463 1633 3523 | ||
| 407 | Q 1944 3584 2234 3584 | ||
| 408 | Q 2853 3584 3176 3315 | ||
| 409 | Q 3500 3047 3500 2534 | ||
| 410 | Q 3500 2431 3484 2292 | ||
| 411 | Q 3469 2153 3438 1997 | ||
| 412 | z | ||
| 413 | M 2816 1759 | ||
| 414 | L 2241 1759 | ||
| 415 | Q 1534 1759 1195 1570 | ||
| 416 | Q 856 1381 856 984 | ||
| 417 | Q 856 709 1029 553 | ||
| 418 | Q 1203 397 1509 397 | ||
| 419 | Q 1978 397 2328 733 | ||
| 420 | Q 2678 1069 2791 1631 | ||
| 421 | L 2816 1759 | ||
| 422 | z | ||
| 423 | " transform="scale(0.015625)"/> | ||
| 424 | <path id="DejaVuSans-Oblique-6e" d="M 3566 2113 | ||
| 425 | L 3156 0 | ||
| 426 | L 2578 0 | ||
| 427 | L 2988 2091 | ||
| 428 | Q 3016 2238 3031 2350 | ||
| 429 | Q 3047 2463 3047 2528 | ||
| 430 | Q 3047 2791 2881 2937 | ||
| 431 | Q 2716 3084 2419 3084 | ||
| 432 | Q 1956 3084 1622 2776 | ||
| 433 | Q 1288 2469 1184 1941 | ||
| 434 | L 800 0 | ||
| 435 | L 225 0 | ||
| 436 | L 903 3500 | ||
| 437 | L 1478 3500 | ||
| 438 | L 1363 2950 | ||
| 439 | Q 1603 3253 1940 3418 | ||
| 440 | Q 2278 3584 2650 3584 | ||
| 441 | Q 3113 3584 3367 3334 | ||
| 442 | Q 3622 3084 3622 2631 | ||
| 443 | Q 3622 2519 3608 2391 | ||
| 444 | Q 3594 2263 3566 2113 | ||
| 445 | z | ||
| 446 | " transform="scale(0.015625)"/> | ||
| 447 | <path id="DejaVuSans-Oblique-70" d="M 3175 2156 | ||
| 448 | Q 3175 2616 2975 2859 | ||
| 449 | Q 2775 3103 2400 3103 | ||
| 450 | Q 2144 3103 1911 2972 | ||
| 451 | Q 1678 2841 1497 2591 | ||
| 452 | Q 1319 2344 1212 1994 | ||
| 453 | Q 1106 1644 1106 1300 | ||
| 454 | Q 1106 863 1306 627 | ||
| 455 | Q 1506 391 1875 391 | ||
| 456 | Q 2147 391 2380 519 | ||
| 457 | Q 2613 647 2778 891 | ||
| 458 | Q 2956 1147 3065 1494 | ||
| 459 | Q 3175 1841 3175 2156 | ||
| 460 | z | ||
| 461 | M 1394 2969 | ||
| 462 | Q 1625 3272 1939 3428 | ||
| 463 | Q 2253 3584 2638 3584 | ||
| 464 | Q 3175 3584 3472 3232 | ||
| 465 | Q 3769 2881 3769 2247 | ||
| 466 | Q 3769 1728 3584 1258 | ||
| 467 | Q 3400 788 3053 416 | ||
| 468 | Q 2822 169 2531 39 | ||
| 469 | Q 2241 -91 1919 -91 | ||
| 470 | Q 1547 -91 1294 64 | ||
| 471 | Q 1041 219 916 525 | ||
| 472 | L 556 -1331 | ||
| 473 | L -19 -1331 | ||
| 474 | L 922 3500 | ||
| 475 | L 1497 3500 | ||
| 476 | L 1394 2969 | ||
| 477 | z | ||
| 478 | " transform="scale(0.015625)"/> | ||
| 479 | <path id="DejaVuSans-Oblique-75" d="M 428 1388 | ||
| 480 | L 838 3500 | ||
| 481 | L 1416 3500 | ||
| 482 | L 1006 1409 | ||
| 483 | Q 975 1256 961 1147 | ||
| 484 | Q 947 1038 947 966 | ||
| 485 | Q 947 700 1109 554 | ||
| 486 | Q 1272 409 1569 409 | ||
| 487 | Q 2031 409 2368 721 | ||
| 488 | Q 2706 1034 2809 1563 | ||
| 489 | L 3194 3500 | ||
| 490 | L 3769 3500 | ||
| 491 | L 3091 0 | ||
| 492 | L 2516 0 | ||
| 493 | L 2631 550 | ||
| 494 | Q 2388 244 2052 76 | ||
| 495 | Q 1716 -91 1338 -91 | ||
| 496 | Q 878 -91 622 161 | ||
| 497 | Q 366 413 366 863 | ||
| 498 | Q 366 956 381 1097 | ||
| 499 | Q 397 1238 428 1388 | ||
| 500 | z | ||
| 501 | " transform="scale(0.015625)"/> | ||
| 502 | <path id="DejaVuSans-Oblique-74" d="M 2706 3500 | ||
| 503 | L 2619 3053 | ||
| 504 | L 1472 3053 | ||
| 505 | L 1100 1153 | ||
| 506 | Q 1081 1047 1072 975 | ||
| 507 | Q 1063 903 1063 863 | ||
| 508 | Q 1063 663 1183 572 | ||
| 509 | Q 1303 481 1569 481 | ||
| 510 | L 2150 481 | ||
| 511 | L 2053 0 | ||
| 512 | L 1503 0 | ||
| 513 | Q 991 0 739 200 | ||
| 514 | Q 488 400 488 806 | ||
| 515 | Q 488 878 497 964 | ||
| 516 | Q 506 1050 525 1153 | ||
| 517 | L 897 3053 | ||
| 518 | L 409 3053 | ||
| 519 | L 500 3500 | ||
| 520 | L 978 3500 | ||
| 521 | L 1172 4494 | ||
| 522 | L 1747 4494 | ||
| 523 | L 1556 3500 | ||
| 524 | L 2706 3500 | ||
| 525 | z | ||
| 526 | " transform="scale(0.015625)"/> | ||
| 527 | <path id="DejaVuSans-Oblique-6c" d="M 1172 4863 | ||
| 528 | L 1747 4863 | ||
| 529 | L 800 0 | ||
| 530 | L 225 0 | ||
| 531 | L 1172 4863 | ||
| 532 | z | ||
| 533 | " transform="scale(0.015625)"/> | ||
| 534 | </defs> | ||
| 535 | <use xlink:href="#DejaVuSans-Oblique-53"/> | ||
| 536 | <use xlink:href="#DejaVuSans-Oblique-69" x="63.476562"/> | ||
| 537 | <use xlink:href="#DejaVuSans-Oblique-7a" x="91.259766"/> | ||
| 538 | <use xlink:href="#DejaVuSans-Oblique-65" x="143.75"/> | ||
| 539 | <use xlink:href="#DejaVuSans-Oblique-20" x="205.273438"/> | ||
| 540 | <use xlink:href="#DejaVuSans-Oblique-6f" x="237.060547"/> | ||
| 541 | <use xlink:href="#DejaVuSans-Oblique-66" x="298.242188"/> | ||
| 542 | <use xlink:href="#DejaVuSans-Oblique-20" x="333.447266"/> | ||
| 543 | <use xlink:href="#DejaVuSans-Oblique-61" x="365.234375"/> | ||
| 544 | <use xlink:href="#DejaVuSans-Oblique-6e" x="426.513672"/> | ||
| 545 | <use xlink:href="#DejaVuSans-Oblique-20" x="489.892578"/> | ||
| 546 | <use xlink:href="#DejaVuSans-Oblique-69" x="521.679688"/> | ||
| 547 | <use xlink:href="#DejaVuSans-Oblique-6e" x="549.462891"/> | ||
| 548 | <use xlink:href="#DejaVuSans-Oblique-70" x="612.841797"/> | ||
| 549 | <use xlink:href="#DejaVuSans-Oblique-75" x="676.318359"/> | ||
| 550 | <use xlink:href="#DejaVuSans-Oblique-74" x="739.697266"/> | ||
| 551 | <use xlink:href="#DejaVuSans-Oblique-20" x="778.90625"/> | ||
| 552 | <use xlink:href="#DejaVuSans-Oblique-66" x="810.693359"/> | ||
| 553 | <use xlink:href="#DejaVuSans-Oblique-69" x="845.898438"/> | ||
| 554 | <use xlink:href="#DejaVuSans-Oblique-6c" x="873.681641"/> | ||
| 555 | <use xlink:href="#DejaVuSans-Oblique-65" x="901.464844"/> | ||
| 556 | </g> | ||
| 557 | </g> | ||
| 558 | </g> | ||
| 559 | <g id="matplotlib.axis_2"> | ||
| 560 | <g id="ytick_1"> | ||
| 561 | <g id="line2d_7"> | ||
| 562 | <defs> | ||
| 563 | <path id="ma77a0d662c" d="M 0 0 | ||
| 564 | L -3.5 0 | ||
| 565 | " style="stroke: #000000; stroke-width: 0.8"/> | ||
| 566 | </defs> | ||
| 567 | <g> | ||
| 568 | <use xlink:href="#ma77a0d662c" x="67.078125" y="246.726472" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 569 | </g> | ||
| 570 | </g> | ||
| 571 | <g id="text_8"> | ||
| 572 | <!-- 0 --> | ||
| 573 | <g transform="translate(53.715625 250.525691)scale(0.1 -0.1)"> | ||
| 574 | <use xlink:href="#DejaVuSans-30"/> | ||
| 575 | </g> | ||
| 576 | </g> | ||
| 577 | </g> | ||
| 578 | <g id="ytick_2"> | ||
| 579 | <g id="line2d_8"> | ||
| 580 | <g> | ||
| 581 | <use xlink:href="#ma77a0d662c" x="67.078125" y="221.218043" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 582 | </g> | ||
| 583 | </g> | ||
| 584 | <g id="text_9"> | ||
| 585 | <!-- 50000 --> | ||
| 586 | <g transform="translate(28.265625 225.017261)scale(0.1 -0.1)"> | ||
| 587 | <defs> | ||
| 588 | <path id="DejaVuSans-35" d="M 691 4666 | ||
| 589 | L 3169 4666 | ||
| 590 | L 3169 4134 | ||
| 591 | L 1269 4134 | ||
| 592 | L 1269 2991 | ||
| 593 | Q 1406 3038 1543 3061 | ||
| 594 | Q 1681 3084 1819 3084 | ||
| 595 | Q 2600 3084 3056 2656 | ||
| 596 | Q 3513 2228 3513 1497 | ||
| 597 | Q 3513 744 3044 326 | ||
| 598 | Q 2575 -91 1722 -91 | ||
| 599 | Q 1428 -91 1123 -41 | ||
| 600 | Q 819 9 494 109 | ||
| 601 | L 494 744 | ||
| 602 | Q 775 591 1075 516 | ||
| 603 | Q 1375 441 1709 441 | ||
| 604 | Q 2250 441 2565 725 | ||
| 605 | Q 2881 1009 2881 1497 | ||
| 606 | Q 2881 1984 2565 2268 | ||
| 607 | Q 2250 2553 1709 2553 | ||
| 608 | Q 1456 2553 1204 2497 | ||
| 609 | Q 953 2441 691 2322 | ||
| 610 | L 691 4666 | ||
| 611 | z | ||
| 612 | " transform="scale(0.015625)"/> | ||
| 613 | </defs> | ||
| 614 | <use xlink:href="#DejaVuSans-35"/> | ||
| 615 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 616 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 617 | <use xlink:href="#DejaVuSans-30" x="190.869141"/> | ||
| 618 | <use xlink:href="#DejaVuSans-30" x="254.492188"/> | ||
| 619 | </g> | ||
| 620 | </g> | ||
| 621 | </g> | ||
| 622 | <g id="ytick_3"> | ||
| 623 | <g id="line2d_9"> | ||
| 624 | <g> | ||
| 625 | <use xlink:href="#ma77a0d662c" x="67.078125" y="195.709614" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 626 | </g> | ||
| 627 | </g> | ||
| 628 | <g id="text_10"> | ||
| 629 | <!-- 100000 --> | ||
| 630 | <g transform="translate(21.903125 199.508832)scale(0.1 -0.1)"> | ||
| 631 | <use xlink:href="#DejaVuSans-31"/> | ||
| 632 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 633 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 634 | <use xlink:href="#DejaVuSans-30" x="190.869141"/> | ||
| 635 | <use xlink:href="#DejaVuSans-30" x="254.492188"/> | ||
| 636 | <use xlink:href="#DejaVuSans-30" x="318.115234"/> | ||
| 637 | </g> | ||
| 638 | </g> | ||
| 639 | </g> | ||
| 640 | <g id="ytick_4"> | ||
| 641 | <g id="line2d_10"> | ||
| 642 | <g> | ||
| 643 | <use xlink:href="#ma77a0d662c" x="67.078125" y="170.201184" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 644 | </g> | ||
| 645 | </g> | ||
| 646 | <g id="text_11"> | ||
| 647 | <!-- 150000 --> | ||
| 648 | <g transform="translate(21.903125 174.000403)scale(0.1 -0.1)"> | ||
| 649 | <use xlink:href="#DejaVuSans-31"/> | ||
| 650 | <use xlink:href="#DejaVuSans-35" x="63.623047"/> | ||
| 651 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 652 | <use xlink:href="#DejaVuSans-30" x="190.869141"/> | ||
| 653 | <use xlink:href="#DejaVuSans-30" x="254.492188"/> | ||
| 654 | <use xlink:href="#DejaVuSans-30" x="318.115234"/> | ||
| 655 | </g> | ||
| 656 | </g> | ||
| 657 | </g> | ||
| 658 | <g id="ytick_5"> | ||
| 659 | <g id="line2d_11"> | ||
| 660 | <g> | ||
| 661 | <use xlink:href="#ma77a0d662c" x="67.078125" y="144.692755" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 662 | </g> | ||
| 663 | </g> | ||
| 664 | <g id="text_12"> | ||
| 665 | <!-- 200000 --> | ||
| 666 | <g transform="translate(21.903125 148.491974)scale(0.1 -0.1)"> | ||
| 667 | <defs> | ||
| 668 | <path id="DejaVuSans-32" d="M 1228 531 | ||
| 669 | L 3431 531 | ||
| 670 | L 3431 0 | ||
| 671 | L 469 0 | ||
| 672 | L 469 531 | ||
| 673 | Q 828 903 1448 1529 | ||
| 674 | Q 2069 2156 2228 2338 | ||
| 675 | Q 2531 2678 2651 2914 | ||
| 676 | Q 2772 3150 2772 3378 | ||
| 677 | Q 2772 3750 2511 3984 | ||
| 678 | Q 2250 4219 1831 4219 | ||
| 679 | Q 1534 4219 1204 4116 | ||
| 680 | Q 875 4013 500 3803 | ||
| 681 | L 500 4441 | ||
| 682 | Q 881 4594 1212 4672 | ||
| 683 | Q 1544 4750 1819 4750 | ||
| 684 | Q 2544 4750 2975 4387 | ||
| 685 | Q 3406 4025 3406 3419 | ||
| 686 | Q 3406 3131 3298 2873 | ||
| 687 | Q 3191 2616 2906 2266 | ||
| 688 | Q 2828 2175 2409 1742 | ||
| 689 | Q 1991 1309 1228 531 | ||
| 690 | z | ||
| 691 | " transform="scale(0.015625)"/> | ||
| 692 | </defs> | ||
| 693 | <use xlink:href="#DejaVuSans-32"/> | ||
| 694 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 695 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 696 | <use xlink:href="#DejaVuSans-30" x="190.869141"/> | ||
| 697 | <use xlink:href="#DejaVuSans-30" x="254.492188"/> | ||
| 698 | <use xlink:href="#DejaVuSans-30" x="318.115234"/> | ||
| 699 | </g> | ||
| 700 | </g> | ||
| 701 | </g> | ||
| 702 | <g id="ytick_6"> | ||
| 703 | <g id="line2d_12"> | ||
| 704 | <g> | ||
| 705 | <use xlink:href="#ma77a0d662c" x="67.078125" y="119.184326" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 706 | </g> | ||
| 707 | </g> | ||
| 708 | <g id="text_13"> | ||
| 709 | <!-- 250000 --> | ||
| 710 | <g transform="translate(21.903125 122.983545)scale(0.1 -0.1)"> | ||
| 711 | <use xlink:href="#DejaVuSans-32"/> | ||
| 712 | <use xlink:href="#DejaVuSans-35" x="63.623047"/> | ||
| 713 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 714 | <use xlink:href="#DejaVuSans-30" x="190.869141"/> | ||
| 715 | <use xlink:href="#DejaVuSans-30" x="254.492188"/> | ||
| 716 | <use xlink:href="#DejaVuSans-30" x="318.115234"/> | ||
| 717 | </g> | ||
| 718 | </g> | ||
| 719 | </g> | ||
| 720 | <g id="ytick_7"> | ||
| 721 | <g id="line2d_13"> | ||
| 722 | <g> | ||
| 723 | <use xlink:href="#ma77a0d662c" x="67.078125" y="93.675897" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 724 | </g> | ||
| 725 | </g> | ||
| 726 | <g id="text_14"> | ||
| 727 | <!-- 300000 --> | ||
| 728 | <g transform="translate(21.903125 97.475116)scale(0.1 -0.1)"> | ||
| 729 | <defs> | ||
| 730 | <path id="DejaVuSans-33" d="M 2597 2516 | ||
| 731 | Q 3050 2419 3304 2112 | ||
| 732 | Q 3559 1806 3559 1356 | ||
| 733 | Q 3559 666 3084 287 | ||
| 734 | Q 2609 -91 1734 -91 | ||
| 735 | Q 1441 -91 1130 -33 | ||
| 736 | Q 819 25 488 141 | ||
| 737 | L 488 750 | ||
| 738 | Q 750 597 1062 519 | ||
| 739 | Q 1375 441 1716 441 | ||
| 740 | Q 2309 441 2620 675 | ||
| 741 | Q 2931 909 2931 1356 | ||
| 742 | Q 2931 1769 2642 2001 | ||
| 743 | Q 2353 2234 1838 2234 | ||
| 744 | L 1294 2234 | ||
| 745 | L 1294 2753 | ||
| 746 | L 1863 2753 | ||
| 747 | Q 2328 2753 2575 2939 | ||
| 748 | Q 2822 3125 2822 3475 | ||
| 749 | Q 2822 3834 2567 4026 | ||
| 750 | Q 2313 4219 1838 4219 | ||
| 751 | Q 1578 4219 1281 4162 | ||
| 752 | Q 984 4106 628 3988 | ||
| 753 | L 628 4550 | ||
| 754 | Q 988 4650 1302 4700 | ||
| 755 | Q 1616 4750 1894 4750 | ||
| 756 | Q 2613 4750 3031 4423 | ||
| 757 | Q 3450 4097 3450 3541 | ||
| 758 | Q 3450 3153 3228 2886 | ||
| 759 | Q 3006 2619 2597 2516 | ||
| 760 | z | ||
| 761 | " transform="scale(0.015625)"/> | ||
| 762 | </defs> | ||
| 763 | <use xlink:href="#DejaVuSans-33"/> | ||
| 764 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 765 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 766 | <use xlink:href="#DejaVuSans-30" x="190.869141"/> | ||
| 767 | <use xlink:href="#DejaVuSans-30" x="254.492188"/> | ||
| 768 | <use xlink:href="#DejaVuSans-30" x="318.115234"/> | ||
| 769 | </g> | ||
| 770 | </g> | ||
| 771 | </g> | ||
| 772 | <g id="ytick_8"> | ||
| 773 | <g id="line2d_14"> | ||
| 774 | <g> | ||
| 775 | <use xlink:href="#ma77a0d662c" x="67.078125" y="68.167468" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 776 | </g> | ||
| 777 | </g> | ||
| 778 | <g id="text_15"> | ||
| 779 | <!-- 350000 --> | ||
| 780 | <g transform="translate(21.903125 71.966686)scale(0.1 -0.1)"> | ||
| 781 | <use xlink:href="#DejaVuSans-33"/> | ||
| 782 | <use xlink:href="#DejaVuSans-35" x="63.623047"/> | ||
| 783 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 784 | <use xlink:href="#DejaVuSans-30" x="190.869141"/> | ||
| 785 | <use xlink:href="#DejaVuSans-30" x="254.492188"/> | ||
| 786 | <use xlink:href="#DejaVuSans-30" x="318.115234"/> | ||
| 787 | </g> | ||
| 788 | </g> | ||
| 789 | </g> | ||
| 790 | <g id="ytick_9"> | ||
| 791 | <g id="line2d_15"> | ||
| 792 | <g> | ||
| 793 | <use xlink:href="#ma77a0d662c" x="67.078125" y="42.659039" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 794 | </g> | ||
| 795 | </g> | ||
| 796 | <g id="text_16"> | ||
| 797 | <!-- 400000 --> | ||
| 798 | <g transform="translate(21.903125 46.458257)scale(0.1 -0.1)"> | ||
| 799 | <defs> | ||
| 800 | <path id="DejaVuSans-34" d="M 2419 4116 | ||
| 801 | L 825 1625 | ||
| 802 | L 2419 1625 | ||
| 803 | L 2419 4116 | ||
| 804 | z | ||
| 805 | M 2253 4666 | ||
| 806 | L 3047 4666 | ||
| 807 | L 3047 1625 | ||
| 808 | L 3713 1625 | ||
| 809 | L 3713 1100 | ||
| 810 | L 3047 1100 | ||
| 811 | L 3047 0 | ||
| 812 | L 2419 0 | ||
| 813 | L 2419 1100 | ||
| 814 | L 313 1100 | ||
| 815 | L 313 1709 | ||
| 816 | L 2253 4666 | ||
| 817 | z | ||
| 818 | " transform="scale(0.015625)"/> | ||
| 819 | </defs> | ||
| 820 | <use xlink:href="#DejaVuSans-34"/> | ||
| 821 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 822 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 823 | <use xlink:href="#DejaVuSans-30" x="190.869141"/> | ||
| 824 | <use xlink:href="#DejaVuSans-30" x="254.492188"/> | ||
| 825 | <use xlink:href="#DejaVuSans-30" x="318.115234"/> | ||
| 826 | </g> | ||
| 827 | </g> | ||
| 828 | </g> | ||
| 829 | <g id="text_17"> | ||
| 830 | <!-- File size (KB) --> | ||
| 831 | <g transform="translate(15.823437 175.197396)rotate(-90)scale(0.1 -0.1)"> | ||
| 832 | <defs> | ||
| 833 | <path id="DejaVuSans-Oblique-46" d="M 1081 4666 | ||
| 834 | L 3756 4666 | ||
| 835 | L 3653 4134 | ||
| 836 | L 1606 4134 | ||
| 837 | L 1338 2759 | ||
| 838 | L 3188 2759 | ||
| 839 | L 3084 2228 | ||
| 840 | L 1234 2228 | ||
| 841 | L 800 0 | ||
| 842 | L 172 0 | ||
| 843 | L 1081 4666 | ||
| 844 | z | ||
| 845 | " transform="scale(0.015625)"/> | ||
| 846 | <path id="DejaVuSans-Oblique-73" d="M 3200 3397 | ||
| 847 | L 3091 2853 | ||
| 848 | Q 2863 2978 2609 3040 | ||
| 849 | Q 2356 3103 2088 3103 | ||
| 850 | Q 1634 3103 1373 2948 | ||
| 851 | Q 1113 2794 1113 2528 | ||
| 852 | Q 1113 2219 1719 2053 | ||
| 853 | Q 1766 2041 1788 2034 | ||
| 854 | L 1972 1978 | ||
| 855 | Q 2547 1819 2739 1644 | ||
| 856 | Q 2931 1469 2931 1166 | ||
| 857 | Q 2931 609 2489 259 | ||
| 858 | Q 2047 -91 1331 -91 | ||
| 859 | Q 1053 -91 747 -37 | ||
| 860 | Q 441 16 72 128 | ||
| 861 | L 184 722 | ||
| 862 | Q 500 559 806 475 | ||
| 863 | Q 1113 391 1394 391 | ||
| 864 | Q 1816 391 2080 572 | ||
| 865 | Q 2344 753 2344 1031 | ||
| 866 | Q 2344 1331 1650 1516 | ||
| 867 | L 1591 1531 | ||
| 868 | L 1394 1581 | ||
| 869 | Q 956 1697 753 1886 | ||
| 870 | Q 550 2075 550 2369 | ||
| 871 | Q 550 2928 970 3256 | ||
| 872 | Q 1391 3584 2113 3584 | ||
| 873 | Q 2397 3584 2667 3537 | ||
| 874 | Q 2938 3491 3200 3397 | ||
| 875 | z | ||
| 876 | " transform="scale(0.015625)"/> | ||
| 877 | <path id="DejaVuSans-Oblique-28" d="M 2731 4856 | ||
| 878 | Q 1903 3822 1495 2892 | ||
| 879 | Q 1088 1963 1088 1100 | ||
| 880 | Q 1088 606 1206 120 | ||
| 881 | Q 1325 -366 1563 -844 | ||
| 882 | L 1063 -844 | ||
| 883 | Q 775 -306 634 201 | ||
| 884 | Q 494 709 494 1197 | ||
| 885 | Q 494 2125 923 3036 | ||
| 886 | Q 1353 3947 2222 4856 | ||
| 887 | L 2731 4856 | ||
| 888 | z | ||
| 889 | " transform="scale(0.015625)"/> | ||
| 890 | <path id="DejaVuSans-Oblique-4b" d="M 1081 4666 | ||
| 891 | L 1716 4666 | ||
| 892 | L 1331 2700 | ||
| 893 | L 3781 4666 | ||
| 894 | L 4622 4666 | ||
| 895 | L 1850 2438 | ||
| 896 | L 3878 0 | ||
| 897 | L 3109 0 | ||
| 898 | L 1247 2272 | ||
| 899 | L 806 0 | ||
| 900 | L 172 0 | ||
| 901 | L 1081 4666 | ||
| 902 | z | ||
| 903 | " transform="scale(0.015625)"/> | ||
| 904 | <path id="DejaVuSans-Oblique-42" d="M 1081 4666 | ||
| 905 | L 2694 4666 | ||
| 906 | Q 3350 4666 3675 4422 | ||
| 907 | Q 4000 4178 4000 3688 | ||
| 908 | Q 4000 3238 3720 2911 | ||
| 909 | Q 3441 2584 2988 2516 | ||
| 910 | Q 3375 2428 3569 2181 | ||
| 911 | Q 3763 1934 3763 1522 | ||
| 912 | Q 3763 819 3242 409 | ||
| 913 | Q 2722 0 1819 0 | ||
| 914 | L 172 0 | ||
| 915 | L 1081 4666 | ||
| 916 | z | ||
| 917 | M 1234 2228 | ||
| 918 | L 903 519 | ||
| 919 | L 1919 519 | ||
| 920 | Q 2491 519 2800 781 | ||
| 921 | Q 3109 1044 3109 1522 | ||
| 922 | Q 3109 1891 2904 2059 | ||
| 923 | Q 2700 2228 2247 2228 | ||
| 924 | L 1234 2228 | ||
| 925 | z | ||
| 926 | M 1606 4147 | ||
| 927 | L 1331 2741 | ||
| 928 | L 2272 2741 | ||
| 929 | Q 2775 2741 3058 2959 | ||
| 930 | Q 3341 3178 3341 3566 | ||
| 931 | Q 3341 3869 3150 4008 | ||
| 932 | Q 2959 4147 2541 4147 | ||
| 933 | L 1606 4147 | ||
| 934 | z | ||
| 935 | " transform="scale(0.015625)"/> | ||
| 936 | <path id="DejaVuSans-Oblique-29" d="M -397 -844 | ||
| 937 | Q 434 191 840 1120 | ||
| 938 | Q 1247 2050 1247 2913 | ||
| 939 | Q 1247 3406 1130 3892 | ||
| 940 | Q 1013 4378 775 4856 | ||
| 941 | L 1275 4856 | ||
| 942 | Q 1563 4316 1703 3812 | ||
| 943 | Q 1844 3309 1844 2822 | ||
| 944 | Q 1844 1891 1411 973 | ||
| 945 | Q 978 56 116 -844 | ||
| 946 | L -397 -844 | ||
| 947 | z | ||
| 948 | " transform="scale(0.015625)"/> | ||
| 949 | </defs> | ||
| 950 | <use xlink:href="#DejaVuSans-Oblique-46"/> | ||
| 951 | <use xlink:href="#DejaVuSans-Oblique-69" x="57.519531"/> | ||
| 952 | <use xlink:href="#DejaVuSans-Oblique-6c" x="85.302734"/> | ||
| 953 | <use xlink:href="#DejaVuSans-Oblique-65" x="113.085938"/> | ||
| 954 | <use xlink:href="#DejaVuSans-Oblique-20" x="174.609375"/> | ||
| 955 | <use xlink:href="#DejaVuSans-Oblique-73" x="206.396484"/> | ||
| 956 | <use xlink:href="#DejaVuSans-Oblique-69" x="258.496094"/> | ||
| 957 | <use xlink:href="#DejaVuSans-Oblique-7a" x="286.279297"/> | ||
| 958 | <use xlink:href="#DejaVuSans-Oblique-65" x="338.769531"/> | ||
| 959 | <use xlink:href="#DejaVuSans-Oblique-20" x="400.292969"/> | ||
| 960 | <use xlink:href="#DejaVuSans-Oblique-28" x="432.080078"/> | ||
| 961 | <use xlink:href="#DejaVuSans-Oblique-4b" x="471.09375"/> | ||
| 962 | <use xlink:href="#DejaVuSans-Oblique-42" x="536.669922"/> | ||
| 963 | <use xlink:href="#DejaVuSans-Oblique-29" x="605.273438"/> | ||
| 964 | </g> | ||
| 965 | </g> | ||
| 966 | </g> | ||
| 967 | <g id="line2d_16"> | ||
| 968 | <path d="M 94.770241 246.72438 | ||
| 969 | L 205.538707 246.705708 | ||
| 970 | L 316.307173 246.518986 | ||
| 971 | L 427.075639 244.634781 | ||
| 972 | L 537.844105 225.96261 | ||
| 973 | L 648.612571 39.240909 | ||
| 974 | " clip-path="url(#p7aac08e103)" style="fill: none; stroke: #000000; stroke-width: 1.5; stroke-linecap: square"/> | ||
| 975 | </g> | ||
| 976 | <g id="line2d_17"> | ||
| 977 | <path d="M 94.770241 246.725758 | ||
| 978 | L 205.538707 246.71984 | ||
| 979 | L 316.307173 246.664741 | ||
| 980 | L 427.075639 246.11427 | ||
| 981 | L 537.844105 240.604449 | ||
| 982 | L 648.612571 186.526579 | ||
| 983 | " clip-path="url(#p7aac08e103)" style="fill: none; stroke-dasharray: 5.55,2.4; stroke-dashoffset: 0; stroke: #000000; stroke-width: 1.5"/> | ||
| 984 | </g> | ||
| 985 | <g id="patch_3"> | ||
| 986 | <path d="M 67.078125 257.1 | ||
| 987 | L 67.078125 28.866667 | ||
| 988 | " style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> | ||
| 989 | </g> | ||
| 990 | <g id="patch_4"> | ||
| 991 | <path d="M 676.304688 257.1 | ||
| 992 | L 676.304688 28.866667 | ||
| 993 | " style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> | ||
| 994 | </g> | ||
| 995 | <g id="patch_5"> | ||
| 996 | <path d="M 67.078125 257.1 | ||
| 997 | L 676.304688 257.1 | ||
| 998 | " style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> | ||
| 999 | </g> | ||
| 1000 | <g id="patch_6"> | ||
| 1001 | <path d="M 67.078125 28.866667 | ||
| 1002 | L 676.304688 28.866667 | ||
| 1003 | " style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> | ||
| 1004 | </g> | ||
| 1005 | <g id="text_18"> | ||
| 1006 | <!-- Encode to FASTA out filesize --> | ||
| 1007 | <g transform="translate(287.257344 22.866667)scale(0.12 -0.12)"> | ||
| 1008 | <defs> | ||
| 1009 | <path id="DejaVuSans-45" d="M 628 4666 | ||
| 1010 | L 3578 4666 | ||
| 1011 | L 3578 4134 | ||
| 1012 | L 1259 4134 | ||
| 1013 | L 1259 2753 | ||
| 1014 | L 3481 2753 | ||
| 1015 | L 3481 2222 | ||
| 1016 | L 1259 2222 | ||
| 1017 | L 1259 531 | ||
| 1018 | L 3634 531 | ||
| 1019 | L 3634 0 | ||
| 1020 | L 628 0 | ||
| 1021 | L 628 4666 | ||
| 1022 | z | ||
| 1023 | " transform="scale(0.015625)"/> | ||
| 1024 | <path id="DejaVuSans-6e" d="M 3513 2113 | ||
| 1025 | L 3513 0 | ||
| 1026 | L 2938 0 | ||
| 1027 | L 2938 2094 | ||
| 1028 | Q 2938 2591 2744 2837 | ||
| 1029 | Q 2550 3084 2163 3084 | ||
| 1030 | Q 1697 3084 1428 2787 | ||
| 1031 | Q 1159 2491 1159 1978 | ||
| 1032 | L 1159 0 | ||
| 1033 | L 581 0 | ||
| 1034 | L 581 3500 | ||
| 1035 | L 1159 3500 | ||
| 1036 | L 1159 2956 | ||
| 1037 | Q 1366 3272 1645 3428 | ||
| 1038 | Q 1925 3584 2291 3584 | ||
| 1039 | Q 2894 3584 3203 3211 | ||
| 1040 | Q 3513 2838 3513 2113 | ||
| 1041 | z | ||
| 1042 | " transform="scale(0.015625)"/> | ||
| 1043 | <path id="DejaVuSans-63" d="M 3122 3366 | ||
| 1044 | L 3122 2828 | ||
| 1045 | Q 2878 2963 2633 3030 | ||
| 1046 | Q 2388 3097 2138 3097 | ||
| 1047 | Q 1578 3097 1268 2742 | ||
| 1048 | Q 959 2388 959 1747 | ||
| 1049 | Q 959 1106 1268 751 | ||
| 1050 | Q 1578 397 2138 397 | ||
| 1051 | Q 2388 397 2633 464 | ||
| 1052 | Q 2878 531 3122 666 | ||
| 1053 | L 3122 134 | ||
| 1054 | Q 2881 22 2623 -34 | ||
| 1055 | Q 2366 -91 2075 -91 | ||
| 1056 | Q 1284 -91 818 406 | ||
| 1057 | Q 353 903 353 1747 | ||
| 1058 | Q 353 2603 823 3093 | ||
| 1059 | Q 1294 3584 2113 3584 | ||
| 1060 | Q 2378 3584 2631 3529 | ||
| 1061 | Q 2884 3475 3122 3366 | ||
| 1062 | z | ||
| 1063 | " transform="scale(0.015625)"/> | ||
| 1064 | <path id="DejaVuSans-6f" d="M 1959 3097 | ||
| 1065 | Q 1497 3097 1228 2736 | ||
| 1066 | Q 959 2375 959 1747 | ||
| 1067 | Q 959 1119 1226 758 | ||
| 1068 | Q 1494 397 1959 397 | ||
| 1069 | Q 2419 397 2687 759 | ||
| 1070 | Q 2956 1122 2956 1747 | ||
| 1071 | Q 2956 2369 2687 2733 | ||
| 1072 | Q 2419 3097 1959 3097 | ||
| 1073 | z | ||
| 1074 | M 1959 3584 | ||
| 1075 | Q 2709 3584 3137 3096 | ||
| 1076 | Q 3566 2609 3566 1747 | ||
| 1077 | Q 3566 888 3137 398 | ||
| 1078 | Q 2709 -91 1959 -91 | ||
| 1079 | Q 1206 -91 779 398 | ||
| 1080 | Q 353 888 353 1747 | ||
| 1081 | Q 353 2609 779 3096 | ||
| 1082 | Q 1206 3584 1959 3584 | ||
| 1083 | z | ||
| 1084 | " transform="scale(0.015625)"/> | ||
| 1085 | <path id="DejaVuSans-64" d="M 2906 2969 | ||
| 1086 | L 2906 4863 | ||
| 1087 | L 3481 4863 | ||
| 1088 | L 3481 0 | ||
| 1089 | L 2906 0 | ||
| 1090 | L 2906 525 | ||
| 1091 | Q 2725 213 2448 61 | ||
| 1092 | Q 2172 -91 1784 -91 | ||
| 1093 | Q 1150 -91 751 415 | ||
| 1094 | Q 353 922 353 1747 | ||
| 1095 | Q 353 2572 751 3078 | ||
| 1096 | Q 1150 3584 1784 3584 | ||
| 1097 | Q 2172 3584 2448 3432 | ||
| 1098 | Q 2725 3281 2906 2969 | ||
| 1099 | z | ||
| 1100 | M 947 1747 | ||
| 1101 | Q 947 1113 1208 752 | ||
| 1102 | Q 1469 391 1925 391 | ||
| 1103 | Q 2381 391 2643 752 | ||
| 1104 | Q 2906 1113 2906 1747 | ||
| 1105 | Q 2906 2381 2643 2742 | ||
| 1106 | Q 2381 3103 1925 3103 | ||
| 1107 | Q 1469 3103 1208 2742 | ||
| 1108 | Q 947 2381 947 1747 | ||
| 1109 | z | ||
| 1110 | " transform="scale(0.015625)"/> | ||
| 1111 | <path id="DejaVuSans-65" d="M 3597 1894 | ||
| 1112 | L 3597 1613 | ||
| 1113 | L 953 1613 | ||
| 1114 | Q 991 1019 1311 708 | ||
| 1115 | Q 1631 397 2203 397 | ||
| 1116 | Q 2534 397 2845 478 | ||
| 1117 | Q 3156 559 3463 722 | ||
| 1118 | L 3463 178 | ||
| 1119 | Q 3153 47 2828 -22 | ||
| 1120 | Q 2503 -91 2169 -91 | ||
| 1121 | Q 1331 -91 842 396 | ||
| 1122 | Q 353 884 353 1716 | ||
| 1123 | Q 353 2575 817 3079 | ||
| 1124 | Q 1281 3584 2069 3584 | ||
| 1125 | Q 2775 3584 3186 3129 | ||
| 1126 | Q 3597 2675 3597 1894 | ||
| 1127 | z | ||
| 1128 | M 3022 2063 | ||
| 1129 | Q 3016 2534 2758 2815 | ||
| 1130 | Q 2500 3097 2075 3097 | ||
| 1131 | Q 1594 3097 1305 2825 | ||
| 1132 | Q 1016 2553 972 2059 | ||
| 1133 | L 3022 2063 | ||
| 1134 | z | ||
| 1135 | " transform="scale(0.015625)"/> | ||
| 1136 | <path id="DejaVuSans-20" transform="scale(0.015625)"/> | ||
| 1137 | <path id="DejaVuSans-74" d="M 1172 4494 | ||
| 1138 | L 1172 3500 | ||
| 1139 | L 2356 3500 | ||
| 1140 | L 2356 3053 | ||
| 1141 | L 1172 3053 | ||
| 1142 | L 1172 1153 | ||
| 1143 | Q 1172 725 1289 603 | ||
| 1144 | Q 1406 481 1766 481 | ||
| 1145 | L 2356 481 | ||
| 1146 | L 2356 0 | ||
| 1147 | L 1766 0 | ||
| 1148 | Q 1100 0 847 248 | ||
| 1149 | Q 594 497 594 1153 | ||
| 1150 | L 594 3053 | ||
| 1151 | L 172 3053 | ||
| 1152 | L 172 3500 | ||
| 1153 | L 594 3500 | ||
| 1154 | L 594 4494 | ||
| 1155 | L 1172 4494 | ||
| 1156 | z | ||
| 1157 | " transform="scale(0.015625)"/> | ||
| 1158 | <path id="DejaVuSans-46" d="M 628 4666 | ||
| 1159 | L 3309 4666 | ||
| 1160 | L 3309 4134 | ||
| 1161 | L 1259 4134 | ||
| 1162 | L 1259 2759 | ||
| 1163 | L 3109 2759 | ||
| 1164 | L 3109 2228 | ||
| 1165 | L 1259 2228 | ||
| 1166 | L 1259 0 | ||
| 1167 | L 628 0 | ||
| 1168 | L 628 4666 | ||
| 1169 | z | ||
| 1170 | " transform="scale(0.015625)"/> | ||
| 1171 | <path id="DejaVuSans-41" d="M 2188 4044 | ||
| 1172 | L 1331 1722 | ||
| 1173 | L 3047 1722 | ||
| 1174 | L 2188 4044 | ||
| 1175 | z | ||
| 1176 | M 1831 4666 | ||
| 1177 | L 2547 4666 | ||
| 1178 | L 4325 0 | ||
| 1179 | L 3669 0 | ||
| 1180 | L 3244 1197 | ||
| 1181 | L 1141 1197 | ||
| 1182 | L 716 0 | ||
| 1183 | L 50 0 | ||
| 1184 | L 1831 4666 | ||
| 1185 | z | ||
| 1186 | " transform="scale(0.015625)"/> | ||
| 1187 | <path id="DejaVuSans-53" d="M 3425 4513 | ||
| 1188 | L 3425 3897 | ||
| 1189 | Q 3066 4069 2747 4153 | ||
| 1190 | Q 2428 4238 2131 4238 | ||
| 1191 | Q 1616 4238 1336 4038 | ||
| 1192 | Q 1056 3838 1056 3469 | ||
| 1193 | Q 1056 3159 1242 3001 | ||
| 1194 | Q 1428 2844 1947 2747 | ||
| 1195 | L 2328 2669 | ||
| 1196 | Q 3034 2534 3370 2195 | ||
| 1197 | Q 3706 1856 3706 1288 | ||
| 1198 | Q 3706 609 3251 259 | ||
| 1199 | Q 2797 -91 1919 -91 | ||
| 1200 | Q 1588 -91 1214 -16 | ||
| 1201 | Q 841 59 441 206 | ||
| 1202 | L 441 856 | ||
| 1203 | Q 825 641 1194 531 | ||
| 1204 | Q 1563 422 1919 422 | ||
| 1205 | Q 2459 422 2753 634 | ||
| 1206 | Q 3047 847 3047 1241 | ||
| 1207 | Q 3047 1584 2836 1778 | ||
| 1208 | Q 2625 1972 2144 2069 | ||
| 1209 | L 1759 2144 | ||
| 1210 | Q 1053 2284 737 2584 | ||
| 1211 | Q 422 2884 422 3419 | ||
| 1212 | Q 422 4038 858 4394 | ||
| 1213 | Q 1294 4750 2059 4750 | ||
| 1214 | Q 2388 4750 2728 4690 | ||
| 1215 | Q 3069 4631 3425 4513 | ||
| 1216 | z | ||
| 1217 | " transform="scale(0.015625)"/> | ||
| 1218 | <path id="DejaVuSans-54" d="M -19 4666 | ||
| 1219 | L 3928 4666 | ||
| 1220 | L 3928 4134 | ||
| 1221 | L 2272 4134 | ||
| 1222 | L 2272 0 | ||
| 1223 | L 1638 0 | ||
| 1224 | L 1638 4134 | ||
| 1225 | L -19 4134 | ||
| 1226 | L -19 4666 | ||
| 1227 | z | ||
| 1228 | " transform="scale(0.015625)"/> | ||
| 1229 | <path id="DejaVuSans-75" d="M 544 1381 | ||
| 1230 | L 544 3500 | ||
| 1231 | L 1119 3500 | ||
| 1232 | L 1119 1403 | ||
| 1233 | Q 1119 906 1312 657 | ||
| 1234 | Q 1506 409 1894 409 | ||
| 1235 | Q 2359 409 2629 706 | ||
| 1236 | Q 2900 1003 2900 1516 | ||
| 1237 | L 2900 3500 | ||
| 1238 | L 3475 3500 | ||
| 1239 | L 3475 0 | ||
| 1240 | L 2900 0 | ||
| 1241 | L 2900 538 | ||
| 1242 | Q 2691 219 2414 64 | ||
| 1243 | Q 2138 -91 1772 -91 | ||
| 1244 | Q 1169 -91 856 284 | ||
| 1245 | Q 544 659 544 1381 | ||
| 1246 | z | ||
| 1247 | M 1991 3584 | ||
| 1248 | L 1991 3584 | ||
| 1249 | z | ||
| 1250 | " transform="scale(0.015625)"/> | ||
| 1251 | <path id="DejaVuSans-66" d="M 2375 4863 | ||
| 1252 | L 2375 4384 | ||
| 1253 | L 1825 4384 | ||
| 1254 | Q 1516 4384 1395 4259 | ||
| 1255 | Q 1275 4134 1275 3809 | ||
| 1256 | L 1275 3500 | ||
| 1257 | L 2222 3500 | ||
| 1258 | L 2222 3053 | ||
| 1259 | L 1275 3053 | ||
| 1260 | L 1275 0 | ||
| 1261 | L 697 0 | ||
| 1262 | L 697 3053 | ||
| 1263 | L 147 3053 | ||
| 1264 | L 147 3500 | ||
| 1265 | L 697 3500 | ||
| 1266 | L 697 3744 | ||
| 1267 | Q 697 4328 969 4595 | ||
| 1268 | Q 1241 4863 1831 4863 | ||
| 1269 | L 2375 4863 | ||
| 1270 | z | ||
| 1271 | " transform="scale(0.015625)"/> | ||
| 1272 | <path id="DejaVuSans-69" d="M 603 3500 | ||
| 1273 | L 1178 3500 | ||
| 1274 | L 1178 0 | ||
| 1275 | L 603 0 | ||
| 1276 | L 603 3500 | ||
| 1277 | z | ||
| 1278 | M 603 4863 | ||
| 1279 | L 1178 4863 | ||
| 1280 | L 1178 4134 | ||
| 1281 | L 603 4134 | ||
| 1282 | L 603 4863 | ||
| 1283 | z | ||
| 1284 | " transform="scale(0.015625)"/> | ||
| 1285 | <path id="DejaVuSans-6c" d="M 603 4863 | ||
| 1286 | L 1178 4863 | ||
| 1287 | L 1178 0 | ||
| 1288 | L 603 0 | ||
| 1289 | L 603 4863 | ||
| 1290 | z | ||
| 1291 | " transform="scale(0.015625)"/> | ||
| 1292 | <path id="DejaVuSans-73" d="M 2834 3397 | ||
| 1293 | L 2834 2853 | ||
| 1294 | Q 2591 2978 2328 3040 | ||
| 1295 | Q 2066 3103 1784 3103 | ||
| 1296 | Q 1356 3103 1142 2972 | ||
| 1297 | Q 928 2841 928 2578 | ||
| 1298 | Q 928 2378 1081 2264 | ||
| 1299 | Q 1234 2150 1697 2047 | ||
| 1300 | L 1894 2003 | ||
| 1301 | Q 2506 1872 2764 1633 | ||
| 1302 | Q 3022 1394 3022 966 | ||
| 1303 | Q 3022 478 2636 193 | ||
| 1304 | Q 2250 -91 1575 -91 | ||
| 1305 | Q 1294 -91 989 -36 | ||
| 1306 | Q 684 19 347 128 | ||
| 1307 | L 347 722 | ||
| 1308 | Q 666 556 975 473 | ||
| 1309 | Q 1284 391 1588 391 | ||
| 1310 | Q 1994 391 2212 530 | ||
| 1311 | Q 2431 669 2431 922 | ||
| 1312 | Q 2431 1156 2273 1281 | ||
| 1313 | Q 2116 1406 1581 1522 | ||
| 1314 | L 1381 1569 | ||
| 1315 | Q 847 1681 609 1914 | ||
| 1316 | Q 372 2147 372 2553 | ||
| 1317 | Q 372 3047 722 3315 | ||
| 1318 | Q 1072 3584 1716 3584 | ||
| 1319 | Q 2034 3584 2315 3537 | ||
| 1320 | Q 2597 3491 2834 3397 | ||
| 1321 | z | ||
| 1322 | " transform="scale(0.015625)"/> | ||
| 1323 | <path id="DejaVuSans-7a" d="M 353 3500 | ||
| 1324 | L 3084 3500 | ||
| 1325 | L 3084 2975 | ||
| 1326 | L 922 459 | ||
| 1327 | L 3084 459 | ||
| 1328 | L 3084 0 | ||
| 1329 | L 275 0 | ||
| 1330 | L 275 525 | ||
| 1331 | L 2438 3041 | ||
| 1332 | L 353 3041 | ||
| 1333 | L 353 3500 | ||
| 1334 | z | ||
| 1335 | " transform="scale(0.015625)"/> | ||
| 1336 | </defs> | ||
| 1337 | <use xlink:href="#DejaVuSans-45"/> | ||
| 1338 | <use xlink:href="#DejaVuSans-6e" x="63.183594"/> | ||
| 1339 | <use xlink:href="#DejaVuSans-63" x="126.5625"/> | ||
| 1340 | <use xlink:href="#DejaVuSans-6f" x="181.542969"/> | ||
| 1341 | <use xlink:href="#DejaVuSans-64" x="242.724609"/> | ||
| 1342 | <use xlink:href="#DejaVuSans-65" x="306.201172"/> | ||
| 1343 | <use xlink:href="#DejaVuSans-20" x="367.724609"/> | ||
| 1344 | <use xlink:href="#DejaVuSans-74" x="399.511719"/> | ||
| 1345 | <use xlink:href="#DejaVuSans-6f" x="438.720703"/> | ||
| 1346 | <use xlink:href="#DejaVuSans-20" x="499.902344"/> | ||
| 1347 | <use xlink:href="#DejaVuSans-46" x="531.689453"/> | ||
| 1348 | <use xlink:href="#DejaVuSans-41" x="580.083984"/> | ||
| 1349 | <use xlink:href="#DejaVuSans-53" x="648.492188"/> | ||
| 1350 | <use xlink:href="#DejaVuSans-54" x="711.96875"/> | ||
| 1351 | <use xlink:href="#DejaVuSans-41" x="765.302734"/> | ||
| 1352 | <use xlink:href="#DejaVuSans-20" x="833.710938"/> | ||
| 1353 | <use xlink:href="#DejaVuSans-6f" x="865.498047"/> | ||
| 1354 | <use xlink:href="#DejaVuSans-75" x="926.679688"/> | ||
| 1355 | <use xlink:href="#DejaVuSans-74" x="990.058594"/> | ||
| 1356 | <use xlink:href="#DejaVuSans-20" x="1029.267578"/> | ||
| 1357 | <use xlink:href="#DejaVuSans-66" x="1061.054688"/> | ||
| 1358 | <use xlink:href="#DejaVuSans-69" x="1096.259766"/> | ||
| 1359 | <use xlink:href="#DejaVuSans-6c" x="1124.042969"/> | ||
| 1360 | <use xlink:href="#DejaVuSans-65" x="1151.826172"/> | ||
| 1361 | <use xlink:href="#DejaVuSans-73" x="1213.349609"/> | ||
| 1362 | <use xlink:href="#DejaVuSans-69" x="1265.449219"/> | ||
| 1363 | <use xlink:href="#DejaVuSans-7a" x="1293.232422"/> | ||
| 1364 | <use xlink:href="#DejaVuSans-65" x="1345.722656"/> | ||
| 1365 | </g> | ||
| 1366 | </g> | ||
| 1367 | <g id="legend_1"> | ||
| 1368 | <g id="patch_7"> | ||
| 1369 | <path d="M 74.078125 66.222917 | ||
| 1370 | L 147.051562 66.222917 | ||
| 1371 | Q 149.051562 66.222917 149.051562 64.222917 | ||
| 1372 | L 149.051562 35.866667 | ||
| 1373 | Q 149.051562 33.866667 147.051562 33.866667 | ||
| 1374 | L 74.078125 33.866667 | ||
| 1375 | Q 72.078125 33.866667 72.078125 35.866667 | ||
| 1376 | L 72.078125 64.222917 | ||
| 1377 | Q 72.078125 66.222917 74.078125 66.222917 | ||
| 1378 | z | ||
| 1379 | " style="fill: #ffffff; opacity: 0.8"/> | ||
| 1380 | </g> | ||
| 1381 | <g id="line2d_18"> | ||
| 1382 | <path d="M 76.078125 41.965104 | ||
| 1383 | L 86.078125 41.965104 | ||
| 1384 | L 96.078125 41.965104 | ||
| 1385 | " style="fill: none; stroke: #000000; stroke-width: 1.5; stroke-linecap: square"/> | ||
| 1386 | </g> | ||
| 1387 | <g id="text_19"> | ||
| 1388 | <!-- Raw --> | ||
| 1389 | <g transform="translate(104.078125 45.465104)scale(0.1 -0.1)"> | ||
| 1390 | <defs> | ||
| 1391 | <path id="DejaVuSans-52" d="M 2841 2188 | ||
| 1392 | Q 3044 2119 3236 1894 | ||
| 1393 | Q 3428 1669 3622 1275 | ||
| 1394 | L 4263 0 | ||
| 1395 | L 3584 0 | ||
| 1396 | L 2988 1197 | ||
| 1397 | Q 2756 1666 2539 1819 | ||
| 1398 | Q 2322 1972 1947 1972 | ||
| 1399 | L 1259 1972 | ||
| 1400 | L 1259 0 | ||
| 1401 | L 628 0 | ||
| 1402 | L 628 4666 | ||
| 1403 | L 2053 4666 | ||
| 1404 | Q 2853 4666 3247 4331 | ||
| 1405 | Q 3641 3997 3641 3322 | ||
| 1406 | Q 3641 2881 3436 2590 | ||
| 1407 | Q 3231 2300 2841 2188 | ||
| 1408 | z | ||
| 1409 | M 1259 4147 | ||
| 1410 | L 1259 2491 | ||
| 1411 | L 2053 2491 | ||
| 1412 | Q 2509 2491 2742 2702 | ||
| 1413 | Q 2975 2913 2975 3322 | ||
| 1414 | Q 2975 3731 2742 3939 | ||
| 1415 | Q 2509 4147 2053 4147 | ||
| 1416 | L 1259 4147 | ||
| 1417 | z | ||
| 1418 | " transform="scale(0.015625)"/> | ||
| 1419 | <path id="DejaVuSans-61" d="M 2194 1759 | ||
| 1420 | Q 1497 1759 1228 1600 | ||
| 1421 | Q 959 1441 959 1056 | ||
| 1422 | Q 959 750 1161 570 | ||
| 1423 | Q 1363 391 1709 391 | ||
| 1424 | Q 2188 391 2477 730 | ||
| 1425 | Q 2766 1069 2766 1631 | ||
| 1426 | L 2766 1759 | ||
| 1427 | L 2194 1759 | ||
| 1428 | z | ||
| 1429 | M 3341 1997 | ||
| 1430 | L 3341 0 | ||
| 1431 | L 2766 0 | ||
| 1432 | L 2766 531 | ||
| 1433 | Q 2569 213 2275 61 | ||
| 1434 | Q 1981 -91 1556 -91 | ||
| 1435 | Q 1019 -91 701 211 | ||
| 1436 | Q 384 513 384 1019 | ||
| 1437 | Q 384 1609 779 1909 | ||
| 1438 | Q 1175 2209 1959 2209 | ||
| 1439 | L 2766 2209 | ||
| 1440 | L 2766 2266 | ||
| 1441 | Q 2766 2663 2505 2880 | ||
| 1442 | Q 2244 3097 1772 3097 | ||
| 1443 | Q 1472 3097 1187 3025 | ||
| 1444 | Q 903 2953 641 2809 | ||
| 1445 | L 641 3341 | ||
| 1446 | Q 956 3463 1253 3523 | ||
| 1447 | Q 1550 3584 1831 3584 | ||
| 1448 | Q 2591 3584 2966 3190 | ||
| 1449 | Q 3341 2797 3341 1997 | ||
| 1450 | z | ||
| 1451 | " transform="scale(0.015625)"/> | ||
| 1452 | <path id="DejaVuSans-77" d="M 269 3500 | ||
| 1453 | L 844 3500 | ||
| 1454 | L 1563 769 | ||
| 1455 | L 2278 3500 | ||
| 1456 | L 2956 3500 | ||
| 1457 | L 3675 769 | ||
| 1458 | L 4391 3500 | ||
| 1459 | L 4966 3500 | ||
| 1460 | L 4050 0 | ||
| 1461 | L 3372 0 | ||
| 1462 | L 2619 2869 | ||
| 1463 | L 1863 0 | ||
| 1464 | L 1184 0 | ||
| 1465 | L 269 3500 | ||
| 1466 | z | ||
| 1467 | " transform="scale(0.015625)"/> | ||
| 1468 | </defs> | ||
| 1469 | <use xlink:href="#DejaVuSans-52"/> | ||
| 1470 | <use xlink:href="#DejaVuSans-61" x="67.232422"/> | ||
| 1471 | <use xlink:href="#DejaVuSans-77" x="128.511719"/> | ||
| 1472 | </g> | ||
| 1473 | </g> | ||
| 1474 | <g id="line2d_19"> | ||
| 1475 | <path d="M 76.078125 56.643229 | ||
| 1476 | L 86.078125 56.643229 | ||
| 1477 | L 96.078125 56.643229 | ||
| 1478 | " style="fill: none; stroke-dasharray: 5.55,2.4; stroke-dashoffset: 0; stroke: #000000; stroke-width: 1.5"/> | ||
| 1479 | </g> | ||
| 1480 | <g id="text_20"> | ||
| 1481 | <!-- Gzipped --> | ||
| 1482 | <g transform="translate(104.078125 60.143229)scale(0.1 -0.1)"> | ||
| 1483 | <defs> | ||
| 1484 | <path id="DejaVuSans-47" d="M 3809 666 | ||
| 1485 | L 3809 1919 | ||
| 1486 | L 2778 1919 | ||
| 1487 | L 2778 2438 | ||
| 1488 | L 4434 2438 | ||
| 1489 | L 4434 434 | ||
| 1490 | Q 4069 175 3628 42 | ||
| 1491 | Q 3188 -91 2688 -91 | ||
| 1492 | Q 1594 -91 976 548 | ||
| 1493 | Q 359 1188 359 2328 | ||
| 1494 | Q 359 3472 976 4111 | ||
| 1495 | Q 1594 4750 2688 4750 | ||
| 1496 | Q 3144 4750 3555 4637 | ||
| 1497 | Q 3966 4525 4313 4306 | ||
| 1498 | L 4313 3634 | ||
| 1499 | Q 3963 3931 3569 4081 | ||
| 1500 | Q 3175 4231 2741 4231 | ||
| 1501 | Q 1884 4231 1454 3753 | ||
| 1502 | Q 1025 3275 1025 2328 | ||
| 1503 | Q 1025 1384 1454 906 | ||
| 1504 | Q 1884 428 2741 428 | ||
| 1505 | Q 3075 428 3337 486 | ||
| 1506 | Q 3600 544 3809 666 | ||
| 1507 | z | ||
| 1508 | " transform="scale(0.015625)"/> | ||
| 1509 | <path id="DejaVuSans-70" d="M 1159 525 | ||
| 1510 | L 1159 -1331 | ||
| 1511 | L 581 -1331 | ||
| 1512 | L 581 3500 | ||
| 1513 | L 1159 3500 | ||
| 1514 | L 1159 2969 | ||
| 1515 | Q 1341 3281 1617 3432 | ||
| 1516 | Q 1894 3584 2278 3584 | ||
| 1517 | Q 2916 3584 3314 3078 | ||
| 1518 | Q 3713 2572 3713 1747 | ||
| 1519 | Q 3713 922 3314 415 | ||
| 1520 | Q 2916 -91 2278 -91 | ||
| 1521 | Q 1894 -91 1617 61 | ||
| 1522 | Q 1341 213 1159 525 | ||
| 1523 | z | ||
| 1524 | M 3116 1747 | ||
| 1525 | Q 3116 2381 2855 2742 | ||
| 1526 | Q 2594 3103 2138 3103 | ||
| 1527 | Q 1681 3103 1420 2742 | ||
| 1528 | Q 1159 2381 1159 1747 | ||
| 1529 | Q 1159 1113 1420 752 | ||
| 1530 | Q 1681 391 2138 391 | ||
| 1531 | Q 2594 391 2855 752 | ||
| 1532 | Q 3116 1113 3116 1747 | ||
| 1533 | z | ||
| 1534 | " transform="scale(0.015625)"/> | ||
| 1535 | </defs> | ||
| 1536 | <use xlink:href="#DejaVuSans-47"/> | ||
| 1537 | <use xlink:href="#DejaVuSans-7a" x="77.490234"/> | ||
| 1538 | <use xlink:href="#DejaVuSans-69" x="129.980469"/> | ||
| 1539 | <use xlink:href="#DejaVuSans-70" x="157.763672"/> | ||
| 1540 | <use xlink:href="#DejaVuSans-70" x="221.240234"/> | ||
| 1541 | <use xlink:href="#DejaVuSans-65" x="284.716797"/> | ||
| 1542 | <use xlink:href="#DejaVuSans-64" x="346.240234"/> | ||
| 1543 | </g> | ||
| 1544 | </g> | ||
| 1545 | </g> | ||
| 1546 | </g> | ||
| 1547 | </g> | ||
| 1548 | <defs> | ||
| 1549 | <clipPath id="p7aac08e103"> | ||
| 1550 | <rect x="67.078125" y="28.866667" width="609.226562" height="228.233333"/> | ||
| 1551 | </clipPath> | ||
| 1552 | </defs> | ||
| 1553 | </svg> | ||
diff --git a/static/posts/dna-sequence/chart-speed.py b/static/posts/dna-sequence/chart-speed.py new file mode 100644 index 0000000..c07b057 --- /dev/null +++ b/static/posts/dna-sequence/chart-speed.py | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | import csv | ||
| 2 | |||
| 3 | import matplotlib.pyplot as plt | ||
| 4 | import pandas as pd | ||
| 5 | |||
| 6 | # Read the data | ||
| 7 | df = pd.read_csv("benchmarks.csv") | ||
| 8 | |||
| 9 | # Settings | ||
| 10 | plt.title("Encode to FASTA speed over time") | ||
| 11 | plt.tight_layout(pad=2) | ||
| 12 | fig = plt.gcf() | ||
| 13 | fig.set_size_inches(10, 4) | ||
| 14 | |||
| 15 | # Plotting | ||
| 16 | plt.plot(df["Packages"], df["Encode to FASTA (ms)"], label = "ALB", color="black", linestyle="--") | ||
| 17 | |||
| 18 | # Adding x and y axis labels | ||
| 19 | plt.xlabel("Size of an input file", fontstyle="italic") | ||
| 20 | plt.ylabel("Encoding time (ms)", fontstyle="italic") | ||
| 21 | |||
| 22 | # Export as SVG | ||
| 23 | plt.savefig("chart-speed.svg", format="svg") | ||
diff --git a/static/posts/dna-sequence/chart-speed.svg b/static/posts/dna-sequence/chart-speed.svg new file mode 100644 index 0000000..7bb0c29 --- /dev/null +++ b/static/posts/dna-sequence/chart-speed.svg | |||
| @@ -0,0 +1,1416 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
| 2 | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" | ||
| 3 | "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | ||
| 4 | <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="720pt" height="288pt" viewBox="0 0 720 288" xmlns="http://www.w3.org/2000/svg" version="1.1"> | ||
| 5 | <metadata> | ||
| 6 | <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> | ||
| 7 | <cc:Work> | ||
| 8 | <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> | ||
| 9 | <dc:date>2023-08-05T13:29:20.420382</dc:date> | ||
| 10 | <dc:format>image/svg+xml</dc:format> | ||
| 11 | <dc:creator> | ||
| 12 | <cc:Agent> | ||
| 13 | <dc:title>Matplotlib v3.5.2, https://matplotlib.org/</dc:title> | ||
| 14 | </cc:Agent> | ||
| 15 | </dc:creator> | ||
| 16 | </cc:Work> | ||
| 17 | </rdf:RDF> | ||
| 18 | </metadata> | ||
| 19 | <defs> | ||
| 20 | <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> | ||
| 21 | </defs> | ||
| 22 | <g id="figure_1"> | ||
| 23 | <g id="patch_1"> | ||
| 24 | <path d="M 0 288 | ||
| 25 | L 720 288 | ||
| 26 | L 720 0 | ||
| 27 | L 0 0 | ||
| 28 | z | ||
| 29 | " style="fill: #ffffff"/> | ||
| 30 | </g> | ||
| 31 | <g id="axes_1"> | ||
| 32 | <g id="patch_2"> | ||
| 33 | <path d="M 67.078125 257.1 | ||
| 34 | L 676.304688 257.1 | ||
| 35 | L 676.304688 28.866667 | ||
| 36 | L 67.078125 28.866667 | ||
| 37 | z | ||
| 38 | " style="fill: #ffffff"/> | ||
| 39 | </g> | ||
| 40 | <g id="matplotlib.axis_1"> | ||
| 41 | <g id="xtick_1"> | ||
| 42 | <g id="line2d_1"> | ||
| 43 | <defs> | ||
| 44 | <path id="md9204da613" d="M 0 0 | ||
| 45 | L 0 3.5 | ||
| 46 | " style="stroke: #000000; stroke-width: 0.8"/> | ||
| 47 | </defs> | ||
| 48 | <g> | ||
| 49 | <use xlink:href="#md9204da613" x="94.770241" y="257.1" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 50 | </g> | ||
| 51 | </g> | ||
| 52 | <g id="text_1"> | ||
| 53 | <!-- 1KB --> | ||
| 54 | <g transform="translate(84.879616 271.698438)scale(0.1 -0.1)"> | ||
| 55 | <defs> | ||
| 56 | <path id="DejaVuSans-31" d="M 794 531 | ||
| 57 | L 1825 531 | ||
| 58 | L 1825 4091 | ||
| 59 | L 703 3866 | ||
| 60 | L 703 4441 | ||
| 61 | L 1819 4666 | ||
| 62 | L 2450 4666 | ||
| 63 | L 2450 531 | ||
| 64 | L 3481 531 | ||
| 65 | L 3481 0 | ||
| 66 | L 794 0 | ||
| 67 | L 794 531 | ||
| 68 | z | ||
| 69 | " transform="scale(0.015625)"/> | ||
| 70 | <path id="DejaVuSans-4b" d="M 628 4666 | ||
| 71 | L 1259 4666 | ||
| 72 | L 1259 2694 | ||
| 73 | L 3353 4666 | ||
| 74 | L 4166 4666 | ||
| 75 | L 1850 2491 | ||
| 76 | L 4331 0 | ||
| 77 | L 3500 0 | ||
| 78 | L 1259 2247 | ||
| 79 | L 1259 0 | ||
| 80 | L 628 0 | ||
| 81 | L 628 4666 | ||
| 82 | z | ||
| 83 | " transform="scale(0.015625)"/> | ||
| 84 | <path id="DejaVuSans-42" d="M 1259 2228 | ||
| 85 | L 1259 519 | ||
| 86 | L 2272 519 | ||
| 87 | Q 2781 519 3026 730 | ||
| 88 | Q 3272 941 3272 1375 | ||
| 89 | Q 3272 1813 3026 2020 | ||
| 90 | Q 2781 2228 2272 2228 | ||
| 91 | L 1259 2228 | ||
| 92 | z | ||
| 93 | M 1259 4147 | ||
| 94 | L 1259 2741 | ||
| 95 | L 2194 2741 | ||
| 96 | Q 2656 2741 2882 2914 | ||
| 97 | Q 3109 3088 3109 3444 | ||
| 98 | Q 3109 3797 2882 3972 | ||
| 99 | Q 2656 4147 2194 4147 | ||
| 100 | L 1259 4147 | ||
| 101 | z | ||
| 102 | M 628 4666 | ||
| 103 | L 2241 4666 | ||
| 104 | Q 2963 4666 3353 4366 | ||
| 105 | Q 3744 4066 3744 3513 | ||
| 106 | Q 3744 3084 3544 2831 | ||
| 107 | Q 3344 2578 2956 2516 | ||
| 108 | Q 3422 2416 3680 2098 | ||
| 109 | Q 3938 1781 3938 1306 | ||
| 110 | Q 3938 681 3513 340 | ||
| 111 | Q 3088 0 2303 0 | ||
| 112 | L 628 0 | ||
| 113 | L 628 4666 | ||
| 114 | z | ||
| 115 | " transform="scale(0.015625)"/> | ||
| 116 | </defs> | ||
| 117 | <use xlink:href="#DejaVuSans-31"/> | ||
| 118 | <use xlink:href="#DejaVuSans-4b" x="63.623047"/> | ||
| 119 | <use xlink:href="#DejaVuSans-42" x="129.199219"/> | ||
| 120 | </g> | ||
| 121 | </g> | ||
| 122 | </g> | ||
| 123 | <g id="xtick_2"> | ||
| 124 | <g id="line2d_2"> | ||
| 125 | <g> | ||
| 126 | <use xlink:href="#md9204da613" x="205.538707" y="257.1" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 127 | </g> | ||
| 128 | </g> | ||
| 129 | <g id="text_2"> | ||
| 130 | <!-- 10KB --> | ||
| 131 | <g transform="translate(192.466832 271.698438)scale(0.1 -0.1)"> | ||
| 132 | <defs> | ||
| 133 | <path id="DejaVuSans-30" d="M 2034 4250 | ||
| 134 | Q 1547 4250 1301 3770 | ||
| 135 | Q 1056 3291 1056 2328 | ||
| 136 | Q 1056 1369 1301 889 | ||
| 137 | Q 1547 409 2034 409 | ||
| 138 | Q 2525 409 2770 889 | ||
| 139 | Q 3016 1369 3016 2328 | ||
| 140 | Q 3016 3291 2770 3770 | ||
| 141 | Q 2525 4250 2034 4250 | ||
| 142 | z | ||
| 143 | M 2034 4750 | ||
| 144 | Q 2819 4750 3233 4129 | ||
| 145 | Q 3647 3509 3647 2328 | ||
| 146 | Q 3647 1150 3233 529 | ||
| 147 | Q 2819 -91 2034 -91 | ||
| 148 | Q 1250 -91 836 529 | ||
| 149 | Q 422 1150 422 2328 | ||
| 150 | Q 422 3509 836 4129 | ||
| 151 | Q 1250 4750 2034 4750 | ||
| 152 | z | ||
| 153 | " transform="scale(0.015625)"/> | ||
| 154 | </defs> | ||
| 155 | <use xlink:href="#DejaVuSans-31"/> | ||
| 156 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 157 | <use xlink:href="#DejaVuSans-4b" x="127.246094"/> | ||
| 158 | <use xlink:href="#DejaVuSans-42" x="192.822266"/> | ||
| 159 | </g> | ||
| 160 | </g> | ||
| 161 | </g> | ||
| 162 | <g id="xtick_3"> | ||
| 163 | <g id="line2d_3"> | ||
| 164 | <g> | ||
| 165 | <use xlink:href="#md9204da613" x="316.307173" y="257.1" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 166 | </g> | ||
| 167 | </g> | ||
| 168 | <g id="text_3"> | ||
| 169 | <!-- 100KB --> | ||
| 170 | <g transform="translate(300.054048 271.698438)scale(0.1 -0.1)"> | ||
| 171 | <use xlink:href="#DejaVuSans-31"/> | ||
| 172 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 173 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 174 | <use xlink:href="#DejaVuSans-4b" x="190.869141"/> | ||
| 175 | <use xlink:href="#DejaVuSans-42" x="256.445312"/> | ||
| 176 | </g> | ||
| 177 | </g> | ||
| 178 | </g> | ||
| 179 | <g id="xtick_4"> | ||
| 180 | <g id="line2d_4"> | ||
| 181 | <g> | ||
| 182 | <use xlink:href="#md9204da613" x="427.075639" y="257.1" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 183 | </g> | ||
| 184 | </g> | ||
| 185 | <g id="text_4"> | ||
| 186 | <!-- 1MB --> | ||
| 187 | <g transform="translate(416.149858 271.698438)scale(0.1 -0.1)"> | ||
| 188 | <defs> | ||
| 189 | <path id="DejaVuSans-4d" d="M 628 4666 | ||
| 190 | L 1569 4666 | ||
| 191 | L 2759 1491 | ||
| 192 | L 3956 4666 | ||
| 193 | L 4897 4666 | ||
| 194 | L 4897 0 | ||
| 195 | L 4281 0 | ||
| 196 | L 4281 4097 | ||
| 197 | L 3078 897 | ||
| 198 | L 2444 897 | ||
| 199 | L 1241 4097 | ||
| 200 | L 1241 0 | ||
| 201 | L 628 0 | ||
| 202 | L 628 4666 | ||
| 203 | z | ||
| 204 | " transform="scale(0.015625)"/> | ||
| 205 | </defs> | ||
| 206 | <use xlink:href="#DejaVuSans-31"/> | ||
| 207 | <use xlink:href="#DejaVuSans-4d" x="63.623047"/> | ||
| 208 | <use xlink:href="#DejaVuSans-42" x="149.902344"/> | ||
| 209 | </g> | ||
| 210 | </g> | ||
| 211 | </g> | ||
| 212 | <g id="xtick_5"> | ||
| 213 | <g id="line2d_5"> | ||
| 214 | <g> | ||
| 215 | <use xlink:href="#md9204da613" x="537.844105" y="257.1" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 216 | </g> | ||
| 217 | </g> | ||
| 218 | <g id="text_5"> | ||
| 219 | <!-- 10MB --> | ||
| 220 | <g transform="translate(523.737074 271.698438)scale(0.1 -0.1)"> | ||
| 221 | <use xlink:href="#DejaVuSans-31"/> | ||
| 222 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 223 | <use xlink:href="#DejaVuSans-4d" x="127.246094"/> | ||
| 224 | <use xlink:href="#DejaVuSans-42" x="213.525391"/> | ||
| 225 | </g> | ||
| 226 | </g> | ||
| 227 | </g> | ||
| 228 | <g id="xtick_6"> | ||
| 229 | <g id="line2d_6"> | ||
| 230 | <g> | ||
| 231 | <use xlink:href="#md9204da613" x="648.612571" y="257.1" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 232 | </g> | ||
| 233 | </g> | ||
| 234 | <g id="text_6"> | ||
| 235 | <!-- 100MB --> | ||
| 236 | <g transform="translate(631.32429 271.698438)scale(0.1 -0.1)"> | ||
| 237 | <use xlink:href="#DejaVuSans-31"/> | ||
| 238 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 239 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 240 | <use xlink:href="#DejaVuSans-4d" x="190.869141"/> | ||
| 241 | <use xlink:href="#DejaVuSans-42" x="277.148438"/> | ||
| 242 | </g> | ||
| 243 | </g> | ||
| 244 | </g> | ||
| 245 | <g id="text_7"> | ||
| 246 | <!-- Size of an input file --> | ||
| 247 | <g transform="translate(323.542969 285.376562)scale(0.1 -0.1)"> | ||
| 248 | <defs> | ||
| 249 | <path id="DejaVuSans-Oblique-53" d="M 3859 4513 | ||
| 250 | L 3738 3897 | ||
| 251 | Q 3422 4066 3111 4152 | ||
| 252 | Q 2800 4238 2509 4238 | ||
| 253 | Q 1944 4238 1609 3991 | ||
| 254 | Q 1275 3744 1275 3334 | ||
| 255 | Q 1275 3109 1398 2989 | ||
| 256 | Q 1522 2869 2034 2731 | ||
| 257 | L 2413 2638 | ||
| 258 | Q 3053 2472 3303 2217 | ||
| 259 | Q 3553 1963 3553 1503 | ||
| 260 | Q 3553 797 2998 353 | ||
| 261 | Q 2444 -91 1538 -91 | ||
| 262 | Q 1166 -91 791 -17 | ||
| 263 | Q 416 56 38 206 | ||
| 264 | L 166 856 | ||
| 265 | Q 513 641 861 531 | ||
| 266 | Q 1209 422 1556 422 | ||
| 267 | Q 2147 422 2503 684 | ||
| 268 | Q 2859 947 2859 1369 | ||
| 269 | Q 2859 1650 2717 1795 | ||
| 270 | Q 2575 1941 2106 2059 | ||
| 271 | L 1728 2156 | ||
| 272 | Q 1081 2325 845 2545 | ||
| 273 | Q 609 2766 609 3163 | ||
| 274 | Q 609 3859 1145 4304 | ||
| 275 | Q 1681 4750 2541 4750 | ||
| 276 | Q 2875 4750 3203 4690 | ||
| 277 | Q 3531 4631 3859 4513 | ||
| 278 | z | ||
| 279 | " transform="scale(0.015625)"/> | ||
| 280 | <path id="DejaVuSans-Oblique-69" d="M 1172 4863 | ||
| 281 | L 1747 4863 | ||
| 282 | L 1606 4134 | ||
| 283 | L 1031 4134 | ||
| 284 | L 1172 4863 | ||
| 285 | z | ||
| 286 | M 909 3500 | ||
| 287 | L 1484 3500 | ||
| 288 | L 800 0 | ||
| 289 | L 225 0 | ||
| 290 | L 909 3500 | ||
| 291 | z | ||
| 292 | " transform="scale(0.015625)"/> | ||
| 293 | <path id="DejaVuSans-Oblique-7a" d="M 744 3500 | ||
| 294 | L 3475 3500 | ||
| 295 | L 3372 2975 | ||
| 296 | L 738 459 | ||
| 297 | L 2913 459 | ||
| 298 | L 2822 0 | ||
| 299 | L -19 0 | ||
| 300 | L 84 525 | ||
| 301 | L 2719 3041 | ||
| 302 | L 653 3041 | ||
| 303 | L 744 3500 | ||
| 304 | z | ||
| 305 | " transform="scale(0.015625)"/> | ||
| 306 | <path id="DejaVuSans-Oblique-65" d="M 3078 2063 | ||
| 307 | Q 3088 2113 3092 2166 | ||
| 308 | Q 3097 2219 3097 2272 | ||
| 309 | Q 3097 2653 2873 2875 | ||
| 310 | Q 2650 3097 2266 3097 | ||
| 311 | Q 1838 3097 1509 2826 | ||
| 312 | Q 1181 2556 1013 2059 | ||
| 313 | L 3078 2063 | ||
| 314 | z | ||
| 315 | M 3578 1613 | ||
| 316 | L 903 1613 | ||
| 317 | Q 884 1494 878 1425 | ||
| 318 | Q 872 1356 872 1306 | ||
| 319 | Q 872 872 1139 634 | ||
| 320 | Q 1406 397 1894 397 | ||
| 321 | Q 2269 397 2603 481 | ||
| 322 | Q 2938 566 3225 728 | ||
| 323 | L 3116 159 | ||
| 324 | Q 2806 34 2476 -28 | ||
| 325 | Q 2147 -91 1806 -91 | ||
| 326 | Q 1078 -91 686 257 | ||
| 327 | Q 294 606 294 1247 | ||
| 328 | Q 294 1794 489 2264 | ||
| 329 | Q 684 2734 1063 3103 | ||
| 330 | Q 1306 3334 1642 3459 | ||
| 331 | Q 1978 3584 2356 3584 | ||
| 332 | Q 2950 3584 3301 3228 | ||
| 333 | Q 3653 2872 3653 2272 | ||
| 334 | Q 3653 2128 3634 1964 | ||
| 335 | Q 3616 1800 3578 1613 | ||
| 336 | z | ||
| 337 | " transform="scale(0.015625)"/> | ||
| 338 | <path id="DejaVuSans-Oblique-20" transform="scale(0.015625)"/> | ||
| 339 | <path id="DejaVuSans-Oblique-6f" d="M 1625 -91 | ||
| 340 | Q 1009 -91 651 289 | ||
| 341 | Q 294 669 294 1325 | ||
| 342 | Q 294 1706 417 2101 | ||
| 343 | Q 541 2497 738 2766 | ||
| 344 | Q 1047 3184 1428 3384 | ||
| 345 | Q 1809 3584 2291 3584 | ||
| 346 | Q 2888 3584 3255 3212 | ||
| 347 | Q 3622 2841 3622 2241 | ||
| 348 | Q 3622 1825 3500 1412 | ||
| 349 | Q 3378 1000 3181 728 | ||
| 350 | Q 2875 309 2494 109 | ||
| 351 | Q 2113 -91 1625 -91 | ||
| 352 | z | ||
| 353 | M 891 1344 | ||
| 354 | Q 891 869 1089 633 | ||
| 355 | Q 1288 397 1691 397 | ||
| 356 | Q 2269 397 2648 901 | ||
| 357 | Q 3028 1406 3028 2181 | ||
| 358 | Q 3028 2634 2825 2865 | ||
| 359 | Q 2622 3097 2228 3097 | ||
| 360 | Q 1903 3097 1650 2945 | ||
| 361 | Q 1397 2794 1197 2484 | ||
| 362 | Q 1050 2253 970 1956 | ||
| 363 | Q 891 1659 891 1344 | ||
| 364 | z | ||
| 365 | " transform="scale(0.015625)"/> | ||
| 366 | <path id="DejaVuSans-Oblique-66" d="M 3059 4863 | ||
| 367 | L 2969 4384 | ||
| 368 | L 2419 4384 | ||
| 369 | Q 2106 4384 1964 4261 | ||
| 370 | Q 1822 4138 1753 3809 | ||
| 371 | L 1691 3500 | ||
| 372 | L 2638 3500 | ||
| 373 | L 2553 3053 | ||
| 374 | L 1606 3053 | ||
| 375 | L 1013 0 | ||
| 376 | L 434 0 | ||
| 377 | L 1031 3053 | ||
| 378 | L 481 3053 | ||
| 379 | L 563 3500 | ||
| 380 | L 1113 3500 | ||
| 381 | L 1159 3744 | ||
| 382 | Q 1278 4363 1576 4613 | ||
| 383 | Q 1875 4863 2516 4863 | ||
| 384 | L 3059 4863 | ||
| 385 | z | ||
| 386 | " transform="scale(0.015625)"/> | ||
| 387 | <path id="DejaVuSans-Oblique-61" d="M 3438 1997 | ||
| 388 | L 3047 0 | ||
| 389 | L 2472 0 | ||
| 390 | L 2578 531 | ||
| 391 | Q 2325 219 2001 64 | ||
| 392 | Q 1678 -91 1281 -91 | ||
| 393 | Q 834 -91 548 182 | ||
| 394 | Q 263 456 263 884 | ||
| 395 | Q 263 1497 752 1853 | ||
| 396 | Q 1241 2209 2100 2209 | ||
| 397 | L 2900 2209 | ||
| 398 | L 2931 2363 | ||
| 399 | Q 2938 2388 2941 2417 | ||
| 400 | Q 2944 2447 2944 2509 | ||
| 401 | Q 2944 2788 2717 2942 | ||
| 402 | Q 2491 3097 2081 3097 | ||
| 403 | Q 1800 3097 1504 3025 | ||
| 404 | Q 1209 2953 897 2809 | ||
| 405 | L 997 3341 | ||
| 406 | Q 1322 3463 1633 3523 | ||
| 407 | Q 1944 3584 2234 3584 | ||
| 408 | Q 2853 3584 3176 3315 | ||
| 409 | Q 3500 3047 3500 2534 | ||
| 410 | Q 3500 2431 3484 2292 | ||
| 411 | Q 3469 2153 3438 1997 | ||
| 412 | z | ||
| 413 | M 2816 1759 | ||
| 414 | L 2241 1759 | ||
| 415 | Q 1534 1759 1195 1570 | ||
| 416 | Q 856 1381 856 984 | ||
| 417 | Q 856 709 1029 553 | ||
| 418 | Q 1203 397 1509 397 | ||
| 419 | Q 1978 397 2328 733 | ||
| 420 | Q 2678 1069 2791 1631 | ||
| 421 | L 2816 1759 | ||
| 422 | z | ||
| 423 | " transform="scale(0.015625)"/> | ||
| 424 | <path id="DejaVuSans-Oblique-6e" d="M 3566 2113 | ||
| 425 | L 3156 0 | ||
| 426 | L 2578 0 | ||
| 427 | L 2988 2091 | ||
| 428 | Q 3016 2238 3031 2350 | ||
| 429 | Q 3047 2463 3047 2528 | ||
| 430 | Q 3047 2791 2881 2937 | ||
| 431 | Q 2716 3084 2419 3084 | ||
| 432 | Q 1956 3084 1622 2776 | ||
| 433 | Q 1288 2469 1184 1941 | ||
| 434 | L 800 0 | ||
| 435 | L 225 0 | ||
| 436 | L 903 3500 | ||
| 437 | L 1478 3500 | ||
| 438 | L 1363 2950 | ||
| 439 | Q 1603 3253 1940 3418 | ||
| 440 | Q 2278 3584 2650 3584 | ||
| 441 | Q 3113 3584 3367 3334 | ||
| 442 | Q 3622 3084 3622 2631 | ||
| 443 | Q 3622 2519 3608 2391 | ||
| 444 | Q 3594 2263 3566 2113 | ||
| 445 | z | ||
| 446 | " transform="scale(0.015625)"/> | ||
| 447 | <path id="DejaVuSans-Oblique-70" d="M 3175 2156 | ||
| 448 | Q 3175 2616 2975 2859 | ||
| 449 | Q 2775 3103 2400 3103 | ||
| 450 | Q 2144 3103 1911 2972 | ||
| 451 | Q 1678 2841 1497 2591 | ||
| 452 | Q 1319 2344 1212 1994 | ||
| 453 | Q 1106 1644 1106 1300 | ||
| 454 | Q 1106 863 1306 627 | ||
| 455 | Q 1506 391 1875 391 | ||
| 456 | Q 2147 391 2380 519 | ||
| 457 | Q 2613 647 2778 891 | ||
| 458 | Q 2956 1147 3065 1494 | ||
| 459 | Q 3175 1841 3175 2156 | ||
| 460 | z | ||
| 461 | M 1394 2969 | ||
| 462 | Q 1625 3272 1939 3428 | ||
| 463 | Q 2253 3584 2638 3584 | ||
| 464 | Q 3175 3584 3472 3232 | ||
| 465 | Q 3769 2881 3769 2247 | ||
| 466 | Q 3769 1728 3584 1258 | ||
| 467 | Q 3400 788 3053 416 | ||
| 468 | Q 2822 169 2531 39 | ||
| 469 | Q 2241 -91 1919 -91 | ||
| 470 | Q 1547 -91 1294 64 | ||
| 471 | Q 1041 219 916 525 | ||
| 472 | L 556 -1331 | ||
| 473 | L -19 -1331 | ||
| 474 | L 922 3500 | ||
| 475 | L 1497 3500 | ||
| 476 | L 1394 2969 | ||
| 477 | z | ||
| 478 | " transform="scale(0.015625)"/> | ||
| 479 | <path id="DejaVuSans-Oblique-75" d="M 428 1388 | ||
| 480 | L 838 3500 | ||
| 481 | L 1416 3500 | ||
| 482 | L 1006 1409 | ||
| 483 | Q 975 1256 961 1147 | ||
| 484 | Q 947 1038 947 966 | ||
| 485 | Q 947 700 1109 554 | ||
| 486 | Q 1272 409 1569 409 | ||
| 487 | Q 2031 409 2368 721 | ||
| 488 | Q 2706 1034 2809 1563 | ||
| 489 | L 3194 3500 | ||
| 490 | L 3769 3500 | ||
| 491 | L 3091 0 | ||
| 492 | L 2516 0 | ||
| 493 | L 2631 550 | ||
| 494 | Q 2388 244 2052 76 | ||
| 495 | Q 1716 -91 1338 -91 | ||
| 496 | Q 878 -91 622 161 | ||
| 497 | Q 366 413 366 863 | ||
| 498 | Q 366 956 381 1097 | ||
| 499 | Q 397 1238 428 1388 | ||
| 500 | z | ||
| 501 | " transform="scale(0.015625)"/> | ||
| 502 | <path id="DejaVuSans-Oblique-74" d="M 2706 3500 | ||
| 503 | L 2619 3053 | ||
| 504 | L 1472 3053 | ||
| 505 | L 1100 1153 | ||
| 506 | Q 1081 1047 1072 975 | ||
| 507 | Q 1063 903 1063 863 | ||
| 508 | Q 1063 663 1183 572 | ||
| 509 | Q 1303 481 1569 481 | ||
| 510 | L 2150 481 | ||
| 511 | L 2053 0 | ||
| 512 | L 1503 0 | ||
| 513 | Q 991 0 739 200 | ||
| 514 | Q 488 400 488 806 | ||
| 515 | Q 488 878 497 964 | ||
| 516 | Q 506 1050 525 1153 | ||
| 517 | L 897 3053 | ||
| 518 | L 409 3053 | ||
| 519 | L 500 3500 | ||
| 520 | L 978 3500 | ||
| 521 | L 1172 4494 | ||
| 522 | L 1747 4494 | ||
| 523 | L 1556 3500 | ||
| 524 | L 2706 3500 | ||
| 525 | z | ||
| 526 | " transform="scale(0.015625)"/> | ||
| 527 | <path id="DejaVuSans-Oblique-6c" d="M 1172 4863 | ||
| 528 | L 1747 4863 | ||
| 529 | L 800 0 | ||
| 530 | L 225 0 | ||
| 531 | L 1172 4863 | ||
| 532 | z | ||
| 533 | " transform="scale(0.015625)"/> | ||
| 534 | </defs> | ||
| 535 | <use xlink:href="#DejaVuSans-Oblique-53"/> | ||
| 536 | <use xlink:href="#DejaVuSans-Oblique-69" x="63.476562"/> | ||
| 537 | <use xlink:href="#DejaVuSans-Oblique-7a" x="91.259766"/> | ||
| 538 | <use xlink:href="#DejaVuSans-Oblique-65" x="143.75"/> | ||
| 539 | <use xlink:href="#DejaVuSans-Oblique-20" x="205.273438"/> | ||
| 540 | <use xlink:href="#DejaVuSans-Oblique-6f" x="237.060547"/> | ||
| 541 | <use xlink:href="#DejaVuSans-Oblique-66" x="298.242188"/> | ||
| 542 | <use xlink:href="#DejaVuSans-Oblique-20" x="333.447266"/> | ||
| 543 | <use xlink:href="#DejaVuSans-Oblique-61" x="365.234375"/> | ||
| 544 | <use xlink:href="#DejaVuSans-Oblique-6e" x="426.513672"/> | ||
| 545 | <use xlink:href="#DejaVuSans-Oblique-20" x="489.892578"/> | ||
| 546 | <use xlink:href="#DejaVuSans-Oblique-69" x="521.679688"/> | ||
| 547 | <use xlink:href="#DejaVuSans-Oblique-6e" x="549.462891"/> | ||
| 548 | <use xlink:href="#DejaVuSans-Oblique-70" x="612.841797"/> | ||
| 549 | <use xlink:href="#DejaVuSans-Oblique-75" x="676.318359"/> | ||
| 550 | <use xlink:href="#DejaVuSans-Oblique-74" x="739.697266"/> | ||
| 551 | <use xlink:href="#DejaVuSans-Oblique-20" x="778.90625"/> | ||
| 552 | <use xlink:href="#DejaVuSans-Oblique-66" x="810.693359"/> | ||
| 553 | <use xlink:href="#DejaVuSans-Oblique-69" x="845.898438"/> | ||
| 554 | <use xlink:href="#DejaVuSans-Oblique-6c" x="873.681641"/> | ||
| 555 | <use xlink:href="#DejaVuSans-Oblique-65" x="901.464844"/> | ||
| 556 | </g> | ||
| 557 | </g> | ||
| 558 | </g> | ||
| 559 | <g id="matplotlib.axis_2"> | ||
| 560 | <g id="ytick_1"> | ||
| 561 | <g id="line2d_7"> | ||
| 562 | <defs> | ||
| 563 | <path id="mc301ada271" d="M 0 0 | ||
| 564 | L -3.5 0 | ||
| 565 | " style="stroke: #000000; stroke-width: 0.8"/> | ||
| 566 | </defs> | ||
| 567 | <g> | ||
| 568 | <use xlink:href="#mc301ada271" x="67.078125" y="246.739405" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 569 | </g> | ||
| 570 | </g> | ||
| 571 | <g id="text_8"> | ||
| 572 | <!-- 0 --> | ||
| 573 | <g transform="translate(53.715625 250.538624)scale(0.1 -0.1)"> | ||
| 574 | <use xlink:href="#DejaVuSans-30"/> | ||
| 575 | </g> | ||
| 576 | </g> | ||
| 577 | </g> | ||
| 578 | <g id="ytick_2"> | ||
| 579 | <g id="line2d_8"> | ||
| 580 | <g> | ||
| 581 | <use xlink:href="#mc301ada271" x="67.078125" y="198.216035" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 582 | </g> | ||
| 583 | </g> | ||
| 584 | <g id="text_9"> | ||
| 585 | <!-- 20000 --> | ||
| 586 | <g transform="translate(28.265625 202.015253)scale(0.1 -0.1)"> | ||
| 587 | <defs> | ||
| 588 | <path id="DejaVuSans-32" d="M 1228 531 | ||
| 589 | L 3431 531 | ||
| 590 | L 3431 0 | ||
| 591 | L 469 0 | ||
| 592 | L 469 531 | ||
| 593 | Q 828 903 1448 1529 | ||
| 594 | Q 2069 2156 2228 2338 | ||
| 595 | Q 2531 2678 2651 2914 | ||
| 596 | Q 2772 3150 2772 3378 | ||
| 597 | Q 2772 3750 2511 3984 | ||
| 598 | Q 2250 4219 1831 4219 | ||
| 599 | Q 1534 4219 1204 4116 | ||
| 600 | Q 875 4013 500 3803 | ||
| 601 | L 500 4441 | ||
| 602 | Q 881 4594 1212 4672 | ||
| 603 | Q 1544 4750 1819 4750 | ||
| 604 | Q 2544 4750 2975 4387 | ||
| 605 | Q 3406 4025 3406 3419 | ||
| 606 | Q 3406 3131 3298 2873 | ||
| 607 | Q 3191 2616 2906 2266 | ||
| 608 | Q 2828 2175 2409 1742 | ||
| 609 | Q 1991 1309 1228 531 | ||
| 610 | z | ||
| 611 | " transform="scale(0.015625)"/> | ||
| 612 | </defs> | ||
| 613 | <use xlink:href="#DejaVuSans-32"/> | ||
| 614 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 615 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 616 | <use xlink:href="#DejaVuSans-30" x="190.869141"/> | ||
| 617 | <use xlink:href="#DejaVuSans-30" x="254.492188"/> | ||
| 618 | </g> | ||
| 619 | </g> | ||
| 620 | </g> | ||
| 621 | <g id="ytick_3"> | ||
| 622 | <g id="line2d_9"> | ||
| 623 | <g> | ||
| 624 | <use xlink:href="#mc301ada271" x="67.078125" y="149.692664" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 625 | </g> | ||
| 626 | </g> | ||
| 627 | <g id="text_10"> | ||
| 628 | <!-- 40000 --> | ||
| 629 | <g transform="translate(28.265625 153.491883)scale(0.1 -0.1)"> | ||
| 630 | <defs> | ||
| 631 | <path id="DejaVuSans-34" d="M 2419 4116 | ||
| 632 | L 825 1625 | ||
| 633 | L 2419 1625 | ||
| 634 | L 2419 4116 | ||
| 635 | z | ||
| 636 | M 2253 4666 | ||
| 637 | L 3047 4666 | ||
| 638 | L 3047 1625 | ||
| 639 | L 3713 1625 | ||
| 640 | L 3713 1100 | ||
| 641 | L 3047 1100 | ||
| 642 | L 3047 0 | ||
| 643 | L 2419 0 | ||
| 644 | L 2419 1100 | ||
| 645 | L 313 1100 | ||
| 646 | L 313 1709 | ||
| 647 | L 2253 4666 | ||
| 648 | z | ||
| 649 | " transform="scale(0.015625)"/> | ||
| 650 | </defs> | ||
| 651 | <use xlink:href="#DejaVuSans-34"/> | ||
| 652 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 653 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 654 | <use xlink:href="#DejaVuSans-30" x="190.869141"/> | ||
| 655 | <use xlink:href="#DejaVuSans-30" x="254.492188"/> | ||
| 656 | </g> | ||
| 657 | </g> | ||
| 658 | </g> | ||
| 659 | <g id="ytick_4"> | ||
| 660 | <g id="line2d_10"> | ||
| 661 | <g> | ||
| 662 | <use xlink:href="#mc301ada271" x="67.078125" y="101.169293" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 663 | </g> | ||
| 664 | </g> | ||
| 665 | <g id="text_11"> | ||
| 666 | <!-- 60000 --> | ||
| 667 | <g transform="translate(28.265625 104.968512)scale(0.1 -0.1)"> | ||
| 668 | <defs> | ||
| 669 | <path id="DejaVuSans-36" d="M 2113 2584 | ||
| 670 | Q 1688 2584 1439 2293 | ||
| 671 | Q 1191 2003 1191 1497 | ||
| 672 | Q 1191 994 1439 701 | ||
| 673 | Q 1688 409 2113 409 | ||
| 674 | Q 2538 409 2786 701 | ||
| 675 | Q 3034 994 3034 1497 | ||
| 676 | Q 3034 2003 2786 2293 | ||
| 677 | Q 2538 2584 2113 2584 | ||
| 678 | z | ||
| 679 | M 3366 4563 | ||
| 680 | L 3366 3988 | ||
| 681 | Q 3128 4100 2886 4159 | ||
| 682 | Q 2644 4219 2406 4219 | ||
| 683 | Q 1781 4219 1451 3797 | ||
| 684 | Q 1122 3375 1075 2522 | ||
| 685 | Q 1259 2794 1537 2939 | ||
| 686 | Q 1816 3084 2150 3084 | ||
| 687 | Q 2853 3084 3261 2657 | ||
| 688 | Q 3669 2231 3669 1497 | ||
| 689 | Q 3669 778 3244 343 | ||
| 690 | Q 2819 -91 2113 -91 | ||
| 691 | Q 1303 -91 875 529 | ||
| 692 | Q 447 1150 447 2328 | ||
| 693 | Q 447 3434 972 4092 | ||
| 694 | Q 1497 4750 2381 4750 | ||
| 695 | Q 2619 4750 2861 4703 | ||
| 696 | Q 3103 4656 3366 4563 | ||
| 697 | z | ||
| 698 | " transform="scale(0.015625)"/> | ||
| 699 | </defs> | ||
| 700 | <use xlink:href="#DejaVuSans-36"/> | ||
| 701 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 702 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 703 | <use xlink:href="#DejaVuSans-30" x="190.869141"/> | ||
| 704 | <use xlink:href="#DejaVuSans-30" x="254.492188"/> | ||
| 705 | </g> | ||
| 706 | </g> | ||
| 707 | </g> | ||
| 708 | <g id="ytick_5"> | ||
| 709 | <g id="line2d_11"> | ||
| 710 | <g> | ||
| 711 | <use xlink:href="#mc301ada271" x="67.078125" y="52.645923" style="stroke: #000000; stroke-width: 0.8"/> | ||
| 712 | </g> | ||
| 713 | </g> | ||
| 714 | <g id="text_12"> | ||
| 715 | <!-- 80000 --> | ||
| 716 | <g transform="translate(28.265625 56.445141)scale(0.1 -0.1)"> | ||
| 717 | <defs> | ||
| 718 | <path id="DejaVuSans-38" d="M 2034 2216 | ||
| 719 | Q 1584 2216 1326 1975 | ||
| 720 | Q 1069 1734 1069 1313 | ||
| 721 | Q 1069 891 1326 650 | ||
| 722 | Q 1584 409 2034 409 | ||
| 723 | Q 2484 409 2743 651 | ||
| 724 | Q 3003 894 3003 1313 | ||
| 725 | Q 3003 1734 2745 1975 | ||
| 726 | Q 2488 2216 2034 2216 | ||
| 727 | z | ||
| 728 | M 1403 2484 | ||
| 729 | Q 997 2584 770 2862 | ||
| 730 | Q 544 3141 544 3541 | ||
| 731 | Q 544 4100 942 4425 | ||
| 732 | Q 1341 4750 2034 4750 | ||
| 733 | Q 2731 4750 3128 4425 | ||
| 734 | Q 3525 4100 3525 3541 | ||
| 735 | Q 3525 3141 3298 2862 | ||
| 736 | Q 3072 2584 2669 2484 | ||
| 737 | Q 3125 2378 3379 2068 | ||
| 738 | Q 3634 1759 3634 1313 | ||
| 739 | Q 3634 634 3220 271 | ||
| 740 | Q 2806 -91 2034 -91 | ||
| 741 | Q 1263 -91 848 271 | ||
| 742 | Q 434 634 434 1313 | ||
| 743 | Q 434 1759 690 2068 | ||
| 744 | Q 947 2378 1403 2484 | ||
| 745 | z | ||
| 746 | M 1172 3481 | ||
| 747 | Q 1172 3119 1398 2916 | ||
| 748 | Q 1625 2713 2034 2713 | ||
| 749 | Q 2441 2713 2670 2916 | ||
| 750 | Q 2900 3119 2900 3481 | ||
| 751 | Q 2900 3844 2670 4047 | ||
| 752 | Q 2441 4250 2034 4250 | ||
| 753 | Q 1625 4250 1398 4047 | ||
| 754 | Q 1172 3844 1172 3481 | ||
| 755 | z | ||
| 756 | " transform="scale(0.015625)"/> | ||
| 757 | </defs> | ||
| 758 | <use xlink:href="#DejaVuSans-38"/> | ||
| 759 | <use xlink:href="#DejaVuSans-30" x="63.623047"/> | ||
| 760 | <use xlink:href="#DejaVuSans-30" x="127.246094"/> | ||
| 761 | <use xlink:href="#DejaVuSans-30" x="190.869141"/> | ||
| 762 | <use xlink:href="#DejaVuSans-30" x="254.492188"/> | ||
| 763 | </g> | ||
| 764 | </g> | ||
| 765 | </g> | ||
| 766 | <g id="text_13"> | ||
| 767 | <!-- Encoding time (ms) --> | ||
| 768 | <g transform="translate(22.185937 191.877083)rotate(-90)scale(0.1 -0.1)"> | ||
| 769 | <defs> | ||
| 770 | <path id="DejaVuSans-Oblique-45" d="M 1081 4666 | ||
| 771 | L 4031 4666 | ||
| 772 | L 3928 4134 | ||
| 773 | L 1606 4134 | ||
| 774 | L 1338 2753 | ||
| 775 | L 3566 2753 | ||
| 776 | L 3463 2222 | ||
| 777 | L 1234 2222 | ||
| 778 | L 909 531 | ||
| 779 | L 3284 531 | ||
| 780 | L 3181 0 | ||
| 781 | L 172 0 | ||
| 782 | L 1081 4666 | ||
| 783 | z | ||
| 784 | " transform="scale(0.015625)"/> | ||
| 785 | <path id="DejaVuSans-Oblique-63" d="M 3431 3366 | ||
| 786 | L 3316 2797 | ||
| 787 | Q 3109 2947 2876 3022 | ||
| 788 | Q 2644 3097 2394 3097 | ||
| 789 | Q 2119 3097 1870 3000 | ||
| 790 | Q 1622 2903 1453 2725 | ||
| 791 | Q 1184 2453 1037 2087 | ||
| 792 | Q 891 1722 891 1331 | ||
| 793 | Q 891 859 1127 628 | ||
| 794 | Q 1363 397 1844 397 | ||
| 795 | Q 2081 397 2348 469 | ||
| 796 | Q 2616 541 2906 684 | ||
| 797 | L 2797 116 | ||
| 798 | Q 2547 13 2283 -39 | ||
| 799 | Q 2019 -91 1741 -91 | ||
| 800 | Q 1044 -91 669 257 | ||
| 801 | Q 294 606 294 1253 | ||
| 802 | Q 294 1797 489 2255 | ||
| 803 | Q 684 2713 1069 3078 | ||
| 804 | Q 1331 3328 1684 3456 | ||
| 805 | Q 2038 3584 2456 3584 | ||
| 806 | Q 2700 3584 2940 3529 | ||
| 807 | Q 3181 3475 3431 3366 | ||
| 808 | z | ||
| 809 | " transform="scale(0.015625)"/> | ||
| 810 | <path id="DejaVuSans-Oblique-64" d="M 2675 525 | ||
| 811 | Q 2444 222 2128 65 | ||
| 812 | Q 1813 -91 1428 -91 | ||
| 813 | Q 903 -91 598 267 | ||
| 814 | Q 294 625 294 1247 | ||
| 815 | Q 294 1766 478 2236 | ||
| 816 | Q 663 2706 1013 3078 | ||
| 817 | Q 1244 3325 1534 3454 | ||
| 818 | Q 1825 3584 2144 3584 | ||
| 819 | Q 2481 3584 2739 3421 | ||
| 820 | Q 2997 3259 3138 2956 | ||
| 821 | L 3513 4863 | ||
| 822 | L 4091 4863 | ||
| 823 | L 3144 0 | ||
| 824 | L 2566 0 | ||
| 825 | L 2675 525 | ||
| 826 | z | ||
| 827 | M 891 1350 | ||
| 828 | Q 891 897 1095 644 | ||
| 829 | Q 1300 391 1663 391 | ||
| 830 | Q 1931 391 2161 520 | ||
| 831 | Q 2391 650 2566 903 | ||
| 832 | Q 2750 1166 2856 1509 | ||
| 833 | Q 2963 1853 2963 2188 | ||
| 834 | Q 2963 2622 2758 2865 | ||
| 835 | Q 2553 3109 2194 3109 | ||
| 836 | Q 1922 3109 1687 2981 | ||
| 837 | Q 1453 2853 1288 2613 | ||
| 838 | Q 1106 2353 998 2009 | ||
| 839 | Q 891 1666 891 1350 | ||
| 840 | z | ||
| 841 | " transform="scale(0.015625)"/> | ||
| 842 | <path id="DejaVuSans-Oblique-67" d="M 3816 3500 | ||
| 843 | L 3219 434 | ||
| 844 | Q 3047 -456 2561 -893 | ||
| 845 | Q 2075 -1331 1253 -1331 | ||
| 846 | Q 950 -1331 690 -1286 | ||
| 847 | Q 431 -1241 206 -1147 | ||
| 848 | L 313 -588 | ||
| 849 | Q 525 -725 762 -790 | ||
| 850 | Q 1000 -856 1269 -856 | ||
| 851 | Q 1816 -856 2167 -557 | ||
| 852 | Q 2519 -259 2631 300 | ||
| 853 | L 2681 563 | ||
| 854 | Q 2441 288 2122 144 | ||
| 855 | Q 1803 0 1434 0 | ||
| 856 | Q 903 0 598 351 | ||
| 857 | Q 294 703 294 1319 | ||
| 858 | Q 294 1803 478 2267 | ||
| 859 | Q 663 2731 997 3091 | ||
| 860 | Q 1219 3328 1514 3456 | ||
| 861 | Q 1809 3584 2131 3584 | ||
| 862 | Q 2484 3584 2746 3420 | ||
| 863 | Q 3009 3256 3138 2956 | ||
| 864 | L 3238 3500 | ||
| 865 | L 3816 3500 | ||
| 866 | z | ||
| 867 | M 2950 2216 | ||
| 868 | Q 2950 2641 2750 2872 | ||
| 869 | Q 2550 3103 2181 3103 | ||
| 870 | Q 1953 3103 1747 3012 | ||
| 871 | Q 1541 2922 1394 2759 | ||
| 872 | Q 1156 2491 1023 2127 | ||
| 873 | Q 891 1763 891 1375 | ||
| 874 | Q 891 944 1092 712 | ||
| 875 | Q 1294 481 1672 481 | ||
| 876 | Q 2219 481 2584 976 | ||
| 877 | Q 2950 1472 2950 2216 | ||
| 878 | z | ||
| 879 | " transform="scale(0.015625)"/> | ||
| 880 | <path id="DejaVuSans-Oblique-6d" d="M 5747 2113 | ||
| 881 | L 5338 0 | ||
| 882 | L 4763 0 | ||
| 883 | L 5166 2094 | ||
| 884 | Q 5191 2228 5203 2325 | ||
| 885 | Q 5216 2422 5216 2491 | ||
| 886 | Q 5216 2772 5059 2928 | ||
| 887 | Q 4903 3084 4622 3084 | ||
| 888 | Q 4203 3084 3875 2770 | ||
| 889 | Q 3547 2456 3450 1953 | ||
| 890 | L 3066 0 | ||
| 891 | L 2491 0 | ||
| 892 | L 2900 2094 | ||
| 893 | Q 2925 2209 2937 2307 | ||
| 894 | Q 2950 2406 2950 2484 | ||
| 895 | Q 2950 2769 2794 2926 | ||
| 896 | Q 2638 3084 2363 3084 | ||
| 897 | Q 1938 3084 1609 2770 | ||
| 898 | Q 1281 2456 1184 1953 | ||
| 899 | L 800 0 | ||
| 900 | L 225 0 | ||
| 901 | L 909 3500 | ||
| 902 | L 1484 3500 | ||
| 903 | L 1375 2956 | ||
| 904 | Q 1609 3263 1923 3423 | ||
| 905 | Q 2238 3584 2597 3584 | ||
| 906 | Q 2978 3584 3223 3384 | ||
| 907 | Q 3469 3184 3519 2828 | ||
| 908 | Q 3781 3197 4126 3390 | ||
| 909 | Q 4472 3584 4856 3584 | ||
| 910 | Q 5306 3584 5551 3325 | ||
| 911 | Q 5797 3066 5797 2591 | ||
| 912 | Q 5797 2488 5784 2364 | ||
| 913 | Q 5772 2241 5747 2113 | ||
| 914 | z | ||
| 915 | " transform="scale(0.015625)"/> | ||
| 916 | <path id="DejaVuSans-Oblique-28" d="M 2731 4856 | ||
| 917 | Q 1903 3822 1495 2892 | ||
| 918 | Q 1088 1963 1088 1100 | ||
| 919 | Q 1088 606 1206 120 | ||
| 920 | Q 1325 -366 1563 -844 | ||
| 921 | L 1063 -844 | ||
| 922 | Q 775 -306 634 201 | ||
| 923 | Q 494 709 494 1197 | ||
| 924 | Q 494 2125 923 3036 | ||
| 925 | Q 1353 3947 2222 4856 | ||
| 926 | L 2731 4856 | ||
| 927 | z | ||
| 928 | " transform="scale(0.015625)"/> | ||
| 929 | <path id="DejaVuSans-Oblique-73" d="M 3200 3397 | ||
| 930 | L 3091 2853 | ||
| 931 | Q 2863 2978 2609 3040 | ||
| 932 | Q 2356 3103 2088 3103 | ||
| 933 | Q 1634 3103 1373 2948 | ||
| 934 | Q 1113 2794 1113 2528 | ||
| 935 | Q 1113 2219 1719 2053 | ||
| 936 | Q 1766 2041 1788 2034 | ||
| 937 | L 1972 1978 | ||
| 938 | Q 2547 1819 2739 1644 | ||
| 939 | Q 2931 1469 2931 1166 | ||
| 940 | Q 2931 609 2489 259 | ||
| 941 | Q 2047 -91 1331 -91 | ||
| 942 | Q 1053 -91 747 -37 | ||
| 943 | Q 441 16 72 128 | ||
| 944 | L 184 722 | ||
| 945 | Q 500 559 806 475 | ||
| 946 | Q 1113 391 1394 391 | ||
| 947 | Q 1816 391 2080 572 | ||
| 948 | Q 2344 753 2344 1031 | ||
| 949 | Q 2344 1331 1650 1516 | ||
| 950 | L 1591 1531 | ||
| 951 | L 1394 1581 | ||
| 952 | Q 956 1697 753 1886 | ||
| 953 | Q 550 2075 550 2369 | ||
| 954 | Q 550 2928 970 3256 | ||
| 955 | Q 1391 3584 2113 3584 | ||
| 956 | Q 2397 3584 2667 3537 | ||
| 957 | Q 2938 3491 3200 3397 | ||
| 958 | z | ||
| 959 | " transform="scale(0.015625)"/> | ||
| 960 | <path id="DejaVuSans-Oblique-29" d="M -397 -844 | ||
| 961 | Q 434 191 840 1120 | ||
| 962 | Q 1247 2050 1247 2913 | ||
| 963 | Q 1247 3406 1130 3892 | ||
| 964 | Q 1013 4378 775 4856 | ||
| 965 | L 1275 4856 | ||
| 966 | Q 1563 4316 1703 3812 | ||
| 967 | Q 1844 3309 1844 2822 | ||
| 968 | Q 1844 1891 1411 973 | ||
| 969 | Q 978 56 116 -844 | ||
| 970 | L -397 -844 | ||
| 971 | z | ||
| 972 | " transform="scale(0.015625)"/> | ||
| 973 | </defs> | ||
| 974 | <use xlink:href="#DejaVuSans-Oblique-45"/> | ||
| 975 | <use xlink:href="#DejaVuSans-Oblique-6e" x="63.183594"/> | ||
| 976 | <use xlink:href="#DejaVuSans-Oblique-63" x="126.5625"/> | ||
| 977 | <use xlink:href="#DejaVuSans-Oblique-6f" x="181.542969"/> | ||
| 978 | <use xlink:href="#DejaVuSans-Oblique-64" x="242.724609"/> | ||
| 979 | <use xlink:href="#DejaVuSans-Oblique-69" x="306.201172"/> | ||
| 980 | <use xlink:href="#DejaVuSans-Oblique-6e" x="333.984375"/> | ||
| 981 | <use xlink:href="#DejaVuSans-Oblique-67" x="397.363281"/> | ||
| 982 | <use xlink:href="#DejaVuSans-Oblique-20" x="460.839844"/> | ||
| 983 | <use xlink:href="#DejaVuSans-Oblique-74" x="492.626953"/> | ||
| 984 | <use xlink:href="#DejaVuSans-Oblique-69" x="531.835938"/> | ||
| 985 | <use xlink:href="#DejaVuSans-Oblique-6d" x="559.619141"/> | ||
| 986 | <use xlink:href="#DejaVuSans-Oblique-65" x="657.03125"/> | ||
| 987 | <use xlink:href="#DejaVuSans-Oblique-20" x="718.554688"/> | ||
| 988 | <use xlink:href="#DejaVuSans-Oblique-28" x="750.341797"/> | ||
| 989 | <use xlink:href="#DejaVuSans-Oblique-6d" x="789.355469"/> | ||
| 990 | <use xlink:href="#DejaVuSans-Oblique-73" x="886.767578"/> | ||
| 991 | <use xlink:href="#DejaVuSans-Oblique-29" x="938.867188"/> | ||
| 992 | </g> | ||
| 993 | </g> | ||
| 994 | </g> | ||
| 995 | <g id="line2d_12"> | ||
| 996 | <path d="M 94.770241 246.725758 | ||
| 997 | L 205.538707 246.660118 | ||
| 998 | L 316.307173 246.465577 | ||
| 999 | L 427.075639 244.621633 | ||
| 1000 | L 537.844105 226.183224 | ||
| 1001 | L 648.612571 39.240909 | ||
| 1002 | " clip-path="url(#p6e18296699)" style="fill: none; stroke-dasharray: 5.55,2.4; stroke-dashoffset: 0; stroke: #000000; stroke-width: 1.5"/> | ||
| 1003 | </g> | ||
| 1004 | <g id="patch_3"> | ||
| 1005 | <path d="M 67.078125 257.1 | ||
| 1006 | L 67.078125 28.866667 | ||
| 1007 | " style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> | ||
| 1008 | </g> | ||
| 1009 | <g id="patch_4"> | ||
| 1010 | <path d="M 676.304688 257.1 | ||
| 1011 | L 676.304688 28.866667 | ||
| 1012 | " style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> | ||
| 1013 | </g> | ||
| 1014 | <g id="patch_5"> | ||
| 1015 | <path d="M 67.078125 257.1 | ||
| 1016 | L 676.304688 257.1 | ||
| 1017 | " style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> | ||
| 1018 | </g> | ||
| 1019 | <g id="patch_6"> | ||
| 1020 | <path d="M 67.078125 28.866667 | ||
| 1021 | L 676.304688 28.866667 | ||
| 1022 | " style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> | ||
| 1023 | </g> | ||
| 1024 | <g id="text_14"> | ||
| 1025 | <!-- Encode to FASTA speed over time --> | ||
| 1026 | <g transform="translate(270.883906 22.866667)scale(0.12 -0.12)"> | ||
| 1027 | <defs> | ||
| 1028 | <path id="DejaVuSans-45" d="M 628 4666 | ||
| 1029 | L 3578 4666 | ||
| 1030 | L 3578 4134 | ||
| 1031 | L 1259 4134 | ||
| 1032 | L 1259 2753 | ||
| 1033 | L 3481 2753 | ||
| 1034 | L 3481 2222 | ||
| 1035 | L 1259 2222 | ||
| 1036 | L 1259 531 | ||
| 1037 | L 3634 531 | ||
| 1038 | L 3634 0 | ||
| 1039 | L 628 0 | ||
| 1040 | L 628 4666 | ||
| 1041 | z | ||
| 1042 | " transform="scale(0.015625)"/> | ||
| 1043 | <path id="DejaVuSans-6e" d="M 3513 2113 | ||
| 1044 | L 3513 0 | ||
| 1045 | L 2938 0 | ||
| 1046 | L 2938 2094 | ||
| 1047 | Q 2938 2591 2744 2837 | ||
| 1048 | Q 2550 3084 2163 3084 | ||
| 1049 | Q 1697 3084 1428 2787 | ||
| 1050 | Q 1159 2491 1159 1978 | ||
| 1051 | L 1159 0 | ||
| 1052 | L 581 0 | ||
| 1053 | L 581 3500 | ||
| 1054 | L 1159 3500 | ||
| 1055 | L 1159 2956 | ||
| 1056 | Q 1366 3272 1645 3428 | ||
| 1057 | Q 1925 3584 2291 3584 | ||
| 1058 | Q 2894 3584 3203 3211 | ||
| 1059 | Q 3513 2838 3513 2113 | ||
| 1060 | z | ||
| 1061 | " transform="scale(0.015625)"/> | ||
| 1062 | <path id="DejaVuSans-63" d="M 3122 3366 | ||
| 1063 | L 3122 2828 | ||
| 1064 | Q 2878 2963 2633 3030 | ||
| 1065 | Q 2388 3097 2138 3097 | ||
| 1066 | Q 1578 3097 1268 2742 | ||
| 1067 | Q 959 2388 959 1747 | ||
| 1068 | Q 959 1106 1268 751 | ||
| 1069 | Q 1578 397 2138 397 | ||
| 1070 | Q 2388 397 2633 464 | ||
| 1071 | Q 2878 531 3122 666 | ||
| 1072 | L 3122 134 | ||
| 1073 | Q 2881 22 2623 -34 | ||
| 1074 | Q 2366 -91 2075 -91 | ||
| 1075 | Q 1284 -91 818 406 | ||
| 1076 | Q 353 903 353 1747 | ||
| 1077 | Q 353 2603 823 3093 | ||
| 1078 | Q 1294 3584 2113 3584 | ||
| 1079 | Q 2378 3584 2631 3529 | ||
| 1080 | Q 2884 3475 3122 3366 | ||
| 1081 | z | ||
| 1082 | " transform="scale(0.015625)"/> | ||
| 1083 | <path id="DejaVuSans-6f" d="M 1959 3097 | ||
| 1084 | Q 1497 3097 1228 2736 | ||
| 1085 | Q 959 2375 959 1747 | ||
| 1086 | Q 959 1119 1226 758 | ||
| 1087 | Q 1494 397 1959 397 | ||
| 1088 | Q 2419 397 2687 759 | ||
| 1089 | Q 2956 1122 2956 1747 | ||
| 1090 | Q 2956 2369 2687 2733 | ||
| 1091 | Q 2419 3097 1959 3097 | ||
| 1092 | z | ||
| 1093 | M 1959 3584 | ||
| 1094 | Q 2709 3584 3137 3096 | ||
| 1095 | Q 3566 2609 3566 1747 | ||
| 1096 | Q 3566 888 3137 398 | ||
| 1097 | Q 2709 -91 1959 -91 | ||
| 1098 | Q 1206 -91 779 398 | ||
| 1099 | Q 353 888 353 1747 | ||
| 1100 | Q 353 2609 779 3096 | ||
| 1101 | Q 1206 3584 1959 3584 | ||
| 1102 | z | ||
| 1103 | " transform="scale(0.015625)"/> | ||
| 1104 | <path id="DejaVuSans-64" d="M 2906 2969 | ||
| 1105 | L 2906 4863 | ||
| 1106 | L 3481 4863 | ||
| 1107 | L 3481 0 | ||
| 1108 | L 2906 0 | ||
| 1109 | L 2906 525 | ||
| 1110 | Q 2725 213 2448 61 | ||
| 1111 | Q 2172 -91 1784 -91 | ||
| 1112 | Q 1150 -91 751 415 | ||
| 1113 | Q 353 922 353 1747 | ||
| 1114 | Q 353 2572 751 3078 | ||
| 1115 | Q 1150 3584 1784 3584 | ||
| 1116 | Q 2172 3584 2448 3432 | ||
| 1117 | Q 2725 3281 2906 2969 | ||
| 1118 | z | ||
| 1119 | M 947 1747 | ||
| 1120 | Q 947 1113 1208 752 | ||
| 1121 | Q 1469 391 1925 391 | ||
| 1122 | Q 2381 391 2643 752 | ||
| 1123 | Q 2906 1113 2906 1747 | ||
| 1124 | Q 2906 2381 2643 2742 | ||
| 1125 | Q 2381 3103 1925 3103 | ||
| 1126 | Q 1469 3103 1208 2742 | ||
| 1127 | Q 947 2381 947 1747 | ||
| 1128 | z | ||
| 1129 | " transform="scale(0.015625)"/> | ||
| 1130 | <path id="DejaVuSans-65" d="M 3597 1894 | ||
| 1131 | L 3597 1613 | ||
| 1132 | L 953 1613 | ||
| 1133 | Q 991 1019 1311 708 | ||
| 1134 | Q 1631 397 2203 397 | ||
| 1135 | Q 2534 397 2845 478 | ||
| 1136 | Q 3156 559 3463 722 | ||
| 1137 | L 3463 178 | ||
| 1138 | Q 3153 47 2828 -22 | ||
| 1139 | Q 2503 -91 2169 -91 | ||
| 1140 | Q 1331 -91 842 396 | ||
| 1141 | Q 353 884 353 1716 | ||
| 1142 | Q 353 2575 817 3079 | ||
| 1143 | Q 1281 3584 2069 3584 | ||
| 1144 | Q 2775 3584 3186 3129 | ||
| 1145 | Q 3597 2675 3597 1894 | ||
| 1146 | z | ||
| 1147 | M 3022 2063 | ||
| 1148 | Q 3016 2534 2758 2815 | ||
| 1149 | Q 2500 3097 2075 3097 | ||
| 1150 | Q 1594 3097 1305 2825 | ||
| 1151 | Q 1016 2553 972 2059 | ||
| 1152 | L 3022 2063 | ||
| 1153 | z | ||
| 1154 | " transform="scale(0.015625)"/> | ||
| 1155 | <path id="DejaVuSans-20" transform="scale(0.015625)"/> | ||
| 1156 | <path id="DejaVuSans-74" d="M 1172 4494 | ||
| 1157 | L 1172 3500 | ||
| 1158 | L 2356 3500 | ||
| 1159 | L 2356 3053 | ||
| 1160 | L 1172 3053 | ||
| 1161 | L 1172 1153 | ||
| 1162 | Q 1172 725 1289 603 | ||
| 1163 | Q 1406 481 1766 481 | ||
| 1164 | L 2356 481 | ||
| 1165 | L 2356 0 | ||
| 1166 | L 1766 0 | ||
| 1167 | Q 1100 0 847 248 | ||
| 1168 | Q 594 497 594 1153 | ||
| 1169 | L 594 3053 | ||
| 1170 | L 172 3053 | ||
| 1171 | L 172 3500 | ||
| 1172 | L 594 3500 | ||
| 1173 | L 594 4494 | ||
| 1174 | L 1172 4494 | ||
| 1175 | z | ||
| 1176 | " transform="scale(0.015625)"/> | ||
| 1177 | <path id="DejaVuSans-46" d="M 628 4666 | ||
| 1178 | L 3309 4666 | ||
| 1179 | L 3309 4134 | ||
| 1180 | L 1259 4134 | ||
| 1181 | L 1259 2759 | ||
| 1182 | L 3109 2759 | ||
| 1183 | L 3109 2228 | ||
| 1184 | L 1259 2228 | ||
| 1185 | L 1259 0 | ||
| 1186 | L 628 0 | ||
| 1187 | L 628 4666 | ||
| 1188 | z | ||
| 1189 | " transform="scale(0.015625)"/> | ||
| 1190 | <path id="DejaVuSans-41" d="M 2188 4044 | ||
| 1191 | L 1331 1722 | ||
| 1192 | L 3047 1722 | ||
| 1193 | L 2188 4044 | ||
| 1194 | z | ||
| 1195 | M 1831 4666 | ||
| 1196 | L 2547 4666 | ||
| 1197 | L 4325 0 | ||
| 1198 | L 3669 0 | ||
| 1199 | L 3244 1197 | ||
| 1200 | L 1141 1197 | ||
| 1201 | L 716 0 | ||
| 1202 | L 50 0 | ||
| 1203 | L 1831 4666 | ||
| 1204 | z | ||
| 1205 | " transform="scale(0.015625)"/> | ||
| 1206 | <path id="DejaVuSans-53" d="M 3425 4513 | ||
| 1207 | L 3425 3897 | ||
| 1208 | Q 3066 4069 2747 4153 | ||
| 1209 | Q 2428 4238 2131 4238 | ||
| 1210 | Q 1616 4238 1336 4038 | ||
| 1211 | Q 1056 3838 1056 3469 | ||
| 1212 | Q 1056 3159 1242 3001 | ||
| 1213 | Q 1428 2844 1947 2747 | ||
| 1214 | L 2328 2669 | ||
| 1215 | Q 3034 2534 3370 2195 | ||
| 1216 | Q 3706 1856 3706 1288 | ||
| 1217 | Q 3706 609 3251 259 | ||
| 1218 | Q 2797 -91 1919 -91 | ||
| 1219 | Q 1588 -91 1214 -16 | ||
| 1220 | Q 841 59 441 206 | ||
| 1221 | L 441 856 | ||
| 1222 | Q 825 641 1194 531 | ||
| 1223 | Q 1563 422 1919 422 | ||
| 1224 | Q 2459 422 2753 634 | ||
| 1225 | Q 3047 847 3047 1241 | ||
| 1226 | Q 3047 1584 2836 1778 | ||
| 1227 | Q 2625 1972 2144 2069 | ||
| 1228 | L 1759 2144 | ||
| 1229 | Q 1053 2284 737 2584 | ||
| 1230 | Q 422 2884 422 3419 | ||
| 1231 | Q 422 4038 858 4394 | ||
| 1232 | Q 1294 4750 2059 4750 | ||
| 1233 | Q 2388 4750 2728 4690 | ||
| 1234 | Q 3069 4631 3425 4513 | ||
| 1235 | z | ||
| 1236 | " transform="scale(0.015625)"/> | ||
| 1237 | <path id="DejaVuSans-54" d="M -19 4666 | ||
| 1238 | L 3928 4666 | ||
| 1239 | L 3928 4134 | ||
| 1240 | L 2272 4134 | ||
| 1241 | L 2272 0 | ||
| 1242 | L 1638 0 | ||
| 1243 | L 1638 4134 | ||
| 1244 | L -19 4134 | ||
| 1245 | L -19 4666 | ||
| 1246 | z | ||
| 1247 | " transform="scale(0.015625)"/> | ||
| 1248 | <path id="DejaVuSans-73" d="M 2834 3397 | ||
| 1249 | L 2834 2853 | ||
| 1250 | Q 2591 2978 2328 3040 | ||
| 1251 | Q 2066 3103 1784 3103 | ||
| 1252 | Q 1356 3103 1142 2972 | ||
| 1253 | Q 928 2841 928 2578 | ||
| 1254 | Q 928 2378 1081 2264 | ||
| 1255 | Q 1234 2150 1697 2047 | ||
| 1256 | L 1894 2003 | ||
| 1257 | Q 2506 1872 2764 1633 | ||
| 1258 | Q 3022 1394 3022 966 | ||
| 1259 | Q 3022 478 2636 193 | ||
| 1260 | Q 2250 -91 1575 -91 | ||
| 1261 | Q 1294 -91 989 -36 | ||
| 1262 | Q 684 19 347 128 | ||
| 1263 | L 347 722 | ||
| 1264 | Q 666 556 975 473 | ||
| 1265 | Q 1284 391 1588 391 | ||
| 1266 | Q 1994 391 2212 530 | ||
| 1267 | Q 2431 669 2431 922 | ||
| 1268 | Q 2431 1156 2273 1281 | ||
| 1269 | Q 2116 1406 1581 1522 | ||
| 1270 | L 1381 1569 | ||
| 1271 | Q 847 1681 609 1914 | ||
| 1272 | Q 372 2147 372 2553 | ||
| 1273 | Q 372 3047 722 3315 | ||
| 1274 | Q 1072 3584 1716 3584 | ||
| 1275 | Q 2034 3584 2315 3537 | ||
| 1276 | Q 2597 3491 2834 3397 | ||
| 1277 | z | ||
| 1278 | " transform="scale(0.015625)"/> | ||
| 1279 | <path id="DejaVuSans-70" d="M 1159 525 | ||
| 1280 | L 1159 -1331 | ||
| 1281 | L 581 -1331 | ||
| 1282 | L 581 3500 | ||
| 1283 | L 1159 3500 | ||
| 1284 | L 1159 2969 | ||
| 1285 | Q 1341 3281 1617 3432 | ||
| 1286 | Q 1894 3584 2278 3584 | ||
| 1287 | Q 2916 3584 3314 3078 | ||
| 1288 | Q 3713 2572 3713 1747 | ||
| 1289 | Q 3713 922 3314 415 | ||
| 1290 | Q 2916 -91 2278 -91 | ||
| 1291 | Q 1894 -91 1617 61 | ||
| 1292 | Q 1341 213 1159 525 | ||
| 1293 | z | ||
| 1294 | M 3116 1747 | ||
| 1295 | Q 3116 2381 2855 2742 | ||
| 1296 | Q 2594 3103 2138 3103 | ||
| 1297 | Q 1681 3103 1420 2742 | ||
| 1298 | Q 1159 2381 1159 1747 | ||
| 1299 | Q 1159 1113 1420 752 | ||
| 1300 | Q 1681 391 2138 391 | ||
| 1301 | Q 2594 391 2855 752 | ||
| 1302 | Q 3116 1113 3116 1747 | ||
| 1303 | z | ||
| 1304 | " transform="scale(0.015625)"/> | ||
| 1305 | <path id="DejaVuSans-76" d="M 191 3500 | ||
| 1306 | L 800 3500 | ||
| 1307 | L 1894 563 | ||
| 1308 | L 2988 3500 | ||
| 1309 | L 3597 3500 | ||
| 1310 | L 2284 0 | ||
| 1311 | L 1503 0 | ||
| 1312 | L 191 3500 | ||
| 1313 | z | ||
| 1314 | " transform="scale(0.015625)"/> | ||
| 1315 | <path id="DejaVuSans-72" d="M 2631 2963 | ||
| 1316 | Q 2534 3019 2420 3045 | ||
| 1317 | Q 2306 3072 2169 3072 | ||
| 1318 | Q 1681 3072 1420 2755 | ||
| 1319 | Q 1159 2438 1159 1844 | ||
| 1320 | L 1159 0 | ||
| 1321 | L 581 0 | ||
| 1322 | L 581 3500 | ||
| 1323 | L 1159 3500 | ||
| 1324 | L 1159 2956 | ||
| 1325 | Q 1341 3275 1631 3429 | ||
| 1326 | Q 1922 3584 2338 3584 | ||
| 1327 | Q 2397 3584 2469 3576 | ||
| 1328 | Q 2541 3569 2628 3553 | ||
| 1329 | L 2631 2963 | ||
| 1330 | z | ||
| 1331 | " transform="scale(0.015625)"/> | ||
| 1332 | <path id="DejaVuSans-69" d="M 603 3500 | ||
| 1333 | L 1178 3500 | ||
| 1334 | L 1178 0 | ||
| 1335 | L 603 0 | ||
| 1336 | L 603 3500 | ||
| 1337 | z | ||
| 1338 | M 603 4863 | ||
| 1339 | L 1178 4863 | ||
| 1340 | L 1178 4134 | ||
| 1341 | L 603 4134 | ||
| 1342 | L 603 4863 | ||
| 1343 | z | ||
| 1344 | " transform="scale(0.015625)"/> | ||
| 1345 | <path id="DejaVuSans-6d" d="M 3328 2828 | ||
| 1346 | Q 3544 3216 3844 3400 | ||
| 1347 | Q 4144 3584 4550 3584 | ||
| 1348 | Q 5097 3584 5394 3201 | ||
| 1349 | Q 5691 2819 5691 2113 | ||
| 1350 | L 5691 0 | ||
| 1351 | L 5113 0 | ||
| 1352 | L 5113 2094 | ||
| 1353 | Q 5113 2597 4934 2840 | ||
| 1354 | Q 4756 3084 4391 3084 | ||
| 1355 | Q 3944 3084 3684 2787 | ||
| 1356 | Q 3425 2491 3425 1978 | ||
| 1357 | L 3425 0 | ||
| 1358 | L 2847 0 | ||
| 1359 | L 2847 2094 | ||
| 1360 | Q 2847 2600 2669 2842 | ||
| 1361 | Q 2491 3084 2119 3084 | ||
| 1362 | Q 1678 3084 1418 2786 | ||
| 1363 | Q 1159 2488 1159 1978 | ||
| 1364 | L 1159 0 | ||
| 1365 | L 581 0 | ||
| 1366 | L 581 3500 | ||
| 1367 | L 1159 3500 | ||
| 1368 | L 1159 2956 | ||
| 1369 | Q 1356 3278 1631 3431 | ||
| 1370 | Q 1906 3584 2284 3584 | ||
| 1371 | Q 2666 3584 2933 3390 | ||
| 1372 | Q 3200 3197 3328 2828 | ||
| 1373 | z | ||
| 1374 | " transform="scale(0.015625)"/> | ||
| 1375 | </defs> | ||
| 1376 | <use xlink:href="#DejaVuSans-45"/> | ||
| 1377 | <use xlink:href="#DejaVuSans-6e" x="63.183594"/> | ||
| 1378 | <use xlink:href="#DejaVuSans-63" x="126.5625"/> | ||
| 1379 | <use xlink:href="#DejaVuSans-6f" x="181.542969"/> | ||
| 1380 | <use xlink:href="#DejaVuSans-64" x="242.724609"/> | ||
| 1381 | <use xlink:href="#DejaVuSans-65" x="306.201172"/> | ||
| 1382 | <use xlink:href="#DejaVuSans-20" x="367.724609"/> | ||
| 1383 | <use xlink:href="#DejaVuSans-74" x="399.511719"/> | ||
| 1384 | <use xlink:href="#DejaVuSans-6f" x="438.720703"/> | ||
| 1385 | <use xlink:href="#DejaVuSans-20" x="499.902344"/> | ||
| 1386 | <use xlink:href="#DejaVuSans-46" x="531.689453"/> | ||
| 1387 | <use xlink:href="#DejaVuSans-41" x="580.083984"/> | ||
| 1388 | <use xlink:href="#DejaVuSans-53" x="648.492188"/> | ||
| 1389 | <use xlink:href="#DejaVuSans-54" x="711.96875"/> | ||
| 1390 | <use xlink:href="#DejaVuSans-41" x="765.302734"/> | ||
| 1391 | <use xlink:href="#DejaVuSans-20" x="833.710938"/> | ||
| 1392 | <use xlink:href="#DejaVuSans-73" x="865.498047"/> | ||
| 1393 | <use xlink:href="#DejaVuSans-70" x="917.597656"/> | ||
| 1394 | <use xlink:href="#DejaVuSans-65" x="981.074219"/> | ||
| 1395 | <use xlink:href="#DejaVuSans-65" x="1042.597656"/> | ||
| 1396 | <use xlink:href="#DejaVuSans-64" x="1104.121094"/> | ||
| 1397 | <use xlink:href="#DejaVuSans-20" x="1167.597656"/> | ||
| 1398 | <use xlink:href="#DejaVuSans-6f" x="1199.384766"/> | ||
| 1399 | <use xlink:href="#DejaVuSans-76" x="1260.566406"/> | ||
| 1400 | <use xlink:href="#DejaVuSans-65" x="1319.746094"/> | ||
| 1401 | <use xlink:href="#DejaVuSans-72" x="1381.269531"/> | ||
| 1402 | <use xlink:href="#DejaVuSans-20" x="1422.382812"/> | ||
| 1403 | <use xlink:href="#DejaVuSans-74" x="1454.169922"/> | ||
| 1404 | <use xlink:href="#DejaVuSans-69" x="1493.378906"/> | ||
| 1405 | <use xlink:href="#DejaVuSans-6d" x="1521.162109"/> | ||
| 1406 | <use xlink:href="#DejaVuSans-65" x="1618.574219"/> | ||
| 1407 | </g> | ||
| 1408 | </g> | ||
| 1409 | </g> | ||
| 1410 | </g> | ||
| 1411 | <defs> | ||
| 1412 | <clipPath id="p6e18296699"> | ||
| 1413 | <rect x="67.078125" y="28.866667" width="609.226562" height="228.233333"/> | ||
| 1414 | </clipPath> | ||
| 1415 | </defs> | ||
| 1416 | </svg> | ||
diff --git a/templates/base.html b/templates/base.html index f5cb386..6e0e50e 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -95,6 +95,19 @@ | |||
| 95 | font-family: monospace; | 95 | font-family: monospace; |
| 96 | } | 96 | } |
| 97 | 97 | ||
| 98 | figure { | ||
| 99 | margin-inline-start: 0; | ||
| 100 | margin-inline-end: 0; | ||
| 101 | } | ||
| 102 | |||
| 103 | figcaption { | ||
| 104 | text-align: center; | ||
| 105 | } | ||
| 106 | |||
| 107 | figcaption p { | ||
| 108 | margin: 0.3em 0 0 0; | ||
| 109 | } | ||
| 110 | |||
| 98 | img, video, audio { | 111 | img, video, audio { |
| 99 | max-width: 100%; | 112 | max-width: 100%; |
| 100 | } | 113 | } |
| @@ -167,14 +180,14 @@ | |||
| 167 | You can write me an email | 180 | You can write me an email |
| 168 | at <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or | 181 | at <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or |
| 169 | catch up with me <a href="https://telegram.me/mitjafelicijan" | 182 | catch up with me <a href="https://telegram.me/mitjafelicijan" |
| 170 | target="_blank">on Telegram</a>. | 183 | target="_blank">on Telegram</a>. |
| 171 | </p> | 184 | </p> |
| 172 | <hr> | 185 | <hr> |
| 173 | <p>This website does not track you. Content is made available under | 186 | <p>This website does not track you. Content is made available under |
| 174 | the <a href="https://creativecommons.org/licenses/by/4.0/" | 187 | the <a href="https://creativecommons.org/licenses/by/4.0/" |
| 175 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified | 188 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified |
| 176 | otherwise. Blog is also available as <a href="/index.xml" | 189 | otherwise. Blog is also available as <a href="/index.xml" |
| 177 | target="_blank">RSS feed</a>. | 190 | target="_blank">RSS feed</a>. |
| 178 | </p> | 191 | </p> |
| 179 | </footer> | 192 | </footer> |
| 180 | </body> | 193 | </body> |
