Skip to content

==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠==

Text Elements

ANOVA An Analysis of Variance (when third mean joins the party!) ^f4vr6JI9

H1:Atleast one sample mean differs significantly from overall mean of dependent variables ^dt0RBOWB

H0:There is no difference (in mean of life expectancy) ^WrElSBhG

Box plot & density plots ^AzrZMJgZ

Significance test / p-value p <= 0.05, Reject H0 Result: Sample mean is statistically significant OR p <= 0.05, Accept H0 Result: Sample mean is statistically insignificant ^cPst4Yxc

But what's driving that difference? ^mFAbkNHu

when test is significant for all three means ^4ZFBoglE

Tukey multiple comparisons of means 95% family-wise confidence level ^q35RviN2

| continent | mean-diff | lower_ci l upper_ci | [[p-values]] | | As-Am | -2.879 | -6.483 | 0.7247 | 0.143 |

| Eu-Am | 4.040 | 0.359 | 7.721 | 0.027 |

| Eu-As | 6.920 | 3.490 | 10.349 | 0.0000189 | ^ruRlmeRH

Fit: aov(formula = life_Exp ~ continent, data = .) ^B5u5vJjC

Sample 1 : Asia L.E. dataset ^zNAXN6J0

Sample 2 : Americas dataset ^sqTj3Xg1

Sample 3 : European dataset ^MywMxbxe

? ^97Gb14xd

H0 ^uoYP0gLn

H0 ^He4TcFN2

H0 ^ZWXvhEjr

%%

Drawing

{
    "type": "excalidraw",
    "version": 2,
    "source": "https://excalidraw.com",
    "elements": [
        {
            "type": "rectangle",
            "version": 81,
            "versionNonce": 1103940710,
            "isDeleted": false,
            "id": "R53rCrYvoC3I62dVypXdX",
            "fillStyle": "cross-hatch",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 80,
            "angle": 0,
            "x": -334.41913912338856,
            "y": 1335.8937016667735,
            "strokeColor": "#495057",
            "backgroundColor": "#868e96",
            "width": 836.4285714285713,
            "height": 44.28571428571422,
            "seed": 1731493286,
            "groupIds": [],
            "roundness": {
                "type": 3
            },
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false
        },
        {
            "type": "rectangle",
            "version": 164,
            "versionNonce": 662770938,
            "isDeleted": false,
            "id": "M5GuqwHOqgyEJTJrt9lCd",
            "fillStyle": "solid",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 80,
            "angle": 0,
            "x": -336.9191391233885,
            "y": 1406.607987381059,
            "strokeColor": "#495057",
            "backgroundColor": "#868e96",
            "width": 836.4285714285713,
            "height": 44.28571428571422,
            "seed": 1030118502,
            "groupIds": [],
            "roundness": {
                "type": 3
            },
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false
        },
        {
            "type": "rectangle",
            "version": 268,
            "versionNonce": 1552043942,
            "isDeleted": false,
            "id": "9YN8wNNkXxUM_XJCglK2X",
            "fillStyle": "solid",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 80,
            "angle": 0,
            "x": -334.0619962662457,
            "y": 1478.7508445239162,
            "strokeColor": "#495057",
            "backgroundColor": "#868e96",
            "width": 836.4285714285713,
            "height": 44.28571428571422,
            "seed": 866687846,
            "groupIds": [],
            "roundness": {
                "type": 3
            },
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false
        },
        {
            "type": "diamond",
            "version": 1167,
            "versionNonce": 1598580154,
            "isDeleted": false,
            "id": "wXJZ5TbMSNI1phGo64vbQ",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 20,
            "angle": 0,
            "x": 163.02597402597416,
            "y": 399.89417613636385,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 372,
            "height": 371,
            "seed": 1329472550,
            "groupIds": [
                "571OoyBUXS_qgG76x3K3s"
            ],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false
        },
        {
            "type": "text",
            "version": 1628,
            "versionNonce": 1680173798,
            "isDeleted": false,
            "id": "f4vr6JI9",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 20,
            "angle": 0,
            "x": 190.02597402597416,
            "y": 515.8746448863639,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 322,
            "height": 142,
            "seed": 695381862,
            "groupIds": [
                "571OoyBUXS_qgG76x3K3s"
            ],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false,
            "fontSize": 28,
            "fontFamily": 1,
            "text": "ANOVA\nAn Analysis of Variance\n(when third mean \njoins the party!)",
            "rawText": "ANOVA\nAn Analysis of Variance\n(when third mean \njoins the party!)",
            "baseline": 132,
            "textAlign": "center",
            "verticalAlign": "top",
            "containerId": null,
            "originalText": "ANOVA\nAn Analysis of Variance\n(when third mean \njoins the party!)"
        },
        {
            "type": "diamond",
            "version": 624,
            "versionNonce": 1137382054,
            "isDeleted": false,
            "id": "3qrxppyp1PLxZDiEC0zSQ",
            "fillStyle": "solid",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 80,
            "angle": 0,
            "x": -330.96237436056845,
            "y": 194.66690674023346,
            "strokeColor": "#000000",
            "backgroundColor": "#868e96",
            "width": 275.5,
            "height": 234.5,
            "seed": 1853732262,
            "groupIds": [
                "HgYwtX4KQOo4jt5TKi3Gs"
            ],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675997930567,
            "link": null,
            "locked": false
        },
        {
            "type": "text",
            "version": 1218,
            "versionNonce": 2183866,
            "isDeleted": false,
            "id": "dt0RBOWB",
            "fillStyle": "cross-hatch",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": -300.6707076939017,
            "y": 250.00024007356683,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 222.7598566308244,
            "height": 109.0350877192982,
            "seed": 161374138,
            "groupIds": [
                "HgYwtX4KQOo4jt5TKi3Gs"
            ],
            "roundness": null,
            "boundElements": [],
            "updated": 1675997930567,
            "link": null,
            "locked": false,
            "fontSize": 17.195497704835564,
            "fontFamily": 1,
            "text": "H1:Atleast one \nsample mean differs\n significantly from overall \nmean of \ndependent variables",
            "rawText": "H1:Atleast one \nsample mean differs\n significantly from overall \nmean of \ndependent variables",
            "baseline": 102.0350877192982,
            "textAlign": "center",
            "verticalAlign": "top",
            "containerId": null,
            "originalText": "H1:Atleast one \nsample mean differs\n significantly from overall \nmean of \ndependent variables"
        },
        {
            "type": "diamond",
            "version": 588,
            "versionNonce": 1218559802,
            "isDeleted": false,
            "id": "OGf2HZGIeC940P14DTxpc",
            "fillStyle": "cross-hatch",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 80,
            "angle": 0,
            "x": -41.736183884377965,
            "y": 196.6788115021384,
            "strokeColor": "#495057",
            "backgroundColor": "#868e96",
            "width": 275.5,
            "height": 234.5,
            "seed": 767824102,
            "groupIds": [
                "Pg-aVyHeBHvw4Rfu2O7m-"
            ],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false
        },
        {
            "type": "text",
            "version": 750,
            "versionNonce": 1162973094,
            "isDeleted": false,
            "id": "WrElSBhG",
            "fillStyle": "cross-hatch",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 80,
            "angle": 0,
            "x": -28.736183884377965,
            "y": 299.1788115021385,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 258,
            "height": 75,
            "seed": 216946810,
            "groupIds": [
                "Pg-aVyHeBHvw4Rfu2O7m-"
            ],
            "roundness": null,
            "boundElements": [],
            "updated": 1675997934494,
            "link": null,
            "locked": false,
            "fontSize": 20,
            "fontFamily": 1,
            "text": "H0:There is no difference \n(in mean of life\n expectancy)",
            "rawText": "H0:There is no difference \n(in mean of life\n expectancy)",
            "baseline": 68,
            "textAlign": "center",
            "verticalAlign": "top",
            "containerId": null,
            "originalText": "H0:There is no difference \n(in mean of life\n expectancy)"
        },
        {
            "type": "diamond",
            "version": 469,
            "versionNonce": 1666828282,
            "isDeleted": false,
            "id": "ZyKAXBSIFBHlBz7nk0Jh_",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 20,
            "angle": 0,
            "x": -351.8282848385902,
            "y": 1535.9434132599806,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 289,
            "height": 242,
            "seed": 278832890,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [
                {
                    "type": "text",
                    "id": "AzrZMJgZ"
                }
            ],
            "updated": 1675995555118,
            "link": null,
            "locked": false
        },
        {
            "type": "text",
            "version": 456,
            "versionNonce": 1845644454,
            "isDeleted": false,
            "id": "AzrZMJgZ",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 20,
            "angle": 0,
            "x": -312.8282848385902,
            "y": 1620.9434132599806,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 211,
            "height": 72,
            "seed": 1187278714,
            "groupIds": [],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false,
            "fontSize": 28,
            "fontFamily": 1,
            "text": "Box plot\n& density plots",
            "rawText": "Box plot\n& density plots",
            "baseline": 61,
            "textAlign": "center",
            "verticalAlign": "middle",
            "containerId": "ZyKAXBSIFBHlBz7nk0Jh_",
            "originalText": "Box plot\n& density plots"
        },
        {
            "type": "rectangle",
            "version": 460,
            "versionNonce": 596818106,
            "isDeleted": false,
            "id": "WxmuMUzWnDwzFSc1-o1Gf",
            "fillStyle": "hachure",
            "strokeWidth": 1,
            "strokeStyle": "solid",
            "roughness": 1,
            "opacity": 100,
            "angle": 0,
            "x": -321.99056769481723,
            "y": 462.32227309534517,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 505,
            "height": 160,
            "seed": 1843323238,
            "groupIds": [],
            "roundness": {
                "type": 3
            },
            "boundElements": [
                {
                    "type": "text",
                    "id": "cPst4Yxc"
                },
                {
                    "id": "fU6_3jYY1pk2__seVF_My",
                    "type": "arrow"
                }
            ],
            "updated": 1675995555118,
            "link": null,
            "locked": false
        },
        {
            "type": "text",
            "version": 383,
            "versionNonce": 513656806,
            "isDeleted": false,
            "id": "cPst4Yxc",
            "fillStyle": "hachure",
            "strokeWidth": 1,
            "strokeStyle": "solid",
            "roughness": 1,
            "opacity": 100,
            "angle": 0,
            "x": -316.99056769481723,
            "y": 467.32227309534517,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 477,
            "height": 150,
            "seed": 218550266,
            "groupIds": [],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false,
            "fontSize": 20,
            "fontFamily": 1,
            "text": "Significance test / p-value\np <= 0.05, Reject H0\nResult: Sample mean is statistically significant\nOR\np <= 0.05, Accept H0\nResult: Sample mean is statistically insignificant",
            "rawText": "Significance test / p-value\np <= 0.05, Reject H0\nResult: Sample mean is statistically significant\nOR\np <= 0.05, Accept H0\nResult: Sample mean is statistically insignificant",
            "baseline": 143,
            "textAlign": "left",
            "verticalAlign": "middle",
            "containerId": "WxmuMUzWnDwzFSc1-o1Gf",
            "originalText": "Significance test / p-value\np <= 0.05, Reject H0\nResult: Sample mean is statistically significant\nOR\np <= 0.05, Accept H0\nResult: Sample mean is statistically insignificant"
        },
        {
            "type": "rectangle",
            "version": 205,
            "versionNonce": 2028966266,
            "isDeleted": false,
            "id": "WJQbdPvufNGQfalU5_uRO",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 20,
            "angle": 0,
            "x": -332.99056769481723,
            "y": 753.7508445239166,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 369.2857142857142,
            "height": 217.14285714285722,
            "seed": 2072209958,
            "groupIds": [
                "b9w6bJIuIvFDijatKSV9i"
            ],
            "roundness": {
                "type": 3
            },
            "boundElements": [
                {
                    "id": "fU6_3jYY1pk2__seVF_My",
                    "type": "arrow"
                },
                {
                    "id": "xOum6P1hMTAOwFtnrrP6J",
                    "type": "arrow"
                }
            ],
            "updated": 1675995555118,
            "link": null,
            "locked": false
        },
        {
            "type": "text",
            "version": 245,
            "versionNonce": 2091375398,
            "isDeleted": false,
            "id": "mFAbkNHu",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": -277.8477105519602,
            "y": 826.2508445239167,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 264,
            "height": 71,
            "seed": 1022459706,
            "groupIds": [
                "b9w6bJIuIvFDijatKSV9i"
            ],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false,
            "fontSize": 28,
            "fontFamily": 1,
            "text": "But what's driving \nthat difference?",
            "rawText": "But what's driving \nthat difference?",
            "baseline": 61,
            "textAlign": "center",
            "verticalAlign": "top",
            "containerId": null,
            "originalText": "But what's driving \nthat difference?"
        },
        {
            "type": "arrow",
            "version": 590,
            "versionNonce": 1723028026,
            "isDeleted": false,
            "id": "fU6_3jYY1pk2__seVF_My",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": -119.1099414827915,
            "y": 625.8937016667738,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 18.151482619959552,
            "height": 119.99999999999989,
            "seed": 1732096378,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false,
            "startBinding": {
                "elementId": "WxmuMUzWnDwzFSc1-o1Gf",
                "gap": 3.571428571428669,
                "focus": 0.1397506596607471
            },
            "endBinding": {
                "elementId": "WJQbdPvufNGQfalU5_uRO",
                "gap": 7.8571428571429465,
                "focus": -0.03245195892897735
            },
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": "arrow",
            "points": [
                [
                    0,
                    0
                ],
                [
                    -18.151482619959552,
                    119.99999999999989
                ]
            ]
        },
        {
            "type": "text",
            "version": 431,
            "versionNonce": 244156006,
            "isDeleted": false,
            "id": "4ZFBoglE",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": -315.69506742044234,
            "y": 674.107987381059,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 188,
            "height": 40,
            "seed": 1492434490,
            "groupIds": [],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false,
            "fontSize": 15.691161321999093,
            "fontFamily": 1,
            "text": "when test is significant \nfor all three means",
            "rawText": "when test is significant \nfor all three means",
            "baseline": 34,
            "textAlign": "center",
            "verticalAlign": "top",
            "containerId": null,
            "originalText": "when test is significant \nfor all three means"
        },
        {
            "type": "rectangle",
            "version": 322,
            "versionNonce": 264305402,
            "isDeleted": false,
            "id": "ZHuhLSESnDZn7GBwMb3YH",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": -335.1334248376745,
            "y": 1155.8937016667742,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 836.9578827546953,
            "height": 383.00169292876683,
            "seed": 546518630,
            "groupIds": [
                "LDu6ZJC3QRkPXbUIba1A5"
            ],
            "roundness": {
                "type": 3
            },
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false
        },
        {
            "type": "text",
            "version": 479,
            "versionNonce": 85707174,
            "isDeleted": false,
            "id": "q35RviN2",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": -319.39852858581423,
            "y": 1167.5317529024755,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 797,
            "height": 75,
            "seed": 205074746,
            "groupIds": [
                "LDu6ZJC3QRkPXbUIba1A5"
            ],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false,
            "fontSize": 29.907701917943537,
            "fontFamily": 1,
            "text": "Tukey multiple comparisons of means 95% family-wise \nconfidence level ",
            "rawText": "Tukey multiple comparisons of means 95% family-wise \nconfidence level ",
            "baseline": 64,
            "textAlign": "left",
            "verticalAlign": "top",
            "containerId": null,
            "originalText": "Tukey multiple comparisons of means 95% family-wise \nconfidence level "
        },
        {
            "type": "line",
            "version": 283,
            "versionNonce": 1117490106,
            "isDeleted": false,
            "id": "cjfCaLm1cwv6DdhNBCmG3",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": -332.08161851951655,
            "y": 1250.6384159986633,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 829.3283669593015,
            "height": 4.577709477236186,
            "seed": 336092410,
            "groupIds": [
                "LDu6ZJC3QRkPXbUIba1A5"
            ],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    829.3283669593015,
                    4.577709477236186
                ]
            ]
        },
        {
            "type": "text",
            "version": 1162,
            "versionNonce": 1870636262,
            "isDeleted": false,
            "id": "ruRlmeRH",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": -325.8704315716052,
            "y": 1302.9071501356257,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 834,
            "height": 218,
            "seed": 175833382,
            "groupIds": [
                "LDu6ZJC3QRkPXbUIba1A5"
            ],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555118,
            "link": "[[p-values]]",
            "locked": false,
            "fontSize": 28.002260146640165,
            "fontFamily": 1,
            "text": "📍| continent | mean-diff | lower_ci l upper_ci | [[p-values]] |\n| As-Am    | -2.879   | -6.483  | 0.7247   |    0.143     |\n\n| Eu-Am    | 4.040    | 0.359   | 7.721     |    0.027    |\n\n| Eu-As    | 6.920    | 3.490   | 10.349   | 0.0000189   |",
            "rawText": "| continent | mean-diff | lower_ci l upper_ci | [[p-values]] |\n| As-Am    | -2.879   | -6.483  | 0.7247   |    0.143     |\n\n| Eu-Am    | 4.040    | 0.359   | 7.721     |    0.027    |\n\n| Eu-As    | 6.920    | 3.490   | 10.349   | 0.0000189   |",
            "baseline": 208,
            "textAlign": "left",
            "verticalAlign": "top",
            "containerId": null,
            "originalText": "📍| continent | mean-diff | lower_ci l upper_ci | [[p-values]] |\n| As-Am    | -2.879   | -6.483  | 0.7247   |    0.143     |\n\n| Eu-Am    | 4.040    | 0.359   | 7.721     |    0.027    |\n\n| Eu-As    | 6.920    | 3.490   | 10.349   | 0.0000189   |"
        },
        {
            "type": "text",
            "version": 153,
            "versionNonce": 90571898,
            "isDeleted": false,
            "id": "B5u5vJjC",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": -273.06595681364496,
            "y": 1259.2133283165297,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 749,
            "height": 38,
            "seed": 701662694,
            "groupIds": [
                "LDu6ZJC3QRkPXbUIba1A5"
            ],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555118,
            "link": null,
            "locked": false,
            "fontSize": 29.671277396853075,
            "fontFamily": 1,
            "text": "Fit: aov(formula = life_Exp ~ continent, data = .)",
            "rawText": "Fit: aov(formula = life_Exp ~ continent, data = .)",
            "baseline": 27,
            "textAlign": "left",
            "verticalAlign": "top",
            "containerId": null,
            "originalText": "Fit: aov(formula = life_Exp ~ continent, data = .)"
        },
        {
            "type": "line",
            "version": 380,
            "versionNonce": 1866864678,
            "isDeleted": false,
            "id": "39PmMPiJGhDmEzjJqTTnz",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": -330.636420474662,
            "y": 1300.2737665202503,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 829.3283669593015,
            "height": 4.577709477236186,
            "seed": 1081537126,
            "groupIds": [
                "LDu6ZJC3QRkPXbUIba1A5"
            ],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555118,
            "link": "",
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    829.3283669593015,
                    4.577709477236186
                ]
            ]
        },
        {
            "type": "ellipse",
            "version": 220,
            "versionNonce": 568550714,
            "isDeleted": false,
            "id": "eq9Gi8NO3tmBAJ2UjIlXG",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": 149.8665751623255,
            "y": 813.036558809631,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 217.1428571428571,
            "height": 216.42857142857133,
            "seed": 2039009062,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false
        },
        {
            "type": "line",
            "version": 322,
            "versionNonce": 1817977702,
            "isDeleted": false,
            "id": "gaVav-cdSFFB3NSxmPyuA",
            "fillStyle": "hachure",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": 4.866575162325546,
            "y": 1153.7508445239164,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 429.2857142857143,
            "height": 304.9999999999998,
            "seed": 1254394534,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    244.28571428571428,
                    -48.57142857142844
                ],
                [
                    429.2857142857143,
                    -304.9999999999998
                ]
            ]
        },
        {
            "type": "line",
            "version": 57,
            "versionNonce": 829861370,
            "isDeleted": false,
            "id": "z8qwfTh8xY1bjHe1JTY11",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": 360.58086087661127,
            "y": 853.0365588096308,
            "strokeColor": "#862e9c",
            "backgroundColor": "transparent",
            "width": 72.85714285714278,
            "height": 126.42857142857144,
            "seed": 829093498,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    72.85714285714278,
                    -126.42857142857144
                ]
            ]
        },
        {
            "type": "line",
            "version": 89,
            "versionNonce": 1225705126,
            "isDeleted": false,
            "id": "997x8EW4ZWWP_0VtozKnt",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": 420.28226789842756,
            "y": 860.061799363589,
            "strokeColor": "#862e9c",
            "backgroundColor": "transparent",
            "width": 72.85714285714278,
            "height": 126.42857142857144,
            "seed": 1428490554,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    72.85714285714278,
                    -126.42857142857144
                ]
            ]
        },
        {
            "type": "line",
            "version": 186,
            "versionNonce": 690151098,
            "isDeleted": false,
            "id": "NjIjK8zYL6wvAoTz82Pui",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": 363.13941075557034,
            "y": 946.4903707921603,
            "strokeColor": "#862e9c",
            "backgroundColor": "transparent",
            "width": 72.85714285714278,
            "height": 126.42857142857144,
            "seed": 1115078502,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    72.85714285714278,
                    -126.42857142857144
                ]
            ]
        },
        {
            "type": "line",
            "version": 96,
            "versionNonce": 369820134,
            "isDeleted": false,
            "id": "80dPnoXIjT_Z2llxIVPd7",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": 220.99655361271323,
            "y": 820.0617993635889,
            "strokeColor": "#862e9c",
            "backgroundColor": "transparent",
            "width": 72.85714285714278,
            "height": 126.42857142857144,
            "seed": 1424216570,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    72.85714285714278,
                    -126.42857142857144
                ]
            ]
        },
        {
            "type": "line",
            "version": 104,
            "versionNonce": 1703606138,
            "isDeleted": false,
            "id": "5h4EtxCHKUZh3ue9WnCG0",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": 278.8536964698561,
            "y": 815.0617993635889,
            "strokeColor": "#862e9c",
            "backgroundColor": "transparent",
            "width": 72.85714285714278,
            "height": 126.42857142857144,
            "seed": 964027046,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    72.85714285714278,
                    -126.42857142857144
                ]
            ]
        },
        {
            "type": "line",
            "version": 145,
            "versionNonce": 1180554534,
            "isDeleted": false,
            "id": "DW6u8tKEiddQR1yvw_ve4",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": 188.853696469856,
            "y": 837.9189422207317,
            "strokeColor": "#862e9c",
            "backgroundColor": "transparent",
            "width": 72.85714285714278,
            "height": 126.42857142857144,
            "seed": 726368954,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    72.85714285714278,
                    -126.42857142857144
                ]
            ]
        },
        {
            "type": "arrow",
            "version": 51,
            "versionNonce": 921827386,
            "isDeleted": false,
            "id": "xOum6P1hMTAOwFtnrrP6J",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": 37.723718019468436,
            "y": 872.322273095345,
            "strokeColor": "#862e9c",
            "backgroundColor": "transparent",
            "width": 77.14285714285711,
            "height": 1.4285714285714448,
            "seed": 1395372070,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": {
                "elementId": "WJQbdPvufNGQfalU5_uRO",
                "focus": 0.05852477410972416,
                "gap": 1.4285714285714448
            },
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": "bar",
            "points": [
                [
                    0,
                    0
                ],
                [
                    77.14285714285711,
                    1.4285714285714448
                ]
            ]
        },
        {
            "type": "rectangle",
            "version": 459,
            "versionNonce": 1668563046,
            "isDeleted": false,
            "id": "dKYFCMyyZRmf-aELphGar",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": -336.990567694817,
            "y": 984.4651302382022,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 413,
            "height": 46,
            "seed": 1884034982,
            "groupIds": [],
            "roundness": {
                "type": 3
            },
            "boundElements": [
                {
                    "type": "text",
                    "id": "zNAXN6J0"
                }
            ],
            "updated": 1675995555119,
            "link": null,
            "locked": false
        },
        {
            "type": "text",
            "version": 332,
            "versionNonce": 1832575226,
            "isDeleted": false,
            "id": "zNAXN6J0",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": -330.490567694817,
            "y": 989.4651302382022,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 400,
            "height": 36,
            "seed": 566458342,
            "groupIds": [],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "fontSize": 28,
            "fontFamily": 1,
            "text": "Sample 1 : Asia L.E. dataset",
            "rawText": "Sample 1 : Asia L.E. dataset",
            "baseline": 25,
            "textAlign": "center",
            "verticalAlign": "middle",
            "containerId": "dKYFCMyyZRmf-aELphGar",
            "originalText": "Sample 1 : Asia L.E. dataset"
        },
        {
            "type": "rectangle",
            "version": 552,
            "versionNonce": 1092305830,
            "isDeleted": false,
            "id": "3JF23m7yOJ3YbUvmyReiN",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": -335.91913912338856,
            "y": 1040.1794159524877,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 420,
            "height": 46,
            "seed": 981990906,
            "groupIds": [],
            "roundness": {
                "type": 3
            },
            "boundElements": [
                {
                    "type": "text",
                    "id": "sqTj3Xg1"
                }
            ],
            "updated": 1675995555119,
            "link": null,
            "locked": false
        },
        {
            "type": "text",
            "version": 423,
            "versionNonce": 1676194234,
            "isDeleted": false,
            "id": "sqTj3Xg1",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": -329.41913912338856,
            "y": 1045.1794159524877,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 407,
            "height": 36,
            "seed": 276461222,
            "groupIds": [],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "fontSize": 28,
            "fontFamily": 1,
            "text": "Sample 2 : Americas dataset",
            "rawText": "Sample 2 : Americas dataset",
            "baseline": 25,
            "textAlign": "center",
            "verticalAlign": "middle",
            "containerId": "3JF23m7yOJ3YbUvmyReiN",
            "originalText": "Sample 2 : Americas dataset"
        },
        {
            "type": "rectangle",
            "version": 428,
            "versionNonce": 830463718,
            "isDeleted": false,
            "id": "3Wgcd4cZ5XPwy3X0jxoTu",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": -336.6334248376742,
            "y": 1095.179415952488,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 425,
            "height": 46,
            "seed": 116860134,
            "groupIds": [],
            "roundness": {
                "type": 3
            },
            "boundElements": [
                {
                    "type": "text",
                    "id": "MywMxbxe"
                }
            ],
            "updated": 1675995555119,
            "link": null,
            "locked": false
        },
        {
            "type": "text",
            "version": 373,
            "versionNonce": 236874362,
            "isDeleted": false,
            "id": "MywMxbxe",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 30,
            "angle": 0,
            "x": -329.6334248376742,
            "y": 1100.179415952488,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 411,
            "height": 36,
            "seed": 1663468666,
            "groupIds": [],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "fontSize": 28,
            "fontFamily": 1,
            "text": "Sample 3 : European dataset",
            "rawText": "Sample 3 : European dataset",
            "baseline": 25,
            "textAlign": "center",
            "verticalAlign": "middle",
            "containerId": "3Wgcd4cZ5XPwy3X0jxoTu",
            "originalText": "Sample 3 : European dataset"
        },
        {
            "type": "text",
            "version": 88,
            "versionNonce": 959386150,
            "isDeleted": false,
            "id": "97Gb14xd",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 80,
            "angle": 0,
            "x": 219.86657516232572,
            "y": 846.2508445239164,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 73,
            "height": 150,
            "seed": 1838764262,
            "groupIds": [],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "fontSize": 130.2857142857143,
            "fontFamily": 2,
            "text": "?",
            "rawText": "?",
            "baseline": 120,
            "textAlign": "left",
            "verticalAlign": "top",
            "containerId": null,
            "originalText": "?"
        },
        {
            "type": "line",
            "version": 57,
            "versionNonce": 43977530,
            "isDeleted": false,
            "id": "QvRYBiCaph87kWrhXifxW",
            "fillStyle": "hachure",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 80,
            "angle": 0,
            "x": -334.4191391233885,
            "y": 1337.3222730953448,
            "strokeColor": "#000000",
            "backgroundColor": "transparent",
            "width": 829.9999999999999,
            "height": 0,
            "seed": 1987242534,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    829.9999999999999,
                    0
                ]
            ]
        },
        {
            "type": "text",
            "version": 28,
            "versionNonce": 1125506406,
            "isDeleted": false,
            "id": "uoYP0gLn",
            "fillStyle": "solid",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 80,
            "angle": 0,
            "x": 507.7237180194686,
            "y": 1338.679415952488,
            "strokeColor": "#495057",
            "backgroundColor": "#868e96",
            "width": 46,
            "height": 46,
            "seed": 481764134,
            "groupIds": [],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "fontSize": 36,
            "fontFamily": 1,
            "text": "H0",
            "rawText": "H0",
            "baseline": 32,
            "textAlign": "left",
            "verticalAlign": "top",
            "containerId": null,
            "originalText": "H0"
        },
        {
            "type": "text",
            "version": 82,
            "versionNonce": 130913274,
            "isDeleted": false,
            "id": "He4TcFN2",
            "fillStyle": "solid",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": 509.0094323051827,
            "y": 1405.7508445239166,
            "strokeColor": "#495057",
            "backgroundColor": "#868e96",
            "width": 46,
            "height": 46,
            "seed": 735061350,
            "groupIds": [
                "wmN9IbvrIPGHxHlxbkIZr"
            ],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "fontSize": 36,
            "fontFamily": 1,
            "text": "H0",
            "rawText": "H0",
            "baseline": 32,
            "textAlign": "left",
            "verticalAlign": "top",
            "containerId": null,
            "originalText": "H0"
        },
        {
            "type": "line",
            "version": 189,
            "versionNonce": 1417756838,
            "isDeleted": false,
            "id": "ATO87VM0QUusG7p9pyYVS",
            "fillStyle": "solid",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": 509.15228944803994,
            "y": 1437.322273095345,
            "strokeColor": "#000000",
            "backgroundColor": "#868e96",
            "width": 40.71428571428578,
            "height": 17.142857142857338,
            "seed": 972324346,
            "groupIds": [
                "wmN9IbvrIPGHxHlxbkIZr"
            ],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    40.71428571428578,
                    -17.142857142857338
                ]
            ]
        },
        {
            "type": "line",
            "version": 300,
            "versionNonce": 531432634,
            "isDeleted": false,
            "id": "0kY5WogPMF-DHylqE9b2i",
            "fillStyle": "solid",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": 131.52059382806928,
            "y": 1146.1858586392968,
            "strokeColor": "#000000",
            "backgroundColor": "#868e96",
            "width": 78.57142857142867,
            "height": 22.857142857143117,
            "seed": 2136281702,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    78.57142857142867,
                    -22.857142857143117
                ]
            ]
        },
        {
            "type": "text",
            "version": 107,
            "versionNonce": 1092500454,
            "isDeleted": false,
            "id": "ZWXvhEjr",
            "fillStyle": "solid",
            "strokeWidth": 0.5,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": 509.9875755270147,
            "y": 1476.4651302382022,
            "strokeColor": "#495057",
            "backgroundColor": "#868e96",
            "width": 46,
            "height": 46,
            "seed": 1536722682,
            "groupIds": [
                "uwk08eQ6qSmK9v_5obJOn"
            ],
            "roundness": null,
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "fontSize": 36,
            "fontFamily": 1,
            "text": "H0",
            "rawText": "H0",
            "baseline": 32,
            "textAlign": "left",
            "verticalAlign": "top",
            "containerId": null,
            "originalText": "H0"
        },
        {
            "type": "line",
            "version": 192,
            "versionNonce": 333471098,
            "isDeleted": false,
            "id": "w2UxZCiPKQKM9Uxqcf4If",
            "fillStyle": "solid",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": 510.1304326698718,
            "y": 1508.0365588096306,
            "strokeColor": "#000000",
            "backgroundColor": "#868e96",
            "width": 40.71428571428578,
            "height": 17.142857142857338,
            "seed": 760413606,
            "groupIds": [
                "uwk08eQ6qSmK9v_5obJOn"
            ],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    40.71428571428578,
                    -17.142857142857338
                ]
            ]
        },
        {
            "type": "line",
            "version": 415,
            "versionNonce": 1593429798,
            "isDeleted": false,
            "id": "bFYSE1-9H96ia9PTDEVVU",
            "fillStyle": "solid",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": 207.32735423822493,
            "y": 1125.712233198401,
            "strokeColor": "#000000",
            "backgroundColor": "#868e96",
            "width": 70.7142857142859,
            "height": 41.42857142857156,
            "seed": 247863206,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    70.7142857142859,
                    -41.42857142857156
                ]
            ]
        },
        {
            "type": "line",
            "version": 885,
            "versionNonce": 27958842,
            "isDeleted": false,
            "id": "kri1xMcJ2Wapk82c1_SIv",
            "fillStyle": "solid",
            "strokeWidth": 2,
            "strokeStyle": "solid",
            "roughness": 2,
            "opacity": 100,
            "angle": 0,
            "x": 268.6770111698977,
            "y": 1086.1318250850577,
            "strokeColor": "#000000",
            "backgroundColor": "#868e96",
            "width": 170.7142857142859,
            "height": 241.42857142857156,
            "seed": 1012234534,
            "groupIds": [],
            "roundness": {
                "type": 2
            },
            "boundElements": [],
            "updated": 1675995555119,
            "link": null,
            "locked": false,
            "startBinding": null,
            "endBinding": null,
            "lastCommittedPoint": null,
            "startArrowhead": null,
            "endArrowhead": null,
            "points": [
                [
                    0,
                    0
                ],
                [
                    170.7142857142859,
                    -241.42857142857156
                ]
            ]
        }
    ],
    "appState": {
        "theme": "dark",
        "viewBackgroundColor": "#ffffff",
        "currentItemStrokeColor": "#000000",
        "currentItemBackgroundColor": "#868e96",
        "currentItemFillStyle": "solid",
        "currentItemStrokeWidth": 0.5,
        "currentItemStrokeStyle": "solid",
        "currentItemRoughness": 2,
        "currentItemOpacity": 100,
        "currentItemFontFamily": 1,
        "currentItemFontSize": 16,
        "currentItemTextAlign": "left",
        "currentItemStartArrowhead": null,
        "currentItemEndArrowhead": "bar",
        "scrollX": 365.31657332172585,
        "scrollY": 32.92624401254682,
        "zoom": {
            "value": 0.7500000000000002
        },
        "currentItemRoundness": "round",
        "gridSize": null,
        "colorPalette": {},
        "currentStrokeOptions": null,
        "previousGridSize": null
    },
    "files": {}
}
%%