summaryrefslogtreecommitdiff
path: root/doc/spice_sims/overshoot_sim_r50.svg
blob: 567ea7c2fb96ec02503f98d01b53ad6588037b59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="432pt" version="1.1" viewBox="0 0 432 432" width="432pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
 <defs>
  <style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
  </style>
 </defs>
 <g id="figure_1">
  <g id="patch_1">
   <path d="M 0 432 
L 432 432 
L 432 0 
L 0 0 
z
" style="fill:#ffffff;"/>
  </g>
  <g id="axes_1">
   <g id="patch_2">
    <path d="M 50.078 126.413333 
L 418.68 126.413333 
L 418.68 13.32 
L 50.078 13.32 
z
" style="fill:#ffffff;"/>
   </g>
   <g id="matplotlib.axis_1">
    <g id="xtick_1">
     <g id="line2d_1">
      <path clip-path="url(#p575d5920f8)" d="M 66.74514 126.413333 
L 66.74514 13.32 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_2">
      <defs>
       <path d="M 0 0 
L 0 3.5 
" id="m71acad7e69" style="stroke:#01769d;stroke-width:0.8;"/>
      </defs>
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="66.74514" xlink:href="#m71acad7e69" y="126.413333"/>
      </g>
     </g>
    </g>
    <g id="xtick_2">
     <g id="line2d_3">
      <path clip-path="url(#p575d5920f8)" d="M 108.643118 126.413333 
L 108.643118 13.32 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_4">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="108.643118" xlink:href="#m71acad7e69" y="126.413333"/>
      </g>
     </g>
    </g>
    <g id="xtick_3">
     <g id="line2d_5">
      <path clip-path="url(#p575d5920f8)" d="M 150.541095 126.413333 
L 150.541095 13.32 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_6">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="150.541095" xlink:href="#m71acad7e69" y="126.413333"/>
      </g>
     </g>
    </g>
    <g id="xtick_4">
     <g id="line2d_7">
      <path clip-path="url(#p575d5920f8)" d="M 192.439073 126.413333 
L 192.439073 13.32 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_8">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="192.439073" xlink:href="#m71acad7e69" y="126.413333"/>
      </g>
     </g>
    </g>
    <g id="xtick_5">
     <g id="line2d_9">
      <path clip-path="url(#p575d5920f8)" d="M 234.337051 126.413333 
L 234.337051 13.32 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_10">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="234.337051" xlink:href="#m71acad7e69" y="126.413333"/>
      </g>
     </g>
    </g>
    <g id="xtick_6">
     <g id="line2d_11">
      <path clip-path="url(#p575d5920f8)" d="M 276.235029 126.413333 
L 276.235029 13.32 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_12">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="276.235029" xlink:href="#m71acad7e69" y="126.413333"/>
      </g>
     </g>
    </g>
    <g id="xtick_7">
     <g id="line2d_13">
      <path clip-path="url(#p575d5920f8)" d="M 318.133007 126.413333 
L 318.133007 13.32 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_14">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="318.133007" xlink:href="#m71acad7e69" y="126.413333"/>
      </g>
     </g>
    </g>
    <g id="xtick_8">
     <g id="line2d_15">
      <path clip-path="url(#p575d5920f8)" d="M 360.030984 126.413333 
L 360.030984 13.32 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_16">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="360.030984" xlink:href="#m71acad7e69" y="126.413333"/>
      </g>
     </g>
    </g>
    <g id="xtick_9">
     <g id="line2d_17">
      <path clip-path="url(#p575d5920f8)" d="M 401.928962 126.413333 
L 401.928962 13.32 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_18">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="401.928962" xlink:href="#m71acad7e69" y="126.413333"/>
      </g>
     </g>
    </g>
   </g>
   <g id="matplotlib.axis_2">
    <g id="ytick_1">
     <g id="line2d_19">
      <path clip-path="url(#p575d5920f8)" d="M 50.078 110.257143 
L 418.68 110.257143 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_20">
      <defs>
       <path d="M 0 0 
L -3.5 0 
" id="mbdd9d20e31" style="stroke:#01769d;stroke-width:0.8;"/>
      </defs>
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="110.257143"/>
      </g>
     </g>
     <g id="text_1">
      <!-- 0 -->
      <defs>
       <path d="M 31.78125 66.40625 
Q 24.171875 66.40625 20.328125 58.90625 
Q 16.5 51.421875 16.5 36.375 
Q 16.5 21.390625 20.328125 13.890625 
Q 24.171875 6.390625 31.78125 6.390625 
Q 39.453125 6.390625 43.28125 13.890625 
Q 47.125 21.390625 47.125 36.375 
Q 47.125 51.421875 43.28125 58.90625 
Q 39.453125 66.40625 31.78125 66.40625 
M 31.78125 74.21875 
Q 44.046875 74.21875 50.515625 64.515625 
Q 56.984375 54.828125 56.984375 36.375 
Q 56.984375 17.96875 50.515625 8.265625 
Q 44.046875 -1.421875 31.78125 -1.421875 
Q 19.53125 -1.421875 13.0625 8.265625 
Q 6.59375 17.96875 6.59375 36.375 
Q 6.59375 54.828125 13.0625 64.515625 
Q 19.53125 74.21875 31.78125 74.21875 
" id="DejaVuSans-30"/>
      </defs>
      <g style="fill:#01769d;" transform="translate(36.7155 114.056362)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-30"/>
      </g>
     </g>
    </g>
    <g id="ytick_2">
     <g id="line2d_21">
      <path clip-path="url(#p575d5920f8)" d="M 50.078 83.330159 
L 418.68 83.330159 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_22">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="83.330159"/>
      </g>
     </g>
     <g id="text_2">
      <!-- 1 -->
      <defs>
       <path d="M 12.40625 8.296875 
L 28.515625 8.296875 
L 28.515625 63.921875 
L 10.984375 60.40625 
L 10.984375 69.390625 
L 28.421875 72.90625 
L 38.28125 72.90625 
L 38.28125 8.296875 
L 54.390625 8.296875 
L 54.390625 0 
L 12.40625 0 
z
" id="DejaVuSans-31"/>
      </defs>
      <g style="fill:#01769d;" transform="translate(36.7155 87.129377)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-31"/>
      </g>
     </g>
    </g>
    <g id="ytick_3">
     <g id="line2d_23">
      <path clip-path="url(#p575d5920f8)" d="M 50.078 56.403175 
L 418.68 56.403175 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_24">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="56.403175"/>
      </g>
     </g>
     <g id="text_3">
      <!-- 2 -->
      <defs>
       <path d="M 19.1875 8.296875 
L 53.609375 8.296875 
L 53.609375 0 
L 7.328125 0 
L 7.328125 8.296875 
Q 12.9375 14.109375 22.625 23.890625 
Q 32.328125 33.6875 34.8125 36.53125 
Q 39.546875 41.84375 41.421875 45.53125 
Q 43.3125 49.21875 43.3125 52.78125 
Q 43.3125 58.59375 39.234375 62.25 
Q 35.15625 65.921875 28.609375 65.921875 
Q 23.96875 65.921875 18.8125 64.3125 
Q 13.671875 62.703125 7.8125 59.421875 
L 7.8125 69.390625 
Q 13.765625 71.78125 18.9375 73 
Q 24.125 74.21875 28.421875 74.21875 
Q 39.75 74.21875 46.484375 68.546875 
Q 53.21875 62.890625 53.21875 53.421875 
Q 53.21875 48.921875 51.53125 44.890625 
Q 49.859375 40.875 45.40625 35.40625 
Q 44.1875 33.984375 37.640625 27.21875 
Q 31.109375 20.453125 19.1875 8.296875 
" id="DejaVuSans-32"/>
      </defs>
      <g style="fill:#01769d;" transform="translate(36.7155 60.202393)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-32"/>
      </g>
     </g>
    </g>
    <g id="ytick_4">
     <g id="line2d_25">
      <path clip-path="url(#p575d5920f8)" d="M 50.078 29.47619 
L 418.68 29.47619 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_26">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="29.47619"/>
      </g>
     </g>
     <g id="text_4">
      <!-- 3 -->
      <defs>
       <path d="M 40.578125 39.3125 
Q 47.65625 37.796875 51.625 33 
Q 55.609375 28.21875 55.609375 21.1875 
Q 55.609375 10.40625 48.1875 4.484375 
Q 40.765625 -1.421875 27.09375 -1.421875 
Q 22.515625 -1.421875 17.65625 -0.515625 
Q 12.796875 0.390625 7.625 2.203125 
L 7.625 11.71875 
Q 11.71875 9.328125 16.59375 8.109375 
Q 21.484375 6.890625 26.8125 6.890625 
Q 36.078125 6.890625 40.9375 10.546875 
Q 45.796875 14.203125 45.796875 21.1875 
Q 45.796875 27.640625 41.28125 31.265625 
Q 36.765625 34.90625 28.71875 34.90625 
L 20.21875 34.90625 
L 20.21875 43.015625 
L 29.109375 43.015625 
Q 36.375 43.015625 40.234375 45.921875 
Q 44.09375 48.828125 44.09375 54.296875 
Q 44.09375 59.90625 40.109375 62.90625 
Q 36.140625 65.921875 28.71875 65.921875 
Q 24.65625 65.921875 20.015625 65.03125 
Q 15.375 64.15625 9.8125 62.3125 
L 9.8125 71.09375 
Q 15.4375 72.65625 20.34375 73.4375 
Q 25.25 74.21875 29.59375 74.21875 
Q 40.828125 74.21875 47.359375 69.109375 
Q 53.90625 64.015625 53.90625 55.328125 
Q 53.90625 49.265625 50.4375 45.09375 
Q 46.96875 40.921875 40.578125 39.3125 
" id="DejaVuSans-33"/>
      </defs>
      <g style="fill:#01769d;" transform="translate(36.7155 33.275409)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-33"/>
      </g>
     </g>
    </g>
    <g id="text_5">
     <!-- $V_{gate}\;(V)$ -->
     <defs>
      <path d="M 20.609375 0 
L 7.8125 72.90625 
L 17.484375 72.90625 
L 28.078125 10.203125 
L 63.484375 72.90625 
L 74.21875 72.90625 
L 32.078125 0 
z
" id="DejaVuSans-Oblique-56"/>
      <path d="M 59.625 54.6875 
L 50.296875 6.78125 
Q 47.609375 -7.125 40.015625 -13.953125 
Q 32.421875 -20.796875 19.578125 -20.796875 
Q 14.84375 -20.796875 10.78125 -20.09375 
Q 6.734375 -19.390625 3.21875 -17.921875 
L 4.890625 -9.1875 
Q 8.203125 -11.328125 11.90625 -12.34375 
Q 15.625 -13.375 19.828125 -13.375 
Q 28.375 -13.375 33.859375 -8.703125 
Q 39.359375 -4.046875 41.109375 4.6875 
L 41.890625 8.796875 
Q 38.140625 4.5 33.15625 2.25 
Q 28.171875 0 22.40625 0 
Q 14.109375 0 9.34375 5.484375 
Q 4.59375 10.984375 4.59375 20.609375 
Q 4.59375 28.171875 7.46875 35.421875 
Q 10.359375 42.671875 15.578125 48.296875 
Q 19.046875 52 23.65625 54 
Q 28.265625 56 33.296875 56 
Q 38.8125 56 42.90625 53.4375 
Q 47.015625 50.875 49.03125 46.1875 
L 50.59375 54.6875 
z
M 46.09375 34.625 
Q 46.09375 41.265625 42.96875 44.875 
Q 39.84375 48.484375 34.078125 48.484375 
Q 30.515625 48.484375 27.296875 47.0625 
Q 24.078125 45.65625 21.78125 43.109375 
Q 18.0625 38.921875 15.984375 33.234375 
Q 13.921875 27.546875 13.921875 21.484375 
Q 13.921875 14.75 17.0625 11.125 
Q 20.21875 7.515625 26.125 7.515625 
Q 34.671875 7.515625 40.375 15.25 
Q 46.09375 23 46.09375 34.625 
" id="DejaVuSans-Oblique-67"/>
      <path d="M 53.71875 31.203125 
L 47.609375 0 
L 38.625 0 
L 40.28125 8.296875 
Q 36.328125 3.421875 31.265625 1 
Q 26.21875 -1.421875 20.015625 -1.421875 
Q 13.03125 -1.421875 8.5625 2.84375 
Q 4.109375 7.125 4.109375 13.8125 
Q 4.109375 23.390625 11.75 28.953125 
Q 19.390625 34.515625 32.8125 34.515625 
L 45.3125 34.515625 
L 45.796875 36.921875 
Q 45.90625 37.3125 45.953125 37.765625 
Q 46 38.234375 46 39.203125 
Q 46 43.5625 42.453125 45.96875 
Q 38.921875 48.390625 32.515625 48.390625 
Q 28.125 48.390625 23.5 47.265625 
Q 18.890625 46.140625 14.015625 43.890625 
L 15.578125 52.203125 
Q 20.65625 54.109375 25.515625 55.046875 
Q 30.375 56 34.90625 56 
Q 44.578125 56 49.625 51.796875 
Q 54.6875 47.609375 54.6875 39.59375 
Q 54.6875 37.984375 54.4375 35.8125 
Q 54.203125 33.640625 53.71875 31.203125 
M 44 27.484375 
L 35.015625 27.484375 
Q 23.96875 27.484375 18.671875 24.53125 
Q 13.375 21.578125 13.375 15.375 
Q 13.375 11.078125 16.078125 8.640625 
Q 18.796875 6.203125 23.578125 6.203125 
Q 30.90625 6.203125 36.375 11.453125 
Q 41.84375 16.703125 43.609375 25.484375 
z
" id="DejaVuSans-Oblique-61"/>
      <path d="M 42.28125 54.6875 
L 40.921875 47.703125 
L 23 47.703125 
L 17.1875 18.015625 
Q 16.890625 16.359375 16.75 15.234375 
Q 16.609375 14.109375 16.609375 13.484375 
Q 16.609375 10.359375 18.484375 8.9375 
Q 20.359375 7.515625 24.515625 7.515625 
L 33.59375 7.515625 
L 32.078125 0 
L 23.484375 0 
Q 15.484375 0 11.546875 3.125 
Q 7.625 6.25 7.625 12.59375 
Q 7.625 13.71875 7.765625 15.0625 
Q 7.90625 16.40625 8.203125 18.015625 
L 14.015625 47.703125 
L 6.390625 47.703125 
L 7.8125 54.6875 
L 15.28125 54.6875 
L 18.3125 70.21875 
L 27.296875 70.21875 
L 24.3125 54.6875 
z
" id="DejaVuSans-Oblique-74"/>
      <path d="M 48.09375 32.234375 
Q 48.25 33.015625 48.3125 33.84375 
Q 48.390625 34.671875 48.390625 35.5 
Q 48.390625 41.453125 44.890625 44.921875 
Q 41.40625 48.390625 35.40625 48.390625 
Q 28.71875 48.390625 23.578125 44.15625 
Q 18.453125 39.9375 15.828125 32.171875 
z
M 55.90625 25.203125 
L 14.109375 25.203125 
Q 13.8125 23.34375 13.71875 22.265625 
Q 13.625 21.1875 13.625 20.40625 
Q 13.625 13.625 17.796875 9.90625 
Q 21.96875 6.203125 29.59375 6.203125 
Q 35.453125 6.203125 40.671875 7.515625 
Q 45.90625 8.84375 50.390625 11.375 
L 48.6875 2.484375 
Q 43.84375 0.53125 38.6875 -0.4375 
Q 33.546875 -1.421875 28.21875 -1.421875 
Q 16.84375 -1.421875 10.71875 4.015625 
Q 4.59375 9.46875 4.59375 19.484375 
Q 4.59375 28.03125 7.640625 35.375 
Q 10.6875 42.71875 16.609375 48.484375 
Q 20.40625 52.09375 25.65625 54.046875 
Q 30.90625 56 36.8125 56 
Q 46.09375 56 51.578125 50.4375 
Q 57.078125 44.875 57.078125 35.5 
Q 57.078125 33.25 56.78125 30.6875 
Q 56.5 28.125 55.90625 25.203125 
" id="DejaVuSans-Oblique-65"/>
      <path d="M 31 75.875 
Q 24.46875 64.65625 21.28125 53.65625 
Q 18.109375 42.671875 18.109375 31.390625 
Q 18.109375 20.125 21.3125 9.0625 
Q 24.515625 -2 31 -13.1875 
L 23.1875 -13.1875 
Q 15.875 -1.703125 12.234375 9.375 
Q 8.59375 20.453125 8.59375 31.390625 
Q 8.59375 42.28125 12.203125 53.3125 
Q 15.828125 64.359375 23.1875 75.875 
z
" id="DejaVuSans-28"/>
      <path d="M 8.015625 75.875 
L 15.828125 75.875 
Q 23.140625 64.359375 26.78125 53.3125 
Q 30.421875 42.28125 30.421875 31.390625 
Q 30.421875 20.453125 26.78125 9.375 
Q 23.140625 -1.703125 15.828125 -13.1875 
L 8.015625 -13.1875 
Q 14.5 -2 17.703125 9.0625 
Q 20.90625 20.125 20.90625 31.390625 
Q 20.90625 42.671875 17.703125 53.65625 
Q 14.5 64.65625 8.015625 75.875 
" id="DejaVuSans-29"/>
     </defs>
     <g style="fill:#01769d;" transform="translate(29.6155 90.016667)rotate(-90)scale(0.1 -0.1)">
      <use transform="translate(0 0.125)" xlink:href="#DejaVuSans-Oblique-56"/>
      <use transform="translate(68.408203 -16.28125)scale(0.7)" xlink:href="#DejaVuSans-Oblique-67"/>
      <use transform="translate(112.841797 -16.28125)scale(0.7)" xlink:href="#DejaVuSans-Oblique-61"/>
      <use transform="translate(155.737305 -16.28125)scale(0.7)" xlink:href="#DejaVuSans-Oblique-74"/>
      <use transform="translate(183.183594 -16.28125)scale(0.7)" xlink:href="#DejaVuSans-Oblique-65"/>
      <use transform="translate(256.043511 0.125)" xlink:href="#DejaVuSans-28"/>
      <use transform="translate(295.057183 0.125)" xlink:href="#DejaVuSans-Oblique-56"/>
      <use transform="translate(363.465386 0.125)" xlink:href="#DejaVuSans-29"/>
     </g>
    </g>
   </g>
   <g id="line2d_27">
    <path clip-path="url(#p575d5920f8)" d="M 66.832636 110.287982 
L 69.696756 110.307928 
L 78.240766 110.118152 
L 85.061658 110.259107 
L 94.123758 110.16973 
L 100.773403 110.228212 
L 109.365762 110.186552 
L 117.330607 110.204348 
L 126.495789 110.212783 
L 144.253331 110.21782 
L 150.644301 110.150212 
L 150.716518 108.561773 
L 151.04231 101.204751 
L 151.931962 85.205701 
L 152.209122 82.271309 
L 152.506375 81.348764 
L 152.902321 81.270891 
L 153.891709 81.337643 
L 155.037357 81.234028 
L 157.328653 80.682213 
L 160.192772 80.041862 
L 163.056892 79.4775 
L 163.331773 79.185153 
L 163.789945 78.077162 
L 165.074295 73.846798 
L 167.258679 66.821952 
L 168.977151 61.909716 
L 170.695622 57.530257 
L 172.414094 53.628887 
L 174.132566 50.152506 
L 176.423862 46.097275 
L 178.715157 42.616505 
L 181.006453 39.627771 
L 183.297748 37.060903 
L 185.589044 34.855986 
L 187.88034 32.961808 
L 190.171635 31.334422 
L 192.462931 29.936184 
L 194.754227 28.73481 
L 198.19117 27.24222 
L 201.628114 26.05334 
L 205.065057 25.106372 
L 209.647649 24.136408 
L 214.23024 23.420177 
L 219.958479 22.782277 
L 226.832366 22.276453 
L 234.353395 21.960923 
L 234.423738 23.055747 
L 234.5718 24.357829 
L 236.314717 33.686925 
L 238.033189 41.919231 
L 239.75166 49.269947 
L 241.470132 55.834181 
L 243.188604 61.693762 
L 244.907076 66.914446 
L 246.625547 71.537082 
L 248.344019 75.54861 
L 249.489667 77.8115 
L 250.635315 79.552087 
L 251.208139 80.069786 
L 251.780962 80.286656 
L 254.645082 80.393475 
L 260.373321 80.722603 
L 264.383089 81.146623 
L 267.247208 81.634944 
L 269.538504 82.22828 
L 271.256976 82.881771 
L 272.402623 83.491322 
L 273.548271 84.353325 
L 274.121095 84.946553 
L 274.693919 85.719123 
L 275.266743 86.762601 
L 275.839567 88.197332 
L 276.412391 90.134258 
L 277.558039 95.569168 
L 280.422158 112.072802 
L 280.994982 114.649106 
L 281.567806 116.705604 
L 282.14063 118.169179 
L 282.713454 118.995717 
L 283.286278 119.173017 
L 283.859102 118.722709 
L 284.431926 117.710583 
L 284.9516 116.359277 
L 286.097248 112.401319 
L 287.81572 106.019013 
L 288.388544 104.297447 
L 288.961368 102.947743 
L 289.534191 102.030777 
L 290.107015 101.577437 
L 290.679839 101.5895 
L 291.252663 102.042229 
L 291.825487 102.888151 
L 292.971135 105.483759 
L 295.835254 113.239576 
L 296.408078 114.34632 
L 296.980902 115.158681 
L 297.553726 115.643568 
L 298.12655 115.78623 
L 298.699374 115.590993 
L 299.272198 115.080983 
L 299.845022 114.296748 
L 300.99067 112.138416 
L 303.085829 107.796363 
L 303.658653 106.879594 
L 304.231477 106.17806 
L 304.804301 105.721648 
L 305.377125 105.524545 
L 305.949949 105.585486 
L 306.522773 105.888897 
L 307.095597 106.406713 
L 308.241245 107.925137 
L 310.941993 112.036 
L 311.514817 112.652856 
L 312.08764 113.100627 
L 312.660464 113.360919 
L 313.233288 113.426177 
L 313.806112 113.299884 
L 314.378936 112.996172 
L 315.524584 111.959564 
L 318.7542 108.300042 
L 319.327024 107.896034 
L 319.899848 107.631567 
L 320.472672 107.515392 
L 321.045496 107.547502 
L 321.61832 107.719623 
L 322.763967 108.415327 
L 324.482439 109.95367 
L 326.054995 111.279582 
L 327.200643 111.886028 
L 328.346291 112.061798 
L 329.491939 111.801053 
L 330.637587 111.19313 
L 334.024862 109.002905 
L 335.17051 108.663944 
L 336.316158 108.666735 
L 337.387611 108.952113 
L 339.0729 109.771573 
L 341.20011 110.844751 
L 342.345758 111.18741 
L 343.491406 111.276153 
L 344.637053 111.111056 
L 346.355525 110.519385 
L 348.646821 109.620236 
L 349.792469 109.345649 
L 350.938116 109.264876 
L 352.542253 109.471337 
L 354.781009 110.140394 
L 356.392484 110.594838 
L 358.110956 110.821833 
L 359.715774 110.729746 
L 361.955817 110.251264 
L 364.247112 109.76353 
L 365.965584 109.639557 
L 367.684056 109.771183 
L 373.367414 110.563338 
L 375.085886 110.479217 
L 381.386949 109.866338 
L 384.070298 110.070638 
L 387.507241 110.388774 
L 389.714439 110.385684 
L 398.006882 110.050898 
L 401.925364 110.287987 
L 401.925364 110.287987 
" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/>
   </g>
   <g id="patch_3">
    <path d="M 50.078 126.413333 
L 50.078 13.32 
" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/>
   </g>
   <g id="patch_4">
    <path d="M 50.078 126.413333 
L 418.68 126.413333 
" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/>
   </g>
  </g>
  <g id="axes_2">
   <g id="patch_5">
    <path d="M 50.078 256.786667 
L 418.68 256.786667 
L 418.68 143.693333 
L 50.078 143.693333 
z
" style="fill:#ffffff;"/>
   </g>
   <g id="matplotlib.axis_3">
    <g id="xtick_10">
     <g id="line2d_28">
      <path clip-path="url(#pb7ef422ad4)" d="M 66.74514 256.786667 
L 66.74514 143.693333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_29">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="66.74514" xlink:href="#m71acad7e69" y="256.786667"/>
      </g>
     </g>
    </g>
    <g id="xtick_11">
     <g id="line2d_30">
      <path clip-path="url(#pb7ef422ad4)" d="M 108.643118 256.786667 
L 108.643118 143.693333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_31">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="108.643118" xlink:href="#m71acad7e69" y="256.786667"/>
      </g>
     </g>
    </g>
    <g id="xtick_12">
     <g id="line2d_32">
      <path clip-path="url(#pb7ef422ad4)" d="M 150.541095 256.786667 
L 150.541095 143.693333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_33">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="150.541095" xlink:href="#m71acad7e69" y="256.786667"/>
      </g>
     </g>
    </g>
    <g id="xtick_13">
     <g id="line2d_34">
      <path clip-path="url(#pb7ef422ad4)" d="M 192.439073 256.786667 
L 192.439073 143.693333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_35">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="192.439073" xlink:href="#m71acad7e69" y="256.786667"/>
      </g>
     </g>
    </g>
    <g id="xtick_14">
     <g id="line2d_36">
      <path clip-path="url(#pb7ef422ad4)" d="M 234.337051 256.786667 
L 234.337051 143.693333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_37">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="234.337051" xlink:href="#m71acad7e69" y="256.786667"/>
      </g>
     </g>
    </g>
    <g id="xtick_15">
     <g id="line2d_38">
      <path clip-path="url(#pb7ef422ad4)" d="M 276.235029 256.786667 
L 276.235029 143.693333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_39">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="276.235029" xlink:href="#m71acad7e69" y="256.786667"/>
      </g>
     </g>
    </g>
    <g id="xtick_16">
     <g id="line2d_40">
      <path clip-path="url(#pb7ef422ad4)" d="M 318.133007 256.786667 
L 318.133007 143.693333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_41">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="318.133007" xlink:href="#m71acad7e69" y="256.786667"/>
      </g>
     </g>
    </g>
    <g id="xtick_17">
     <g id="line2d_42">
      <path clip-path="url(#pb7ef422ad4)" d="M 360.030984 256.786667 
L 360.030984 143.693333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_43">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="360.030984" xlink:href="#m71acad7e69" y="256.786667"/>
      </g>
     </g>
    </g>
    <g id="xtick_18">
     <g id="line2d_44">
      <path clip-path="url(#pb7ef422ad4)" d="M 401.928962 256.786667 
L 401.928962 143.693333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_45">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="401.928962" xlink:href="#m71acad7e69" y="256.786667"/>
      </g>
     </g>
    </g>
   </g>
   <g id="matplotlib.axis_4">
    <g id="ytick_5">
     <g id="line2d_46">
      <path clip-path="url(#pb7ef422ad4)" d="M 50.078 249.718333 
L 418.68 249.718333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_47">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="249.718333"/>
      </g>
     </g>
     <g id="text_6">
      <!-- 0 -->
      <g style="fill:#01769d;" transform="translate(36.7155 253.517552)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-30"/>
      </g>
     </g>
    </g>
    <g id="ytick_6">
     <g id="line2d_48">
      <path clip-path="url(#pb7ef422ad4)" d="M 50.078 221.445 
L 418.68 221.445 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_49">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="221.445"/>
      </g>
     </g>
     <g id="text_7">
      <!-- 2 -->
      <g style="fill:#01769d;" transform="translate(36.7155 225.244219)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-32"/>
      </g>
     </g>
    </g>
    <g id="ytick_7">
     <g id="line2d_50">
      <path clip-path="url(#pb7ef422ad4)" d="M 50.078 193.171667 
L 418.68 193.171667 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_51">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="193.171667"/>
      </g>
     </g>
     <g id="text_8">
      <!-- 4 -->
      <defs>
       <path d="M 37.796875 64.3125 
L 12.890625 25.390625 
L 37.796875 25.390625 
z
M 35.203125 72.90625 
L 47.609375 72.90625 
L 47.609375 25.390625 
L 58.015625 25.390625 
L 58.015625 17.1875 
L 47.609375 17.1875 
L 47.609375 0 
L 37.796875 0 
L 37.796875 17.1875 
L 4.890625 17.1875 
L 4.890625 26.703125 
z
" id="DejaVuSans-34"/>
      </defs>
      <g style="fill:#01769d;" transform="translate(36.7155 196.970885)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-34"/>
      </g>
     </g>
    </g>
    <g id="ytick_8">
     <g id="line2d_52">
      <path clip-path="url(#pb7ef422ad4)" d="M 50.078 164.898333 
L 418.68 164.898333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_53">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="164.898333"/>
      </g>
     </g>
     <g id="text_9">
      <!-- 6 -->
      <defs>
       <path d="M 33.015625 40.375 
Q 26.375 40.375 22.484375 35.828125 
Q 18.609375 31.296875 18.609375 23.390625 
Q 18.609375 15.53125 22.484375 10.953125 
Q 26.375 6.390625 33.015625 6.390625 
Q 39.65625 6.390625 43.53125 10.953125 
Q 47.40625 15.53125 47.40625 23.390625 
Q 47.40625 31.296875 43.53125 35.828125 
Q 39.65625 40.375 33.015625 40.375 
M 52.59375 71.296875 
L 52.59375 62.3125 
Q 48.875 64.0625 45.09375 64.984375 
Q 41.3125 65.921875 37.59375 65.921875 
Q 27.828125 65.921875 22.671875 59.328125 
Q 17.53125 52.734375 16.796875 39.40625 
Q 19.671875 43.65625 24.015625 45.921875 
Q 28.375 48.1875 33.59375 48.1875 
Q 44.578125 48.1875 50.953125 41.515625 
Q 57.328125 34.859375 57.328125 23.390625 
Q 57.328125 12.15625 50.6875 5.359375 
Q 44.046875 -1.421875 33.015625 -1.421875 
Q 20.359375 -1.421875 13.671875 8.265625 
Q 6.984375 17.96875 6.984375 36.375 
Q 6.984375 53.65625 15.1875 63.9375 
Q 23.390625 74.21875 37.203125 74.21875 
Q 40.921875 74.21875 44.703125 73.484375 
Q 48.484375 72.75 52.59375 71.296875 
" id="DejaVuSans-36"/>
      </defs>
      <g style="fill:#01769d;" transform="translate(36.7155 168.697552)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-36"/>
      </g>
     </g>
    </g>
    <g id="text_10">
     <!-- $V_{drain}\;(V)$ -->
     <defs>
      <path d="M 41.796875 8.203125 
Q 38.1875 3.46875 33.25 1.015625 
Q 28.328125 -1.421875 22.3125 -1.421875 
Q 14.109375 -1.421875 9.34375 4.171875 
Q 4.59375 9.765625 4.59375 19.484375 
Q 4.59375 27.59375 7.46875 34.9375 
Q 10.359375 42.28125 15.828125 48.09375 
Q 19.4375 51.953125 23.96875 53.96875 
Q 28.515625 56 33.5 56 
Q 38.765625 56 42.796875 53.453125 
Q 46.828125 50.921875 49.03125 46.1875 
L 54.890625 75.984375 
L 63.921875 75.984375 
L 49.125 0 
L 40.09375 0 
z
M 13.921875 21.09375 
Q 13.921875 14.015625 17.109375 10.0625 
Q 20.3125 6.109375 25.984375 6.109375 
Q 30.171875 6.109375 33.765625 8.125 
Q 37.359375 10.15625 40.09375 14.109375 
Q 42.96875 18.21875 44.625 23.578125 
Q 46.296875 28.953125 46.296875 34.1875 
Q 46.296875 40.96875 43.09375 44.765625 
Q 39.890625 48.578125 34.28125 48.578125 
Q 30.03125 48.578125 26.359375 46.578125 
Q 22.703125 44.578125 20.125 40.828125 
Q 17.28125 36.765625 15.59375 31.390625 
Q 13.921875 26.03125 13.921875 21.09375 
" id="DejaVuSans-Oblique-64"/>
      <path d="M 44.578125 46.390625 
Q 43.21875 47.125 41.453125 47.515625 
Q 39.703125 47.90625 37.703125 47.90625 
Q 30.515625 47.90625 25.140625 42.453125 
Q 19.78125 37.015625 18.015625 27.875 
L 12.5 0 
L 3.515625 0 
L 14.203125 54.6875 
L 23.1875 54.6875 
L 21.484375 46.1875 
Q 25.046875 50.921875 30 53.453125 
Q 34.96875 56 40.578125 56 
Q 42.046875 56 43.453125 55.828125 
Q 44.875 55.671875 46.296875 55.28125 
z
" id="DejaVuSans-Oblique-72"/>
      <path d="M 18.3125 75.984375 
L 27.296875 75.984375 
L 25.09375 64.59375 
L 16.109375 64.59375 
z
M 14.203125 54.6875 
L 23.1875 54.6875 
L 12.5 0 
L 3.515625 0 
z
" id="DejaVuSans-Oblique-69"/>
      <path d="M 55.71875 33.015625 
L 49.3125 0 
L 40.28125 0 
L 46.6875 32.671875 
Q 47.125 34.96875 47.359375 36.71875 
Q 47.609375 38.484375 47.609375 39.5 
Q 47.609375 43.609375 45.015625 45.890625 
Q 42.4375 48.1875 37.796875 48.1875 
Q 30.5625 48.1875 25.34375 43.375 
Q 20.125 38.578125 18.5 30.328125 
L 12.5 0 
L 3.515625 0 
L 14.109375 54.6875 
L 23.09375 54.6875 
L 21.296875 46.09375 
Q 25.046875 50.828125 30.3125 53.40625 
Q 35.59375 56 41.40625 56 
Q 48.640625 56 52.609375 52.09375 
Q 56.59375 48.1875 56.59375 41.109375 
Q 56.59375 39.359375 56.375 37.359375 
Q 56.15625 35.359375 55.71875 33.015625 
" id="DejaVuSans-Oblique-6e"/>
     </defs>
     <g style="fill:#01769d;" transform="translate(30.635813 221.49)rotate(-90)scale(0.1 -0.1)">
      <use transform="translate(0 0.125)" xlink:href="#DejaVuSans-Oblique-56"/>
      <use transform="translate(68.408203 -16.28125)scale(0.7)" xlink:href="#DejaVuSans-Oblique-64"/>
      <use transform="translate(112.841797 -16.28125)scale(0.7)" xlink:href="#DejaVuSans-Oblique-72"/>
      <use transform="translate(141.621094 -16.28125)scale(0.7)" xlink:href="#DejaVuSans-Oblique-61"/>
      <use transform="translate(184.516602 -16.28125)scale(0.7)" xlink:href="#DejaVuSans-Oblique-69"/>
      <use transform="translate(203.964844 -16.28125)scale(0.7)" xlink:href="#DejaVuSans-Oblique-6e"/>
      <use transform="translate(278.123589 0.125)" xlink:href="#DejaVuSans-28"/>
      <use transform="translate(317.137261 0.125)" xlink:href="#DejaVuSans-Oblique-56"/>
      <use transform="translate(385.545464 0.125)" xlink:href="#DejaVuSans-29"/>
     </g>
    </g>
   </g>
   <g id="line2d_54">
    <path clip-path="url(#pb7ef422ad4)" d="M 66.832636 183.798717 
L 69.696756 183.870108 
L 72.512527 183.713869 
L 77.095118 183.396982 
L 80.527523 183.427192 
L 85.061658 183.48805 
L 89.64425 183.262514 
L 93.654017 183.14426 
L 103.637523 183.046011 
L 109.365762 182.904107 
L 119.049078 182.779068 
L 126.495789 182.660942 
L 135.660972 182.508322 
L 150.782687 182.115931 
L 151.493893 180.81229 
L 151.786892 180.42544 
L 151.931962 180.418358 
L 152.084077 180.814312 
L 152.342269 183.010683 
L 154.464533 209.350248 
L 155.610181 219.180009 
L 156.755829 226.414392 
L 157.901477 231.864261 
L 159.047125 236.221687 
L 160.765596 241.650386 
L 162.484068 246.38427 
L 163.331773 248.366187 
L 163.789945 248.847703 
L 164.31461 249.089769 
L 165.568566 249.331624 
L 168.404327 249.484358 
L 176.423862 249.568275 
L 211.938944 249.609182 
L 242.042956 249.513387 
L 246.625547 249.300654 
L 248.916843 248.977238 
L 250.062491 248.615693 
L 250.635315 248.311977 
L 251.208139 247.849903 
L 252.353786 246.431621 
L 255.79073 241.515732 
L 258.082026 237.943051 
L 260.373321 233.936484 
L 262.091793 230.471318 
L 263.810265 226.40861 
L 265.528736 221.520433 
L 266.674384 217.690231 
L 268.392856 210.960994 
L 270.111328 203.006376 
L 271.8298 193.96742 
L 274.693919 178.285629 
L 275.266743 175.708784 
L 275.839567 173.718426 
L 276.412391 172.5556 
L 276.985215 172.388674 
L 277.558039 173.251379 
L 278.130863 175.053648 
L 278.703687 177.630579 
L 279.849334 184.284962 
L 281.567806 194.739776 
L 282.14063 197.551913 
L 282.713454 199.770281 
L 283.286278 201.296263 
L 283.859102 202.073724 
L 284.431926 202.106323 
L 284.9516 201.48455 
L 285.524424 200.143743 
L 286.097248 198.243945 
L 287.242896 193.237006 
L 288.961368 184.996277 
L 290.107015 180.735217 
L 290.679839 179.314001 
L 291.252663 178.450279 
L 291.825487 178.165355 
L 292.398311 178.446646 
L 292.971135 179.249934 
L 293.543959 180.503531 
L 294.689607 183.97127 
L 296.980902 191.531912 
L 297.553726 192.921589 
L 298.12655 193.949706 
L 298.699374 194.572455 
L 299.272198 194.770255 
L 299.845022 194.547772 
L 300.417846 193.932516 
L 300.99067 192.972509 
L 302.006278 190.641175 
L 304.231477 184.696438 
L 305.377125 182.448751 
L 305.949949 181.742992 
L 306.522773 181.356396 
L 307.095597 181.295707 
L 307.668421 181.549022 
L 308.241245 182.08729 
L 309.386892 183.826779 
L 312.08764 188.910027 
L 312.660464 189.699631 
L 313.233288 190.281298 
L 313.806112 190.629654 
L 314.378936 190.733275 
L 314.95176 190.594779 
L 315.524584 190.230081 
L 316.097408 189.667003 
L 317.140092 188.266187 
L 319.327024 184.872383 
L 320.472672 183.564883 
L 321.045496 183.152488 
L 321.61832 182.924365 
L 322.191143 182.884527 
L 322.763967 183.026262 
L 323.336791 183.3329 
L 324.482439 184.330906 
L 327.200643 187.271644 
L 328.346291 188.049981 
L 328.919115 188.242098 
L 329.491939 188.291463 
L 330.064763 188.199744 
L 331.21041 187.637939 
L 332.356058 186.708948 
L 334.597686 184.677255 
L 335.743334 183.955182 
L 336.888982 183.632711 
L 337.927252 183.720344 
L 339.0729 184.170992 
L 340.627286 185.131395 
L 342.345758 186.174427 
L 343.491406 186.606033 
L 344.637053 186.720201 
L 345.782701 186.508603 
L 346.928349 186.033837 
L 350.365293 184.262061 
L 351.51094 183.961091 
L 352.542253 183.903852 
L 353.635361 184.065717 
L 355.280122 184.590314 
L 357.538132 185.384767 
L 358.68378 185.61306 
L 359.715774 185.659909 
L 360.810169 185.531661 
L 362.528641 185.065066 
L 365.39276 184.163585 
L 367.111232 183.926569 
L 368.810826 184.017397 
L 371.076119 184.456581 
L 373.367414 184.846499 
L 375.085886 184.883311 
L 376.804358 184.676011 
L 381.959773 183.815738 
L 384.070298 183.860367 
L 389.714439 184.326284 
L 391.81423 184.183546 
L 397.434058 183.612354 
L 400.298178 183.695152 
L 401.925364 183.798618 
L 401.925364 183.798618 
" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/>
   </g>
   <g id="patch_6">
    <path d="M 50.078 256.786667 
L 50.078 143.693333 
" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/>
   </g>
   <g id="patch_7">
    <path d="M 50.078 256.786667 
L 418.68 256.786667 
" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/>
   </g>
  </g>
  <g id="axes_3">
   <g id="patch_8">
    <path d="M 50.078 387.16 
L 418.68 387.16 
L 418.68 274.066667 
L 50.078 274.066667 
z
" style="fill:#ffffff;"/>
   </g>
   <g id="matplotlib.axis_5">
    <g id="xtick_19">
     <g id="line2d_55">
      <path clip-path="url(#p122f759c81)" d="M 66.74514 387.16 
L 66.74514 274.066667 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_56">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="66.74514" xlink:href="#m71acad7e69" y="387.16"/>
      </g>
     </g>
     <g id="text_11">
      <!-- 0.0 -->
      <defs>
       <path d="M 10.6875 12.40625 
L 21 12.40625 
L 21 0 
L 10.6875 0 
z
" id="DejaVuSans-2e"/>
      </defs>
      <g style="fill:#01769d;" transform="translate(58.793577 401.758438)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-30"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-30"/>
      </g>
     </g>
    </g>
    <g id="xtick_20">
     <g id="line2d_57">
      <path clip-path="url(#p122f759c81)" d="M 108.643118 387.16 
L 108.643118 274.066667 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_58">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="108.643118" xlink:href="#m71acad7e69" y="387.16"/>
      </g>
     </g>
     <g id="text_12">
      <!-- 0.5 -->
      <defs>
       <path d="M 10.796875 72.90625 
L 49.515625 72.90625 
L 49.515625 64.59375 
L 19.828125 64.59375 
L 19.828125 46.734375 
Q 21.96875 47.46875 24.109375 47.828125 
Q 26.265625 48.1875 28.421875 48.1875 
Q 40.625 48.1875 47.75 41.5 
Q 54.890625 34.8125 54.890625 23.390625 
Q 54.890625 11.625 47.5625 5.09375 
Q 40.234375 -1.421875 26.90625 -1.421875 
Q 22.3125 -1.421875 17.546875 -0.640625 
Q 12.796875 0.140625 7.71875 1.703125 
L 7.71875 11.625 
Q 12.109375 9.234375 16.796875 8.0625 
Q 21.484375 6.890625 26.703125 6.890625 
Q 35.15625 6.890625 40.078125 11.328125 
Q 45.015625 15.765625 45.015625 23.390625 
Q 45.015625 31 40.078125 35.4375 
Q 35.15625 39.890625 26.703125 39.890625 
Q 22.75 39.890625 18.8125 39.015625 
Q 14.890625 38.140625 10.796875 36.28125 
z
" id="DejaVuSans-35"/>
      </defs>
      <g style="fill:#01769d;" transform="translate(100.691555 401.758438)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-30"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-35"/>
      </g>
     </g>
    </g>
    <g id="xtick_21">
     <g id="line2d_59">
      <path clip-path="url(#p122f759c81)" d="M 150.541095 387.16 
L 150.541095 274.066667 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_60">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="150.541095" xlink:href="#m71acad7e69" y="387.16"/>
      </g>
     </g>
     <g id="text_13">
      <!-- 1.0 -->
      <g style="fill:#01769d;" transform="translate(142.589533 401.758438)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-31"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-30"/>
      </g>
     </g>
    </g>
    <g id="xtick_22">
     <g id="line2d_61">
      <path clip-path="url(#p122f759c81)" d="M 192.439073 387.16 
L 192.439073 274.066667 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_62">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="192.439073" xlink:href="#m71acad7e69" y="387.16"/>
      </g>
     </g>
     <g id="text_14">
      <!-- 1.5 -->
      <g style="fill:#01769d;" transform="translate(184.487511 401.758438)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-31"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-35"/>
      </g>
     </g>
    </g>
    <g id="xtick_23">
     <g id="line2d_63">
      <path clip-path="url(#p122f759c81)" d="M 234.337051 387.16 
L 234.337051 274.066667 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_64">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="234.337051" xlink:href="#m71acad7e69" y="387.16"/>
      </g>
     </g>
     <g id="text_15">
      <!-- 2.0 -->
      <g style="fill:#01769d;" transform="translate(226.385488 401.758438)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-32"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-30"/>
      </g>
     </g>
    </g>
    <g id="xtick_24">
     <g id="line2d_65">
      <path clip-path="url(#p122f759c81)" d="M 276.235029 387.16 
L 276.235029 274.066667 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_66">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="276.235029" xlink:href="#m71acad7e69" y="387.16"/>
      </g>
     </g>
     <g id="text_16">
      <!-- 2.5 -->
      <g style="fill:#01769d;" transform="translate(268.283466 401.758438)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-32"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-35"/>
      </g>
     </g>
    </g>
    <g id="xtick_25">
     <g id="line2d_67">
      <path clip-path="url(#p122f759c81)" d="M 318.133007 387.16 
L 318.133007 274.066667 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_68">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="318.133007" xlink:href="#m71acad7e69" y="387.16"/>
      </g>
     </g>
     <g id="text_17">
      <!-- 3.0 -->
      <g style="fill:#01769d;" transform="translate(310.181444 401.758438)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-33"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-30"/>
      </g>
     </g>
    </g>
    <g id="xtick_26">
     <g id="line2d_69">
      <path clip-path="url(#p122f759c81)" d="M 360.030984 387.16 
L 360.030984 274.066667 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_70">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="360.030984" xlink:href="#m71acad7e69" y="387.16"/>
      </g>
     </g>
     <g id="text_18">
      <!-- 3.5 -->
      <g style="fill:#01769d;" transform="translate(352.079422 401.758438)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-33"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-35"/>
      </g>
     </g>
    </g>
    <g id="xtick_27">
     <g id="line2d_71">
      <path clip-path="url(#p122f759c81)" d="M 401.928962 387.16 
L 401.928962 274.066667 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_72">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="401.928962" xlink:href="#m71acad7e69" y="387.16"/>
      </g>
     </g>
     <g id="text_19">
      <!-- 4.0 -->
      <g style="fill:#01769d;" transform="translate(393.9774 401.758438)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-34"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-30"/>
      </g>
     </g>
    </g>
    <g id="text_20">
     <!-- $t\;(\mu s)$ -->
     <defs>
      <path d="M -1.3125 -20.796875 
L 13.375 54.6875 
L 22.40625 54.6875 
L 15.765625 20.65625 
Q 15.578125 19.625 15.421875 18.359375 
Q 15.28125 17.09375 15.28125 15.828125 
Q 15.28125 11.28125 18.140625 8.828125 
Q 21 6.390625 26.3125 6.390625 
Q 33.546875 6.390625 37.984375 10.484375 
Q 42.4375 14.59375 44 22.796875 
L 50.203125 54.6875 
L 59.1875 54.6875 
L 51.03125 12.640625 
Q 50.828125 11.71875 50.75 11.03125 
Q 50.6875 10.359375 50.6875 9.8125 
Q 50.6875 8.296875 51.296875 7.59375 
Q 51.90625 6.890625 53.21875 6.890625 
Q 53.71875 6.890625 54.5625 7.125 
Q 55.421875 7.375 56.984375 8.015625 
L 55.609375 0.78125 
Q 53.46875 -0.296875 51.515625 -0.859375 
Q 49.5625 -1.421875 47.703125 -1.421875 
Q 44.484375 -1.421875 42.65625 0.625 
Q 40.828125 2.6875 40.828125 6.296875 
Q 38.09375 2.390625 34.296875 0.484375 
Q 30.515625 -1.421875 25.390625 -1.421875 
Q 20.84375 -1.421875 17.453125 0.671875 
Q 14.0625 2.78125 12.984375 6.203125 
L 7.71875 -20.796875 
z
" id="DejaVuSans-Oblique-3bc"/>
      <path d="M 50 53.078125 
L 48.296875 44.578125 
Q 44.734375 46.53125 40.765625 47.5 
Q 36.8125 48.484375 32.625 48.484375 
Q 25.53125 48.484375 21.453125 46.0625 
Q 17.390625 43.65625 17.390625 39.5 
Q 17.390625 34.671875 26.859375 32.078125 
Q 27.59375 31.890625 27.9375 31.78125 
L 30.8125 30.90625 
Q 39.796875 28.421875 42.796875 25.6875 
Q 45.796875 22.953125 45.796875 18.21875 
Q 45.796875 9.515625 38.890625 4.046875 
Q 31.984375 -1.421875 20.796875 -1.421875 
Q 16.453125 -1.421875 11.671875 -0.578125 
Q 6.890625 0.25 1.125 2 
L 2.875 11.28125 
Q 7.8125 8.734375 12.59375 7.421875 
Q 17.390625 6.109375 21.78125 6.109375 
Q 28.375 6.109375 32.5 8.9375 
Q 36.625 11.765625 36.625 16.109375 
Q 36.625 20.796875 25.78125 23.6875 
L 24.859375 23.921875 
L 21.78125 24.703125 
Q 14.9375 26.515625 11.765625 29.46875 
Q 8.59375 32.421875 8.59375 37.015625 
Q 8.59375 45.75 15.15625 50.875 
Q 21.734375 56 33.015625 56 
Q 37.453125 56 41.671875 55.265625 
Q 45.90625 54.546875 50 53.078125 
" id="DejaVuSans-Oblique-73"/>
     </defs>
     <g style="fill:#01769d;" transform="translate(221.329 415.438125)scale(0.1 -0.1)">
      <use transform="translate(0 0.125)" xlink:href="#DejaVuSans-Oblique-74"/>
      <use transform="translate(66.26812 0.125)" xlink:href="#DejaVuSans-28"/>
      <use transform="translate(105.281792 0.125)" xlink:href="#DejaVuSans-Oblique-3bc"/>
      <use transform="translate(168.904839 0.125)" xlink:href="#DejaVuSans-Oblique-73"/>
      <use transform="translate(221.004448 0.125)" xlink:href="#DejaVuSans-29"/>
     </g>
    </g>
   </g>
   <g id="matplotlib.axis_6">
    <g id="ytick_9">
     <g id="line2d_73">
      <path clip-path="url(#p122f759c81)" d="M 50.078 387.16 
L 418.68 387.16 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_74">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="387.16"/>
      </g>
     </g>
     <g id="text_21">
      <!-- −0.1 -->
      <defs>
       <path d="M 10.59375 35.5 
L 73.1875 35.5 
L 73.1875 27.203125 
L 10.59375 27.203125 
z
" id="DejaVuSans-2212"/>
      </defs>
      <g style="fill:#01769d;" transform="translate(18.795188 390.959219)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-2212"/>
       <use x="83.789062" xlink:href="#DejaVuSans-30"/>
       <use x="147.412109" xlink:href="#DejaVuSans-2e"/>
       <use x="179.199219" xlink:href="#DejaVuSans-31"/>
      </g>
     </g>
    </g>
    <g id="ytick_10">
     <g id="line2d_75">
      <path clip-path="url(#p122f759c81)" d="M 50.078 364.541333 
L 418.68 364.541333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_76">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="364.541333"/>
      </g>
     </g>
     <g id="text_22">
      <!-- 0.0 -->
      <g style="fill:#01769d;" transform="translate(27.174875 368.340552)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-30"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-30"/>
      </g>
     </g>
    </g>
    <g id="ytick_11">
     <g id="line2d_77">
      <path clip-path="url(#p122f759c81)" d="M 50.078 341.922667 
L 418.68 341.922667 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_78">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="341.922667"/>
      </g>
     </g>
     <g id="text_23">
      <!-- 0.1 -->
      <g style="fill:#01769d;" transform="translate(27.174875 345.721885)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-30"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-31"/>
      </g>
     </g>
    </g>
    <g id="ytick_12">
     <g id="line2d_79">
      <path clip-path="url(#p122f759c81)" d="M 50.078 319.304 
L 418.68 319.304 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_80">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="319.304"/>
      </g>
     </g>
     <g id="text_24">
      <!-- 0.2 -->
      <g style="fill:#01769d;" transform="translate(27.174875 323.103219)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-30"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-32"/>
      </g>
     </g>
    </g>
    <g id="ytick_13">
     <g id="line2d_81">
      <path clip-path="url(#p122f759c81)" d="M 50.078 296.685333 
L 418.68 296.685333 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_82">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="296.685333"/>
      </g>
     </g>
     <g id="text_25">
      <!-- 0.3 -->
      <g style="fill:#01769d;" transform="translate(27.174875 300.484552)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-30"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-33"/>
      </g>
     </g>
    </g>
    <g id="ytick_14">
     <g id="line2d_83">
      <path clip-path="url(#p122f759c81)" d="M 50.078 274.066667 
L 418.68 274.066667 
" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/>
     </g>
     <g id="line2d_84">
      <g>
       <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="50.078" xlink:href="#mbdd9d20e31" y="274.066667"/>
      </g>
     </g>
     <g id="text_26">
      <!-- 0.4 -->
      <g style="fill:#01769d;" transform="translate(27.174875 277.865885)scale(0.1 -0.1)">
       <use xlink:href="#DejaVuSans-30"/>
       <use x="63.623047" xlink:href="#DejaVuSans-2e"/>
       <use x="95.410156" xlink:href="#DejaVuSans-34"/>
      </g>
     </g>
    </g>
    <g id="text_27">
     <!-- $I_{LED}\;(A)$ -->
     <defs>
      <path d="M 16.890625 72.90625 
L 26.8125 72.90625 
L 12.59375 0 
L 2.6875 0 
z
" id="DejaVuSans-Oblique-49"/>
      <path d="M 16.796875 72.90625 
L 26.703125 72.90625 
L 14.203125 8.203125 
L 49.703125 8.203125 
L 48.09375 0 
L 2.6875 0 
z
" id="DejaVuSans-Oblique-4c"/>
      <path d="M 16.890625 72.90625 
L 62.984375 72.90625 
L 61.375 64.59375 
L 25.09375 64.59375 
L 20.90625 43.015625 
L 55.71875 43.015625 
L 54.109375 34.71875 
L 19.28125 34.71875 
L 14.203125 8.296875 
L 51.3125 8.296875 
L 49.703125 0 
L 2.6875 0 
z
" id="DejaVuSans-Oblique-45"/>
      <path d="M 16.890625 72.90625 
L 38.09375 72.90625 
Q 54.984375 72.90625 63.59375 65.75 
Q 72.21875 58.59375 72.21875 44.484375 
Q 72.21875 35.15625 68.9375 26.53125 
Q 65.671875 17.921875 59.90625 12.015625 
Q 54.109375 5.953125 45.171875 2.96875 
Q 36.234375 0 24.03125 0 
L 2.6875 0 
z
M 25.203125 64.796875 
L 14.203125 8.109375 
L 27.09375 8.109375 
Q 43.65625 8.109375 52.734375 17.625 
Q 61.8125 27.15625 61.8125 44.484375 
Q 61.8125 54.984375 55.953125 59.890625 
Q 50.09375 64.796875 37.59375 64.796875 
z
" id="DejaVuSans-Oblique-44"/>
      <path d="M 36.8125 72.90625 
L 48 72.90625 
L 61.53125 0 
L 51.21875 0 
L 48.1875 18.703125 
L 15.375 18.703125 
L 5.078125 0 
L -5.328125 0 
z
M 40.375 63.1875 
L 19.921875 26.90625 
L 46.6875 26.90625 
z
" id="DejaVuSans-Oblique-41"/>
     </defs>
     <g style="fill:#01769d;" transform="translate(12.7155 347.763333)rotate(-90)scale(0.1 -0.1)">
      <use transform="translate(0 0.125)" xlink:href="#DejaVuSans-Oblique-49"/>
      <use transform="translate(29.492188 -16.28125)scale(0.7)" xlink:href="#DejaVuSans-Oblique-4c"/>
      <use transform="translate(68.491211 -16.28125)scale(0.7)" xlink:href="#DejaVuSans-Oblique-45"/>
      <use transform="translate(112.719727 -16.28125)scale(0.7)" xlink:href="#DejaVuSans-Oblique-44"/>
      <use transform="translate(196.414604 0.125)" xlink:href="#DejaVuSans-28"/>
      <use transform="translate(235.428276 0.125)" xlink:href="#DejaVuSans-Oblique-41"/>
      <use transform="translate(303.836479 0.125)" xlink:href="#DejaVuSans-29"/>
     </g>
    </g>
   </g>
   <g id="line2d_85">
    <path clip-path="url(#p122f759c81)" d="M 66.832636 364.559786 
L 79.954699 364.522827 
L 85.634482 364.478326 
L 91.935545 364.471166 
L 100.20058 364.49019 
L 109.365762 364.500838 
L 127.641437 364.504204 
L 151.493893 364.533202 
L 152.675995 364.642224 
L 152.902321 364.537873 
L 153.354975 364.106952 
L 153.891709 363.260778 
L 154.464533 361.971801 
L 155.610181 358.455496 
L 157.328653 351.811034 
L 158.474301 346.341302 
L 159.619948 338.928566 
L 160.765596 331.48275 
L 161.911244 325.909849 
L 164.021992 317.623049 
L 165.568566 312.294995 
L 167.258679 307.402261 
L 168.977151 303.358405 
L 170.695622 300.092881 
L 172.414094 297.454481 
L 174.132566 295.320681 
L 175.851038 293.593475 
L 177.569509 292.194397 
L 179.287981 291.060501 
L 181.006453 290.141052 
L 183.297748 289.179306 
L 185.589044 288.451279 
L 189.025988 287.676545 
L 192.462931 287.165385 
L 197.045522 286.742891 
L 202.773762 286.45672 
L 211.938944 286.262923 
L 229.123662 286.176362 
L 244.907076 286.251388 
L 249.489667 286.470223 
L 251.208139 286.706588 
L 252.353786 287.033044 
L 253.499434 287.59946 
L 254.645082 288.428118 
L 255.79073 289.502278 
L 257.509202 291.530788 
L 259.227673 294.018819 
L 260.946145 296.949022 
L 262.664617 300.341098 
L 264.383089 304.259375 
L 266.10156 308.818009 
L 267.820032 314.175828 
L 269.538504 320.512538 
L 271.256976 327.983303 
L 272.975447 336.648152 
L 275.266743 349.716179 
L 276.985215 359.523452 
L 278.130863 364.94699 
L 278.703687 367.050949 
L 279.27651 368.667363 
L 279.849334 369.772167 
L 280.422158 370.371885 
L 280.994982 370.498905 
L 281.567806 370.204916 
L 282.14063 369.55467 
L 283.286278 367.481468 
L 286.097248 361.449624 
L 286.670072 360.582852 
L 287.242896 359.950006 
L 287.81572 359.574304 
L 288.388544 359.463983 
L 288.961368 359.612613 
L 289.534191 360.00081 
L 290.107015 360.598929 
L 291.252663 362.269786 
L 293.543959 366.105028 
L 294.116783 366.840887 
L 294.689607 367.393163 
L 295.262431 367.736424 
L 295.835254 367.860966 
L 296.408078 367.771919 
L 296.980902 367.487186 
L 298.12655 366.450309 
L 301.563494 362.452152 
L 302.513005 361.866036 
L 303.085829 361.709784 
L 303.658653 361.700852 
L 304.231477 361.838011 
L 305.377125 362.492175 
L 306.522773 363.497467 
L 308.814068 365.597219 
L 309.847626 366.197134 
L 310.941993 366.410982 
L 312.08764 366.188291 
L 313.233288 365.592293 
L 316.670232 363.296127 
L 317.608552 362.962751 
L 318.7542 362.87342 
L 319.899848 363.115246 
L 321.045496 363.616039 
L 323.909615 365.132055 
L 324.954968 365.475381 
L 326.054995 365.592852 
L 327.200643 365.458259 
L 328.346291 365.109222 
L 331.783234 363.776677 
L 332.879214 363.566013 
L 334.024862 363.546264 
L 335.17051 363.717018 
L 337.387611 364.37947 
L 339.0729 364.87557 
L 340.627286 365.111634 
L 341.772934 365.100012 
L 343.491406 364.829669 
L 347.501173 363.977384 
L 349.219645 363.931591 
L 350.938116 364.129754 
L 355.280122 364.826945 
L 356.965308 364.83638 
L 359.256604 364.588001 
L 362.528641 364.183654 
L 364.819936 364.176111 
L 368.238002 364.518509 
L 371.076119 364.700698 
L 373.367414 364.620311 
L 379.095654 364.282097 
L 382.532597 364.450752 
L 386.361594 364.612322 
L 390.178993 364.478606 
L 393.997115 364.363124 
L 398.579706 364.503161 
L 401.925364 364.5598 
L 401.925364 364.5598 
" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/>
   </g>
   <g id="patch_9">
    <path d="M 50.078 387.16 
L 50.078 274.066667 
" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/>
   </g>
   <g id="patch_10">
    <path d="M 50.078 387.16 
L 418.68 387.16 
" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/>
   </g>
  </g>
 </g>
 <defs>
  <clipPath id="p575d5920f8">
   <rect height="113.093333" width="368.602" x="50.078" y="13.32"/>
  </clipPath>
  <clipPath id="pb7ef422ad4">
   <rect height="113.093333" width="368.602" x="50.078" y="143.693333"/>
  </clipPath>
  <clipPath id="p122f759c81">
   <rect height="113.093333" width="368.602" x="50.078" y="274.066667"/>
  </clipPath>
 </defs>
</svg>