Skip to content

Instantly share code, notes, and snippets.

@czlee
Created January 8, 2021 00:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save czlee/893280f9b1c56d2bee3fd0787eee6458 to your computer and use it in GitHub Desktop.
Reusing plot colors in JuliaPlots
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Reusing plot colors in JuliaPlots\n",
"\n",
"This took me an embarrassingly long time to figure out, so I'm leaving a copy here in case\n",
"I need to remember later, or in the hope that it might make someone else's search slightly\n",
"faster. You can reference colors in the color palette by passing an integer to color\n",
"arguments like `linecolor` or `fillcolor`, and it'll be interpreted as the `n`th color\n",
"in the color palette. No need to think about the \"color order index\" like you would in\n",
"Matlab, you just specify the color index for each line.\n",
"\n",
"This is technically documented; it's just not entirely obvious because you need to piece\n",
"multiple things together, so it might not come up from your search keywords:\n",
"\n",
"> Color attributes will accept many different types:\n",
"> - [...]\n",
"> - An integer, which picks the corresponding color from the `seriescolor`\n",
">\n",
"> [...]\n",
">\n",
"> `seriescolor` defaults to `:auto`, and gets assigned a color from the `color_palette`\n",
"> based on its index in the subplot.\n",
"\n",
"http://docs.juliaplots.org/latest/colors/"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"using Plots\n",
"# I use the GR backend by default, but I think this should work with most backends"
]
},
{
"cell_type": "code",
"execution_count": 2,
"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=\"clip580\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip580)\" 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=\"clip581\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip580)\" d=\"\n",
"M179.654 1486.45 L2352.76 1486.45 L2352.76 47.2441 L179.654 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip582\">\n",
" <rect x=\"179\" y=\"47\" width=\"2174\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 241.157,1486.45 241.157,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 567.44,1486.45 567.44,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 893.723,1486.45 893.723,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1220.01,1486.45 1220.01,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1546.29,1486.45 1546.29,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1872.57,1486.45 1872.57,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2198.85,1486.45 2198.85,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 179.654,1307.07 2352.76,1307.07 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 179.654,1036.96 2352.76,1036.96 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 179.654,766.846 2352.76,766.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 179.654,496.732 2352.76,496.732 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 179.654,226.619 2352.76,226.619 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,1486.45 179.654,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 241.157,1486.45 241.157,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 567.44,1486.45 567.44,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 893.723,1486.45 893.723,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1220.01,1486.45 1220.01,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1546.29,1486.45 1546.29,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1872.57,1486.45 1872.57,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2198.85,1486.45 2198.85,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,1307.07 205.731,1307.07 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,1036.96 205.731,1036.96 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,766.846 205.731,766.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,496.732 205.731,496.732 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,226.619 205.731,226.619 \n",
" \"/>\n",
"<path clip-path=\"url(#clip580)\" d=\"M 0 0 M241.157 1515.64 Q237.545 1515.64 235.717 1519.2 Q233.911 1522.75 233.911 1529.87 Q233.911 1536.98 235.717 1540.55 Q237.545 1544.09 241.157 1544.09 Q244.791 1544.09 246.596 1540.55 Q248.425 1536.98 248.425 1529.87 Q248.425 1522.75 246.596 1519.2 Q244.791 1515.64 241.157 1515.64 M241.157 1511.93 Q246.967 1511.93 250.022 1516.54 Q253.101 1521.12 253.101 1529.87 Q253.101 1538.6 250.022 1543.21 Q246.967 1547.79 241.157 1547.79 Q235.346 1547.79 232.268 1543.21 Q229.212 1538.6 229.212 1529.87 Q229.212 1521.12 232.268 1516.54 Q235.346 1511.93 241.157 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M562.092 1543.18 L578.412 1543.18 L578.412 1547.12 L556.467 1547.12 L556.467 1543.18 Q559.129 1540.43 563.713 1535.8 Q568.319 1531.15 569.5 1529.81 Q571.745 1527.28 572.625 1525.55 Q573.527 1523.79 573.527 1522.1 Q573.527 1519.34 571.583 1517.61 Q569.662 1515.87 566.56 1515.87 Q564.361 1515.87 561.907 1516.63 Q559.477 1517.4 556.699 1518.95 L556.699 1514.23 Q559.523 1513.09 561.977 1512.51 Q564.43 1511.93 566.467 1511.93 Q571.838 1511.93 575.032 1514.62 Q578.227 1517.31 578.227 1521.8 Q578.227 1523.93 577.416 1525.85 Q576.629 1527.74 574.523 1530.34 Q573.944 1531.01 570.842 1534.23 Q567.74 1537.42 562.092 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M896.732 1516.63 L884.926 1535.08 L896.732 1535.08 L896.732 1516.63 M895.505 1512.56 L901.385 1512.56 L901.385 1535.08 L906.315 1535.08 L906.315 1538.97 L901.385 1538.97 L901.385 1547.12 L896.732 1547.12 L896.732 1538.97 L881.13 1538.97 L881.13 1534.46 L895.505 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M1220.41 1527.98 Q1217.26 1527.98 1215.41 1530.13 Q1213.58 1532.28 1213.58 1536.03 Q1213.58 1539.76 1215.41 1541.93 Q1217.26 1544.09 1220.41 1544.09 Q1223.56 1544.09 1225.39 1541.93 Q1227.24 1539.76 1227.24 1536.03 Q1227.24 1532.28 1225.39 1530.13 Q1223.56 1527.98 1220.41 1527.98 M1229.69 1513.32 L1229.69 1517.58 Q1227.93 1516.75 1226.13 1516.31 Q1224.35 1515.87 1222.59 1515.87 Q1217.96 1515.87 1215.5 1519 Q1213.07 1522.12 1212.73 1528.44 Q1214.09 1526.43 1216.15 1525.36 Q1218.21 1524.27 1220.69 1524.27 Q1225.9 1524.27 1228.91 1527.44 Q1231.94 1530.59 1231.94 1536.03 Q1231.94 1541.36 1228.79 1544.57 Q1225.64 1547.79 1220.41 1547.79 Q1214.42 1547.79 1211.24 1543.21 Q1208.07 1538.6 1208.07 1529.87 Q1208.07 1521.68 1211.96 1516.82 Q1215.85 1511.93 1222.4 1511.93 Q1224.16 1511.93 1225.94 1512.28 Q1227.75 1512.63 1229.69 1513.32 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M1546.29 1530.71 Q1542.96 1530.71 1541.03 1532.49 Q1539.14 1534.27 1539.14 1537.4 Q1539.14 1540.52 1541.03 1542.31 Q1542.96 1544.09 1546.29 1544.09 Q1549.62 1544.09 1551.54 1542.31 Q1553.46 1540.5 1553.46 1537.4 Q1553.46 1534.27 1551.54 1532.49 Q1549.64 1530.71 1546.29 1530.71 M1541.61 1528.72 Q1538.6 1527.98 1536.91 1525.92 Q1535.25 1523.86 1535.25 1520.89 Q1535.25 1516.75 1538.19 1514.34 Q1541.15 1511.93 1546.29 1511.93 Q1551.45 1511.93 1554.39 1514.34 Q1557.33 1516.75 1557.33 1520.89 Q1557.33 1523.86 1555.64 1525.92 Q1553.97 1527.98 1550.99 1528.72 Q1554.37 1529.5 1556.24 1531.8 Q1558.14 1534.09 1558.14 1537.4 Q1558.14 1542.42 1555.06 1545.11 Q1552.01 1547.79 1546.29 1547.79 Q1540.57 1547.79 1537.49 1545.11 Q1534.44 1542.42 1534.44 1537.4 Q1534.44 1534.09 1536.33 1531.8 Q1538.23 1529.5 1541.61 1528.72 M1539.9 1521.33 Q1539.9 1524.02 1541.57 1525.52 Q1543.26 1527.03 1546.29 1527.03 Q1549.3 1527.03 1550.99 1525.52 Q1552.7 1524.02 1552.7 1521.33 Q1552.7 1518.65 1550.99 1517.14 Q1549.3 1515.64 1546.29 1515.64 Q1543.26 1515.64 1541.57 1517.14 Q1539.9 1518.65 1539.9 1521.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M1849.45 1543.18 L1857.09 1543.18 L1857.09 1516.82 L1848.78 1518.49 L1848.78 1514.23 L1857.04 1512.56 L1861.72 1512.56 L1861.72 1543.18 L1869.35 1543.18 L1869.35 1547.12 L1849.45 1547.12 L1849.45 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M1884.42 1515.64 Q1880.81 1515.64 1878.98 1519.2 Q1877.18 1522.75 1877.18 1529.87 Q1877.18 1536.98 1878.98 1540.55 Q1880.81 1544.09 1884.42 1544.09 Q1888.06 1544.09 1889.86 1540.55 Q1891.69 1536.98 1891.69 1529.87 Q1891.69 1522.75 1889.86 1519.2 Q1888.06 1515.64 1884.42 1515.64 M1884.42 1511.93 Q1890.23 1511.93 1893.29 1516.54 Q1896.37 1521.12 1896.37 1529.87 Q1896.37 1538.6 1893.29 1543.21 Q1890.23 1547.79 1884.42 1547.79 Q1878.61 1547.79 1875.53 1543.21 Q1872.48 1538.6 1872.48 1529.87 Q1872.48 1521.12 1875.53 1516.54 Q1878.61 1511.93 1884.42 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M2176.53 1543.18 L2184.17 1543.18 L2184.17 1516.82 L2175.86 1518.49 L2175.86 1514.23 L2184.12 1512.56 L2188.8 1512.56 L2188.8 1543.18 L2196.44 1543.18 L2196.44 1547.12 L2176.53 1547.12 L2176.53 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M2205.53 1543.18 L2221.85 1543.18 L2221.85 1547.12 L2199.91 1547.12 L2199.91 1543.18 Q2202.57 1540.43 2207.15 1535.8 Q2211.76 1531.15 2212.94 1529.81 Q2215.19 1527.28 2216.07 1525.55 Q2216.97 1523.79 2216.97 1522.1 Q2216.97 1519.34 2215.02 1517.61 Q2213.1 1515.87 2210 1515.87 Q2207.8 1515.87 2205.35 1516.63 Q2202.92 1517.4 2200.14 1518.95 L2200.14 1514.23 Q2202.96 1513.09 2205.42 1512.51 Q2207.87 1511.93 2209.91 1511.93 Q2215.28 1511.93 2218.47 1514.62 Q2221.67 1517.31 2221.67 1521.8 Q2221.67 1523.93 2220.86 1525.85 Q2220.07 1527.74 2217.96 1530.34 Q2217.38 1531.01 2214.28 1534.23 Q2211.18 1537.42 2205.53 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M51.2236 1307.52 L80.8994 1307.52 L80.8994 1311.46 L51.2236 1311.46 L51.2236 1307.52 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M86.779 1320.42 L94.4178 1320.42 L94.4178 1294.05 L86.1077 1295.72 L86.1077 1291.46 L94.3715 1289.79 L99.0474 1289.79 L99.0474 1320.42 L106.686 1320.42 L106.686 1324.35 L86.779 1324.35 L86.779 1320.42 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M111.756 1318.47 L116.64 1318.47 L116.64 1324.35 L111.756 1324.35 L111.756 1318.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M131.709 1292.87 Q128.098 1292.87 126.27 1296.44 Q124.464 1299.98 124.464 1307.11 Q124.464 1314.21 126.27 1317.78 Q128.098 1321.32 131.709 1321.32 Q135.344 1321.32 137.149 1317.78 Q138.978 1314.21 138.978 1307.11 Q138.978 1299.98 137.149 1296.44 Q135.344 1292.87 131.709 1292.87 M131.709 1289.17 Q137.519 1289.17 140.575 1293.77 Q143.654 1298.36 143.654 1307.11 Q143.654 1315.83 140.575 1320.44 Q137.519 1325.02 131.709 1325.02 Q125.899 1325.02 122.82 1320.44 Q119.765 1315.83 119.765 1307.11 Q119.765 1298.36 122.82 1293.77 Q125.899 1289.17 131.709 1289.17 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M50.9921 1037.41 L80.6679 1037.41 L80.6679 1041.35 L50.9921 1041.35 L50.9921 1037.41 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M95.7373 1022.76 Q92.1262 1022.76 90.2975 1026.32 Q88.4919 1029.86 88.4919 1036.99 Q88.4919 1044.1 90.2975 1047.67 Q92.1262 1051.21 95.7373 1051.21 Q99.3715 1051.21 101.177 1047.67 Q103.006 1044.1 103.006 1036.99 Q103.006 1029.86 101.177 1026.32 Q99.3715 1022.76 95.7373 1022.76 M95.7373 1019.05 Q101.547 1019.05 104.603 1023.66 Q107.682 1028.24 107.682 1036.99 Q107.682 1045.72 104.603 1050.33 Q101.547 1054.91 95.7373 1054.91 Q89.9271 1054.91 86.8484 1050.33 Q83.7929 1045.72 83.7929 1036.99 Q83.7929 1028.24 86.8484 1023.66 Q89.9271 1019.05 95.7373 1019.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M112.751 1048.36 L117.635 1048.36 L117.635 1054.24 L112.751 1054.24 L112.751 1048.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M122.751 1019.68 L141.107 1019.68 L141.107 1023.61 L127.033 1023.61 L127.033 1032.09 Q128.052 1031.74 129.07 1031.58 Q130.089 1031.39 131.107 1031.39 Q136.894 1031.39 140.274 1034.56 Q143.654 1037.74 143.654 1043.15 Q143.654 1048.73 140.181 1051.83 Q136.709 1054.91 130.39 1054.91 Q128.214 1054.91 125.945 1054.54 Q123.7 1054.17 121.293 1053.43 L121.293 1048.73 Q123.376 1049.86 125.598 1050.42 Q127.82 1050.98 130.297 1050.98 Q134.302 1050.98 136.64 1048.87 Q138.978 1046.76 138.978 1043.15 Q138.978 1039.54 136.64 1037.43 Q134.302 1035.33 130.297 1035.33 Q128.422 1035.33 126.547 1035.74 Q124.695 1036.16 122.751 1037.04 L122.751 1019.68 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M94.7419 752.645 Q91.1308 752.645 89.3021 756.209 Q87.4966 759.751 87.4966 766.881 Q87.4966 773.987 89.3021 777.552 Q91.1308 781.094 94.7419 781.094 Q98.3761 781.094 100.182 777.552 Q102.01 773.987 102.01 766.881 Q102.01 759.751 100.182 756.209 Q98.3761 752.645 94.7419 752.645 M94.7419 748.941 Q100.552 748.941 103.608 753.547 Q106.686 758.131 106.686 766.881 Q106.686 775.608 103.608 780.214 Q100.552 784.797 94.7419 784.797 Q88.9317 784.797 85.8531 780.214 Q82.7975 775.608 82.7975 766.881 Q82.7975 758.131 85.8531 753.547 Q88.9317 748.941 94.7419 748.941 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M111.756 778.246 L116.64 778.246 L116.64 784.126 L111.756 784.126 L111.756 778.246 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M131.709 752.645 Q128.098 752.645 126.27 756.209 Q124.464 759.751 124.464 766.881 Q124.464 773.987 126.27 777.552 Q128.098 781.094 131.709 781.094 Q135.344 781.094 137.149 777.552 Q138.978 773.987 138.978 766.881 Q138.978 759.751 137.149 756.209 Q135.344 752.645 131.709 752.645 M131.709 748.941 Q137.519 748.941 140.575 753.547 Q143.654 758.131 143.654 766.881 Q143.654 775.608 140.575 780.214 Q137.519 784.797 131.709 784.797 Q125.899 784.797 122.82 780.214 Q119.765 775.608 119.765 766.881 Q119.765 758.131 122.82 753.547 Q125.899 748.941 131.709 748.941 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M95.7373 482.531 Q92.1262 482.531 90.2975 486.096 Q88.4919 489.637 88.4919 496.767 Q88.4919 503.873 90.2975 507.438 Q92.1262 510.98 95.7373 510.98 Q99.3715 510.98 101.177 507.438 Q103.006 503.873 103.006 496.767 Q103.006 489.637 101.177 486.096 Q99.3715 482.531 95.7373 482.531 M95.7373 478.827 Q101.547 478.827 104.603 483.434 Q107.682 488.017 107.682 496.767 Q107.682 505.494 104.603 510.1 Q101.547 514.684 95.7373 514.684 Q89.9271 514.684 86.8484 510.1 Q83.7929 505.494 83.7929 496.767 Q83.7929 488.017 86.8484 483.434 Q89.9271 478.827 95.7373 478.827 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M112.751 508.133 L117.635 508.133 L117.635 514.012 L112.751 514.012 L112.751 508.133 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M122.751 479.452 L141.107 479.452 L141.107 483.387 L127.033 483.387 L127.033 491.86 Q128.052 491.512 129.07 491.35 Q130.089 491.165 131.107 491.165 Q136.894 491.165 140.274 494.336 Q143.654 497.508 143.654 502.924 Q143.654 508.503 140.181 511.605 Q136.709 514.684 130.39 514.684 Q128.214 514.684 125.945 514.313 Q123.7 513.943 121.293 513.202 L121.293 508.503 Q123.376 509.637 125.598 510.193 Q127.82 510.748 130.297 510.748 Q134.302 510.748 136.64 508.642 Q138.978 506.535 138.978 502.924 Q138.978 499.313 136.64 497.207 Q134.302 495.1 130.297 495.1 Q128.422 495.1 126.547 495.517 Q124.695 495.934 122.751 496.813 L122.751 479.452 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M86.779 239.963 L94.4178 239.963 L94.4178 213.598 L86.1077 215.265 L86.1077 211.005 L94.3715 209.339 L99.0474 209.339 L99.0474 239.963 L106.686 239.963 L106.686 243.899 L86.779 243.899 L86.779 239.963 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M111.756 238.019 L116.64 238.019 L116.64 243.899 L111.756 243.899 L111.756 238.019 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M131.709 212.417 Q128.098 212.417 126.27 215.982 Q124.464 219.524 124.464 226.653 Q124.464 233.76 126.27 237.325 Q128.098 240.866 131.709 240.866 Q135.344 240.866 137.149 237.325 Q138.978 233.76 138.978 226.653 Q138.978 219.524 137.149 215.982 Q135.344 212.417 131.709 212.417 M131.709 208.714 Q137.519 208.714 140.575 213.32 Q143.654 217.903 143.654 226.653 Q143.654 235.38 140.575 239.987 Q137.519 244.57 131.709 244.57 Q125.899 244.57 122.82 239.987 Q119.765 235.38 119.765 226.653 Q119.765 217.903 122.82 213.32 Q125.899 208.714 131.709 208.714 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip582)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 241.157,766.846 261.658,760.057 282.158,753.269 302.659,746.48 323.16,739.691 343.661,732.902 364.162,726.114 384.663,719.325 405.164,712.536 425.665,705.748 \n",
" 446.166,698.959 466.667,692.17 487.168,685.382 507.669,678.593 528.17,671.804 548.671,665.016 569.172,658.227 589.673,651.438 610.174,644.649 630.675,637.861 \n",
" 651.176,631.072 671.677,624.283 692.178,617.495 712.679,610.706 733.18,603.917 753.681,597.129 774.182,590.34 794.683,583.551 815.184,576.762 835.685,569.974 \n",
" 856.185,563.185 876.686,556.396 897.187,549.608 917.688,542.819 938.189,536.03 958.69,529.242 979.191,522.453 999.692,515.664 1020.19,508.875 1040.69,502.087 \n",
" 1061.2,495.298 1081.7,488.509 1102.2,481.721 1122.7,474.932 1143.2,468.143 1163.7,461.355 1184.2,454.566 1204.7,447.777 1225.2,440.989 1245.7,434.2 \n",
" 1266.2,427.411 1286.71,420.622 1307.21,413.834 1327.71,407.045 1348.21,400.256 1368.71,393.468 1389.21,386.679 1409.71,379.89 1430.21,373.102 1450.71,366.313 \n",
" 1471.21,359.524 1491.72,352.735 1512.22,345.947 1532.72,339.158 1553.22,332.369 1573.72,325.581 1594.22,318.792 1614.72,312.003 1635.22,305.215 1655.72,298.426 \n",
" 1676.22,291.637 1696.73,284.848 1717.23,278.06 1737.73,271.271 1758.23,264.482 1778.73,257.694 1799.23,250.905 1819.73,244.116 1840.23,237.328 1860.73,230.539 \n",
" 1881.23,223.75 1901.73,216.962 1922.24,210.173 1942.74,203.384 1963.24,196.595 1983.74,189.807 2004.24,183.018 2024.74,176.229 2045.24,169.441 2065.74,162.652 \n",
" 2086.24,155.863 2106.74,149.075 2127.25,142.286 2147.75,135.497 2168.25,128.708 2188.75,121.92 2209.25,115.131 2229.75,108.342 2250.25,101.554 2270.75,94.765 \n",
" 2291.25,87.9763 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 241.157,766.846 261.658,766.846 282.158,766.846 302.659,766.846 323.16,766.846 343.661,766.846 364.162,766.846 384.663,766.846 405.164,766.846 425.665,766.846 \n",
" 446.166,766.846 466.667,766.846 487.168,766.846 507.669,766.846 528.17,766.846 548.671,766.846 569.172,766.846 589.673,766.846 610.174,766.846 630.675,766.846 \n",
" 651.176,766.846 671.677,766.846 692.178,766.846 712.679,766.846 733.18,766.846 753.681,766.846 774.182,766.846 794.683,766.846 815.184,766.846 835.685,766.846 \n",
" 856.185,766.846 876.686,766.846 897.187,766.846 917.688,766.846 938.189,766.846 958.69,766.846 979.191,766.846 999.692,766.846 1020.19,766.846 1040.69,766.846 \n",
" 1061.2,766.846 1081.7,766.846 1102.2,766.846 1122.7,766.846 1143.2,766.846 1163.7,766.846 1184.2,766.846 1204.7,766.846 1225.2,766.846 1245.7,766.846 \n",
" 1266.2,766.846 1286.71,766.846 1307.21,766.846 1327.71,766.846 1348.21,766.846 1368.71,766.846 1389.21,766.846 1409.71,766.846 1430.21,766.846 1450.71,766.846 \n",
" 1471.21,766.846 1491.72,766.846 1512.22,766.846 1532.72,766.846 1553.22,766.846 1573.72,766.846 1594.22,766.846 1614.72,766.846 1635.22,766.846 1655.72,766.846 \n",
" 1676.22,766.846 1696.73,766.846 1717.23,766.846 1737.73,766.846 1758.23,766.846 1778.73,766.846 1799.23,766.846 1819.73,766.846 1840.23,766.846 1860.73,766.846 \n",
" 1881.23,766.846 1901.73,766.846 1922.24,766.846 1942.74,766.846 1963.24,766.846 1983.74,766.846 2004.24,766.846 2024.74,766.846 2045.24,766.846 2065.74,766.846 \n",
" 2086.24,766.846 2106.74,766.846 2127.25,766.846 2147.75,766.846 2168.25,766.846 2188.75,766.846 2209.25,766.846 2229.75,766.846 2250.25,766.846 2270.75,766.846 \n",
" 2291.25,766.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip582)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 241.157,766.846 261.658,773.635 282.158,780.423 302.659,787.212 323.16,794.001 343.661,800.789 364.162,807.578 384.663,814.367 405.164,821.156 425.665,827.944 \n",
" 446.166,834.733 466.667,841.522 487.168,848.31 507.669,855.099 528.17,861.888 548.671,868.676 569.172,875.465 589.673,882.254 610.174,889.043 630.675,895.831 \n",
" 651.176,902.62 671.677,909.409 692.178,916.197 712.679,922.986 733.18,929.775 753.681,936.563 774.182,943.352 794.683,950.141 815.184,956.93 835.685,963.718 \n",
" 856.185,970.507 876.686,977.296 897.187,984.084 917.688,990.873 938.189,997.662 958.69,1004.45 979.191,1011.24 999.692,1018.03 1020.19,1024.82 1040.69,1031.61 \n",
" 1061.2,1038.39 1081.7,1045.18 1102.2,1051.97 1122.7,1058.76 1143.2,1065.55 1163.7,1072.34 1184.2,1079.13 1204.7,1085.91 1225.2,1092.7 1245.7,1099.49 \n",
" 1266.2,1106.28 1286.71,1113.07 1307.21,1119.86 1327.71,1126.65 1348.21,1133.44 1368.71,1140.22 1389.21,1147.01 1409.71,1153.8 1430.21,1160.59 1450.71,1167.38 \n",
" 1471.21,1174.17 1491.72,1180.96 1512.22,1187.75 1532.72,1194.53 1553.22,1201.32 1573.72,1208.11 1594.22,1214.9 1614.72,1221.69 1635.22,1228.48 1655.72,1235.27 \n",
" 1676.22,1242.05 1696.73,1248.84 1717.23,1255.63 1737.73,1262.42 1758.23,1269.21 1778.73,1276 1799.23,1282.79 1819.73,1289.58 1840.23,1296.36 1860.73,1303.15 \n",
" 1881.23,1309.94 1901.73,1316.73 1922.24,1323.52 1942.74,1330.31 1963.24,1337.1 1983.74,1343.89 2004.24,1350.67 2024.74,1357.46 2045.24,1364.25 2065.74,1371.04 \n",
" 2086.24,1377.83 2106.74,1384.62 2127.25,1391.41 2147.75,1398.19 2168.25,1404.98 2188.75,1411.77 2209.25,1418.56 2229.75,1425.35 2250.25,1432.14 2270.75,1438.93 \n",
" 2291.25,1445.72 \n",
" \"/>\n",
"<path clip-path=\"url(#clip580)\" d=\"\n",
"M1987.27 337.138 L2280.32 337.138 L2280.32 95.2176 L1987.27 95.2176 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1987.27,337.138 2280.32,337.138 2280.32,95.2176 1987.27,95.2176 1987.27,337.138 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip580)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2011.41,155.698 2156.29,155.698 \n",
" \"/>\n",
"<path clip-path=\"url(#clip580)\" d=\"M 0 0 M2194.27 175.385 Q2192.47 180.015 2190.76 181.427 Q2189.04 182.839 2186.17 182.839 L2182.77 182.839 L2182.77 179.274 L2185.27 179.274 Q2187.03 179.274 2188 178.44 Q2188.97 177.607 2190.15 174.505 L2190.92 172.561 L2180.43 147.052 L2184.94 147.052 L2193.05 167.329 L2201.15 147.052 L2205.66 147.052 L2194.27 175.385 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M2211.54 169.042 L2219.18 169.042 L2219.18 142.677 L2210.87 144.343 L2210.87 140.084 L2219.13 138.418 L2223.81 138.418 L2223.81 169.042 L2231.45 169.042 L2231.45 172.978 L2211.54 172.978 L2211.54 169.042 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip580)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2011.41,216.178 2156.29,216.178 \n",
" \"/>\n",
"<path clip-path=\"url(#clip580)\" d=\"M 0 0 M2194.27 235.865 Q2192.47 240.495 2190.76 241.907 Q2189.04 243.319 2186.17 243.319 L2182.77 243.319 L2182.77 239.754 L2185.27 239.754 Q2187.03 239.754 2188 238.92 Q2188.97 238.087 2190.15 234.985 L2190.92 233.041 L2180.43 207.532 L2184.94 207.532 L2193.05 227.809 L2201.15 207.532 L2205.66 207.532 L2194.27 235.865 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M2214.76 229.522 L2231.08 229.522 L2231.08 233.458 L2209.13 233.458 L2209.13 229.522 Q2211.8 226.768 2216.38 222.138 Q2220.99 217.485 2222.17 216.143 Q2224.41 213.62 2225.29 211.884 Q2226.19 210.124 2226.19 208.435 Q2226.19 205.68 2224.25 203.944 Q2222.33 202.208 2219.23 202.208 Q2217.03 202.208 2214.57 202.972 Q2212.14 203.735 2209.37 205.286 L2209.37 200.564 Q2212.19 199.43 2214.64 198.851 Q2217.1 198.273 2219.13 198.273 Q2224.5 198.273 2227.7 200.958 Q2230.89 203.643 2230.89 208.134 Q2230.89 210.263 2230.08 212.185 Q2229.3 214.083 2227.19 216.675 Q2226.61 217.347 2223.51 220.564 Q2220.41 223.759 2214.76 229.522 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip580)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2011.41,276.658 2156.29,276.658 \n",
" \"/>\n",
"<path clip-path=\"url(#clip580)\" d=\"M 0 0 M2194.27 296.345 Q2192.47 300.975 2190.76 302.387 Q2189.04 303.799 2186.17 303.799 L2182.77 303.799 L2182.77 300.234 L2185.27 300.234 Q2187.03 300.234 2188 299.4 Q2188.97 298.567 2190.15 295.465 L2190.92 293.521 L2180.43 268.012 L2184.94 268.012 L2193.05 288.289 L2201.15 268.012 L2205.66 268.012 L2194.27 296.345 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M 0 0 M2224.9 275.303 Q2228.25 276.021 2230.13 278.289 Q2232.03 280.558 2232.03 283.891 Q2232.03 289.007 2228.51 291.808 Q2224.99 294.609 2218.51 294.609 Q2216.33 294.609 2214.02 294.169 Q2211.73 293.752 2209.27 292.896 L2209.27 288.382 Q2211.22 289.516 2213.53 290.095 Q2215.85 290.674 2218.37 290.674 Q2222.77 290.674 2225.06 288.938 Q2227.38 287.201 2227.38 283.891 Q2227.38 280.836 2225.22 279.123 Q2223.09 277.387 2219.27 277.387 L2215.25 277.387 L2215.25 273.544 L2219.46 273.544 Q2222.91 273.544 2224.74 272.178 Q2226.57 270.79 2226.57 268.197 Q2226.57 265.535 2224.67 264.123 Q2222.79 262.688 2219.27 262.688 Q2217.35 262.688 2215.15 263.104 Q2212.95 263.521 2210.32 264.401 L2210.32 260.234 Q2212.98 259.493 2215.29 259.123 Q2217.63 258.753 2219.69 258.753 Q2225.01 258.753 2228.12 261.183 Q2231.22 263.59 2231.22 267.711 Q2231.22 270.581 2229.57 272.572 Q2227.93 274.54 2224.9 275.303 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# plot three lines using the first three default colors\n",
"x = (0:0.01:1) * 4π\n",
"Y = x * [0.1 0 -0.1]\n",
"p = plot(x, Y)"
]
},
{
"cell_type": "code",
"execution_count": 3,
"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=\"clip620\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip620)\" 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=\"clip621\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip620)\" d=\"\n",
"M179.654 1486.45 L2352.76 1486.45 L2352.76 47.2441 L179.654 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip622\">\n",
" <rect x=\"179\" y=\"47\" width=\"2174\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 241.157,1486.45 241.157,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 567.44,1486.45 567.44,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 893.723,1486.45 893.723,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1220.01,1486.45 1220.01,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1546.29,1486.45 1546.29,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1872.57,1486.45 1872.57,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2198.85,1486.45 2198.85,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 179.654,1307.07 2352.76,1307.07 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 179.654,1036.96 2352.76,1036.96 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 179.654,766.846 2352.76,766.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 179.654,496.732 2352.76,496.732 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 179.654,226.619 2352.76,226.619 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,1486.45 179.654,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 241.157,1486.45 241.157,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 567.44,1486.45 567.44,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 893.723,1486.45 893.723,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1220.01,1486.45 1220.01,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1546.29,1486.45 1546.29,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1872.57,1486.45 1872.57,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2198.85,1486.45 2198.85,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,1307.07 205.731,1307.07 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,1036.96 205.731,1036.96 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,766.846 205.731,766.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,496.732 205.731,496.732 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 179.654,226.619 205.731,226.619 \n",
" \"/>\n",
"<path clip-path=\"url(#clip620)\" d=\"M 0 0 M241.157 1515.64 Q237.545 1515.64 235.717 1519.2 Q233.911 1522.75 233.911 1529.87 Q233.911 1536.98 235.717 1540.55 Q237.545 1544.09 241.157 1544.09 Q244.791 1544.09 246.596 1540.55 Q248.425 1536.98 248.425 1529.87 Q248.425 1522.75 246.596 1519.2 Q244.791 1515.64 241.157 1515.64 M241.157 1511.93 Q246.967 1511.93 250.022 1516.54 Q253.101 1521.12 253.101 1529.87 Q253.101 1538.6 250.022 1543.21 Q246.967 1547.79 241.157 1547.79 Q235.346 1547.79 232.268 1543.21 Q229.212 1538.6 229.212 1529.87 Q229.212 1521.12 232.268 1516.54 Q235.346 1511.93 241.157 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M562.092 1543.18 L578.412 1543.18 L578.412 1547.12 L556.467 1547.12 L556.467 1543.18 Q559.129 1540.43 563.713 1535.8 Q568.319 1531.15 569.5 1529.81 Q571.745 1527.28 572.625 1525.55 Q573.527 1523.79 573.527 1522.1 Q573.527 1519.34 571.583 1517.61 Q569.662 1515.87 566.56 1515.87 Q564.361 1515.87 561.907 1516.63 Q559.477 1517.4 556.699 1518.95 L556.699 1514.23 Q559.523 1513.09 561.977 1512.51 Q564.43 1511.93 566.467 1511.93 Q571.838 1511.93 575.032 1514.62 Q578.227 1517.31 578.227 1521.8 Q578.227 1523.93 577.416 1525.85 Q576.629 1527.74 574.523 1530.34 Q573.944 1531.01 570.842 1534.23 Q567.74 1537.42 562.092 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M896.732 1516.63 L884.926 1535.08 L896.732 1535.08 L896.732 1516.63 M895.505 1512.56 L901.385 1512.56 L901.385 1535.08 L906.315 1535.08 L906.315 1538.97 L901.385 1538.97 L901.385 1547.12 L896.732 1547.12 L896.732 1538.97 L881.13 1538.97 L881.13 1534.46 L895.505 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M1220.41 1527.98 Q1217.26 1527.98 1215.41 1530.13 Q1213.58 1532.28 1213.58 1536.03 Q1213.58 1539.76 1215.41 1541.93 Q1217.26 1544.09 1220.41 1544.09 Q1223.56 1544.09 1225.39 1541.93 Q1227.24 1539.76 1227.24 1536.03 Q1227.24 1532.28 1225.39 1530.13 Q1223.56 1527.98 1220.41 1527.98 M1229.69 1513.32 L1229.69 1517.58 Q1227.93 1516.75 1226.13 1516.31 Q1224.35 1515.87 1222.59 1515.87 Q1217.96 1515.87 1215.5 1519 Q1213.07 1522.12 1212.73 1528.44 Q1214.09 1526.43 1216.15 1525.36 Q1218.21 1524.27 1220.69 1524.27 Q1225.9 1524.27 1228.91 1527.44 Q1231.94 1530.59 1231.94 1536.03 Q1231.94 1541.36 1228.79 1544.57 Q1225.64 1547.79 1220.41 1547.79 Q1214.42 1547.79 1211.24 1543.21 Q1208.07 1538.6 1208.07 1529.87 Q1208.07 1521.68 1211.96 1516.82 Q1215.85 1511.93 1222.4 1511.93 Q1224.16 1511.93 1225.94 1512.28 Q1227.75 1512.63 1229.69 1513.32 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M1546.29 1530.71 Q1542.96 1530.71 1541.03 1532.49 Q1539.14 1534.27 1539.14 1537.4 Q1539.14 1540.52 1541.03 1542.31 Q1542.96 1544.09 1546.29 1544.09 Q1549.62 1544.09 1551.54 1542.31 Q1553.46 1540.5 1553.46 1537.4 Q1553.46 1534.27 1551.54 1532.49 Q1549.64 1530.71 1546.29 1530.71 M1541.61 1528.72 Q1538.6 1527.98 1536.91 1525.92 Q1535.25 1523.86 1535.25 1520.89 Q1535.25 1516.75 1538.19 1514.34 Q1541.15 1511.93 1546.29 1511.93 Q1551.45 1511.93 1554.39 1514.34 Q1557.33 1516.75 1557.33 1520.89 Q1557.33 1523.86 1555.64 1525.92 Q1553.97 1527.98 1550.99 1528.72 Q1554.37 1529.5 1556.24 1531.8 Q1558.14 1534.09 1558.14 1537.4 Q1558.14 1542.42 1555.06 1545.11 Q1552.01 1547.79 1546.29 1547.79 Q1540.57 1547.79 1537.49 1545.11 Q1534.44 1542.42 1534.44 1537.4 Q1534.44 1534.09 1536.33 1531.8 Q1538.23 1529.5 1541.61 1528.72 M1539.9 1521.33 Q1539.9 1524.02 1541.57 1525.52 Q1543.26 1527.03 1546.29 1527.03 Q1549.3 1527.03 1550.99 1525.52 Q1552.7 1524.02 1552.7 1521.33 Q1552.7 1518.65 1550.99 1517.14 Q1549.3 1515.64 1546.29 1515.64 Q1543.26 1515.64 1541.57 1517.14 Q1539.9 1518.65 1539.9 1521.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M1849.45 1543.18 L1857.09 1543.18 L1857.09 1516.82 L1848.78 1518.49 L1848.78 1514.23 L1857.04 1512.56 L1861.72 1512.56 L1861.72 1543.18 L1869.35 1543.18 L1869.35 1547.12 L1849.45 1547.12 L1849.45 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M1884.42 1515.64 Q1880.81 1515.64 1878.98 1519.2 Q1877.18 1522.75 1877.18 1529.87 Q1877.18 1536.98 1878.98 1540.55 Q1880.81 1544.09 1884.42 1544.09 Q1888.06 1544.09 1889.86 1540.55 Q1891.69 1536.98 1891.69 1529.87 Q1891.69 1522.75 1889.86 1519.2 Q1888.06 1515.64 1884.42 1515.64 M1884.42 1511.93 Q1890.23 1511.93 1893.29 1516.54 Q1896.37 1521.12 1896.37 1529.87 Q1896.37 1538.6 1893.29 1543.21 Q1890.23 1547.79 1884.42 1547.79 Q1878.61 1547.79 1875.53 1543.21 Q1872.48 1538.6 1872.48 1529.87 Q1872.48 1521.12 1875.53 1516.54 Q1878.61 1511.93 1884.42 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M2176.53 1543.18 L2184.17 1543.18 L2184.17 1516.82 L2175.86 1518.49 L2175.86 1514.23 L2184.12 1512.56 L2188.8 1512.56 L2188.8 1543.18 L2196.44 1543.18 L2196.44 1547.12 L2176.53 1547.12 L2176.53 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M2205.53 1543.18 L2221.85 1543.18 L2221.85 1547.12 L2199.91 1547.12 L2199.91 1543.18 Q2202.57 1540.43 2207.15 1535.8 Q2211.76 1531.15 2212.94 1529.81 Q2215.19 1527.28 2216.07 1525.55 Q2216.97 1523.79 2216.97 1522.1 Q2216.97 1519.34 2215.02 1517.61 Q2213.1 1515.87 2210 1515.87 Q2207.8 1515.87 2205.35 1516.63 Q2202.92 1517.4 2200.14 1518.95 L2200.14 1514.23 Q2202.96 1513.09 2205.42 1512.51 Q2207.87 1511.93 2209.91 1511.93 Q2215.28 1511.93 2218.47 1514.62 Q2221.67 1517.31 2221.67 1521.8 Q2221.67 1523.93 2220.86 1525.85 Q2220.07 1527.74 2217.96 1530.34 Q2217.38 1531.01 2214.28 1534.23 Q2211.18 1537.42 2205.53 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M51.2236 1307.52 L80.8994 1307.52 L80.8994 1311.46 L51.2236 1311.46 L51.2236 1307.52 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M86.779 1320.42 L94.4178 1320.42 L94.4178 1294.05 L86.1077 1295.72 L86.1077 1291.46 L94.3715 1289.79 L99.0474 1289.79 L99.0474 1320.42 L106.686 1320.42 L106.686 1324.35 L86.779 1324.35 L86.779 1320.42 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M111.756 1318.47 L116.64 1318.47 L116.64 1324.35 L111.756 1324.35 L111.756 1318.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M131.709 1292.87 Q128.098 1292.87 126.27 1296.44 Q124.464 1299.98 124.464 1307.11 Q124.464 1314.21 126.27 1317.78 Q128.098 1321.32 131.709 1321.32 Q135.344 1321.32 137.149 1317.78 Q138.978 1314.21 138.978 1307.11 Q138.978 1299.98 137.149 1296.44 Q135.344 1292.87 131.709 1292.87 M131.709 1289.17 Q137.519 1289.17 140.575 1293.77 Q143.654 1298.36 143.654 1307.11 Q143.654 1315.83 140.575 1320.44 Q137.519 1325.02 131.709 1325.02 Q125.899 1325.02 122.82 1320.44 Q119.765 1315.83 119.765 1307.11 Q119.765 1298.36 122.82 1293.77 Q125.899 1289.17 131.709 1289.17 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M50.9921 1037.41 L80.6679 1037.41 L80.6679 1041.35 L50.9921 1041.35 L50.9921 1037.41 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M95.7373 1022.76 Q92.1262 1022.76 90.2975 1026.32 Q88.4919 1029.86 88.4919 1036.99 Q88.4919 1044.1 90.2975 1047.67 Q92.1262 1051.21 95.7373 1051.21 Q99.3715 1051.21 101.177 1047.67 Q103.006 1044.1 103.006 1036.99 Q103.006 1029.86 101.177 1026.32 Q99.3715 1022.76 95.7373 1022.76 M95.7373 1019.05 Q101.547 1019.05 104.603 1023.66 Q107.682 1028.24 107.682 1036.99 Q107.682 1045.72 104.603 1050.33 Q101.547 1054.91 95.7373 1054.91 Q89.9271 1054.91 86.8484 1050.33 Q83.7929 1045.72 83.7929 1036.99 Q83.7929 1028.24 86.8484 1023.66 Q89.9271 1019.05 95.7373 1019.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M112.751 1048.36 L117.635 1048.36 L117.635 1054.24 L112.751 1054.24 L112.751 1048.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M122.751 1019.68 L141.107 1019.68 L141.107 1023.61 L127.033 1023.61 L127.033 1032.09 Q128.052 1031.74 129.07 1031.58 Q130.089 1031.39 131.107 1031.39 Q136.894 1031.39 140.274 1034.56 Q143.654 1037.74 143.654 1043.15 Q143.654 1048.73 140.181 1051.83 Q136.709 1054.91 130.39 1054.91 Q128.214 1054.91 125.945 1054.54 Q123.7 1054.17 121.293 1053.43 L121.293 1048.73 Q123.376 1049.86 125.598 1050.42 Q127.82 1050.98 130.297 1050.98 Q134.302 1050.98 136.64 1048.87 Q138.978 1046.76 138.978 1043.15 Q138.978 1039.54 136.64 1037.43 Q134.302 1035.33 130.297 1035.33 Q128.422 1035.33 126.547 1035.74 Q124.695 1036.16 122.751 1037.04 L122.751 1019.68 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M94.7419 752.645 Q91.1308 752.645 89.3021 756.209 Q87.4966 759.751 87.4966 766.881 Q87.4966 773.987 89.3021 777.552 Q91.1308 781.094 94.7419 781.094 Q98.3761 781.094 100.182 777.552 Q102.01 773.987 102.01 766.881 Q102.01 759.751 100.182 756.209 Q98.3761 752.645 94.7419 752.645 M94.7419 748.941 Q100.552 748.941 103.608 753.547 Q106.686 758.131 106.686 766.881 Q106.686 775.608 103.608 780.214 Q100.552 784.797 94.7419 784.797 Q88.9317 784.797 85.8531 780.214 Q82.7975 775.608 82.7975 766.881 Q82.7975 758.131 85.8531 753.547 Q88.9317 748.941 94.7419 748.941 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M111.756 778.246 L116.64 778.246 L116.64 784.126 L111.756 784.126 L111.756 778.246 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M131.709 752.645 Q128.098 752.645 126.27 756.209 Q124.464 759.751 124.464 766.881 Q124.464 773.987 126.27 777.552 Q128.098 781.094 131.709 781.094 Q135.344 781.094 137.149 777.552 Q138.978 773.987 138.978 766.881 Q138.978 759.751 137.149 756.209 Q135.344 752.645 131.709 752.645 M131.709 748.941 Q137.519 748.941 140.575 753.547 Q143.654 758.131 143.654 766.881 Q143.654 775.608 140.575 780.214 Q137.519 784.797 131.709 784.797 Q125.899 784.797 122.82 780.214 Q119.765 775.608 119.765 766.881 Q119.765 758.131 122.82 753.547 Q125.899 748.941 131.709 748.941 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M95.7373 482.531 Q92.1262 482.531 90.2975 486.096 Q88.4919 489.637 88.4919 496.767 Q88.4919 503.873 90.2975 507.438 Q92.1262 510.98 95.7373 510.98 Q99.3715 510.98 101.177 507.438 Q103.006 503.873 103.006 496.767 Q103.006 489.637 101.177 486.096 Q99.3715 482.531 95.7373 482.531 M95.7373 478.827 Q101.547 478.827 104.603 483.434 Q107.682 488.017 107.682 496.767 Q107.682 505.494 104.603 510.1 Q101.547 514.684 95.7373 514.684 Q89.9271 514.684 86.8484 510.1 Q83.7929 505.494 83.7929 496.767 Q83.7929 488.017 86.8484 483.434 Q89.9271 478.827 95.7373 478.827 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M112.751 508.133 L117.635 508.133 L117.635 514.012 L112.751 514.012 L112.751 508.133 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M122.751 479.452 L141.107 479.452 L141.107 483.387 L127.033 483.387 L127.033 491.86 Q128.052 491.512 129.07 491.35 Q130.089 491.165 131.107 491.165 Q136.894 491.165 140.274 494.336 Q143.654 497.508 143.654 502.924 Q143.654 508.503 140.181 511.605 Q136.709 514.684 130.39 514.684 Q128.214 514.684 125.945 514.313 Q123.7 513.943 121.293 513.202 L121.293 508.503 Q123.376 509.637 125.598 510.193 Q127.82 510.748 130.297 510.748 Q134.302 510.748 136.64 508.642 Q138.978 506.535 138.978 502.924 Q138.978 499.313 136.64 497.207 Q134.302 495.1 130.297 495.1 Q128.422 495.1 126.547 495.517 Q124.695 495.934 122.751 496.813 L122.751 479.452 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M86.779 239.963 L94.4178 239.963 L94.4178 213.598 L86.1077 215.265 L86.1077 211.005 L94.3715 209.339 L99.0474 209.339 L99.0474 239.963 L106.686 239.963 L106.686 243.899 L86.779 243.899 L86.779 239.963 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M111.756 238.019 L116.64 238.019 L116.64 243.899 L111.756 243.899 L111.756 238.019 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M131.709 212.417 Q128.098 212.417 126.27 215.982 Q124.464 219.524 124.464 226.653 Q124.464 233.76 126.27 237.325 Q128.098 240.866 131.709 240.866 Q135.344 240.866 137.149 237.325 Q138.978 233.76 138.978 226.653 Q138.978 219.524 137.149 215.982 Q135.344 212.417 131.709 212.417 M131.709 208.714 Q137.519 208.714 140.575 213.32 Q143.654 217.903 143.654 226.653 Q143.654 235.38 140.575 239.987 Q137.519 244.57 131.709 244.57 Q125.899 244.57 122.82 239.987 Q119.765 235.38 119.765 226.653 Q119.765 217.903 122.82 213.32 Q125.899 208.714 131.709 208.714 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip622)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 241.157,766.846 261.658,760.057 282.158,753.269 302.659,746.48 323.16,739.691 343.661,732.902 364.162,726.114 384.663,719.325 405.164,712.536 425.665,705.748 \n",
" 446.166,698.959 466.667,692.17 487.168,685.382 507.669,678.593 528.17,671.804 548.671,665.016 569.172,658.227 589.673,651.438 610.174,644.649 630.675,637.861 \n",
" 651.176,631.072 671.677,624.283 692.178,617.495 712.679,610.706 733.18,603.917 753.681,597.129 774.182,590.34 794.683,583.551 815.184,576.762 835.685,569.974 \n",
" 856.185,563.185 876.686,556.396 897.187,549.608 917.688,542.819 938.189,536.03 958.69,529.242 979.191,522.453 999.692,515.664 1020.19,508.875 1040.69,502.087 \n",
" 1061.2,495.298 1081.7,488.509 1102.2,481.721 1122.7,474.932 1143.2,468.143 1163.7,461.355 1184.2,454.566 1204.7,447.777 1225.2,440.989 1245.7,434.2 \n",
" 1266.2,427.411 1286.71,420.622 1307.21,413.834 1327.71,407.045 1348.21,400.256 1368.71,393.468 1389.21,386.679 1409.71,379.89 1430.21,373.102 1450.71,366.313 \n",
" 1471.21,359.524 1491.72,352.735 1512.22,345.947 1532.72,339.158 1553.22,332.369 1573.72,325.581 1594.22,318.792 1614.72,312.003 1635.22,305.215 1655.72,298.426 \n",
" 1676.22,291.637 1696.73,284.848 1717.23,278.06 1737.73,271.271 1758.23,264.482 1778.73,257.694 1799.23,250.905 1819.73,244.116 1840.23,237.328 1860.73,230.539 \n",
" 1881.23,223.75 1901.73,216.962 1922.24,210.173 1942.74,203.384 1963.24,196.595 1983.74,189.807 2004.24,183.018 2024.74,176.229 2045.24,169.441 2065.74,162.652 \n",
" 2086.24,155.863 2106.74,149.075 2127.25,142.286 2147.75,135.497 2168.25,128.708 2188.75,121.92 2209.25,115.131 2229.75,108.342 2250.25,101.554 2270.75,94.765 \n",
" 2291.25,87.9763 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 241.157,766.846 261.658,766.846 282.158,766.846 302.659,766.846 323.16,766.846 343.661,766.846 364.162,766.846 384.663,766.846 405.164,766.846 425.665,766.846 \n",
" 446.166,766.846 466.667,766.846 487.168,766.846 507.669,766.846 528.17,766.846 548.671,766.846 569.172,766.846 589.673,766.846 610.174,766.846 630.675,766.846 \n",
" 651.176,766.846 671.677,766.846 692.178,766.846 712.679,766.846 733.18,766.846 753.681,766.846 774.182,766.846 794.683,766.846 815.184,766.846 835.685,766.846 \n",
" 856.185,766.846 876.686,766.846 897.187,766.846 917.688,766.846 938.189,766.846 958.69,766.846 979.191,766.846 999.692,766.846 1020.19,766.846 1040.69,766.846 \n",
" 1061.2,766.846 1081.7,766.846 1102.2,766.846 1122.7,766.846 1143.2,766.846 1163.7,766.846 1184.2,766.846 1204.7,766.846 1225.2,766.846 1245.7,766.846 \n",
" 1266.2,766.846 1286.71,766.846 1307.21,766.846 1327.71,766.846 1348.21,766.846 1368.71,766.846 1389.21,766.846 1409.71,766.846 1430.21,766.846 1450.71,766.846 \n",
" 1471.21,766.846 1491.72,766.846 1512.22,766.846 1532.72,766.846 1553.22,766.846 1573.72,766.846 1594.22,766.846 1614.72,766.846 1635.22,766.846 1655.72,766.846 \n",
" 1676.22,766.846 1696.73,766.846 1717.23,766.846 1737.73,766.846 1758.23,766.846 1778.73,766.846 1799.23,766.846 1819.73,766.846 1840.23,766.846 1860.73,766.846 \n",
" 1881.23,766.846 1901.73,766.846 1922.24,766.846 1942.74,766.846 1963.24,766.846 1983.74,766.846 2004.24,766.846 2024.74,766.846 2045.24,766.846 2065.74,766.846 \n",
" 2086.24,766.846 2106.74,766.846 2127.25,766.846 2147.75,766.846 2168.25,766.846 2188.75,766.846 2209.25,766.846 2229.75,766.846 2250.25,766.846 2270.75,766.846 \n",
" 2291.25,766.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 241.157,766.846 261.658,773.635 282.158,780.423 302.659,787.212 323.16,794.001 343.661,800.789 364.162,807.578 384.663,814.367 405.164,821.156 425.665,827.944 \n",
" 446.166,834.733 466.667,841.522 487.168,848.31 507.669,855.099 528.17,861.888 548.671,868.676 569.172,875.465 589.673,882.254 610.174,889.043 630.675,895.831 \n",
" 651.176,902.62 671.677,909.409 692.178,916.197 712.679,922.986 733.18,929.775 753.681,936.563 774.182,943.352 794.683,950.141 815.184,956.93 835.685,963.718 \n",
" 856.185,970.507 876.686,977.296 897.187,984.084 917.688,990.873 938.189,997.662 958.69,1004.45 979.191,1011.24 999.692,1018.03 1020.19,1024.82 1040.69,1031.61 \n",
" 1061.2,1038.39 1081.7,1045.18 1102.2,1051.97 1122.7,1058.76 1143.2,1065.55 1163.7,1072.34 1184.2,1079.13 1204.7,1085.91 1225.2,1092.7 1245.7,1099.49 \n",
" 1266.2,1106.28 1286.71,1113.07 1307.21,1119.86 1327.71,1126.65 1348.21,1133.44 1368.71,1140.22 1389.21,1147.01 1409.71,1153.8 1430.21,1160.59 1450.71,1167.38 \n",
" 1471.21,1174.17 1491.72,1180.96 1512.22,1187.75 1532.72,1194.53 1553.22,1201.32 1573.72,1208.11 1594.22,1214.9 1614.72,1221.69 1635.22,1228.48 1655.72,1235.27 \n",
" 1676.22,1242.05 1696.73,1248.84 1717.23,1255.63 1737.73,1262.42 1758.23,1269.21 1778.73,1276 1799.23,1282.79 1819.73,1289.58 1840.23,1296.36 1860.73,1303.15 \n",
" 1881.23,1309.94 1901.73,1316.73 1922.24,1323.52 1942.74,1330.31 1963.24,1337.1 1983.74,1343.89 2004.24,1350.67 2024.74,1357.46 2045.24,1364.25 2065.74,1371.04 \n",
" 2086.24,1377.83 2106.74,1384.62 2127.25,1391.41 2147.75,1398.19 2168.25,1404.98 2188.75,1411.77 2209.25,1418.56 2229.75,1425.35 2250.25,1432.14 2270.75,1438.93 \n",
" 2291.25,1445.72 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 241.157,766.846 261.658,699.138 282.158,632.497 302.659,567.975 323.16,506.589 343.661,449.308 364.162,397.035 384.663,350.594 405.164,310.717 425.665,278.034 \n",
" 446.166,253.059 466.667,236.188 487.168,227.685 507.669,227.685 528.17,236.188 548.671,253.059 569.172,278.034 589.673,310.717 610.174,350.594 630.675,397.035 \n",
" 651.176,449.308 671.677,506.589 692.178,567.975 712.679,632.497 733.18,699.138 753.681,766.846 774.182,834.554 794.683,901.195 815.184,965.717 835.685,1027.1 \n",
" 856.185,1084.38 876.686,1136.66 897.187,1183.1 917.688,1222.98 938.189,1255.66 958.69,1280.63 979.191,1297.5 999.692,1306.01 1020.19,1306.01 1040.69,1297.5 \n",
" 1061.2,1280.63 1081.7,1255.66 1102.2,1222.98 1122.7,1183.1 1143.2,1136.66 1163.7,1084.38 1184.2,1027.1 1204.7,965.717 1225.2,901.195 1245.7,834.554 \n",
" 1266.2,766.846 1286.71,699.138 1307.21,632.497 1327.71,567.975 1348.21,506.589 1368.71,449.308 1389.21,397.035 1409.71,350.594 1430.21,310.717 1450.71,278.034 \n",
" 1471.21,253.059 1491.72,236.188 1512.22,227.685 1532.72,227.685 1553.22,236.188 1573.72,253.059 1594.22,278.034 1614.72,310.717 1635.22,350.594 1655.72,397.035 \n",
" 1676.22,449.308 1696.73,506.589 1717.23,567.975 1737.73,632.497 1758.23,699.138 1778.73,766.846 1799.23,834.554 1819.73,901.195 1840.23,965.717 1860.73,1027.1 \n",
" 1881.23,1084.38 1901.73,1136.66 1922.24,1183.1 1942.74,1222.98 1963.24,1255.66 1983.74,1280.63 2004.24,1297.5 2024.74,1306.01 2045.24,1306.01 2065.74,1297.5 \n",
" 2086.24,1280.63 2106.74,1255.66 2127.25,1222.98 2147.75,1183.1 2168.25,1136.66 2188.75,1084.38 2209.25,1027.1 2229.75,965.717 2250.25,901.195 2270.75,834.554 \n",
" 2291.25,766.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 241.157,298.995 261.658,336.539 282.158,380.868 302.659,431.285 323.16,486.994 343.661,547.116 364.162,610.703 384.663,676.753 405.164,744.224 425.665,812.051 \n",
" 446.166,879.166 466.667,944.509 487.168,1007.05 507.669,1065.8 528.17,1119.84 548.671,1168.31 569.172,1210.45 589.673,1245.6 610.174,1273.19 630.675,1292.8 \n",
" 651.176,1304.11 671.677,1306.95 692.178,1301.28 712.679,1287.17 733.18,1264.86 753.681,1234.7 774.182,1197.15 794.683,1152.82 815.184,1102.41 835.685,1046.7 \n",
" 856.185,986.576 876.686,922.989 897.187,856.939 917.688,789.468 938.189,721.641 958.69,654.526 979.191,589.183 999.692,526.642 1020.19,467.889 1040.69,413.85 \n",
" 1061.2,365.379 1081.7,323.239 1102.2,288.095 1122.7,260.501 1143.2,240.892 1163.7,229.578 1184.2,226.737 1204.7,232.414 1225.2,246.519 1245.7,268.83 \n",
" 1266.2,298.995 1286.71,336.539 1307.21,380.868 1327.71,431.285 1348.21,486.994 1368.71,547.116 1389.21,610.703 1409.71,676.753 1430.21,744.224 1450.71,812.051 \n",
" 1471.21,879.166 1491.72,944.509 1512.22,1007.05 1532.72,1065.8 1553.22,1119.84 1573.72,1168.31 1594.22,1210.45 1614.72,1245.6 1635.22,1273.19 1655.72,1292.8 \n",
" 1676.22,1304.11 1696.73,1306.95 1717.23,1301.28 1737.73,1287.17 1758.23,1264.86 1778.73,1234.7 1799.23,1197.15 1819.73,1152.82 1840.23,1102.41 1860.73,1046.7 \n",
" 1881.23,986.576 1901.73,922.989 1922.24,856.939 1942.74,789.468 1963.24,721.641 1983.74,654.526 2004.24,589.183 2024.74,526.642 2045.24,467.889 2065.74,413.85 \n",
" 2086.24,365.379 2106.74,323.239 2127.25,288.095 2147.75,260.501 2168.25,240.892 2188.75,229.578 2209.25,226.737 2229.75,232.414 2250.25,246.519 2270.75,268.83 \n",
" 2291.25,298.995 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip622)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 241.157,1234.7 261.658,1264.86 282.158,1287.17 302.659,1301.28 323.16,1306.95 343.661,1304.11 364.162,1292.8 384.663,1273.19 405.164,1245.6 425.665,1210.45 \n",
" 446.166,1168.31 466.667,1119.84 487.168,1065.8 507.669,1007.05 528.17,944.509 548.671,879.166 569.172,812.051 589.673,744.224 610.174,676.753 630.675,610.703 \n",
" 651.176,547.116 671.677,486.994 692.178,431.285 712.679,380.868 733.18,336.539 753.681,298.995 774.182,268.83 794.683,246.519 815.184,232.414 835.685,226.737 \n",
" 856.185,229.578 876.686,240.892 897.187,260.501 917.688,288.095 938.189,323.239 958.69,365.379 979.191,413.85 999.692,467.889 1020.19,526.642 1040.69,589.183 \n",
" 1061.2,654.526 1081.7,721.641 1102.2,789.468 1122.7,856.939 1143.2,922.989 1163.7,986.576 1184.2,1046.7 1204.7,1102.41 1225.2,1152.82 1245.7,1197.15 \n",
" 1266.2,1234.7 1286.71,1264.86 1307.21,1287.17 1327.71,1301.28 1348.21,1306.95 1368.71,1304.11 1389.21,1292.8 1409.71,1273.19 1430.21,1245.6 1450.71,1210.45 \n",
" 1471.21,1168.31 1491.72,1119.84 1512.22,1065.8 1532.72,1007.05 1553.22,944.509 1573.72,879.166 1594.22,812.051 1614.72,744.224 1635.22,676.753 1655.72,610.703 \n",
" 1676.22,547.116 1696.73,486.994 1717.23,431.285 1737.73,380.868 1758.23,336.539 1778.73,298.995 1799.23,268.83 1819.73,246.519 1840.23,232.414 1860.73,226.737 \n",
" 1881.23,229.578 1901.73,240.892 1922.24,260.501 1942.74,288.095 1963.24,323.239 1983.74,365.379 2004.24,413.85 2024.74,467.889 2045.24,526.642 2065.74,589.183 \n",
" 2086.24,654.526 2106.74,721.641 2127.25,789.468 2147.75,856.939 2168.25,922.989 2188.75,986.576 2209.25,1046.7 2229.75,1102.41 2250.25,1152.82 2270.75,1197.15 \n",
" 2291.25,1234.7 \n",
" \"/>\n",
"<path clip-path=\"url(#clip620)\" d=\"\n",
"M1986.13 518.578 L2280.32 518.578 L2280.32 95.2176 L1986.13 95.2176 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1986.13,518.578 2280.32,518.578 2280.32,95.2176 1986.13,95.2176 1986.13,518.578 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip620)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2010.28,155.698 2155.15,155.698 \n",
" \"/>\n",
"<path clip-path=\"url(#clip620)\" d=\"M 0 0 M2193.14 175.385 Q2191.33 180.015 2189.62 181.427 Q2187.91 182.839 2185.04 182.839 L2181.63 182.839 L2181.63 179.274 L2184.13 179.274 Q2185.89 179.274 2186.87 178.44 Q2187.84 177.607 2189.02 174.505 L2189.78 172.561 L2179.3 147.052 L2183.81 147.052 L2191.91 167.329 L2200.01 147.052 L2204.53 147.052 L2193.14 175.385 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M2210.41 169.042 L2218.05 169.042 L2218.05 142.677 L2209.74 144.343 L2209.74 140.084 L2218 138.418 L2222.68 138.418 L2222.68 169.042 L2230.32 169.042 L2230.32 172.978 L2210.41 172.978 L2210.41 169.042 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip620)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2010.28,216.178 2155.15,216.178 \n",
" \"/>\n",
"<path clip-path=\"url(#clip620)\" d=\"M 0 0 M2193.14 235.865 Q2191.33 240.495 2189.62 241.907 Q2187.91 243.319 2185.04 243.319 L2181.63 243.319 L2181.63 239.754 L2184.13 239.754 Q2185.89 239.754 2186.87 238.92 Q2187.84 238.087 2189.02 234.985 L2189.78 233.041 L2179.3 207.532 L2183.81 207.532 L2191.91 227.809 L2200.01 207.532 L2204.53 207.532 L2193.14 235.865 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M2213.63 229.522 L2229.94 229.522 L2229.94 233.458 L2208 233.458 L2208 229.522 Q2210.66 226.768 2215.25 222.138 Q2219.85 217.485 2221.03 216.143 Q2223.28 213.62 2224.16 211.884 Q2225.06 210.124 2225.06 208.435 Q2225.06 205.68 2223.12 203.944 Q2221.19 202.208 2218.09 202.208 Q2215.89 202.208 2213.44 202.972 Q2211.01 203.735 2208.23 205.286 L2208.23 200.564 Q2211.06 199.43 2213.51 198.851 Q2215.96 198.273 2218 198.273 Q2223.37 198.273 2226.57 200.958 Q2229.76 203.643 2229.76 208.134 Q2229.76 210.263 2228.95 212.185 Q2228.16 214.083 2226.06 216.675 Q2225.48 217.347 2222.38 220.564 Q2219.27 223.759 2213.63 229.522 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip620)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2010.28,276.658 2155.15,276.658 \n",
" \"/>\n",
"<path clip-path=\"url(#clip620)\" d=\"M 0 0 M2193.14 296.345 Q2191.33 300.975 2189.62 302.387 Q2187.91 303.799 2185.04 303.799 L2181.63 303.799 L2181.63 300.234 L2184.13 300.234 Q2185.89 300.234 2186.87 299.4 Q2187.84 298.567 2189.02 295.465 L2189.78 293.521 L2179.3 268.012 L2183.81 268.012 L2191.91 288.289 L2200.01 268.012 L2204.53 268.012 L2193.14 296.345 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M2223.76 275.303 Q2227.12 276.021 2229 278.289 Q2230.89 280.558 2230.89 283.891 Q2230.89 289.007 2227.38 291.808 Q2223.86 294.609 2217.38 294.609 Q2215.2 294.609 2212.88 294.169 Q2210.59 293.752 2208.14 292.896 L2208.14 288.382 Q2210.08 289.516 2212.4 290.095 Q2214.71 290.674 2217.24 290.674 Q2221.63 290.674 2223.93 288.938 Q2226.24 287.201 2226.24 283.891 Q2226.24 280.836 2224.09 279.123 Q2221.96 277.387 2218.14 277.387 L2214.11 277.387 L2214.11 273.544 L2218.32 273.544 Q2221.77 273.544 2223.6 272.178 Q2225.43 270.79 2225.43 268.197 Q2225.43 265.535 2223.53 264.123 Q2221.66 262.688 2218.14 262.688 Q2216.22 262.688 2214.02 263.104 Q2211.82 263.521 2209.18 264.401 L2209.18 260.234 Q2211.84 259.493 2214.16 259.123 Q2216.5 258.753 2218.56 258.753 Q2223.88 258.753 2226.98 261.183 Q2230.08 263.59 2230.08 267.711 Q2230.08 270.581 2228.44 272.572 Q2226.8 274.54 2223.76 275.303 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip620)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2010.28,337.138 2155.15,337.138 \n",
" \"/>\n",
"<path clip-path=\"url(#clip620)\" d=\"M 0 0 M2193.14 356.825 Q2191.33 361.455 2189.62 362.867 Q2187.91 364.279 2185.04 364.279 L2181.63 364.279 L2181.63 360.714 L2184.13 360.714 Q2185.89 360.714 2186.87 359.88 Q2187.84 359.047 2189.02 355.945 L2189.78 354.001 L2179.3 328.492 L2183.81 328.492 L2191.91 348.769 L2200.01 328.492 L2204.53 328.492 L2193.14 356.825 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M2222.44 323.932 L2210.64 342.381 L2222.44 342.381 L2222.44 323.932 M2221.22 319.858 L2227.1 319.858 L2227.1 342.381 L2232.03 342.381 L2232.03 346.269 L2227.1 346.269 L2227.1 354.418 L2222.44 354.418 L2222.44 346.269 L2206.84 346.269 L2206.84 341.756 L2221.22 319.858 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip620)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2010.28,397.618 2155.15,397.618 \n",
" \"/>\n",
"<path clip-path=\"url(#clip620)\" d=\"M 0 0 M2193.14 417.305 Q2191.33 421.935 2189.62 423.347 Q2187.91 424.759 2185.04 424.759 L2181.63 424.759 L2181.63 421.194 L2184.13 421.194 Q2185.89 421.194 2186.87 420.36 Q2187.84 419.527 2189.02 416.425 L2189.78 414.481 L2179.3 388.972 L2183.81 388.972 L2191.91 409.249 L2200.01 388.972 L2204.53 388.972 L2193.14 417.305 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M2209.64 380.338 L2228 380.338 L2228 384.273 L2213.93 384.273 L2213.93 392.745 Q2214.94 392.398 2215.96 392.236 Q2216.98 392.05 2218 392.05 Q2223.79 392.05 2227.17 395.222 Q2230.55 398.393 2230.55 403.81 Q2230.55 409.388 2227.07 412.49 Q2223.6 415.569 2217.28 415.569 Q2215.11 415.569 2212.84 415.198 Q2210.59 414.828 2208.19 414.087 L2208.19 409.388 Q2210.27 410.523 2212.49 411.078 Q2214.71 411.634 2217.19 411.634 Q2221.19 411.634 2223.53 409.527 Q2225.87 407.421 2225.87 403.81 Q2225.87 400.199 2223.53 398.092 Q2221.19 395.986 2217.19 395.986 Q2215.32 395.986 2213.44 396.402 Q2211.59 396.819 2209.64 397.699 L2209.64 380.338 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip620)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2010.28,458.098 2155.15,458.098 \n",
" \"/>\n",
"<path clip-path=\"url(#clip620)\" d=\"M 0 0 M2193.14 477.785 Q2191.33 482.415 2189.62 483.827 Q2187.91 485.239 2185.04 485.239 L2181.63 485.239 L2181.63 481.674 L2184.13 481.674 Q2185.89 481.674 2186.87 480.84 Q2187.84 480.007 2189.02 476.905 L2189.78 474.961 L2179.3 449.452 L2183.81 449.452 L2191.91 469.729 L2200.01 449.452 L2204.53 449.452 L2193.14 477.785 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M 0 0 M2220.18 456.234 Q2217.03 456.234 2215.18 458.387 Q2213.35 460.54 2213.35 464.29 Q2213.35 468.016 2215.18 470.192 Q2217.03 472.345 2220.18 472.345 Q2223.32 472.345 2225.15 470.192 Q2227 468.016 2227 464.29 Q2227 460.54 2225.15 458.387 Q2223.32 456.234 2220.18 456.234 M2229.46 441.581 L2229.46 445.841 Q2227.7 445.007 2225.89 444.568 Q2224.11 444.128 2222.35 444.128 Q2217.72 444.128 2215.27 447.253 Q2212.84 450.378 2212.49 456.697 Q2213.86 454.683 2215.92 453.618 Q2217.98 452.53 2220.45 452.53 Q2225.66 452.53 2228.67 455.702 Q2231.7 458.85 2231.7 464.29 Q2231.7 469.614 2228.56 472.831 Q2225.41 476.049 2220.18 476.049 Q2214.18 476.049 2211.01 471.466 Q2207.84 466.859 2207.84 458.132 Q2207.84 449.938 2211.73 445.077 Q2215.62 440.193 2222.17 440.193 Q2223.93 440.193 2225.71 440.54 Q2227.51 440.887 2229.46 441.581 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# plot three sine waves using the same three colors\n",
"W = sin.(x .+ [0 2π/3 4π/3])\n",
"plot!(x, W, linecolor=[1 2 3])"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.5.1",
"language": "julia",
"name": "julia-1.5"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.5.1"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment