Skip to content

Instantly share code, notes, and snippets.

@axjack
Created March 21, 2021 09:21
Show Gist options
  • Save axjack/bd8037fe19cc8bb7c80fdeced04819b2 to your computer and use it in GitHub Desktop.
Save axjack/bd8037fe19cc8bb7c80fdeced04819b2 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"id": "seeing-energy",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"argmax(d) = 10\n",
"d[argmax(d)] = 0.06281565095552948\n"
]
},
{
"data": {
"text/plain": [
"0.06281565095552948"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"using Plots\n",
"\n",
"d = [] \n",
"function test()\n",
" s = 1\n",
" push!(d, s * (1/100) )\n",
" s = s - s*(1/100)\n",
"\n",
" for i in 2:99\n",
" push!(d, s*(i/100))\n",
" s = s - s*(i/100)\n",
" end\n",
"end\n",
"test() \n",
" \n",
"\n",
"@show argmax(d)\n",
"@show d[ argmax(d) ]"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "professional-portable",
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n",
"<defs>\n",
" <clipPath id=\"clip300\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip300)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip301\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip300)\" d=\"\n",
"M175.348 1486.45 L2352.76 1486.45 L2352.76 47.2441 L175.348 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip302\">\n",
" <rect x=\"175\" y=\"47\" width=\"2178\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 216.012,1486.45 216.012,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 740.032,1486.45 740.032,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1264.05,1486.45 1264.05,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1788.07,1486.45 1788.07,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2312.09,1486.45 2312.09,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 175.348,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 216.012,1486.45 216.012,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 740.032,1486.45 740.032,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1264.05,1486.45 1264.05,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1788.07,1486.45 1788.07,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2312.09,1486.45 2312.09,1469.18 \n",
" \"/>\n",
"<path clip-path=\"url(#clip300)\" d=\"M 0 0 M216.012 1515.64 Q212.401 1515.64 210.572 1519.2 Q208.767 1522.75 208.767 1529.87 Q208.767 1536.98 210.572 1540.55 Q212.401 1544.09 216.012 1544.09 Q219.646 1544.09 221.452 1540.55 Q223.281 1536.98 223.281 1529.87 Q223.281 1522.75 221.452 1519.2 Q219.646 1515.64 216.012 1515.64 M216.012 1511.93 Q221.822 1511.93 224.878 1516.54 Q227.956 1521.12 227.956 1529.87 Q227.956 1538.6 224.878 1543.21 Q221.822 1547.79 216.012 1547.79 Q210.202 1547.79 207.123 1543.21 Q204.068 1538.6 204.068 1529.87 Q204.068 1521.12 207.123 1516.54 Q210.202 1511.93 216.012 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M721.676 1543.18 L737.995 1543.18 L737.995 1547.12 L716.051 1547.12 L716.051 1543.18 Q718.713 1540.43 723.296 1535.8 Q727.902 1531.15 729.083 1529.81 Q731.328 1527.28 732.208 1525.55 Q733.111 1523.79 733.111 1522.1 Q733.111 1519.34 731.166 1517.61 Q729.245 1515.87 726.143 1515.87 Q723.944 1515.87 721.49 1516.63 Q719.06 1517.4 716.282 1518.95 L716.282 1514.23 Q719.106 1513.09 721.56 1512.51 Q724.014 1511.93 726.051 1511.93 Q731.421 1511.93 734.615 1514.62 Q737.81 1517.31 737.81 1521.8 Q737.81 1523.93 737 1525.85 Q736.213 1527.74 734.106 1530.34 Q733.527 1531.01 730.426 1534.23 Q727.324 1537.42 721.676 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M743.111 1512.56 L761.467 1512.56 L761.467 1516.5 L747.393 1516.5 L747.393 1524.97 Q748.412 1524.62 749.43 1524.46 Q750.449 1524.27 751.467 1524.27 Q757.254 1524.27 760.634 1527.44 Q764.013 1530.62 764.013 1536.03 Q764.013 1541.61 760.541 1544.71 Q757.069 1547.79 750.75 1547.79 Q748.574 1547.79 746.305 1547.42 Q744.06 1547.05 741.652 1546.31 L741.652 1541.61 Q743.736 1542.74 745.958 1543.3 Q748.18 1543.86 750.657 1543.86 Q754.662 1543.86 757 1541.75 Q759.338 1539.64 759.338 1536.03 Q759.338 1532.42 757 1530.31 Q754.662 1528.21 750.657 1528.21 Q748.782 1528.21 746.907 1528.62 Q745.055 1529.04 743.111 1529.92 L743.111 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1240.82 1512.56 L1259.18 1512.56 L1259.18 1516.5 L1245.11 1516.5 L1245.11 1524.97 Q1246.12 1524.62 1247.14 1524.46 Q1248.16 1524.27 1249.18 1524.27 Q1254.97 1524.27 1258.35 1527.44 Q1261.73 1530.62 1261.73 1536.03 Q1261.73 1541.61 1258.25 1544.71 Q1254.78 1547.79 1248.46 1547.79 Q1246.29 1547.79 1244.02 1547.42 Q1241.77 1547.05 1239.36 1546.31 L1239.36 1541.61 Q1241.45 1542.74 1243.67 1543.3 Q1245.89 1543.86 1248.37 1543.86 Q1252.37 1543.86 1254.71 1541.75 Q1257.05 1539.64 1257.05 1536.03 Q1257.05 1532.42 1254.71 1530.31 Q1252.37 1528.21 1248.37 1528.21 Q1246.49 1528.21 1244.62 1528.62 Q1242.77 1529.04 1240.82 1529.92 L1240.82 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1276.8 1515.64 Q1273.18 1515.64 1271.36 1519.2 Q1269.55 1522.75 1269.55 1529.87 Q1269.55 1536.98 1271.36 1540.55 Q1273.18 1544.09 1276.8 1544.09 Q1280.43 1544.09 1282.23 1540.55 Q1284.06 1536.98 1284.06 1529.87 Q1284.06 1522.75 1282.23 1519.2 Q1280.43 1515.64 1276.8 1515.64 M1276.8 1511.93 Q1282.61 1511.93 1285.66 1516.54 Q1288.74 1521.12 1288.74 1529.87 Q1288.74 1538.6 1285.66 1543.21 Q1282.61 1547.79 1276.8 1547.79 Q1270.98 1547.79 1267.91 1543.21 Q1264.85 1538.6 1264.85 1529.87 Q1264.85 1521.12 1267.91 1516.54 Q1270.98 1511.93 1276.8 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1763.95 1512.56 L1786.17 1512.56 L1786.17 1514.55 L1773.63 1547.12 L1768.74 1547.12 L1780.55 1516.5 L1763.95 1516.5 L1763.95 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1791.29 1512.56 L1809.65 1512.56 L1809.65 1516.5 L1795.57 1516.5 L1795.57 1524.97 Q1796.59 1524.62 1797.61 1524.46 Q1798.63 1524.27 1799.65 1524.27 Q1805.43 1524.27 1808.81 1527.44 Q1812.19 1530.62 1812.19 1536.03 Q1812.19 1541.61 1808.72 1544.71 Q1805.25 1547.79 1798.93 1547.79 Q1796.75 1547.79 1794.48 1547.42 Q1792.24 1547.05 1789.83 1546.31 L1789.83 1541.61 Q1791.91 1542.74 1794.14 1543.3 Q1796.36 1543.86 1798.84 1543.86 Q1802.84 1543.86 1805.18 1541.75 Q1807.52 1539.64 1807.52 1536.03 Q1807.52 1532.42 1805.18 1530.31 Q1802.84 1528.21 1798.84 1528.21 Q1796.96 1528.21 1795.09 1528.62 Q1793.23 1529.04 1791.29 1529.92 L1791.29 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M2275.46 1543.18 L2283.1 1543.18 L2283.1 1516.82 L2274.79 1518.49 L2274.79 1514.23 L2283.05 1512.56 L2287.73 1512.56 L2287.73 1543.18 L2295.37 1543.18 L2295.37 1547.12 L2275.46 1547.12 L2275.46 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M2310.44 1515.64 Q2306.83 1515.64 2305 1519.2 Q2303.19 1522.75 2303.19 1529.87 Q2303.19 1536.98 2305 1540.55 Q2306.83 1544.09 2310.44 1544.09 Q2314.07 1544.09 2315.88 1540.55 Q2317.71 1536.98 2317.71 1529.87 Q2317.71 1522.75 2315.88 1519.2 Q2314.07 1515.64 2310.44 1515.64 M2310.44 1511.93 Q2316.25 1511.93 2319.3 1516.54 Q2322.38 1521.12 2322.38 1529.87 Q2322.38 1538.6 2319.3 1543.21 Q2316.25 1547.79 2310.44 1547.79 Q2304.63 1547.79 2301.55 1543.21 Q2298.49 1538.6 2298.49 1529.87 Q2298.49 1521.12 2301.55 1516.54 Q2304.63 1511.93 2310.44 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M2337.45 1515.64 Q2333.84 1515.64 2332.01 1519.2 Q2330.21 1522.75 2330.21 1529.87 Q2330.21 1536.98 2332.01 1540.55 Q2333.84 1544.09 2337.45 1544.09 Q2341.08 1544.09 2342.89 1540.55 Q2344.72 1536.98 2344.72 1529.87 Q2344.72 1522.75 2342.89 1519.2 Q2341.08 1515.64 2337.45 1515.64 M2337.45 1511.93 Q2343.26 1511.93 2346.32 1516.54 Q2349.39 1521.12 2349.39 1529.87 Q2349.39 1538.6 2346.32 1543.21 Q2343.26 1547.79 2337.45 1547.79 Q2331.64 1547.79 2328.56 1543.21 Q2325.51 1538.6 2325.51 1529.87 Q2325.51 1521.12 2328.56 1516.54 Q2331.64 1511.93 2337.45 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 175.348,1445.72 2352.76,1445.72 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 175.348,1229.57 2352.76,1229.57 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 175.348,1013.42 2352.76,1013.42 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 175.348,797.276 2352.76,797.276 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 175.348,581.129 2352.76,581.129 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 175.348,364.982 2352.76,364.982 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 175.348,148.836 2352.76,148.836 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 175.348,1486.45 175.348,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 175.348,1445.72 201.477,1445.72 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 175.348,1229.57 201.477,1229.57 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 175.348,1013.42 201.477,1013.42 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 175.348,797.276 201.477,797.276 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 175.348,581.129 201.477,581.129 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 175.348,364.982 201.477,364.982 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 175.348,148.836 201.477,148.836 \n",
" \"/>\n",
"<path clip-path=\"url(#clip300)\" d=\"M 0 0 M63.4226 1431.51 Q59.8115 1431.51 57.9828 1435.08 Q56.1773 1438.62 56.1773 1445.75 Q56.1773 1452.86 57.9828 1456.42 Q59.8115 1459.96 63.4226 1459.96 Q67.0569 1459.96 68.8624 1456.42 Q70.6911 1452.86 70.6911 1445.75 Q70.6911 1438.62 68.8624 1435.08 Q67.0569 1431.51 63.4226 1431.51 M63.4226 1427.81 Q69.2328 1427.81 72.2883 1432.42 Q75.367 1437 75.367 1445.75 Q75.367 1454.48 72.2883 1459.08 Q69.2328 1463.67 63.4226 1463.67 Q57.6125 1463.67 54.5338 1459.08 Q51.4782 1454.48 51.4782 1445.75 Q51.4782 1437 54.5338 1432.42 Q57.6125 1427.81 63.4226 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M80.4364 1457.12 L85.3206 1457.12 L85.3206 1463 L80.4364 1463 L80.4364 1457.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M100.39 1431.51 Q96.7789 1431.51 94.9502 1435.08 Q93.1447 1438.62 93.1447 1445.75 Q93.1447 1452.86 94.9502 1456.42 Q96.7789 1459.96 100.39 1459.96 Q104.024 1459.96 105.83 1456.42 Q107.658 1452.86 107.658 1445.75 Q107.658 1438.62 105.83 1435.08 Q104.024 1431.51 100.39 1431.51 M100.39 1427.81 Q106.2 1427.81 109.256 1432.42 Q112.334 1437 112.334 1445.75 Q112.334 1454.48 109.256 1459.08 Q106.2 1463.67 100.39 1463.67 Q94.5799 1463.67 91.5012 1459.08 Q88.4456 1454.48 88.4456 1445.75 Q88.4456 1437 91.5012 1432.42 Q94.5799 1427.81 100.39 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M127.404 1431.51 Q123.793 1431.51 121.964 1435.08 Q120.158 1438.62 120.158 1445.75 Q120.158 1452.86 121.964 1456.42 Q123.793 1459.96 127.404 1459.96 Q131.038 1459.96 132.844 1456.42 Q134.672 1452.86 134.672 1445.75 Q134.672 1438.62 132.844 1435.08 Q131.038 1431.51 127.404 1431.51 M127.404 1427.81 Q133.214 1427.81 136.269 1432.42 Q139.348 1437 139.348 1445.75 Q139.348 1454.48 136.269 1459.08 Q133.214 1463.67 127.404 1463.67 Q121.594 1463.67 118.515 1459.08 Q115.459 1454.48 115.459 1445.75 Q115.459 1437 118.515 1432.42 Q121.594 1427.81 127.404 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M64.6495 1215.37 Q61.0384 1215.37 59.2097 1218.93 Q57.4041 1222.47 57.4041 1229.6 Q57.4041 1236.71 59.2097 1240.27 Q61.0384 1243.82 64.6495 1243.82 Q68.2837 1243.82 70.0892 1240.27 Q71.9179 1236.71 71.9179 1229.6 Q71.9179 1222.47 70.0892 1218.93 Q68.2837 1215.37 64.6495 1215.37 M64.6495 1211.66 Q70.4596 1211.66 73.5152 1216.27 Q76.5938 1220.85 76.5938 1229.6 Q76.5938 1238.33 73.5152 1242.94 Q70.4596 1247.52 64.6495 1247.52 Q58.8393 1247.52 55.7606 1242.94 Q52.7051 1238.33 52.7051 1229.6 Q52.7051 1220.85 55.7606 1216.27 Q58.8393 1211.66 64.6495 1211.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M81.6633 1240.97 L86.5475 1240.97 L86.5475 1246.85 L81.6633 1246.85 L81.6633 1240.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M101.617 1215.37 Q98.0058 1215.37 96.1771 1218.93 Q94.3715 1222.47 94.3715 1229.6 Q94.3715 1236.71 96.1771 1240.27 Q98.0058 1243.82 101.617 1243.82 Q105.251 1243.82 107.057 1240.27 Q108.885 1236.71 108.885 1229.6 Q108.885 1222.47 107.057 1218.93 Q105.251 1215.37 101.617 1215.37 M101.617 1211.66 Q107.427 1211.66 110.483 1216.27 Q113.561 1220.85 113.561 1229.6 Q113.561 1238.33 110.483 1242.94 Q107.427 1247.52 101.617 1247.52 Q95.8067 1247.52 92.728 1242.94 Q89.6725 1238.33 89.6725 1229.6 Q89.6725 1220.85 92.728 1216.27 Q95.8067 1211.66 101.617 1211.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M119.441 1242.91 L127.08 1242.91 L127.08 1216.55 L118.77 1218.21 L118.77 1213.96 L127.033 1212.29 L131.709 1212.29 L131.709 1242.91 L139.348 1242.91 L139.348 1246.85 L119.441 1246.85 L119.441 1242.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M65.0198 999.221 Q61.4087 999.221 59.58 1002.79 Q57.7745 1006.33 57.7745 1013.46 Q57.7745 1020.56 59.58 1024.13 Q61.4087 1027.67 65.0198 1027.67 Q68.6541 1027.67 70.4596 1024.13 Q72.2883 1020.56 72.2883 1013.46 Q72.2883 1006.33 70.4596 1002.79 Q68.6541 999.221 65.0198 999.221 M65.0198 995.517 Q70.83 995.517 73.8855 1000.12 Q76.9642 1004.71 76.9642 1013.46 Q76.9642 1022.18 73.8855 1026.79 Q70.83 1031.37 65.0198 1031.37 Q59.2097 1031.37 56.131 1026.79 Q53.0754 1022.18 53.0754 1013.46 Q53.0754 1004.71 56.131 1000.12 Q59.2097 995.517 65.0198 995.517 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M82.0336 1024.82 L86.9179 1024.82 L86.9179 1030.7 L82.0336 1030.7 L82.0336 1024.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M101.987 999.221 Q98.3761 999.221 96.5474 1002.79 Q94.7419 1006.33 94.7419 1013.46 Q94.7419 1020.56 96.5474 1024.13 Q98.3761 1027.67 101.987 1027.67 Q105.621 1027.67 107.427 1024.13 Q109.256 1020.56 109.256 1013.46 Q109.256 1006.33 107.427 1002.79 Q105.621 999.221 101.987 999.221 M101.987 995.517 Q107.797 995.517 110.853 1000.12 Q113.932 1004.71 113.932 1013.46 Q113.932 1022.18 110.853 1026.79 Q107.797 1031.37 101.987 1031.37 Q96.1771 1031.37 93.0984 1026.79 Q90.0428 1022.18 90.0428 1013.46 Q90.0428 1004.71 93.0984 1000.12 Q96.1771 995.517 101.987 995.517 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M123.029 1026.77 L139.348 1026.77 L139.348 1030.7 L117.404 1030.7 L117.404 1026.77 Q120.066 1024.01 124.649 1019.38 Q129.256 1014.73 130.436 1013.39 Q132.682 1010.86 133.561 1009.13 Q134.464 1007.37 134.464 1005.68 Q134.464 1002.92 132.519 1001.19 Q130.598 999.453 127.496 999.453 Q125.297 999.453 122.844 1000.22 Q120.413 1000.98 117.635 1002.53 L117.635 997.809 Q120.459 996.675 122.913 996.096 Q125.367 995.517 127.404 995.517 Q132.774 995.517 135.969 998.203 Q139.163 1000.89 139.163 1005.38 Q139.163 1007.51 138.353 1009.43 Q137.566 1011.33 135.459 1013.92 Q134.881 1014.59 131.779 1017.81 Q128.677 1021 123.029 1026.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M64.0708 783.074 Q60.4597 783.074 58.631 786.639 Q56.8254 790.181 56.8254 797.31 Q56.8254 804.417 58.631 807.982 Q60.4597 811.523 64.0708 811.523 Q67.705 811.523 69.5105 807.982 Q71.3392 804.417 71.3392 797.31 Q71.3392 790.181 69.5105 786.639 Q67.705 783.074 64.0708 783.074 M64.0708 779.371 Q69.8809 779.371 72.9365 783.977 Q76.0151 788.56 76.0151 797.31 Q76.0151 806.037 72.9365 810.644 Q69.8809 815.227 64.0708 815.227 Q58.2606 815.227 55.1819 810.644 Q52.1264 806.037 52.1264 797.31 Q52.1264 788.56 55.1819 783.977 Q58.2606 779.371 64.0708 779.371 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M81.0846 808.676 L85.9688 808.676 L85.9688 814.556 L81.0846 814.556 L81.0846 808.676 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M101.038 783.074 Q97.4271 783.074 95.5984 786.639 Q93.7928 790.181 93.7928 797.31 Q93.7928 804.417 95.5984 807.982 Q97.4271 811.523 101.038 811.523 Q104.672 811.523 106.478 807.982 Q108.307 804.417 108.307 797.31 Q108.307 790.181 106.478 786.639 Q104.672 783.074 101.038 783.074 M101.038 779.371 Q106.848 779.371 109.904 783.977 Q112.983 788.56 112.983 797.31 Q112.983 806.037 109.904 810.644 Q106.848 815.227 101.038 815.227 Q95.228 815.227 92.1493 810.644 Q89.0938 806.037 89.0938 797.31 Q89.0938 788.56 92.1493 783.977 Q95.228 779.371 101.038 779.371 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M132.219 795.922 Q135.575 796.639 137.45 798.908 Q139.348 801.176 139.348 804.509 Q139.348 809.625 135.83 812.426 Q132.311 815.227 125.83 815.227 Q123.654 815.227 121.339 814.787 Q119.047 814.37 116.594 813.514 L116.594 809 Q118.538 810.134 120.853 810.713 Q123.168 811.292 125.691 811.292 Q130.089 811.292 132.381 809.556 Q134.695 807.82 134.695 804.509 Q134.695 801.454 132.543 799.741 Q130.413 798.005 126.594 798.005 L122.566 798.005 L122.566 794.162 L126.779 794.162 Q130.228 794.162 132.057 792.797 Q133.885 791.408 133.885 788.815 Q133.885 786.153 131.987 784.741 Q130.112 783.306 126.594 783.306 Q124.672 783.306 122.473 783.722 Q120.274 784.139 117.635 785.019 L117.635 780.852 Q120.297 780.111 122.612 779.741 Q124.95 779.371 127.01 779.371 Q132.334 779.371 135.436 781.801 Q138.538 784.209 138.538 788.329 Q138.538 791.199 136.894 793.19 Q135.251 795.158 132.219 795.922 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M62.9365 566.928 Q59.3254 566.928 57.4967 570.492 Q55.6912 574.034 55.6912 581.164 Q55.6912 588.27 57.4967 591.835 Q59.3254 595.377 62.9365 595.377 Q66.5707 595.377 68.3763 591.835 Q70.205 588.27 70.205 581.164 Q70.205 574.034 68.3763 570.492 Q66.5707 566.928 62.9365 566.928 M62.9365 563.224 Q68.7467 563.224 71.8022 567.83 Q74.8809 572.414 74.8809 581.164 Q74.8809 589.891 71.8022 594.497 Q68.7467 599.08 62.9365 599.08 Q57.1264 599.08 54.0477 594.497 Q50.9921 589.891 50.9921 581.164 Q50.9921 572.414 54.0477 567.83 Q57.1264 563.224 62.9365 563.224 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M79.9503 592.529 L84.8345 592.529 L84.8345 598.409 L79.9503 598.409 L79.9503 592.529 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M99.9039 566.928 Q96.2928 566.928 94.4641 570.492 Q92.6586 574.034 92.6586 581.164 Q92.6586 588.27 94.4641 591.835 Q96.2928 595.377 99.9039 595.377 Q103.538 595.377 105.344 591.835 Q107.172 588.27 107.172 581.164 Q107.172 574.034 105.344 570.492 Q103.538 566.928 99.9039 566.928 M99.9039 563.224 Q105.714 563.224 108.77 567.83 Q111.848 572.414 111.848 581.164 Q111.848 589.891 108.77 594.497 Q105.714 599.08 99.9039 599.08 Q94.0937 599.08 91.0151 594.497 Q87.9595 589.891 87.9595 581.164 Q87.9595 572.414 91.0151 567.83 Q94.0937 563.224 99.9039 563.224 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M129.765 567.923 L117.959 586.372 L129.765 586.372 L129.765 567.923 M128.538 563.849 L134.418 563.849 L134.418 586.372 L139.348 586.372 L139.348 590.261 L134.418 590.261 L134.418 598.409 L129.765 598.409 L129.765 590.261 L114.163 590.261 L114.163 585.747 L128.538 563.849 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M64.418 350.781 Q60.8069 350.781 58.9782 354.346 Q57.1726 357.887 57.1726 365.017 Q57.1726 372.123 58.9782 375.688 Q60.8069 379.23 64.418 379.23 Q68.0522 379.23 69.8578 375.688 Q71.6865 372.123 71.6865 365.017 Q71.6865 357.887 69.8578 354.346 Q68.0522 350.781 64.418 350.781 M64.418 347.077 Q70.2281 347.077 73.2837 351.684 Q76.3624 356.267 76.3624 365.017 Q76.3624 373.744 73.2837 378.35 Q70.2281 382.934 64.418 382.934 Q58.6078 382.934 55.5291 378.35 Q52.4736 373.744 52.4736 365.017 Q52.4736 356.267 55.5291 351.684 Q58.6078 347.077 64.418 347.077 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M81.4318 376.383 L86.316 376.383 L86.316 382.262 L81.4318 382.262 L81.4318 376.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M101.385 350.781 Q97.7743 350.781 95.9456 354.346 Q94.14 357.887 94.14 365.017 Q94.14 372.123 95.9456 375.688 Q97.7743 379.23 101.385 379.23 Q105.02 379.23 106.825 375.688 Q108.654 372.123 108.654 365.017 Q108.654 357.887 106.825 354.346 Q105.02 350.781 101.385 350.781 M101.385 347.077 Q107.196 347.077 110.251 351.684 Q113.33 356.267 113.33 365.017 Q113.33 373.744 110.251 378.35 Q107.196 382.934 101.385 382.934 Q95.5752 382.934 92.4965 378.35 Q89.441 373.744 89.441 365.017 Q89.441 356.267 92.4965 351.684 Q95.5752 347.077 101.385 347.077 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M118.445 347.702 L136.802 347.702 L136.802 351.637 L122.728 351.637 L122.728 360.11 Q123.746 359.762 124.765 359.6 Q125.783 359.415 126.802 359.415 Q132.589 359.415 135.969 362.586 Q139.348 365.758 139.348 371.174 Q139.348 376.753 135.876 379.855 Q132.404 382.934 126.084 382.934 Q123.908 382.934 121.64 382.563 Q119.395 382.193 116.987 381.452 L116.987 376.753 Q119.07 377.887 121.293 378.443 Q123.515 378.998 125.992 378.998 Q129.996 378.998 132.334 376.892 Q134.672 374.786 134.672 371.174 Q134.672 367.563 132.334 365.457 Q129.996 363.35 125.992 363.35 Q124.117 363.35 122.242 363.767 Q120.39 364.184 118.445 365.063 L118.445 347.702 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M63.2606 134.634 Q59.6495 134.634 57.8208 138.199 Q56.0152 141.741 56.0152 148.87 Q56.0152 155.977 57.8208 159.542 Q59.6495 163.083 63.2606 163.083 Q66.8948 163.083 68.7004 159.542 Q70.5291 155.977 70.5291 148.87 Q70.5291 141.741 68.7004 138.199 Q66.8948 134.634 63.2606 134.634 M63.2606 130.931 Q69.0707 130.931 72.1263 135.537 Q75.205 140.12 75.205 148.87 Q75.205 157.597 72.1263 162.204 Q69.0707 166.787 63.2606 166.787 Q57.4504 166.787 54.3717 162.204 Q51.3162 157.597 51.3162 148.87 Q51.3162 140.12 54.3717 135.537 Q57.4504 130.931 63.2606 130.931 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M80.2744 160.236 L85.1586 160.236 L85.1586 166.116 L80.2744 166.116 L80.2744 160.236 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M100.228 134.634 Q96.6169 134.634 94.7882 138.199 Q92.9826 141.741 92.9826 148.87 Q92.9826 155.977 94.7882 159.542 Q96.6169 163.083 100.228 163.083 Q103.862 163.083 105.668 159.542 Q107.496 155.977 107.496 148.87 Q107.496 141.741 105.668 138.199 Q103.862 134.634 100.228 134.634 M100.228 130.931 Q106.038 130.931 109.094 135.537 Q112.172 140.12 112.172 148.87 Q112.172 157.597 109.094 162.204 Q106.038 166.787 100.228 166.787 Q94.4178 166.787 91.3391 162.204 Q88.2836 157.597 88.2836 148.87 Q88.2836 140.12 91.3391 135.537 Q94.4178 130.931 100.228 130.931 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M127.82 146.972 Q124.672 146.972 122.82 149.125 Q120.992 151.278 120.992 155.028 Q120.992 158.755 122.82 160.93 Q124.672 163.083 127.82 163.083 Q130.969 163.083 132.797 160.93 Q134.649 158.755 134.649 155.028 Q134.649 151.278 132.797 149.125 Q130.969 146.972 127.82 146.972 M137.103 132.32 L137.103 136.579 Q135.344 135.745 133.538 135.306 Q131.756 134.866 129.996 134.866 Q125.367 134.866 122.913 137.991 Q120.482 141.116 120.135 147.435 Q121.501 145.421 123.561 144.356 Q125.621 143.269 128.098 143.269 Q133.306 143.269 136.316 146.44 Q139.348 149.588 139.348 155.028 Q139.348 160.352 136.2 163.569 Q133.052 166.787 127.82 166.787 Q121.825 166.787 118.654 162.204 Q115.483 157.597 115.483 148.87 Q115.483 140.676 119.371 135.815 Q123.26 130.931 129.811 130.931 Q131.57 130.931 133.353 131.278 Q135.158 131.625 137.103 132.32 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 236.973,1229.57 257.934,1017.75 278.894,816.599 299.855,632.058 320.816,469.327 341.777,332.632 362.738,225.034 383.698,148.306 404.659,102.896 425.62,87.9763 \n",
" 446.581,101.554 467.542,140.657 488.502,201.559 509.463,280.037 530.424,371.626 551.385,471.874 572.346,576.562 593.306,681.883 614.267,784.576 635.228,882.007 \n",
" 656.189,972.201 677.15,1053.83 698.11,1126.15 719.071,1188.95 740.032,1242.44 760.993,1287.16 781.954,1323.87 802.914,1353.48 823.875,1376.93 844.836,1395.2 \n",
" 865.797,1409.17 886.758,1419.69 907.718,1427.46 928.679,1433.12 949.64,1437.16 970.601,1439.99 991.562,1441.95 1012.52,1443.28 1033.48,1444.17 1054.44,1444.75 \n",
" 1075.4,1445.12 1096.37,1445.36 1117.33,1445.5 1138.29,1445.59 1159.25,1445.64 1180.21,1445.68 1201.17,1445.69 1222.13,1445.7 1243.09,1445.71 1264.05,1445.71 \n",
" 1285.01,1445.71 1305.97,1445.71 1326.93,1445.72 1347.9,1445.72 1368.86,1445.72 1389.82,1445.72 1410.78,1445.72 1431.74,1445.72 1452.7,1445.72 1473.66,1445.72 \n",
" 1494.62,1445.72 1515.58,1445.72 1536.54,1445.72 1557.5,1445.72 1578.46,1445.72 1599.42,1445.72 1620.39,1445.72 1641.35,1445.72 1662.31,1445.72 1683.27,1445.72 \n",
" 1704.23,1445.72 1725.19,1445.72 1746.15,1445.72 1767.11,1445.72 1788.07,1445.72 1809.03,1445.72 1829.99,1445.72 1850.95,1445.72 1871.92,1445.72 1892.88,1445.72 \n",
" 1913.84,1445.72 1934.8,1445.72 1955.76,1445.72 1976.72,1445.72 1997.68,1445.72 2018.64,1445.72 2039.6,1445.72 2060.56,1445.72 2081.52,1445.72 2102.48,1445.72 \n",
" 2123.44,1445.72 2144.41,1445.72 2165.37,1445.72 2186.33,1445.72 2207.29,1445.72 2228.25,1445.72 2249.21,1445.72 2270.17,1445.72 2291.13,1445.72 \n",
" \"/>\n",
"<path clip-path=\"url(#clip300)\" d=\"\n",
"M1987.22 216.178 L2280.18 216.178 L2280.18 95.2176 L1987.22 95.2176 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1987.22,216.178 2280.18,216.178 2280.18,95.2176 1987.22,95.2176 1987.22,216.178 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip300)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2011.42,155.698 2156.58,155.698 \n",
" \"/>\n",
"<path clip-path=\"url(#clip300)\" d=\"M 0 0 M2194.61 175.385 Q2192.81 180.015 2191.09 181.427 Q2189.38 182.839 2186.51 182.839 L2183.11 182.839 L2183.11 179.274 L2185.61 179.274 Q2187.37 179.274 2188.34 178.44 Q2189.31 177.607 2190.49 174.505 L2191.26 172.561 L2180.77 147.052 L2185.28 147.052 L2193.39 167.329 L2201.49 147.052 L2206 147.052 L2194.61 175.385 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M2211.88 169.042 L2219.52 169.042 L2219.52 142.677 L2211.21 144.343 L2211.21 140.084 L2219.47 138.418 L2224.15 138.418 L2224.15 169.042 L2231.79 169.042 L2231.79 172.978 L2211.88 172.978 L2211.88 169.042 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"plot(d)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "unnecessary-verification",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.5.3",
"language": "julia",
"name": "julia-1.5"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.5.3"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment