Single-cell UMAP explorer
Scatter2D graphs are a fundamental visualization tool used to display the relationship between two numerical variables. Each data point is represented as a dot on a two-dimensional plane, where the x-coordinate and y-coordinate correspond to the values of the two variables. This allows for quick identification of trends, clusters, and outliers in the data. Applications range from scientific data analysis to business intelligence, making them highly versatile. Creating effective Scatter2D graphs involves careful consideration of axis scaling, labeling, and color-coding. Highlighting specific data points or regions can improve understanding. Interactive Scatter2D plots further enhance exploration, allowing users to zoom, pan, and select individual data points for detailed examination. Choosing appropriate visualization tools greatly impacts the ability to draw meaningful insights from data.
<html>
<head>
<!-- Include the CanvasXpress library in your HTML file -->
<link rel="stylesheet" href="https://www.canvasxpress.org/dist/canvasXpress.css" type="text/css"/>
<script src="https://www.canvasxpress.org/dist/canvasXpress.min.js"></script>
</head>
<body>
<!-- Create a canvas element for the chart with the desired dimensions -->
<div>
<canvas id="canvasId" width="600" height="600"></canvas>
</div>
<!-- Create a script to initialize the chart -->
<script>
// Use a data frame (2D-array) for the graph
var data =
// Create the configuration for the graph
var config = {
"graphType" : "Scatter2D",
"title" : "Single-cell UMAP explorer",
"subtitle" : "3,000 cells, 8 annotated cell types",
"xAxis" : [
"UMAP-1"
],
"yAxis" : [
"UMAP-2"
],
"xAxisTitle" : "UMAP-1",
"yAxisTitle" : "UMAP-2",
"colorBy" : "CellType",
"dataPointSize" : 4,
"backgroundType" : "panel",
"panelBackgroundColor" : "rgb(245,245,245)",
"xAxisGridMajorColor" : "rgb(255,255,255)",
"yAxisGridMajorColor" : "rgb(255,255,255)",
"legendBox" : true,
"legendBackgroundColor" : "rgb(255,255,255)",
"axisTickScaleFontFactor" : 0.8
}
// Event used to create graph (optional)
var events = false
// Call the CanvasXpress function to create the graph
var cX = new CanvasXpress("canvasId", data, config, events);
</script>
</body>
</html>
<html>
<head>
<!-- Include the CanvasXpress library in your HTML file -->
<link rel="stylesheet" href="https://www.canvasxpress.org/dist/canvasXpress.css" type="text/css"/>
<script src="https://www.canvasxpress.org/dist/canvasXpress.min.js"></script>
</head>
<body>
<!-- Create a canvas element for the chart with the desired dimensions -->
<div>
<canvas id="canvasId" width="600" height="600"></canvas>
</div>
<!-- Create a script to initialize the chart -->
<script>
// Create the data for the graph
var data = {
"y" : {
"vars" : [
"Cell0001",
"Cell0002",
"Cell0003",
"Cell0004",
"Cell0005",
"Cell0006",
"Cell0007",
"Cell0008",
"Cell0009",
"Cell0010",
"Cell0011",
"Cell0012",
"Cell0013",
"Cell0014",
"Cell0015",
"Cell0016",
"Cell0017",
"Cell0018",
"Cell0019",
"Cell0020",
"Cell0021",
"Cell0022",
"Cell0023",
"Cell0024",
"Cell0025",
"Cell0026",
"Cell0027",
"Cell0028",
"Cell0029",
"Cell0030",
"Cell0031",
"Cell0032",
"Cell0033",
"Cell0034",
"Cell0035",
"Cell0036",
"Cell0037",
"Cell0038",
"Cell0039",
"Cell0040",
"Cell0041",
"Cell0042",
"Cell0043",
"Cell0044",
"Cell0045",
"Cell0046",
"Cell0047",
"Cell0048",
"Cell0049",
"Cell0050",
"Cell0051",
"Cell0052",
"Cell0053",
"Cell0054",
"Cell0055",
"Cell0056",
"Cell0057",
"Cell0058",
"Cell0059",
"Cell0060",
"Cell0061",
"Cell0062",
"Cell0063",
"Cell0064",
"Cell0065",
"Cell0066",
"Cell0067",
"Cell0068",
"Cell0069",
"Cell0070",
"Cell0071",
"Cell0072",
"Cell0073",
"Cell0074",
"Cell0075",
"Cell0076",
"Cell0077",
"Cell0078",
"Cell0079",
"Cell0080",
"Cell0081",
"Cell0082",
"Cell0083",
"Cell0084",
"Cell0085",
"Cell0086",
"Cell0087",
"Cell0088",
"Cell0089",
"Cell0090",
"Cell0091",
"Cell0092",
"Cell0093",
"Cell0094",
"Cell0095",
"Cell0096",
"Cell0097",
"Cell0098",
"Cell0099",
"Cell0100",
"Cell0101",
"Cell0102",
"Cell0103",
"Cell0104",
"Cell0105",
"Cell0106",
"Cell0107",
"Cell0108",
"Cell0109",
"Cell0110",
"Cell0111",
"Cell0112",
"Cell0113",
"Cell0114",
"Cell0115",
"Cell0116",
"Cell0117",
"Cell0118",
"Cell0119",
"Cell0120",
"Cell0121",
"Cell0122",
"Cell0123",
"Cell0124",
"Cell0125",
"Cell0126",
"Cell0127",
"Cell0128",
"Cell0129",
"Cell0130",
"Cell0131",
"Cell0132",
"Cell0133",
"Cell0134",
"Cell0135",
"Cell0136",
"Cell0137",
"Cell0138",
"Cell0139",
"Cell0140",
"Cell0141",
"Cell0142",
"Cell0143",
"Cell0144",
"Cell0145",
"Cell0146",
"Cell0147",
"Cell0148",
"Cell0149",
"Cell0150",
"Cell0151",
"Cell0152",
"Cell0153",
"Cell0154",
"Cell0155",
"Cell0156",
"Cell0157",
"Cell0158",
"Cell0159",
"Cell0160",
"Cell0161",
"Cell0162",
"Cell0163",
"Cell0164",
"Cell0165",
"Cell0166",
"Cell0167",
"Cell0168",
"Cell0169",
"Cell0170",
"Cell0171",
"Cell0172",
"Cell0173",
"Cell0174",
"Cell0175",
"Cell0176",
"Cell0177",
"Cell0178",
"Cell0179",
"Cell0180",
"Cell0181",
"Cell0182",
"Cell0183",
"Cell0184",
"Cell0185",
"Cell0186",
"Cell0187",
"Cell0188",
"Cell0189",
"Cell0190",
"Cell0191",
"Cell0192",
"Cell0193",
"Cell0194",
"Cell0195",
"Cell0196",
"Cell0197",
"Cell0198",
"Cell0199",
"Cell0200",
"Cell0201",
"Cell0202",
"Cell0203",
"Cell0204",
"Cell0205",
"Cell0206",
"Cell0207",
"Cell0208",
"Cell0209",
"Cell0210",
"Cell0211",
"Cell0212",
"Cell0213",
"Cell0214",
"Cell0215",
"Cell0216",
"Cell0217",
"Cell0218",
"Cell0219",
"Cell0220",
"Cell0221",
"Cell0222",
"Cell0223",
"Cell0224",
"Cell0225",
"Cell0226",
"Cell0227",
"Cell0228",
"Cell0229",
"Cell0230",
"Cell0231",
"Cell0232",
"Cell0233",
"Cell0234",
"Cell0235",
"Cell0236",
"Cell0237",
"Cell0238",
"Cell0239",
"Cell0240",
"Cell0241",
"Cell0242",
"Cell0243",
"Cell0244",
"Cell0245",
"Cell0246",
"Cell0247",
"Cell0248",
"Cell0249",
"Cell0250",
"Cell0251",
"Cell0252",
"Cell0253",
"Cell0254",
"Cell0255",
"Cell0256",
"Cell0257",
"Cell0258",
"Cell0259",
"Cell0260",
"Cell0261",
"Cell0262",
"Cell0263",
"Cell0264",
"Cell0265",
"Cell0266",
"Cell0267",
"Cell0268",
"Cell0269",
"Cell0270",
"Cell0271",
"Cell0272",
"Cell0273",
"Cell0274",
"Cell0275",
"Cell0276",
"Cell0277",
"Cell0278",
"Cell0279",
"Cell0280",
"Cell0281",
"Cell0282",
"Cell0283",
"Cell0284",
"Cell0285",
"Cell0286",
"Cell0287",
"Cell0288",
"Cell0289",
"Cell0290",
"Cell0291",
"Cell0292",
"Cell0293",
"Cell0294",
"Cell0295",
"Cell0296",
"Cell0297",
"Cell0298",
"Cell0299",
"Cell0300",
"Cell0301",
"Cell0302",
"Cell0303",
"Cell0304",
"Cell0305",
"Cell0306",
"Cell0307",
"Cell0308",
"Cell0309",
"Cell0310",
"Cell0311",
"Cell0312",
"Cell0313",
"Cell0314",
"Cell0315",
"Cell0316",
"Cell0317",
"Cell0318",
"Cell0319",
"Cell0320",
"Cell0321",
"Cell0322",
"Cell0323",
"Cell0324",
"Cell0325",
"Cell0326",
"Cell0327",
"Cell0328",
"Cell0329",
"Cell0330",
"Cell0331",
"Cell0332",
"Cell0333",
"Cell0334",
"Cell0335",
"Cell0336",
"Cell0337",
"Cell0338",
"Cell0339",
"Cell0340",
"Cell0341",
"Cell0342",
"Cell0343",
"Cell0344",
"Cell0345",
"Cell0346",
"Cell0347",
"Cell0348",
"Cell0349",
"Cell0350",
"Cell0351",
"Cell0352",
"Cell0353",
"Cell0354",
"Cell0355",
"Cell0356",
"Cell0357",
"Cell0358",
"Cell0359",
"Cell0360",
"Cell0361",
"Cell0362",
"Cell0363",
"Cell0364",
"Cell0365",
"Cell0366",
"Cell0367",
"Cell0368",
"Cell0369",
"Cell0370",
"Cell0371",
"Cell0372",
"Cell0373",
"Cell0374",
"Cell0375",
"Cell0376",
"Cell0377",
"Cell0378",
"Cell0379",
"Cell0380",
"Cell0381",
"Cell0382",
"Cell0383",
"Cell0384",
"Cell0385",
"Cell0386",
"Cell0387",
"Cell0388",
"Cell0389",
"Cell0390",
"Cell0391",
"Cell0392",
"Cell0393",
"Cell0394",
"Cell0395",
"Cell0396",
"Cell0397",
"Cell0398",
"Cell0399",
"Cell0400",
"Cell0401",
"Cell0402",
"Cell0403",
"Cell0404",
"Cell0405",
"Cell0406",
"Cell0407",
"Cell0408",
"Cell0409",
"Cell0410",
"Cell0411",
"Cell0412",
"Cell0413",
"Cell0414",
"Cell0415",
"Cell0416",
"Cell0417",
"Cell0418",
"Cell0419",
"Cell0420",
"Cell0421",
"Cell0422",
"Cell0423",
"Cell0424",
"Cell0425",
"Cell0426",
"Cell0427",
"Cell0428",
"Cell0429",
"Cell0430",
"Cell0431",
"Cell0432",
"Cell0433",
"Cell0434",
"Cell0435",
"Cell0436",
"Cell0437",
"Cell0438",
"Cell0439",
"Cell0440",
"Cell0441",
"Cell0442",
"Cell0443",
"Cell0444",
"Cell0445",
"Cell0446",
"Cell0447",
"Cell0448",
"Cell0449",
"Cell0450",
"Cell0451",
"Cell0452",
"Cell0453",
"Cell0454",
"Cell0455",
"Cell0456",
"Cell0457",
"Cell0458",
"Cell0459",
"Cell0460",
"Cell0461",
"Cell0462",
"Cell0463",
"Cell0464",
"Cell0465",
"Cell0466",
"Cell0467",
"Cell0468",
"Cell0469",
"Cell0470",
"Cell0471",
"Cell0472",
"Cell0473",
"Cell0474",
"Cell0475",
"Cell0476",
"Cell0477",
"Cell0478",
"Cell0479",
"Cell0480",
"Cell0481",
"Cell0482",
"Cell0483",
"Cell0484",
"Cell0485",
"Cell0486",
"Cell0487",
"Cell0488",
"Cell0489",
"Cell0490",
"Cell0491",
"Cell0492",
"Cell0493",
"Cell0494",
"Cell0495",
"Cell0496",
"Cell0497",
"Cell0498",
"Cell0499",
"Cell0500",
"Cell0501",
"Cell0502",
"Cell0503",
"Cell0504",
"Cell0505",
"Cell0506",
"Cell0507",
"Cell0508",
"Cell0509",
"Cell0510",
"Cell0511",
"Cell0512",
"Cell0513",
"Cell0514",
"Cell0515",
"Cell0516",
"Cell0517",
"Cell0518",
"Cell0519",
"Cell0520",
"Cell0521",
"Cell0522",
"Cell0523",
"Cell0524",
"Cell0525",
"Cell0526",
"Cell0527",
"Cell0528",
"Cell0529",
"Cell0530",
"Cell0531",
"Cell0532",
"Cell0533",
"Cell0534",
"Cell0535",
"Cell0536",
"Cell0537",
"Cell0538",
"Cell0539",
"Cell0540",
"Cell0541",
"Cell0542",
"Cell0543",
"Cell0544",
"Cell0545",
"Cell0546",
"Cell0547",
"Cell0548",
"Cell0549",
"Cell0550",
"Cell0551",
"Cell0552",
"Cell0553",
"Cell0554",
"Cell0555",
"Cell0556",
"Cell0557",
"Cell0558",
"Cell0559",
"Cell0560",
"Cell0561",
"Cell0562",
"Cell0563",
"Cell0564",
"Cell0565",
"Cell0566",
"Cell0567",
"Cell0568",
"Cell0569",
"Cell0570",
"Cell0571",
"Cell0572",
"Cell0573",
"Cell0574",
"Cell0575",
"Cell0576",
"Cell0577",
"Cell0578",
"Cell0579",
"Cell0580",
"Cell0581",
"Cell0582",
"Cell0583",
"Cell0584",
"Cell0585",
"Cell0586",
"Cell0587",
"Cell0588",
"Cell0589",
"Cell0590",
"Cell0591",
"Cell0592",
"Cell0593",
"Cell0594",
"Cell0595",
"Cell0596",
"Cell0597",
"Cell0598",
"Cell0599",
"Cell0600",
"Cell0601",
"Cell0602",
"Cell0603",
"Cell0604",
"Cell0605",
"Cell0606",
"Cell0607",
"Cell0608",
"Cell0609",
"Cell0610",
"Cell0611",
"Cell0612",
"Cell0613",
"Cell0614",
"Cell0615",
"Cell0616",
"Cell0617",
"Cell0618",
"Cell0619",
"Cell0620",
"Cell0621",
"Cell0622",
"Cell0623",
"Cell0624",
"Cell0625",
"Cell0626",
"Cell0627",
"Cell0628",
"Cell0629",
"Cell0630",
"Cell0631",
"Cell0632",
"Cell0633",
"Cell0634",
"Cell0635",
"Cell0636",
"Cell0637",
"Cell0638",
"Cell0639",
"Cell0640",
"Cell0641",
"Cell0642",
"Cell0643",
"Cell0644",
"Cell0645",
"Cell0646",
"Cell0647",
"Cell0648",
"Cell0649",
"Cell0650",
"Cell0651",
"Cell0652",
"Cell0653",
"Cell0654",
"Cell0655",
"Cell0656",
"Cell0657",
"Cell0658",
"Cell0659",
"Cell0660",
"Cell0661",
"Cell0662",
"Cell0663",
"Cell0664",
"Cell0665",
"Cell0666",
"Cell0667",
"Cell0668",
"Cell0669",
"Cell0670",
"Cell0671",
"Cell0672",
"Cell0673",
"Cell0674",
"Cell0675",
"Cell0676",
"Cell0677",
"Cell0678",
"Cell0679",
"Cell0680",
"Cell0681",
"Cell0682",
"Cell0683",
"Cell0684",
"Cell0685",
"Cell0686",
"Cell0687",
"Cell0688",
"Cell0689",
"Cell0690",
"Cell0691",
"Cell0692",
"Cell0693",
"Cell0694",
"Cell0695",
"Cell0696",
"Cell0697",
"Cell0698",
"Cell0699",
"Cell0700",
"Cell0701",
"Cell0702",
"Cell0703",
"Cell0704",
"Cell0705",
"Cell0706",
"Cell0707",
"Cell0708",
"Cell0709",
"Cell0710",
"Cell0711",
"Cell0712",
"Cell0713",
"Cell0714",
"Cell0715",
"Cell0716",
"Cell0717",
"Cell0718",
"Cell0719",
"Cell0720",
"Cell0721",
"Cell0722",
"Cell0723",
"Cell0724",
"Cell0725",
"Cell0726",
"Cell0727",
"Cell0728",
"Cell0729",
"Cell0730",
"Cell0731",
"Cell0732",
"Cell0733",
"Cell0734",
"Cell0735",
"Cell0736",
"Cell0737",
"Cell0738",
"Cell0739",
"Cell0740",
"Cell0741",
"Cell0742",
"Cell0743",
"Cell0744",
"Cell0745",
"Cell0746",
"Cell0747",
"Cell0748",
"Cell0749",
"Cell0750",
"Cell0751",
"Cell0752",
"Cell0753",
"Cell0754",
"Cell0755",
"Cell0756",
"Cell0757",
"Cell0758",
"Cell0759",
"Cell0760",
"Cell0761",
"Cell0762",
"Cell0763",
"Cell0764",
"Cell0765",
"Cell0766",
"Cell0767",
"Cell0768",
"Cell0769",
"Cell0770",
"Cell0771",
"Cell0772",
"Cell0773",
"Cell0774",
"Cell0775",
"Cell0776",
"Cell0777",
"Cell0778",
"Cell0779",
"Cell0780",
"Cell0781",
"Cell0782",
"Cell0783",
"Cell0784",
"Cell0785",
"Cell0786",
"Cell0787",
"Cell0788",
"Cell0789",
"Cell0790",
"Cell0791",
"Cell0792",
"Cell0793",
"Cell0794",
"Cell0795",
"Cell0796",
"Cell0797",
"Cell0798",
"Cell0799",
"Cell0800",
"Cell0801",
"Cell0802",
"Cell0803",
"Cell0804",
"Cell0805",
"Cell0806",
"Cell0807",
"Cell0808",
"Cell0809",
"Cell0810",
"Cell0811",
"Cell0812",
"Cell0813",
"Cell0814",
"Cell0815",
"Cell0816",
"Cell0817",
"Cell0818",
"Cell0819",
"Cell0820",
"Cell0821",
"Cell0822",
"Cell0823",
"Cell0824",
"Cell0825",
"Cell0826",
"Cell0827",
"Cell0828",
"Cell0829",
"Cell0830",
"Cell0831",
"Cell0832",
"Cell0833",
"Cell0834",
"Cell0835",
"Cell0836",
"Cell0837",
"Cell0838",
"Cell0839",
"Cell0840",
"Cell0841",
"Cell0842",
"Cell0843",
"Cell0844",
"Cell0845",
"Cell0846",
"Cell0847",
"Cell0848",
"Cell0849",
"Cell0850",
"Cell0851",
"Cell0852",
"Cell0853",
"Cell0854",
"Cell0855",
"Cell0856",
"Cell0857",
"Cell0858",
"Cell0859",
"Cell0860",
"Cell0861",
"Cell0862",
"Cell0863",
"Cell0864",
"Cell0865",
"Cell0866",
"Cell0867",
"Cell0868",
"Cell0869",
"Cell0870",
"Cell0871",
"Cell0872",
"Cell0873",
"Cell0874",
"Cell0875",
"Cell0876",
"Cell0877",
"Cell0878",
"Cell0879",
"Cell0880",
"Cell0881",
"Cell0882",
"Cell0883",
"Cell0884",
"Cell0885",
"Cell0886",
"Cell0887",
"Cell0888",
"Cell0889",
"Cell0890",
"Cell0891",
"Cell0892",
"Cell0893",
"Cell0894",
"Cell0895",
"Cell0896",
"Cell0897",
"Cell0898",
"Cell0899",
"Cell0900",
"Cell0901",
"Cell0902",
"Cell0903",
"Cell0904",
"Cell0905",
"Cell0906",
"Cell0907",
"Cell0908",
"Cell0909",
"Cell0910",
"Cell0911",
"Cell0912",
"Cell0913",
"Cell0914",
"Cell0915",
"Cell0916",
"Cell0917",
"Cell0918",
"Cell0919",
"Cell0920",
"Cell0921",
"Cell0922",
"Cell0923",
"Cell0924",
"Cell0925",
"Cell0926",
"Cell0927",
"Cell0928",
"Cell0929",
"Cell0930",
"Cell0931",
"Cell0932",
"Cell0933",
"Cell0934",
"Cell0935",
"Cell0936",
"Cell0937",
"Cell0938",
"Cell0939",
"Cell0940",
"Cell0941",
"Cell0942",
"Cell0943",
"Cell0944",
"Cell0945",
"Cell0946",
"Cell0947",
"Cell0948",
"Cell0949",
"Cell0950",
"Cell0951",
"Cell0952",
"Cell0953",
"Cell0954",
"Cell0955",
"Cell0956",
"Cell0957",
"Cell0958",
"Cell0959",
"Cell0960",
"Cell0961",
"Cell0962",
"Cell0963",
"Cell0964",
"Cell0965",
"Cell0966",
"Cell0967",
"Cell0968",
"Cell0969",
"Cell0970",
"Cell0971",
"Cell0972",
"Cell0973",
"Cell0974",
"Cell0975",
"Cell0976",
"Cell0977",
"Cell0978",
"Cell0979",
"Cell0980",
"Cell0981",
"Cell0982",
"Cell0983",
"Cell0984",
"Cell0985",
"Cell0986",
"Cell0987",
"Cell0988",
"Cell0989",
"Cell0990",
"Cell0991",
"Cell0992",
"Cell0993",
"Cell0994",
"Cell0995",
"Cell0996",
"Cell0997",
"Cell0998",
"Cell0999",
"Cell1000",
"Cell1001",
"Cell1002",
"Cell1003",
"Cell1004",
"Cell1005",
"Cell1006",
"Cell1007",
"Cell1008",
"Cell1009",
"Cell1010",
"Cell1011",
"Cell1012",
"Cell1013",
"Cell1014",
"Cell1015",
"Cell1016",
"Cell1017",
"Cell1018",
"Cell1019",
"Cell1020",
"Cell1021",
"Cell1022",
"Cell1023",
"Cell1024",
"Cell1025",
"Cell1026",
"Cell1027",
"Cell1028",
"Cell1029",
"Cell1030",
"Cell1031",
"Cell1032",
"Cell1033",
"Cell1034",
"Cell1035",
"Cell1036",
"Cell1037",
"Cell1038",
"Cell1039",
"Cell1040",
"Cell1041",
"Cell1042",
"Cell1043",
"Cell1044",
"Cell1045",
"Cell1046",
"Cell1047",
"Cell1048",
"Cell1049",
"Cell1050",
"Cell1051",
"Cell1052",
"Cell1053",
"Cell1054",
"Cell1055",
"Cell1056",
"Cell1057",
"Cell1058",
"Cell1059",
"Cell1060",
"Cell1061",
"Cell1062",
"Cell1063",
"Cell1064",
"Cell1065",
"Cell1066",
"Cell1067",
"Cell1068",
"Cell1069",
"Cell1070",
"Cell1071",
"Cell1072",
"Cell1073",
"Cell1074",
"Cell1075",
"Cell1076",
"Cell1077",
"Cell1078",
"Cell1079",
"Cell1080",
"Cell1081",
"Cell1082",
"Cell1083",
"Cell1084",
"Cell1085",
"Cell1086",
"Cell1087",
"Cell1088",
"Cell1089",
"Cell1090",
"Cell1091",
"Cell1092",
"Cell1093",
"Cell1094",
"Cell1095",
"Cell1096",
"Cell1097",
"Cell1098",
"Cell1099",
"Cell1100",
"Cell1101",
"Cell1102",
"Cell1103",
"Cell1104",
"Cell1105",
"Cell1106",
"Cell1107",
"Cell1108",
"Cell1109",
"Cell1110",
"Cell1111",
"Cell1112",
"Cell1113",
"Cell1114",
"Cell1115",
"Cell1116",
"Cell1117",
"Cell1118",
"Cell1119",
"Cell1120",
"Cell1121",
"Cell1122",
"Cell1123",
"Cell1124",
"Cell1125",
"Cell1126",
"Cell1127",
"Cell1128",
"Cell1129",
"Cell1130",
"Cell1131",
"Cell1132",
"Cell1133",
"Cell1134",
"Cell1135",
"Cell1136",
"Cell1137",
"Cell1138",
"Cell1139",
"Cell1140",
"Cell1141",
"Cell1142",
"Cell1143",
"Cell1144",
"Cell1145",
"Cell1146",
"Cell1147",
"Cell1148",
"Cell1149",
"Cell1150",
"Cell1151",
"Cell1152",
"Cell1153",
"Cell1154",
"Cell1155",
"Cell1156",
"Cell1157",
"Cell1158",
"Cell1159",
"Cell1160",
"Cell1161",
"Cell1162",
"Cell1163",
"Cell1164",
"Cell1165",
"Cell1166",
"Cell1167",
"Cell1168",
"Cell1169",
"Cell1170",
"Cell1171",
"Cell1172",
"Cell1173",
"Cell1174",
"Cell1175",
"Cell1176",
"Cell1177",
"Cell1178",
"Cell1179",
"Cell1180",
"Cell1181",
"Cell1182",
"Cell1183",
"Cell1184",
"Cell1185",
"Cell1186",
"Cell1187",
"Cell1188",
"Cell1189",
"Cell1190",
"Cell1191",
"Cell1192",
"Cell1193",
"Cell1194",
"Cell1195",
"Cell1196",
"Cell1197",
"Cell1198",
"Cell1199",
"Cell1200",
"Cell1201",
"Cell1202",
"Cell1203",
"Cell1204",
"Cell1205",
"Cell1206",
"Cell1207",
"Cell1208",
"Cell1209",
"Cell1210",
"Cell1211",
"Cell1212",
"Cell1213",
"Cell1214",
"Cell1215",
"Cell1216",
"Cell1217",
"Cell1218",
"Cell1219",
"Cell1220",
"Cell1221",
"Cell1222",
"Cell1223",
"Cell1224",
"Cell1225",
"Cell1226",
"Cell1227",
"Cell1228",
"Cell1229",
"Cell1230",
"Cell1231",
"Cell1232",
"Cell1233",
"Cell1234",
"Cell1235",
"Cell1236",
"Cell1237",
"Cell1238",
"Cell1239",
"Cell1240",
"Cell1241",
"Cell1242",
"Cell1243",
"Cell1244",
"Cell1245",
"Cell1246",
"Cell1247",
"Cell1248",
"Cell1249",
"Cell1250",
"Cell1251",
"Cell1252",
"Cell1253",
"Cell1254",
"Cell1255",
"Cell1256",
"Cell1257",
"Cell1258",
"Cell1259",
"Cell1260",
"Cell1261",
"Cell1262",
"Cell1263",
"Cell1264",
"Cell1265",
"Cell1266",
"Cell1267",
"Cell1268",
"Cell1269",
"Cell1270",
"Cell1271",
"Cell1272",
"Cell1273",
"Cell1274",
"Cell1275",
"Cell1276",
"Cell1277",
"Cell1278",
"Cell1279",
"Cell1280",
"Cell1281",
"Cell1282",
"Cell1283",
"Cell1284",
"Cell1285",
"Cell1286",
"Cell1287",
"Cell1288",
"Cell1289",
"Cell1290",
"Cell1291",
"Cell1292",
"Cell1293",
"Cell1294",
"Cell1295",
"Cell1296",
"Cell1297",
"Cell1298",
"Cell1299",
"Cell1300",
"Cell1301",
"Cell1302",
"Cell1303",
"Cell1304",
"Cell1305",
"Cell1306",
"Cell1307",
"Cell1308",
"Cell1309",
"Cell1310",
"Cell1311",
"Cell1312",
"Cell1313",
"Cell1314",
"Cell1315",
"Cell1316",
"Cell1317",
"Cell1318",
"Cell1319",
"Cell1320",
"Cell1321",
"Cell1322",
"Cell1323",
"Cell1324",
"Cell1325",
"Cell1326",
"Cell1327",
"Cell1328",
"Cell1329",
"Cell1330",
"Cell1331",
"Cell1332",
"Cell1333",
"Cell1334",
"Cell1335",
"Cell1336",
"Cell1337",
"Cell1338",
"Cell1339",
"Cell1340",
"Cell1341",
"Cell1342",
"Cell1343",
"Cell1344",
"Cell1345",
"Cell1346",
"Cell1347",
"Cell1348",
"Cell1349",
"Cell1350",
"Cell1351",
"Cell1352",
"Cell1353",
"Cell1354",
"Cell1355",
"Cell1356",
"Cell1357",
"Cell1358",
"Cell1359",
"Cell1360",
"Cell1361",
"Cell1362",
"Cell1363",
"Cell1364",
"Cell1365",
"Cell1366",
"Cell1367",
"Cell1368",
"Cell1369",
"Cell1370",
"Cell1371",
"Cell1372",
"Cell1373",
"Cell1374",
"Cell1375",
"Cell1376",
"Cell1377",
"Cell1378",
"Cell1379",
"Cell1380",
"Cell1381",
"Cell1382",
"Cell1383",
"Cell1384",
"Cell1385",
"Cell1386",
"Cell1387",
"Cell1388",
"Cell1389",
"Cell1390",
"Cell1391",
"Cell1392",
"Cell1393",
"Cell1394",
"Cell1395",
"Cell1396",
"Cell1397",
"Cell1398",
"Cell1399",
"Cell1400",
"Cell1401",
"Cell1402",
"Cell1403",
"Cell1404",
"Cell1405",
"Cell1406",
"Cell1407",
"Cell1408",
"Cell1409",
"Cell1410",
"Cell1411",
"Cell1412",
"Cell1413",
"Cell1414",
"Cell1415",
"Cell1416",
"Cell1417",
"Cell1418",
"Cell1419",
"Cell1420",
"Cell1421",
"Cell1422",
"Cell1423",
"Cell1424",
"Cell1425",
"Cell1426",
"Cell1427",
"Cell1428",
"Cell1429",
"Cell1430",
"Cell1431",
"Cell1432",
"Cell1433",
"Cell1434",
"Cell1435",
"Cell1436",
"Cell1437",
"Cell1438",
"Cell1439",
"Cell1440",
"Cell1441",
"Cell1442",
"Cell1443",
"Cell1444",
"Cell1445",
"Cell1446",
"Cell1447",
"Cell1448",
"Cell1449",
"Cell1450",
"Cell1451",
"Cell1452",
"Cell1453",
"Cell1454",
"Cell1455",
"Cell1456",
"Cell1457",
"Cell1458",
"Cell1459",
"Cell1460",
"Cell1461",
"Cell1462",
"Cell1463",
"Cell1464",
"Cell1465",
"Cell1466",
"Cell1467",
"Cell1468",
"Cell1469",
"Cell1470",
"Cell1471",
"Cell1472",
"Cell1473",
"Cell1474",
"Cell1475",
"Cell1476",
"Cell1477",
"Cell1478",
"Cell1479",
"Cell1480",
"Cell1481",
"Cell1482",
"Cell1483",
"Cell1484",
"Cell1485",
"Cell1486",
"Cell1487",
"Cell1488",
"Cell1489",
"Cell1490",
"Cell1491",
"Cell1492",
"Cell1493",
"Cell1494",
"Cell1495",
"Cell1496",
"Cell1497",
"Cell1498",
"Cell1499",
"Cell1500",
"Cell1501",
"Cell1502",
"Cell1503",
"Cell1504",
"Cell1505",
"Cell1506",
"Cell1507",
"Cell1508",
"Cell1509",
"Cell1510",
"Cell1511",
"Cell1512",
"Cell1513",
"Cell1514",
"Cell1515",
"Cell1516",
"Cell1517",
"Cell1518",
"Cell1519",
"Cell1520",
"Cell1521",
"Cell1522",
"Cell1523",
"Cell1524",
"Cell1525",
"Cell1526",
"Cell1527",
"Cell1528",
"Cell1529",
"Cell1530",
"Cell1531",
"Cell1532",
"Cell1533",
"Cell1534",
"Cell1535",
"Cell1536",
"Cell1537",
"Cell1538",
"Cell1539",
"Cell1540",
"Cell1541",
"Cell1542",
"Cell1543",
"Cell1544",
"Cell1545",
"Cell1546",
"Cell1547",
"Cell1548",
"Cell1549",
"Cell1550",
"Cell1551",
"Cell1552",
"Cell1553",
"Cell1554",
"Cell1555",
"Cell1556",
"Cell1557",
"Cell1558",
"Cell1559",
"Cell1560",
"Cell1561",
"Cell1562",
"Cell1563",
"Cell1564",
"Cell1565",
"Cell1566",
"Cell1567",
"Cell1568",
"Cell1569",
"Cell1570",
"Cell1571",
"Cell1572",
"Cell1573",
"Cell1574",
"Cell1575",
"Cell1576",
"Cell1577",
"Cell1578",
"Cell1579",
"Cell1580",
"Cell1581",
"Cell1582",
"Cell1583",
"Cell1584",
"Cell1585",
"Cell1586",
"Cell1587",
"Cell1588",
"Cell1589",
"Cell1590",
"Cell1591",
"Cell1592",
"Cell1593",
"Cell1594",
"Cell1595",
"Cell1596",
"Cell1597",
"Cell1598",
"Cell1599",
"Cell1600",
"Cell1601",
"Cell1602",
"Cell1603",
"Cell1604",
"Cell1605",
"Cell1606",
"Cell1607",
"Cell1608",
"Cell1609",
"Cell1610",
"Cell1611",
"Cell1612",
"Cell1613",
"Cell1614",
"Cell1615",
"Cell1616",
"Cell1617",
"Cell1618",
"Cell1619",
"Cell1620",
"Cell1621",
"Cell1622",
"Cell1623",
"Cell1624",
"Cell1625",
"Cell1626",
"Cell1627",
"Cell1628",
"Cell1629",
"Cell1630",
"Cell1631",
"Cell1632",
"Cell1633",
"Cell1634",
"Cell1635",
"Cell1636",
"Cell1637",
"Cell1638",
"Cell1639",
"Cell1640",
"Cell1641",
"Cell1642",
"Cell1643",
"Cell1644",
"Cell1645",
"Cell1646",
"Cell1647",
"Cell1648",
"Cell1649",
"Cell1650",
"Cell1651",
"Cell1652",
"Cell1653",
"Cell1654",
"Cell1655",
"Cell1656",
"Cell1657",
"Cell1658",
"Cell1659",
"Cell1660",
"Cell1661",
"Cell1662",
"Cell1663",
"Cell1664",
"Cell1665",
"Cell1666",
"Cell1667",
"Cell1668",
"Cell1669",
"Cell1670",
"Cell1671",
"Cell1672",
"Cell1673",
"Cell1674",
"Cell1675",
"Cell1676",
"Cell1677",
"Cell1678",
"Cell1679",
"Cell1680",
"Cell1681",
"Cell1682",
"Cell1683",
"Cell1684",
"Cell1685",
"Cell1686",
"Cell1687",
"Cell1688",
"Cell1689",
"Cell1690",
"Cell1691",
"Cell1692",
"Cell1693",
"Cell1694",
"Cell1695",
"Cell1696",
"Cell1697",
"Cell1698",
"Cell1699",
"Cell1700",
"Cell1701",
"Cell1702",
"Cell1703",
"Cell1704",
"Cell1705",
"Cell1706",
"Cell1707",
"Cell1708",
"Cell1709",
"Cell1710",
"Cell1711",
"Cell1712",
"Cell1713",
"Cell1714",
"Cell1715",
"Cell1716",
"Cell1717",
"Cell1718",
"Cell1719",
"Cell1720",
"Cell1721",
"Cell1722",
"Cell1723",
"Cell1724",
"Cell1725",
"Cell1726",
"Cell1727",
"Cell1728",
"Cell1729",
"Cell1730",
"Cell1731",
"Cell1732",
"Cell1733",
"Cell1734",
"Cell1735",
"Cell1736",
"Cell1737",
"Cell1738",
"Cell1739",
"Cell1740",
"Cell1741",
"Cell1742",
"Cell1743",
"Cell1744",
"Cell1745",
"Cell1746",
"Cell1747",
"Cell1748",
"Cell1749",
"Cell1750",
"Cell1751",
"Cell1752",
"Cell1753",
"Cell1754",
"Cell1755",
"Cell1756",
"Cell1757",
"Cell1758",
"Cell1759",
"Cell1760",
"Cell1761",
"Cell1762",
"Cell1763",
"Cell1764",
"Cell1765",
"Cell1766",
"Cell1767",
"Cell1768",
"Cell1769",
"Cell1770",
"Cell1771",
"Cell1772",
"Cell1773",
"Cell1774",
"Cell1775",
"Cell1776",
"Cell1777",
"Cell1778",
"Cell1779",
"Cell1780",
"Cell1781",
"Cell1782",
"Cell1783",
"Cell1784",
"Cell1785",
"Cell1786",
"Cell1787",
"Cell1788",
"Cell1789",
"Cell1790",
"Cell1791",
"Cell1792",
"Cell1793",
"Cell1794",
"Cell1795",
"Cell1796",
"Cell1797",
"Cell1798",
"Cell1799",
"Cell1800",
"Cell1801",
"Cell1802",
"Cell1803",
"Cell1804",
"Cell1805",
"Cell1806",
"Cell1807",
"Cell1808",
"Cell1809",
"Cell1810",
"Cell1811",
"Cell1812",
"Cell1813",
"Cell1814",
"Cell1815",
"Cell1816",
"Cell1817",
"Cell1818",
"Cell1819",
"Cell1820",
"Cell1821",
"Cell1822",
"Cell1823",
"Cell1824",
"Cell1825",
"Cell1826",
"Cell1827",
"Cell1828",
"Cell1829",
"Cell1830",
"Cell1831",
"Cell1832",
"Cell1833",
"Cell1834",
"Cell1835",
"Cell1836",
"Cell1837",
"Cell1838",
"Cell1839",
"Cell1840",
"Cell1841",
"Cell1842",
"Cell1843",
"Cell1844",
"Cell1845",
"Cell1846",
"Cell1847",
"Cell1848",
"Cell1849",
"Cell1850",
"Cell1851",
"Cell1852",
"Cell1853",
"Cell1854",
"Cell1855",
"Cell1856",
"Cell1857",
"Cell1858",
"Cell1859",
"Cell1860",
"Cell1861",
"Cell1862",
"Cell1863",
"Cell1864",
"Cell1865",
"Cell1866",
"Cell1867",
"Cell1868",
"Cell1869",
"Cell1870",
"Cell1871",
"Cell1872",
"Cell1873",
"Cell1874",
"Cell1875",
"Cell1876",
"Cell1877",
"Cell1878",
"Cell1879",
"Cell1880",
"Cell1881",
"Cell1882",
"Cell1883",
"Cell1884",
"Cell1885",
"Cell1886",
"Cell1887",
"Cell1888",
"Cell1889",
"Cell1890",
"Cell1891",
"Cell1892",
"Cell1893",
"Cell1894",
"Cell1895",
"Cell1896",
"Cell1897",
"Cell1898",
"Cell1899",
"Cell1900",
"Cell1901",
"Cell1902",
"Cell1903",
"Cell1904",
"Cell1905",
"Cell1906",
"Cell1907",
"Cell1908",
"Cell1909",
"Cell1910",
"Cell1911",
"Cell1912",
"Cell1913",
"Cell1914",
"Cell1915",
"Cell1916",
"Cell1917",
"Cell1918",
"Cell1919",
"Cell1920",
"Cell1921",
"Cell1922",
"Cell1923",
"Cell1924",
"Cell1925",
"Cell1926",
"Cell1927",
"Cell1928",
"Cell1929",
"Cell1930",
"Cell1931",
"Cell1932",
"Cell1933",
"Cell1934",
"Cell1935",
"Cell1936",
"Cell1937",
"Cell1938",
"Cell1939",
"Cell1940",
"Cell1941",
"Cell1942",
"Cell1943",
"Cell1944",
"Cell1945",
"Cell1946",
"Cell1947",
"Cell1948",
"Cell1949",
"Cell1950",
"Cell1951",
"Cell1952",
"Cell1953",
"Cell1954",
"Cell1955",
"Cell1956",
"Cell1957",
"Cell1958",
"Cell1959",
"Cell1960",
"Cell1961",
"Cell1962",
"Cell1963",
"Cell1964",
"Cell1965",
"Cell1966",
"Cell1967",
"Cell1968",
"Cell1969",
"Cell1970",
"Cell1971",
"Cell1972",
"Cell1973",
"Cell1974",
"Cell1975",
"Cell1976",
"Cell1977",
"Cell1978",
"Cell1979",
"Cell1980",
"Cell1981",
"Cell1982",
"Cell1983",
"Cell1984",
"Cell1985",
"Cell1986",
"Cell1987",
"Cell1988",
"Cell1989",
"Cell1990",
"Cell1991",
"Cell1992",
"Cell1993",
"Cell1994",
"Cell1995",
"Cell1996",
"Cell1997",
"Cell1998",
"Cell1999",
"Cell2000",
"Cell2001",
"Cell2002",
"Cell2003",
"Cell2004",
"Cell2005",
"Cell2006",
"Cell2007",
"Cell2008",
"Cell2009",
"Cell2010",
"Cell2011",
"Cell2012",
"Cell2013",
"Cell2014",
"Cell2015",
"Cell2016",
"Cell2017",
"Cell2018",
"Cell2019",
"Cell2020",
"Cell2021",
"Cell2022",
"Cell2023",
"Cell2024",
"Cell2025",
"Cell2026",
"Cell2027",
"Cell2028",
"Cell2029",
"Cell2030",
"Cell2031",
"Cell2032",
"Cell2033",
"Cell2034",
"Cell2035",
"Cell2036",
"Cell2037",
"Cell2038",
"Cell2039",
"Cell2040",
"Cell2041",
"Cell2042",
"Cell2043",
"Cell2044",
"Cell2045",
"Cell2046",
"Cell2047",
"Cell2048",
"Cell2049",
"Cell2050",
"Cell2051",
"Cell2052",
"Cell2053",
"Cell2054",
"Cell2055",
"Cell2056",
"Cell2057",
"Cell2058",
"Cell2059",
"Cell2060",
"Cell2061",
"Cell2062",
"Cell2063",
"Cell2064",
"Cell2065",
"Cell2066",
"Cell2067",
"Cell2068",
"Cell2069",
"Cell2070",
"Cell2071",
"Cell2072",
"Cell2073",
"Cell2074",
"Cell2075",
"Cell2076",
"Cell2077",
"Cell2078",
"Cell2079",
"Cell2080",
"Cell2081",
"Cell2082",
"Cell2083",
"Cell2084",
"Cell2085",
"Cell2086",
"Cell2087",
"Cell2088",
"Cell2089",
"Cell2090",
"Cell2091",
"Cell2092",
"Cell2093",
"Cell2094",
"Cell2095",
"Cell2096",
"Cell2097",
"Cell2098",
"Cell2099",
"Cell2100",
"Cell2101",
"Cell2102",
"Cell2103",
"Cell2104",
"Cell2105",
"Cell2106",
"Cell2107",
"Cell2108",
"Cell2109",
"Cell2110",
"Cell2111",
"Cell2112",
"Cell2113",
"Cell2114",
"Cell2115",
"Cell2116",
"Cell2117",
"Cell2118",
"Cell2119",
"Cell2120",
"Cell2121",
"Cell2122",
"Cell2123",
"Cell2124",
"Cell2125",
"Cell2126",
"Cell2127",
"Cell2128",
"Cell2129",
"Cell2130",
"Cell2131",
"Cell2132",
"Cell2133",
"Cell2134",
"Cell2135",
"Cell2136",
"Cell2137",
"Cell2138",
"Cell2139",
"Cell2140",
"Cell2141",
"Cell2142",
"Cell2143",
"Cell2144",
"Cell2145",
"Cell2146",
"Cell2147",
"Cell2148",
"Cell2149",
"Cell2150",
"Cell2151",
"Cell2152",
"Cell2153",
"Cell2154",
"Cell2155",
"Cell2156",
"Cell2157",
"Cell2158",
"Cell2159",
"Cell2160",
"Cell2161",
"Cell2162",
"Cell2163",
"Cell2164",
"Cell2165",
"Cell2166",
"Cell2167",
"Cell2168",
"Cell2169",
"Cell2170",
"Cell2171",
"Cell2172",
"Cell2173",
"Cell2174",
"Cell2175",
"Cell2176",
"Cell2177",
"Cell2178",
"Cell2179",
"Cell2180",
"Cell2181",
"Cell2182",
"Cell2183",
"Cell2184",
"Cell2185",
"Cell2186",
"Cell2187",
"Cell2188",
"Cell2189",
"Cell2190",
"Cell2191",
"Cell2192",
"Cell2193",
"Cell2194",
"Cell2195",
"Cell2196",
"Cell2197",
"Cell2198",
"Cell2199",
"Cell2200",
"Cell2201",
"Cell2202",
"Cell2203",
"Cell2204",
"Cell2205",
"Cell2206",
"Cell2207",
"Cell2208",
"Cell2209",
"Cell2210",
"Cell2211",
"Cell2212",
"Cell2213",
"Cell2214",
"Cell2215",
"Cell2216",
"Cell2217",
"Cell2218",
"Cell2219",
"Cell2220",
"Cell2221",
"Cell2222",
"Cell2223",
"Cell2224",
"Cell2225",
"Cell2226",
"Cell2227",
"Cell2228",
"Cell2229",
"Cell2230",
"Cell2231",
"Cell2232",
"Cell2233",
"Cell2234",
"Cell2235",
"Cell2236",
"Cell2237",
"Cell2238",
"Cell2239",
"Cell2240",
"Cell2241",
"Cell2242",
"Cell2243",
"Cell2244",
"Cell2245",
"Cell2246",
"Cell2247",
"Cell2248",
"Cell2249",
"Cell2250",
"Cell2251",
"Cell2252",
"Cell2253",
"Cell2254",
"Cell2255",
"Cell2256",
"Cell2257",
"Cell2258",
"Cell2259",
"Cell2260",
"Cell2261",
"Cell2262",
"Cell2263",
"Cell2264",
"Cell2265",
"Cell2266",
"Cell2267",
"Cell2268",
"Cell2269",
"Cell2270",
"Cell2271",
"Cell2272",
"Cell2273",
"Cell2274",
"Cell2275",
"Cell2276",
"Cell2277",
"Cell2278",
"Cell2279",
"Cell2280",
"Cell2281",
"Cell2282",
"Cell2283",
"Cell2284",
"Cell2285",
"Cell2286",
"Cell2287",
"Cell2288",
"Cell2289",
"Cell2290",
"Cell2291",
"Cell2292",
"Cell2293",
"Cell2294",
"Cell2295",
"Cell2296",
"Cell2297",
"Cell2298",
"Cell2299",
"Cell2300",
"Cell2301",
"Cell2302",
"Cell2303",
"Cell2304",
"Cell2305",
"Cell2306",
"Cell2307",
"Cell2308",
"Cell2309",
"Cell2310",
"Cell2311",
"Cell2312",
"Cell2313",
"Cell2314",
"Cell2315",
"Cell2316",
"Cell2317",
"Cell2318",
"Cell2319",
"Cell2320",
"Cell2321",
"Cell2322",
"Cell2323",
"Cell2324",
"Cell2325",
"Cell2326",
"Cell2327",
"Cell2328",
"Cell2329",
"Cell2330",
"Cell2331",
"Cell2332",
"Cell2333",
"Cell2334",
"Cell2335",
"Cell2336",
"Cell2337",
"Cell2338",
"Cell2339",
"Cell2340",
"Cell2341",
"Cell2342",
"Cell2343",
"Cell2344",
"Cell2345",
"Cell2346",
"Cell2347",
"Cell2348",
"Cell2349",
"Cell2350",
"Cell2351",
"Cell2352",
"Cell2353",
"Cell2354",
"Cell2355",
"Cell2356",
"Cell2357",
"Cell2358",
"Cell2359",
"Cell2360",
"Cell2361",
"Cell2362",
"Cell2363",
"Cell2364",
"Cell2365",
"Cell2366",
"Cell2367",
"Cell2368",
"Cell2369",
"Cell2370",
"Cell2371",
"Cell2372",
"Cell2373",
"Cell2374",
"Cell2375",
"Cell2376",
"Cell2377",
"Cell2378",
"Cell2379",
"Cell2380",
"Cell2381",
"Cell2382",
"Cell2383",
"Cell2384",
"Cell2385",
"Cell2386",
"Cell2387",
"Cell2388",
"Cell2389",
"Cell2390",
"Cell2391",
"Cell2392",
"Cell2393",
"Cell2394",
"Cell2395",
"Cell2396",
"Cell2397",
"Cell2398",
"Cell2399",
"Cell2400",
"Cell2401",
"Cell2402",
"Cell2403",
"Cell2404",
"Cell2405",
"Cell2406",
"Cell2407",
"Cell2408",
"Cell2409",
"Cell2410",
"Cell2411",
"Cell2412",
"Cell2413",
"Cell2414",
"Cell2415",
"Cell2416",
"Cell2417",
"Cell2418",
"Cell2419",
"Cell2420",
"Cell2421",
"Cell2422",
"Cell2423",
"Cell2424",
"Cell2425",
"Cell2426",
"Cell2427",
"Cell2428",
"Cell2429",
"Cell2430",
"Cell2431",
"Cell2432",
"Cell2433",
"Cell2434",
"Cell2435",
"Cell2436",
"Cell2437",
"Cell2438",
"Cell2439",
"Cell2440",
"Cell2441",
"Cell2442",
"Cell2443",
"Cell2444",
"Cell2445",
"Cell2446",
"Cell2447",
"Cell2448",
"Cell2449",
"Cell2450",
"Cell2451",
"Cell2452",
"Cell2453",
"Cell2454",
"Cell2455",
"Cell2456",
"Cell2457",
"Cell2458",
"Cell2459",
"Cell2460",
"Cell2461",
"Cell2462",
"Cell2463",
"Cell2464",
"Cell2465",
"Cell2466",
"Cell2467",
"Cell2468",
"Cell2469",
"Cell2470",
"Cell2471",
"Cell2472",
"Cell2473",
"Cell2474",
"Cell2475",
"Cell2476",
"Cell2477",
"Cell2478",
"Cell2479",
"Cell2480",
"Cell2481",
"Cell2482",
"Cell2483",
"Cell2484",
"Cell2485",
"Cell2486",
"Cell2487",
"Cell2488",
"Cell2489",
"Cell2490",
"Cell2491",
"Cell2492",
"Cell2493",
"Cell2494",
"Cell2495",
"Cell2496",
"Cell2497",
"Cell2498",
"Cell2499",
"Cell2500",
"Cell2501",
"Cell2502",
"Cell2503",
"Cell2504",
"Cell2505",
"Cell2506",
"Cell2507",
"Cell2508",
"Cell2509",
"Cell2510",
"Cell2511",
"Cell2512",
"Cell2513",
"Cell2514",
"Cell2515",
"Cell2516",
"Cell2517",
"Cell2518",
"Cell2519",
"Cell2520",
"Cell2521",
"Cell2522",
"Cell2523",
"Cell2524",
"Cell2525",
"Cell2526",
"Cell2527",
"Cell2528",
"Cell2529",
"Cell2530",
"Cell2531",
"Cell2532",
"Cell2533",
"Cell2534",
"Cell2535",
"Cell2536",
"Cell2537",
"Cell2538",
"Cell2539",
"Cell2540",
"Cell2541",
"Cell2542",
"Cell2543",
"Cell2544",
"Cell2545",
"Cell2546",
"Cell2547",
"Cell2548",
"Cell2549",
"Cell2550",
"Cell2551",
"Cell2552",
"Cell2553",
"Cell2554",
"Cell2555",
"Cell2556",
"Cell2557",
"Cell2558",
"Cell2559",
"Cell2560",
"Cell2561",
"Cell2562",
"Cell2563",
"Cell2564",
"Cell2565",
"Cell2566",
"Cell2567",
"Cell2568",
"Cell2569",
"Cell2570",
"Cell2571",
"Cell2572",
"Cell2573",
"Cell2574",
"Cell2575",
"Cell2576",
"Cell2577",
"Cell2578",
"Cell2579",
"Cell2580",
"Cell2581",
"Cell2582",
"Cell2583",
"Cell2584",
"Cell2585",
"Cell2586",
"Cell2587",
"Cell2588",
"Cell2589",
"Cell2590",
"Cell2591",
"Cell2592",
"Cell2593",
"Cell2594",
"Cell2595",
"Cell2596",
"Cell2597",
"Cell2598",
"Cell2599",
"Cell2600",
"Cell2601",
"Cell2602",
"Cell2603",
"Cell2604",
"Cell2605",
"Cell2606",
"Cell2607",
"Cell2608",
"Cell2609",
"Cell2610",
"Cell2611",
"Cell2612",
"Cell2613",
"Cell2614",
"Cell2615",
"Cell2616",
"Cell2617",
"Cell2618",
"Cell2619",
"Cell2620",
"Cell2621",
"Cell2622",
"Cell2623",
"Cell2624",
"Cell2625",
"Cell2626",
"Cell2627",
"Cell2628",
"Cell2629",
"Cell2630",
"Cell2631",
"Cell2632",
"Cell2633",
"Cell2634",
"Cell2635",
"Cell2636",
"Cell2637",
"Cell2638",
"Cell2639",
"Cell2640",
"Cell2641",
"Cell2642",
"Cell2643",
"Cell2644",
"Cell2645",
"Cell2646",
"Cell2647",
"Cell2648",
"Cell2649",
"Cell2650",
"Cell2651",
"Cell2652",
"Cell2653",
"Cell2654",
"Cell2655",
"Cell2656",
"Cell2657",
"Cell2658",
"Cell2659",
"Cell2660",
"Cell2661",
"Cell2662",
"Cell2663",
"Cell2664",
"Cell2665",
"Cell2666",
"Cell2667",
"Cell2668",
"Cell2669",
"Cell2670",
"Cell2671",
"Cell2672",
"Cell2673",
"Cell2674",
"Cell2675",
"Cell2676",
"Cell2677",
"Cell2678",
"Cell2679",
"Cell2680",
"Cell2681",
"Cell2682",
"Cell2683",
"Cell2684",
"Cell2685",
"Cell2686",
"Cell2687",
"Cell2688",
"Cell2689",
"Cell2690",
"Cell2691",
"Cell2692",
"Cell2693",
"Cell2694",
"Cell2695",
"Cell2696",
"Cell2697",
"Cell2698",
"Cell2699",
"Cell2700",
"Cell2701",
"Cell2702",
"Cell2703",
"Cell2704",
"Cell2705",
"Cell2706",
"Cell2707",
"Cell2708",
"Cell2709",
"Cell2710",
"Cell2711",
"Cell2712",
"Cell2713",
"Cell2714",
"Cell2715",
"Cell2716",
"Cell2717",
"Cell2718",
"Cell2719",
"Cell2720",
"Cell2721",
"Cell2722",
"Cell2723",
"Cell2724",
"Cell2725",
"Cell2726",
"Cell2727",
"Cell2728",
"Cell2729",
"Cell2730",
"Cell2731",
"Cell2732",
"Cell2733",
"Cell2734",
"Cell2735",
"Cell2736",
"Cell2737",
"Cell2738",
"Cell2739",
"Cell2740",
"Cell2741",
"Cell2742",
"Cell2743",
"Cell2744",
"Cell2745",
"Cell2746",
"Cell2747",
"Cell2748",
"Cell2749",
"Cell2750",
"Cell2751",
"Cell2752",
"Cell2753",
"Cell2754",
"Cell2755",
"Cell2756",
"Cell2757",
"Cell2758",
"Cell2759",
"Cell2760",
"Cell2761",
"Cell2762",
"Cell2763",
"Cell2764",
"Cell2765",
"Cell2766",
"Cell2767",
"Cell2768",
"Cell2769",
"Cell2770",
"Cell2771",
"Cell2772",
"Cell2773",
"Cell2774",
"Cell2775",
"Cell2776",
"Cell2777",
"Cell2778",
"Cell2779",
"Cell2780",
"Cell2781",
"Cell2782",
"Cell2783",
"Cell2784",
"Cell2785",
"Cell2786",
"Cell2787",
"Cell2788",
"Cell2789",
"Cell2790",
"Cell2791",
"Cell2792",
"Cell2793",
"Cell2794",
"Cell2795",
"Cell2796",
"Cell2797",
"Cell2798",
"Cell2799",
"Cell2800",
"Cell2801",
"Cell2802",
"Cell2803",
"Cell2804",
"Cell2805",
"Cell2806",
"Cell2807",
"Cell2808",
"Cell2809",
"Cell2810",
"Cell2811",
"Cell2812",
"Cell2813",
"Cell2814",
"Cell2815",
"Cell2816",
"Cell2817",
"Cell2818",
"Cell2819",
"Cell2820",
"Cell2821",
"Cell2822",
"Cell2823",
"Cell2824",
"Cell2825",
"Cell2826",
"Cell2827",
"Cell2828",
"Cell2829",
"Cell2830",
"Cell2831",
"Cell2832",
"Cell2833",
"Cell2834",
"Cell2835",
"Cell2836",
"Cell2837",
"Cell2838",
"Cell2839",
"Cell2840",
"Cell2841",
"Cell2842",
"Cell2843",
"Cell2844",
"Cell2845",
"Cell2846",
"Cell2847",
"Cell2848",
"Cell2849",
"Cell2850",
"Cell2851",
"Cell2852",
"Cell2853",
"Cell2854",
"Cell2855",
"Cell2856",
"Cell2857",
"Cell2858",
"Cell2859",
"Cell2860",
"Cell2861",
"Cell2862",
"Cell2863",
"Cell2864",
"Cell2865",
"Cell2866",
"Cell2867",
"Cell2868",
"Cell2869",
"Cell2870",
"Cell2871",
"Cell2872",
"Cell2873",
"Cell2874",
"Cell2875",
"Cell2876",
"Cell2877",
"Cell2878",
"Cell2879",
"Cell2880",
"Cell2881",
"Cell2882",
"Cell2883",
"Cell2884",
"Cell2885",
"Cell2886",
"Cell2887",
"Cell2888",
"Cell2889",
"Cell2890",
"Cell2891",
"Cell2892",
"Cell2893",
"Cell2894",
"Cell2895",
"Cell2896",
"Cell2897",
"Cell2898",
"Cell2899",
"Cell2900",
"Cell2901",
"Cell2902",
"Cell2903",
"Cell2904",
"Cell2905",
"Cell2906",
"Cell2907",
"Cell2908",
"Cell2909",
"Cell2910",
"Cell2911",
"Cell2912",
"Cell2913",
"Cell2914",
"Cell2915",
"Cell2916",
"Cell2917",
"Cell2918",
"Cell2919",
"Cell2920",
"Cell2921",
"Cell2922",
"Cell2923",
"Cell2924",
"Cell2925",
"Cell2926",
"Cell2927",
"Cell2928",
"Cell2929",
"Cell2930",
"Cell2931",
"Cell2932",
"Cell2933",
"Cell2934",
"Cell2935",
"Cell2936",
"Cell2937",
"Cell2938",
"Cell2939",
"Cell2940",
"Cell2941",
"Cell2942",
"Cell2943",
"Cell2944",
"Cell2945",
"Cell2946",
"Cell2947",
"Cell2948",
"Cell2949",
"Cell2950",
"Cell2951",
"Cell2952",
"Cell2953",
"Cell2954",
"Cell2955",
"Cell2956",
"Cell2957",
"Cell2958",
"Cell2959",
"Cell2960",
"Cell2961",
"Cell2962",
"Cell2963",
"Cell2964",
"Cell2965",
"Cell2966",
"Cell2967",
"Cell2968",
"Cell2969",
"Cell2970",
"Cell2971",
"Cell2972",
"Cell2973",
"Cell2974",
"Cell2975",
"Cell2976",
"Cell2977",
"Cell2978",
"Cell2979",
"Cell2980",
"Cell2981",
"Cell2982",
"Cell2983",
"Cell2984",
"Cell2985",
"Cell2986",
"Cell2987",
"Cell2988",
"Cell2989",
"Cell2990",
"Cell2991",
"Cell2992",
"Cell2993",
"Cell2994",
"Cell2995",
"Cell2996",
"Cell2997",
"Cell2998",
"Cell2999",
"Cell3000"
],
"smps" : [
"UMAP-1",
"UMAP-2"
],
"data" : [
[
-0.873,
-7.851
],
[
0.15,
-7.208
],
[
-13.031,
4.073
],
[
1.138,
-7.173
],
[
-2.122,
-6.348
],
[
-11.194,
4.783
],
[
-0.643,
-3.071
],
[
-3.512,
-4.421
],
[
-4.532,
2.059
],
[
-2.494,
-5.95
],
[
-1.054,
-4.985
],
[
-2.145,
-8.179
],
[
-5.777,
2.056
],
[
-3.639,
3.738
],
[
-11.0,
4.369
],
[
-10.8,
2.259
],
[
-0.466,
-5.91
],
[
-2.909,
-6.626
],
[
0.148,
-5.848
],
[
-1.221,
-8.287
],
[
0.093,
-5.345
],
[
0.326,
-8.89
],
[
0.541,
-3.376
],
[
-5.214,
-5.658
],
[
-3.969,
-1.531
],
[
-8.864,
-7.198
],
[
-1.359,
-5.082
],
[
-7.881,
-7.825
],
[
-7.932,
-7.037
],
[
1.157,
-7.464
],
[
-6.911,
-6.399
],
[
-0.973,
-4.218
],
[
-0.002,
-7.289
],
[
0.149,
-6.6
],
[
-1.348,
-5.173
],
[
-5.128,
1.896
],
[
0.818,
-4.843
],
[
-11.073,
2.174
],
[
-7.032,
3.101
],
[
-1.102,
-8.421
],
[
-0.195,
-7.57
],
[
-8.62,
-7.894
],
[
-0.583,
-8.01
],
[
-5.271,
-9.061
],
[
0.695,
-7.257
],
[
-1.512,
-4.292
],
[
0.165,
-8.052
],
[
-3.783,
-5.788
],
[
-2.139,
-5.552
],
[
1.575,
-7.307
],
[
1.446,
-4.68
],
[
-0.189,
-8.439
],
[
-2.144,
-6.487
],
[
-12.021,
2.473
],
[
-3.927,
-7.435
],
[
-8.997,
-6.476
],
[
-6.552,
-8.03
],
[
-1.148,
-3.345
],
[
-5.742,
5.241
],
[
1.688,
-5.354
],
[
-6.958,
2.34
],
[
0.202,
-8.483
],
[
-7.496,
-4.778
],
[
-4.287,
3.819
],
[
-0.529,
-2.704
],
[
0.006,
-7.501
],
[
-6.075,
-8.125
],
[
-3.379,
-5.002
],
[
-4.254,
4.909
],
[
-11.801,
3.259
],
[
-3.284,
-7.774
],
[
-9.051,
-8.316
],
[
-2.101,
-8.278
],
[
-8.504,
-7.37
],
[
-0.534,
-8.008
],
[
-8.989,
-6.918
],
[
0.971,
-7.261
],
[
-6.247,
3.342
],
[
-12.021,
3.788
],
[
-6.352,
-6.947
],
[
1.068,
-3.904
],
[
-1.691,
-7.257
],
[
-10.858,
3.713
],
[
0.403,
-7.066
],
[
-5.81,
1.846
],
[
-12.915,
1.145
],
[
0.481,
-7.349
],
[
-0.312,
-9.015
],
[
-2.939,
-3.507
],
[
-12.506,
3.95
],
[
-2.153,
-3.842
],
[
-11.149,
4.213
],
[
0.056,
-5.23
],
[
-2.7,
-7.07
],
[
-2.038,
-5.135
],
[
-1.087,
-7.188
],
[
1.09,
-6.967
],
[
-7.354,
-5.941
],
[
-0.73,
-5.336
],
[
-6.126,
4.848
],
[
-4.005,
-4.324
],
[
-0.201,
-6.354
],
[
-8.754,
-8.756
],
[
-12.407,
4.93
],
[
-0.217,
-7.052
],
[
-11.553,
2.178
],
[
-10.064,
-6.836
],
[
-4.868,
2.266
],
[
-10.133,
-4.41
],
[
-0.757,
-7.27
],
[
-0.639,
-5.876
],
[
-7.11,
-4.819
],
[
-5.139,
2.44
],
[
-5.21,
4.943
],
[
-2.513,
-2.837
],
[
-3.392,
-3.245
],
[
0.464,
-4.425
],
[
-11.619,
3.689
],
[
0.019,
-2.584
],
[
-11.53,
2.715
],
[
0.383,
-7.485
],
[
-6.012,
4.633
],
[
-3.059,
-3.879
],
[
-3.946,
-4.744
],
[
-0.496,
-8.014
],
[
-1.981,
-2.33
],
[
-3.567,
-5.242
],
[
-5.042,
6.997
],
[
1.234,
-7.143
],
[
-3.362,
4.36
],
[
-2.197,
-10.066
],
[
-1.887,
-4.188
],
[
-4.488,
2.336
],
[
-1.346,
-2.611
],
[
-1.91,
-9.588
],
[
0.109,
-9.167
],
[
-4.526,
5.767
],
[
0.164,
-5.105
],
[
-2.68,
-5.723
],
[
-10.002,
5.511
],
[
-2.765,
-4.775
],
[
-2.155,
-3.628
],
[
-0.587,
-8.071
],
[
-7.653,
-7.843
],
[
-1.206,
-3.156
],
[
-6.47,
-7.599
],
[
-11.624,
4.004
],
[
0.072,
-5.868
],
[
-10.938,
2.344
],
[
-2.029,
-4.72
],
[
-1.543,
-4.61
],
[
-10.127,
2.388
],
[
-0.924,
-3.985
],
[
-1.128,
-9.335
],
[
-1.812,
-10.772
],
[
-1.651,
-2.972
],
[
-11.377,
1.347
],
[
-0.174,
-5.842
],
[
0.829,
-6.399
],
[
-3.625,
-2.414
],
[
-0.496,
-9.806
],
[
-5.188,
4.12
],
[
1.708,
-7.435
],
[
-1.344,
-6.601
],
[
-0.918,
-5.458
],
[
-0.315,
-5.395
],
[
-3.79,
-6.88
],
[
-1.864,
-8.904
],
[
-2.236,
-4.492
],
[
-2.266,
-4.508
],
[
-1.297,
-8.184
],
[
-0.513,
-8.388
],
[
0.354,
-7.424
],
[
-1.579,
-2.449
],
[
-5.664,
5.466
],
[
-6.23,
4.096
],
[
-3.856,
-6.518
],
[
-5.387,
2.62
],
[
-5.726,
3.465
],
[
3.259,
-7.117
],
[
-3.713,
-4.499
],
[
-0.416,
-6.349
],
[
0.906,
-6.371
],
[
0.656,
-6.606
],
[
-2.148,
-7.668
],
[
-0.893,
-8.805
],
[
-8.245,
-6.943
],
[
-12.291,
2.739
],
[
-10.697,
4.207
],
[
-12.042,
3.935
],
[
-5.628,
2.642
],
[
-2.884,
-6.801
],
[
-8.651,
3.155
],
[
-3.155,
-7.337
],
[
-11.483,
3.646
],
[
-1.465,
-6.235
],
[
-9.682,
1.652
],
[
-2.243,
-3.379
],
[
-7.955,
-7.13
],
[
-7.241,
-9.094
],
[
-4.27,
-3.619
],
[
-0.19,
-3.042
],
[
-3.074,
-7.545
],
[
-3.024,
-7.612
],
[
-1.213,
-9.414
],
[
-0.055,
-3.38
],
[
1.228,
-7.182
],
[
-4.397,
-6.89
],
[
-5.16,
4.282
],
[
1.343,
-4.965
],
[
0.489,
-9.099
],
[
-10.795,
2.936
],
[
-5.935,
4.189
],
[
0.389,
-4.693
],
[
-7.892,
-6.148
],
[
0.069,
-1.971
],
[
-5.986,
3.336
],
[
-9.364,
-7.243
],
[
-5.474,
-7.959
],
[
-3.063,
-5.026
],
[
1.824,
-7.606
],
[
-11.112,
4.312
],
[
1.987,
-7.395
],
[
-1.006,
-7.762
],
[
-10.35,
-7.205
],
[
0.137,
-6.48
],
[
-8.647,
-7.605
],
[
-7.995,
-6.565
],
[
-2.475,
-3.997
],
[
-1.79,
-2.747
],
[
-11.49,
3.321
],
[
1.347,
-9.089
],
[
-8.973,
-6.661
],
[
0.38,
-8.851
],
[
-0.971,
-3.858
],
[
-0.785,
-10.566
],
[
1.338,
-5.261
],
[
-10.253,
2.907
],
[
-0.652,
-4.485
],
[
-0.501,
-5.583
],
[
-1.343,
-3.915
],
[
1.712,
-5.636
],
[
-3.58,
-1.923
],
[
-2.407,
-6.539
],
[
-4.914,
-5.356
],
[
-6.91,
-5.287
],
[
-6.986,
-7.873
],
[
-6.515,
4.087
],
[
0.063,
-8.529
],
[
0.551,
-3.877
],
[
-0.226,
-7.394
],
[
-5.342,
-6.478
],
[
-2.929,
-6.137
],
[
-4.446,
-7.549
],
[
-3.081,
-3.411
],
[
-1.011,
-4.602
],
[
-5.186,
3.689
],
[
-8.989,
-7.421
],
[
-4.455,
3.409
],
[
-4.147,
-5.204
],
[
-2.318,
-4.383
],
[
-3.372,
-5.566
],
[
-6.61,
5.069
],
[
-2.044,
-4.602
],
[
0.267,
-3.734
],
[
-11.671,
4.038
],
[
-10.583,
2.534
],
[
-8.494,
-7.089
],
[
-8.64,
-7.624
],
[
-1.301,
-2.67
],
[
-9.757,
-7.305
],
[
1.992,
-6.619
],
[
-5.553,
3.088
],
[
-0.816,
-2.6
],
[
-4.832,
4.596
],
[
-1.925,
-5.378
],
[
-11.174,
2.367
],
[
-6.657,
2.003
],
[
0.38,
-6.517
],
[
-0.9,
-8.012
],
[
0.727,
-4.031
],
[
-2.079,
-7.951
],
[
-0.37,
-5.873
],
[
-6.188,
5.146
],
[
-7.533,
-6.658
],
[
-7.728,
-7.454
],
[
-2.563,
-9.396
],
[
-0.472,
-4.861
],
[
-2.14,
-7.471
],
[
-4.106,
5.842
],
[
-5.847,
3.978
],
[
1.286,
-6.57
],
[
-2.819,
-4.068
],
[
-1.034,
-8.896
],
[
-2.033,
-8.07
],
[
-4.25,
0.704
],
[
-2.633,
-3.98
],
[
-10.645,
2.794
],
[
-0.848,
-6.539
],
[
-10.898,
3.44
],
[
0.202,
-6.351
],
[
0.426,
-8.047
],
[
-12.566,
4.264
],
[
-6.683,
3.464
],
[
-3.28,
-7.571
],
[
-0.59,
-6.271
],
[
-0.214,
-4.41
],
[
-7.449,
4.429
],
[
0.314,
-6.508
],
[
-5.435,
2.411
],
[
-12.343,
4.604
],
[
-7.293,
1.889
],
[
-0.756,
-2.376
],
[
-5.653,
1.871
],
[
-9.435,
1.872
],
[
-0.548,
-6.919
],
[
-9.627,
-8.368
],
[
-2.195,
-9.047
],
[
-6.312,
-7.486
],
[
0.554,
-3.93
],
[
-3.729,
-5.386
],
[
-0.927,
-6.766
],
[
-1.526,
-4.914
],
[
0.989,
-6.693
],
[
-3.867,
-5.994
],
[
-0.327,
-7.582
],
[
-6.958,
-5.408
],
[
-2.162,
-6.49
],
[
-4.008,
-5.839
],
[
-12.192,
3.134
],
[
-11.868,
3.413
],
[
-9.302,
-6.176
],
[
-8.306,
-8.075
],
[
-0.811,
-4.076
],
[
0.061,
-8.069
],
[
1.18,
-8.584
],
[
-1.042,
-2.511
],
[
0.842,
-6.168
],
[
-12.239,
4.025
],
[
-3.56,
-7.136
],
[
-1.87,
-6.533
],
[
-8.004,
-6.866
],
[
0.15,
-3.978
],
[
-2.974,
-9.085
],
[
-8.716,
-9.126
],
[
1.717,
-4.596
],
[
1.614,
-8.124
],
[
-7.211,
-8.345
],
[
-1.9,
-6.747
],
[
-11.925,
4.088
],
[
1.033,
-6.581
],
[
-1.116,
-2.47
],
[
-0.097,
-7.25
],
[
-12.779,
3.716
],
[
2.244,
-4.949
],
[
-1.754,
-2.853
],
[
-6.685,
-7.903
],
[
-9.868,
4.068
],
[
-6.08,
2.915
],
[
-8.686,
-6.361
],
[
1.566,
-9.813
],
[
-1.78,
-10.049
],
[
-8.489,
-8.651
],
[
1.475,
-7.286
],
[
-0.051,
-7.514
],
[
-0.813,
-3.305
],
[
-9.057,
-7.211
],
[
-2.311,
-6.534
],
[
-5.112,
-6.795
],
[
-4.755,
2.903
],
[
-6.391,
3.416
],
[
-3.54,
-6.151
],
[
-9.592,
-5.71
],
[
-2.648,
-5.692
],
[
-5.896,
1.951
],
[
-0.118,
-3.507
],
[
-2.444,
-5.698
],
[
-3.346,
-3.554
],
[
-13.89,
2.783
],
[
-6.713,
4.143
],
[
1.413,
-7.854
],
[
-6.665,
-6.399
],
[
-9.69,
1.976
],
[
-8.597,
-8.975
],
[
-8.54,
-6.468
],
[
-2.862,
-4.797
],
[
-6.896,
-7.671
],
[
-1.542,
-3.405
],
[
-3.78,
3.148
],
[
-2.429,
-8.79
],
[
-2.245,
-8.365
],
[
-2.99,
-3.162
],
[
-8.198,
-6.646
],
[
-4.101,
-3.015
],
[
-11.428,
2.714
],
[
-7.231,
3.929
],
[
-3.298,
-8.486
],
[
-5.109,
2.711
],
[
-6.081,
-6.719
],
[
-9.488,
-5.233
],
[
2.601,
-7.717
],
[
-8.056,
-6.545
],
[
-7.953,
-5.841
],
[
-5.177,
3.883
],
[
-4.529,
2.072
],
[
-2.106,
-6.32
],
[
-6.517,
2.346
],
[
-5.984,
4.241
],
[
-0.672,
-5.588
],
[
-0.014,
-9.642
],
[
-3.121,
-4.699
],
[
-3.726,
-5.115
],
[
-8.024,
-6.686
],
[
-4.859,
-5.025
],
[
-1.475,
-6.124
],
[
-7.134,
-7.018
],
[
-2.16,
-3.946
],
[
-0.682,
-9.681
],
[
-1.608,
-4.466
],
[
-0.086,
-9.091
],
[
-8.184,
-8.078
],
[
-7.518,
-5.6
],
[
-2.069,
-6.928
],
[
-5.726,
3.577
],
[
-1.819,
-9.319
],
[
-0.0,
-8.388
],
[
-1.233,
-6.929
],
[
-4.819,
-4.859
],
[
-0.777,
-10.466
],
[
-9.007,
-7.154
],
[
-10.983,
3.175
],
[
-4.216,
-5.84
],
[
-8.091,
-7.816
],
[
0.473,
-7.122
],
[
-7.151,
2.463
],
[
2.488,
-8.033
],
[
-2.265,
-4.927
],
[
-7.79,
-8.42
],
[
-0.877,
-8.273
],
[
-10.173,
-8.578
],
[
-0.863,
-3.418
],
[
-4.975,
2.948
],
[
-7.743,
-8.687
],
[
0.765,
-7.207
],
[
-9.231,
-7.76
],
[
-0.927,
-4.642
],
[
-6.465,
2.257
],
[
-0.683,
-3.114
],
[
-9.165,
-6.201
],
[
-4.869,
4.551
],
[
-0.817,
-5.722
],
[
-1.773,
-6.512
],
[
-7.041,
2.377
],
[
-0.271,
-6.856
],
[
-2.384,
-2.733
],
[
-5.44,
3.803
],
[
0.033,
-5.108
],
[
2.269,
-7.347
],
[
-2.565,
-3.192
],
[
-9.895,
3.437
],
[
-1.099,
-9.161
],
[
-0.67,
-7.308
],
[
-3.274,
4.736
],
[
-2.42,
-4.341
],
[
-11.887,
2.453
],
[
0.658,
-7.581
],
[
-3.429,
-8.492
],
[
-0.7,
-7.289
],
[
0.983,
-6.232
],
[
0.48,
-8.191
],
[
-5.323,
1.068
],
[
-4.479,
3.054
],
[
0.885,
-6.887
],
[
-0.423,
-8.075
],
[
-3.203,
2.442
],
[
-1.02,
-6.367
],
[
-11.164,
3.091
],
[
-11.058,
2.368
],
[
3.595,
-6.3
],
[
-4.153,
-6.126
],
[
-0.007,
-7.16
],
[
-10.397,
1.562
],
[
-2.196,
-5.957
],
[
-0.381,
-4.686
],
[
-4.526,
-4.739
],
[
-2.172,
-2.827
],
[
-7.716,
-6.551
],
[
-1.038,
-7.057
],
[
-8.977,
-7.263
],
[
-7.017,
-6.444
],
[
-1.863,
-4.486
],
[
-3.605,
-7.572
],
[
-7.852,
-5.934
],
[
-5.523,
3.997
],
[
-10.937,
3.91
],
[
-10.218,
1.98
],
[
-12.04,
4.115
],
[
-3.247,
-2.797
],
[
-12.143,
4.103
],
[
-10.273,
2.681
],
[
-11.244,
1.247
],
[
-9.946,
2.7
],
[
-2.768,
-6.967
],
[
-1.922,
-7.493
],
[
-11.367,
3.342
],
[
-3.257,
-8.431
],
[
-3.591,
-5.034
],
[
-1.981,
-5.991
],
[
-0.063,
-7.619
],
[
-7.326,
4.043
],
[
-11.272,
4.668
],
[
-8.291,
-7.056
],
[
-1.581,
-2.801
],
[
-1.319,
-1.862
],
[
-10.245,
4.758
],
[
0.451,
-6.492
],
[
-1.924,
-2.726
],
[
-13.45,
5.09
],
[
-3.121,
-3.768
],
[
-10.099,
-6.539
],
[
1.463,
-7.314
],
[
-6.218,
3.476
],
[
-8.544,
-7.286
],
[
-7.354,
-6.712
],
[
1.458,
-5.927
],
[
-1.828,
-4.646
],
[
-0.309,
-5.634
],
[
-3.095,
-7.19
],
[
-0.432,
-4.823
],
[
0.521,
-4.752
],
[
-1.059,
-5.198
],
[
-7.928,
-9.269
],
[
-9.501,
-6.644
],
[
-6.21,
3.415
],
[
-2.219,
-4.762
],
[
0.448,
-5.052
],
[
-3.895,
-5.964
],
[
-11.081,
4.26
],
[
-10.733,
2.44
],
[
-2.066,
4.737
],
[
0.718,
-8.186
],
[
-10.695,
2.405
],
[
-12.408,
3.338
],
[
-9.211,
-5.381
],
[
-1.125,
-3.673
],
[
1.288,
-6.178
],
[
-1.963,
-4.943
],
[
-1.64,
-5.963
],
[
-11.595,
2.253
],
[
-3.38,
2.414
],
[
-3.985,
1.959
],
[
-9.062,
-7.446
],
[
0.694,
-4.891
],
[
-0.757,
-9.744
],
[
-7.094,
4.121
],
[
-9.954,
2.988
],
[
-6.559,
3.754
],
[
-9.962,
-8.503
],
[
-12.227,
1.484
],
[
-0.593,
-6.962
],
[
-1.114,
-3.624
],
[
-0.047,
-7.041
],
[
-1.089,
-6.059
],
[
-0.714,
-7.068
],
[
-3.081,
-6.806
],
[
-4.694,
3.688
],
[
-0.332,
-8.839
],
[
-0.689,
-7.783
],
[
-0.059,
-6.109
],
[
-10.019,
-5.591
],
[
-11.541,
2.815
],
[
-1.259,
-6.943
],
[
1.578,
-4.682
],
[
-1.958,
-7.027
],
[
-0.894,
-5.489
],
[
-2.152,
-1.877
],
[
-1.348,
-8.231
],
[
-2.967,
-4.801
],
[
-0.1,
-7.07
],
[
-8.063,
-6.299
],
[
-4.429,
-5.415
],
[
-1.562,
-1.929
],
[
-0.939,
-6.822
],
[
-0.509,
-6.993
],
[
-2.126,
-5.526
],
[
-0.294,
-1.536
],
[
-0.117,
-6.05
],
[
-2.826,
-3.733
],
[
-4.554,
4.61
],
[
-0.839,
-7.891
],
[
-12.258,
2.746
],
[
1.43,
-7.054
],
[
-1.912,
-5.389
],
[
0.834,
-7.597
],
[
0.583,
-6.086
],
[
-8.97,
-7.163
],
[
1.01,
-8.954
],
[
-0.226,
-10.67
],
[
-7.955,
-7.487
],
[
0.762,
-7.093
],
[
-2.326,
-1.349
],
[
-8.19,
-6.378
],
[
-4.636,
-6.437
],
[
-11.738,
2.882
],
[
-0.819,
-8.376
],
[
0.033,
-4.82
],
[
-7.386,
-6.751
],
[
-1.691,
-2.423
],
[
-1.796,
-9.245
],
[
-7.187,
-5.818
],
[
-4.656,
4.047
],
[
-7.376,
-5.387
],
[
-6.555,
2.733
],
[
-7.867,
-6.396
],
[
-0.622,
-3.737
],
[
0.087,
-6.175
],
[
0.825,
-5.101
],
[
-1.082,
-2.582
],
[
0.256,
-8.56
],
[
1.209,
-8.199
],
[
-3.768,
-5.462
],
[
0.188,
-8.1
],
[
-1.295,
-4.174
],
[
-9.488,
2.723
],
[
-8.993,
-7.781
],
[
-3.257,
-2.609
],
[
2.506,
-6.216
],
[
-0.038,
-6.98
],
[
0.498,
-5.326
],
[
-10.13,
-5.878
],
[
-8.639,
-7.529
],
[
-12.293,
4.849
],
[
1.15,
-6.3
],
[
-8.457,
-4.988
],
[
-3.412,
-4.063
],
[
-9.585,
-5.883
],
[
-9.872,
-6.502
],
[
1.118,
-8.293
],
[
-1.686,
-3.337
],
[
-2.585,
-5.829
],
[
-2.616,
-6.843
],
[
-9.121,
3.66
],
[
-1.569,
-8.794
],
[
-7.595,
-6.998
],
[
-0.395,
-4.459
],
[
-2.321,
-2.808
],
[
-2.75,
-4.875
],
[
0.536,
-6.783
],
[
-9.613,
-6.112
],
[
-7.518,
-5.923
],
[
-6.097,
4.413
],
[
0.418,
-6.396
],
[
-10.64,
1.699
],
[
1.048,
-9.54
],
[
-1.117,
-4.319
],
[
-5.167,
4.7
],
[
-8.431,
-7.563
],
[
0.135,
-8.378
],
[
-1.325,
-3.632
],
[
-5.055,
-6.078
],
[
-8.71,
4.639
],
[
-12.018,
4.13
],
[
-1.149,
-1.686
],
[
1.333,
-5.29
],
[
-8.617,
-6.742
],
[
-2.021,
-6.196
],
[
-0.333,
-6.935
],
[
-0.198,
-7.226
],
[
-0.292,
-5.968
],
[
0.368,
-6.593
],
[
-1.453,
-6.312
],
[
-0.705,
-9.171
],
[
-10.578,
1.617
],
[
-10.799,
2.23
],
[
-1.535,
-8.596
],
[
-6.426,
-7.784
],
[
0.832,
-5.816
],
[
-0.469,
-8.612
],
[
-9.833,
1.875
],
[
-2.624,
-5.458
],
[
0.73,
-5.936
],
[
-1.829,
-7.119
],
[
-1.029,
-9.411
],
[
-2.917,
-4.67
],
[
-0.235,
-2.28
],
[
0.511,
-6.66
],
[
-1.363,
-10.187
],
[
2.365,
-5.548
],
[
-4.383,
3.321
],
[
-0.327,
-9.834
],
[
-1.869,
-5.72
],
[
-4.858,
2.207
],
[
0.714,
-7.799
],
[
-0.743,
-6.283
],
[
-1.402,
-5.541
],
[
-5.516,
2.351
],
[
-2.235,
-3.446
],
[
-9.478,
2.821
],
[
-4.125,
-5.256
],
[
0.6,
-6.513
],
[
-12.401,
3.379
],
[
-0.548,
-4.529
],
[
-12.71,
4.481
],
[
-3.897,
-4.834
],
[
-3.019,
-4.57
],
[
-6.988,
-7.426
],
[
-1.967,
-7.989
],
[
-3.824,
-7.086
],
[
-0.782,
-5.708
],
[
-1.086,
-2.967
],
[
-0.455,
-7.762
],
[
-11.635,
2.71
],
[
-1.973,
-6.495
],
[
-9.438,
2.093
],
[
-2.435,
-8.402
],
[
-5.534,
1.765
],
[
-0.163,
-7.205
],
[
-11.165,
4.595
],
[
-1.201,
-5.396
],
[
-1.844,
-7.861
],
[
-0.865,
-7.268
],
[
0.92,
-7.31
],
[
-9.306,
3.99
],
[
-3.6,
-8.791
],
[
-9.08,
-7.275
],
[
1.09,
-5.694
],
[
-5.246,
3.962
],
[
-1.778,
-3.447
],
[
0.342,
-6.779
],
[
-0.625,
-7.121
],
[
-1.913,
-4.023
],
[
-1.348,
-3.207
],
[
-0.097,
-3.739
],
[
-0.622,
-8.998
],
[
-10.073,
2.503
],
[
-7.345,
-5.823
],
[
-8.801,
-6.013
],
[
-1.717,
-6.436
],
[
0.601,
-8.469
],
[
0.901,
-5.128
],
[
1.629,
-6.906
],
[
-0.472,
-5.797
],
[
-7.713,
-6.935
],
[
-0.65,
-5.19
],
[
-2.208,
-7.313
],
[
-10.806,
2.767
],
[
0.833,
-6.502
],
[
-6.432,
-8.296
],
[
0.286,
-6.753
],
[
0.069,
-5.821
],
[
-7.012,
4.123
],
[
-2.093,
-4.394
],
[
-10.618,
4.431
],
[
-8.245,
-6.26
],
[
-1.405,
-7.009
],
[
-1.29,
-5.979
],
[
-13.27,
4.036
],
[
-7.482,
-5.316
],
[
-0.216,
-7.819
],
[
-0.342,
-5.875
],
[
0.368,
-4.549
],
[
-1.407,
-8.643
],
[
-2.613,
-2.887
],
[
-1.505,
-3.65
],
[
-0.906,
-2.899
],
[
-12.538,
4.82
],
[
-4.907,
-4.782
],
[
-1.803,
-7.563
],
[
-2.929,
-3.026
],
[
-4.295,
4.976
],
[
-1.978,
-8.331
],
[
-8.533,
-6.704
],
[
-7.844,
-8.411
],
[
-4.362,
4.359
],
[
-8.645,
-7.151
],
[
-3.789,
-7.097
],
[
-2.823,
-5.89
],
[
-3.348,
-4.724
],
[
-7.81,
-5.972
],
[
-3.548,
-4.393
],
[
-5.205,
-6.65
],
[
0.744,
-5.757
],
[
-0.399,
-6.419
],
[
-6.107,
4.327
],
[
-3.409,
-7.044
],
[
1.109,
-6.412
],
[
-10.278,
4.469
],
[
-4.424,
3.604
],
[
-1.558,
-6.967
],
[
2.041,
-6.197
],
[
-2.094,
-5.109
],
[
-9.826,
-8.169
],
[
-2.627,
-4.663
],
[
0.163,
-4.191
],
[
-4.705,
3.938
],
[
0.317,
-9.534
],
[
2.141,
-8.102
],
[
-1.955,
-8.024
],
[
-0.465,
-4.115
],
[
-0.004,
-8.037
],
[
-6.024,
2.999
],
[
-3.476,
-4.193
],
[
-7.657,
4.094
],
[
-11.686,
2.619
],
[
0.505,
-6.655
],
[
-13.192,
4.222
],
[
-1.332,
-2.123
],
[
-1.906,
-4.677
],
[
-2.039,
-9.835
],
[
-2.546,
-5.615
],
[
-3.259,
-10.974
],
[
-4.899,
-6.241
],
[
1.973,
-6.568
],
[
-5.793,
2.926
],
[
-1.0,
-9.228
],
[
-5.877,
4.441
],
[
-0.802,
-4.775
],
[
-1.471,
-6.747
],
[
-0.57,
-7.598
],
[
0.366,
-8.197
],
[
-2.148,
-7.695
],
[
0.163,
-5.076
],
[
-2.738,
-5.622
],
[
-11.885,
2.372
],
[
-5.501,
3.151
],
[
1.295,
-7.234
],
[
-2.339,
-5.639
],
[
-12.08,
5.804
],
[
-7.457,
-6.899
],
[
0.289,
-6.527
],
[
-7.788,
-8.446
],
[
-7.623,
-5.613
],
[
-1.513,
-5.362
],
[
-0.388,
-7.936
],
[
-1.112,
-8.039
],
[
-2.51,
-6.992
],
[
-12.036,
3.961
],
[
-1.412,
-5.003
],
[
-3.065,
-7.466
],
[
-9.622,
-7.397
],
[
-0.077,
-3.134
],
[
-3.161,
-3.475
],
[
-9.186,
2.103
],
[
-1.848,
-4.209
],
[
-3.083,
-5.612
],
[
-8.288,
-7.101
],
[
-10.749,
4.222
],
[
-0.346,
-8.065
],
[
0.535,
-4.413
],
[
-7.194,
-7.57
],
[
-2.311,
-8.664
],
[
-9.993,
4.081
],
[
-1.988,
-3.991
],
[
0.539,
-8.095
],
[
-3.188,
-4.407
],
[
-7.518,
2.99
],
[
-2.415,
-3.735
],
[
-5.393,
4.148
],
[
-7.154,
-7.919
],
[
-6.193,
3.55
],
[
-0.021,
-6.517
],
[
-0.88,
-5.171
],
[
-4.573,
1.994
],
[
-0.562,
-5.583
],
[
1.809,
-5.989
],
[
-12.6,
2.681
],
[
-2.384,
-5.529
],
[
1.277,
-7.856
],
[
1.461,
-4.464
],
[
-3.268,
-4.484
],
[
-11.057,
2.473
],
[
0.69,
-7.136
],
[
-10.373,
3.327
],
[
-5.789,
4.224
],
[
-0.47,
-6.262
],
[
-2.381,
-4.517
],
[
-1.951,
-5.371
],
[
-5.829,
4.894
],
[
-8.433,
-6.6
],
[
-4.62,
-5.416
],
[
-0.95,
-3.135
],
[
-4.963,
-6.965
],
[
-7.492,
-7.192
],
[
-10.347,
2.486
],
[
-0.144,
-8.624
],
[
-1.729,
-5.198
],
[
-1.136,
-7.246
],
[
-4.854,
-5.701
],
[
-5.954,
3.502
],
[
-5.453,
-6.711
],
[
-2.005,
-8.363
],
[
-4.67,
-6.631
],
[
-0.903,
-7.431
],
[
-8.785,
-4.582
],
[
-6.041,
4.213
],
[
-5.599,
4.085
],
[
-3.343,
-5.617
],
[
-0.805,
-8.319
],
[
-10.775,
3.276
],
[
0.442,
-7.36
],
[
-7.756,
-6.772
],
[
0.613,
-6.279
],
[
-1.033,
-5.838
],
[
-1.477,
-9.419
],
[
-2.889,
-4.113
],
[
0.035,
-4.127
],
[
-3.556,
-4.627
],
[
-7.893,
-5.276
],
[
-3.47,
-2.993
],
[
-10.3,
2.393
],
[
-5.061,
2.651
],
[
-1.433,
-2.733
],
[
0.183,
-8.843
],
[
-10.788,
-8.556
],
[
-2.247,
-3.667
],
[
-1.207,
-6.9
],
[
1.649,
-6.733
],
[
-2.866,
4.83
],
[
2.775,
-7.512
],
[
-0.592,
-4.242
],
[
-7.355,
3.545
],
[
-2.235,
-3.7
],
[
-2.854,
-6.095
],
[
0.018,
-7.835
],
[
-11.524,
2.535
],
[
-11.484,
4.321
],
[
-4.514,
-4.783
],
[
-2.225,
-7.763
],
[
-3.53,
-4.725
],
[
-1.888,
-4.072
],
[
-4.137,
-6.846
],
[
0.6,
-5.953
],
[
-2.985,
-5.897
],
[
-9.025,
-5.131
],
[
-2.525,
-2.735
],
[
-3.403,
-4.261
],
[
0.085,
-7.463
],
[
-1.195,
-8.485
],
[
-6.453,
-8.678
],
[
-2.765,
-9.939
],
[
1.012,
-7.27
],
[
0.603,
-5.878
],
[
-13.281,
3.901
],
[
-10.313,
1.219
],
[
-2.705,
-8.317
],
[
-5.808,
3.025
],
[
-0.187,
-5.638
],
[
-0.744,
-8.61
],
[
1.843,
-6.96
],
[
-1.698,
-3.142
],
[
-2.573,
-7.593
],
[
-2.881,
-7.8
],
[
-3.929,
2.884
],
[
-3.613,
-6.262
],
[
-4.286,
-2.984
],
[
-0.973,
-2.541
],
[
-8.544,
-8.002
],
[
-7.639,
-5.137
],
[
-3.302,
-5.6
],
[
-1.794,
-5.872
],
[
-10.435,
4.519
],
[
-6.373,
1.162
],
[
-8.396,
-6.324
],
[
0.506,
-4.955
],
[
-6.642,
4.22
],
[
-0.611,
-6.868
],
[
-4.908,
-4.372
],
[
-6.033,
3.312
],
[
-3.153,
-7.51
],
[
-10.875,
3.214
],
[
-0.293,
-8.953
],
[
-2.081,
-4.619
],
[
-3.793,
-5.431
],
[
-8.87,
-4.25
],
[
-8.254,
-8.891
],
[
-1.474,
-4.486
],
[
0.402,
-6.778
],
[
-0.619,
-6.795
],
[
-10.131,
-4.856
],
[
-1.239,
-3.656
],
[
-0.691,
-6.953
],
[
-6.995,
-7.407
],
[
-8.987,
-8.061
],
[
-6.277,
3.079
],
[
0.8,
-6.109
],
[
-2.756,
-4.226
],
[
-3.404,
-5.282
],
[
-3.381,
-9.242
],
[
-3.281,
-5.786
],
[
-0.933,
-7.335
],
[
-4.366,
-5.08
],
[
0.555,
-6.981
],
[
-10.659,
4.744
],
[
2.411,
-7.744
],
[
-8.01,
-7.246
],
[
-1.994,
-7.156
],
[
-0.361,
-8.242
],
[
-8.123,
-7.834
],
[
-0.4,
-5.034
],
[
-10.93,
3.013
],
[
-7.105,
-5.961
],
[
-3.089,
-5.608
],
[
-1.419,
-8.094
],
[
-4.898,
3.523
],
[
-9.124,
-6.453
],
[
-10.858,
3.846
],
[
-12.007,
4.296
],
[
-0.898,
-5.202
],
[
-1.574,
-8.169
],
[
-2.606,
-3.298
],
[
-10.0,
1.841
],
[
-1.485,
-5.055
],
[
-2.783,
-6.471
],
[
-9.218,
-7.453
],
[
-1.95,
-3.14
],
[
-6.851,
2.696
],
[
-6.199,
-7.192
],
[
0.645,
-7.763
],
[
1.951,
-7.193
],
[
-2.077,
-7.419
],
[
-0.513,
-4.165
],
[
-4.497,
2.828
],
[
-10.721,
3.632
],
[
-0.675,
-6.449
],
[
-1.246,
-9.633
],
[
-4.667,
-4.808
],
[
-0.007,
-8.199
],
[
0.835,
-7.076
],
[
-10.53,
2.057
],
[
-0.892,
-5.359
],
[
-11.167,
4.031
],
[
-3.739,
1.239
],
[
-2.643,
-5.674
],
[
-1.98,
-2.6
],
[
-11.533,
3.255
],
[
-4.918,
2.103
],
[
-1.119,
-4.898
],
[
-5.159,
-5.631
],
[
-1.329,
-7.091
],
[
1.012,
-8.495
],
[
-3.941,
2.814
],
[
-0.49,
-8.304
],
[
-2.01,
-3.084
],
[
-1.522,
-8.168
],
[
-9.227,
-7.699
],
[
-0.827,
-5.457
],
[
-4.742,
-4.044
],
[
-10.082,
-5.834
],
[
-11.606,
3.249
],
[
-1.717,
-2.634
],
[
-0.688,
-6.603
],
[
-0.401,
-6.342
],
[
-5.095,
4.029
],
[
-1.929,
-4.806
],
[
-5.218,
4.25
],
[
-0.311,
-7.352
],
[
-8.493,
-7.974
],
[
-0.297,
-4.717
],
[
-1.897,
-2.628
],
[
-1.761,
-5.52
],
[
-0.229,
-7.655
],
[
-3.153,
-8.436
],
[
-6.376,
2.819
],
[
-9.812,
3.239
],
[
-1.222,
-5.552
],
[
-0.155,
-4.586
],
[
-8.487,
-6.944
],
[
-1.236,
-9.823
],
[
0.798,
-7.487
],
[
-1.381,
-4.131
],
[
-5.888,
5.888
],
[
-2.53,
-4.687
],
[
-9.345,
-6.809
],
[
-9.241,
-6.963
],
[
-0.342,
-9.763
],
[
-11.313,
4.817
],
[
-10.554,
4.062
],
[
-2.948,
-4.216
],
[
1.588,
-9.549
],
[
-7.618,
-7.695
],
[
-11.532,
5.899
],
[
-0.675,
-8.676
],
[
1.746,
-8.109
],
[
-0.923,
-7.478
],
[
-12.338,
4.146
],
[
-2.67,
-9.328
],
[
1.362,
-7.702
],
[
-2.613,
-4.668
],
[
2.662,
-6.666
],
[
-0.35,
-4.858
],
[
-2.305,
-6.315
],
[
0.666,
-6.148
],
[
-1.658,
-3.85
],
[
-4.619,
-7.048
],
[
-0.195,
-9.673
],
[
-13.573,
5.749
],
[
-7.544,
3.137
],
[
-3.139,
-5.094
],
[
-4.198,
3.681
],
[
-2.193,
-7.904
],
[
-1.329,
-5.931
],
[
-1.057,
-2.376
],
[
-0.326,
-7.448
],
[
-4.931,
5.166
],
[
-3.536,
-6.009
],
[
-2.618,
-9.139
],
[
-0.633,
-7.928
],
[
-3.33,
-2.909
],
[
-5.203,
3.676
],
[
-3.117,
-6.114
],
[
-5.743,
4.611
],
[
-9.955,
3.901
],
[
-0.955,
-7.717
],
[
-1.181,
-7.249
],
[
-1.307,
-8.464
],
[
-5.304,
-6.277
],
[
-11.048,
6.268
],
[
-1.419,
-7.474
],
[
-4.977,
2.902
],
[
1.928,
-9.091
],
[
-2.921,
-6.524
],
[
-0.719,
-6.545
],
[
-4.574,
4.649
],
[
0.769,
-6.933
],
[
-8.077,
-6.944
],
[
-10.254,
4.615
],
[
-0.538,
-7.913
],
[
-10.207,
-7.182
],
[
-1.146,
-3.505
],
[
-0.169,
-4.428
],
[
-10.385,
3.289
],
[
-3.228,
2.276
],
[
-1.521,
-3.269
],
[
-3.858,
-8.365
],
[
-1.831,
-9.073
],
[
-0.994,
-4.403
],
[
-3.251,
-6.204
],
[
-1.957,
-4.079
],
[
-1.222,
-7.322
],
[
-7.041,
-6.443
],
[
1.28,
-8.286
],
[
-3.14,
-5.647
],
[
-12.381,
3.14
],
[
-5.041,
2.17
],
[
-7.118,
-7.077
],
[
-2.444,
-9.615
],
[
-1.204,
-4.117
],
[
-0.203,
-5.286
],
[
-6.149,
3.708
],
[
-8.537,
-6.671
],
[
-3.115,
-3.337
],
[
-1.712,
-5.643
],
[
-5.597,
3.806
],
[
-3.865,
-5.51
],
[
-8.341,
-6.242
],
[
-2.363,
-4.917
],
[
-0.535,
-8.949
],
[
-4.836,
4.431
],
[
-1.125,
-8.547
],
[
-2.0,
-9.207
],
[
0.487,
-8.532
],
[
-11.349,
4.744
],
[
-6.857,
-6.058
],
[
-3.488,
4.067
],
[
-2.865,
-6.514
],
[
-9.824,
2.654
],
[
-7.648,
-5.765
],
[
-1.192,
-2.258
],
[
-1.384,
-10.792
],
[
-8.394,
-6.727
],
[
0.655,
-8.027
],
[
-3.636,
-6.506
],
[
-0.962,
-5.149
],
[
-2.877,
-5.462
],
[
-8.611,
-7.494
],
[
-6.148,
-7.297
],
[
-4.467,
5.026
],
[
-3.377,
-9.684
],
[
-4.858,
-5.586
],
[
-10.947,
1.42
],
[
-10.286,
-6.599
],
[
-11.712,
2.242
],
[
-1.966,
-8.57
],
[
-1.571,
-1.083
],
[
-3.286,
-3.958
],
[
-3.467,
4.469
],
[
-0.367,
-9.293
],
[
-1.686,
-5.044
],
[
-7.328,
-7.42
],
[
-3.079,
-6.09
],
[
-7.858,
-5.571
],
[
-2.77,
-4.917
],
[
3.394,
-7.02
],
[
-0.797,
-8.72
],
[
-3.819,
-8.535
],
[
-0.64,
-7.608
],
[
-5.25,
3.699
],
[
-1.176,
-9.665
],
[
2.427,
-6.547
],
[
0.218,
-8.175
],
[
0.064,
-5.829
],
[
-0.363,
-9.787
],
[
-10.899,
3.659
],
[
-7.299,
1.698
],
[
0.221,
-6.973
],
[
-0.421,
-7.545
],
[
-3.737,
-4.94
],
[
-1.26,
-7.289
],
[
0.165,
-5.944
],
[
0.29,
-9.274
],
[
0.694,
-5.873
],
[
-3.003,
-8.027
],
[
-7.219,
-6.999
],
[
-1.909,
-7.595
],
[
1.046,
-6.913
],
[
1.213,
-6.834
],
[
-1.134,
-6.101
],
[
-9.583,
-6.909
],
[
1.101,
-4.852
],
[
-10.893,
2.207
],
[
-1.177,
-4.845
],
[
-0.54,
-8.688
],
[
-1.581,
-9.719
],
[
-2.613,
-5.042
],
[
-5.519,
-7.535
],
[
-5.211,
1.2
],
[
-4.294,
3.091
],
[
-2.667,
-9.12
],
[
-0.858,
-7.817
],
[
-1.051,
-6.937
],
[
-0.344,
-6.729
],
[
-5.584,
3.57
],
[
-5.594,
0.25
],
[
-11.31,
3.649
],
[
-3.653,
-4.342
],
[
-3.161,
-9.103
],
[
-4.004,
-3.952
],
[
1.36,
-6.501
],
[
-3.691,
-6.186
],
[
-8.196,
-4.592
],
[
2.648,
-9.744
],
[
-11.288,
1.189
],
[
-0.612,
-4.983
],
[
0.593,
-8.489
],
[
-5.508,
3.599
],
[
0.112,
-5.733
],
[
-6.2,
2.939
],
[
-2.177,
-6.204
],
[
-12.837,
3.717
],
[
-12.367,
2.707
],
[
-5.933,
-5.344
],
[
-5.527,
2.623
],
[
1.891,
-9.028
],
[
-9.552,
-7.604
],
[
-7.435,
-9.584
],
[
-8.547,
-7.546
],
[
-9.463,
2.034
],
[
-1.569,
5.441
],
[
0.326,
-6.885
],
[
-0.121,
-5.691
],
[
-4.678,
-4.784
],
[
0.906,
-5.754
],
[
-0.275,
-5.074
],
[
-12.018,
4.881
],
[
-1.14,
-9.593
],
[
-9.659,
2.318
],
[
-9.336,
4.385
],
[
-1.865,
-2.632
],
[
-6.377,
2.9
],
[
0.914,
-6.558
],
[
-2.312,
-5.182
],
[
-0.501,
-8.533
],
[
0.485,
-6.115
],
[
-6.768,
4.472
],
[
-0.409,
-7.226
],
[
0.446,
-9.208
],
[
0.669,
-3.75
],
[
-7.293,
-6.976
],
[
-12.03,
2.948
],
[
-2.328,
-5.264
],
[
-5.488,
4.468
],
[
-0.069,
-9.771
],
[
-10.641,
1.795
],
[
-8.282,
-6.335
],
[
-0.457,
-4.039
],
[
-6.067,
3.031
],
[
-1.306,
-3.998
],
[
-1.85,
-7.446
],
[
-0.153,
-5.484
],
[
-0.031,
-7.955
],
[
1.715,
-6.646
],
[
-1.917,
-3.603
],
[
-10.975,
1.801
],
[
-5.136,
-6.056
],
[
-2.794,
-7.288
],
[
-10.79,
3.301
],
[
-2.688,
-9.521
],
[
-0.957,
-7.641
],
[
-2.106,
-5.303
],
[
-7.131,
-7.293
],
[
-1.422,
-6.316
],
[
-2.445,
-7.803
],
[
-4.702,
-6.291
],
[
-4.529,
-6.736
],
[
-2.272,
-6.68
],
[
-1.611,
-6.645
],
[
-0.172,
-5.992
],
[
-1.916,
-6.555
],
[
-1.984,
-1.035
],
[
-3.482,
-6.264
],
[
-4.909,
1.137
],
[
-2.245,
-7.271
],
[
0.302,
-6.964
],
[
-2.457,
-4.856
],
[
-1.178,
-2.643
],
[
-2.958,
-7.361
],
[
-11.622,
4.101
],
[
-4.21,
3.555
],
[
-0.101,
-8.557
],
[
-1.151,
-4.372
],
[
-10.687,
3.849
],
[
-8.645,
-8.12
],
[
-4.283,
-4.785
],
[
-11.622,
3.48
],
[
2.282,
-7.76
],
[
-6.614,
3.091
],
[
-3.274,
-6.29
],
[
-0.005,
-4.563
],
[
-2.989,
-3.486
],
[
-5.704,
3.281
],
[
-5.601,
3.172
],
[
0.73,
-7.787
],
[
-5.474,
-5.794
],
[
-2.72,
-4.429
],
[
-3.926,
-5.871
],
[
-0.002,
-8.125
],
[
-5.318,
4.398
],
[
-0.399,
-7.352
],
[
-0.916,
-7.408
],
[
-10.66,
1.917
],
[
-10.547,
4.478
],
[
-1.557,
-6.151
],
[
-3.591,
-4.475
],
[
-1.838,
-7.223
],
[
-12.282,
5.095
],
[
-2.432,
-8.323
],
[
-1.355,
-4.917
],
[
-2.461,
2.903
],
[
-4.053,
-4.144
],
[
-12.318,
3.109
],
[
-11.481,
4.321
],
[
-1.0,
-5.638
],
[
-3.185,
-2.009
],
[
2.283,
-6.262
],
[
-5.386,
-5.99
],
[
1.137,
-5.109
],
[
-10.484,
2.932
],
[
-0.703,
-3.865
],
[
-4.557,
4.453
],
[
-12.013,
3.701
],
[
0.664,
-7.087
],
[
-10.007,
-7.736
],
[
-0.824,
-7.671
],
[
-1.954,
-3.156
],
[
0.727,
-6.803
],
[
-1.887,
-4.248
],
[
-0.597,
-7.131
],
[
-2.426,
-6.465
],
[
0.725,
-5.183
],
[
-6.825,
3.617
],
[
-11.844,
3.836
],
[
-1.751,
-6.701
],
[
-9.085,
-8.757
],
[
-5.806,
3.587
],
[
-5.932,
-8.416
],
[
-10.951,
4.172
],
[
-0.062,
-9.322
],
[
-2.683,
-7.591
],
[
-3.838,
-5.27
],
[
-0.822,
-6.322
],
[
-9.968,
2.438
],
[
-2.366,
-9.378
],
[
-10.286,
4.033
],
[
-3.123,
-4.451
],
[
-1.952,
-3.218
],
[
-2.556,
-5.937
],
[
-0.423,
-7.186
],
[
-2.988,
-4.753
],
[
0.102,
-6.427
],
[
-4.132,
3.972
],
[
-3.148,
-12.338
],
[
-8.903,
-7.391
],
[
-2.325,
-5.417
],
[
-11.74,
2.669
],
[
-1.556,
-5.035
],
[
-0.216,
-4.957
],
[
-5.591,
2.149
],
[
-9.179,
-8.03
],
[
-2.348,
-5.859
],
[
-5.632,
3.26
],
[
-9.356,
3.843
],
[
-10.054,
-6.21
],
[
1.172,
-9.334
],
[
-1.304,
-3.911
],
[
-1.894,
-5.37
],
[
-0.957,
-4.776
],
[
0.994,
-5.328
],
[
-11.805,
4.739
],
[
-9.394,
-7.896
],
[
-7.317,
-8.296
],
[
-0.007,
-7.719
],
[
-3.182,
-7.718
],
[
-0.684,
-8.565
],
[
-2.923,
-6.049
],
[
-7.171,
-6.267
],
[
-5.655,
2.69
],
[
-1.901,
-8.729
],
[
0.464,
-6.522
],
[
-8.337,
-6.374
],
[
-8.139,
-7.483
],
[
-3.985,
-3.553
],
[
-7.528,
-8.648
],
[
-5.187,
3.733
],
[
-1.023,
-3.951
],
[
-9.227,
-8.422
],
[
-0.228,
-6.696
],
[
-0.036,
-6.59
],
[
-11.528,
3.767
],
[
-0.912,
-7.817
],
[
1.228,
-5.798
],
[
-0.945,
-8.666
],
[
-2.959,
-5.21
],
[
-0.673,
-4.472
],
[
-12.836,
3.021
],
[
-1.795,
-9.007
],
[
-5.462,
3.049
],
[
-11.088,
2.921
],
[
1.563,
-5.067
],
[
-5.576,
3.307
],
[
-7.002,
-8.34
],
[
-4.791,
-4.098
],
[
-13.066,
1.792
],
[
1.026,
-4.668
],
[
-2.964,
-8.718
],
[
-5.328,
1.672
],
[
-10.952,
2.933
],
[
-6.035,
-8.256
],
[
-5.786,
3.387
],
[
-2.603,
-3.871
],
[
-11.096,
2.877
],
[
-7.261,
-7.428
],
[
-3.188,
-5.026
],
[
2.668,
-5.892
],
[
-3.622,
-5.901
],
[
-3.562,
-5.578
],
[
1.751,
-8.243
],
[
1.856,
-6.497
],
[
0.534,
-7.917
],
[
-4.099,
2.764
],
[
-7.207,
-5.533
],
[
-0.485,
-8.302
],
[
0.155,
-8.351
],
[
-4.757,
-4.529
],
[
1.678,
-5.481
],
[
-0.509,
-6.508
],
[
0.521,
-7.139
],
[
-3.731,
-4.592
],
[
-2.573,
-4.763
],
[
-1.367,
-7.715
],
[
-8.047,
-6.864
],
[
-1.962,
-6.922
],
[
-3.527,
-6.504
],
[
-9.268,
-7.443
],
[
-7.658,
-6.253
],
[
-1.349,
-8.516
],
[
-1.697,
-7.561
],
[
0.258,
-5.249
],
[
-1.165,
-8.023
],
[
-2.815,
-6.724
],
[
-11.457,
4.649
],
[
-3.144,
-5.101
],
[
-2.487,
-8.167
],
[
-0.206,
-9.365
],
[
-6.527,
2.059
],
[
-2.65,
-5.271
],
[
-2.742,
-7.521
],
[
-10.121,
3.243
],
[
-3.015,
-6.449
],
[
-2.539,
-6.083
],
[
-8.281,
2.85
],
[
-3.149,
-1.641
],
[
-5.11,
3.897
],
[
-9.873,
4.186
],
[
-10.831,
3.696
],
[
-7.156,
-6.69
],
[
-4.646,
3.921
],
[
-4.845,
-4.56
],
[
-10.992,
2.703
],
[
-10.307,
3.716
],
[
0.45,
-6.337
],
[
-5.099,
3.621
],
[
-9.725,
3.566
],
[
1.21,
-7.572
],
[
-1.712,
-5.384
],
[
-2.082,
-5.041
],
[
-5.535,
2.849
],
[
-2.262,
-7.851
],
[
0.007,
-10.302
],
[
-2.802,
-3.836
],
[
1.413,
-6.7
],
[
-3.436,
-3.887
],
[
-2.453,
-5.356
],
[
-11.619,
2.728
],
[
0.128,
-4.545
],
[
-2.525,
-4.504
],
[
-2.612,
-2.801
],
[
2.191,
-6.893
],
[
-3.615,
-4.524
],
[
-3.123,
-7.616
],
[
0.132,
-6.292
],
[
1.963,
-4.105
],
[
-2.601,
-4.281
],
[
-3.106,
-7.425
],
[
-5.605,
4.224
],
[
2.429,
-5.652
],
[
-10.335,
1.909
],
[
-0.947,
-5.555
],
[
-2.731,
-3.126
],
[
-2.982,
-7.311
],
[
-5.302,
3.866
],
[
-2.033,
-4.616
],
[
-6.73,
4.324
],
[
-11.274,
4.336
],
[
-5.255,
4.339
],
[
-2.58,
-4.112
],
[
-8.164,
-8.956
],
[
-1.581,
-10.237
],
[
-8.308,
-9.255
],
[
-2.204,
-3.369
],
[
0.698,
-6.659
],
[
-3.03,
-4.089
],
[
-0.778,
-8.221
],
[
-8.754,
-6.841
],
[
-10.964,
4.207
],
[
-1.349,
-8.457
],
[
-4.066,
2.817
],
[
-0.108,
-7.062
],
[
-1.657,
-7.403
],
[
-4.864,
2.986
],
[
-9.419,
-8.71
],
[
-1.63,
-5.467
],
[
0.389,
-8.834
],
[
1.056,
-5.381
],
[
-8.443,
-4.548
],
[
-6.051,
-4.993
],
[
-2.94,
-7.502
],
[
-6.956,
-7.087
],
[
-6.766,
4.188
],
[
-2.774,
-2.309
],
[
0.68,
-6.76
],
[
-10.832,
5.608
],
[
-8.168,
-7.728
],
[
-10.228,
0.554
],
[
-6.822,
5.79
],
[
-0.586,
-8.672
],
[
-6.026,
-5.492
],
[
-5.561,
3.675
],
[
-5.793,
-6.139
],
[
-1.949,
-4.69
],
[
0.917,
-7.993
],
[
1.605,
-8.333
],
[
-0.167,
-8.613
],
[
1.145,
-7.151
],
[
1.093,
-6.657
],
[
0.431,
-5.887
],
[
-6.971,
4.255
],
[
0.947,
-5.753
],
[
-8.482,
-5.967
],
[
-4.643,
-6.293
],
[
-0.861,
-7.578
],
[
0.797,
-7.505
],
[
-0.904,
-4.201
],
[
-0.995,
-7.766
],
[
-10.731,
3.722
],
[
-1.278,
-5.716
],
[
-1.319,
-3.506
],
[
-1.527,
-6.759
],
[
-2.653,
-7.351
],
[
-5.662,
-6.881
],
[
-0.985,
-3.483
],
[
-2.164,
-5.983
],
[
-2.082,
-10.302
],
[
-2.708,
-3.456
],
[
-7.746,
-8.04
],
[
-8.22,
-5.764
],
[
0.271,
-3.761
],
[
-2.502,
-6.007
],
[
-4.294,
4.581
],
[
-0.029,
-5.154
],
[
-7.97,
-4.53
],
[
-3.072,
-8.519
],
[
-2.774,
-4.872
],
[
-12.003,
2.298
],
[
-5.084,
-5.699
],
[
-5.268,
-6.631
],
[
-9.144,
-8.461
],
[
-11.214,
2.974
],
[
-4.43,
2.58
],
[
-1.901,
-6.044
],
[
-1.687,
-2.46
],
[
-5.205,
5.251
],
[
-1.611,
-8.578
],
[
-1.834,
-8.954
],
[
0.077,
-6.216
],
[
-0.057,
-3.989
],
[
-3.87,
-4.48
],
[
1.865,
-6.213
],
[
-2.182,
-4.67
],
[
1.635,
-5.201
],
[
-1.995,
-2.318
],
[
-0.453,
-2.048
],
[
0.05,
-5.02
],
[
1.982,
-6.356
],
[
-4.165,
3.254
],
[
0.002,
-10.55
],
[
-0.478,
-8.033
],
[
1.761,
-7.989
],
[
-10.303,
4.011
],
[
-0.366,
-6.555
],
[
-3.386,
-4.223
],
[
-3.744,
-8.108
],
[
-1.856,
-6.64
],
[
0.052,
-3.264
],
[
-3.13,
-9.391
],
[
1.369,
-6.357
],
[
-5.577,
3.693
],
[
-0.88,
-5.015
],
[
-0.275,
-4.153
],
[
-5.409,
3.993
],
[
-10.144,
4.886
],
[
-9.904,
3.788
],
[
-3.29,
-4.612
],
[
-6.127,
3.127
],
[
-0.599,
-9.918
],
[
-11.862,
3.169
],
[
-0.902,
-4.214
],
[
-7.796,
-6.718
],
[
-5.026,
3.558
],
[
-1.729,
-8.526
],
[
-1.758,
-4.034
],
[
-7.029,
-7.829
],
[
-0.936,
-9.817
],
[
-1.001,
-9.401
],
[
-5.247,
3.632
],
[
-1.133,
-3.141
],
[
-7.752,
-5.987
],
[
-0.09,
-5.332
],
[
-3.037,
-3.728
],
[
-3.146,
-6.381
],
[
-7.051,
-7.737
],
[
-1.621,
-8.44
],
[
-11.749,
3.351
],
[
-0.205,
-5.03
],
[
-1.437,
-4.365
],
[
0.728,
-6.309
],
[
-12.638,
3.796
],
[
-7.006,
-8.358
],
[
-1.133,
-8.606
],
[
-2.812,
-5.83
],
[
0.986,
-8.143
],
[
-6.458,
3.687
],
[
0.17,
-6.238
],
[
-0.046,
-4.843
],
[
-4.002,
4.42
],
[
0.399,
-7.316
],
[
-1.26,
-4.138
],
[
1.501,
-8.802
],
[
-2.985,
-5.653
],
[
-6.079,
3.99
],
[
-7.647,
-7.966
],
[
-3.921,
-7.764
],
[
-3.344,
-4.997
],
[
-8.917,
-6.821
],
[
-11.849,
1.85
],
[
-10.258,
3.579
],
[
-3.554,
-3.077
],
[
-0.157,
-7.705
],
[
2.851,
-8.377
],
[
-4.368,
4.455
],
[
-4.375,
2.108
],
[
-2.373,
-3.79
],
[
-6.332,
5.121
],
[
-0.892,
-3.699
],
[
-11.675,
3.619
],
[
0.594,
-8.34
],
[
-10.364,
3.142
],
[
-3.147,
-10.583
],
[
2.177,
-3.861
],
[
-2.126,
-5.778
],
[
-11.512,
5.286
],
[
-10.756,
4.766
],
[
-4.376,
1.374
],
[
-0.927,
-6.203
],
[
-1.562,
-5.192
],
[
-0.121,
-7.615
],
[
-8.203,
-6.011
],
[
-5.24,
4.246
],
[
-4.384,
5.426
],
[
-5.143,
4.463
],
[
0.352,
-6.588
],
[
-3.463,
-4.362
],
[
-7.719,
-6.834
],
[
-2.493,
-8.312
],
[
-10.456,
3.282
],
[
-6.335,
-7.424
],
[
2.354,
-6.398
],
[
-2.541,
4.586
],
[
0.875,
-5.198
],
[
-9.768,
2.999
],
[
-11.556,
2.71
],
[
-10.534,
3.871
],
[
-0.479,
-5.663
],
[
-1.715,
-4.584
],
[
3.07,
-6.694
],
[
-5.118,
-6.743
],
[
-5.757,
-4.061
],
[
-7.917,
-7.798
],
[
-10.443,
3.459
],
[
-11.048,
2.312
],
[
-0.299,
-7.778
],
[
0.684,
-5.745
],
[
-1.973,
-10.043
],
[
-10.831,
4.41
],
[
-2.241,
-6.62
],
[
-9.372,
-7.712
],
[
-6.15,
4.243
],
[
-1.781,
-2.773
],
[
-3.04,
-5.955
],
[
1.179,
-6.803
],
[
-8.455,
-6.729
],
[
-3.196,
-8.555
],
[
-5.098,
-5.278
],
[
-12.591,
3.814
],
[
-0.305,
-6.075
],
[
-3.925,
-4.68
],
[
0.714,
-6.791
],
[
-11.978,
2.405
],
[
-11.69,
4.458
],
[
2.245,
-7.638
],
[
-5.746,
3.715
],
[
-7.932,
-8.225
],
[
-8.465,
-6.852
],
[
-8.472,
-6.502
],
[
-10.133,
2.229
],
[
-2.289,
-8.572
],
[
-4.83,
-4.331
],
[
0.781,
-6.882
],
[
-10.164,
1.079
],
[
-7.758,
-8.269
],
[
0.738,
-7.396
],
[
-11.876,
3.468
],
[
-0.107,
-7.044
],
[
0.351,
-7.529
],
[
-1.429,
-4.582
],
[
-0.626,
-5.455
],
[
-10.834,
3.889
],
[
1.296,
-7.341
],
[
1.63,
-7.45
],
[
-7.176,
4.392
],
[
-12.348,
3.134
],
[
-10.354,
5.18
],
[
-5.952,
2.59
],
[
-1.794,
-6.644
],
[
-1.975,
-3.871
],
[
-7.783,
-6.644
],
[
-3.545,
-3.85
],
[
-4.641,
3.12
],
[
-5.389,
3.528
],
[
-11.354,
2.289
],
[
-11.548,
2.805
],
[
-4.687,
5.385
],
[
-12.999,
3.074
],
[
-0.272,
-7.027
],
[
2.054,
-6.333
],
[
-7.234,
2.727
],
[
-3.767,
2.479
],
[
-1.763,
-9.463
],
[
-12.519,
3.902
],
[
1.771,
-8.781
],
[
1.073,
-8.174
],
[
-0.872,
-6.705
],
[
-7.834,
-7.15
],
[
-7.569,
-7.147
],
[
0.971,
-6.643
],
[
-3.056,
-1.778
],
[
-0.921,
-9.217
],
[
-8.848,
-6.322
],
[
-1.295,
-8.801
],
[
-2.228,
-8.534
],
[
-0.049,
-5.739
],
[
1.377,
-6.706
],
[
-0.025,
-6.617
],
[
-1.671,
-8.138
],
[
-1.833,
-7.123
],
[
-0.68,
-10.493
],
[
-2.64,
4.983
],
[
-3.059,
-4.23
],
[
-10.098,
3.624
],
[
-11.008,
3.267
],
[
-10.075,
3.527
],
[
-9.367,
3.047
],
[
-2.098,
-2.441
],
[
-1.696,
-8.829
],
[
-1.822,
-4.557
],
[
-0.339,
-6.046
],
[
-2.93,
-7.531
],
[
-9.154,
-6.53
],
[
-6.827,
-6.838
],
[
-3.169,
-6.088
],
[
-11.378,
4.287
],
[
-1.095,
-8.567
],
[
-3.027,
-3.531
],
[
-11.886,
4.754
],
[
0.021,
-9.411
],
[
-2.549,
-5.882
],
[
-4.991,
3.648
],
[
-3.261,
-4.809
],
[
0.137,
-8.16
],
[
-9.291,
-6.418
],
[
-5.522,
-7.334
],
[
-10.436,
6.368
],
[
-3.73,
-7.234
],
[
-5.735,
3.401
],
[
-2.254,
-3.737
],
[
-10.539,
3.374
],
[
-1.773,
-4.964
],
[
-3.53,
-5.363
],
[
-1.46,
-6.48
],
[
-1.077,
-2.226
],
[
-1.451,
-5.808
],
[
-2.126,
-5.111
],
[
1.349,
-7.832
],
[
-6.139,
-6.667
],
[
1.012,
-5.655
],
[
-10.456,
2.554
],
[
-11.798,
3.644
],
[
0.615,
-6.911
],
[
-1.734,
-9.116
],
[
-8.826,
-7.172
],
[
-6.446,
2.82
],
[
-1.978,
-5.02
],
[
-2.228,
-6.329
],
[
-5.636,
-6.642
],
[
0.456,
-7.651
],
[
-5.053,
-5.583
],
[
-2.757,
-4.541
],
[
0.841,
-6.445
],
[
-6.748,
-5.96
],
[
-4.916,
-4.949
],
[
-10.716,
2.392
],
[
-6.682,
4.245
],
[
-8.14,
-8.115
],
[
-1.302,
-6.963
],
[
-3.834,
4.074
],
[
-11.924,
4.014
],
[
-0.95,
-8.208
],
[
-5.524,
3.654
],
[
-7.479,
-9.304
],
[
-6.371,
2.471
],
[
0.949,
-7.267
],
[
-8.448,
-6.124
],
[
-1.833,
-9.04
],
[
-2.336,
-3.924
],
[
-10.658,
-4.942
],
[
-11.201,
3.313
],
[
-0.059,
-6.702
],
[
-10.302,
3.152
],
[
-1.405,
-7.204
],
[
-0.828,
-3.146
],
[
-3.238,
-4.204
],
[
-11.276,
0.629
],
[
-8.102,
1.079
],
[
1.853,
-6.859
],
[
-1.845,
-8.77
],
[
-2.694,
-4.41
],
[
-7.882,
-8.459
],
[
-1.053,
-7.813
],
[
0.291,
-7.794
],
[
-7.886,
-7.818
],
[
-2.67,
-9.634
],
[
-3.064,
-5.582
],
[
-10.845,
3.522
],
[
-1.989,
-10.221
],
[
0.954,
-5.261
],
[
-9.202,
-5.903
],
[
-1.907,
-3.579
],
[
-13.393,
2.7
],
[
-1.588,
-9.06
],
[
-7.842,
-5.852
],
[
-3.537,
5.012
],
[
-13.13,
4.432
],
[
-1.074,
-7.111
],
[
1.014,
-6.508
],
[
-11.114,
1.875
],
[
-3.927,
-6.107
],
[
1.229,
-6.431
],
[
-0.423,
-11.008
],
[
0.134,
-7.894
],
[
-4.26,
-5.831
],
[
-0.428,
-7.174
],
[
-3.141,
-4.012
],
[
0.086,
-4.505
],
[
-4.978,
-6.141
],
[
-11.209,
3.049
],
[
-4.091,
2.718
],
[
-8.427,
-6.281
],
[
-1.14,
-8.044
],
[
-6.526,
2.888
],
[
-0.515,
-8.263
],
[
1.825,
-8.177
],
[
-12.266,
4.223
],
[
-4.147,
4.237
],
[
-2.782,
-6.564
],
[
-3.733,
-7.162
],
[
-8.473,
-8.547
],
[
0.54,
-8.036
],
[
-8.365,
-7.853
],
[
-1.249,
-3.543
],
[
-6.455,
4.139
],
[
-1.444,
-9.265
],
[
-1.749,
-4.842
],
[
-6.21,
4.497
],
[
1.389,
-7.853
],
[
-1.712,
-4.706
],
[
0.022,
-6.745
],
[
-8.676,
-5.61
],
[
-0.714,
-8.683
],
[
-8.062,
-5.984
],
[
-6.308,
3.635
],
[
-11.176,
2.069
],
[
-4.597,
2.966
],
[
-10.311,
-6.725
],
[
-8.378,
-9.214
],
[
-8.489,
-5.681
],
[
-1.714,
-4.957
],
[
-0.757,
-8.355
],
[
0.235,
-5.649
],
[
-12.17,
2.602
],
[
2.471,
-6.247
],
[
-4.266,
3.055
],
[
-2.291,
-3.406
],
[
1.548,
-8.035
],
[
0.5,
-10.198
],
[
0.691,
-7.8
],
[
-10.54,
-6.872
],
[
-8.364,
-8.394
],
[
-3.813,
-5.524
],
[
-10.107,
2.609
],
[
-1.596,
-5.352
],
[
-1.678,
-4.543
],
[
0.828,
-5.679
],
[
-6.882,
-8.595
],
[
-0.017,
-7.207
],
[
-2.389,
-2.802
],
[
-4.674,
-4.621
],
[
-0.63,
-9.437
],
[
-7.414,
-7.419
],
[
-3.611,
-6.261
],
[
-9.22,
3.875
],
[
-1.637,
-2.882
],
[
-8.557,
-5.894
],
[
-5.185,
2.704
],
[
-5.583,
3.952
],
[
0.119,
-4.508
],
[
-9.951,
3.968
],
[
0.405,
-6.658
],
[
-7.713,
-6.812
],
[
-2.935,
-4.822
],
[
-1.808,
-9.976
],
[
-2.851,
-4.362
],
[
-7.107,
-7.192
],
[
-1.201,
-3.663
],
[
-5.29,
4.139
],
[
-11.084,
3.567
],
[
-0.814,
-7.688
],
[
-3.517,
-6.735
],
[
1.152,
-7.307
],
[
-0.165,
-5.902
],
[
-1.287,
-8.154
],
[
-11.481,
1.967
],
[
-0.43,
-7.67
],
[
1.274,
-7.707
],
[
-0.525,
-8.87
],
[
-2.626,
-3.025
],
[
-4.377,
2.652
],
[
-2.75,
-3.907
],
[
-1.484,
-5.659
],
[
-1.757,
-8.171
],
[
-4.594,
3.441
],
[
-4.573,
-5.119
],
[
-1.3,
-6.568
],
[
-2.626,
-5.902
],
[
-0.64,
-7.333
],
[
-3.213,
-4.51
],
[
-10.52,
3.955
],
[
0.021,
-7.068
],
[
-1.184,
-3.648
],
[
-9.01,
-9.712
],
[
-8.605,
-7.135
],
[
-6.097,
3.979
],
[
-5.005,
2.089
],
[
-1.648,
-3.099
],
[
-0.401,
-8.224
],
[
-1.737,
-4.432
],
[
0.36,
-7.712
],
[
-7.521,
-6.427
],
[
-6.948,
-7.477
],
[
-12.941,
2.326
],
[
0.355,
-8.938
],
[
-10.666,
3.811
],
[
2.027,
-7.313
],
[
-6.945,
-5.717
],
[
-11.639,
3.121
],
[
-1.309,
-9.011
],
[
-3.198,
-6.04
],
[
1.425,
-5.574
],
[
-0.315,
-6.925
],
[
0.613,
-8.969
],
[
-6.546,
-5.285
],
[
-8.614,
-8.688
],
[
-0.933,
-11.068
],
[
-7.889,
-7.362
],
[
-1.428,
-4.762
],
[
-5.602,
3.248
],
[
-1.171,
-5.519
],
[
0.493,
-5.09
],
[
-6.426,
3.6
],
[
-4.603,
-4.533
],
[
-0.304,
-5.243
],
[
-2.87,
-3.498
],
[
-0.539,
-6.536
],
[
-7.851,
-5.307
],
[
-1.893,
-8.17
],
[
0.474,
-6.057
],
[
-9.202,
-6.933
],
[
-11.687,
2.086
],
[
0.974,
-6.97
],
[
-10.104,
2.625
],
[
-6.311,
4.488
],
[
-1.657,
-4.544
],
[
-0.869,
-5.515
],
[
-9.67,
-6.25
],
[
-8.591,
-7.807
],
[
-2.996,
5.404
],
[
-3.329,
-9.864
],
[
0.789,
-6.397
],
[
-5.607,
2.666
],
[
-0.281,
-6.033
],
[
-6.892,
1.966
],
[
-13.092,
4.64
],
[
-1.348,
-3.241
],
[
-8.268,
-5.814
],
[
-8.129,
-6.061
],
[
-9.083,
-6.46
],
[
-7.376,
-6.48
],
[
-2.277,
-4.71
],
[
0.269,
-5.627
],
[
-10.579,
3.218
],
[
-3.341,
-7.192
],
[
-3.943,
-3.812
],
[
-0.093,
-6.195
],
[
-2.727,
-5.128
],
[
-4.299,
-5.448
],
[
-5.412,
3.671
],
[
0.221,
-8.194
],
[
-2.11,
-8.239
],
[
-7.68,
-4.996
],
[
-4.674,
5.848
],
[
-12.352,
4.394
],
[
-5.679,
-5.785
],
[
-10.275,
3.744
],
[
-9.827,
3.253
],
[
-3.368,
-5.04
],
[
-10.906,
-7.311
],
[
0.695,
-9.792
],
[
1.997,
-7.297
],
[
-6.587,
2.395
],
[
-0.063,
-6.313
],
[
-4.738,
3.553
],
[
-2.983,
-6.471
],
[
-8.618,
-6.481
],
[
-10.945,
3.748
],
[
-3.439,
-4.71
],
[
-1.275,
-3.954
],
[
-3.949,
2.241
],
[
-10.093,
-9.479
],
[
-0.847,
-8.114
],
[
0.078,
-3.877
],
[
0.614,
-8.514
],
[
0.047,
-9.747
],
[
-4.366,
-3.058
],
[
-4.919,
3.387
],
[
-4.886,
2.544
],
[
2.095,
-8.362
],
[
0.841,
-9.342
],
[
0.9,
-6.544
],
[
2.559,
-6.1
],
[
-1.608,
-8.409
],
[
-3.063,
-6.321
],
[
-2.727,
-3.851
],
[
-0.551,
-5.351
],
[
-3.214,
-4.429
],
[
-8.999,
-9.264
],
[
0.13,
-8.085
],
[
-0.86,
-8.823
],
[
-5.13,
2.078
],
[
-1.139,
-5.518
],
[
-9.449,
4.052
],
[
-5.633,
3.098
],
[
-12.55,
3.178
],
[
0.173,
-8.851
],
[
-2.787,
-5.239
],
[
-8.373,
-7.908
],
[
-2.501,
-7.594
],
[
-2.685,
-5.275
],
[
0.118,
-8.209
],
[
-2.451,
-7.152
],
[
0.607,
-5.761
],
[
-0.772,
-7.741
],
[
-1.897,
-7.888
],
[
-0.307,
-6.386
],
[
-2.199,
-5.396
],
[
1.892,
-8.609
],
[
-5.215,
2.182
],
[
-1.426,
-6.09
],
[
-6.617,
1.667
],
[
0.013,
-6.139
],
[
-2.626,
-3.442
],
[
-2.47,
-6.27
],
[
-11.798,
3.791
],
[
-2.295,
-6.849
],
[
-1.972,
-8.713
],
[
-9.366,
1.493
],
[
0.901,
-7.693
],
[
1.07,
-6.991
],
[
-2.092,
-3.467
],
[
-3.065,
-4.745
],
[
-4.454,
-5.584
],
[
-2.251,
-5.859
],
[
-2.897,
-4.897
],
[
-12.073,
2.779
],
[
-1.675,
-6.409
],
[
-3.362,
-4.032
],
[
0.219,
-3.767
],
[
-1.615,
-5.163
],
[
-5.589,
2.083
],
[
-2.487,
-5.562
],
[
-7.033,
-5.653
],
[
-13.131,
3.841
],
[
-0.472,
-6.063
],
[
-10.323,
-6.756
],
[
-2.581,
-4.294
],
[
-10.722,
5.25
],
[
0.306,
-8.218
],
[
-2.558,
-4.537
],
[
-5.471,
1.998
],
[
-3.559,
-5.641
],
[
-0.845,
-7.41
],
[
-10.899,
4.187
],
[
-11.75,
4.4
],
[
-5.945,
3.069
],
[
-2.226,
-5.442
],
[
-4.265,
-9.377
],
[
0.01,
-8.458
],
[
1.589,
-5.377
],
[
1.427,
-6.873
],
[
-6.683,
2.511
],
[
-4.547,
-6.981
],
[
-1.246,
-9.985
],
[
-2.004,
-4.233
],
[
-0.248,
-6.287
],
[
-11.323,
2.228
],
[
-11.679,
2.898
],
[
-1.621,
-3.7
],
[
-2.701,
-7.085
],
[
-0.357,
-5.794
],
[
-8.458,
-7.041
],
[
-0.01,
-7.328
],
[
-4.029,
-5.657
],
[
-9.052,
-7.242
],
[
-3.309,
-8.246
],
[
-8.609,
-6.776
],
[
-9.899,
3.207
],
[
-1.564,
-4.499
],
[
-0.398,
-8.497
],
[
3.051,
-5.544
],
[
-2.129,
-7.273
],
[
-0.204,
-6.613
],
[
-0.116,
-3.94
],
[
-13.154,
3.009
],
[
-4.414,
-6.61
],
[
0.752,
-4.389
],
[
-9.866,
2.932
],
[
-10.149,
1.253
],
[
-3.307,
3.966
],
[
-7.901,
-7.01
],
[
-2.834,
4.049
],
[
-2.676,
-4.025
],
[
-6.721,
4.329
],
[
-2.268,
-6.948
],
[
-10.634,
3.412
],
[
-4.382,
4.533
],
[
-6.514,
-6.813
],
[
-7.058,
2.752
],
[
-2.376,
-4.737
],
[
-10.632,
2.894
],
[
1.131,
-7.922
],
[
-5.396,
4.506
],
[
-1.259,
-5.041
],
[
0.209,
-6.722
],
[
-1.993,
-7.329
],
[
-7.634,
-5.929
],
[
-8.109,
-7.054
],
[
-1.299,
-6.674
],
[
-1.427,
-1.51
],
[
1.827,
-6.382
],
[
-7.639,
-8.04
],
[
-2.454,
-10.617
],
[
-10.362,
3.378
],
[
-4.229,
-8.814
],
[
2.641,
-6.874
],
[
-4.785,
-5.352
],
[
-0.696,
-9.292
],
[
-4.584,
-6.21
],
[
-5.612,
4.3
],
[
-0.412,
-7.709
],
[
-10.634,
4.745
],
[
-8.16,
-6.577
],
[
0.528,
-7.573
],
[
-0.431,
-9.607
],
[
1.037,
-8.305
],
[
-12.057,
4.544
],
[
-2.115,
-8.131
],
[
-3.131,
-6.867
],
[
-3.683,
-6.475
],
[
-1.999,
-8.268
],
[
-2.859,
-3.071
],
[
-12.264,
6.012
],
[
-9.029,
-6.435
],
[
-5.404,
3.258
],
[
-6.185,
1.24
],
[
-2.873,
-9.362
],
[
-7.792,
4.129
],
[
-4.934,
-5.794
],
[
0.045,
-8.575
],
[
-10.151,
5.011
],
[
-1.055,
-5.611
],
[
-11.435,
3.282
],
[
-5.11,
1.109
],
[
-2.401,
-9.528
],
[
-11.487,
3.918
],
[
-5.231,
-5.124
],
[
0.858,
-7.148
],
[
-1.073,
-5.783
],
[
-0.781,
-8.166
],
[
-0.747,
-2.805
],
[
-8.865,
-6.981
],
[
-3.078,
-5.746
],
[
-3.629,
-5.315
],
[
-1.337,
-3.07
],
[
-3.528,
-8.023
],
[
-8.344,
-8.408
],
[
-3.767,
3.675
],
[
-5.873,
6.293
],
[
-2.818,
-3.618
],
[
1.064,
-4.97
],
[
-6.145,
2.882
],
[
-4.729,
3.168
],
[
-2.003,
-5.484
],
[
0.309,
-6.314
],
[
-8.362,
-6.584
],
[
-6.919,
-6.402
],
[
-4.121,
-6.013
],
[
-2.591,
-9.586
],
[
-9.387,
-6.272
],
[
-1.262,
-4.749
],
[
-10.904,
2.012
],
[
-6.551,
4.734
],
[
1.397,
-7.479
],
[
-2.386,
-8.084
],
[
1.581,
-8.105
],
[
0.03,
-7.347
],
[
-10.066,
3.132
],
[
-7.1,
3.0
],
[
-1.562,
-4.454
],
[
-10.318,
-6.662
],
[
0.12,
-8.031
],
[
-10.285,
-5.775
],
[
0.729,
-5.61
],
[
-1.484,
-5.531
],
[
-4.089,
-3.063
],
[
-2.024,
-7.446
],
[
-0.347,
-4.127
],
[
-1.432,
-2.368
],
[
-11.322,
2.364
],
[
-1.782,
-9.413
],
[
0.583,
-7.555
],
[
0.103,
-6.499
],
[
-8.655,
3.572
],
[
-9.308,
1.495
],
[
-3.073,
-4.293
],
[
-4.731,
3.26
],
[
-7.35,
3.156
],
[
-1.163,
-3.092
],
[
-2.522,
-9.115
],
[
-3.475,
-5.885
],
[
1.089,
-6.653
],
[
-4.309,
-3.241
],
[
-3.997,
-5.571
],
[
-0.065,
-5.451
],
[
-6.389,
2.72
],
[
-4.852,
-7.007
],
[
-1.995,
-2.295
],
[
-6.513,
3.995
],
[
0.295,
-3.466
],
[
-7.343,
4.822
],
[
-5.741,
-6.4
],
[
-6.45,
5.551
],
[
-3.622,
-7.04
],
[
0.336,
-9.046
],
[
-9.952,
3.951
],
[
0.823,
-7.069
],
[
-10.335,
1.303
],
[
-7.238,
3.207
],
[
1.651,
-5.685
],
[
-5.464,
3.81
],
[
-4.083,
-5.734
],
[
-1.206,
-3.005
],
[
-0.411,
-4.619
],
[
-11.63,
4.131
],
[
-3.561,
2.893
],
[
2.554,
-7.771
],
[
-8.212,
-5.582
],
[
-3.176,
-5.737
],
[
-9.181,
-7.074
],
[
-8.989,
3.183
],
[
-5.192,
1.858
],
[
-1.989,
-3.929
],
[
-11.737,
3.297
],
[
-0.18,
-5.865
],
[
0.182,
-7.745
],
[
-3.425,
-6.901
],
[
-11.889,
3.538
],
[
-5.901,
4.108
],
[
-0.628,
-4.73
],
[
-7.42,
-5.031
],
[
-12.768,
1.178
],
[
0.165,
-4.623
],
[
-0.741,
-6.227
],
[
-1.411,
-2.97
],
[
-9.217,
2.555
],
[
-6.185,
3.863
],
[
-2.344,
-7.883
],
[
-0.553,
-5.341
],
[
-8.653,
-9.391
],
[
-11.772,
2.34
],
[
-5.69,
3.746
],
[
-2.469,
-3.639
],
[
-11.558,
4.272
],
[
-9.629,
-6.297
],
[
-10.74,
2.252
],
[
-3.966,
4.677
],
[
-1.205,
-3.892
],
[
0.8,
-7.975
],
[
0.646,
-6.188
],
[
-0.534,
-8.662
],
[
0.392,
-5.204
],
[
-11.316,
5.267
],
[
0.906,
-10.511
],
[
-4.139,
-7.776
],
[
-1.899,
-8.15
],
[
-3.207,
-7.244
],
[
-13.067,
4.673
],
[
-1.917,
-4.454
],
[
-5.999,
3.87
],
[
-9.523,
3.542
],
[
-4.732,
2.635
],
[
-11.234,
3.368
],
[
-3.733,
-2.345
],
[
-3.921,
-5.529
],
[
-7.973,
-5.491
],
[
-12.409,
3.42
],
[
0.163,
-6.499
],
[
1.043,
-7.55
],
[
0.502,
-6.599
],
[
-5.217,
2.32
],
[
-10.363,
5.379
],
[
-5.613,
2.886
],
[
-2.676,
-8.857
],
[
-4.823,
1.88
],
[
-2.219,
-7.787
],
[
-1.678,
-2.474
],
[
1.251,
-6.694
],
[
1.367,
-7.88
],
[
-7.213,
-7.34
],
[
-11.758,
3.134
],
[
-11.648,
0.184
],
[
-11.642,
4.515
],
[
-1.924,
-7.545
],
[
0.532,
-7.186
],
[
-8.032,
-7.046
],
[
-0.91,
-6.417
],
[
-3.686,
0.99
],
[
-10.817,
4.749
],
[
-1.697,
-4.672
],
[
-1.839,
-8.546
],
[
-1.495,
-4.221
],
[
-2.646,
-4.559
],
[
-0.53,
-8.069
],
[
-0.206,
-9.33
],
[
-1.562,
-7.698
],
[
-4.454,
3.499
],
[
-7.871,
-8.001
],
[
2.05,
-5.886
],
[
-0.05,
-4.714
],
[
-8.411,
-6.173
],
[
-7.834,
3.898
],
[
-7.87,
-6.731
],
[
-6.492,
-5.903
],
[
-1.13,
-8.184
],
[
-3.486,
-6.161
],
[
-3.518,
-5.871
],
[
-1.37,
-5.55
],
[
-1.152,
-6.669
],
[
-2.637,
-5.072
],
[
-0.657,
-7.751
],
[
-2.437,
-3.411
],
[
-1.946,
-7.013
],
[
-4.353,
3.514
],
[
-4.704,
4.106
],
[
-5.826,
3.267
],
[
0.216,
-4.611
],
[
-6.754,
-6.854
],
[
0.704,
-5.986
],
[
-5.078,
2.953
],
[
-0.013,
-6.723
],
[
-3.331,
-3.868
],
[
-9.528,
1.451
],
[
-2.859,
-7.115
],
[
-1.956,
-4.887
],
[
-0.615,
-8.3
],
[
-4.61,
4.037
],
[
-2.599,
-5.714
],
[
-10.038,
-8.086
],
[
-9.257,
-6.429
],
[
-1.153,
-8.018
],
[
-0.495,
-8.892
],
[
-11.735,
2.819
],
[
-3.802,
-4.839
],
[
-1.64,
-3.891
],
[
0.176,
-9.001
],
[
-0.063,
-8.349
],
[
-4.677,
-5.863
],
[
-2.473,
-3.375
],
[
0.668,
-6.776
],
[
-5.738,
4.008
],
[
-11.464,
1.4
],
[
-8.668,
-6.341
],
[
-12.148,
5.103
],
[
1.512,
-8.96
],
[
1.864,
-7.15
],
[
1.938,
-5.249
],
[
-0.293,
-1.804
],
[
-5.06,
4.847
],
[
-1.337,
-6.514
],
[
-2.036,
-8.909
],
[
-1.962,
-3.829
],
[
-5.799,
4.183
],
[
-1.272,
-3.619
],
[
-10.776,
3.832
],
[
-5.603,
-7.005
],
[
3.165,
-9.404
],
[
-1.932,
-5.561
],
[
-13.49,
3.749
],
[
-2.444,
-5.006
],
[
-6.665,
2.87
],
[
-7.432,
-6.53
],
[
-1.366,
-5.547
],
[
-5.136,
3.855
],
[
-7.289,
-9.459
],
[
-3.821,
-6.797
],
[
-8.584,
-8.286
],
[
-3.224,
-5.964
],
[
-10.083,
2.038
],
[
-7.549,
-8.573
],
[
-0.642,
-8.19
],
[
-4.34,
4.326
],
[
1.976,
-5.927
],
[
-3.835,
-6.931
],
[
-10.47,
3.296
],
[
-10.334,
3.769
],
[
-2.462,
-4.106
],
[
-9.081,
-7.121
],
[
-8.814,
-6.944
],
[
-11.567,
4.994
],
[
-2.308,
-10.709
],
[
-2.816,
-6.881
],
[
-3.011,
-4.674
],
[
-7.856,
-8.244
],
[
-0.308,
-8.513
],
[
-3.895,
-5.324
],
[
0.152,
-5.126
],
[
-0.989,
-7.573
],
[
-9.282,
1.826
],
[
-3.155,
-7.886
],
[
-0.564,
-8.519
],
[
-10.921,
4.08
],
[
-6.844,
-8.129
],
[
-1.164,
-8.644
],
[
-0.159,
-8.501
],
[
-10.889,
2.022
],
[
-6.427,
3.587
],
[
-12.206,
3.348
],
[
-8.176,
-6.456
],
[
-1.76,
-3.41
],
[
1.198,
-5.483
],
[
-3.427,
-8.516
],
[
-7.874,
-7.677
],
[
-5.936,
-6.2
],
[
-0.047,
-8.346
],
[
-0.465,
-6.195
],
[
-1.465,
-10.363
],
[
-0.598,
-4.885
],
[
0.145,
-7.789
],
[
-0.71,
-8.171
],
[
-3.959,
-6.09
],
[
-3.946,
-3.836
],
[
-0.651,
-2.782
],
[
-1.897,
-7.239
],
[
-8.33,
-6.504
],
[
-1.24,
-2.026
],
[
-4.241,
-4.651
],
[
-4.544,
4.137
],
[
-4.827,
-6.394
],
[
-2.736,
-6.082
],
[
-1.805,
-9.546
],
[
1.071,
-7.127
],
[
-1.985,
-8.847
],
[
-11.477,
3.747
],
[
-0.842,
-8.792
],
[
-2.948,
-3.763
],
[
0.996,
-8.876
],
[
0.663,
-5.623
],
[
-6.595,
3.347
],
[
-7.851,
-5.179
],
[
-5.144,
3.803
],
[
-1.626,
-3.204
],
[
-1.358,
-4.54
],
[
-2.549,
-8.342
],
[
-1.246,
-4.156
],
[
-2.049,
-3.846
],
[
0.678,
-5.364
],
[
0.05,
-3.511
],
[
-9.64,
1.99
],
[
-11.791,
2.973
],
[
-11.085,
2.573
],
[
-1.786,
-3.542
],
[
-2.719,
-7.81
],
[
-0.311,
-6.999
],
[
1.251,
-8.556
],
[
-1.272,
-6.274
],
[
-7.193,
-5.056
],
[
-4.52,
-6.228
],
[
-5.027,
3.697
],
[
0.08,
-3.777
],
[
-5.156,
3.056
],
[
-4.637,
2.252
],
[
-4.577,
3.757
],
[
-1.467,
-6.493
],
[
0.203,
-5.784
],
[
-2.619,
-10.98
],
[
-2.93,
-6.842
],
[
-8.61,
-9.261
],
[
-0.628,
-8.623
],
[
-0.146,
-8.609
],
[
-1.909,
-7.755
],
[
-3.296,
-8.138
],
[
-9.359,
3.306
],
[
2.452,
-8.273
],
[
-10.035,
4.327
],
[
-3.644,
-2.962
],
[
-2.995,
-8.225
],
[
0.271,
-4.799
],
[
-2.033,
-4.547
],
[
-4.049,
4.172
],
[
-1.709,
-5.195
],
[
-1.611,
-4.223
],
[
-0.575,
-5.984
],
[
-5.369,
-7.002
],
[
-2.487,
-6.874
],
[
-2.098,
-3.395
],
[
-6.858,
2.962
],
[
0.972,
-3.476
],
[
-4.686,
3.303
],
[
-0.858,
-10.079
],
[
-0.085,
-8.493
],
[
-2.002,
-3.494
],
[
-1.774,
-9.155
],
[
0.739,
-6.513
],
[
0.2,
-6.539
],
[
-0.238,
-2.073
],
[
-11.567,
3.294
],
[
-6.767,
1.342
],
[
-4.016,
-4.839
],
[
-7.163,
3.99
],
[
-7.786,
-8.635
],
[
0.608,
-7.194
],
[
-5.288,
3.17
],
[
-8.104,
-7.822
],
[
-6.065,
3.06
],
[
-1.85,
-8.671
],
[
-7.95,
-5.942
],
[
-12.118,
3.375
],
[
2.074,
-5.483
],
[
0.065,
-5.832
],
[
-9.407,
2.248
],
[
-3.242,
-5.888
],
[
-11.434,
5.775
],
[
-7.264,
-7.73
],
[
-0.681,
-3.864
],
[
-7.317,
-7.223
],
[
-5.209,
3.657
],
[
0.376,
-7.447
],
[
1.096,
-6.958
],
[
0.223,
-6.668
],
[
-0.834,
-3.226
],
[
2.633,
-5.645
],
[
-4.083,
2.888
],
[
-12.022,
4.38
],
[
-1.695,
-8.614
],
[
-0.082,
-7.204
],
[
-10.777,
3.943
],
[
-1.897,
-8.83
],
[
-2.162,
-6.716
],
[
-2.362,
-6.401
],
[
-0.351,
-7.07
],
[
2.158,
-4.762
],
[
-2.747,
-6.283
],
[
-1.065,
-7.402
],
[
-2.831,
3.641
],
[
-3.692,
4.061
],
[
-0.53,
-9.297
],
[
-4.713,
-5.425
],
[
-0.878,
-6.269
],
[
-6.27,
5.224
],
[
-3.218,
-7.445
],
[
-4.071,
-4.362
],
[
-8.287,
-6.56
],
[
-9.339,
-6.751
],
[
-11.691,
3.669
],
[
-4.488,
-5.778
],
[
-0.716,
-9.651
],
[
-2.309,
-6.315
],
[
-5.196,
2.028
],
[
-12.697,
3.133
],
[
1.032,
-7.202
],
[
-7.59,
-8.422
],
[
-7.635,
4.297
],
[
1.294,
-7.026
],
[
0.509,
-6.428
],
[
-8.085,
-7.517
],
[
-11.875,
0.768
],
[
-1.535,
-7.852
],
[
-12.563,
3.856
],
[
2.013,
-7.639
],
[
-1.467,
-7.122
],
[
-0.188,
-3.792
],
[
-6.514,
3.255
],
[
-1.752,
-2.902
],
[
1.522,
-6.453
],
[
-10.896,
3.796
],
[
1.125,
-8.505
],
[
-11.159,
3.036
],
[
1.629,
-8.066
],
[
-1.467,
-2.285
],
[
-2.836,
-5.125
],
[
-2.614,
-8.544
],
[
-0.804,
-6.579
],
[
-3.581,
-5.584
],
[
-0.175,
-4.432
],
[
-2.103,
-8.051
],
[
-2.051,
-5.681
],
[
-11.752,
4.281
],
[
-7.278,
-6.544
],
[
-5.56,
3.416
],
[
-5.825,
4.601
],
[
-12.464,
5.393
],
[
-1.609,
-6.192
],
[
-1.983,
-3.449
],
[
-1.211,
-3.621
],
[
-0.676,
-7.211
],
[
-3.762,
-7.187
],
[
-10.879,
4.072
],
[
2.931,
-8.088
],
[
-0.979,
-6.216
],
[
-11.482,
2.587
],
[
-2.455,
-5.627
],
[
-1.459,
-9.679
],
[
-3.259,
-3.805
],
[
-0.298,
-7.406
],
[
-0.25,
-8.765
],
[
-1.429,
-8.343
],
[
-9.458,
-7.583
],
[
-1.808,
-6.532
],
[
-0.248,
-8.512
],
[
-8.655,
-5.772
],
[
-0.838,
-6.786
],
[
1.451,
-5.758
],
[
-0.938,
-3.924
],
[
-3.803,
-7.762
],
[
-1.682,
-4.139
],
[
-1.285,
-5.836
],
[
-6.593,
4.322
],
[
-2.531,
-6.06
],
[
-7.071,
3.592
],
[
-2.125,
-4.235
],
[
-10.124,
4.025
],
[
-2.698,
-5.266
],
[
-0.243,
-9.216
],
[
-8.126,
-7.947
],
[
-0.066,
-9.266
],
[
-2.589,
-4.741
],
[
-11.655,
4.04
],
[
-3.059,
-8.023
],
[
-1.529,
-8.396
],
[
-6.851,
-7.767
],
[
-6.479,
3.56
],
[
-4.3,
-5.558
],
[
0.383,
-8.376
],
[
-1.398,
-8.061
],
[
-7.177,
4.612
],
[
-3.044,
-2.863
],
[
-9.035,
-7.004
],
[
-1.91,
-2.005
],
[
-7.088,
-7.495
],
[
-7.524,
-7.064
],
[
-3.348,
-6.719
],
[
-1.985,
-3.874
],
[
-12.307,
3.59
],
[
-2.546,
-2.551
],
[
-3.407,
-7.784
],
[
-9.516,
-6.78
],
[
-0.097,
-7.187
],
[
-8.859,
-6.068
],
[
-2.866,
-5.839
],
[
-1.097,
-3.158
],
[
0.092,
-5.656
],
[
-0.58,
-5.678
],
[
-6.291,
3.498
],
[
-2.053,
-3.837
],
[
0.586,
-6.661
],
[
0.005,
-7.46
],
[
-3.112,
-3.374
],
[
-8.155,
-7.436
],
[
-2.547,
-6.035
],
[
-5.82,
3.576
],
[
-0.146,
-7.521
],
[
-2.056,
-6.675
],
[
-2.349,
-3.003
],
[
-2.047,
-6.003
],
[
-1.237,
-8.915
],
[
-6.849,
2.563
],
[
-0.455,
-3.958
],
[
-11.445,
3.381
],
[
-3.722,
-8.507
],
[
-9.261,
-4.179
],
[
-2.888,
-4.862
],
[
-5.984,
-6.213
],
[
-2.167,
-3.676
],
[
-0.917,
-8.309
],
[
-1.842,
-3.964
],
[
-3.005,
-7.86
],
[
-5.527,
4.405
],
[
-7.646,
-8.27
],
[
-9.773,
1.145
],
[
-6.595,
3.742
],
[
-1.501,
-9.047
],
[
-9.101,
-6.279
],
[
-4.094,
-5.839
],
[
-4.371,
4.617
],
[
-0.37,
-4.551
],
[
-0.187,
-4.133
],
[
-10.357,
3.455
],
[
-4.809,
-6.138
],
[
-4.288,
-4.868
],
[
-7.724,
-9.356
],
[
-12.424,
2.785
],
[
-0.612,
-8.106
],
[
-5.55,
1.966
],
[
-3.135,
-4.451
],
[
1.078,
-6.73
],
[
-5.807,
3.188
],
[
-2.978,
-3.433
],
[
0.026,
-5.737
],
[
-1.052,
-6.702
],
[
-2.341,
-5.268
],
[
1.857,
-8.987
],
[
-1.789,
-10.337
],
[
-10.962,
4.803
],
[
-1.746,
-8.584
],
[
-6.085,
-7.887
],
[
-4.162,
3.181
],
[
-2.995,
-9.324
],
[
0.443,
-5.603
],
[
-0.633,
-7.5
],
[
0.918,
-6.766
],
[
-8.134,
-4.968
],
[
-12.514,
2.445
],
[
0.911,
-7.513
],
[
2.224,
-6.63
],
[
1.891,
-9.19
],
[
-3.328,
-4.532
],
[
-6.582,
4.654
],
[
-6.595,
2.622
],
[
-4.337,
-3.829
],
[
-0.886,
-5.309
],
[
-1.673,
-4.656
],
[
-12.025,
0.577
],
[
0.415,
-3.94
],
[
-7.271,
-7.547
],
[
0.79,
-4.548
],
[
-2.016,
-10.325
],
[
0.551,
-6.492
],
[
-0.003,
-2.628
],
[
0.598,
-7.578
],
[
-3.483,
3.635
],
[
-3.67,
-4.481
],
[
-4.502,
3.372
],
[
2.617,
-3.873
],
[
-3.019,
-4.45
],
[
-2.921,
-4.289
],
[
-2.202,
-3.732
],
[
-2.611,
-5.872
],
[
-0.163,
-4.926
],
[
-8.367,
-6.318
],
[
-2.745,
-2.938
],
[
-3.254,
-5.915
],
[
-3.813,
-4.89
],
[
-0.562,
-8.56
],
[
-7.828,
-6.534
],
[
-11.466,
3.164
],
[
-1.813,
-6.247
],
[
-8.233,
-7.072
],
[
-1.842,
-5.533
],
[
-1.444,
-7.419
],
[
1.263,
-6.298
],
[
1.677,
-7.801
],
[
-9.453,
-6.284
],
[
-12.109,
3.024
],
[
-1.76,
-6.766
],
[
-9.946,
4.193
],
[
-7.627,
-6.884
],
[
-11.76,
4.063
],
[
0.63,
-7.586
],
[
0.202,
-5.098
],
[
-6.454,
4.741
],
[
-1.86,
-3.224
],
[
-5.519,
3.477
],
[
1.786,
-6.539
],
[
-7.577,
4.039
],
[
-0.128,
-3.37
],
[
-12.55,
2.554
],
[
-2.548,
-4.232
],
[
-5.37,
2.932
],
[
-3.303,
4.532
],
[
0.42,
-5.136
],
[
0.182,
-6.159
],
[
-1.581,
-5.177
],
[
0.051,
-7.118
],
[
-6.076,
6.086
],
[
-5.122,
-6.146
],
[
-6.783,
-6.823
],
[
-2.663,
-3.775
],
[
-5.419,
3.646
],
[
-1.798,
-2.022
],
[
-7.81,
-5.705
],
[
-10.172,
2.223
],
[
-3.636,
-7.385
],
[
-0.097,
-6.969
],
[
1.223,
-7.623
],
[
-1.926,
-7.302
],
[
-0.627,
-5.45
],
[
-6.332,
2.493
],
[
-3.777,
-5.624
],
[
-0.144,
-7.361
],
[
-1.495,
-7.982
],
[
-1.204,
-8.897
],
[
-6.142,
3.359
],
[
-1.005,
-2.226
],
[
-7.055,
4.906
],
[
0.123,
-4.807
],
[
-5.792,
4.709
],
[
-12.872,
2.156
],
[
-5.956,
-5.029
],
[
-1.835,
-5.157
],
[
-4.285,
-5.186
],
[
-4.118,
3.81
],
[
-7.169,
-7.608
],
[
-1.69,
-6.013
],
[
-2.829,
-3.862
],
[
1.334,
-7.486
],
[
-3.135,
-5.893
],
[
0.846,
-6.777
],
[
0.996,
-7.013
],
[
-0.475,
-5.771
],
[
-3.393,
-7.202
],
[
-5.087,
2.471
],
[
-6.448,
4.134
],
[
-1.053,
-6.68
],
[
-2.544,
-8.178
],
[
-11.334,
3.862
],
[
-1.155,
-8.249
],
[
-9.897,
4.288
],
[
-6.013,
5.67
],
[
-6.921,
5.169
],
[
-3.684,
-5.172
],
[
-3.584,
-6.801
],
[
-4.094,
3.837
],
[
1.042,
-4.878
],
[
-1.293,
-8.87
],
[
1.102,
-6.188
],
[
-10.349,
-4.507
],
[
-1.974,
-3.409
],
[
-0.005,
-6.334
],
[
-0.86,
-8.871
],
[
-2.046,
-9.024
],
[
-11.505,
3.435
],
[
-9.754,
-5.972
],
[
-5.878,
4.748
],
[
-11.492,
1.497
],
[
0.947,
-7.513
],
[
-3.211,
-10.723
],
[
0.371,
-7.735
],
[
-2.76,
-7.777
],
[
-7.896,
-7.212
],
[
-1.101,
-7.345
],
[
1.564,
-5.564
],
[
-2.036,
-4.465
],
[
-0.841,
-1.815
],
[
-2.905,
-4.467
],
[
-1.282,
-9.229
],
[
-5.144,
4.841
],
[
-7.392,
-5.886
],
[
-3.544,
2.452
],
[
0.694,
-6.059
],
[
-11.947,
3.078
],
[
0.427,
-5.482
],
[
0.318,
-4.117
],
[
-2.159,
-4.53
],
[
-4.631,
2.666
],
[
-1.123,
-6.287
],
[
-0.548,
-7.335
],
[
-2.507,
-8.488
],
[
0.413,
-7.111
],
[
-6.909,
6.009
],
[
-9.176,
3.276
],
[
-1.162,
-5.997
],
[
0.574,
-7.825
],
[
-3.287,
-5.023
],
[
-2.653,
-6.194
],
[
-7.155,
4.248
],
[
-1.011,
-8.15
],
[
-5.407,
-5.021
],
[
-10.291,
3.102
],
[
-4.079,
2.24
],
[
-2.181,
-5.644
],
[
-3.961,
-6.396
],
[
-1.049,
-9.449
],
[
-5.835,
4.155
],
[
-2.88,
-9.339
],
[
-11.555,
3.646
],
[
-6.695,
2.398
],
[
-6.266,
1.726
],
[
0.511,
-6.87
],
[
-6.066,
5.226
],
[
-11.207,
7.397
],
[
-4.201,
2.584
],
[
-7.6,
-5.502
],
[
-8.546,
-8.317
],
[
-1.226,
-7.853
],
[
-4.594,
3.447
],
[
-6.929,
-6.25
],
[
-1.282,
-3.889
],
[
-2.554,
-5.509
],
[
-1.714,
-3.175
],
[
-9.319,
3.646
],
[
-8.485,
-5.911
],
[
-2.193,
-8.697
],
[
0.853,
-6.823
],
[
-7.968,
-6.512
]
]
},
"z" : {
"CellType" : [
"NK cells",
"Macrophage",
"Dendritic",
"Macrophage",
"Endothelial",
"Dendritic",
"B cells",
"Endothelial",
"Monocytes",
"T cells",
"Endothelial",
"Macrophage",
"Monocytes",
"Monocytes",
"Dendritic",
"Dendritic",
"T cells",
"Endothelial",
"NK cells",
"NK cells",
"T cells",
"T cells",
"B cells",
"B cells",
"B cells",
"Fibroblast",
"B cells",
"Fibroblast",
"Fibroblast",
"T cells",
"Fibroblast",
"B cells",
"Macrophage",
"Macrophage",
"T cells",
"Monocytes",
"T cells",
"Dendritic",
"Monocytes",
"NK cells",
"T cells",
"Fibroblast",
"Macrophage",
"Fibroblast",
"Macrophage",
"T cells",
"Macrophage",
"Endothelial",
"B cells",
"Macrophage",
"T cells",
"Macrophage",
"Endothelial",
"Dendritic",
"Endothelial",
"Fibroblast",
"Fibroblast",
"B cells",
"Monocytes",
"T cells",
"Monocytes",
"NK cells",
"Fibroblast",
"Monocytes",
"B cells",
"T cells",
"Fibroblast",
"Endothelial",
"Monocytes",
"Dendritic",
"Endothelial",
"Fibroblast",
"NK cells",
"Fibroblast",
"Macrophage",
"Fibroblast",
"T cells",
"Monocytes",
"Dendritic",
"Fibroblast",
"T cells",
"Endothelial",
"Dendritic",
"Macrophage",
"Monocytes",
"Dendritic",
"T cells",
"NK cells",
"Endothelial",
"Dendritic",
"B cells",
"Dendritic",
"T cells",
"NK cells",
"B cells",
"NK cells",
"Macrophage",
"Fibroblast",
"T cells",
"Monocytes",
"Endothelial",
"T cells",
"Fibroblast",
"Dendritic",
"Macrophage",
"Dendritic",
"Fibroblast",
"Monocytes",
"Fibroblast",
"T cells",
"T cells",
"Fibroblast",
"Monocytes",
"Monocytes",
"B cells",
"B cells",
"T cells",
"Dendritic",
"B cells",
"Dendritic",
"Macrophage",
"Monocytes",
"Endothelial",
"Endothelial",
"NK cells",
"B cells",
"B cells",
"Monocytes",
"T cells",
"Monocytes",
"NK cells",
"B cells",
"Monocytes",
"B cells",
"NK cells",
"NK cells",
"Monocytes",
"T cells",
"Endothelial",
"Dendritic",
"Endothelial",
"B cells",
"NK cells",
"Fibroblast",
"B cells",
"Fibroblast",
"Dendritic",
"T cells",
"Dendritic",
"B cells",
"B cells",
"Dendritic",
"B cells",
"NK cells",
"NK cells",
"B cells",
"Dendritic",
"Macrophage",
"T cells",
"B cells",
"NK cells",
"Monocytes",
"Macrophage",
"NK cells",
"B cells",
"T cells",
"Endothelial",
"NK cells",
"B cells",
"T cells",
"NK cells",
"T cells",
"Macrophage",
"B cells",
"Monocytes",
"Monocytes",
"NK cells",
"Monocytes",
"Monocytes",
"Macrophage",
"Endothelial",
"T cells",
"T cells",
"Macrophage",
"NK cells",
"NK cells",
"Fibroblast",
"Dendritic",
"Dendritic",
"Dendritic",
"Monocytes",
"Endothelial",
"Dendritic",
"Endothelial",
"Dendritic",
"Endothelial",
"Dendritic",
"B cells",
"Fibroblast",
"Fibroblast",
"Endothelial",
"B cells",
"NK cells",
"NK cells",
"NK cells",
"B cells",
"Macrophage",
"Endothelial",
"Monocytes",
"T cells",
"Macrophage",
"Dendritic",
"Monocytes",
"T cells",
"Fibroblast",
"B cells",
"Monocytes",
"Fibroblast",
"Endothelial",
"Endothelial",
"Macrophage",
"Dendritic",
"T cells",
"Macrophage",
"Fibroblast",
"T cells",
"Fibroblast",
"Fibroblast",
"B cells",
"B cells",
"Dendritic",
"NK cells",
"Fibroblast",
"NK cells",
"B cells",
"NK cells",
"Macrophage",
"Dendritic",
"B cells",
"T cells",
"B cells",
"T cells",
"B cells",
"Endothelial",
"Endothelial",
"Fibroblast",
"Fibroblast",
"Monocytes",
"NK cells",
"T cells",
"Macrophage",
"Fibroblast",
"Endothelial",
"Endothelial",
"B cells",
"B cells",
"Monocytes",
"Fibroblast",
"Monocytes",
"Endothelial",
"B cells",
"Endothelial",
"Monocytes",
"B cells",
"T cells",
"Dendritic",
"Dendritic",
"Fibroblast",
"Fibroblast",
"B cells",
"Fibroblast",
"T cells",
"Monocytes",
"B cells",
"Monocytes",
"Endothelial",
"Dendritic",
"Monocytes",
"T cells",
"NK cells",
"B cells",
"NK cells",
"T cells",
"Monocytes",
"Fibroblast",
"Fibroblast",
"NK cells",
"T cells",
"Endothelial",
"Monocytes",
"Monocytes",
"Macrophage",
"B cells",
"NK cells",
"NK cells",
"Monocytes",
"B cells",
"Dendritic",
"Macrophage",
"Dendritic",
"T cells",
"NK cells",
"Dendritic",
"Monocytes",
"Endothelial",
"Macrophage",
"T cells",
"Monocytes",
"Macrophage",
"Monocytes",
"Dendritic",
"Monocytes",
"B cells",
"Monocytes",
"Dendritic",
"NK cells",
"Fibroblast",
"NK cells",
"Fibroblast",
"T cells",
"B cells",
"T cells",
"B cells",
"Macrophage",
"Endothelial",
"T cells",
"Fibroblast",
"Endothelial",
"Endothelial",
"Dendritic",
"Dendritic",
"Fibroblast",
"Fibroblast",
"B cells",
"Macrophage",
"Macrophage",
"B cells",
"T cells",
"Dendritic",
"Endothelial",
"Endothelial",
"Fibroblast",
"B cells",
"NK cells",
"Fibroblast",
"Macrophage",
"Macrophage",
"Fibroblast",
"Endothelial",
"Dendritic",
"Macrophage",
"B cells",
"T cells",
"Dendritic",
"T cells",
"B cells",
"Fibroblast",
"Dendritic",
"Monocytes",
"Fibroblast",
"NK cells",
"NK cells",
"Fibroblast",
"Macrophage",
"Macrophage",
"B cells",
"Fibroblast",
"T cells",
"Endothelial",
"Monocytes",
"Monocytes",
"Endothelial",
"Fibroblast",
"Endothelial",
"Monocytes",
"B cells",
"T cells",
"B cells",
"Dendritic",
"Monocytes",
"Macrophage",
"Fibroblast",
"Dendritic",
"Fibroblast",
"Fibroblast",
"Endothelial",
"Fibroblast",
"B cells",
"Monocytes",
"NK cells",
"NK cells",
"Endothelial",
"Fibroblast",
"B cells",
"Dendritic",
"Monocytes",
"NK cells",
"Monocytes",
"Fibroblast",
"Fibroblast",
"T cells",
"Fibroblast",
"Fibroblast",
"Monocytes",
"Monocytes",
"B cells",
"Monocytes",
"Monocytes",
"T cells",
"Macrophage",
"B cells",
"Endothelial",
"Fibroblast",
"Endothelial",
"Endothelial",
"Fibroblast",
"B cells",
"NK cells",
"B cells",
"NK cells",
"Fibroblast",
"Fibroblast",
"Macrophage",
"Monocytes",
"NK cells",
"NK cells",
"T cells",
"Endothelial",
"NK cells",
"Fibroblast",
"Dendritic",
"Endothelial",
"Fibroblast",
"T cells",
"Monocytes",
"Macrophage",
"B cells",
"Fibroblast",
"Macrophage",
"Fibroblast",
"B cells",
"Monocytes",
"Fibroblast",
"Macrophage",
"Fibroblast",
"T cells",
"Monocytes",
"B cells",
"Fibroblast",
"Monocytes",
"T cells",
"NK cells",
"Monocytes",
"T cells",
"B cells",
"Monocytes",
"B cells",
"T cells",
"B cells",
"Dendritic",
"Endothelial",
"NK cells",
"Monocytes",
"Endothelial",
"Dendritic",
"Macrophage",
"NK cells",
"NK cells",
"T cells",
"Macrophage",
"Monocytes",
"Monocytes",
"Macrophage",
"NK cells",
"Monocytes",
"T cells",
"Dendritic",
"Dendritic",
"Macrophage",
"Endothelial",
"T cells",
"Dendritic",
"Endothelial",
"T cells",
"Endothelial",
"B cells",
"Fibroblast",
"NK cells",
"Fibroblast",
"Fibroblast",
"B cells",
"Endothelial",
"Fibroblast",
"Monocytes",
"Dendritic",
"Dendritic",
"Dendritic",
"B cells",
"Dendritic",
"Dendritic",
"Dendritic",
"Dendritic",
"NK cells",
"NK cells",
"Dendritic",
"Endothelial",
"Endothelial",
"T cells",
"T cells",
"Monocytes",
"Dendritic",
"Fibroblast",
"B cells",
"B cells",
"Dendritic",
"T cells",
"B cells",
"Dendritic",
"B cells",
"Fibroblast",
"Macrophage",
"Monocytes",
"Fibroblast",
"Fibroblast",
"T cells",
"B cells",
"T cells",
"NK cells",
"T cells",
"T cells",
"T cells",
"Fibroblast",
"Fibroblast",
"Monocytes",
"T cells",
"T cells",
"Endothelial",
"Dendritic",
"Dendritic",
"Monocytes",
"NK cells",
"Dendritic",
"Dendritic",
"Fibroblast",
"B cells",
"T cells",
"T cells",
"Endothelial",
"Dendritic",
"Monocytes",
"Monocytes",
"Fibroblast",
"T cells",
"NK cells",
"Monocytes",
"Dendritic",
"Monocytes",
"Fibroblast",
"Dendritic",
"Macrophage",
"B cells",
"Macrophage",
"T cells",
"NK cells",
"Endothelial",
"Monocytes",
"NK cells",
"Macrophage",
"T cells",
"Fibroblast",
"Dendritic",
"T cells",
"Macrophage",
"NK cells",
"T cells",
"B cells",
"T cells",
"Endothelial",
"T cells",
"Fibroblast",
"Endothelial",
"B cells",
"NK cells",
"Macrophage",
"Endothelial",
"B cells",
"Macrophage",
"B cells",
"Monocytes",
"NK cells",
"Dendritic",
"Macrophage",
"B cells",
"T cells",
"NK cells",
"Fibroblast",
"Macrophage",
"NK cells",
"Fibroblast",
"T cells",
"B cells",
"Fibroblast",
"Endothelial",
"Dendritic",
"NK cells",
"T cells",
"Fibroblast",
"B cells",
"NK cells",
"Fibroblast",
"Monocytes",
"Fibroblast",
"Monocytes",
"Fibroblast",
"B cells",
"T cells",
"T cells",
"B cells",
"NK cells",
"T cells",
"Endothelial",
"NK cells",
"B cells",
"Dendritic",
"Fibroblast",
"B cells",
"Macrophage",
"T cells",
"T cells",
"Fibroblast",
"Fibroblast",
"Dendritic",
"T cells",
"Fibroblast",
"B cells",
"Fibroblast",
"Fibroblast",
"T cells",
"B cells",
"Endothelial",
"Endothelial",
"Dendritic",
"NK cells",
"Fibroblast",
"B cells",
"B cells",
"Endothelial",
"T cells",
"Fibroblast",
"Fibroblast",
"Monocytes",
"T cells",
"Dendritic",
"NK cells",
"T cells",
"Monocytes",
"Fibroblast",
"NK cells",
"B cells",
"Fibroblast",
"Dendritic",
"Dendritic",
"B cells",
"T cells",
"Fibroblast",
"Endothelial",
"T cells",
"Macrophage",
"T cells",
"T cells",
"T cells",
"NK cells",
"Dendritic",
"Dendritic",
"NK cells",
"Fibroblast",
"T cells",
"NK cells",
"Dendritic",
"Endothelial",
"Macrophage",
"NK cells",
"NK cells",
"Endothelial",
"B cells",
"T cells",
"NK cells",
"Macrophage",
"Monocytes",
"NK cells",
"Endothelial",
"Monocytes",
"T cells",
"Macrophage",
"B cells",
"Monocytes",
"B cells",
"Dendritic",
"Endothelial",
"Macrophage",
"Dendritic",
"B cells",
"Dendritic",
"Endothelial",
"B cells",
"Fibroblast",
"T cells",
"Endothelial",
"T cells",
"B cells",
"Macrophage",
"Dendritic",
"T cells",
"Dendritic",
"NK cells",
"Monocytes",
"NK cells",
"Dendritic",
"T cells",
"Macrophage",
"T cells",
"Macrophage",
"Dendritic",
"NK cells",
"Fibroblast",
"T cells",
"Monocytes",
"B cells",
"T cells",
"T cells",
"B cells",
"B cells",
"B cells",
"T cells",
"Dendritic",
"Fibroblast",
"Fibroblast",
"Macrophage",
"Macrophage",
"T cells",
"T cells",
"B cells",
"Fibroblast",
"T cells",
"Endothelial",
"Dendritic",
"T cells",
"Fibroblast",
"NK cells",
"T cells",
"Monocytes",
"B cells",
"Dendritic",
"Fibroblast",
"NK cells",
"T cells",
"Dendritic",
"Fibroblast",
"Macrophage",
"Macrophage",
"B cells",
"NK cells",
"B cells",
"B cells",
"B cells",
"Dendritic",
"Endothelial",
"NK cells",
"B cells",
"Monocytes",
"NK cells",
"Fibroblast",
"Fibroblast",
"Monocytes",
"Fibroblast",
"Endothelial",
"Endothelial",
"Endothelial",
"Fibroblast",
"Endothelial",
"Endothelial",
"T cells",
"T cells",
"Monocytes",
"Endothelial",
"Macrophage",
"Dendritic",
"Monocytes",
"NK cells",
"T cells",
"Endothelial",
"Fibroblast",
"B cells",
"B cells",
"Monocytes",
"NK cells",
"Macrophage",
"NK cells",
"B cells",
"NK cells",
"Monocytes",
"Endothelial",
"Monocytes",
"Dendritic",
"Macrophage",
"Dendritic",
"B cells",
"T cells",
"NK cells",
"Endothelial",
"NK cells",
"Endothelial",
"Macrophage",
"Monocytes",
"NK cells",
"Monocytes",
"T cells",
"NK cells",
"NK cells",
"Macrophage",
"NK cells",
"T cells",
"Endothelial",
"Dendritic",
"Monocytes",
"Macrophage",
"B cells",
"Dendritic",
"Fibroblast",
"T cells",
"Fibroblast",
"Fibroblast",
"B cells",
"NK cells",
"NK cells",
"NK cells",
"Dendritic",
"B cells",
"Endothelial",
"Fibroblast",
"B cells",
"B cells",
"Dendritic",
"B cells",
"Endothelial",
"Fibroblast",
"Dendritic",
"NK cells",
"T cells",
"Fibroblast",
"NK cells",
"Dendritic",
"B cells",
"Macrophage",
"B cells",
"Monocytes",
"B cells",
"Monocytes",
"Fibroblast",
"Monocytes",
"Macrophage",
"B cells",
"Monocytes",
"T cells",
"Macrophage",
"Dendritic",
"Endothelial",
"Macrophage",
"T cells",
"Endothelial",
"Dendritic",
"Macrophage",
"Dendritic",
"Monocytes",
"T cells",
"B cells",
"B cells",
"Monocytes",
"Fibroblast",
"Endothelial",
"B cells",
"Endothelial",
"Fibroblast",
"Dendritic",
"NK cells",
"T cells",
"Macrophage",
"Endothelial",
"Monocytes",
"Fibroblast",
"NK cells",
"Endothelial",
"NK cells",
"Fibroblast",
"Monocytes",
"Monocytes",
"Endothelial",
"NK cells",
"Dendritic",
"Macrophage",
"Fibroblast",
"T cells",
"Endothelial",
"NK cells",
"B cells",
"B cells",
"Endothelial",
"Fibroblast",
"B cells",
"Dendritic",
"Monocytes",
"B cells",
"Macrophage",
"Fibroblast",
"B cells",
"Macrophage",
"NK cells",
"Monocytes",
"Macrophage",
"B cells",
"Monocytes",
"B cells",
"Endothelial",
"T cells",
"Dendritic",
"Dendritic",
"Endothelial",
"Endothelial",
"Endothelial",
"B cells",
"Endothelial",
"T cells",
"Endothelial",
"Fibroblast",
"B cells",
"Endothelial",
"T cells",
"NK cells",
"Fibroblast",
"NK cells",
"T cells",
"T cells",
"Dendritic",
"Dendritic",
"NK cells",
"Monocytes",
"T cells",
"Macrophage",
"Macrophage",
"T cells",
"Endothelial",
"NK cells",
"Monocytes",
"Endothelial",
"B cells",
"B cells",
"Fibroblast",
"Fibroblast",
"Endothelial",
"B cells",
"Dendritic",
"Monocytes",
"Fibroblast",
"T cells",
"Monocytes",
"T cells",
"Endothelial",
"Monocytes",
"NK cells",
"Dendritic",
"NK cells",
"B cells",
"Endothelial",
"Fibroblast",
"Fibroblast",
"B cells",
"Macrophage",
"Macrophage",
"Fibroblast",
"B cells",
"T cells",
"Fibroblast",
"Fibroblast",
"Monocytes",
"T cells",
"B cells",
"B cells",
"NK cells",
"Endothelial",
"NK cells",
"Endothelial",
"NK cells",
"Dendritic",
"Macrophage",
"Fibroblast",
"T cells",
"NK cells",
"Fibroblast",
"Macrophage",
"Dendritic",
"Fibroblast",
"B cells",
"NK cells",
"Monocytes",
"Fibroblast",
"Dendritic",
"Dendritic",
"T cells",
"NK cells",
"B cells",
"Dendritic",
"B cells",
"Endothelial",
"Fibroblast",
"B cells",
"Monocytes",
"Fibroblast",
"T cells",
"T cells",
"NK cells",
"B cells",
"Monocytes",
"Dendritic",
"T cells",
"NK cells",
"Endothelial",
"NK cells",
"Macrophage",
"Dendritic",
"T cells",
"Dendritic",
"Monocytes",
"B cells",
"B cells",
"Dendritic",
"Monocytes",
"B cells",
"Endothelial",
"Endothelial",
"Macrophage",
"Monocytes",
"NK cells",
"B cells",
"NK cells",
"Fibroblast",
"T cells",
"B cells",
"Fibroblast",
"Dendritic",
"B cells",
"T cells",
"T cells",
"Monocytes",
"B cells",
"Monocytes",
"Macrophage",
"Fibroblast",
"T cells",
"B cells",
"T cells",
"T cells",
"NK cells",
"Monocytes",
"Dendritic",
"Macrophage",
"B cells",
"Fibroblast",
"NK cells",
"NK cells",
"B cells",
"Monocytes",
"Endothelial",
"Fibroblast",
"Fibroblast",
"NK cells",
"Dendritic",
"Dendritic",
"B cells",
"Macrophage",
"Fibroblast",
"Dendritic",
"NK cells",
"Macrophage",
"NK cells",
"Dendritic",
"NK cells",
"T cells",
"Endothelial",
"Macrophage",
"B cells",
"Endothelial",
"T cells",
"B cells",
"Endothelial",
"Macrophage",
"Dendritic",
"Monocytes",
"Endothelial",
"Monocytes",
"NK cells",
"Endothelial",
"B cells",
"Macrophage",
"Monocytes",
"Endothelial",
"NK cells",
"NK cells",
"B cells",
"Monocytes",
"Endothelial",
"Monocytes",
"Dendritic",
"NK cells",
"T cells",
"NK cells",
"Endothelial",
"Dendritic",
"T cells",
"Monocytes",
"Macrophage",
"Endothelial",
"Macrophage",
"Monocytes",
"T cells",
"Fibroblast",
"Dendritic",
"NK cells",
"Fibroblast",
"B cells",
"T cells",
"Dendritic",
"Monocytes",
"B cells",
"NK cells",
"NK cells",
"B cells",
"Endothelial",
"T cells",
"NK cells",
"Fibroblast",
"NK cells",
"Endothelial",
"Dendritic",
"Monocytes",
"Fibroblast",
"NK cells",
"B cells",
"B cells",
"Monocytes",
"Fibroblast",
"Endothelial",
"Endothelial",
"Monocytes",
"Endothelial",
"Fibroblast",
"B cells",
"NK cells",
"Monocytes",
"NK cells",
"NK cells",
"T cells",
"Dendritic",
"Fibroblast",
"Monocytes",
"Endothelial",
"Dendritic",
"Fibroblast",
"B cells",
"NK cells",
"Fibroblast",
"Macrophage",
"Endothelial",
"B cells",
"B cells",
"Fibroblast",
"Fibroblast",
"Monocytes",
"NK cells",
"Endothelial",
"Dendritic",
"Fibroblast",
"Dendritic",
"NK cells",
"B cells",
"B cells",
"Monocytes",
"NK cells",
"B cells",
"Fibroblast",
"Endothelial",
"Fibroblast",
"Endothelial",
"Macrophage",
"NK cells",
"Endothelial",
"NK cells",
"Monocytes",
"NK cells",
"T cells",
"Macrophage",
"Macrophage",
"NK cells",
"Dendritic",
"Dendritic",
"Macrophage",
"Macrophage",
"Endothelial",
"NK cells",
"T cells",
"NK cells",
"T cells",
"NK cells",
"Fibroblast",
"Endothelial",
"Macrophage",
"T cells",
"T cells",
"Fibroblast",
"T cells",
"Dendritic",
"T cells",
"NK cells",
"NK cells",
"B cells",
"Fibroblast",
"Monocytes",
"Monocytes",
"NK cells",
"NK cells",
"T cells",
"T cells",
"Monocytes",
"Monocytes",
"Dendritic",
"B cells",
"NK cells",
"Endothelial",
"T cells",
"Endothelial",
"Fibroblast",
"Macrophage",
"Dendritic",
"B cells",
"Macrophage",
"Monocytes",
"T cells",
"Monocytes",
"Endothelial",
"Dendritic",
"Dendritic",
"Fibroblast",
"Monocytes",
"T cells",
"Fibroblast",
"Fibroblast",
"Fibroblast",
"Dendritic",
"Monocytes",
"Macrophage",
"T cells",
"Endothelial",
"T cells",
"B cells",
"Dendritic",
"NK cells",
"Dendritic",
"Dendritic",
"B cells",
"Monocytes",
"T cells",
"Endothelial",
"T cells",
"Macrophage",
"Monocytes",
"T cells",
"Macrophage",
"T cells",
"Fibroblast",
"Dendritic",
"Endothelial",
"Monocytes",
"NK cells",
"Dendritic",
"Fibroblast",
"B cells",
"Monocytes",
"B cells",
"NK cells",
"Macrophage",
"T cells",
"Macrophage",
"B cells",
"Dendritic",
"Endothelial",
"Endothelial",
"Dendritic",
"NK cells",
"T cells",
"B cells",
"Fibroblast",
"NK cells",
"NK cells",
"Endothelial",
"Endothelial",
"Endothelial",
"T cells",
"T cells",
"B cells",
"B cells",
"Endothelial",
"Monocytes",
"NK cells",
"T cells",
"B cells",
"B cells",
"NK cells",
"Dendritic",
"Monocytes",
"NK cells",
"B cells",
"Dendritic",
"Fibroblast",
"Endothelial",
"Dendritic",
"T cells",
"Monocytes",
"Endothelial",
"B cells",
"B cells",
"Monocytes",
"Monocytes",
"T cells",
"Fibroblast",
"Endothelial",
"Endothelial",
"NK cells",
"Monocytes",
"T cells",
"Macrophage",
"Dendritic",
"Dendritic",
"Endothelial",
"B cells",
"T cells",
"Dendritic",
"NK cells",
"B cells",
"Monocytes",
"B cells",
"Dendritic",
"Dendritic",
"NK cells",
"B cells",
"T cells",
"Fibroblast",
"Macrophage",
"Dendritic",
"B cells",
"Monocytes",
"Dendritic",
"T cells",
"Fibroblast",
"NK cells",
"B cells",
"T cells",
"B cells",
"NK cells",
"Endothelial",
"T cells",
"Monocytes",
"Dendritic",
"Endothelial",
"Fibroblast",
"Monocytes",
"Fibroblast",
"Dendritic",
"NK cells",
"Endothelial",
"Endothelial",
"T cells",
"Dendritic",
"NK cells",
"Dendritic",
"B cells",
"B cells",
"Endothelial",
"T cells",
"Endothelial",
"T cells",
"Monocytes",
"NK cells",
"Fibroblast",
"Endothelial",
"Dendritic",
"B cells",
"T cells",
"Monocytes",
"Fibroblast",
"B cells",
"Monocytes",
"Dendritic",
"Fibroblast",
"Macrophage",
"B cells",
"B cells",
"T cells",
"T cells",
"Dendritic",
"Fibroblast",
"Fibroblast",
"T cells",
"NK cells",
"Macrophage",
"Endothelial",
"Fibroblast",
"Monocytes",
"NK cells",
"T cells",
"Fibroblast",
"Fibroblast",
"Endothelial",
"Fibroblast",
"Monocytes",
"B cells",
"Fibroblast",
"T cells",
"Macrophage",
"Dendritic",
"NK cells",
"Macrophage",
"Macrophage",
"Endothelial",
"B cells",
"Dendritic",
"NK cells",
"Monocytes",
"Dendritic",
"Macrophage",
"Monocytes",
"Fibroblast",
"Endothelial",
"Dendritic",
"T cells",
"NK cells",
"Monocytes",
"Dendritic",
"Fibroblast",
"Monocytes",
"B cells",
"Dendritic",
"Fibroblast",
"B cells",
"Macrophage",
"Endothelial",
"Endothelial",
"Macrophage",
"T cells",
"Macrophage",
"Monocytes",
"Fibroblast",
"Macrophage",
"NK cells",
"Endothelial",
"T cells",
"NK cells",
"T cells",
"Endothelial",
"B cells",
"NK cells",
"Fibroblast",
"Endothelial",
"Endothelial",
"Fibroblast",
"Fibroblast",
"NK cells",
"NK cells",
"T cells",
"NK cells",
"Endothelial",
"Dendritic",
"B cells",
"T cells",
"NK cells",
"Monocytes",
"Endothelial",
"Endothelial",
"Dendritic",
"NK cells",
"Endothelial",
"Monocytes",
"B cells",
"Monocytes",
"Dendritic",
"Dendritic",
"Fibroblast",
"Monocytes",
"Endothelial",
"Dendritic",
"Dendritic",
"T cells",
"Monocytes",
"Dendritic",
"Macrophage",
"B cells",
"Endothelial",
"Monocytes",
"NK cells",
"NK cells",
"B cells",
"T cells",
"B cells",
"Endothelial",
"Dendritic",
"B cells",
"Endothelial",
"B cells",
"Macrophage",
"Endothelial",
"Endothelial",
"T cells",
"T cells",
"Endothelial",
"NK cells",
"Monocytes",
"T cells",
"Dendritic",
"T cells",
"B cells",
"NK cells",
"Monocytes",
"Endothelial",
"Monocytes",
"Dendritic",
"Monocytes",
"Endothelial",
"Fibroblast",
"NK cells",
"Fibroblast",
"B cells",
"T cells",
"B cells",
"T cells",
"Fibroblast",
"Dendritic",
"NK cells",
"Monocytes",
"Macrophage",
"NK cells",
"Monocytes",
"Fibroblast",
"T cells",
"Macrophage",
"T cells",
"Fibroblast",
"Endothelial",
"NK cells",
"Fibroblast",
"Monocytes",
"B cells",
"Macrophage",
"Dendritic",
"Fibroblast",
"Dendritic",
"Monocytes",
"NK cells",
"Fibroblast",
"Monocytes",
"Fibroblast",
"B cells",
"Macrophage",
"Macrophage",
"Macrophage",
"Macrophage",
"Macrophage",
"T cells",
"Monocytes",
"Macrophage",
"Fibroblast",
"Endothelial",
"NK cells",
"NK cells",
"T cells",
"NK cells",
"Dendritic",
"T cells",
"B cells",
"NK cells",
"NK cells",
"Fibroblast",
"B cells",
"Endothelial",
"NK cells",
"B cells",
"Fibroblast",
"Fibroblast",
"B cells",
"T cells",
"Monocytes",
"T cells",
"Fibroblast",
"NK cells",
"B cells",
"Dendritic",
"NK cells",
"Endothelial",
"Fibroblast",
"Dendritic",
"Monocytes",
"B cells",
"B cells",
"Monocytes",
"NK cells",
"NK cells",
"Macrophage",
"B cells",
"Endothelial",
"Macrophage",
"B cells",
"Macrophage",
"B cells",
"B cells",
"T cells",
"Macrophage",
"Monocytes",
"Macrophage",
"NK cells",
"Macrophage",
"Dendritic",
"T cells",
"B cells",
"Endothelial",
"T cells",
"B cells",
"NK cells",
"Macrophage",
"Monocytes",
"T cells",
"B cells",
"Monocytes",
"Dendritic",
"Dendritic",
"B cells",
"Monocytes",
"NK cells",
"Dendritic",
"Endothelial",
"Fibroblast",
"Monocytes",
"NK cells",
"B cells",
"Fibroblast",
"NK cells",
"NK cells",
"Monocytes",
"B cells",
"Fibroblast",
"Macrophage",
"B cells",
"Endothelial",
"Fibroblast",
"NK cells",
"Dendritic",
"T cells",
"B cells",
"Macrophage",
"Dendritic",
"Fibroblast",
"Macrophage",
"B cells",
"Macrophage",
"Monocytes",
"T cells",
"T cells",
"Monocytes",
"NK cells",
"B cells",
"Macrophage",
"Endothelial",
"Monocytes",
"Fibroblast",
"Endothelial",
"Endothelial",
"Fibroblast",
"Dendritic",
"Dendritic",
"B cells",
"T cells",
"Macrophage",
"Monocytes",
"Monocytes",
"Endothelial",
"Monocytes",
"B cells",
"Dendritic",
"NK cells",
"Dendritic",
"NK cells",
"T cells",
"Endothelial",
"Dendritic",
"Dendritic",
"Monocytes",
"Macrophage",
"B cells",
"NK cells",
"Fibroblast",
"Monocytes",
"Monocytes",
"Monocytes",
"T cells",
"B cells",
"Fibroblast",
"NK cells",
"Dendritic",
"Fibroblast",
"T cells",
"Monocytes",
"T cells",
"Dendritic",
"Dendritic",
"Dendritic",
"B cells",
"B cells",
"Macrophage",
"Endothelial",
"Endothelial",
"Fibroblast",
"Dendritic",
"Dendritic",
"T cells",
"T cells",
"NK cells",
"Dendritic",
"Endothelial",
"Fibroblast",
"Monocytes",
"B cells",
"Endothelial",
"Macrophage",
"Fibroblast",
"NK cells",
"Endothelial",
"Dendritic",
"T cells",
"B cells",
"T cells",
"Dendritic",
"Dendritic",
"Macrophage",
"Monocytes",
"Fibroblast",
"Fibroblast",
"Fibroblast",
"Dendritic",
"NK cells",
"Endothelial",
"Macrophage",
"Dendritic",
"Fibroblast",
"Macrophage",
"Dendritic",
"NK cells",
"T cells",
"B cells",
"T cells",
"Dendritic",
"Macrophage",
"Macrophage",
"Monocytes",
"Dendritic",
"Dendritic",
"Monocytes",
"NK cells",
"B cells",
"Fibroblast",
"B cells",
"Monocytes",
"Monocytes",
"Dendritic",
"Dendritic",
"Monocytes",
"Dendritic",
"T cells",
"T cells",
"Monocytes",
"Monocytes",
"NK cells",
"Dendritic",
"Macrophage",
"NK cells",
"Macrophage",
"Fibroblast",
"Fibroblast",
"Macrophage",
"B cells",
"NK cells",
"Fibroblast",
"NK cells",
"NK cells",
"T cells",
"T cells",
"T cells",
"Macrophage",
"NK cells",
"NK cells",
"Monocytes",
"B cells",
"Dendritic",
"Dendritic",
"Dendritic",
"Dendritic",
"B cells",
"NK cells",
"B cells",
"T cells",
"Endothelial",
"Fibroblast",
"Fibroblast",
"Endothelial",
"Dendritic",
"NK cells",
"B cells",
"Dendritic",
"Macrophage",
"Endothelial",
"Monocytes",
"Endothelial",
"Macrophage",
"Fibroblast",
"Fibroblast",
"Dendritic",
"Endothelial",
"Monocytes",
"B cells",
"Dendritic",
"Endothelial",
"Endothelial",
"Macrophage",
"B cells",
"T cells",
"B cells",
"Macrophage",
"Fibroblast",
"T cells",
"Dendritic",
"Dendritic",
"T cells",
"NK cells",
"Fibroblast",
"Monocytes",
"Endothelial",
"Macrophage",
"Fibroblast",
"Macrophage",
"Endothelial",
"B cells",
"T cells",
"Fibroblast",
"Endothelial",
"Dendritic",
"Monocytes",
"Fibroblast",
"T cells",
"Monocytes",
"Dendritic",
"NK cells",
"Monocytes",
"Fibroblast",
"Monocytes",
"Macrophage",
"Fibroblast",
"NK cells",
"B cells",
"Fibroblast",
"Dendritic",
"Macrophage",
"Dendritic",
"NK cells",
"B cells",
"B cells",
"Dendritic",
"Monocytes",
"Macrophage",
"NK cells",
"Endothelial",
"Fibroblast",
"NK cells",
"T cells",
"Fibroblast",
"NK cells",
"Endothelial",
"Dendritic",
"NK cells",
"T cells",
"Fibroblast",
"B cells",
"Dendritic",
"NK cells",
"Fibroblast",
"Monocytes",
"Dendritic",
"T cells",
"T cells",
"Dendritic",
"Endothelial",
"Macrophage",
"NK cells",
"Macrophage",
"Endothelial",
"T cells",
"B cells",
"Endothelial",
"Endothelial",
"Dendritic",
"Monocytes",
"Fibroblast",
"NK cells",
"Monocytes",
"NK cells",
"T cells",
"Dendritic",
"Monocytes",
"Endothelial",
"Endothelial",
"Fibroblast",
"Macrophage",
"Fibroblast",
"B cells",
"Monocytes",
"NK cells",
"T cells",
"Monocytes",
"Macrophage",
"B cells",
"T cells",
"Fibroblast",
"NK cells",
"Fibroblast",
"Monocytes",
"Dendritic",
"Monocytes",
"Fibroblast",
"Fibroblast",
"Fibroblast",
"B cells",
"NK cells",
"T cells",
"Dendritic",
"Macrophage",
"Monocytes",
"B cells",
"Macrophage",
"NK cells",
"Macrophage",
"Fibroblast",
"Fibroblast",
"Endothelial",
"Dendritic",
"B cells",
"B cells",
"Macrophage",
"Fibroblast",
"T cells",
"B cells",
"Endothelial",
"NK cells",
"Fibroblast",
"Endothelial",
"Dendritic",
"B cells",
"Fibroblast",
"Monocytes",
"Monocytes",
"T cells",
"Dendritic",
"Macrophage",
"Fibroblast",
"B cells",
"NK cells",
"B cells",
"Fibroblast",
"Endothelial",
"Monocytes",
"Dendritic",
"NK cells",
"Endothelial",
"T cells",
"NK cells",
"NK cells",
"Dendritic",
"T cells",
"Macrophage",
"NK cells",
"B cells",
"Monocytes",
"Endothelial",
"T cells",
"NK cells",
"Monocytes",
"Endothelial",
"NK cells",
"Endothelial",
"NK cells",
"B cells",
"Dendritic",
"Macrophage",
"B cells",
"Fibroblast",
"Fibroblast",
"Monocytes",
"Monocytes",
"B cells",
"NK cells",
"B cells",
"NK cells",
"Fibroblast",
"Fibroblast",
"Dendritic",
"NK cells",
"Dendritic",
"Macrophage",
"Fibroblast",
"Dendritic",
"NK cells",
"Endothelial",
"T cells",
"NK cells",
"NK cells",
"Fibroblast",
"Fibroblast",
"NK cells",
"Fibroblast",
"B cells",
"Monocytes",
"T cells",
"T cells",
"Monocytes",
"B cells",
"T cells",
"Endothelial",
"T cells",
"Fibroblast",
"NK cells",
"T cells",
"Fibroblast",
"Dendritic",
"Macrophage",
"Dendritic",
"Monocytes",
"B cells",
"T cells",
"Fibroblast",
"Fibroblast",
"Monocytes",
"NK cells",
"Macrophage",
"Monocytes",
"T cells",
"Monocytes",
"Dendritic",
"B cells",
"Fibroblast",
"Fibroblast",
"Fibroblast",
"Fibroblast",
"B cells",
"T cells",
"Dendritic",
"Endothelial",
"Endothelial",
"T cells",
"Endothelial",
"Endothelial",
"Monocytes",
"T cells",
"NK cells",
"Fibroblast",
"Monocytes",
"Dendritic",
"Fibroblast",
"Dendritic",
"Dendritic",
"B cells",
"Fibroblast",
"Macrophage",
"Macrophage",
"Monocytes",
"Macrophage",
"Monocytes",
"Endothelial",
"Fibroblast",
"Dendritic",
"Endothelial",
"B cells",
"Monocytes",
"Fibroblast",
"NK cells",
"T cells",
"Macrophage",
"NK cells",
"Endothelial",
"Monocytes",
"Monocytes",
"Macrophage",
"Macrophage",
"Macrophage",
"Macrophage",
"NK cells",
"Endothelial",
"B cells",
"B cells",
"Endothelial",
"Fibroblast",
"T cells",
"NK cells",
"Monocytes",
"Macrophage",
"Dendritic",
"Monocytes",
"Dendritic",
"NK cells",
"Endothelial",
"Fibroblast",
"NK cells",
"T cells",
"Macrophage",
"Endothelial",
"Macrophage",
"T cells",
"NK cells",
"Macrophage",
"T cells",
"Macrophage",
"Monocytes",
"Macrophage",
"Monocytes",
"T cells",
"B cells",
"Endothelial",
"Dendritic",
"B cells",
"NK cells",
"Dendritic",
"T cells",
"T cells",
"Endothelial",
"B cells",
"Endothelial",
"Endothelial",
"B cells",
"Dendritic",
"Macrophage",
"B cells",
"B cells",
"T cells",
"Monocytes",
"Endothelial",
"Fibroblast",
"Dendritic",
"Macrophage",
"Fibroblast",
"Endothelial",
"Dendritic",
"Macrophage",
"B cells",
"Monocytes",
"Endothelial",
"Endothelial",
"Dendritic",
"Dendritic",
"Monocytes",
"Endothelial",
"NK cells",
"T cells",
"Macrophage",
"T cells",
"Monocytes",
"Endothelial",
"NK cells",
"B cells",
"T cells",
"Dendritic",
"Dendritic",
"B cells",
"Endothelial",
"T cells",
"Fibroblast",
"NK cells",
"Endothelial",
"Fibroblast",
"NK cells",
"Fibroblast",
"Dendritic",
"B cells",
"NK cells",
"Macrophage",
"NK cells",
"Macrophage",
"B cells",
"Dendritic",
"Endothelial",
"T cells",
"Dendritic",
"Dendritic",
"Monocytes",
"Fibroblast",
"Monocytes",
"B cells",
"Monocytes",
"Endothelial",
"Dendritic",
"Monocytes",
"Fibroblast",
"Monocytes",
"B cells",
"Dendritic",
"Macrophage",
"Monocytes",
"Endothelial",
"T cells",
"NK cells",
"Fibroblast",
"Fibroblast",
"T cells",
"B cells",
"T cells",
"Fibroblast",
"NK cells",
"Dendritic",
"NK cells",
"Macrophage",
"Endothelial",
"NK cells",
"Endothelial",
"Monocytes",
"Macrophage",
"Dendritic",
"Fibroblast",
"NK cells",
"NK cells",
"Macrophage",
"Dendritic",
"NK cells",
"Endothelial",
"B cells",
"NK cells",
"B cells",
"Dendritic",
"Fibroblast",
"Monocytes",
"Monocytes",
"NK cells",
"Monocytes",
"Endothelial",
"Macrophage",
"Dendritic",
"T cells",
"Dendritic",
"Monocytes",
"NK cells",
"Dendritic",
"Endothelial",
"Macrophage",
"T cells",
"NK cells",
"B cells",
"Fibroblast",
"Endothelial",
"B cells",
"B cells",
"Endothelial",
"Fibroblast",
"Monocytes",
"Monocytes",
"B cells",
"T cells",
"Monocytes",
"Monocytes",
"Endothelial",
"T cells",
"Fibroblast",
"Fibroblast",
"Endothelial",
"NK cells",
"Fibroblast",
"Endothelial",
"Dendritic",
"Monocytes",
"NK cells",
"NK cells",
"NK cells",
"Macrophage",
"Dendritic",
"Monocytes",
"B cells",
"Fibroblast",
"T cells",
"Fibroblast",
"T cells",
"Endothelial",
"B cells",
"NK cells",
"B cells",
"B cells",
"Dendritic",
"NK cells",
"NK cells",
"Macrophage",
"Dendritic",
"Dendritic",
"B cells",
"Monocytes",
"Monocytes",
"B cells",
"NK cells",
"Endothelial",
"Macrophage",
"B cells",
"Endothelial",
"Macrophage",
"Monocytes",
"Endothelial",
"B cells",
"Monocytes",
"T cells",
"Monocytes",
"Fibroblast",
"Monocytes",
"Endothelial",
"NK cells",
"Dendritic",
"Macrophage",
"Dendritic",
"Monocytes",
"T cells",
"Monocytes",
"Endothelial",
"B cells",
"B cells",
"Dendritic",
"Monocytes",
"Macrophage",
"Fibroblast",
"Endothelial",
"Fibroblast",
"Dendritic",
"Monocytes",
"B cells",
"Dendritic",
"T cells",
"Macrophage",
"Endothelial",
"Dendritic",
"Monocytes",
"T cells",
"Fibroblast",
"Dendritic",
"B cells",
"Macrophage",
"Endothelial",
"Dendritic",
"Monocytes",
"NK cells",
"T cells",
"Fibroblast",
"Dendritic",
"Monocytes",
"B cells",
"Dendritic",
"Fibroblast",
"Dendritic",
"Monocytes",
"B cells",
"Macrophage",
"Macrophage",
"Macrophage",
"T cells",
"Dendritic",
"NK cells",
"Endothelial",
"Endothelial",
"Endothelial",
"Dendritic",
"B cells",
"Monocytes",
"Dendritic",
"Monocytes",
"Dendritic",
"B cells",
"Endothelial",
"Fibroblast",
"Dendritic",
"T cells",
"T cells",
"T cells",
"Monocytes",
"Dendritic",
"Monocytes",
"NK cells",
"Monocytes",
"NK cells",
"Endothelial",
"Macrophage",
"T cells",
"Fibroblast",
"Dendritic",
"Dendritic",
"Dendritic",
"NK cells",
"Macrophage",
"Fibroblast",
"T cells",
"Monocytes",
"Dendritic",
"T cells",
"NK cells",
"T cells",
"Endothelial",
"NK cells",
"NK cells",
"NK cells",
"Monocytes",
"Fibroblast",
"T cells",
"T cells",
"Fibroblast",
"Monocytes",
"Fibroblast",
"Fibroblast",
"NK cells",
"Endothelial",
"Endothelial",
"T cells",
"Macrophage",
"B cells",
"NK cells",
"B cells",
"NK cells",
"Monocytes",
"Monocytes",
"Monocytes",
"T cells",
"Endothelial",
"T cells",
"Monocytes",
"Macrophage",
"B cells",
"Dendritic",
"Endothelial",
"B cells",
"NK cells",
"Monocytes",
"Endothelial",
"Fibroblast",
"Fibroblast",
"Endothelial",
"NK cells",
"Dendritic",
"Endothelial",
"B cells",
"Macrophage",
"Macrophage",
"Endothelial",
"B cells",
"Macrophage",
"Monocytes",
"Dendritic",
"Fibroblast",
"Dendritic",
"NK cells",
"T cells",
"T cells",
"B cells",
"Monocytes",
"T cells",
"NK cells",
"B cells",
"Monocytes",
"B cells",
"Dendritic",
"Endothelial",
"Macrophage",
"B cells",
"Dendritic",
"B cells",
"Monocytes",
"Fibroblast",
"NK cells",
"Monocytes",
"Fibroblast",
"Endothelial",
"Fibroblast",
"Endothelial",
"Dendritic",
"Fibroblast",
"NK cells",
"Monocytes",
"Macrophage",
"Endothelial",
"Dendritic",
"Dendritic",
"B cells",
"Fibroblast",
"Fibroblast",
"Dendritic",
"NK cells",
"Endothelial",
"Endothelial",
"Fibroblast",
"NK cells",
"Endothelial",
"T cells",
"NK cells",
"Dendritic",
"NK cells",
"NK cells",
"Dendritic",
"Fibroblast",
"NK cells",
"Macrophage",
"Dendritic",
"Monocytes",
"Dendritic",
"Fibroblast",
"B cells",
"Macrophage",
"Endothelial",
"Fibroblast",
"Fibroblast",
"NK cells",
"T cells",
"NK cells",
"B cells",
"T cells",
"NK cells",
"Endothelial",
"B cells",
"T cells",
"Macrophage",
"Fibroblast",
"B cells",
"Endothelial",
"Monocytes",
"Fibroblast",
"Endothelial",
"NK cells",
"Macrophage",
"NK cells",
"Dendritic",
"NK cells",
"B cells",
"NK cells",
"T cells",
"Monocytes",
"Fibroblast",
"Monocytes",
"B cells",
"B cells",
"NK cells",
"B cells",
"B cells",
"Macrophage",
"T cells",
"Dendritic",
"Dendritic",
"Dendritic",
"B cells",
"NK cells",
"T cells",
"Macrophage",
"Endothelial",
"Fibroblast",
"Endothelial",
"Monocytes",
"B cells",
"Monocytes",
"Monocytes",
"Monocytes",
"T cells",
"T cells",
"NK cells",
"NK cells",
"Fibroblast",
"NK cells",
"NK cells",
"NK cells",
"Endothelial",
"Dendritic",
"Macrophage",
"Dendritic",
"B cells",
"Endothelial",
"T cells",
"B cells",
"Monocytes",
"Endothelial",
"B cells",
"T cells",
"Fibroblast",
"Endothelial",
"B cells",
"Monocytes",
"T cells",
"Monocytes",
"NK cells",
"Macrophage",
"B cells",
"NK cells",
"NK cells",
"T cells",
"B cells",
"Dendritic",
"Monocytes",
"Endothelial",
"Monocytes",
"Fibroblast",
"Macrophage",
"Monocytes",
"Fibroblast",
"Monocytes",
"NK cells",
"Fibroblast",
"Dendritic",
"Macrophage",
"T cells",
"Dendritic",
"Endothelial",
"Dendritic",
"Fibroblast",
"T cells",
"Fibroblast",
"Monocytes",
"Macrophage",
"Macrophage",
"Macrophage",
"B cells",
"T cells",
"Monocytes",
"Dendritic",
"NK cells",
"T cells",
"Dendritic",
"NK cells",
"Macrophage",
"Endothelial",
"Macrophage",
"T cells",
"Endothelial",
"NK cells",
"Monocytes",
"Monocytes",
"NK cells",
"Endothelial",
"T cells",
"Monocytes",
"Endothelial",
"Endothelial",
"Fibroblast",
"Fibroblast",
"Dendritic",
"Endothelial",
"NK cells",
"Endothelial",
"Monocytes",
"Dendritic",
"T cells",
"Fibroblast",
"Monocytes",
"Macrophage",
"Macrophage",
"Fibroblast",
"Dendritic",
"NK cells",
"Dendritic",
"Macrophage",
"NK cells",
"B cells",
"Monocytes",
"B cells",
"T cells",
"Dendritic",
"T cells",
"Dendritic",
"Macrophage",
"B cells",
"B cells",
"NK cells",
"Macrophage",
"Endothelial",
"T cells",
"Endothelial",
"Endothelial",
"Dendritic",
"Fibroblast",
"Monocytes",
"Monocytes",
"Dendritic",
"Endothelial",
"B cells",
"B cells",
"T cells",
"Endothelial",
"Dendritic",
"Macrophage",
"T cells",
"Dendritic",
"Endothelial",
"NK cells",
"B cells",
"T cells",
"NK cells",
"NK cells",
"Fibroblast",
"Macrophage",
"Macrophage",
"Fibroblast",
"NK cells",
"T cells",
"B cells",
"NK cells",
"B cells",
"T cells",
"Monocytes",
"Endothelial",
"Monocytes",
"B cells",
"Dendritic",
"T cells",
"NK cells",
"Fibroblast",
"NK cells",
"B cells",
"Dendritic",
"NK cells",
"NK cells",
"Fibroblast",
"Monocytes",
"Endothelial",
"Macrophage",
"NK cells",
"Monocytes",
"B cells",
"Fibroblast",
"B cells",
"Fibroblast",
"Fibroblast",
"Endothelial",
"B cells",
"Dendritic",
"B cells",
"NK cells",
"Fibroblast",
"T cells",
"Fibroblast",
"Endothelial",
"B cells",
"T cells",
"T cells",
"Monocytes",
"B cells",
"Macrophage",
"T cells",
"B cells",
"Fibroblast",
"Endothelial",
"Monocytes",
"NK cells",
"Endothelial",
"B cells",
"Macrophage",
"Macrophage",
"Monocytes",
"T cells",
"Dendritic",
"Endothelial",
"Fibroblast",
"Endothelial",
"Endothelial",
"B cells",
"NK cells",
"B cells",
"NK cells",
"Monocytes",
"Fibroblast",
"Dendritic",
"Monocytes",
"NK cells",
"Fibroblast",
"Endothelial",
"Monocytes",
"B cells",
"T cells",
"Dendritic",
"Endothelial",
"Endothelial",
"Fibroblast",
"Dendritic",
"NK cells",
"Monocytes",
"Endothelial",
"Macrophage",
"Monocytes",
"Endothelial",
"T cells",
"T cells",
"T cells",
"NK cells",
"NK cells",
"Dendritic",
"NK cells",
"Fibroblast",
"Monocytes",
"NK cells",
"T cells",
"NK cells",
"Macrophage",
"Fibroblast",
"Dendritic",
"NK cells",
"Macrophage",
"NK cells",
"B cells",
"Monocytes",
"Monocytes",
"Endothelial",
"NK cells",
"B cells",
"Dendritic",
"B cells",
"Fibroblast",
"T cells",
"NK cells",
"T cells",
"B cells",
"Macrophage",
"Monocytes",
"Endothelial",
"Monocytes",
"T cells",
"Endothelial",
"B cells",
"B cells",
"B cells",
"B cells",
"Fibroblast",
"B cells",
"Endothelial",
"Endothelial",
"NK cells",
"Fibroblast",
"Dendritic",
"T cells",
"Fibroblast",
"Endothelial",
"NK cells",
"Macrophage",
"T cells",
"Fibroblast",
"Dendritic",
"Macrophage",
"Dendritic",
"Fibroblast",
"Dendritic",
"Macrophage",
"Macrophage",
"Monocytes",
"B cells",
"Monocytes",
"Macrophage",
"Monocytes",
"T cells",
"Dendritic",
"B cells",
"Monocytes",
"Monocytes",
"T cells",
"T cells",
"B cells",
"T cells",
"Monocytes",
"Endothelial",
"Fibroblast",
"Endothelial",
"Monocytes",
"B cells",
"Fibroblast",
"Dendritic",
"Endothelial",
"NK cells",
"T cells",
"NK cells",
"Macrophage",
"Monocytes",
"Endothelial",
"Macrophage",
"NK cells",
"Macrophage",
"Monocytes",
"B cells",
"Monocytes",
"T cells",
"Monocytes",
"Dendritic",
"Fibroblast",
"B cells",
"Endothelial",
"Monocytes",
"Fibroblast",
"T cells",
"B cells",
"Macrophage",
"Endothelial",
"Macrophage",
"Macrophage",
"T cells",
"Endothelial",
"Monocytes",
"Monocytes",
"T cells",
"NK cells",
"Dendritic",
"NK cells",
"Dendritic",
"Monocytes",
"Monocytes",
"Endothelial",
"Endothelial",
"Monocytes",
"T cells",
"NK cells",
"Macrophage",
"Fibroblast",
"B cells",
"T cells",
"NK cells",
"NK cells",
"Dendritic",
"Fibroblast",
"Monocytes",
"Dendritic",
"T cells",
"NK cells",
"Macrophage",
"NK cells",
"Fibroblast",
"T cells",
"Macrophage",
"T cells",
"B cells",
"B cells",
"NK cells",
"Monocytes",
"Fibroblast",
"Monocytes",
"T cells",
"Dendritic",
"T cells",
"T cells",
"Endothelial",
"Monocytes",
"Endothelial",
"Macrophage",
"NK cells",
"Macrophage",
"Monocytes",
"Dendritic",
"T cells",
"Macrophage",
"B cells",
"T cells",
"Monocytes",
"NK cells",
"Endothelial",
"Dendritic",
"Monocytes",
"Endothelial",
"Endothelial",
"NK cells",
"Monocytes",
"NK cells",
"Dendritic",
"Monocytes",
"Monocytes",
"Macrophage",
"Monocytes",
"Dendritic",
"Monocytes",
"Fibroblast",
"Fibroblast",
"NK cells",
"Monocytes",
"Fibroblast",
"B cells",
"Endothelial",
"B cells",
"Dendritic",
"Fibroblast",
"NK cells",
"Macrophage",
"Fibroblast"
]
}
}
// Create the configuration for the graph
var config = {
"graphType" : "Scatter2D",
"title" : "Single-cell UMAP explorer",
"subtitle" : "3,000 cells, 8 annotated cell types",
"xAxis" : [
"UMAP-1"
],
"yAxis" : [
"UMAP-2"
],
"xAxisTitle" : "UMAP-1",
"yAxisTitle" : "UMAP-2",
"colorBy" : "CellType",
"dataPointSize" : 4,
"backgroundType" : "panel",
"panelBackgroundColor" : "rgb(245,245,245)",
"xAxisGridMajorColor" : "rgb(255,255,255)",
"yAxisGridMajorColor" : "rgb(255,255,255)",
"legendBox" : true,
"legendBackgroundColor" : "rgb(255,255,255)",
"axisTickScaleFontFactor" : 0.8
}
// Event used to create graph (optional)
var events = false
// Call the CanvasXpress function to create the graph
var cX = new CanvasXpress("canvasId", data, config, events);
</script>
</body>
</html>
library(canvasXpress)
y=read.table("https://www.canvasxpress.org/data/r/cX-scatter2d20-dat.txt", header=TRUE, sep="\t", quote="", row.names=1, fill=TRUE, check.names=FALSE, stringsAsFactors=FALSE)
z=read.table("https://www.canvasxpress.org/data/r/cX-scatter2d20-var.txt", header=TRUE, sep="\t", quote="", row.names=1, fill=TRUE, check.names=FALSE, stringsAsFactors=FALSE)
canvasXpress(
data=y,
varAnnot=z,
axisTickScaleFontFactor=0.8,
backgroundType="panel",
colorBy="CellType",
dataPointSize=4,
graphType="Scatter2D",
legendBackgroundColor="rgb(255,255,255)",
legendBox=TRUE,
panelBackgroundColor="rgb(245,245,245)",
subtitle="3,000 cells, 8 annotated cell types",
title="Single-cell UMAP explorer",
xAxis=list("UMAP-1"),
xAxisGridMajorColor="rgb(255,255,255)",
xAxisTitle="UMAP-1",
yAxis=list("UMAP-2"),
yAxisGridMajorColor="rgb(255,255,255)",
yAxisTitle="UMAP-2"
)
from canvasxpress.canvas import CanvasXpress
from canvasxpress.plot import show_in_browser
if __name__ == "__main__":
# Define the chart with its data and configuration
chart: CanvasXpress = CanvasXpress(
render_to = "scatter2d20",
data = {
"y": {
"vars": ["Cell0001", "Cell0002", "Cell0003", "Cell0004", "Cell0005", "Cell0006", "Cell0007", "Cell0008", "Cell0009", "Cell0010", "Cell0011", "Cell0012", "Cell0013", "Cell0014", "Cell0015", "Cell0016", "Cell0017", "Cell0018", "Cell0019", "Cell0020", "Cell0021", "Cell0022", "Cell0023", "Cell0024", "Cell0025", "Cell0026", "Cell0027", "Cell0028", "Cell0029", "Cell0030", "Cell0031", "Cell0032", "Cell0033", "Cell0034", "Cell0035", "Cell0036", "Cell0037", "Cell0038", "Cell0039", "Cell0040", "Cell0041", "Cell0042", "Cell0043", "Cell0044", "Cell0045", "Cell0046", "Cell0047", "Cell0048", "Cell0049", "Cell0050", "Cell0051", "Cell0052", "Cell0053", "Cell0054", "Cell0055", "Cell0056", "Cell0057", "Cell0058", "Cell0059", "Cell0060", "Cell0061", "Cell0062", "Cell0063", "Cell0064", "Cell0065", "Cell0066", "Cell0067", "Cell0068", "Cell0069", "Cell0070", "Cell0071", "Cell0072", "Cell0073", "Cell0074", "Cell0075", "Cell0076", "Cell0077", "Cell0078", "Cell0079", "Cell0080", "Cell0081", "Cell0082", "Cell0083", "Cell0084", "Cell0085", "Cell0086", "Cell0087", "Cell0088", "Cell0089", "Cell0090", "Cell0091", "Cell0092", "Cell0093", "Cell0094", "Cell0095", "Cell0096", "Cell0097", "Cell0098", "Cell0099", "Cell0100", "Cell0101", "Cell0102", "Cell0103", "Cell0104", "Cell0105", "Cell0106", "Cell0107", "Cell0108", "Cell0109", "Cell0110", "Cell0111", "Cell0112", "Cell0113", "Cell0114", "Cell0115", "Cell0116", "Cell0117", "Cell0118", "Cell0119", "Cell0120", "Cell0121", "Cell0122", "Cell0123", "Cell0124", "Cell0125", "Cell0126", "Cell0127", "Cell0128", "Cell0129", "Cell0130", "Cell0131", "Cell0132", "Cell0133", "Cell0134", "Cell0135", "Cell0136", "Cell0137", "Cell0138", "Cell0139", "Cell0140", "Cell0141", "Cell0142", "Cell0143", "Cell0144", "Cell0145", "Cell0146", "Cell0147", "Cell0148", "Cell0149", "Cell0150", "Cell0151", "Cell0152", "Cell0153", "Cell0154", "Cell0155", "Cell0156", "Cell0157", "Cell0158", "Cell0159", "Cell0160", "Cell0161", "Cell0162", "Cell0163", "Cell0164", "Cell0165", "Cell0166", "Cell0167", "Cell0168", "Cell0169", "Cell0170", "Cell0171", "Cell0172", "Cell0173", "Cell0174", "Cell0175", "Cell0176", "Cell0177", "Cell0178", "Cell0179", "Cell0180", "Cell0181", "Cell0182", "Cell0183", "Cell0184", "Cell0185", "Cell0186", "Cell0187", "Cell0188", "Cell0189", "Cell0190", "Cell0191", "Cell0192", "Cell0193", "Cell0194", "Cell0195", "Cell0196", "Cell0197", "Cell0198", "Cell0199", "Cell0200", "Cell0201", "Cell0202", "Cell0203", "Cell0204", "Cell0205", "Cell0206", "Cell0207", "Cell0208", "Cell0209", "Cell0210", "Cell0211", "Cell0212", "Cell0213", "Cell0214", "Cell0215", "Cell0216", "Cell0217", "Cell0218", "Cell0219", "Cell0220", "Cell0221", "Cell0222", "Cell0223", "Cell0224", "Cell0225", "Cell0226", "Cell0227", "Cell0228", "Cell0229", "Cell0230", "Cell0231", "Cell0232", "Cell0233", "Cell0234", "Cell0235", "Cell0236", "Cell0237", "Cell0238", "Cell0239", "Cell0240", "Cell0241", "Cell0242", "Cell0243", "Cell0244", "Cell0245", "Cell0246", "Cell0247", "Cell0248", "Cell0249", "Cell0250", "Cell0251", "Cell0252", "Cell0253", "Cell0254", "Cell0255", "Cell0256", "Cell0257", "Cell0258", "Cell0259", "Cell0260", "Cell0261", "Cell0262", "Cell0263", "Cell0264", "Cell0265", "Cell0266", "Cell0267", "Cell0268", "Cell0269", "Cell0270", "Cell0271", "Cell0272", "Cell0273", "Cell0274", "Cell0275", "Cell0276", "Cell0277", "Cell0278", "Cell0279", "Cell0280", "Cell0281", "Cell0282", "Cell0283", "Cell0284", "Cell0285", "Cell0286", "Cell0287", "Cell0288", "Cell0289", "Cell0290", "Cell0291", "Cell0292", "Cell0293", "Cell0294", "Cell0295", "Cell0296", "Cell0297", "Cell0298", "Cell0299", "Cell0300", "Cell0301", "Cell0302", "Cell0303", "Cell0304", "Cell0305", "Cell0306", "Cell0307", "Cell0308", "Cell0309", "Cell0310", "Cell0311", "Cell0312", "Cell0313", "Cell0314", "Cell0315", "Cell0316", "Cell0317", "Cell0318", "Cell0319", "Cell0320", "Cell0321", "Cell0322", "Cell0323", "Cell0324", "Cell0325", "Cell0326", "Cell0327", "Cell0328", "Cell0329", "Cell0330", "Cell0331", "Cell0332", "Cell0333", "Cell0334", "Cell0335", "Cell0336", "Cell0337", "Cell0338", "Cell0339", "Cell0340", "Cell0341", "Cell0342", "Cell0343", "Cell0344", "Cell0345", "Cell0346", "Cell0347", "Cell0348", "Cell0349", "Cell0350", "Cell0351", "Cell0352", "Cell0353", "Cell0354", "Cell0355", "Cell0356", "Cell0357", "Cell0358", "Cell0359", "Cell0360", "Cell0361", "Cell0362", "Cell0363", "Cell0364", "Cell0365", "Cell0366", "Cell0367", "Cell0368", "Cell0369", "Cell0370", "Cell0371", "Cell0372", "Cell0373", "Cell0374", "Cell0375", "Cell0376", "Cell0377", "Cell0378", "Cell0379", "Cell0380", "Cell0381", "Cell0382", "Cell0383", "Cell0384", "Cell0385", "Cell0386", "Cell0387", "Cell0388", "Cell0389", "Cell0390", "Cell0391", "Cell0392", "Cell0393", "Cell0394", "Cell0395", "Cell0396", "Cell0397", "Cell0398", "Cell0399", "Cell0400", "Cell0401", "Cell0402", "Cell0403", "Cell0404", "Cell0405", "Cell0406", "Cell0407", "Cell0408", "Cell0409", "Cell0410", "Cell0411", "Cell0412", "Cell0413", "Cell0414", "Cell0415", "Cell0416", "Cell0417", "Cell0418", "Cell0419", "Cell0420", "Cell0421", "Cell0422", "Cell0423", "Cell0424", "Cell0425", "Cell0426", "Cell0427", "Cell0428", "Cell0429", "Cell0430", "Cell0431", "Cell0432", "Cell0433", "Cell0434", "Cell0435", "Cell0436", "Cell0437", "Cell0438", "Cell0439", "Cell0440", "Cell0441", "Cell0442", "Cell0443", "Cell0444", "Cell0445", "Cell0446", "Cell0447", "Cell0448", "Cell0449", "Cell0450", "Cell0451", "Cell0452", "Cell0453", "Cell0454", "Cell0455", "Cell0456", "Cell0457", "Cell0458", "Cell0459", "Cell0460", "Cell0461", "Cell0462", "Cell0463", "Cell0464", "Cell0465", "Cell0466", "Cell0467", "Cell0468", "Cell0469", "Cell0470", "Cell0471", "Cell0472", "Cell0473", "Cell0474", "Cell0475", "Cell0476", "Cell0477", "Cell0478", "Cell0479", "Cell0480", "Cell0481", "Cell0482", "Cell0483", "Cell0484", "Cell0485", "Cell0486", "Cell0487", "Cell0488", "Cell0489", "Cell0490", "Cell0491", "Cell0492", "Cell0493", "Cell0494", "Cell0495", "Cell0496", "Cell0497", "Cell0498", "Cell0499", "Cell0500", "Cell0501", "Cell0502", "Cell0503", "Cell0504", "Cell0505", "Cell0506", "Cell0507", "Cell0508", "Cell0509", "Cell0510", "Cell0511", "Cell0512", "Cell0513", "Cell0514", "Cell0515", "Cell0516", "Cell0517", "Cell0518", "Cell0519", "Cell0520", "Cell0521", "Cell0522", "Cell0523", "Cell0524", "Cell0525", "Cell0526", "Cell0527", "Cell0528", "Cell0529", "Cell0530", "Cell0531", "Cell0532", "Cell0533", "Cell0534", "Cell0535", "Cell0536", "Cell0537", "Cell0538", "Cell0539", "Cell0540", "Cell0541", "Cell0542", "Cell0543", "Cell0544", "Cell0545", "Cell0546", "Cell0547", "Cell0548", "Cell0549", "Cell0550", "Cell0551", "Cell0552", "Cell0553", "Cell0554", "Cell0555", "Cell0556", "Cell0557", "Cell0558", "Cell0559", "Cell0560", "Cell0561", "Cell0562", "Cell0563", "Cell0564", "Cell0565", "Cell0566", "Cell0567", "Cell0568", "Cell0569", "Cell0570", "Cell0571", "Cell0572", "Cell0573", "Cell0574", "Cell0575", "Cell0576", "Cell0577", "Cell0578", "Cell0579", "Cell0580", "Cell0581", "Cell0582", "Cell0583", "Cell0584", "Cell0585", "Cell0586", "Cell0587", "Cell0588", "Cell0589", "Cell0590", "Cell0591", "Cell0592", "Cell0593", "Cell0594", "Cell0595", "Cell0596", "Cell0597", "Cell0598", "Cell0599", "Cell0600", "Cell0601", "Cell0602", "Cell0603", "Cell0604", "Cell0605", "Cell0606", "Cell0607", "Cell0608", "Cell0609", "Cell0610", "Cell0611", "Cell0612", "Cell0613", "Cell0614", "Cell0615", "Cell0616", "Cell0617", "Cell0618", "Cell0619", "Cell0620", "Cell0621", "Cell0622", "Cell0623", "Cell0624", "Cell0625", "Cell0626", "Cell0627", "Cell0628", "Cell0629", "Cell0630", "Cell0631", "Cell0632", "Cell0633", "Cell0634", "Cell0635", "Cell0636", "Cell0637", "Cell0638", "Cell0639", "Cell0640", "Cell0641", "Cell0642", "Cell0643", "Cell0644", "Cell0645", "Cell0646", "Cell0647", "Cell0648", "Cell0649", "Cell0650", "Cell0651", "Cell0652", "Cell0653", "Cell0654", "Cell0655", "Cell0656", "Cell0657", "Cell0658", "Cell0659", "Cell0660", "Cell0661", "Cell0662", "Cell0663", "Cell0664", "Cell0665", "Cell0666", "Cell0667", "Cell0668", "Cell0669", "Cell0670", "Cell0671", "Cell0672", "Cell0673", "Cell0674", "Cell0675", "Cell0676", "Cell0677", "Cell0678", "Cell0679", "Cell0680", "Cell0681", "Cell0682", "Cell0683", "Cell0684", "Cell0685", "Cell0686", "Cell0687", "Cell0688", "Cell0689", "Cell0690", "Cell0691", "Cell0692", "Cell0693", "Cell0694", "Cell0695", "Cell0696", "Cell0697", "Cell0698", "Cell0699", "Cell0700", "Cell0701", "Cell0702", "Cell0703", "Cell0704", "Cell0705", "Cell0706", "Cell0707", "Cell0708", "Cell0709", "Cell0710", "Cell0711", "Cell0712", "Cell0713", "Cell0714", "Cell0715", "Cell0716", "Cell0717", "Cell0718", "Cell0719", "Cell0720", "Cell0721", "Cell0722", "Cell0723", "Cell0724", "Cell0725", "Cell0726", "Cell0727", "Cell0728", "Cell0729", "Cell0730", "Cell0731", "Cell0732", "Cell0733", "Cell0734", "Cell0735", "Cell0736", "Cell0737", "Cell0738", "Cell0739", "Cell0740", "Cell0741", "Cell0742", "Cell0743", "Cell0744", "Cell0745", "Cell0746", "Cell0747", "Cell0748", "Cell0749", "Cell0750", "Cell0751", "Cell0752", "Cell0753", "Cell0754", "Cell0755", "Cell0756", "Cell0757", "Cell0758", "Cell0759", "Cell0760", "Cell0761", "Cell0762", "Cell0763", "Cell0764", "Cell0765", "Cell0766", "Cell0767", "Cell0768", "Cell0769", "Cell0770", "Cell0771", "Cell0772", "Cell0773", "Cell0774", "Cell0775", "Cell0776", "Cell0777", "Cell0778", "Cell0779", "Cell0780", "Cell0781", "Cell0782", "Cell0783", "Cell0784", "Cell0785", "Cell0786", "Cell0787", "Cell0788", "Cell0789", "Cell0790", "Cell0791", "Cell0792", "Cell0793", "Cell0794", "Cell0795", "Cell0796", "Cell0797", "Cell0798", "Cell0799", "Cell0800", "Cell0801", "Cell0802", "Cell0803", "Cell0804", "Cell0805", "Cell0806", "Cell0807", "Cell0808", "Cell0809", "Cell0810", "Cell0811", "Cell0812", "Cell0813", "Cell0814", "Cell0815", "Cell0816", "Cell0817", "Cell0818", "Cell0819", "Cell0820", "Cell0821", "Cell0822", "Cell0823", "Cell0824", "Cell0825", "Cell0826", "Cell0827", "Cell0828", "Cell0829", "Cell0830", "Cell0831", "Cell0832", "Cell0833", "Cell0834", "Cell0835", "Cell0836", "Cell0837", "Cell0838", "Cell0839", "Cell0840", "Cell0841", "Cell0842", "Cell0843", "Cell0844", "Cell0845", "Cell0846", "Cell0847", "Cell0848", "Cell0849", "Cell0850", "Cell0851", "Cell0852", "Cell0853", "Cell0854", "Cell0855", "Cell0856", "Cell0857", "Cell0858", "Cell0859", "Cell0860", "Cell0861", "Cell0862", "Cell0863", "Cell0864", "Cell0865", "Cell0866", "Cell0867", "Cell0868", "Cell0869", "Cell0870", "Cell0871", "Cell0872", "Cell0873", "Cell0874", "Cell0875", "Cell0876", "Cell0877", "Cell0878", "Cell0879", "Cell0880", "Cell0881", "Cell0882", "Cell0883", "Cell0884", "Cell0885", "Cell0886", "Cell0887", "Cell0888", "Cell0889", "Cell0890", "Cell0891", "Cell0892", "Cell0893", "Cell0894", "Cell0895", "Cell0896", "Cell0897", "Cell0898", "Cell0899", "Cell0900", "Cell0901", "Cell0902", "Cell0903", "Cell0904", "Cell0905", "Cell0906", "Cell0907", "Cell0908", "Cell0909", "Cell0910", "Cell0911", "Cell0912", "Cell0913", "Cell0914", "Cell0915", "Cell0916", "Cell0917", "Cell0918", "Cell0919", "Cell0920", "Cell0921", "Cell0922", "Cell0923", "Cell0924", "Cell0925", "Cell0926", "Cell0927", "Cell0928", "Cell0929", "Cell0930", "Cell0931", "Cell0932", "Cell0933", "Cell0934", "Cell0935", "Cell0936", "Cell0937", "Cell0938", "Cell0939", "Cell0940", "Cell0941", "Cell0942", "Cell0943", "Cell0944", "Cell0945", "Cell0946", "Cell0947", "Cell0948", "Cell0949", "Cell0950", "Cell0951", "Cell0952", "Cell0953", "Cell0954", "Cell0955", "Cell0956", "Cell0957", "Cell0958", "Cell0959", "Cell0960", "Cell0961", "Cell0962", "Cell0963", "Cell0964", "Cell0965", "Cell0966", "Cell0967", "Cell0968", "Cell0969", "Cell0970", "Cell0971", "Cell0972", "Cell0973", "Cell0974", "Cell0975", "Cell0976", "Cell0977", "Cell0978", "Cell0979", "Cell0980", "Cell0981", "Cell0982", "Cell0983", "Cell0984", "Cell0985", "Cell0986", "Cell0987", "Cell0988", "Cell0989", "Cell0990", "Cell0991", "Cell0992", "Cell0993", "Cell0994", "Cell0995", "Cell0996", "Cell0997", "Cell0998", "Cell0999", "Cell1000", "Cell1001", "Cell1002", "Cell1003", "Cell1004", "Cell1005", "Cell1006", "Cell1007", "Cell1008", "Cell1009", "Cell1010", "Cell1011", "Cell1012", "Cell1013", "Cell1014", "Cell1015", "Cell1016", "Cell1017", "Cell1018", "Cell1019", "Cell1020", "Cell1021", "Cell1022", "Cell1023", "Cell1024", "Cell1025", "Cell1026", "Cell1027", "Cell1028", "Cell1029", "Cell1030", "Cell1031", "Cell1032", "Cell1033", "Cell1034", "Cell1035", "Cell1036", "Cell1037", "Cell1038", "Cell1039", "Cell1040", "Cell1041", "Cell1042", "Cell1043", "Cell1044", "Cell1045", "Cell1046", "Cell1047", "Cell1048", "Cell1049", "Cell1050", "Cell1051", "Cell1052", "Cell1053", "Cell1054", "Cell1055", "Cell1056", "Cell1057", "Cell1058", "Cell1059", "Cell1060", "Cell1061", "Cell1062", "Cell1063", "Cell1064", "Cell1065", "Cell1066", "Cell1067", "Cell1068", "Cell1069", "Cell1070", "Cell1071", "Cell1072", "Cell1073", "Cell1074", "Cell1075", "Cell1076", "Cell1077", "Cell1078", "Cell1079", "Cell1080", "Cell1081", "Cell1082", "Cell1083", "Cell1084", "Cell1085", "Cell1086", "Cell1087", "Cell1088", "Cell1089", "Cell1090", "Cell1091", "Cell1092", "Cell1093", "Cell1094", "Cell1095", "Cell1096", "Cell1097", "Cell1098", "Cell1099", "Cell1100", "Cell1101", "Cell1102", "Cell1103", "Cell1104", "Cell1105", "Cell1106", "Cell1107", "Cell1108", "Cell1109", "Cell1110", "Cell1111", "Cell1112", "Cell1113", "Cell1114", "Cell1115", "Cell1116", "Cell1117", "Cell1118", "Cell1119", "Cell1120", "Cell1121", "Cell1122", "Cell1123", "Cell1124", "Cell1125", "Cell1126", "Cell1127", "Cell1128", "Cell1129", "Cell1130", "Cell1131", "Cell1132", "Cell1133", "Cell1134", "Cell1135", "Cell1136", "Cell1137", "Cell1138", "Cell1139", "Cell1140", "Cell1141", "Cell1142", "Cell1143", "Cell1144", "Cell1145", "Cell1146", "Cell1147", "Cell1148", "Cell1149", "Cell1150", "Cell1151", "Cell1152", "Cell1153", "Cell1154", "Cell1155", "Cell1156", "Cell1157", "Cell1158", "Cell1159", "Cell1160", "Cell1161", "Cell1162", "Cell1163", "Cell1164", "Cell1165", "Cell1166", "Cell1167", "Cell1168", "Cell1169", "Cell1170", "Cell1171", "Cell1172", "Cell1173", "Cell1174", "Cell1175", "Cell1176", "Cell1177", "Cell1178", "Cell1179", "Cell1180", "Cell1181", "Cell1182", "Cell1183", "Cell1184", "Cell1185", "Cell1186", "Cell1187", "Cell1188", "Cell1189", "Cell1190", "Cell1191", "Cell1192", "Cell1193", "Cell1194", "Cell1195", "Cell1196", "Cell1197", "Cell1198", "Cell1199", "Cell1200", "Cell1201", "Cell1202", "Cell1203", "Cell1204", "Cell1205", "Cell1206", "Cell1207", "Cell1208", "Cell1209", "Cell1210", "Cell1211", "Cell1212", "Cell1213", "Cell1214", "Cell1215", "Cell1216", "Cell1217", "Cell1218", "Cell1219", "Cell1220", "Cell1221", "Cell1222", "Cell1223", "Cell1224", "Cell1225", "Cell1226", "Cell1227", "Cell1228", "Cell1229", "Cell1230", "Cell1231", "Cell1232", "Cell1233", "Cell1234", "Cell1235", "Cell1236", "Cell1237", "Cell1238", "Cell1239", "Cell1240", "Cell1241", "Cell1242", "Cell1243", "Cell1244", "Cell1245", "Cell1246", "Cell1247", "Cell1248", "Cell1249", "Cell1250", "Cell1251", "Cell1252", "Cell1253", "Cell1254", "Cell1255", "Cell1256", "Cell1257", "Cell1258", "Cell1259", "Cell1260", "Cell1261", "Cell1262", "Cell1263", "Cell1264", "Cell1265", "Cell1266", "Cell1267", "Cell1268", "Cell1269", "Cell1270", "Cell1271", "Cell1272", "Cell1273", "Cell1274", "Cell1275", "Cell1276", "Cell1277", "Cell1278", "Cell1279", "Cell1280", "Cell1281", "Cell1282", "Cell1283", "Cell1284", "Cell1285", "Cell1286", "Cell1287", "Cell1288", "Cell1289", "Cell1290", "Cell1291", "Cell1292", "Cell1293", "Cell1294", "Cell1295", "Cell1296", "Cell1297", "Cell1298", "Cell1299", "Cell1300", "Cell1301", "Cell1302", "Cell1303", "Cell1304", "Cell1305", "Cell1306", "Cell1307", "Cell1308", "Cell1309", "Cell1310", "Cell1311", "Cell1312", "Cell1313", "Cell1314", "Cell1315", "Cell1316", "Cell1317", "Cell1318", "Cell1319", "Cell1320", "Cell1321", "Cell1322", "Cell1323", "Cell1324", "Cell1325", "Cell1326", "Cell1327", "Cell1328", "Cell1329", "Cell1330", "Cell1331", "Cell1332", "Cell1333", "Cell1334", "Cell1335", "Cell1336", "Cell1337", "Cell1338", "Cell1339", "Cell1340", "Cell1341", "Cell1342", "Cell1343", "Cell1344", "Cell1345", "Cell1346", "Cell1347", "Cell1348", "Cell1349", "Cell1350", "Cell1351", "Cell1352", "Cell1353", "Cell1354", "Cell1355", "Cell1356", "Cell1357", "Cell1358", "Cell1359", "Cell1360", "Cell1361", "Cell1362", "Cell1363", "Cell1364", "Cell1365", "Cell1366", "Cell1367", "Cell1368", "Cell1369", "Cell1370", "Cell1371", "Cell1372", "Cell1373", "Cell1374", "Cell1375", "Cell1376", "Cell1377", "Cell1378", "Cell1379", "Cell1380", "Cell1381", "Cell1382", "Cell1383", "Cell1384", "Cell1385", "Cell1386", "Cell1387", "Cell1388", "Cell1389", "Cell1390", "Cell1391", "Cell1392", "Cell1393", "Cell1394", "Cell1395", "Cell1396", "Cell1397", "Cell1398", "Cell1399", "Cell1400", "Cell1401", "Cell1402", "Cell1403", "Cell1404", "Cell1405", "Cell1406", "Cell1407", "Cell1408", "Cell1409", "Cell1410", "Cell1411", "Cell1412", "Cell1413", "Cell1414", "Cell1415", "Cell1416", "Cell1417", "Cell1418", "Cell1419", "Cell1420", "Cell1421", "Cell1422", "Cell1423", "Cell1424", "Cell1425", "Cell1426", "Cell1427", "Cell1428", "Cell1429", "Cell1430", "Cell1431", "Cell1432", "Cell1433", "Cell1434", "Cell1435", "Cell1436", "Cell1437", "Cell1438", "Cell1439", "Cell1440", "Cell1441", "Cell1442", "Cell1443", "Cell1444", "Cell1445", "Cell1446", "Cell1447", "Cell1448", "Cell1449", "Cell1450", "Cell1451", "Cell1452", "Cell1453", "Cell1454", "Cell1455", "Cell1456", "Cell1457", "Cell1458", "Cell1459", "Cell1460", "Cell1461", "Cell1462", "Cell1463", "Cell1464", "Cell1465", "Cell1466", "Cell1467", "Cell1468", "Cell1469", "Cell1470", "Cell1471", "Cell1472", "Cell1473", "Cell1474", "Cell1475", "Cell1476", "Cell1477", "Cell1478", "Cell1479", "Cell1480", "Cell1481", "Cell1482", "Cell1483", "Cell1484", "Cell1485", "Cell1486", "Cell1487", "Cell1488", "Cell1489", "Cell1490", "Cell1491", "Cell1492", "Cell1493", "Cell1494", "Cell1495", "Cell1496", "Cell1497", "Cell1498", "Cell1499", "Cell1500", "Cell1501", "Cell1502", "Cell1503", "Cell1504", "Cell1505", "Cell1506", "Cell1507", "Cell1508", "Cell1509", "Cell1510", "Cell1511", "Cell1512", "Cell1513", "Cell1514", "Cell1515", "Cell1516", "Cell1517", "Cell1518", "Cell1519", "Cell1520", "Cell1521", "Cell1522", "Cell1523", "Cell1524", "Cell1525", "Cell1526", "Cell1527", "Cell1528", "Cell1529", "Cell1530", "Cell1531", "Cell1532", "Cell1533", "Cell1534", "Cell1535", "Cell1536", "Cell1537", "Cell1538", "Cell1539", "Cell1540", "Cell1541", "Cell1542", "Cell1543", "Cell1544", "Cell1545", "Cell1546", "Cell1547", "Cell1548", "Cell1549", "Cell1550", "Cell1551", "Cell1552", "Cell1553", "Cell1554", "Cell1555", "Cell1556", "Cell1557", "Cell1558", "Cell1559", "Cell1560", "Cell1561", "Cell1562", "Cell1563", "Cell1564", "Cell1565", "Cell1566", "Cell1567", "Cell1568", "Cell1569", "Cell1570", "Cell1571", "Cell1572", "Cell1573", "Cell1574", "Cell1575", "Cell1576", "Cell1577", "Cell1578", "Cell1579", "Cell1580", "Cell1581", "Cell1582", "Cell1583", "Cell1584", "Cell1585", "Cell1586", "Cell1587", "Cell1588", "Cell1589", "Cell1590", "Cell1591", "Cell1592", "Cell1593", "Cell1594", "Cell1595", "Cell1596", "Cell1597", "Cell1598", "Cell1599", "Cell1600", "Cell1601", "Cell1602", "Cell1603", "Cell1604", "Cell1605", "Cell1606", "Cell1607", "Cell1608", "Cell1609", "Cell1610", "Cell1611", "Cell1612", "Cell1613", "Cell1614", "Cell1615", "Cell1616", "Cell1617", "Cell1618", "Cell1619", "Cell1620", "Cell1621", "Cell1622", "Cell1623", "Cell1624", "Cell1625", "Cell1626", "Cell1627", "Cell1628", "Cell1629", "Cell1630", "Cell1631", "Cell1632", "Cell1633", "Cell1634", "Cell1635", "Cell1636", "Cell1637", "Cell1638", "Cell1639", "Cell1640", "Cell1641", "Cell1642", "Cell1643", "Cell1644", "Cell1645", "Cell1646", "Cell1647", "Cell1648", "Cell1649", "Cell1650", "Cell1651", "Cell1652", "Cell1653", "Cell1654", "Cell1655", "Cell1656", "Cell1657", "Cell1658", "Cell1659", "Cell1660", "Cell1661", "Cell1662", "Cell1663", "Cell1664", "Cell1665", "Cell1666", "Cell1667", "Cell1668", "Cell1669", "Cell1670", "Cell1671", "Cell1672", "Cell1673", "Cell1674", "Cell1675", "Cell1676", "Cell1677", "Cell1678", "Cell1679", "Cell1680", "Cell1681", "Cell1682", "Cell1683", "Cell1684", "Cell1685", "Cell1686", "Cell1687", "Cell1688", "Cell1689", "Cell1690", "Cell1691", "Cell1692", "Cell1693", "Cell1694", "Cell1695", "Cell1696", "Cell1697", "Cell1698", "Cell1699", "Cell1700", "Cell1701", "Cell1702", "Cell1703", "Cell1704", "Cell1705", "Cell1706", "Cell1707", "Cell1708", "Cell1709", "Cell1710", "Cell1711", "Cell1712", "Cell1713", "Cell1714", "Cell1715", "Cell1716", "Cell1717", "Cell1718", "Cell1719", "Cell1720", "Cell1721", "Cell1722", "Cell1723", "Cell1724", "Cell1725", "Cell1726", "Cell1727", "Cell1728", "Cell1729", "Cell1730", "Cell1731", "Cell1732", "Cell1733", "Cell1734", "Cell1735", "Cell1736", "Cell1737", "Cell1738", "Cell1739", "Cell1740", "Cell1741", "Cell1742", "Cell1743", "Cell1744", "Cell1745", "Cell1746", "Cell1747", "Cell1748", "Cell1749", "Cell1750", "Cell1751", "Cell1752", "Cell1753", "Cell1754", "Cell1755", "Cell1756", "Cell1757", "Cell1758", "Cell1759", "Cell1760", "Cell1761", "Cell1762", "Cell1763", "Cell1764", "Cell1765", "Cell1766", "Cell1767", "Cell1768", "Cell1769", "Cell1770", "Cell1771", "Cell1772", "Cell1773", "Cell1774", "Cell1775", "Cell1776", "Cell1777", "Cell1778", "Cell1779", "Cell1780", "Cell1781", "Cell1782", "Cell1783", "Cell1784", "Cell1785", "Cell1786", "Cell1787", "Cell1788", "Cell1789", "Cell1790", "Cell1791", "Cell1792", "Cell1793", "Cell1794", "Cell1795", "Cell1796", "Cell1797", "Cell1798", "Cell1799", "Cell1800", "Cell1801", "Cell1802", "Cell1803", "Cell1804", "Cell1805", "Cell1806", "Cell1807", "Cell1808", "Cell1809", "Cell1810", "Cell1811", "Cell1812", "Cell1813", "Cell1814", "Cell1815", "Cell1816", "Cell1817", "Cell1818", "Cell1819", "Cell1820", "Cell1821", "Cell1822", "Cell1823", "Cell1824", "Cell1825", "Cell1826", "Cell1827", "Cell1828", "Cell1829", "Cell1830", "Cell1831", "Cell1832", "Cell1833", "Cell1834", "Cell1835", "Cell1836", "Cell1837", "Cell1838", "Cell1839", "Cell1840", "Cell1841", "Cell1842", "Cell1843", "Cell1844", "Cell1845", "Cell1846", "Cell1847", "Cell1848", "Cell1849", "Cell1850", "Cell1851", "Cell1852", "Cell1853", "Cell1854", "Cell1855", "Cell1856", "Cell1857", "Cell1858", "Cell1859", "Cell1860", "Cell1861", "Cell1862", "Cell1863", "Cell1864", "Cell1865", "Cell1866", "Cell1867", "Cell1868", "Cell1869", "Cell1870", "Cell1871", "Cell1872", "Cell1873", "Cell1874", "Cell1875", "Cell1876", "Cell1877", "Cell1878", "Cell1879", "Cell1880", "Cell1881", "Cell1882", "Cell1883", "Cell1884", "Cell1885", "Cell1886", "Cell1887", "Cell1888", "Cell1889", "Cell1890", "Cell1891", "Cell1892", "Cell1893", "Cell1894", "Cell1895", "Cell1896", "Cell1897", "Cell1898", "Cell1899", "Cell1900", "Cell1901", "Cell1902", "Cell1903", "Cell1904", "Cell1905", "Cell1906", "Cell1907", "Cell1908", "Cell1909", "Cell1910", "Cell1911", "Cell1912", "Cell1913", "Cell1914", "Cell1915", "Cell1916", "Cell1917", "Cell1918", "Cell1919", "Cell1920", "Cell1921", "Cell1922", "Cell1923", "Cell1924", "Cell1925", "Cell1926", "Cell1927", "Cell1928", "Cell1929", "Cell1930", "Cell1931", "Cell1932", "Cell1933", "Cell1934", "Cell1935", "Cell1936", "Cell1937", "Cell1938", "Cell1939", "Cell1940", "Cell1941", "Cell1942", "Cell1943", "Cell1944", "Cell1945", "Cell1946", "Cell1947", "Cell1948", "Cell1949", "Cell1950", "Cell1951", "Cell1952", "Cell1953", "Cell1954", "Cell1955", "Cell1956", "Cell1957", "Cell1958", "Cell1959", "Cell1960", "Cell1961", "Cell1962", "Cell1963", "Cell1964", "Cell1965", "Cell1966", "Cell1967", "Cell1968", "Cell1969", "Cell1970", "Cell1971", "Cell1972", "Cell1973", "Cell1974", "Cell1975", "Cell1976", "Cell1977", "Cell1978", "Cell1979", "Cell1980", "Cell1981", "Cell1982", "Cell1983", "Cell1984", "Cell1985", "Cell1986", "Cell1987", "Cell1988", "Cell1989", "Cell1990", "Cell1991", "Cell1992", "Cell1993", "Cell1994", "Cell1995", "Cell1996", "Cell1997", "Cell1998", "Cell1999", "Cell2000", "Cell2001", "Cell2002", "Cell2003", "Cell2004", "Cell2005", "Cell2006", "Cell2007", "Cell2008", "Cell2009", "Cell2010", "Cell2011", "Cell2012", "Cell2013", "Cell2014", "Cell2015", "Cell2016", "Cell2017", "Cell2018", "Cell2019", "Cell2020", "Cell2021", "Cell2022", "Cell2023", "Cell2024", "Cell2025", "Cell2026", "Cell2027", "Cell2028", "Cell2029", "Cell2030", "Cell2031", "Cell2032", "Cell2033", "Cell2034", "Cell2035", "Cell2036", "Cell2037", "Cell2038", "Cell2039", "Cell2040", "Cell2041", "Cell2042", "Cell2043", "Cell2044", "Cell2045", "Cell2046", "Cell2047", "Cell2048", "Cell2049", "Cell2050", "Cell2051", "Cell2052", "Cell2053", "Cell2054", "Cell2055", "Cell2056", "Cell2057", "Cell2058", "Cell2059", "Cell2060", "Cell2061", "Cell2062", "Cell2063", "Cell2064", "Cell2065", "Cell2066", "Cell2067", "Cell2068", "Cell2069", "Cell2070", "Cell2071", "Cell2072", "Cell2073", "Cell2074", "Cell2075", "Cell2076", "Cell2077", "Cell2078", "Cell2079", "Cell2080", "Cell2081", "Cell2082", "Cell2083", "Cell2084", "Cell2085", "Cell2086", "Cell2087", "Cell2088", "Cell2089", "Cell2090", "Cell2091", "Cell2092", "Cell2093", "Cell2094", "Cell2095", "Cell2096", "Cell2097", "Cell2098", "Cell2099", "Cell2100", "Cell2101", "Cell2102", "Cell2103", "Cell2104", "Cell2105", "Cell2106", "Cell2107", "Cell2108", "Cell2109", "Cell2110", "Cell2111", "Cell2112", "Cell2113", "Cell2114", "Cell2115", "Cell2116", "Cell2117", "Cell2118", "Cell2119", "Cell2120", "Cell2121", "Cell2122", "Cell2123", "Cell2124", "Cell2125", "Cell2126", "Cell2127", "Cell2128", "Cell2129", "Cell2130", "Cell2131", "Cell2132", "Cell2133", "Cell2134", "Cell2135", "Cell2136", "Cell2137", "Cell2138", "Cell2139", "Cell2140", "Cell2141", "Cell2142", "Cell2143", "Cell2144", "Cell2145", "Cell2146", "Cell2147", "Cell2148", "Cell2149", "Cell2150", "Cell2151", "Cell2152", "Cell2153", "Cell2154", "Cell2155", "Cell2156", "Cell2157", "Cell2158", "Cell2159", "Cell2160", "Cell2161", "Cell2162", "Cell2163", "Cell2164", "Cell2165", "Cell2166", "Cell2167", "Cell2168", "Cell2169", "Cell2170", "Cell2171", "Cell2172", "Cell2173", "Cell2174", "Cell2175", "Cell2176", "Cell2177", "Cell2178", "Cell2179", "Cell2180", "Cell2181", "Cell2182", "Cell2183", "Cell2184", "Cell2185", "Cell2186", "Cell2187", "Cell2188", "Cell2189", "Cell2190", "Cell2191", "Cell2192", "Cell2193", "Cell2194", "Cell2195", "Cell2196", "Cell2197", "Cell2198", "Cell2199", "Cell2200", "Cell2201", "Cell2202", "Cell2203", "Cell2204", "Cell2205", "Cell2206", "Cell2207", "Cell2208", "Cell2209", "Cell2210", "Cell2211", "Cell2212", "Cell2213", "Cell2214", "Cell2215", "Cell2216", "Cell2217", "Cell2218", "Cell2219", "Cell2220", "Cell2221", "Cell2222", "Cell2223", "Cell2224", "Cell2225", "Cell2226", "Cell2227", "Cell2228", "Cell2229", "Cell2230", "Cell2231", "Cell2232", "Cell2233", "Cell2234", "Cell2235", "Cell2236", "Cell2237", "Cell2238", "Cell2239", "Cell2240", "Cell2241", "Cell2242", "Cell2243", "Cell2244", "Cell2245", "Cell2246", "Cell2247", "Cell2248", "Cell2249", "Cell2250", "Cell2251", "Cell2252", "Cell2253", "Cell2254", "Cell2255", "Cell2256", "Cell2257", "Cell2258", "Cell2259", "Cell2260", "Cell2261", "Cell2262", "Cell2263", "Cell2264", "Cell2265", "Cell2266", "Cell2267", "Cell2268", "Cell2269", "Cell2270", "Cell2271", "Cell2272", "Cell2273", "Cell2274", "Cell2275", "Cell2276", "Cell2277", "Cell2278", "Cell2279", "Cell2280", "Cell2281", "Cell2282", "Cell2283", "Cell2284", "Cell2285", "Cell2286", "Cell2287", "Cell2288", "Cell2289", "Cell2290", "Cell2291", "Cell2292", "Cell2293", "Cell2294", "Cell2295", "Cell2296", "Cell2297", "Cell2298", "Cell2299", "Cell2300", "Cell2301", "Cell2302", "Cell2303", "Cell2304", "Cell2305", "Cell2306", "Cell2307", "Cell2308", "Cell2309", "Cell2310", "Cell2311", "Cell2312", "Cell2313", "Cell2314", "Cell2315", "Cell2316", "Cell2317", "Cell2318", "Cell2319", "Cell2320", "Cell2321", "Cell2322", "Cell2323", "Cell2324", "Cell2325", "Cell2326", "Cell2327", "Cell2328", "Cell2329", "Cell2330", "Cell2331", "Cell2332", "Cell2333", "Cell2334", "Cell2335", "Cell2336", "Cell2337", "Cell2338", "Cell2339", "Cell2340", "Cell2341", "Cell2342", "Cell2343", "Cell2344", "Cell2345", "Cell2346", "Cell2347", "Cell2348", "Cell2349", "Cell2350", "Cell2351", "Cell2352", "Cell2353", "Cell2354", "Cell2355", "Cell2356", "Cell2357", "Cell2358", "Cell2359", "Cell2360", "Cell2361", "Cell2362", "Cell2363", "Cell2364", "Cell2365", "Cell2366", "Cell2367", "Cell2368", "Cell2369", "Cell2370", "Cell2371", "Cell2372", "Cell2373", "Cell2374", "Cell2375", "Cell2376", "Cell2377", "Cell2378", "Cell2379", "Cell2380", "Cell2381", "Cell2382", "Cell2383", "Cell2384", "Cell2385", "Cell2386", "Cell2387", "Cell2388", "Cell2389", "Cell2390", "Cell2391", "Cell2392", "Cell2393", "Cell2394", "Cell2395", "Cell2396", "Cell2397", "Cell2398", "Cell2399", "Cell2400", "Cell2401", "Cell2402", "Cell2403", "Cell2404", "Cell2405", "Cell2406", "Cell2407", "Cell2408", "Cell2409", "Cell2410", "Cell2411", "Cell2412", "Cell2413", "Cell2414", "Cell2415", "Cell2416", "Cell2417", "Cell2418", "Cell2419", "Cell2420", "Cell2421", "Cell2422", "Cell2423", "Cell2424", "Cell2425", "Cell2426", "Cell2427", "Cell2428", "Cell2429", "Cell2430", "Cell2431", "Cell2432", "Cell2433", "Cell2434", "Cell2435", "Cell2436", "Cell2437", "Cell2438", "Cell2439", "Cell2440", "Cell2441", "Cell2442", "Cell2443", "Cell2444", "Cell2445", "Cell2446", "Cell2447", "Cell2448", "Cell2449", "Cell2450", "Cell2451", "Cell2452", "Cell2453", "Cell2454", "Cell2455", "Cell2456", "Cell2457", "Cell2458", "Cell2459", "Cell2460", "Cell2461", "Cell2462", "Cell2463", "Cell2464", "Cell2465", "Cell2466", "Cell2467", "Cell2468", "Cell2469", "Cell2470", "Cell2471", "Cell2472", "Cell2473", "Cell2474", "Cell2475", "Cell2476", "Cell2477", "Cell2478", "Cell2479", "Cell2480", "Cell2481", "Cell2482", "Cell2483", "Cell2484", "Cell2485", "Cell2486", "Cell2487", "Cell2488", "Cell2489", "Cell2490", "Cell2491", "Cell2492", "Cell2493", "Cell2494", "Cell2495", "Cell2496", "Cell2497", "Cell2498", "Cell2499", "Cell2500", "Cell2501", "Cell2502", "Cell2503", "Cell2504", "Cell2505", "Cell2506", "Cell2507", "Cell2508", "Cell2509", "Cell2510", "Cell2511", "Cell2512", "Cell2513", "Cell2514", "Cell2515", "Cell2516", "Cell2517", "Cell2518", "Cell2519", "Cell2520", "Cell2521", "Cell2522", "Cell2523", "Cell2524", "Cell2525", "Cell2526", "Cell2527", "Cell2528", "Cell2529", "Cell2530", "Cell2531", "Cell2532", "Cell2533", "Cell2534", "Cell2535", "Cell2536", "Cell2537", "Cell2538", "Cell2539", "Cell2540", "Cell2541", "Cell2542", "Cell2543", "Cell2544", "Cell2545", "Cell2546", "Cell2547", "Cell2548", "Cell2549", "Cell2550", "Cell2551", "Cell2552", "Cell2553", "Cell2554", "Cell2555", "Cell2556", "Cell2557", "Cell2558", "Cell2559", "Cell2560", "Cell2561", "Cell2562", "Cell2563", "Cell2564", "Cell2565", "Cell2566", "Cell2567", "Cell2568", "Cell2569", "Cell2570", "Cell2571", "Cell2572", "Cell2573", "Cell2574", "Cell2575", "Cell2576", "Cell2577", "Cell2578", "Cell2579", "Cell2580", "Cell2581", "Cell2582", "Cell2583", "Cell2584", "Cell2585", "Cell2586", "Cell2587", "Cell2588", "Cell2589", "Cell2590", "Cell2591", "Cell2592", "Cell2593", "Cell2594", "Cell2595", "Cell2596", "Cell2597", "Cell2598", "Cell2599", "Cell2600", "Cell2601", "Cell2602", "Cell2603", "Cell2604", "Cell2605", "Cell2606", "Cell2607", "Cell2608", "Cell2609", "Cell2610", "Cell2611", "Cell2612", "Cell2613", "Cell2614", "Cell2615", "Cell2616", "Cell2617", "Cell2618", "Cell2619", "Cell2620", "Cell2621", "Cell2622", "Cell2623", "Cell2624", "Cell2625", "Cell2626", "Cell2627", "Cell2628", "Cell2629", "Cell2630", "Cell2631", "Cell2632", "Cell2633", "Cell2634", "Cell2635", "Cell2636", "Cell2637", "Cell2638", "Cell2639", "Cell2640", "Cell2641", "Cell2642", "Cell2643", "Cell2644", "Cell2645", "Cell2646", "Cell2647", "Cell2648", "Cell2649", "Cell2650", "Cell2651", "Cell2652", "Cell2653", "Cell2654", "Cell2655", "Cell2656", "Cell2657", "Cell2658", "Cell2659", "Cell2660", "Cell2661", "Cell2662", "Cell2663", "Cell2664", "Cell2665", "Cell2666", "Cell2667", "Cell2668", "Cell2669", "Cell2670", "Cell2671", "Cell2672", "Cell2673", "Cell2674", "Cell2675", "Cell2676", "Cell2677", "Cell2678", "Cell2679", "Cell2680", "Cell2681", "Cell2682", "Cell2683", "Cell2684", "Cell2685", "Cell2686", "Cell2687", "Cell2688", "Cell2689", "Cell2690", "Cell2691", "Cell2692", "Cell2693", "Cell2694", "Cell2695", "Cell2696", "Cell2697", "Cell2698", "Cell2699", "Cell2700", "Cell2701", "Cell2702", "Cell2703", "Cell2704", "Cell2705", "Cell2706", "Cell2707", "Cell2708", "Cell2709", "Cell2710", "Cell2711", "Cell2712", "Cell2713", "Cell2714", "Cell2715", "Cell2716", "Cell2717", "Cell2718", "Cell2719", "Cell2720", "Cell2721", "Cell2722", "Cell2723", "Cell2724", "Cell2725", "Cell2726", "Cell2727", "Cell2728", "Cell2729", "Cell2730", "Cell2731", "Cell2732", "Cell2733", "Cell2734", "Cell2735", "Cell2736", "Cell2737", "Cell2738", "Cell2739", "Cell2740", "Cell2741", "Cell2742", "Cell2743", "Cell2744", "Cell2745", "Cell2746", "Cell2747", "Cell2748", "Cell2749", "Cell2750", "Cell2751", "Cell2752", "Cell2753", "Cell2754", "Cell2755", "Cell2756", "Cell2757", "Cell2758", "Cell2759", "Cell2760", "Cell2761", "Cell2762", "Cell2763", "Cell2764", "Cell2765", "Cell2766", "Cell2767", "Cell2768", "Cell2769", "Cell2770", "Cell2771", "Cell2772", "Cell2773", "Cell2774", "Cell2775", "Cell2776", "Cell2777", "Cell2778", "Cell2779", "Cell2780", "Cell2781", "Cell2782", "Cell2783", "Cell2784", "Cell2785", "Cell2786", "Cell2787", "Cell2788", "Cell2789", "Cell2790", "Cell2791", "Cell2792", "Cell2793", "Cell2794", "Cell2795", "Cell2796", "Cell2797", "Cell2798", "Cell2799", "Cell2800", "Cell2801", "Cell2802", "Cell2803", "Cell2804", "Cell2805", "Cell2806", "Cell2807", "Cell2808", "Cell2809", "Cell2810", "Cell2811", "Cell2812", "Cell2813", "Cell2814", "Cell2815", "Cell2816", "Cell2817", "Cell2818", "Cell2819", "Cell2820", "Cell2821", "Cell2822", "Cell2823", "Cell2824", "Cell2825", "Cell2826", "Cell2827", "Cell2828", "Cell2829", "Cell2830", "Cell2831", "Cell2832", "Cell2833", "Cell2834", "Cell2835", "Cell2836", "Cell2837", "Cell2838", "Cell2839", "Cell2840", "Cell2841", "Cell2842", "Cell2843", "Cell2844", "Cell2845", "Cell2846", "Cell2847", "Cell2848", "Cell2849", "Cell2850", "Cell2851", "Cell2852", "Cell2853", "Cell2854", "Cell2855", "Cell2856", "Cell2857", "Cell2858", "Cell2859", "Cell2860", "Cell2861", "Cell2862", "Cell2863", "Cell2864", "Cell2865", "Cell2866", "Cell2867", "Cell2868", "Cell2869", "Cell2870", "Cell2871", "Cell2872", "Cell2873", "Cell2874", "Cell2875", "Cell2876", "Cell2877", "Cell2878", "Cell2879", "Cell2880", "Cell2881", "Cell2882", "Cell2883", "Cell2884", "Cell2885", "Cell2886", "Cell2887", "Cell2888", "Cell2889", "Cell2890", "Cell2891", "Cell2892", "Cell2893", "Cell2894", "Cell2895", "Cell2896", "Cell2897", "Cell2898", "Cell2899", "Cell2900", "Cell2901", "Cell2902", "Cell2903", "Cell2904", "Cell2905", "Cell2906", "Cell2907", "Cell2908", "Cell2909", "Cell2910", "Cell2911", "Cell2912", "Cell2913", "Cell2914", "Cell2915", "Cell2916", "Cell2917", "Cell2918", "Cell2919", "Cell2920", "Cell2921", "Cell2922", "Cell2923", "Cell2924", "Cell2925", "Cell2926", "Cell2927", "Cell2928", "Cell2929", "Cell2930", "Cell2931", "Cell2932", "Cell2933", "Cell2934", "Cell2935", "Cell2936", "Cell2937", "Cell2938", "Cell2939", "Cell2940", "Cell2941", "Cell2942", "Cell2943", "Cell2944", "Cell2945", "Cell2946", "Cell2947", "Cell2948", "Cell2949", "Cell2950", "Cell2951", "Cell2952", "Cell2953", "Cell2954", "Cell2955", "Cell2956", "Cell2957", "Cell2958", "Cell2959", "Cell2960", "Cell2961", "Cell2962", "Cell2963", "Cell2964", "Cell2965", "Cell2966", "Cell2967", "Cell2968", "Cell2969", "Cell2970", "Cell2971", "Cell2972", "Cell2973", "Cell2974", "Cell2975", "Cell2976", "Cell2977", "Cell2978", "Cell2979", "Cell2980", "Cell2981", "Cell2982", "Cell2983", "Cell2984", "Cell2985", "Cell2986", "Cell2987", "Cell2988", "Cell2989", "Cell2990", "Cell2991", "Cell2992", "Cell2993", "Cell2994", "Cell2995", "Cell2996", "Cell2997", "Cell2998", "Cell2999", "Cell3000"],
"smps": ["UMAP-1", "UMAP-2"],
"data": [
[-0.873, -7.851],
[0.15, -7.208],
[-13.031, 4.073],
[1.138, -7.173],
[-2.122, -6.348],
[-11.194, 4.783],
[-0.643, -3.071],
[-3.512, -4.421],
[-4.532, 2.059],
[-2.494, -5.95],
[-1.054, -4.985],
[-2.145, -8.179],
[-5.777, 2.056],
[-3.639, 3.738],
[-11.0, 4.369],
[-10.8, 2.259],
[-0.466, -5.91],
[-2.909, -6.626],
[0.148, -5.848],
[-1.221, -8.287],
[0.093, -5.345],
[0.326, -8.89],
[0.541, -3.376],
[-5.214, -5.658],
[-3.969, -1.531],
[-8.864, -7.198],
[-1.359, -5.082],
[-7.881, -7.825],
[-7.932, -7.037],
[1.157, -7.464],
[-6.911, -6.399],
[-0.973, -4.218],
[-0.002, -7.289],
[0.149, -6.6],
[-1.348, -5.173],
[-5.128, 1.896],
[0.818, -4.843],
[-11.073, 2.174],
[-7.032, 3.101],
[-1.102, -8.421],
[-0.195, -7.57],
[-8.62, -7.894],
[-0.583, -8.01],
[-5.271, -9.061],
[0.695, -7.257],
[-1.512, -4.292],
[0.165, -8.052],
[-3.783, -5.788],
[-2.139, -5.552],
[1.575, -7.307],
[1.446, -4.68],
[-0.189, -8.439],
[-2.144, -6.487],
[-12.021, 2.473],
[-3.927, -7.435],
[-8.997, -6.476],
[-6.552, -8.03],
[-1.148, -3.345],
[-5.742, 5.241],
[1.688, -5.354],
[-6.958, 2.34],
[0.202, -8.483],
[-7.496, -4.778],
[-4.287, 3.819],
[-0.529, -2.704],
[0.006, -7.501],
[-6.075, -8.125],
[-3.379, -5.002],
[-4.254, 4.909],
[-11.801, 3.259],
[-3.284, -7.774],
[-9.051, -8.316],
[-2.101, -8.278],
[-8.504, -7.37],
[-0.534, -8.008],
[-8.989, -6.918],
[0.971, -7.261],
[-6.247, 3.342],
[-12.021, 3.788],
[-6.352, -6.947],
[1.068, -3.904],
[-1.691, -7.257],
[-10.858, 3.713],
[0.403, -7.066],
[-5.81, 1.846],
[-12.915, 1.145],
[0.481, -7.349],
[-0.312, -9.015],
[-2.939, -3.507],
[-12.506, 3.95],
[-2.153, -3.842],
[-11.149, 4.213],
[0.056, -5.23],
[-2.7, -7.07],
[-2.038, -5.135],
[-1.087, -7.188],
[1.09, -6.967],
[-7.354, -5.941],
[-0.73, -5.336],
[-6.126, 4.848],
[-4.005, -4.324],
[-0.201, -6.354],
[-8.754, -8.756],
[-12.407, 4.93],
[-0.217, -7.052],
[-11.553, 2.178],
[-10.064, -6.836],
[-4.868, 2.266],
[-10.133, -4.41],
[-0.757, -7.27],
[-0.639, -5.876],
[-7.11, -4.819],
[-5.139, 2.44],
[-5.21, 4.943],
[-2.513, -2.837],
[-3.392, -3.245],
[0.464, -4.425],
[-11.619, 3.689],
[0.019, -2.584],
[-11.53, 2.715],
[0.383, -7.485],
[-6.012, 4.633],
[-3.059, -3.879],
[-3.946, -4.744],
[-0.496, -8.014],
[-1.981, -2.33],
[-3.567, -5.242],
[-5.042, 6.997],
[1.234, -7.143],
[-3.362, 4.36],
[-2.197, -10.066],
[-1.887, -4.188],
[-4.488, 2.336],
[-1.346, -2.611],
[-1.91, -9.588],
[0.109, -9.167],
[-4.526, 5.767],
[0.164, -5.105],
[-2.68, -5.723],
[-10.002, 5.511],
[-2.765, -4.775],
[-2.155, -3.628],
[-0.587, -8.071],
[-7.653, -7.843],
[-1.206, -3.156],
[-6.47, -7.599],
[-11.624, 4.004],
[0.072, -5.868],
[-10.938, 2.344],
[-2.029, -4.72],
[-1.543, -4.61],
[-10.127, 2.388],
[-0.924, -3.985],
[-1.128, -9.335],
[-1.812, -10.772],
[-1.651, -2.972],
[-11.377, 1.347],
[-0.174, -5.842],
[0.829, -6.399],
[-3.625, -2.414],
[-0.496, -9.806],
[-5.188, 4.12],
[1.708, -7.435],
[-1.344, -6.601],
[-0.918, -5.458],
[-0.315, -5.395],
[-3.79, -6.88],
[-1.864, -8.904],
[-2.236, -4.492],
[-2.266, -4.508],
[-1.297, -8.184],
[-0.513, -8.388],
[0.354, -7.424],
[-1.579, -2.449],
[-5.664, 5.466],
[-6.23, 4.096],
[-3.856, -6.518],
[-5.387, 2.62],
[-5.726, 3.465],
[3.259, -7.117],
[-3.713, -4.499],
[-0.416, -6.349],
[0.906, -6.371],
[0.656, -6.606],
[-2.148, -7.668],
[-0.893, -8.805],
[-8.245, -6.943],
[-12.291, 2.739],
[-10.697, 4.207],
[-12.042, 3.935],
[-5.628, 2.642],
[-2.884, -6.801],
[-8.651, 3.155],
[-3.155, -7.337],
[-11.483, 3.646],
[-1.465, -6.235],
[-9.682, 1.652],
[-2.243, -3.379],
[-7.955, -7.13],
[-7.241, -9.094],
[-4.27, -3.619],
[-0.19, -3.042],
[-3.074, -7.545],
[-3.024, -7.612],
[-1.213, -9.414],
[-0.055, -3.38],
[1.228, -7.182],
[-4.397, -6.89],
[-5.16, 4.282],
[1.343, -4.965],
[0.489, -9.099],
[-10.795, 2.936],
[-5.935, 4.189],
[0.389, -4.693],
[-7.892, -6.148],
[0.069, -1.971],
[-5.986, 3.336],
[-9.364, -7.243],
[-5.474, -7.959],
[-3.063, -5.026],
[1.824, -7.606],
[-11.112, 4.312],
[1.987, -7.395],
[-1.006, -7.762],
[-10.35, -7.205],
[0.137, -6.48],
[-8.647, -7.605],
[-7.995, -6.565],
[-2.475, -3.997],
[-1.79, -2.747],
[-11.49, 3.321],
[1.347, -9.089],
[-8.973, -6.661],
[0.38, -8.851],
[-0.971, -3.858],
[-0.785, -10.566],
[1.338, -5.261],
[-10.253, 2.907],
[-0.652, -4.485],
[-0.501, -5.583],
[-1.343, -3.915],
[1.712, -5.636],
[-3.58, -1.923],
[-2.407, -6.539],
[-4.914, -5.356],
[-6.91, -5.287],
[-6.986, -7.873],
[-6.515, 4.087],
[0.063, -8.529],
[0.551, -3.877],
[-0.226, -7.394],
[-5.342, -6.478],
[-2.929, -6.137],
[-4.446, -7.549],
[-3.081, -3.411],
[-1.011, -4.602],
[-5.186, 3.689],
[-8.989, -7.421],
[-4.455, 3.409],
[-4.147, -5.204],
[-2.318, -4.383],
[-3.372, -5.566],
[-6.61, 5.069],
[-2.044, -4.602],
[0.267, -3.734],
[-11.671, 4.038],
[-10.583, 2.534],
[-8.494, -7.089],
[-8.64, -7.624],
[-1.301, -2.67],
[-9.757, -7.305],
[1.992, -6.619],
[-5.553, 3.088],
[-0.816, -2.6],
[-4.832, 4.596],
[-1.925, -5.378],
[-11.174, 2.367],
[-6.657, 2.003],
[0.38, -6.517],
[-0.9, -8.012],
[0.727, -4.031],
[-2.079, -7.951],
[-0.37, -5.873],
[-6.188, 5.146],
[-7.533, -6.658],
[-7.728, -7.454],
[-2.563, -9.396],
[-0.472, -4.861],
[-2.14, -7.471],
[-4.106, 5.842],
[-5.847, 3.978],
[1.286, -6.57],
[-2.819, -4.068],
[-1.034, -8.896],
[-2.033, -8.07],
[-4.25, 0.704],
[-2.633, -3.98],
[-10.645, 2.794],
[-0.848, -6.539],
[-10.898, 3.44],
[0.202, -6.351],
[0.426, -8.047],
[-12.566, 4.264],
[-6.683, 3.464],
[-3.28, -7.571],
[-0.59, -6.271],
[-0.214, -4.41],
[-7.449, 4.429],
[0.314, -6.508],
[-5.435, 2.411],
[-12.343, 4.604],
[-7.293, 1.889],
[-0.756, -2.376],
[-5.653, 1.871],
[-9.435, 1.872],
[-0.548, -6.919],
[-9.627, -8.368],
[-2.195, -9.047],
[-6.312, -7.486],
[0.554, -3.93],
[-3.729, -5.386],
[-0.927, -6.766],
[-1.526, -4.914],
[0.989, -6.693],
[-3.867, -5.994],
[-0.327, -7.582],
[-6.958, -5.408],
[-2.162, -6.49],
[-4.008, -5.839],
[-12.192, 3.134],
[-11.868, 3.413],
[-9.302, -6.176],
[-8.306, -8.075],
[-0.811, -4.076],
[0.061, -8.069],
[1.18, -8.584],
[-1.042, -2.511],
[0.842, -6.168],
[-12.239, 4.025],
[-3.56, -7.136],
[-1.87, -6.533],
[-8.004, -6.866],
[0.15, -3.978],
[-2.974, -9.085],
[-8.716, -9.126],
[1.717, -4.596],
[1.614, -8.124],
[-7.211, -8.345],
[-1.9, -6.747],
[-11.925, 4.088],
[1.033, -6.581],
[-1.116, -2.47],
[-0.097, -7.25],
[-12.779, 3.716],
[2.244, -4.949],
[-1.754, -2.853],
[-6.685, -7.903],
[-9.868, 4.068],
[-6.08, 2.915],
[-8.686, -6.361],
[1.566, -9.813],
[-1.78, -10.049],
[-8.489, -8.651],
[1.475, -7.286],
[-0.051, -7.514],
[-0.813, -3.305],
[-9.057, -7.211],
[-2.311, -6.534],
[-5.112, -6.795],
[-4.755, 2.903],
[-6.391, 3.416],
[-3.54, -6.151],
[-9.592, -5.71],
[-2.648, -5.692],
[-5.896, 1.951],
[-0.118, -3.507],
[-2.444, -5.698],
[-3.346, -3.554],
[-13.89, 2.783],
[-6.713, 4.143],
[1.413, -7.854],
[-6.665, -6.399],
[-9.69, 1.976],
[-8.597, -8.975],
[-8.54, -6.468],
[-2.862, -4.797],
[-6.896, -7.671],
[-1.542, -3.405],
[-3.78, 3.148],
[-2.429, -8.79],
[-2.245, -8.365],
[-2.99, -3.162],
[-8.198, -6.646],
[-4.101, -3.015],
[-11.428, 2.714],
[-7.231, 3.929],
[-3.298, -8.486],
[-5.109, 2.711],
[-6.081, -6.719],
[-9.488, -5.233],
[2.601, -7.717],
[-8.056, -6.545],
[-7.953, -5.841],
[-5.177, 3.883],
[-4.529, 2.072],
[-2.106, -6.32],
[-6.517, 2.346],
[-5.984, 4.241],
[-0.672, -5.588],
[-0.014, -9.642],
[-3.121, -4.699],
[-3.726, -5.115],
[-8.024, -6.686],
[-4.859, -5.025],
[-1.475, -6.124],
[-7.134, -7.018],
[-2.16, -3.946],
[-0.682, -9.681],
[-1.608, -4.466],
[-0.086, -9.091],
[-8.184, -8.078],
[-7.518, -5.6],
[-2.069, -6.928],
[-5.726, 3.577],
[-1.819, -9.319],
[-0.0, -8.388],
[-1.233, -6.929],
[-4.819, -4.859],
[-0.777, -10.466],
[-9.007, -7.154],
[-10.983, 3.175],
[-4.216, -5.84],
[-8.091, -7.816],
[0.473, -7.122],
[-7.151, 2.463],
[2.488, -8.033],
[-2.265, -4.927],
[-7.79, -8.42],
[-0.877, -8.273],
[-10.173, -8.578],
[-0.863, -3.418],
[-4.975, 2.948],
[-7.743, -8.687],
[0.765, -7.207],
[-9.231, -7.76],
[-0.927, -4.642],
[-6.465, 2.257],
[-0.683, -3.114],
[-9.165, -6.201],
[-4.869, 4.551],
[-0.817, -5.722],
[-1.773, -6.512],
[-7.041, 2.377],
[-0.271, -6.856],
[-2.384, -2.733],
[-5.44, 3.803],
[0.033, -5.108],
[2.269, -7.347],
[-2.565, -3.192],
[-9.895, 3.437],
[-1.099, -9.161],
[-0.67, -7.308],
[-3.274, 4.736],
[-2.42, -4.341],
[-11.887, 2.453],
[0.658, -7.581],
[-3.429, -8.492],
[-0.7, -7.289],
[0.983, -6.232],
[0.48, -8.191],
[-5.323, 1.068],
[-4.479, 3.054],
[0.885, -6.887],
[-0.423, -8.075],
[-3.203, 2.442],
[-1.02, -6.367],
[-11.164, 3.091],
[-11.058, 2.368],
[3.595, -6.3],
[-4.153, -6.126],
[-0.007, -7.16],
[-10.397, 1.562],
[-2.196, -5.957],
[-0.381, -4.686],
[-4.526, -4.739],
[-2.172, -2.827],
[-7.716, -6.551],
[-1.038, -7.057],
[-8.977, -7.263],
[-7.017, -6.444],
[-1.863, -4.486],
[-3.605, -7.572],
[-7.852, -5.934],
[-5.523, 3.997],
[-10.937, 3.91],
[-10.218, 1.98],
[-12.04, 4.115],
[-3.247, -2.797],
[-12.143, 4.103],
[-10.273, 2.681],
[-11.244, 1.247],
[-9.946, 2.7],
[-2.768, -6.967],
[-1.922, -7.493],
[-11.367, 3.342],
[-3.257, -8.431],
[-3.591, -5.034],
[-1.981, -5.991],
[-0.063, -7.619],
[-7.326, 4.043],
[-11.272, 4.668],
[-8.291, -7.056],
[-1.581, -2.801],
[-1.319, -1.862],
[-10.245, 4.758],
[0.451, -6.492],
[-1.924, -2.726],
[-13.45, 5.09],
[-3.121, -3.768],
[-10.099, -6.539],
[1.463, -7.314],
[-6.218, 3.476],
[-8.544, -7.286],
[-7.354, -6.712],
[1.458, -5.927],
[-1.828, -4.646],
[-0.309, -5.634],
[-3.095, -7.19],
[-0.432, -4.823],
[0.521, -4.752],
[-1.059, -5.198],
[-7.928, -9.269],
[-9.501, -6.644],
[-6.21, 3.415],
[-2.219, -4.762],
[0.448, -5.052],
[-3.895, -5.964],
[-11.081, 4.26],
[-10.733, 2.44],
[-2.066, 4.737],
[0.718, -8.186],
[-10.695, 2.405],
[-12.408, 3.338],
[-9.211, -5.381],
[-1.125, -3.673],
[1.288, -6.178],
[-1.963, -4.943],
[-1.64, -5.963],
[-11.595, 2.253],
[-3.38, 2.414],
[-3.985, 1.959],
[-9.062, -7.446],
[0.694, -4.891],
[-0.757, -9.744],
[-7.094, 4.121],
[-9.954, 2.988],
[-6.559, 3.754],
[-9.962, -8.503],
[-12.227, 1.484],
[-0.593, -6.962],
[-1.114, -3.624],
[-0.047, -7.041],
[-1.089, -6.059],
[-0.714, -7.068],
[-3.081, -6.806],
[-4.694, 3.688],
[-0.332, -8.839],
[-0.689, -7.783],
[-0.059, -6.109],
[-10.019, -5.591],
[-11.541, 2.815],
[-1.259, -6.943],
[1.578, -4.682],
[-1.958, -7.027],
[-0.894, -5.489],
[-2.152, -1.877],
[-1.348, -8.231],
[-2.967, -4.801],
[-0.1, -7.07],
[-8.063, -6.299],
[-4.429, -5.415],
[-1.562, -1.929],
[-0.939, -6.822],
[-0.509, -6.993],
[-2.126, -5.526],
[-0.294, -1.536],
[-0.117, -6.05],
[-2.826, -3.733],
[-4.554, 4.61],
[-0.839, -7.891],
[-12.258, 2.746],
[1.43, -7.054],
[-1.912, -5.389],
[0.834, -7.597],
[0.583, -6.086],
[-8.97, -7.163],
[1.01, -8.954],
[-0.226, -10.67],
[-7.955, -7.487],
[0.762, -7.093],
[-2.326, -1.349],
[-8.19, -6.378],
[-4.636, -6.437],
[-11.738, 2.882],
[-0.819, -8.376],
[0.033, -4.82],
[-7.386, -6.751],
[-1.691, -2.423],
[-1.796, -9.245],
[-7.187, -5.818],
[-4.656, 4.047],
[-7.376, -5.387],
[-6.555, 2.733],
[-7.867, -6.396],
[-0.622, -3.737],
[0.087, -6.175],
[0.825, -5.101],
[-1.082, -2.582],
[0.256, -8.56],
[1.209, -8.199],
[-3.768, -5.462],
[0.188, -8.1],
[-1.295, -4.174],
[-9.488, 2.723],
[-8.993, -7.781],
[-3.257, -2.609],
[2.506, -6.216],
[-0.038, -6.98],
[0.498, -5.326],
[-10.13, -5.878],
[-8.639, -7.529],
[-12.293, 4.849],
[1.15, -6.3],
[-8.457, -4.988],
[-3.412, -4.063],
[-9.585, -5.883],
[-9.872, -6.502],
[1.118, -8.293],
[-1.686, -3.337],
[-2.585, -5.829],
[-2.616, -6.843],
[-9.121, 3.66],
[-1.569, -8.794],
[-7.595, -6.998],
[-0.395, -4.459],
[-2.321, -2.808],
[-2.75, -4.875],
[0.536, -6.783],
[-9.613, -6.112],
[-7.518, -5.923],
[-6.097, 4.413],
[0.418, -6.396],
[-10.64, 1.699],
[1.048, -9.54],
[-1.117, -4.319],
[-5.167, 4.7],
[-8.431, -7.563],
[0.135, -8.378],
[-1.325, -3.632],
[-5.055, -6.078],
[-8.71, 4.639],
[-12.018, 4.13],
[-1.149, -1.686],
[1.333, -5.29],
[-8.617, -6.742],
[-2.021, -6.196],
[-0.333, -6.935],
[-0.198, -7.226],
[-0.292, -5.968],
[0.368, -6.593],
[-1.453, -6.312],
[-0.705, -9.171],
[-10.578, 1.617],
[-10.799, 2.23],
[-1.535, -8.596],
[-6.426, -7.784],
[0.832, -5.816],
[-0.469, -8.612],
[-9.833, 1.875],
[-2.624, -5.458],
[0.73, -5.936],
[-1.829, -7.119],
[-1.029, -9.411],
[-2.917, -4.67],
[-0.235, -2.28],
[0.511, -6.66],
[-1.363, -10.187],
[2.365, -5.548],
[-4.383, 3.321],
[-0.327, -9.834],
[-1.869, -5.72],
[-4.858, 2.207],
[0.714, -7.799],
[-0.743, -6.283],
[-1.402, -5.541],
[-5.516, 2.351],
[-2.235, -3.446],
[-9.478, 2.821],
[-4.125, -5.256],
[0.6, -6.513],
[-12.401, 3.379],
[-0.548, -4.529],
[-12.71, 4.481],
[-3.897, -4.834],
[-3.019, -4.57],
[-6.988, -7.426],
[-1.967, -7.989],
[-3.824, -7.086],
[-0.782, -5.708],
[-1.086, -2.967],
[-0.455, -7.762],
[-11.635, 2.71],
[-1.973, -6.495],
[-9.438, 2.093],
[-2.435, -8.402],
[-5.534, 1.765],
[-0.163, -7.205],
[-11.165, 4.595],
[-1.201, -5.396],
[-1.844, -7.861],
[-0.865, -7.268],
[0.92, -7.31],
[-9.306, 3.99],
[-3.6, -8.791],
[-9.08, -7.275],
[1.09, -5.694],
[-5.246, 3.962],
[-1.778, -3.447],
[0.342, -6.779],
[-0.625, -7.121],
[-1.913, -4.023],
[-1.348, -3.207],
[-0.097, -3.739],
[-0.622, -8.998],
[-10.073, 2.503],
[-7.345, -5.823],
[-8.801, -6.013],
[-1.717, -6.436],
[0.601, -8.469],
[0.901, -5.128],
[1.629, -6.906],
[-0.472, -5.797],
[-7.713, -6.935],
[-0.65, -5.19],
[-2.208, -7.313],
[-10.806, 2.767],
[0.833, -6.502],
[-6.432, -8.296],
[0.286, -6.753],
[0.069, -5.821],
[-7.012, 4.123],
[-2.093, -4.394],
[-10.618, 4.431],
[-8.245, -6.26],
[-1.405, -7.009],
[-1.29, -5.979],
[-13.27, 4.036],
[-7.482, -5.316],
[-0.216, -7.819],
[-0.342, -5.875],
[0.368, -4.549],
[-1.407, -8.643],
[-2.613, -2.887],
[-1.505, -3.65],
[-0.906, -2.899],
[-12.538, 4.82],
[-4.907, -4.782],
[-1.803, -7.563],
[-2.929, -3.026],
[-4.295, 4.976],
[-1.978, -8.331],
[-8.533, -6.704],
[-7.844, -8.411],
[-4.362, 4.359],
[-8.645, -7.151],
[-3.789, -7.097],
[-2.823, -5.89],
[-3.348, -4.724],
[-7.81, -5.972],
[-3.548, -4.393],
[-5.205, -6.65],
[0.744, -5.757],
[-0.399, -6.419],
[-6.107, 4.327],
[-3.409, -7.044],
[1.109, -6.412],
[-10.278, 4.469],
[-4.424, 3.604],
[-1.558, -6.967],
[2.041, -6.197],
[-2.094, -5.109],
[-9.826, -8.169],
[-2.627, -4.663],
[0.163, -4.191],
[-4.705, 3.938],
[0.317, -9.534],
[2.141, -8.102],
[-1.955, -8.024],
[-0.465, -4.115],
[-0.004, -8.037],
[-6.024, 2.999],
[-3.476, -4.193],
[-7.657, 4.094],
[-11.686, 2.619],
[0.505, -6.655],
[-13.192, 4.222],
[-1.332, -2.123],
[-1.906, -4.677],
[-2.039, -9.835],
[-2.546, -5.615],
[-3.259, -10.974],
[-4.899, -6.241],
[1.973, -6.568],
[-5.793, 2.926],
[-1.0, -9.228],
[-5.877, 4.441],
[-0.802, -4.775],
[-1.471, -6.747],
[-0.57, -7.598],
[0.366, -8.197],
[-2.148, -7.695],
[0.163, -5.076],
[-2.738, -5.622],
[-11.885, 2.372],
[-5.501, 3.151],
[1.295, -7.234],
[-2.339, -5.639],
[-12.08, 5.804],
[-7.457, -6.899],
[0.289, -6.527],
[-7.788, -8.446],
[-7.623, -5.613],
[-1.513, -5.362],
[-0.388, -7.936],
[-1.112, -8.039],
[-2.51, -6.992],
[-12.036, 3.961],
[-1.412, -5.003],
[-3.065, -7.466],
[-9.622, -7.397],
[-0.077, -3.134],
[-3.161, -3.475],
[-9.186, 2.103],
[-1.848, -4.209],
[-3.083, -5.612],
[-8.288, -7.101],
[-10.749, 4.222],
[-0.346, -8.065],
[0.535, -4.413],
[-7.194, -7.57],
[-2.311, -8.664],
[-9.993, 4.081],
[-1.988, -3.991],
[0.539, -8.095],
[-3.188, -4.407],
[-7.518, 2.99],
[-2.415, -3.735],
[-5.393, 4.148],
[-7.154, -7.919],
[-6.193, 3.55],
[-0.021, -6.517],
[-0.88, -5.171],
[-4.573, 1.994],
[-0.562, -5.583],
[1.809, -5.989],
[-12.6, 2.681],
[-2.384, -5.529],
[1.277, -7.856],
[1.461, -4.464],
[-3.268, -4.484],
[-11.057, 2.473],
[0.69, -7.136],
[-10.373, 3.327],
[-5.789, 4.224],
[-0.47, -6.262],
[-2.381, -4.517],
[-1.951, -5.371],
[-5.829, 4.894],
[-8.433, -6.6],
[-4.62, -5.416],
[-0.95, -3.135],
[-4.963, -6.965],
[-7.492, -7.192],
[-10.347, 2.486],
[-0.144, -8.624],
[-1.729, -5.198],
[-1.136, -7.246],
[-4.854, -5.701],
[-5.954, 3.502],
[-5.453, -6.711],
[-2.005, -8.363],
[-4.67, -6.631],
[-0.903, -7.431],
[-8.785, -4.582],
[-6.041, 4.213],
[-5.599, 4.085],
[-3.343, -5.617],
[-0.805, -8.319],
[-10.775, 3.276],
[0.442, -7.36],
[-7.756, -6.772],
[0.613, -6.279],
[-1.033, -5.838],
[-1.477, -9.419],
[-2.889, -4.113],
[0.035, -4.127],
[-3.556, -4.627],
[-7.893, -5.276],
[-3.47, -2.993],
[-10.3, 2.393],
[-5.061, 2.651],
[-1.433, -2.733],
[0.183, -8.843],
[-10.788, -8.556],
[-2.247, -3.667],
[-1.207, -6.9],
[1.649, -6.733],
[-2.866, 4.83],
[2.775, -7.512],
[-0.592, -4.242],
[-7.355, 3.545],
[-2.235, -3.7],
[-2.854, -6.095],
[0.018, -7.835],
[-11.524, 2.535],
[-11.484, 4.321],
[-4.514, -4.783],
[-2.225, -7.763],
[-3.53, -4.725],
[-1.888, -4.072],
[-4.137, -6.846],
[0.6, -5.953],
[-2.985, -5.897],
[-9.025, -5.131],
[-2.525, -2.735],
[-3.403, -4.261],
[0.085, -7.463],
[-1.195, -8.485],
[-6.453, -8.678],
[-2.765, -9.939],
[1.012, -7.27],
[0.603, -5.878],
[-13.281, 3.901],
[-10.313, 1.219],
[-2.705, -8.317],
[-5.808, 3.025],
[-0.187, -5.638],
[-0.744, -8.61],
[1.843, -6.96],
[-1.698, -3.142],
[-2.573, -7.593],
[-2.881, -7.8],
[-3.929, 2.884],
[-3.613, -6.262],
[-4.286, -2.984],
[-0.973, -2.541],
[-8.544, -8.002],
[-7.639, -5.137],
[-3.302, -5.6],
[-1.794, -5.872],
[-10.435, 4.519],
[-6.373, 1.162],
[-8.396, -6.324],
[0.506, -4.955],
[-6.642, 4.22],
[-0.611, -6.868],
[-4.908, -4.372],
[-6.033, 3.312],
[-3.153, -7.51],
[-10.875, 3.214],
[-0.293, -8.953],
[-2.081, -4.619],
[-3.793, -5.431],
[-8.87, -4.25],
[-8.254, -8.891],
[-1.474, -4.486],
[0.402, -6.778],
[-0.619, -6.795],
[-10.131, -4.856],
[-1.239, -3.656],
[-0.691, -6.953],
[-6.995, -7.407],
[-8.987, -8.061],
[-6.277, 3.079],
[0.8, -6.109],
[-2.756, -4.226],
[-3.404, -5.282],
[-3.381, -9.242],
[-3.281, -5.786],
[-0.933, -7.335],
[-4.366, -5.08],
[0.555, -6.981],
[-10.659, 4.744],
[2.411, -7.744],
[-8.01, -7.246],
[-1.994, -7.156],
[-0.361, -8.242],
[-8.123, -7.834],
[-0.4, -5.034],
[-10.93, 3.013],
[-7.105, -5.961],
[-3.089, -5.608],
[-1.419, -8.094],
[-4.898, 3.523],
[-9.124, -6.453],
[-10.858, 3.846],
[-12.007, 4.296],
[-0.898, -5.202],
[-1.574, -8.169],
[-2.606, -3.298],
[-10.0, 1.841],
[-1.485, -5.055],
[-2.783, -6.471],
[-9.218, -7.453],
[-1.95, -3.14],
[-6.851, 2.696],
[-6.199, -7.192],
[0.645, -7.763],
[1.951, -7.193],
[-2.077, -7.419],
[-0.513, -4.165],
[-4.497, 2.828],
[-10.721, 3.632],
[-0.675, -6.449],
[-1.246, -9.633],
[-4.667, -4.808],
[-0.007, -8.199],
[0.835, -7.076],
[-10.53, 2.057],
[-0.892, -5.359],
[-11.167, 4.031],
[-3.739, 1.239],
[-2.643, -5.674],
[-1.98, -2.6],
[-11.533, 3.255],
[-4.918, 2.103],
[-1.119, -4.898],
[-5.159, -5.631],
[-1.329, -7.091],
[1.012, -8.495],
[-3.941, 2.814],
[-0.49, -8.304],
[-2.01, -3.084],
[-1.522, -8.168],
[-9.227, -7.699],
[-0.827, -5.457],
[-4.742, -4.044],
[-10.082, -5.834],
[-11.606, 3.249],
[-1.717, -2.634],
[-0.688, -6.603],
[-0.401, -6.342],
[-5.095, 4.029],
[-1.929, -4.806],
[-5.218, 4.25],
[-0.311, -7.352],
[-8.493, -7.974],
[-0.297, -4.717],
[-1.897, -2.628],
[-1.761, -5.52],
[-0.229, -7.655],
[-3.153, -8.436],
[-6.376, 2.819],
[-9.812, 3.239],
[-1.222, -5.552],
[-0.155, -4.586],
[-8.487, -6.944],
[-1.236, -9.823],
[0.798, -7.487],
[-1.381, -4.131],
[-5.888, 5.888],
[-2.53, -4.687],
[-9.345, -6.809],
[-9.241, -6.963],
[-0.342, -9.763],
[-11.313, 4.817],
[-10.554, 4.062],
[-2.948, -4.216],
[1.588, -9.549],
[-7.618, -7.695],
[-11.532, 5.899],
[-0.675, -8.676],
[1.746, -8.109],
[-0.923, -7.478],
[-12.338, 4.146],
[-2.67, -9.328],
[1.362, -7.702],
[-2.613, -4.668],
[2.662, -6.666],
[-0.35, -4.858],
[-2.305, -6.315],
[0.666, -6.148],
[-1.658, -3.85],
[-4.619, -7.048],
[-0.195, -9.673],
[-13.573, 5.749],
[-7.544, 3.137],
[-3.139, -5.094],
[-4.198, 3.681],
[-2.193, -7.904],
[-1.329, -5.931],
[-1.057, -2.376],
[-0.326, -7.448],
[-4.931, 5.166],
[-3.536, -6.009],
[-2.618, -9.139],
[-0.633, -7.928],
[-3.33, -2.909],
[-5.203, 3.676],
[-3.117, -6.114],
[-5.743, 4.611],
[-9.955, 3.901],
[-0.955, -7.717],
[-1.181, -7.249],
[-1.307, -8.464],
[-5.304, -6.277],
[-11.048, 6.268],
[-1.419, -7.474],
[-4.977, 2.902],
[1.928, -9.091],
[-2.921, -6.524],
[-0.719, -6.545],
[-4.574, 4.649],
[0.769, -6.933],
[-8.077, -6.944],
[-10.254, 4.615],
[-0.538, -7.913],
[-10.207, -7.182],
[-1.146, -3.505],
[-0.169, -4.428],
[-10.385, 3.289],
[-3.228, 2.276],
[-1.521, -3.269],
[-3.858, -8.365],
[-1.831, -9.073],
[-0.994, -4.403],
[-3.251, -6.204],
[-1.957, -4.079],
[-1.222, -7.322],
[-7.041, -6.443],
[1.28, -8.286],
[-3.14, -5.647],
[-12.381, 3.14],
[-5.041, 2.17],
[-7.118, -7.077],
[-2.444, -9.615],
[-1.204, -4.117],
[-0.203, -5.286],
[-6.149, 3.708],
[-8.537, -6.671],
[-3.115, -3.337],
[-1.712, -5.643],
[-5.597, 3.806],
[-3.865, -5.51],
[-8.341, -6.242],
[-2.363, -4.917],
[-0.535, -8.949],
[-4.836, 4.431],
[-1.125, -8.547],
[-2.0, -9.207],
[0.487, -8.532],
[-11.349, 4.744],
[-6.857, -6.058],
[-3.488, 4.067],
[-2.865, -6.514],
[-9.824, 2.654],
[-7.648, -5.765],
[-1.192, -2.258],
[-1.384, -10.792],
[-8.394, -6.727],
[0.655, -8.027],
[-3.636, -6.506],
[-0.962, -5.149],
[-2.877, -5.462],
[-8.611, -7.494],
[-6.148, -7.297],
[-4.467, 5.026],
[-3.377, -9.684],
[-4.858, -5.586],
[-10.947, 1.42],
[-10.286, -6.599],
[-11.712, 2.242],
[-1.966, -8.57],
[-1.571, -1.083],
[-3.286, -3.958],
[-3.467, 4.469],
[-0.367, -9.293],
[-1.686, -5.044],
[-7.328, -7.42],
[-3.079, -6.09],
[-7.858, -5.571],
[-2.77, -4.917],
[3.394, -7.02],
[-0.797, -8.72],
[-3.819, -8.535],
[-0.64, -7.608],
[-5.25, 3.699],
[-1.176, -9.665],
[2.427, -6.547],
[0.218, -8.175],
[0.064, -5.829],
[-0.363, -9.787],
[-10.899, 3.659],
[-7.299, 1.698],
[0.221, -6.973],
[-0.421, -7.545],
[-3.737, -4.94],
[-1.26, -7.289],
[0.165, -5.944],
[0.29, -9.274],
[0.694, -5.873],
[-3.003, -8.027],
[-7.219, -6.999],
[-1.909, -7.595],
[1.046, -6.913],
[1.213, -6.834],
[-1.134, -6.101],
[-9.583, -6.909],
[1.101, -4.852],
[-10.893, 2.207],
[-1.177, -4.845],
[-0.54, -8.688],
[-1.581, -9.719],
[-2.613, -5.042],
[-5.519, -7.535],
[-5.211, 1.2],
[-4.294, 3.091],
[-2.667, -9.12],
[-0.858, -7.817],
[-1.051, -6.937],
[-0.344, -6.729],
[-5.584, 3.57],
[-5.594, 0.25],
[-11.31, 3.649],
[-3.653, -4.342],
[-3.161, -9.103],
[-4.004, -3.952],
[1.36, -6.501],
[-3.691, -6.186],
[-8.196, -4.592],
[2.648, -9.744],
[-11.288, 1.189],
[-0.612, -4.983],
[0.593, -8.489],
[-5.508, 3.599],
[0.112, -5.733],
[-6.2, 2.939],
[-2.177, -6.204],
[-12.837, 3.717],
[-12.367, 2.707],
[-5.933, -5.344],
[-5.527, 2.623],
[1.891, -9.028],
[-9.552, -7.604],
[-7.435, -9.584],
[-8.547, -7.546],
[-9.463, 2.034],
[-1.569, 5.441],
[0.326, -6.885],
[-0.121, -5.691],
[-4.678, -4.784],
[0.906, -5.754],
[-0.275, -5.074],
[-12.018, 4.881],
[-1.14, -9.593],
[-9.659, 2.318],
[-9.336, 4.385],
[-1.865, -2.632],
[-6.377, 2.9],
[0.914, -6.558],
[-2.312, -5.182],
[-0.501, -8.533],
[0.485, -6.115],
[-6.768, 4.472],
[-0.409, -7.226],
[0.446, -9.208],
[0.669, -3.75],
[-7.293, -6.976],
[-12.03, 2.948],
[-2.328, -5.264],
[-5.488, 4.468],
[-0.069, -9.771],
[-10.641, 1.795],
[-8.282, -6.335],
[-0.457, -4.039],
[-6.067, 3.031],
[-1.306, -3.998],
[-1.85, -7.446],
[-0.153, -5.484],
[-0.031, -7.955],
[1.715, -6.646],
[-1.917, -3.603],
[-10.975, 1.801],
[-5.136, -6.056],
[-2.794, -7.288],
[-10.79, 3.301],
[-2.688, -9.521],
[-0.957, -7.641],
[-2.106, -5.303],
[-7.131, -7.293],
[-1.422, -6.316],
[-2.445, -7.803],
[-4.702, -6.291],
[-4.529, -6.736],
[-2.272, -6.68],
[-1.611, -6.645],
[-0.172, -5.992],
[-1.916, -6.555],
[-1.984, -1.035],
[-3.482, -6.264],
[-4.909, 1.137],
[-2.245, -7.271],
[0.302, -6.964],
[-2.457, -4.856],
[-1.178, -2.643],
[-2.958, -7.361],
[-11.622, 4.101],
[-4.21, 3.555],
[-0.101, -8.557],
[-1.151, -4.372],
[-10.687, 3.849],
[-8.645, -8.12],
[-4.283, -4.785],
[-11.622, 3.48],
[2.282, -7.76],
[-6.614, 3.091],
[-3.274, -6.29],
[-0.005, -4.563],
[-2.989, -3.486],
[-5.704, 3.281],
[-5.601, 3.172],
[0.73, -7.787],
[-5.474, -5.794],
[-2.72, -4.429],
[-3.926, -5.871],
[-0.002, -8.125],
[-5.318, 4.398],
[-0.399, -7.352],
[-0.916, -7.408],
[-10.66, 1.917],
[-10.547, 4.478],
[-1.557, -6.151],
[-3.591, -4.475],
[-1.838, -7.223],
[-12.282, 5.095],
[-2.432, -8.323],
[-1.355, -4.917],
[-2.461, 2.903],
[-4.053, -4.144],
[-12.318, 3.109],
[-11.481, 4.321],
[-1.0, -5.638],
[-3.185, -2.009],
[2.283, -6.262],
[-5.386, -5.99],
[1.137, -5.109],
[-10.484, 2.932],
[-0.703, -3.865],
[-4.557, 4.453],
[-12.013, 3.701],
[0.664, -7.087],
[-10.007, -7.736],
[-0.824, -7.671],
[-1.954, -3.156],
[0.727, -6.803],
[-1.887, -4.248],
[-0.597, -7.131],
[-2.426, -6.465],
[0.725, -5.183],
[-6.825, 3.617],
[-11.844, 3.836],
[-1.751, -6.701],
[-9.085, -8.757],
[-5.806, 3.587],
[-5.932, -8.416],
[-10.951, 4.172],
[-0.062, -9.322],
[-2.683, -7.591],
[-3.838, -5.27],
[-0.822, -6.322],
[-9.968, 2.438],
[-2.366, -9.378],
[-10.286, 4.033],
[-3.123, -4.451],
[-1.952, -3.218],
[-2.556, -5.937],
[-0.423, -7.186],
[-2.988, -4.753],
[0.102, -6.427],
[-4.132, 3.972],
[-3.148, -12.338],
[-8.903, -7.391],
[-2.325, -5.417],
[-11.74, 2.669],
[-1.556, -5.035],
[-0.216, -4.957],
[-5.591, 2.149],
[-9.179, -8.03],
[-2.348, -5.859],
[-5.632, 3.26],
[-9.356, 3.843],
[-10.054, -6.21],
[1.172, -9.334],
[-1.304, -3.911],
[-1.894, -5.37],
[-0.957, -4.776],
[0.994, -5.328],
[-11.805, 4.739],
[-9.394, -7.896],
[-7.317, -8.296],
[-0.007, -7.719],
[-3.182, -7.718],
[-0.684, -8.565],
[-2.923, -6.049],
[-7.171, -6.267],
[-5.655, 2.69],
[-1.901, -8.729],
[0.464, -6.522],
[-8.337, -6.374],
[-8.139, -7.483],
[-3.985, -3.553],
[-7.528, -8.648],
[-5.187, 3.733],
[-1.023, -3.951],
[-9.227, -8.422],
[-0.228, -6.696],
[-0.036, -6.59],
[-11.528, 3.767],
[-0.912, -7.817],
[1.228, -5.798],
[-0.945, -8.666],
[-2.959, -5.21],
[-0.673, -4.472],
[-12.836, 3.021],
[-1.795, -9.007],
[-5.462, 3.049],
[-11.088, 2.921],
[1.563, -5.067],
[-5.576, 3.307],
[-7.002, -8.34],
[-4.791, -4.098],
[-13.066, 1.792],
[1.026, -4.668],
[-2.964, -8.718],
[-5.328, 1.672],
[-10.952, 2.933],
[-6.035, -8.256],
[-5.786, 3.387],
[-2.603, -3.871],
[-11.096, 2.877],
[-7.261, -7.428],
[-3.188, -5.026],
[2.668, -5.892],
[-3.622, -5.901],
[-3.562, -5.578],
[1.751, -8.243],
[1.856, -6.497],
[0.534, -7.917],
[-4.099, 2.764],
[-7.207, -5.533],
[-0.485, -8.302],
[0.155, -8.351],
[-4.757, -4.529],
[1.678, -5.481],
[-0.509, -6.508],
[0.521, -7.139],
[-3.731, -4.592],
[-2.573, -4.763],
[-1.367, -7.715],
[-8.047, -6.864],
[-1.962, -6.922],
[-3.527, -6.504],
[-9.268, -7.443],
[-7.658, -6.253],
[-1.349, -8.516],
[-1.697, -7.561],
[0.258, -5.249],
[-1.165, -8.023],
[-2.815, -6.724],
[-11.457, 4.649],
[-3.144, -5.101],
[-2.487, -8.167],
[-0.206, -9.365],
[-6.527, 2.059],
[-2.65, -5.271],
[-2.742, -7.521],
[-10.121, 3.243],
[-3.015, -6.449],
[-2.539, -6.083],
[-8.281, 2.85],
[-3.149, -1.641],
[-5.11, 3.897],
[-9.873, 4.186],
[-10.831, 3.696],
[-7.156, -6.69],
[-4.646, 3.921],
[-4.845, -4.56],
[-10.992, 2.703],
[-10.307, 3.716],
[0.45, -6.337],
[-5.099, 3.621],
[-9.725, 3.566],
[1.21, -7.572],
[-1.712, -5.384],
[-2.082, -5.041],
[-5.535, 2.849],
[-2.262, -7.851],
[0.007, -10.302],
[-2.802, -3.836],
[1.413, -6.7],
[-3.436, -3.887],
[-2.453, -5.356],
[-11.619, 2.728],
[0.128, -4.545],
[-2.525, -4.504],
[-2.612, -2.801],
[2.191, -6.893],
[-3.615, -4.524],
[-3.123, -7.616],
[0.132, -6.292],
[1.963, -4.105],
[-2.601, -4.281],
[-3.106, -7.425],
[-5.605, 4.224],
[2.429, -5.652],
[-10.335, 1.909],
[-0.947, -5.555],
[-2.731, -3.126],
[-2.982, -7.311],
[-5.302, 3.866],
[-2.033, -4.616],
[-6.73, 4.324],
[-11.274, 4.336],
[-5.255, 4.339],
[-2.58, -4.112],
[-8.164, -8.956],
[-1.581, -10.237],
[-8.308, -9.255],
[-2.204, -3.369],
[0.698, -6.659],
[-3.03, -4.089],
[-0.778, -8.221],
[-8.754, -6.841],
[-10.964, 4.207],
[-1.349, -8.457],
[-4.066, 2.817],
[-0.108, -7.062],
[-1.657, -7.403],
[-4.864, 2.986],
[-9.419, -8.71],
[-1.63, -5.467],
[0.389, -8.834],
[1.056, -5.381],
[-8.443, -4.548],
[-6.051, -4.993],
[-2.94, -7.502],
[-6.956, -7.087],
[-6.766, 4.188],
[-2.774, -2.309],
[0.68, -6.76],
[-10.832, 5.608],
[-8.168, -7.728],
[-10.228, 0.554],
[-6.822, 5.79],
[-0.586, -8.672],
[-6.026, -5.492],
[-5.561, 3.675],
[-5.793, -6.139],
[-1.949, -4.69],
[0.917, -7.993],
[1.605, -8.333],
[-0.167, -8.613],
[1.145, -7.151],
[1.093, -6.657],
[0.431, -5.887],
[-6.971, 4.255],
[0.947, -5.753],
[-8.482, -5.967],
[-4.643, -6.293],
[-0.861, -7.578],
[0.797, -7.505],
[-0.904, -4.201],
[-0.995, -7.766],
[-10.731, 3.722],
[-1.278, -5.716],
[-1.319, -3.506],
[-1.527, -6.759],
[-2.653, -7.351],
[-5.662, -6.881],
[-0.985, -3.483],
[-2.164, -5.983],
[-2.082, -10.302],
[-2.708, -3.456],
[-7.746, -8.04],
[-8.22, -5.764],
[0.271, -3.761],
[-2.502, -6.007],
[-4.294, 4.581],
[-0.029, -5.154],
[-7.97, -4.53],
[-3.072, -8.519],
[-2.774, -4.872],
[-12.003, 2.298],
[-5.084, -5.699],
[-5.268, -6.631],
[-9.144, -8.461],
[-11.214, 2.974],
[-4.43, 2.58],
[-1.901, -6.044],
[-1.687, -2.46],
[-5.205, 5.251],
[-1.611, -8.578],
[-1.834, -8.954],
[0.077, -6.216],
[-0.057, -3.989],
[-3.87, -4.48],
[1.865, -6.213],
[-2.182, -4.67],
[1.635, -5.201],
[-1.995, -2.318],
[-0.453, -2.048],
[0.05, -5.02],
[1.982, -6.356],
[-4.165, 3.254],
[0.002, -10.55],
[-0.478, -8.033],
[1.761, -7.989],
[-10.303, 4.011],
[-0.366, -6.555],
[-3.386, -4.223],
[-3.744, -8.108],
[-1.856, -6.64],
[0.052, -3.264],
[-3.13, -9.391],
[1.369, -6.357],
[-5.577, 3.693],
[-0.88, -5.015],
[-0.275, -4.153],
[-5.409, 3.993],
[-10.144, 4.886],
[-9.904, 3.788],
[-3.29, -4.612],
[-6.127, 3.127],
[-0.599, -9.918],
[-11.862, 3.169],
[-0.902, -4.214],
[-7.796, -6.718],
[-5.026, 3.558],
[-1.729, -8.526],
[-1.758, -4.034],
[-7.029, -7.829],
[-0.936, -9.817],
[-1.001, -9.401],
[-5.247, 3.632],
[-1.133, -3.141],
[-7.752, -5.987],
[-0.09, -5.332],
[-3.037, -3.728],
[-3.146, -6.381],
[-7.051, -7.737],
[-1.621, -8.44],
[-11.749, 3.351],
[-0.205, -5.03],
[-1.437, -4.365],
[0.728, -6.309],
[-12.638, 3.796],
[-7.006, -8.358],
[-1.133, -8.606],
[-2.812, -5.83],
[0.986, -8.143],
[-6.458, 3.687],
[0.17, -6.238],
[-0.046, -4.843],
[-4.002, 4.42],
[0.399, -7.316],
[-1.26, -4.138],
[1.501, -8.802],
[-2.985, -5.653],
[-6.079, 3.99],
[-7.647, -7.966],
[-3.921, -7.764],
[-3.344, -4.997],
[-8.917, -6.821],
[-11.849, 1.85],
[-10.258, 3.579],
[-3.554, -3.077],
[-0.157, -7.705],
[2.851, -8.377],
[-4.368, 4.455],
[-4.375, 2.108],
[-2.373, -3.79],
[-6.332, 5.121],
[-0.892, -3.699],
[-11.675, 3.619],
[0.594, -8.34],
[-10.364, 3.142],
[-3.147, -10.583],
[2.177, -3.861],
[-2.126, -5.778],
[-11.512, 5.286],
[-10.756, 4.766],
[-4.376, 1.374],
[-0.927, -6.203],
[-1.562, -5.192],
[-0.121, -7.615],
[-8.203, -6.011],
[-5.24, 4.246],
[-4.384, 5.426],
[-5.143, 4.463],
[0.352, -6.588],
[-3.463, -4.362],
[-7.719, -6.834],
[-2.493, -8.312],
[-10.456, 3.282],
[-6.335, -7.424],
[2.354, -6.398],
[-2.541, 4.586],
[0.875, -5.198],
[-9.768, 2.999],
[-11.556, 2.71],
[-10.534, 3.871],
[-0.479, -5.663],
[-1.715, -4.584],
[3.07, -6.694],
[-5.118, -6.743],
[-5.757, -4.061],
[-7.917, -7.798],
[-10.443, 3.459],
[-11.048, 2.312],
[-0.299, -7.778],
[0.684, -5.745],
[-1.973, -10.043],
[-10.831, 4.41],
[-2.241, -6.62],
[-9.372, -7.712],
[-6.15, 4.243],
[-1.781, -2.773],
[-3.04, -5.955],
[1.179, -6.803],
[-8.455, -6.729],
[-3.196, -8.555],
[-5.098, -5.278],
[-12.591, 3.814],
[-0.305, -6.075],
[-3.925, -4.68],
[0.714, -6.791],
[-11.978, 2.405],
[-11.69, 4.458],
[2.245, -7.638],
[-5.746, 3.715],
[-7.932, -8.225],
[-8.465, -6.852],
[-8.472, -6.502],
[-10.133, 2.229],
[-2.289, -8.572],
[-4.83, -4.331],
[0.781, -6.882],
[-10.164, 1.079],
[-7.758, -8.269],
[0.738, -7.396],
[-11.876, 3.468],
[-0.107, -7.044],
[0.351, -7.529],
[-1.429, -4.582],
[-0.626, -5.455],
[-10.834, 3.889],
[1.296, -7.341],
[1.63, -7.45],
[-7.176, 4.392],
[-12.348, 3.134],
[-10.354, 5.18],
[-5.952, 2.59],
[-1.794, -6.644],
[-1.975, -3.871],
[-7.783, -6.644],
[-3.545, -3.85],
[-4.641, 3.12],
[-5.389, 3.528],
[-11.354, 2.289],
[-11.548, 2.805],
[-4.687, 5.385],
[-12.999, 3.074],
[-0.272, -7.027],
[2.054, -6.333],
[-7.234, 2.727],
[-3.767, 2.479],
[-1.763, -9.463],
[-12.519, 3.902],
[1.771, -8.781],
[1.073, -8.174],
[-0.872, -6.705],
[-7.834, -7.15],
[-7.569, -7.147],
[0.971, -6.643],
[-3.056, -1.778],
[-0.921, -9.217],
[-8.848, -6.322],
[-1.295, -8.801],
[-2.228, -8.534],
[-0.049, -5.739],
[1.377, -6.706],
[-0.025, -6.617],
[-1.671, -8.138],
[-1.833, -7.123],
[-0.68, -10.493],
[-2.64, 4.983],
[-3.059, -4.23],
[-10.098, 3.624],
[-11.008, 3.267],
[-10.075, 3.527],
[-9.367, 3.047],
[-2.098, -2.441],
[-1.696, -8.829],
[-1.822, -4.557],
[-0.339, -6.046],
[-2.93, -7.531],
[-9.154, -6.53],
[-6.827, -6.838],
[-3.169, -6.088],
[-11.378, 4.287],
[-1.095, -8.567],
[-3.027, -3.531],
[-11.886, 4.754],
[0.021, -9.411],
[-2.549, -5.882],
[-4.991, 3.648],
[-3.261, -4.809],
[0.137, -8.16],
[-9.291, -6.418],
[-5.522, -7.334],
[-10.436, 6.368],
[-3.73, -7.234],
[-5.735, 3.401],
[-2.254, -3.737],
[-10.539, 3.374],
[-1.773, -4.964],
[-3.53, -5.363],
[-1.46, -6.48],
[-1.077, -2.226],
[-1.451, -5.808],
[-2.126, -5.111],
[1.349, -7.832],
[-6.139, -6.667],
[1.012, -5.655],
[-10.456, 2.554],
[-11.798, 3.644],
[0.615, -6.911],
[-1.734, -9.116],
[-8.826, -7.172],
[-6.446, 2.82],
[-1.978, -5.02],
[-2.228, -6.329],
[-5.636, -6.642],
[0.456, -7.651],
[-5.053, -5.583],
[-2.757, -4.541],
[0.841, -6.445],
[-6.748, -5.96],
[-4.916, -4.949],
[-10.716, 2.392],
[-6.682, 4.245],
[-8.14, -8.115],
[-1.302, -6.963],
[-3.834, 4.074],
[-11.924, 4.014],
[-0.95, -8.208],
[-5.524, 3.654],
[-7.479, -9.304],
[-6.371, 2.471],
[0.949, -7.267],
[-8.448, -6.124],
[-1.833, -9.04],
[-2.336, -3.924],
[-10.658, -4.942],
[-11.201, 3.313],
[-0.059, -6.702],
[-10.302, 3.152],
[-1.405, -7.204],
[-0.828, -3.146],
[-3.238, -4.204],
[-11.276, 0.629],
[-8.102, 1.079],
[1.853, -6.859],
[-1.845, -8.77],
[-2.694, -4.41],
[-7.882, -8.459],
[-1.053, -7.813],
[0.291, -7.794],
[-7.886, -7.818],
[-2.67, -9.634],
[-3.064, -5.582],
[-10.845, 3.522],
[-1.989, -10.221],
[0.954, -5.261],
[-9.202, -5.903],
[-1.907, -3.579],
[-13.393, 2.7],
[-1.588, -9.06],
[-7.842, -5.852],
[-3.537, 5.012],
[-13.13, 4.432],
[-1.074, -7.111],
[1.014, -6.508],
[-11.114, 1.875],
[-3.927, -6.107],
[1.229, -6.431],
[-0.423, -11.008],
[0.134, -7.894],
[-4.26, -5.831],
[-0.428, -7.174],
[-3.141, -4.012],
[0.086, -4.505],
[-4.978, -6.141],
[-11.209, 3.049],
[-4.091, 2.718],
[-8.427, -6.281],
[-1.14, -8.044],
[-6.526, 2.888],
[-0.515, -8.263],
[1.825, -8.177],
[-12.266, 4.223],
[-4.147, 4.237],
[-2.782, -6.564],
[-3.733, -7.162],
[-8.473, -8.547],
[0.54, -8.036],
[-8.365, -7.853],
[-1.249, -3.543],
[-6.455, 4.139],
[-1.444, -9.265],
[-1.749, -4.842],
[-6.21, 4.497],
[1.389, -7.853],
[-1.712, -4.706],
[0.022, -6.745],
[-8.676, -5.61],
[-0.714, -8.683],
[-8.062, -5.984],
[-6.308, 3.635],
[-11.176, 2.069],
[-4.597, 2.966],
[-10.311, -6.725],
[-8.378, -9.214],
[-8.489, -5.681],
[-1.714, -4.957],
[-0.757, -8.355],
[0.235, -5.649],
[-12.17, 2.602],
[2.471, -6.247],
[-4.266, 3.055],
[-2.291, -3.406],
[1.548, -8.035],
[0.5, -10.198],
[0.691, -7.8],
[-10.54, -6.872],
[-8.364, -8.394],
[-3.813, -5.524],
[-10.107, 2.609],
[-1.596, -5.352],
[-1.678, -4.543],
[0.828, -5.679],
[-6.882, -8.595],
[-0.017, -7.207],
[-2.389, -2.802],
[-4.674, -4.621],
[-0.63, -9.437],
[-7.414, -7.419],
[-3.611, -6.261],
[-9.22, 3.875],
[-1.637, -2.882],
[-8.557, -5.894],
[-5.185, 2.704],
[-5.583, 3.952],
[0.119, -4.508],
[-9.951, 3.968],
[0.405, -6.658],
[-7.713, -6.812],
[-2.935, -4.822],
[-1.808, -9.976],
[-2.851, -4.362],
[-7.107, -7.192],
[-1.201, -3.663],
[-5.29, 4.139],
[-11.084, 3.567],
[-0.814, -7.688],
[-3.517, -6.735],
[1.152, -7.307],
[-0.165, -5.902],
[-1.287, -8.154],
[-11.481, 1.967],
[-0.43, -7.67],
[1.274, -7.707],
[-0.525, -8.87],
[-2.626, -3.025],
[-4.377, 2.652],
[-2.75, -3.907],
[-1.484, -5.659],
[-1.757, -8.171],
[-4.594, 3.441],
[-4.573, -5.119],
[-1.3, -6.568],
[-2.626, -5.902],
[-0.64, -7.333],
[-3.213, -4.51],
[-10.52, 3.955],
[0.021, -7.068],
[-1.184, -3.648],
[-9.01, -9.712],
[-8.605, -7.135],
[-6.097, 3.979],
[-5.005, 2.089],
[-1.648, -3.099],
[-0.401, -8.224],
[-1.737, -4.432],
[0.36, -7.712],
[-7.521, -6.427],
[-6.948, -7.477],
[-12.941, 2.326],
[0.355, -8.938],
[-10.666, 3.811],
[2.027, -7.313],
[-6.945, -5.717],
[-11.639, 3.121],
[-1.309, -9.011],
[-3.198, -6.04],
[1.425, -5.574],
[-0.315, -6.925],
[0.613, -8.969],
[-6.546, -5.285],
[-8.614, -8.688],
[-0.933, -11.068],
[-7.889, -7.362],
[-1.428, -4.762],
[-5.602, 3.248],
[-1.171, -5.519],
[0.493, -5.09],
[-6.426, 3.6],
[-4.603, -4.533],
[-0.304, -5.243],
[-2.87, -3.498],
[-0.539, -6.536],
[-7.851, -5.307],
[-1.893, -8.17],
[0.474, -6.057],
[-9.202, -6.933],
[-11.687, 2.086],
[0.974, -6.97],
[-10.104, 2.625],
[-6.311, 4.488],
[-1.657, -4.544],
[-0.869, -5.515],
[-9.67, -6.25],
[-8.591, -7.807],
[-2.996, 5.404],
[-3.329, -9.864],
[0.789, -6.397],
[-5.607, 2.666],
[-0.281, -6.033],
[-6.892, 1.966],
[-13.092, 4.64],
[-1.348, -3.241],
[-8.268, -5.814],
[-8.129, -6.061],
[-9.083, -6.46],
[-7.376, -6.48],
[-2.277, -4.71],
[0.269, -5.627],
[-10.579, 3.218],
[-3.341, -7.192],
[-3.943, -3.812],
[-0.093, -6.195],
[-2.727, -5.128],
[-4.299, -5.448],
[-5.412, 3.671],
[0.221, -8.194],
[-2.11, -8.239],
[-7.68, -4.996],
[-4.674, 5.848],
[-12.352, 4.394],
[-5.679, -5.785],
[-10.275, 3.744],
[-9.827, 3.253],
[-3.368, -5.04],
[-10.906, -7.311],
[0.695, -9.792],
[1.997, -7.297],
[-6.587, 2.395],
[-0.063, -6.313],
[-4.738, 3.553],
[-2.983, -6.471],
[-8.618, -6.481],
[-10.945, 3.748],
[-3.439, -4.71],
[-1.275, -3.954],
[-3.949, 2.241],
[-10.093, -9.479],
[-0.847, -8.114],
[0.078, -3.877],
[0.614, -8.514],
[0.047, -9.747],
[-4.366, -3.058],
[-4.919, 3.387],
[-4.886, 2.544],
[2.095, -8.362],
[0.841, -9.342],
[0.9, -6.544],
[2.559, -6.1],
[-1.608, -8.409],
[-3.063, -6.321],
[-2.727, -3.851],
[-0.551, -5.351],
[-3.214, -4.429],
[-8.999, -9.264],
[0.13, -8.085],
[-0.86, -8.823],
[-5.13, 2.078],
[-1.139, -5.518],
[-9.449, 4.052],
[-5.633, 3.098],
[-12.55, 3.178],
[0.173, -8.851],
[-2.787, -5.239],
[-8.373, -7.908],
[-2.501, -7.594],
[-2.685, -5.275],
[0.118, -8.209],
[-2.451, -7.152],
[0.607, -5.761],
[-0.772, -7.741],
[-1.897, -7.888],
[-0.307, -6.386],
[-2.199, -5.396],
[1.892, -8.609],
[-5.215, 2.182],
[-1.426, -6.09],
[-6.617, 1.667],
[0.013, -6.139],
[-2.626, -3.442],
[-2.47, -6.27],
[-11.798, 3.791],
[-2.295, -6.849],
[-1.972, -8.713],
[-9.366, 1.493],
[0.901, -7.693],
[1.07, -6.991],
[-2.092, -3.467],
[-3.065, -4.745],
[-4.454, -5.584],
[-2.251, -5.859],
[-2.897, -4.897],
[-12.073, 2.779],
[-1.675, -6.409],
[-3.362, -4.032],
[0.219, -3.767],
[-1.615, -5.163],
[-5.589, 2.083],
[-2.487, -5.562],
[-7.033, -5.653],
[-13.131, 3.841],
[-0.472, -6.063],
[-10.323, -6.756],
[-2.581, -4.294],
[-10.722, 5.25],
[0.306, -8.218],
[-2.558, -4.537],
[-5.471, 1.998],
[-3.559, -5.641],
[-0.845, -7.41],
[-10.899, 4.187],
[-11.75, 4.4],
[-5.945, 3.069],
[-2.226, -5.442],
[-4.265, -9.377],
[0.01, -8.458],
[1.589, -5.377],
[1.427, -6.873],
[-6.683, 2.511],
[-4.547, -6.981],
[-1.246, -9.985],
[-2.004, -4.233],
[-0.248, -6.287],
[-11.323, 2.228],
[-11.679, 2.898],
[-1.621, -3.7],
[-2.701, -7.085],
[-0.357, -5.794],
[-8.458, -7.041],
[-0.01, -7.328],
[-4.029, -5.657],
[-9.052, -7.242],
[-3.309, -8.246],
[-8.609, -6.776],
[-9.899, 3.207],
[-1.564, -4.499],
[-0.398, -8.497],
[3.051, -5.544],
[-2.129, -7.273],
[-0.204, -6.613],
[-0.116, -3.94],
[-13.154, 3.009],
[-4.414, -6.61],
[0.752, -4.389],
[-9.866, 2.932],
[-10.149, 1.253],
[-3.307, 3.966],
[-7.901, -7.01],
[-2.834, 4.049],
[-2.676, -4.025],
[-6.721, 4.329],
[-2.268, -6.948],
[-10.634, 3.412],
[-4.382, 4.533],
[-6.514, -6.813],
[-7.058, 2.752],
[-2.376, -4.737],
[-10.632, 2.894],
[1.131, -7.922],
[-5.396, 4.506],
[-1.259, -5.041],
[0.209, -6.722],
[-1.993, -7.329],
[-7.634, -5.929],
[-8.109, -7.054],
[-1.299, -6.674],
[-1.427, -1.51],
[1.827, -6.382],
[-7.639, -8.04],
[-2.454, -10.617],
[-10.362, 3.378],
[-4.229, -8.814],
[2.641, -6.874],
[-4.785, -5.352],
[-0.696, -9.292],
[-4.584, -6.21],
[-5.612, 4.3],
[-0.412, -7.709],
[-10.634, 4.745],
[-8.16, -6.577],
[0.528, -7.573],
[-0.431, -9.607],
[1.037, -8.305],
[-12.057, 4.544],
[-2.115, -8.131],
[-3.131, -6.867],
[-3.683, -6.475],
[-1.999, -8.268],
[-2.859, -3.071],
[-12.264, 6.012],
[-9.029, -6.435],
[-5.404, 3.258],
[-6.185, 1.24],
[-2.873, -9.362],
[-7.792, 4.129],
[-4.934, -5.794],
[0.045, -8.575],
[-10.151, 5.011],
[-1.055, -5.611],
[-11.435, 3.282],
[-5.11, 1.109],
[-2.401, -9.528],
[-11.487, 3.918],
[-5.231, -5.124],
[0.858, -7.148],
[-1.073, -5.783],
[-0.781, -8.166],
[-0.747, -2.805],
[-8.865, -6.981],
[-3.078, -5.746],
[-3.629, -5.315],
[-1.337, -3.07],
[-3.528, -8.023],
[-8.344, -8.408],
[-3.767, 3.675],
[-5.873, 6.293],
[-2.818, -3.618],
[1.064, -4.97],
[-6.145, 2.882],
[-4.729, 3.168],
[-2.003, -5.484],
[0.309, -6.314],
[-8.362, -6.584],
[-6.919, -6.402],
[-4.121, -6.013],
[-2.591, -9.586],
[-9.387, -6.272],
[-1.262, -4.749],
[-10.904, 2.012],
[-6.551, 4.734],
[1.397, -7.479],
[-2.386, -8.084],
[1.581, -8.105],
[0.03, -7.347],
[-10.066, 3.132],
[-7.1, 3.0],
[-1.562, -4.454],
[-10.318, -6.662],
[0.12, -8.031],
[-10.285, -5.775],
[0.729, -5.61],
[-1.484, -5.531],
[-4.089, -3.063],
[-2.024, -7.446],
[-0.347, -4.127],
[-1.432, -2.368],
[-11.322, 2.364],
[-1.782, -9.413],
[0.583, -7.555],
[0.103, -6.499],
[-8.655, 3.572],
[-9.308, 1.495],
[-3.073, -4.293],
[-4.731, 3.26],
[-7.35, 3.156],
[-1.163, -3.092],
[-2.522, -9.115],
[-3.475, -5.885],
[1.089, -6.653],
[-4.309, -3.241],
[-3.997, -5.571],
[-0.065, -5.451],
[-6.389, 2.72],
[-4.852, -7.007],
[-1.995, -2.295],
[-6.513, 3.995],
[0.295, -3.466],
[-7.343, 4.822],
[-5.741, -6.4],
[-6.45, 5.551],
[-3.622, -7.04],
[0.336, -9.046],
[-9.952, 3.951],
[0.823, -7.069],
[-10.335, 1.303],
[-7.238, 3.207],
[1.651, -5.685],
[-5.464, 3.81],
[-4.083, -5.734],
[-1.206, -3.005],
[-0.411, -4.619],
[-11.63, 4.131],
[-3.561, 2.893],
[2.554, -7.771],
[-8.212, -5.582],
[-3.176, -5.737],
[-9.181, -7.074],
[-8.989, 3.183],
[-5.192, 1.858],
[-1.989, -3.929],
[-11.737, 3.297],
[-0.18, -5.865],
[0.182, -7.745],
[-3.425, -6.901],
[-11.889, 3.538],
[-5.901, 4.108],
[-0.628, -4.73],
[-7.42, -5.031],
[-12.768, 1.178],
[0.165, -4.623],
[-0.741, -6.227],
[-1.411, -2.97],
[-9.217, 2.555],
[-6.185, 3.863],
[-2.344, -7.883],
[-0.553, -5.341],
[-8.653, -9.391],
[-11.772, 2.34],
[-5.69, 3.746],
[-2.469, -3.639],
[-11.558, 4.272],
[-9.629, -6.297],
[-10.74, 2.252],
[-3.966, 4.677],
[-1.205, -3.892],
[0.8, -7.975],
[0.646, -6.188],
[-0.534, -8.662],
[0.392, -5.204],
[-11.316, 5.267],
[0.906, -10.511],
[-4.139, -7.776],
[-1.899, -8.15],
[-3.207, -7.244],
[-13.067, 4.673],
[-1.917, -4.454],
[-5.999, 3.87],
[-9.523, 3.542],
[-4.732, 2.635],
[-11.234, 3.368],
[-3.733, -2.345],
[-3.921, -5.529],
[-7.973, -5.491],
[-12.409, 3.42],
[0.163, -6.499],
[1.043, -7.55],
[0.502, -6.599],
[-5.217, 2.32],
[-10.363, 5.379],
[-5.613, 2.886],
[-2.676, -8.857],
[-4.823, 1.88],
[-2.219, -7.787],
[-1.678, -2.474],
[1.251, -6.694],
[1.367, -7.88],
[-7.213, -7.34],
[-11.758, 3.134],
[-11.648, 0.184],
[-11.642, 4.515],
[-1.924, -7.545],
[0.532, -7.186],
[-8.032, -7.046],
[-0.91, -6.417],
[-3.686, 0.99],
[-10.817, 4.749],
[-1.697, -4.672],
[-1.839, -8.546],
[-1.495, -4.221],
[-2.646, -4.559],
[-0.53, -8.069],
[-0.206, -9.33],
[-1.562, -7.698],
[-4.454, 3.499],
[-7.871, -8.001],
[2.05, -5.886],
[-0.05, -4.714],
[-8.411, -6.173],
[-7.834, 3.898],
[-7.87, -6.731],
[-6.492, -5.903],
[-1.13, -8.184],
[-3.486, -6.161],
[-3.518, -5.871],
[-1.37, -5.55],
[-1.152, -6.669],
[-2.637, -5.072],
[-0.657, -7.751],
[-2.437, -3.411],
[-1.946, -7.013],
[-4.353, 3.514],
[-4.704, 4.106],
[-5.826, 3.267],
[0.216, -4.611],
[-6.754, -6.854],
[0.704, -5.986],
[-5.078, 2.953],
[-0.013, -6.723],
[-3.331, -3.868],
[-9.528, 1.451],
[-2.859, -7.115],
[-1.956, -4.887],
[-0.615, -8.3],
[-4.61, 4.037],
[-2.599, -5.714],
[-10.038, -8.086],
[-9.257, -6.429],
[-1.153, -8.018],
[-0.495, -8.892],
[-11.735, 2.819],
[-3.802, -4.839],
[-1.64, -3.891],
[0.176, -9.001],
[-0.063, -8.349],
[-4.677, -5.863],
[-2.473, -3.375],
[0.668, -6.776],
[-5.738, 4.008],
[-11.464, 1.4],
[-8.668, -6.341],
[-12.148, 5.103],
[1.512, -8.96],
[1.864, -7.15],
[1.938, -5.249],
[-0.293, -1.804],
[-5.06, 4.847],
[-1.337, -6.514],
[-2.036, -8.909],
[-1.962, -3.829],
[-5.799, 4.183],
[-1.272, -3.619],
[-10.776, 3.832],
[-5.603, -7.005],
[3.165, -9.404],
[-1.932, -5.561],
[-13.49, 3.749],
[-2.444, -5.006],
[-6.665, 2.87],
[-7.432, -6.53],
[-1.366, -5.547],
[-5.136, 3.855],
[-7.289, -9.459],
[-3.821, -6.797],
[-8.584, -8.286],
[-3.224, -5.964],
[-10.083, 2.038],
[-7.549, -8.573],
[-0.642, -8.19],
[-4.34, 4.326],
[1.976, -5.927],
[-3.835, -6.931],
[-10.47, 3.296],
[-10.334, 3.769],
[-2.462, -4.106],
[-9.081, -7.121],
[-8.814, -6.944],
[-11.567, 4.994],
[-2.308, -10.709],
[-2.816, -6.881],
[-3.011, -4.674],
[-7.856, -8.244],
[-0.308, -8.513],
[-3.895, -5.324],
[0.152, -5.126],
[-0.989, -7.573],
[-9.282, 1.826],
[-3.155, -7.886],
[-0.564, -8.519],
[-10.921, 4.08],
[-6.844, -8.129],
[-1.164, -8.644],
[-0.159, -8.501],
[-10.889, 2.022],
[-6.427, 3.587],
[-12.206, 3.348],
[-8.176, -6.456],
[-1.76, -3.41],
[1.198, -5.483],
[-3.427, -8.516],
[-7.874, -7.677],
[-5.936, -6.2],
[-0.047, -8.346],
[-0.465, -6.195],
[-1.465, -10.363],
[-0.598, -4.885],
[0.145, -7.789],
[-0.71, -8.171],
[-3.959, -6.09],
[-3.946, -3.836],
[-0.651, -2.782],
[-1.897, -7.239],
[-8.33, -6.504],
[-1.24, -2.026],
[-4.241, -4.651],
[-4.544, 4.137],
[-4.827, -6.394],
[-2.736, -6.082],
[-1.805, -9.546],
[1.071, -7.127],
[-1.985, -8.847],
[-11.477, 3.747],
[-0.842, -8.792],
[-2.948, -3.763],
[0.996, -8.876],
[0.663, -5.623],
[-6.595, 3.347],
[-7.851, -5.179],
[-5.144, 3.803],
[-1.626, -3.204],
[-1.358, -4.54],
[-2.549, -8.342],
[-1.246, -4.156],
[-2.049, -3.846],
[0.678, -5.364],
[0.05, -3.511],
[-9.64, 1.99],
[-11.791, 2.973],
[-11.085, 2.573],
[-1.786, -3.542],
[-2.719, -7.81],
[-0.311, -6.999],
[1.251, -8.556],
[-1.272, -6.274],
[-7.193, -5.056],
[-4.52, -6.228],
[-5.027, 3.697],
[0.08, -3.777],
[-5.156, 3.056],
[-4.637, 2.252],
[-4.577, 3.757],
[-1.467, -6.493],
[0.203, -5.784],
[-2.619, -10.98],
[-2.93, -6.842],
[-8.61, -9.261],
[-0.628, -8.623],
[-0.146, -8.609],
[-1.909, -7.755],
[-3.296, -8.138],
[-9.359, 3.306],
[2.452, -8.273],
[-10.035, 4.327],
[-3.644, -2.962],
[-2.995, -8.225],
[0.271, -4.799],
[-2.033, -4.547],
[-4.049, 4.172],
[-1.709, -5.195],
[-1.611, -4.223],
[-0.575, -5.984],
[-5.369, -7.002],
[-2.487, -6.874],
[-2.098, -3.395],
[-6.858, 2.962],
[0.972, -3.476],
[-4.686, 3.303],
[-0.858, -10.079],
[-0.085, -8.493],
[-2.002, -3.494],
[-1.774, -9.155],
[0.739, -6.513],
[0.2, -6.539],
[-0.238, -2.073],
[-11.567, 3.294],
[-6.767, 1.342],
[-4.016, -4.839],
[-7.163, 3.99],
[-7.786, -8.635],
[0.608, -7.194],
[-5.288, 3.17],
[-8.104, -7.822],
[-6.065, 3.06],
[-1.85, -8.671],
[-7.95, -5.942],
[-12.118, 3.375],
[2.074, -5.483],
[0.065, -5.832],
[-9.407, 2.248],
[-3.242, -5.888],
[-11.434, 5.775],
[-7.264, -7.73],
[-0.681, -3.864],
[-7.317, -7.223],
[-5.209, 3.657],
[0.376, -7.447],
[1.096, -6.958],
[0.223, -6.668],
[-0.834, -3.226],
[2.633, -5.645],
[-4.083, 2.888],
[-12.022, 4.38],
[-1.695, -8.614],
[-0.082, -7.204],
[-10.777, 3.943],
[-1.897, -8.83],
[-2.162, -6.716],
[-2.362, -6.401],
[-0.351, -7.07],
[2.158, -4.762],
[-2.747, -6.283],
[-1.065, -7.402],
[-2.831, 3.641],
[-3.692, 4.061],
[-0.53, -9.297],
[-4.713, -5.425],
[-0.878, -6.269],
[-6.27, 5.224],
[-3.218, -7.445],
[-4.071, -4.362],
[-8.287, -6.56],
[-9.339, -6.751],
[-11.691, 3.669],
[-4.488, -5.778],
[-0.716, -9.651],
[-2.309, -6.315],
[-5.196, 2.028],
[-12.697, 3.133],
[1.032, -7.202],
[-7.59, -8.422],
[-7.635, 4.297],
[1.294, -7.026],
[0.509, -6.428],
[-8.085, -7.517],
[-11.875, 0.768],
[-1.535, -7.852],
[-12.563, 3.856],
[2.013, -7.639],
[-1.467, -7.122],
[-0.188, -3.792],
[-6.514, 3.255],
[-1.752, -2.902],
[1.522, -6.453],
[-10.896, 3.796],
[1.125, -8.505],
[-11.159, 3.036],
[1.629, -8.066],
[-1.467, -2.285],
[-2.836, -5.125],
[-2.614, -8.544],
[-0.804, -6.579],
[-3.581, -5.584],
[-0.175, -4.432],
[-2.103, -8.051],
[-2.051, -5.681],
[-11.752, 4.281],
[-7.278, -6.544],
[-5.56, 3.416],
[-5.825, 4.601],
[-12.464, 5.393],
[-1.609, -6.192],
[-1.983, -3.449],
[-1.211, -3.621],
[-0.676, -7.211],
[-3.762, -7.187],
[-10.879, 4.072],
[2.931, -8.088],
[-0.979, -6.216],
[-11.482, 2.587],
[-2.455, -5.627],
[-1.459, -9.679],
[-3.259, -3.805],
[-0.298, -7.406],
[-0.25, -8.765],
[-1.429, -8.343],
[-9.458, -7.583],
[-1.808, -6.532],
[-0.248, -8.512],
[-8.655, -5.772],
[-0.838, -6.786],
[1.451, -5.758],
[-0.938, -3.924],
[-3.803, -7.762],
[-1.682, -4.139],
[-1.285, -5.836],
[-6.593, 4.322],
[-2.531, -6.06],
[-7.071, 3.592],
[-2.125, -4.235],
[-10.124, 4.025],
[-2.698, -5.266],
[-0.243, -9.216],
[-8.126, -7.947],
[-0.066, -9.266],
[-2.589, -4.741],
[-11.655, 4.04],
[-3.059, -8.023],
[-1.529, -8.396],
[-6.851, -7.767],
[-6.479, 3.56],
[-4.3, -5.558],
[0.383, -8.376],
[-1.398, -8.061],
[-7.177, 4.612],
[-3.044, -2.863],
[-9.035, -7.004],
[-1.91, -2.005],
[-7.088, -7.495],
[-7.524, -7.064],
[-3.348, -6.719],
[-1.985, -3.874],
[-12.307, 3.59],
[-2.546, -2.551],
[-3.407, -7.784],
[-9.516, -6.78],
[-0.097, -7.187],
[-8.859, -6.068],
[-2.866, -5.839],
[-1.097, -3.158],
[0.092, -5.656],
[-0.58, -5.678],
[-6.291, 3.498],
[-2.053, -3.837],
[0.586, -6.661],
[0.005, -7.46],
[-3.112, -3.374],
[-8.155, -7.436],
[-2.547, -6.035],
[-5.82, 3.576],
[-0.146, -7.521],
[-2.056, -6.675],
[-2.349, -3.003],
[-2.047, -6.003],
[-1.237, -8.915],
[-6.849, 2.563],
[-0.455, -3.958],
[-11.445, 3.381],
[-3.722, -8.507],
[-9.261, -4.179],
[-2.888, -4.862],
[-5.984, -6.213],
[-2.167, -3.676],
[-0.917, -8.309],
[-1.842, -3.964],
[-3.005, -7.86],
[-5.527, 4.405],
[-7.646, -8.27],
[-9.773, 1.145],
[-6.595, 3.742],
[-1.501, -9.047],
[-9.101, -6.279],
[-4.094, -5.839],
[-4.371, 4.617],
[-0.37, -4.551],
[-0.187, -4.133],
[-10.357, 3.455],
[-4.809, -6.138],
[-4.288, -4.868],
[-7.724, -9.356],
[-12.424, 2.785],
[-0.612, -8.106],
[-5.55, 1.966],
[-3.135, -4.451],
[1.078, -6.73],
[-5.807, 3.188],
[-2.978, -3.433],
[0.026, -5.737],
[-1.052, -6.702],
[-2.341, -5.268],
[1.857, -8.987],
[-1.789, -10.337],
[-10.962, 4.803],
[-1.746, -8.584],
[-6.085, -7.887],
[-4.162, 3.181],
[-2.995, -9.324],
[0.443, -5.603],
[-0.633, -7.5],
[0.918, -6.766],
[-8.134, -4.968],
[-12.514, 2.445],
[0.911, -7.513],
[2.224, -6.63],
[1.891, -9.19],
[-3.328, -4.532],
[-6.582, 4.654],
[-6.595, 2.622],
[-4.337, -3.829],
[-0.886, -5.309],
[-1.673, -4.656],
[-12.025, 0.577],
[0.415, -3.94],
[-7.271, -7.547],
[0.79, -4.548],
[-2.016, -10.325],
[0.551, -6.492],
[-0.003, -2.628],
[0.598, -7.578],
[-3.483, 3.635],
[-3.67, -4.481],
[-4.502, 3.372],
[2.617, -3.873],
[-3.019, -4.45],
[-2.921, -4.289],
[-2.202, -3.732],
[-2.611, -5.872],
[-0.163, -4.926],
[-8.367, -6.318],
[-2.745, -2.938],
[-3.254, -5.915],
[-3.813, -4.89],
[-0.562, -8.56],
[-7.828, -6.534],
[-11.466, 3.164],
[-1.813, -6.247],
[-8.233, -7.072],
[-1.842, -5.533],
[-1.444, -7.419],
[1.263, -6.298],
[1.677, -7.801],
[-9.453, -6.284],
[-12.109, 3.024],
[-1.76, -6.766],
[-9.946, 4.193],
[-7.627, -6.884],
[-11.76, 4.063],
[0.63, -7.586],
[0.202, -5.098],
[-6.454, 4.741],
[-1.86, -3.224],
[-5.519, 3.477],
[1.786, -6.539],
[-7.577, 4.039],
[-0.128, -3.37],
[-12.55, 2.554],
[-2.548, -4.232],
[-5.37, 2.932],
[-3.303, 4.532],
[0.42, -5.136],
[0.182, -6.159],
[-1.581, -5.177],
[0.051, -7.118],
[-6.076, 6.086],
[-5.122, -6.146],
[-6.783, -6.823],
[-2.663, -3.775],
[-5.419, 3.646],
[-1.798, -2.022],
[-7.81, -5.705],
[-10.172, 2.223],
[-3.636, -7.385],
[-0.097, -6.969],
[1.223, -7.623],
[-1.926, -7.302],
[-0.627, -5.45],
[-6.332, 2.493],
[-3.777, -5.624],
[-0.144, -7.361],
[-1.495, -7.982],
[-1.204, -8.897],
[-6.142, 3.359],
[-1.005, -2.226],
[-7.055, 4.906],
[0.123, -4.807],
[-5.792, 4.709],
[-12.872, 2.156],
[-5.956, -5.029],
[-1.835, -5.157],
[-4.285, -5.186],
[-4.118, 3.81],
[-7.169, -7.608],
[-1.69, -6.013],
[-2.829, -3.862],
[1.334, -7.486],
[-3.135, -5.893],
[0.846, -6.777],
[0.996, -7.013],
[-0.475, -5.771],
[-3.393, -7.202],
[-5.087, 2.471],
[-6.448, 4.134],
[-1.053, -6.68],
[-2.544, -8.178],
[-11.334, 3.862],
[-1.155, -8.249],
[-9.897, 4.288],
[-6.013, 5.67],
[-6.921, 5.169],
[-3.684, -5.172],
[-3.584, -6.801],
[-4.094, 3.837],
[1.042, -4.878],
[-1.293, -8.87],
[1.102, -6.188],
[-10.349, -4.507],
[-1.974, -3.409],
[-0.005, -6.334],
[-0.86, -8.871],
[-2.046, -9.024],
[-11.505, 3.435],
[-9.754, -5.972],
[-5.878, 4.748],
[-11.492, 1.497],
[0.947, -7.513],
[-3.211, -10.723],
[0.371, -7.735],
[-2.76, -7.777],
[-7.896, -7.212],
[-1.101, -7.345],
[1.564, -5.564],
[-2.036, -4.465],
[-0.841, -1.815],
[-2.905, -4.467],
[-1.282, -9.229],
[-5.144, 4.841],
[-7.392, -5.886],
[-3.544, 2.452],
[0.694, -6.059],
[-11.947, 3.078],
[0.427, -5.482],
[0.318, -4.117],
[-2.159, -4.53],
[-4.631, 2.666],
[-1.123, -6.287],
[-0.548, -7.335],
[-2.507, -8.488],
[0.413, -7.111],
[-6.909, 6.009],
[-9.176, 3.276],
[-1.162, -5.997],
[0.574, -7.825],
[-3.287, -5.023],
[-2.653, -6.194],
[-7.155, 4.248],
[-1.011, -8.15],
[-5.407, -5.021],
[-10.291, 3.102],
[-4.079, 2.24],
[-2.181, -5.644],
[-3.961, -6.396],
[-1.049, -9.449],
[-5.835, 4.155],
[-2.88, -9.339],
[-11.555, 3.646],
[-6.695, 2.398],
[-6.266, 1.726],
[0.511, -6.87],
[-6.066, 5.226],
[-11.207, 7.397],
[-4.201, 2.584],
[-7.6, -5.502],
[-8.546, -8.317],
[-1.226, -7.853],
[-4.594, 3.447],
[-6.929, -6.25],
[-1.282, -3.889],
[-2.554, -5.509],
[-1.714, -3.175],
[-9.319, 3.646],
[-8.485, -5.911],
[-2.193, -8.697],
[0.853, -6.823],
[-7.968, -6.512]
]
},
"z": {
"CellType": ["NK cells", "Macrophage", "Dendritic", "Macrophage", "Endothelial", "Dendritic", "B cells", "Endothelial", "Monocytes", "T cells", "Endothelial", "Macrophage", "Monocytes", "Monocytes", "Dendritic", "Dendritic", "T cells", "Endothelial", "NK cells", "NK cells", "T cells", "T cells", "B cells", "B cells", "B cells", "Fibroblast", "B cells", "Fibroblast", "Fibroblast", "T cells", "Fibroblast", "B cells", "Macrophage", "Macrophage", "T cells", "Monocytes", "T cells", "Dendritic", "Monocytes", "NK cells", "T cells", "Fibroblast", "Macrophage", "Fibroblast", "Macrophage", "T cells", "Macrophage", "Endothelial", "B cells", "Macrophage", "T cells", "Macrophage", "Endothelial", "Dendritic", "Endothelial", "Fibroblast", "Fibroblast", "B cells", "Monocytes", "T cells", "Monocytes", "NK cells", "Fibroblast", "Monocytes", "B cells", "T cells", "Fibroblast", "Endothelial", "Monocytes", "Dendritic", "Endothelial", "Fibroblast", "NK cells", "Fibroblast", "Macrophage", "Fibroblast", "T cells", "Monocytes", "Dendritic", "Fibroblast", "T cells", "Endothelial", "Dendritic", "Macrophage", "Monocytes", "Dendritic", "T cells", "NK cells", "Endothelial", "Dendritic", "B cells", "Dendritic", "T cells", "NK cells", "B cells", "NK cells", "Macrophage", "Fibroblast", "T cells", "Monocytes", "Endothelial", "T cells", "Fibroblast", "Dendritic", "Macrophage", "Dendritic", "Fibroblast", "Monocytes", "Fibroblast", "T cells", "T cells", "Fibroblast", "Monocytes", "Monocytes", "B cells", "B cells", "T cells", "Dendritic", "B cells", "Dendritic", "Macrophage", "Monocytes", "Endothelial", "Endothelial", "NK cells", "B cells", "B cells", "Monocytes", "T cells", "Monocytes", "NK cells", "B cells", "Monocytes", "B cells", "NK cells", "NK cells", "Monocytes", "T cells", "Endothelial", "Dendritic", "Endothelial", "B cells", "NK cells", "Fibroblast", "B cells", "Fibroblast", "Dendritic", "T cells", "Dendritic", "B cells", "B cells", "Dendritic", "B cells", "NK cells", "NK cells", "B cells", "Dendritic", "Macrophage", "T cells", "B cells", "NK cells", "Monocytes", "Macrophage", "NK cells", "B cells", "T cells", "Endothelial", "NK cells", "B cells", "T cells", "NK cells", "T cells", "Macrophage", "B cells", "Monocytes", "Monocytes", "NK cells", "Monocytes", "Monocytes", "Macrophage", "Endothelial", "T cells", "T cells", "Macrophage", "NK cells", "NK cells", "Fibroblast", "Dendritic", "Dendritic", "Dendritic", "Monocytes", "Endothelial", "Dendritic", "Endothelial", "Dendritic", "Endothelial", "Dendritic", "B cells", "Fibroblast", "Fibroblast", "Endothelial", "B cells", "NK cells", "NK cells", "NK cells", "B cells", "Macrophage", "Endothelial", "Monocytes", "T cells", "Macrophage", "Dendritic", "Monocytes", "T cells", "Fibroblast", "B cells", "Monocytes", "Fibroblast", "Endothelial", "Endothelial", "Macrophage", "Dendritic", "T cells", "Macrophage", "Fibroblast", "T cells", "Fibroblast", "Fibroblast", "B cells", "B cells", "Dendritic", "NK cells", "Fibroblast", "NK cells", "B cells", "NK cells", "Macrophage", "Dendritic", "B cells", "T cells", "B cells", "T cells", "B cells", "Endothelial", "Endothelial", "Fibroblast", "Fibroblast", "Monocytes", "NK cells", "T cells", "Macrophage", "Fibroblast", "Endothelial", "Endothelial", "B cells", "B cells", "Monocytes", "Fibroblast", "Monocytes", "Endothelial", "B cells", "Endothelial", "Monocytes", "B cells", "T cells", "Dendritic", "Dendritic", "Fibroblast", "Fibroblast", "B cells", "Fibroblast", "T cells", "Monocytes", "B cells", "Monocytes", "Endothelial", "Dendritic", "Monocytes", "T cells", "NK cells", "B cells", "NK cells", "T cells", "Monocytes", "Fibroblast", "Fibroblast", "NK cells", "T cells", "Endothelial", "Monocytes", "Monocytes", "Macrophage", "B cells", "NK cells", "NK cells", "Monocytes", "B cells", "Dendritic", "Macrophage", "Dendritic", "T cells", "NK cells", "Dendritic", "Monocytes", "Endothelial", "Macrophage", "T cells", "Monocytes", "Macrophage", "Monocytes", "Dendritic", "Monocytes", "B cells", "Monocytes", "Dendritic", "NK cells", "Fibroblast", "NK cells", "Fibroblast", "T cells", "B cells", "T cells", "B cells", "Macrophage", "Endothelial", "T cells", "Fibroblast", "Endothelial", "Endothelial", "Dendritic", "Dendritic", "Fibroblast", "Fibroblast", "B cells", "Macrophage", "Macrophage", "B cells", "T cells", "Dendritic", "Endothelial", "Endothelial", "Fibroblast", "B cells", "NK cells", "Fibroblast", "Macrophage", "Macrophage", "Fibroblast", "Endothelial", "Dendritic", "Macrophage", "B cells", "T cells", "Dendritic", "T cells", "B cells", "Fibroblast", "Dendritic", "Monocytes", "Fibroblast", "NK cells", "NK cells", "Fibroblast", "Macrophage", "Macrophage", "B cells", "Fibroblast", "T cells", "Endothelial", "Monocytes", "Monocytes", "Endothelial", "Fibroblast", "Endothelial", "Monocytes", "B cells", "T cells", "B cells", "Dendritic", "Monocytes", "Macrophage", "Fibroblast", "Dendritic", "Fibroblast", "Fibroblast", "Endothelial", "Fibroblast", "B cells", "Monocytes", "NK cells", "NK cells", "Endothelial", "Fibroblast", "B cells", "Dendritic", "Monocytes", "NK cells", "Monocytes", "Fibroblast", "Fibroblast", "T cells", "Fibroblast", "Fibroblast", "Monocytes", "Monocytes", "B cells", "Monocytes", "Monocytes", "T cells", "Macrophage", "B cells", "Endothelial", "Fibroblast", "Endothelial", "Endothelial", "Fibroblast", "B cells", "NK cells", "B cells", "NK cells", "Fibroblast", "Fibroblast", "Macrophage", "Monocytes", "NK cells", "NK cells", "T cells", "Endothelial", "NK cells", "Fibroblast", "Dendritic", "Endothelial", "Fibroblast", "T cells", "Monocytes", "Macrophage", "B cells", "Fibroblast", "Macrophage", "Fibroblast", "B cells", "Monocytes", "Fibroblast", "Macrophage", "Fibroblast", "T cells", "Monocytes", "B cells", "Fibroblast", "Monocytes", "T cells", "NK cells", "Monocytes", "T cells", "B cells", "Monocytes", "B cells", "T cells", "B cells", "Dendritic", "Endothelial", "NK cells", "Monocytes", "Endothelial", "Dendritic", "Macrophage", "NK cells", "NK cells", "T cells", "Macrophage", "Monocytes", "Monocytes", "Macrophage", "NK cells", "Monocytes", "T cells", "Dendritic", "Dendritic", "Macrophage", "Endothelial", "T cells", "Dendritic", "Endothelial", "T cells", "Endothelial", "B cells", "Fibroblast", "NK cells", "Fibroblast", "Fibroblast", "B cells", "Endothelial", "Fibroblast", "Monocytes", "Dendritic", "Dendritic", "Dendritic", "B cells", "Dendritic", "Dendritic", "Dendritic", "Dendritic", "NK cells", "NK cells", "Dendritic", "Endothelial", "Endothelial", "T cells", "T cells", "Monocytes", "Dendritic", "Fibroblast", "B cells", "B cells", "Dendritic", "T cells", "B cells", "Dendritic", "B cells", "Fibroblast", "Macrophage", "Monocytes", "Fibroblast", "Fibroblast", "T cells", "B cells", "T cells", "NK cells", "T cells", "T cells", "T cells", "Fibroblast", "Fibroblast", "Monocytes", "T cells", "T cells", "Endothelial", "Dendritic", "Dendritic", "Monocytes", "NK cells", "Dendritic", "Dendritic", "Fibroblast", "B cells", "T cells", "T cells", "Endothelial", "Dendritic", "Monocytes", "Monocytes", "Fibroblast", "T cells", "NK cells", "Monocytes", "Dendritic", "Monocytes", "Fibroblast", "Dendritic", "Macrophage", "B cells", "Macrophage", "T cells", "NK cells", "Endothelial", "Monocytes", "NK cells", "Macrophage", "T cells", "Fibroblast", "Dendritic", "T cells", "Macrophage", "NK cells", "T cells", "B cells", "T cells", "Endothelial", "T cells", "Fibroblast", "Endothelial", "B cells", "NK cells", "Macrophage", "Endothelial", "B cells", "Macrophage", "B cells", "Monocytes", "NK cells", "Dendritic", "Macrophage", "B cells", "T cells", "NK cells", "Fibroblast", "Macrophage", "NK cells", "Fibroblast", "T cells", "B cells", "Fibroblast", "Endothelial", "Dendritic", "NK cells", "T cells", "Fibroblast", "B cells", "NK cells", "Fibroblast", "Monocytes", "Fibroblast", "Monocytes", "Fibroblast", "B cells", "T cells", "T cells", "B cells", "NK cells", "T cells", "Endothelial", "NK cells", "B cells", "Dendritic", "Fibroblast", "B cells", "Macrophage", "T cells", "T cells", "Fibroblast", "Fibroblast", "Dendritic", "T cells", "Fibroblast", "B cells", "Fibroblast", "Fibroblast", "T cells", "B cells", "Endothelial", "Endothelial", "Dendritic", "NK cells", "Fibroblast", "B cells", "B cells", "Endothelial", "T cells", "Fibroblast", "Fibroblast", "Monocytes", "T cells", "Dendritic", "NK cells", "T cells", "Monocytes", "Fibroblast", "NK cells", "B cells", "Fibroblast", "Dendritic", "Dendritic", "B cells", "T cells", "Fibroblast", "Endothelial", "T cells", "Macrophage", "T cells", "T cells", "T cells", "NK cells", "Dendritic", "Dendritic", "NK cells", "Fibroblast", "T cells", "NK cells", "Dendritic", "Endothelial", "Macrophage", "NK cells", "NK cells", "Endothelial", "B cells", "T cells", "NK cells", "Macrophage", "Monocytes", "NK cells", "Endothelial", "Monocytes", "T cells", "Macrophage", "B cells", "Monocytes", "B cells", "Dendritic", "Endothelial", "Macrophage", "Dendritic", "B cells", "Dendritic", "Endothelial", "B cells", "Fibroblast", "T cells", "Endothelial", "T cells", "B cells", "Macrophage", "Dendritic", "T cells", "Dendritic", "NK cells", "Monocytes", "NK cells", "Dendritic", "T cells", "Macrophage", "T cells", "Macrophage", "Dendritic", "NK cells", "Fibroblast", "T cells", "Monocytes", "B cells", "T cells", "T cells", "B cells", "B cells", "B cells", "T cells", "Dendritic", "Fibroblast", "Fibroblast", "Macrophage", "Macrophage", "T cells", "T cells", "B cells", "Fibroblast", "T cells", "Endothelial", "Dendritic", "T cells", "Fibroblast", "NK cells", "T cells", "Monocytes", "B cells", "Dendritic", "Fibroblast", "NK cells", "T cells", "Dendritic", "Fibroblast", "Macrophage", "Macrophage", "B cells", "NK cells", "B cells", "B cells", "B cells", "Dendritic", "Endothelial", "NK cells", "B cells", "Monocytes", "NK cells", "Fibroblast", "Fibroblast", "Monocytes", "Fibroblast", "Endothelial", "Endothelial", "Endothelial", "Fibroblast", "Endothelial", "Endothelial", "T cells", "T cells", "Monocytes", "Endothelial", "Macrophage", "Dendritic", "Monocytes", "NK cells", "T cells", "Endothelial", "Fibroblast", "B cells", "B cells", "Monocytes", "NK cells", "Macrophage", "NK cells", "B cells", "NK cells", "Monocytes", "Endothelial", "Monocytes", "Dendritic", "Macrophage", "Dendritic", "B cells", "T cells", "NK cells", "Endothelial", "NK cells", "Endothelial", "Macrophage", "Monocytes", "NK cells", "Monocytes", "T cells", "NK cells", "NK cells", "Macrophage", "NK cells", "T cells", "Endothelial", "Dendritic", "Monocytes", "Macrophage", "B cells", "Dendritic", "Fibroblast", "T cells", "Fibroblast", "Fibroblast", "B cells", "NK cells", "NK cells", "NK cells", "Dendritic", "B cells", "Endothelial", "Fibroblast", "B cells", "B cells", "Dendritic", "B cells", "Endothelial", "Fibroblast", "Dendritic", "NK cells", "T cells", "Fibroblast", "NK cells", "Dendritic", "B cells", "Macrophage", "B cells", "Monocytes", "B cells", "Monocytes", "Fibroblast", "Monocytes", "Macrophage", "B cells", "Monocytes", "T cells", "Macrophage", "Dendritic", "Endothelial", "Macrophage", "T cells", "Endothelial", "Dendritic", "Macrophage", "Dendritic", "Monocytes", "T cells", "B cells", "B cells", "Monocytes", "Fibroblast", "Endothelial", "B cells", "Endothelial", "Fibroblast", "Dendritic", "NK cells", "T cells", "Macrophage", "Endothelial", "Monocytes", "Fibroblast", "NK cells", "Endothelial", "NK cells", "Fibroblast", "Monocytes", "Monocytes", "Endothelial", "NK cells", "Dendritic", "Macrophage", "Fibroblast", "T cells", "Endothelial", "NK cells", "B cells", "B cells", "Endothelial", "Fibroblast", "B cells", "Dendritic", "Monocytes", "B cells", "Macrophage", "Fibroblast", "B cells", "Macrophage", "NK cells", "Monocytes", "Macrophage", "B cells", "Monocytes", "B cells", "Endothelial", "T cells", "Dendritic", "Dendritic", "Endothelial", "Endothelial", "Endothelial", "B cells", "Endothelial", "T cells", "Endothelial", "Fibroblast", "B cells", "Endothelial", "T cells", "NK cells", "Fibroblast", "NK cells", "T cells", "T cells", "Dendritic", "Dendritic", "NK cells", "Monocytes", "T cells", "Macrophage", "Macrophage", "T cells", "Endothelial", "NK cells", "Monocytes", "Endothelial", "B cells", "B cells", "Fibroblast", "Fibroblast", "Endothelial", "B cells", "Dendritic", "Monocytes", "Fibroblast", "T cells", "Monocytes", "T cells", "Endothelial", "Monocytes", "NK cells", "Dendritic", "NK cells", "B cells", "Endothelial", "Fibroblast", "Fibroblast", "B cells", "Macrophage", "Macrophage", "Fibroblast", "B cells", "T cells", "Fibroblast", "Fibroblast", "Monocytes", "T cells", "B cells", "B cells", "NK cells", "Endothelial", "NK cells", "Endothelial", "NK cells", "Dendritic", "Macrophage", "Fibroblast", "T cells", "NK cells", "Fibroblast", "Macrophage", "Dendritic", "Fibroblast", "B cells", "NK cells", "Monocytes", "Fibroblast", "Dendritic", "Dendritic", "T cells", "NK cells", "B cells", "Dendritic", "B cells", "Endothelial", "Fibroblast", "B cells", "Monocytes", "Fibroblast", "T cells", "T cells", "NK cells", "B cells", "Monocytes", "Dendritic", "T cells", "NK cells", "Endothelial", "NK cells", "Macrophage", "Dendritic", "T cells", "Dendritic", "Monocytes", "B cells", "B cells", "Dendritic", "Monocytes", "B cells", "Endothelial", "Endothelial", "Macrophage", "Monocytes", "NK cells", "B cells", "NK cells", "Fibroblast", "T cells", "B cells", "Fibroblast", "Dendritic", "B cells", "T cells", "T cells", "Monocytes", "B cells", "Monocytes", "Macrophage", "Fibroblast", "T cells", "B cells", "T cells", "T cells", "NK cells", "Monocytes", "Dendritic", "Macrophage", "B cells", "Fibroblast", "NK cells", "NK cells", "B cells", "Monocytes", "Endothelial", "Fibroblast", "Fibroblast", "NK cells", "Dendritic", "Dendritic", "B cells", "Macrophage", "Fibroblast", "Dendritic", "NK cells", "Macrophage", "NK cells", "Dendritic", "NK cells", "T cells", "Endothelial", "Macrophage", "B cells", "Endothelial", "T cells", "B cells", "Endothelial", "Macrophage", "Dendritic", "Monocytes", "Endothelial", "Monocytes", "NK cells", "Endothelial", "B cells", "Macrophage", "Monocytes", "Endothelial", "NK cells", "NK cells", "B cells", "Monocytes", "Endothelial", "Monocytes", "Dendritic", "NK cells", "T cells", "NK cells", "Endothelial", "Dendritic", "T cells", "Monocytes", "Macrophage", "Endothelial", "Macrophage", "Monocytes", "T cells", "Fibroblast", "Dendritic", "NK cells", "Fibroblast", "B cells", "T cells", "Dendritic", "Monocytes", "B cells", "NK cells", "NK cells", "B cells", "Endothelial", "T cells", "NK cells", "Fibroblast", "NK cells", "Endothelial", "Dendritic", "Monocytes", "Fibroblast", "NK cells", "B cells", "B cells", "Monocytes", "Fibroblast", "Endothelial", "Endothelial", "Monocytes", "Endothelial", "Fibroblast", "B cells", "NK cells", "Monocytes", "NK cells", "NK cells", "T cells", "Dendritic", "Fibroblast", "Monocytes", "Endothelial", "Dendritic", "Fibroblast", "B cells", "NK cells", "Fibroblast", "Macrophage", "Endothelial", "B cells", "B cells", "Fibroblast", "Fibroblast", "Monocytes", "NK cells", "Endothelial", "Dendritic", "Fibroblast", "Dendritic", "NK cells", "B cells", "B cells", "Monocytes", "NK cells", "B cells", "Fibroblast", "Endothelial", "Fibroblast", "Endothelial", "Macrophage", "NK cells", "Endothelial", "NK cells", "Monocytes", "NK cells", "T cells", "Macrophage", "Macrophage", "NK cells", "Dendritic", "Dendritic", "Macrophage", "Macrophage", "Endothelial", "NK cells", "T cells", "NK cells", "T cells", "NK cells", "Fibroblast", "Endothelial", "Macrophage", "T cells", "T cells", "Fibroblast", "T cells", "Dendritic", "T cells", "NK cells", "NK cells", "B cells", "Fibroblast", "Monocytes", "Monocytes", "NK cells", "NK cells", "T cells", "T cells", "Monocytes", "Monocytes", "Dendritic", "B cells", "NK cells", "Endothelial", "T cells", "Endothelial", "Fibroblast", "Macrophage", "Dendritic", "B cells", "Macrophage", "Monocytes", "T cells", "Monocytes", "Endothelial", "Dendritic", "Dendritic", "Fibroblast", "Monocytes", "T cells", "Fibroblast", "Fibroblast", "Fibroblast", "Dendritic", "Monocytes", "Macrophage", "T cells", "Endothelial", "T cells", "B cells", "Dendritic", "NK cells", "Dendritic", "Dendritic", "B cells", "Monocytes", "T cells", "Endothelial", "T cells", "Macrophage", "Monocytes", "T cells", "Macrophage", "T cells", "Fibroblast", "Dendritic", "Endothelial", "Monocytes", "NK cells", "Dendritic", "Fibroblast", "B cells", "Monocytes", "B cells", "NK cells", "Macrophage", "T cells", "Macrophage", "B cells", "Dendritic", "Endothelial", "Endothelial", "Dendritic", "NK cells", "T cells", "B cells", "Fibroblast", "NK cells", "NK cells", "Endothelial", "Endothelial", "Endothelial", "T cells", "T cells", "B cells", "B cells", "Endothelial", "Monocytes", "NK cells", "T cells", "B cells", "B cells", "NK cells", "Dendritic", "Monocytes", "NK cells", "B cells", "Dendritic", "Fibroblast", "Endothelial", "Dendritic", "T cells", "Monocytes", "Endothelial", "B cells", "B cells", "Monocytes", "Monocytes", "T cells", "Fibroblast", "Endothelial", "Endothelial", "NK cells", "Monocytes", "T cells", "Macrophage", "Dendritic", "Dendritic", "Endothelial", "B cells", "T cells", "Dendritic", "NK cells", "B cells", "Monocytes", "B cells", "Dendritic", "Dendritic", "NK cells", "B cells", "T cells", "Fibroblast", "Macrophage", "Dendritic", "B cells", "Monocytes", "Dendritic", "T cells", "Fibroblast", "NK cells", "B cells", "T cells", "B cells", "NK cells", "Endothelial", "T cells", "Monocytes", "Dendritic", "Endothelial", "Fibroblast", "Monocytes", "Fibroblast", "Dendritic", "NK cells", "Endothelial", "Endothelial", "T cells", "Dendritic", "NK cells", "Dendritic", "B cells", "B cells", "Endothelial", "T cells", "Endothelial", "T cells", "Monocytes", "NK cells", "Fibroblast", "Endothelial", "Dendritic", "B cells", "T cells", "Monocytes", "Fibroblast", "B cells", "Monocytes", "Dendritic", "Fibroblast", "Macrophage", "B cells", "B cells", "T cells", "T cells", "Dendritic", "Fibroblast", "Fibroblast", "T cells", "NK cells", "Macrophage", "Endothelial", "Fibroblast", "Monocytes", "NK cells", "T cells", "Fibroblast", "Fibroblast", "Endothelial", "Fibroblast", "Monocytes", "B cells", "Fibroblast", "T cells", "Macrophage", "Dendritic", "NK cells", "Macrophage", "Macrophage", "Endothelial", "B cells", "Dendritic", "NK cells", "Monocytes", "Dendritic", "Macrophage", "Monocytes", "Fibroblast", "Endothelial", "Dendritic", "T cells", "NK cells", "Monocytes", "Dendritic", "Fibroblast", "Monocytes", "B cells", "Dendritic", "Fibroblast", "B cells", "Macrophage", "Endothelial", "Endothelial", "Macrophage", "T cells", "Macrophage", "Monocytes", "Fibroblast", "Macrophage", "NK cells", "Endothelial", "T cells", "NK cells", "T cells", "Endothelial", "B cells", "NK cells", "Fibroblast", "Endothelial", "Endothelial", "Fibroblast", "Fibroblast", "NK cells", "NK cells", "T cells", "NK cells", "Endothelial", "Dendritic", "B cells", "T cells", "NK cells", "Monocytes", "Endothelial", "Endothelial", "Dendritic", "NK cells", "Endothelial", "Monocytes", "B cells", "Monocytes", "Dendritic", "Dendritic", "Fibroblast", "Monocytes", "Endothelial", "Dendritic", "Dendritic", "T cells", "Monocytes", "Dendritic", "Macrophage", "B cells", "Endothelial", "Monocytes", "NK cells", "NK cells", "B cells", "T cells", "B cells", "Endothelial", "Dendritic", "B cells", "Endothelial", "B cells", "Macrophage", "Endothelial", "Endothelial", "T cells", "T cells", "Endothelial", "NK cells", "Monocytes", "T cells", "Dendritic", "T cells", "B cells", "NK cells", "Monocytes", "Endothelial", "Monocytes", "Dendritic", "Monocytes", "Endothelial", "Fibroblast", "NK cells", "Fibroblast", "B cells", "T cells", "B cells", "T cells", "Fibroblast", "Dendritic", "NK cells", "Monocytes", "Macrophage", "NK cells", "Monocytes", "Fibroblast", "T cells", "Macrophage", "T cells", "Fibroblast", "Endothelial", "NK cells", "Fibroblast", "Monocytes", "B cells", "Macrophage", "Dendritic", "Fibroblast", "Dendritic", "Monocytes", "NK cells", "Fibroblast", "Monocytes", "Fibroblast", "B cells", "Macrophage", "Macrophage", "Macrophage", "Macrophage", "Macrophage", "T cells", "Monocytes", "Macrophage", "Fibroblast", "Endothelial", "NK cells", "NK cells", "T cells", "NK cells", "Dendritic", "T cells", "B cells", "NK cells", "NK cells", "Fibroblast", "B cells", "Endothelial", "NK cells", "B cells", "Fibroblast", "Fibroblast", "B cells", "T cells", "Monocytes", "T cells", "Fibroblast", "NK cells", "B cells", "Dendritic", "NK cells", "Endothelial", "Fibroblast", "Dendritic", "Monocytes", "B cells", "B cells", "Monocytes", "NK cells", "NK cells", "Macrophage", "B cells", "Endothelial", "Macrophage", "B cells", "Macrophage", "B cells", "B cells", "T cells", "Macrophage", "Monocytes", "Macrophage", "NK cells", "Macrophage", "Dendritic", "T cells", "B cells", "Endothelial", "T cells", "B cells", "NK cells", "Macrophage", "Monocytes", "T cells", "B cells", "Monocytes", "Dendritic", "Dendritic", "B cells", "Monocytes", "NK cells", "Dendritic", "Endothelial", "Fibroblast", "Monocytes", "NK cells", "B cells", "Fibroblast", "NK cells", "NK cells", "Monocytes", "B cells", "Fibroblast", "Macrophage", "B cells", "Endothelial", "Fibroblast", "NK cells", "Dendritic", "T cells", "B cells", "Macrophage", "Dendritic", "Fibroblast", "Macrophage", "B cells", "Macrophage", "Monocytes", "T cells", "T cells", "Monocytes", "NK cells", "B cells", "Macrophage", "Endothelial", "Monocytes", "Fibroblast", "Endothelial", "Endothelial", "Fibroblast", "Dendritic", "Dendritic", "B cells", "T cells", "Macrophage", "Monocytes", "Monocytes", "Endothelial", "Monocytes", "B cells", "Dendritic", "NK cells", "Dendritic", "NK cells", "T cells", "Endothelial", "Dendritic", "Dendritic", "Monocytes", "Macrophage", "B cells", "NK cells", "Fibroblast", "Monocytes", "Monocytes", "Monocytes", "T cells", "B cells", "Fibroblast", "NK cells", "Dendritic", "Fibroblast", "T cells", "Monocytes", "T cells", "Dendritic", "Dendritic", "Dendritic", "B cells", "B cells", "Macrophage", "Endothelial", "Endothelial", "Fibroblast", "Dendritic", "Dendritic", "T cells", "T cells", "NK cells", "Dendritic", "Endothelial", "Fibroblast", "Monocytes", "B cells", "Endothelial", "Macrophage", "Fibroblast", "NK cells", "Endothelial", "Dendritic", "T cells", "B cells", "T cells", "Dendritic", "Dendritic", "Macrophage", "Monocytes", "Fibroblast", "Fibroblast", "Fibroblast", "Dendritic", "NK cells", "Endothelial", "Macrophage", "Dendritic", "Fibroblast", "Macrophage", "Dendritic", "NK cells", "T cells", "B cells", "T cells", "Dendritic", "Macrophage", "Macrophage", "Monocytes", "Dendritic", "Dendritic", "Monocytes", "NK cells", "B cells", "Fibroblast", "B cells", "Monocytes", "Monocytes", "Dendritic", "Dendritic", "Monocytes", "Dendritic", "T cells", "T cells", "Monocytes", "Monocytes", "NK cells", "Dendritic", "Macrophage", "NK cells", "Macrophage", "Fibroblast", "Fibroblast", "Macrophage", "B cells", "NK cells", "Fibroblast", "NK cells", "NK cells", "T cells", "T cells", "T cells", "Macrophage", "NK cells", "NK cells", "Monocytes", "B cells", "Dendritic", "Dendritic", "Dendritic", "Dendritic", "B cells", "NK cells", "B cells", "T cells", "Endothelial", "Fibroblast", "Fibroblast", "Endothelial", "Dendritic", "NK cells", "B cells", "Dendritic", "Macrophage", "Endothelial", "Monocytes", "Endothelial", "Macrophage", "Fibroblast", "Fibroblast", "Dendritic", "Endothelial", "Monocytes", "B cells", "Dendritic", "Endothelial", "Endothelial", "Macrophage", "B cells", "T cells", "B cells", "Macrophage", "Fibroblast", "T cells", "Dendritic", "Dendritic", "T cells", "NK cells", "Fibroblast", "Monocytes", "Endothelial", "Macrophage", "Fibroblast", "Macrophage", "Endothelial", "B cells", "T cells", "Fibroblast", "Endothelial", "Dendritic", "Monocytes", "Fibroblast", "T cells", "Monocytes", "Dendritic", "NK cells", "Monocytes", "Fibroblast", "Monocytes", "Macrophage", "Fibroblast", "NK cells", "B cells", "Fibroblast", "Dendritic", "Macrophage", "Dendritic", "NK cells", "B cells", "B cells", "Dendritic", "Monocytes", "Macrophage", "NK cells", "Endothelial", "Fibroblast", "NK cells", "T cells", "Fibroblast", "NK cells", "Endothelial", "Dendritic", "NK cells", "T cells", "Fibroblast", "B cells", "Dendritic", "NK cells", "Fibroblast", "Monocytes", "Dendritic", "T cells", "T cells", "Dendritic", "Endothelial", "Macrophage", "NK cells", "Macrophage", "Endothelial", "T cells", "B cells", "Endothelial", "Endothelial", "Dendritic", "Monocytes", "Fibroblast", "NK cells", "Monocytes", "NK cells", "T cells", "Dendritic", "Monocytes", "Endothelial", "Endothelial", "Fibroblast", "Macrophage", "Fibroblast", "B cells", "Monocytes", "NK cells", "T cells", "Monocytes", "Macrophage", "B cells", "T cells", "Fibroblast", "NK cells", "Fibroblast", "Monocytes", "Dendritic", "Monocytes", "Fibroblast", "Fibroblast", "Fibroblast", "B cells", "NK cells", "T cells", "Dendritic", "Macrophage", "Monocytes", "B cells", "Macrophage", "NK cells", "Macrophage", "Fibroblast", "Fibroblast", "Endothelial", "Dendritic", "B cells", "B cells", "Macrophage", "Fibroblast", "T cells", "B cells", "Endothelial", "NK cells", "Fibroblast", "Endothelial", "Dendritic", "B cells", "Fibroblast", "Monocytes", "Monocytes", "T cells", "Dendritic", "Macrophage", "Fibroblast", "B cells", "NK cells", "B cells", "Fibroblast", "Endothelial", "Monocytes", "Dendritic", "NK cells", "Endothelial", "T cells", "NK cells", "NK cells", "Dendritic", "T cells", "Macrophage", "NK cells", "B cells", "Monocytes", "Endothelial", "T cells", "NK cells", "Monocytes", "Endothelial", "NK cells", "Endothelial", "NK cells", "B cells", "Dendritic", "Macrophage", "B cells", "Fibroblast", "Fibroblast", "Monocytes", "Monocytes", "B cells", "NK cells", "B cells", "NK cells", "Fibroblast", "Fibroblast", "Dendritic", "NK cells", "Dendritic", "Macrophage", "Fibroblast", "Dendritic", "NK cells", "Endothelial", "T cells", "NK cells", "NK cells", "Fibroblast", "Fibroblast", "NK cells", "Fibroblast", "B cells", "Monocytes", "T cells", "T cells", "Monocytes", "B cells", "T cells", "Endothelial", "T cells", "Fibroblast", "NK cells", "T cells", "Fibroblast", "Dendritic", "Macrophage", "Dendritic", "Monocytes", "B cells", "T cells", "Fibroblast", "Fibroblast", "Monocytes", "NK cells", "Macrophage", "Monocytes", "T cells", "Monocytes", "Dendritic", "B cells", "Fibroblast", "Fibroblast", "Fibroblast", "Fibroblast", "B cells", "T cells", "Dendritic", "Endothelial", "Endothelial", "T cells", "Endothelial", "Endothelial", "Monocytes", "T cells", "NK cells", "Fibroblast", "Monocytes", "Dendritic", "Fibroblast", "Dendritic", "Dendritic", "B cells", "Fibroblast", "Macrophage", "Macrophage", "Monocytes", "Macrophage", "Monocytes", "Endothelial", "Fibroblast", "Dendritic", "Endothelial", "B cells", "Monocytes", "Fibroblast", "NK cells", "T cells", "Macrophage", "NK cells", "Endothelial", "Monocytes", "Monocytes", "Macrophage", "Macrophage", "Macrophage", "Macrophage", "NK cells", "Endothelial", "B cells", "B cells", "Endothelial", "Fibroblast", "T cells", "NK cells", "Monocytes", "Macrophage", "Dendritic", "Monocytes", "Dendritic", "NK cells", "Endothelial", "Fibroblast", "NK cells", "T cells", "Macrophage", "Endothelial", "Macrophage", "T cells", "NK cells", "Macrophage", "T cells", "Macrophage", "Monocytes", "Macrophage", "Monocytes", "T cells", "B cells", "Endothelial", "Dendritic", "B cells", "NK cells", "Dendritic", "T cells", "T cells", "Endothelial", "B cells", "Endothelial", "Endothelial", "B cells", "Dendritic", "Macrophage", "B cells", "B cells", "T cells", "Monocytes", "Endothelial", "Fibroblast", "Dendritic", "Macrophage", "Fibroblast", "Endothelial", "Dendritic", "Macrophage", "B cells", "Monocytes", "Endothelial", "Endothelial", "Dendritic", "Dendritic", "Monocytes", "Endothelial", "NK cells", "T cells", "Macrophage", "T cells", "Monocytes", "Endothelial", "NK cells", "B cells", "T cells", "Dendritic", "Dendritic", "B cells", "Endothelial", "T cells", "Fibroblast", "NK cells", "Endothelial", "Fibroblast", "NK cells", "Fibroblast", "Dendritic", "B cells", "NK cells", "Macrophage", "NK cells", "Macrophage", "B cells", "Dendritic", "Endothelial", "T cells", "Dendritic", "Dendritic", "Monocytes", "Fibroblast", "Monocytes", "B cells", "Monocytes", "Endothelial", "Dendritic", "Monocytes", "Fibroblast", "Monocytes", "B cells", "Dendritic", "Macrophage", "Monocytes", "Endothelial", "T cells", "NK cells", "Fibroblast", "Fibroblast", "T cells", "B cells", "T cells", "Fibroblast", "NK cells", "Dendritic", "NK cells", "Macrophage", "Endothelial", "NK cells", "Endothelial", "Monocytes", "Macrophage", "Dendritic", "Fibroblast", "NK cells", "NK cells", "Macrophage", "Dendritic", "NK cells", "Endothelial", "B cells", "NK cells", "B cells", "Dendritic", "Fibroblast", "Monocytes", "Monocytes", "NK cells", "Monocytes", "Endothelial", "Macrophage", "Dendritic", "T cells", "Dendritic", "Monocytes", "NK cells", "Dendritic", "Endothelial", "Macrophage", "T cells", "NK cells", "B cells", "Fibroblast", "Endothelial", "B cells", "B cells", "Endothelial", "Fibroblast", "Monocytes", "Monocytes", "B cells", "T cells", "Monocytes", "Monocytes", "Endothelial", "T cells", "Fibroblast", "Fibroblast", "Endothelial", "NK cells", "Fibroblast", "Endothelial", "Dendritic", "Monocytes", "NK cells", "NK cells", "NK cells", "Macrophage", "Dendritic", "Monocytes", "B cells", "Fibroblast", "T cells", "Fibroblast", "T cells", "Endothelial", "B cells", "NK cells", "B cells", "B cells", "Dendritic", "NK cells", "NK cells", "Macrophage", "Dendritic", "Dendritic", "B cells", "Monocytes", "Monocytes", "B cells", "NK cells", "Endothelial", "Macrophage", "B cells", "Endothelial", "Macrophage", "Monocytes", "Endothelial", "B cells", "Monocytes", "T cells", "Monocytes", "Fibroblast", "Monocytes", "Endothelial", "NK cells", "Dendritic", "Macrophage", "Dendritic", "Monocytes", "T cells", "Monocytes", "Endothelial", "B cells", "B cells", "Dendritic", "Monocytes", "Macrophage", "Fibroblast", "Endothelial", "Fibroblast", "Dendritic", "Monocytes", "B cells", "Dendritic", "T cells", "Macrophage", "Endothelial", "Dendritic", "Monocytes", "T cells", "Fibroblast", "Dendritic", "B cells", "Macrophage", "Endothelial", "Dendritic", "Monocytes", "NK cells", "T cells", "Fibroblast", "Dendritic", "Monocytes", "B cells", "Dendritic", "Fibroblast", "Dendritic", "Monocytes", "B cells", "Macrophage", "Macrophage", "Macrophage", "T cells", "Dendritic", "NK cells", "Endothelial", "Endothelial", "Endothelial", "Dendritic", "B cells", "Monocytes", "Dendritic", "Monocytes", "Dendritic", "B cells", "Endothelial", "Fibroblast", "Dendritic", "T cells", "T cells", "T cells", "Monocytes", "Dendritic", "Monocytes", "NK cells", "Monocytes", "NK cells", "Endothelial", "Macrophage", "T cells", "Fibroblast", "Dendritic", "Dendritic", "Dendritic", "NK cells", "Macrophage", "Fibroblast", "T cells", "Monocytes", "Dendritic", "T cells", "NK cells", "T cells", "Endothelial", "NK cells", "NK cells", "NK cells", "Monocytes", "Fibroblast", "T cells", "T cells", "Fibroblast", "Monocytes", "Fibroblast", "Fibroblast", "NK cells", "Endothelial", "Endothelial", "T cells", "Macrophage", "B cells", "NK cells", "B cells", "NK cells", "Monocytes", "Monocytes", "Monocytes", "T cells", "Endothelial", "T cells", "Monocytes", "Macrophage", "B cells", "Dendritic", "Endothelial", "B cells", "NK cells", "Monocytes", "Endothelial", "Fibroblast", "Fibroblast", "Endothelial", "NK cells", "Dendritic", "Endothelial", "B cells", "Macrophage", "Macrophage", "Endothelial", "B cells", "Macrophage", "Monocytes", "Dendritic", "Fibroblast", "Dendritic", "NK cells", "T cells", "T cells", "B cells", "Monocytes", "T cells", "NK cells", "B cells", "Monocytes", "B cells", "Dendritic", "Endothelial", "Macrophage", "B cells", "Dendritic", "B cells", "Monocytes", "Fibroblast", "NK cells", "Monocytes", "Fibroblast", "Endothelial", "Fibroblast", "Endothelial", "Dendritic", "Fibroblast", "NK cells", "Monocytes", "Macrophage", "Endothelial", "Dendritic", "Dendritic", "B cells", "Fibroblast", "Fibroblast", "Dendritic", "NK cells", "Endothelial", "Endothelial", "Fibroblast", "NK cells", "Endothelial", "T cells", "NK cells", "Dendritic", "NK cells", "NK cells", "Dendritic", "Fibroblast", "NK cells", "Macrophage", "Dendritic", "Monocytes", "Dendritic", "Fibroblast", "B cells", "Macrophage", "Endothelial", "Fibroblast", "Fibroblast", "NK cells", "T cells", "NK cells", "B cells", "T cells", "NK cells", "Endothelial", "B cells", "T cells", "Macrophage", "Fibroblast", "B cells", "Endothelial", "Monocytes", "Fibroblast", "Endothelial", "NK cells", "Macrophage", "NK cells", "Dendritic", "NK cells", "B cells", "NK cells", "T cells", "Monocytes", "Fibroblast", "Monocytes", "B cells", "B cells", "NK cells", "B cells", "B cells", "Macrophage", "T cells", "Dendritic", "Dendritic", "Dendritic", "B cells", "NK cells", "T cells", "Macrophage", "Endothelial", "Fibroblast", "Endothelial", "Monocytes", "B cells", "Monocytes", "Monocytes", "Monocytes", "T cells", "T cells", "NK cells", "NK cells", "Fibroblast", "NK cells", "NK cells", "NK cells", "Endothelial", "Dendritic", "Macrophage", "Dendritic", "B cells", "Endothelial", "T cells", "B cells", "Monocytes", "Endothelial", "B cells", "T cells", "Fibroblast", "Endothelial", "B cells", "Monocytes", "T cells", "Monocytes", "NK cells", "Macrophage", "B cells", "NK cells", "NK cells", "T cells", "B cells", "Dendritic", "Monocytes", "Endothelial", "Monocytes", "Fibroblast", "Macrophage", "Monocytes", "Fibroblast", "Monocytes", "NK cells", "Fibroblast", "Dendritic", "Macrophage", "T cells", "Dendritic", "Endothelial", "Dendritic", "Fibroblast", "T cells", "Fibroblast", "Monocytes", "Macrophage", "Macrophage", "Macrophage", "B cells", "T cells", "Monocytes", "Dendritic", "NK cells", "T cells", "Dendritic", "NK cells", "Macrophage", "Endothelial", "Macrophage", "T cells", "Endothelial", "NK cells", "Monocytes", "Monocytes", "NK cells", "Endothelial", "T cells", "Monocytes", "Endothelial", "Endothelial", "Fibroblast", "Fibroblast", "Dendritic", "Endothelial", "NK cells", "Endothelial", "Monocytes", "Dendritic", "T cells", "Fibroblast", "Monocytes", "Macrophage", "Macrophage", "Fibroblast", "Dendritic", "NK cells", "Dendritic", "Macrophage", "NK cells", "B cells", "Monocytes", "B cells", "T cells", "Dendritic", "T cells", "Dendritic", "Macrophage", "B cells", "B cells", "NK cells", "Macrophage", "Endothelial", "T cells", "Endothelial", "Endothelial", "Dendritic", "Fibroblast", "Monocytes", "Monocytes", "Dendritic", "Endothelial", "B cells", "B cells", "T cells", "Endothelial", "Dendritic", "Macrophage", "T cells", "Dendritic", "Endothelial", "NK cells", "B cells", "T cells", "NK cells", "NK cells", "Fibroblast", "Macrophage", "Macrophage", "Fibroblast", "NK cells", "T cells", "B cells", "NK cells", "B cells", "T cells", "Monocytes", "Endothelial", "Monocytes", "B cells", "Dendritic", "T cells", "NK cells", "Fibroblast", "NK cells", "B cells", "Dendritic", "NK cells", "NK cells", "Fibroblast", "Monocytes", "Endothelial", "Macrophage", "NK cells", "Monocytes", "B cells", "Fibroblast", "B cells", "Fibroblast", "Fibroblast", "Endothelial", "B cells", "Dendritic", "B cells", "NK cells", "Fibroblast", "T cells", "Fibroblast", "Endothelial", "B cells", "T cells", "T cells", "Monocytes", "B cells", "Macrophage", "T cells", "B cells", "Fibroblast", "Endothelial", "Monocytes", "NK cells", "Endothelial", "B cells", "Macrophage", "Macrophage", "Monocytes", "T cells", "Dendritic", "Endothelial", "Fibroblast", "Endothelial", "Endothelial", "B cells", "NK cells", "B cells", "NK cells", "Monocytes", "Fibroblast", "Dendritic", "Monocytes", "NK cells", "Fibroblast", "Endothelial", "Monocytes", "B cells", "T cells", "Dendritic", "Endothelial", "Endothelial", "Fibroblast", "Dendritic", "NK cells", "Monocytes", "Endothelial", "Macrophage", "Monocytes", "Endothelial", "T cells", "T cells", "T cells", "NK cells", "NK cells", "Dendritic", "NK cells", "Fibroblast", "Monocytes", "NK cells", "T cells", "NK cells", "Macrophage", "Fibroblast", "Dendritic", "NK cells", "Macrophage", "NK cells", "B cells", "Monocytes", "Monocytes", "Endothelial", "NK cells", "B cells", "Dendritic", "B cells", "Fibroblast", "T cells", "NK cells", "T cells", "B cells", "Macrophage", "Monocytes", "Endothelial", "Monocytes", "T cells", "Endothelial", "B cells", "B cells", "B cells", "B cells", "Fibroblast", "B cells", "Endothelial", "Endothelial", "NK cells", "Fibroblast", "Dendritic", "T cells", "Fibroblast", "Endothelial", "NK cells", "Macrophage", "T cells", "Fibroblast", "Dendritic", "Macrophage", "Dendritic", "Fibroblast", "Dendritic", "Macrophage", "Macrophage", "Monocytes", "B cells", "Monocytes", "Macrophage", "Monocytes", "T cells", "Dendritic", "B cells", "Monocytes", "Monocytes", "T cells", "T cells", "B cells", "T cells", "Monocytes", "Endothelial", "Fibroblast", "Endothelial", "Monocytes", "B cells", "Fibroblast", "Dendritic", "Endothelial", "NK cells", "T cells", "NK cells", "Macrophage", "Monocytes", "Endothelial", "Macrophage", "NK cells", "Macrophage", "Monocytes", "B cells", "Monocytes", "T cells", "Monocytes", "Dendritic", "Fibroblast", "B cells", "Endothelial", "Monocytes", "Fibroblast", "T cells", "B cells", "Macrophage", "Endothelial", "Macrophage", "Macrophage", "T cells", "Endothelial", "Monocytes", "Monocytes", "T cells", "NK cells", "Dendritic", "NK cells", "Dendritic", "Monocytes", "Monocytes", "Endothelial", "Endothelial", "Monocytes", "T cells", "NK cells", "Macrophage", "Fibroblast", "B cells", "T cells", "NK cells", "NK cells", "Dendritic", "Fibroblast", "Monocytes", "Dendritic", "T cells", "NK cells", "Macrophage", "NK cells", "Fibroblast", "T cells", "Macrophage", "T cells", "B cells", "B cells", "NK cells", "Monocytes", "Fibroblast", "Monocytes", "T cells", "Dendritic", "T cells", "T cells", "Endothelial", "Monocytes", "Endothelial", "Macrophage", "NK cells", "Macrophage", "Monocytes", "Dendritic", "T cells", "Macrophage", "B cells", "T cells", "Monocytes", "NK cells", "Endothelial", "Dendritic", "Monocytes", "Endothelial", "Endothelial", "NK cells", "Monocytes", "NK cells", "Dendritic", "Monocytes", "Monocytes", "Macrophage", "Monocytes", "Dendritic", "Monocytes", "Fibroblast", "Fibroblast", "NK cells", "Monocytes", "Fibroblast", "B cells", "Endothelial", "B cells", "Dendritic", "Fibroblast", "NK cells", "Macrophage", "Fibroblast"]
}
},
config = {
"graphType": "Scatter2D",
"title": "Single-cell UMAP explorer",
"subtitle": "3,000 cells, 8 annotated cell types",
"xAxis": ["UMAP-1"],
"yAxis": ["UMAP-2"],
"xAxisTitle": "UMAP-1",
"yAxisTitle": "UMAP-2",
"colorBy": "CellType",
"dataPointSize": 4,
"backgroundType": "panel",
"panelBackgroundColor": "rgb(245,245,245)",
"xAxisGridMajorColor": "rgb(255,255,255)",
"yAxisGridMajorColor": "rgb(255,255,255)",
"legendBox": True,
"legendBackgroundColor": "rgb(255,255,255)",
"axisTickScaleFontFactor": 0.8
},
width = 600,
height = 600
)
# Display the chart in its own Web page
show_in_browser(chart)
from canvasxpress.canvas import CanvasXpress
from canvasxpress.plot import graph
graph(
CanvasXpress(
render_to = "scatter2d20",
data = {
"y": {
"vars": ["Cell0001", "Cell0002", "Cell0003", "Cell0004", "Cell0005", "Cell0006", "Cell0007", "Cell0008", "Cell0009", "Cell0010", "Cell0011", "Cell0012", "Cell0013", "Cell0014", "Cell0015", "Cell0016", "Cell0017", "Cell0018", "Cell0019", "Cell0020", "Cell0021", "Cell0022", "Cell0023", "Cell0024", "Cell0025", "Cell0026", "Cell0027", "Cell0028", "Cell0029", "Cell0030", "Cell0031", "Cell0032", "Cell0033", "Cell0034", "Cell0035", "Cell0036", "Cell0037", "Cell0038", "Cell0039", "Cell0040", "Cell0041", "Cell0042", "Cell0043", "Cell0044", "Cell0045", "Cell0046", "Cell0047", "Cell0048", "Cell0049", "Cell0050", "Cell0051", "Cell0052", "Cell0053", "Cell0054", "Cell0055", "Cell0056", "Cell0057", "Cell0058", "Cell0059", "Cell0060", "Cell0061", "Cell0062", "Cell0063", "Cell0064", "Cell0065", "Cell0066", "Cell0067", "Cell0068", "Cell0069", "Cell0070", "Cell0071", "Cell0072", "Cell0073", "Cell0074", "Cell0075", "Cell0076", "Cell0077", "Cell0078", "Cell0079", "Cell0080", "Cell0081", "Cell0082", "Cell0083", "Cell0084", "Cell0085", "Cell0086", "Cell0087", "Cell0088", "Cell0089", "Cell0090", "Cell0091", "Cell0092", "Cell0093", "Cell0094", "Cell0095", "Cell0096", "Cell0097", "Cell0098", "Cell0099", "Cell0100", "Cell0101", "Cell0102", "Cell0103", "Cell0104", "Cell0105", "Cell0106", "Cell0107", "Cell0108", "Cell0109", "Cell0110", "Cell0111", "Cell0112", "Cell0113", "Cell0114", "Cell0115", "Cell0116", "Cell0117", "Cell0118", "Cell0119", "Cell0120", "Cell0121", "Cell0122", "Cell0123", "Cell0124", "Cell0125", "Cell0126", "Cell0127", "Cell0128", "Cell0129", "Cell0130", "Cell0131", "Cell0132", "Cell0133", "Cell0134", "Cell0135", "Cell0136", "Cell0137", "Cell0138", "Cell0139", "Cell0140", "Cell0141", "Cell0142", "Cell0143", "Cell0144", "Cell0145", "Cell0146", "Cell0147", "Cell0148", "Cell0149", "Cell0150", "Cell0151", "Cell0152", "Cell0153", "Cell0154", "Cell0155", "Cell0156", "Cell0157", "Cell0158", "Cell0159", "Cell0160", "Cell0161", "Cell0162", "Cell0163", "Cell0164", "Cell0165", "Cell0166", "Cell0167", "Cell0168", "Cell0169", "Cell0170", "Cell0171", "Cell0172", "Cell0173", "Cell0174", "Cell0175", "Cell0176", "Cell0177", "Cell0178", "Cell0179", "Cell0180", "Cell0181", "Cell0182", "Cell0183", "Cell0184", "Cell0185", "Cell0186", "Cell0187", "Cell0188", "Cell0189", "Cell0190", "Cell0191", "Cell0192", "Cell0193", "Cell0194", "Cell0195", "Cell0196", "Cell0197", "Cell0198", "Cell0199", "Cell0200", "Cell0201", "Cell0202", "Cell0203", "Cell0204", "Cell0205", "Cell0206", "Cell0207", "Cell0208", "Cell0209", "Cell0210", "Cell0211", "Cell0212", "Cell0213", "Cell0214", "Cell0215", "Cell0216", "Cell0217", "Cell0218", "Cell0219", "Cell0220", "Cell0221", "Cell0222", "Cell0223", "Cell0224", "Cell0225", "Cell0226", "Cell0227", "Cell0228", "Cell0229", "Cell0230", "Cell0231", "Cell0232", "Cell0233", "Cell0234", "Cell0235", "Cell0236", "Cell0237", "Cell0238", "Cell0239", "Cell0240", "Cell0241", "Cell0242", "Cell0243", "Cell0244", "Cell0245", "Cell0246", "Cell0247", "Cell0248", "Cell0249", "Cell0250", "Cell0251", "Cell0252", "Cell0253", "Cell0254", "Cell0255", "Cell0256", "Cell0257", "Cell0258", "Cell0259", "Cell0260", "Cell0261", "Cell0262", "Cell0263", "Cell0264", "Cell0265", "Cell0266", "Cell0267", "Cell0268", "Cell0269", "Cell0270", "Cell0271", "Cell0272", "Cell0273", "Cell0274", "Cell0275", "Cell0276", "Cell0277", "Cell0278", "Cell0279", "Cell0280", "Cell0281", "Cell0282", "Cell0283", "Cell0284", "Cell0285", "Cell0286", "Cell0287", "Cell0288", "Cell0289", "Cell0290", "Cell0291", "Cell0292", "Cell0293", "Cell0294", "Cell0295", "Cell0296", "Cell0297", "Cell0298", "Cell0299", "Cell0300", "Cell0301", "Cell0302", "Cell0303", "Cell0304", "Cell0305", "Cell0306", "Cell0307", "Cell0308", "Cell0309", "Cell0310", "Cell0311", "Cell0312", "Cell0313", "Cell0314", "Cell0315", "Cell0316", "Cell0317", "Cell0318", "Cell0319", "Cell0320", "Cell0321", "Cell0322", "Cell0323", "Cell0324", "Cell0325", "Cell0326", "Cell0327", "Cell0328", "Cell0329", "Cell0330", "Cell0331", "Cell0332", "Cell0333", "Cell0334", "Cell0335", "Cell0336", "Cell0337", "Cell0338", "Cell0339", "Cell0340", "Cell0341", "Cell0342", "Cell0343", "Cell0344", "Cell0345", "Cell0346", "Cell0347", "Cell0348", "Cell0349", "Cell0350", "Cell0351", "Cell0352", "Cell0353", "Cell0354", "Cell0355", "Cell0356", "Cell0357", "Cell0358", "Cell0359", "Cell0360", "Cell0361", "Cell0362", "Cell0363", "Cell0364", "Cell0365", "Cell0366", "Cell0367", "Cell0368", "Cell0369", "Cell0370", "Cell0371", "Cell0372", "Cell0373", "Cell0374", "Cell0375", "Cell0376", "Cell0377", "Cell0378", "Cell0379", "Cell0380", "Cell0381", "Cell0382", "Cell0383", "Cell0384", "Cell0385", "Cell0386", "Cell0387", "Cell0388", "Cell0389", "Cell0390", "Cell0391", "Cell0392", "Cell0393", "Cell0394", "Cell0395", "Cell0396", "Cell0397", "Cell0398", "Cell0399", "Cell0400", "Cell0401", "Cell0402", "Cell0403", "Cell0404", "Cell0405", "Cell0406", "Cell0407", "Cell0408", "Cell0409", "Cell0410", "Cell0411", "Cell0412", "Cell0413", "Cell0414", "Cell0415", "Cell0416", "Cell0417", "Cell0418", "Cell0419", "Cell0420", "Cell0421", "Cell0422", "Cell0423", "Cell0424", "Cell0425", "Cell0426", "Cell0427", "Cell0428", "Cell0429", "Cell0430", "Cell0431", "Cell0432", "Cell0433", "Cell0434", "Cell0435", "Cell0436", "Cell0437", "Cell0438", "Cell0439", "Cell0440", "Cell0441", "Cell0442", "Cell0443", "Cell0444", "Cell0445", "Cell0446", "Cell0447", "Cell0448", "Cell0449", "Cell0450", "Cell0451", "Cell0452", "Cell0453", "Cell0454", "Cell0455", "Cell0456", "Cell0457", "Cell0458", "Cell0459", "Cell0460", "Cell0461", "Cell0462", "Cell0463", "Cell0464", "Cell0465", "Cell0466", "Cell0467", "Cell0468", "Cell0469", "Cell0470", "Cell0471", "Cell0472", "Cell0473", "Cell0474", "Cell0475", "Cell0476", "Cell0477", "Cell0478", "Cell0479", "Cell0480", "Cell0481", "Cell0482", "Cell0483", "Cell0484", "Cell0485", "Cell0486", "Cell0487", "Cell0488", "Cell0489", "Cell0490", "Cell0491", "Cell0492", "Cell0493", "Cell0494", "Cell0495", "Cell0496", "Cell0497", "Cell0498", "Cell0499", "Cell0500", "Cell0501", "Cell0502", "Cell0503", "Cell0504", "Cell0505", "Cell0506", "Cell0507", "Cell0508", "Cell0509", "Cell0510", "Cell0511", "Cell0512", "Cell0513", "Cell0514", "Cell0515", "Cell0516", "Cell0517", "Cell0518", "Cell0519", "Cell0520", "Cell0521", "Cell0522", "Cell0523", "Cell0524", "Cell0525", "Cell0526", "Cell0527", "Cell0528", "Cell0529", "Cell0530", "Cell0531", "Cell0532", "Cell0533", "Cell0534", "Cell0535", "Cell0536", "Cell0537", "Cell0538", "Cell0539", "Cell0540", "Cell0541", "Cell0542", "Cell0543", "Cell0544", "Cell0545", "Cell0546", "Cell0547", "Cell0548", "Cell0549", "Cell0550", "Cell0551", "Cell0552", "Cell0553", "Cell0554", "Cell0555", "Cell0556", "Cell0557", "Cell0558", "Cell0559", "Cell0560", "Cell0561", "Cell0562", "Cell0563", "Cell0564", "Cell0565", "Cell0566", "Cell0567", "Cell0568", "Cell0569", "Cell0570", "Cell0571", "Cell0572", "Cell0573", "Cell0574", "Cell0575", "Cell0576", "Cell0577", "Cell0578", "Cell0579", "Cell0580", "Cell0581", "Cell0582", "Cell0583", "Cell0584", "Cell0585", "Cell0586", "Cell0587", "Cell0588", "Cell0589", "Cell0590", "Cell0591", "Cell0592", "Cell0593", "Cell0594", "Cell0595", "Cell0596", "Cell0597", "Cell0598", "Cell0599", "Cell0600", "Cell0601", "Cell0602", "Cell0603", "Cell0604", "Cell0605", "Cell0606", "Cell0607", "Cell0608", "Cell0609", "Cell0610", "Cell0611", "Cell0612", "Cell0613", "Cell0614", "Cell0615", "Cell0616", "Cell0617", "Cell0618", "Cell0619", "Cell0620", "Cell0621", "Cell0622", "Cell0623", "Cell0624", "Cell0625", "Cell0626", "Cell0627", "Cell0628", "Cell0629", "Cell0630", "Cell0631", "Cell0632", "Cell0633", "Cell0634", "Cell0635", "Cell0636", "Cell0637", "Cell0638", "Cell0639", "Cell0640", "Cell0641", "Cell0642", "Cell0643", "Cell0644", "Cell0645", "Cell0646", "Cell0647", "Cell0648", "Cell0649", "Cell0650", "Cell0651", "Cell0652", "Cell0653", "Cell0654", "Cell0655", "Cell0656", "Cell0657", "Cell0658", "Cell0659", "Cell0660", "Cell0661", "Cell0662", "Cell0663", "Cell0664", "Cell0665", "Cell0666", "Cell0667", "Cell0668", "Cell0669", "Cell0670", "Cell0671", "Cell0672", "Cell0673", "Cell0674", "Cell0675", "Cell0676", "Cell0677", "Cell0678", "Cell0679", "Cell0680", "Cell0681", "Cell0682", "Cell0683", "Cell0684", "Cell0685", "Cell0686", "Cell0687", "Cell0688", "Cell0689", "Cell0690", "Cell0691", "Cell0692", "Cell0693", "Cell0694", "Cell0695", "Cell0696", "Cell0697", "Cell0698", "Cell0699", "Cell0700", "Cell0701", "Cell0702", "Cell0703", "Cell0704", "Cell0705", "Cell0706", "Cell0707", "Cell0708", "Cell0709", "Cell0710", "Cell0711", "Cell0712", "Cell0713", "Cell0714", "Cell0715", "Cell0716", "Cell0717", "Cell0718", "Cell0719", "Cell0720", "Cell0721", "Cell0722", "Cell0723", "Cell0724", "Cell0725", "Cell0726", "Cell0727", "Cell0728", "Cell0729", "Cell0730", "Cell0731", "Cell0732", "Cell0733", "Cell0734", "Cell0735", "Cell0736", "Cell0737", "Cell0738", "Cell0739", "Cell0740", "Cell0741", "Cell0742", "Cell0743", "Cell0744", "Cell0745", "Cell0746", "Cell0747", "Cell0748", "Cell0749", "Cell0750", "Cell0751", "Cell0752", "Cell0753", "Cell0754", "Cell0755", "Cell0756", "Cell0757", "Cell0758", "Cell0759", "Cell0760", "Cell0761", "Cell0762", "Cell0763", "Cell0764", "Cell0765", "Cell0766", "Cell0767", "Cell0768", "Cell0769", "Cell0770", "Cell0771", "Cell0772", "Cell0773", "Cell0774", "Cell0775", "Cell0776", "Cell0777", "Cell0778", "Cell0779", "Cell0780", "Cell0781", "Cell0782", "Cell0783", "Cell0784", "Cell0785", "Cell0786", "Cell0787", "Cell0788", "Cell0789", "Cell0790", "Cell0791", "Cell0792", "Cell0793", "Cell0794", "Cell0795", "Cell0796", "Cell0797", "Cell0798", "Cell0799", "Cell0800", "Cell0801", "Cell0802", "Cell0803", "Cell0804", "Cell0805", "Cell0806", "Cell0807", "Cell0808", "Cell0809", "Cell0810", "Cell0811", "Cell0812", "Cell0813", "Cell0814", "Cell0815", "Cell0816", "Cell0817", "Cell0818", "Cell0819", "Cell0820", "Cell0821", "Cell0822", "Cell0823", "Cell0824", "Cell0825", "Cell0826", "Cell0827", "Cell0828", "Cell0829", "Cell0830", "Cell0831", "Cell0832", "Cell0833", "Cell0834", "Cell0835", "Cell0836", "Cell0837", "Cell0838", "Cell0839", "Cell0840", "Cell0841", "Cell0842", "Cell0843", "Cell0844", "Cell0845", "Cell0846", "Cell0847", "Cell0848", "Cell0849", "Cell0850", "Cell0851", "Cell0852", "Cell0853", "Cell0854", "Cell0855", "Cell0856", "Cell0857", "Cell0858", "Cell0859", "Cell0860", "Cell0861", "Cell0862", "Cell0863", "Cell0864", "Cell0865", "Cell0866", "Cell0867", "Cell0868", "Cell0869", "Cell0870", "Cell0871", "Cell0872", "Cell0873", "Cell0874", "Cell0875", "Cell0876", "Cell0877", "Cell0878", "Cell0879", "Cell0880", "Cell0881", "Cell0882", "Cell0883", "Cell0884", "Cell0885", "Cell0886", "Cell0887", "Cell0888", "Cell0889", "Cell0890", "Cell0891", "Cell0892", "Cell0893", "Cell0894", "Cell0895", "Cell0896", "Cell0897", "Cell0898", "Cell0899", "Cell0900", "Cell0901", "Cell0902", "Cell0903", "Cell0904", "Cell0905", "Cell0906", "Cell0907", "Cell0908", "Cell0909", "Cell0910", "Cell0911", "Cell0912", "Cell0913", "Cell0914", "Cell0915", "Cell0916", "Cell0917", "Cell0918", "Cell0919", "Cell0920", "Cell0921", "Cell0922", "Cell0923", "Cell0924", "Cell0925", "Cell0926", "Cell0927", "Cell0928", "Cell0929", "Cell0930", "Cell0931", "Cell0932", "Cell0933", "Cell0934", "Cell0935", "Cell0936", "Cell0937", "Cell0938", "Cell0939", "Cell0940", "Cell0941", "Cell0942", "Cell0943", "Cell0944", "Cell0945", "Cell0946", "Cell0947", "Cell0948", "Cell0949", "Cell0950", "Cell0951", "Cell0952", "Cell0953", "Cell0954", "Cell0955", "Cell0956", "Cell0957", "Cell0958", "Cell0959", "Cell0960", "Cell0961", "Cell0962", "Cell0963", "Cell0964", "Cell0965", "Cell0966", "Cell0967", "Cell0968", "Cell0969", "Cell0970", "Cell0971", "Cell0972", "Cell0973", "Cell0974", "Cell0975", "Cell0976", "Cell0977", "Cell0978", "Cell0979", "Cell0980", "Cell0981", "Cell0982", "Cell0983", "Cell0984", "Cell0985", "Cell0986", "Cell0987", "Cell0988", "Cell0989", "Cell0990", "Cell0991", "Cell0992", "Cell0993", "Cell0994", "Cell0995", "Cell0996", "Cell0997", "Cell0998", "Cell0999", "Cell1000", "Cell1001", "Cell1002", "Cell1003", "Cell1004", "Cell1005", "Cell1006", "Cell1007", "Cell1008", "Cell1009", "Cell1010", "Cell1011", "Cell1012", "Cell1013", "Cell1014", "Cell1015", "Cell1016", "Cell1017", "Cell1018", "Cell1019", "Cell1020", "Cell1021", "Cell1022", "Cell1023", "Cell1024", "Cell1025", "Cell1026", "Cell1027", "Cell1028", "Cell1029", "Cell1030", "Cell1031", "Cell1032", "Cell1033", "Cell1034", "Cell1035", "Cell1036", "Cell1037", "Cell1038", "Cell1039", "Cell1040", "Cell1041", "Cell1042", "Cell1043", "Cell1044", "Cell1045", "Cell1046", "Cell1047", "Cell1048", "Cell1049", "Cell1050", "Cell1051", "Cell1052", "Cell1053", "Cell1054", "Cell1055", "Cell1056", "Cell1057", "Cell1058", "Cell1059", "Cell1060", "Cell1061", "Cell1062", "Cell1063", "Cell1064", "Cell1065", "Cell1066", "Cell1067", "Cell1068", "Cell1069", "Cell1070", "Cell1071", "Cell1072", "Cell1073", "Cell1074", "Cell1075", "Cell1076", "Cell1077", "Cell1078", "Cell1079", "Cell1080", "Cell1081", "Cell1082", "Cell1083", "Cell1084", "Cell1085", "Cell1086", "Cell1087", "Cell1088", "Cell1089", "Cell1090", "Cell1091", "Cell1092", "Cell1093", "Cell1094", "Cell1095", "Cell1096", "Cell1097", "Cell1098", "Cell1099", "Cell1100", "Cell1101", "Cell1102", "Cell1103", "Cell1104", "Cell1105", "Cell1106", "Cell1107", "Cell1108", "Cell1109", "Cell1110", "Cell1111", "Cell1112", "Cell1113", "Cell1114", "Cell1115", "Cell1116", "Cell1117", "Cell1118", "Cell1119", "Cell1120", "Cell1121", "Cell1122", "Cell1123", "Cell1124", "Cell1125", "Cell1126", "Cell1127", "Cell1128", "Cell1129", "Cell1130", "Cell1131", "Cell1132", "Cell1133", "Cell1134", "Cell1135", "Cell1136", "Cell1137", "Cell1138", "Cell1139", "Cell1140", "Cell1141", "Cell1142", "Cell1143", "Cell1144", "Cell1145", "Cell1146", "Cell1147", "Cell1148", "Cell1149", "Cell1150", "Cell1151", "Cell1152", "Cell1153", "Cell1154", "Cell1155", "Cell1156", "Cell1157", "Cell1158", "Cell1159", "Cell1160", "Cell1161", "Cell1162", "Cell1163", "Cell1164", "Cell1165", "Cell1166", "Cell1167", "Cell1168", "Cell1169", "Cell1170", "Cell1171", "Cell1172", "Cell1173", "Cell1174", "Cell1175", "Cell1176", "Cell1177", "Cell1178", "Cell1179", "Cell1180", "Cell1181", "Cell1182", "Cell1183", "Cell1184", "Cell1185", "Cell1186", "Cell1187", "Cell1188", "Cell1189", "Cell1190", "Cell1191", "Cell1192", "Cell1193", "Cell1194", "Cell1195", "Cell1196", "Cell1197", "Cell1198", "Cell1199", "Cell1200", "Cell1201", "Cell1202", "Cell1203", "Cell1204", "Cell1205", "Cell1206", "Cell1207", "Cell1208", "Cell1209", "Cell1210", "Cell1211", "Cell1212", "Cell1213", "Cell1214", "Cell1215", "Cell1216", "Cell1217", "Cell1218", "Cell1219", "Cell1220", "Cell1221", "Cell1222", "Cell1223", "Cell1224", "Cell1225", "Cell1226", "Cell1227", "Cell1228", "Cell1229", "Cell1230", "Cell1231", "Cell1232", "Cell1233", "Cell1234", "Cell1235", "Cell1236", "Cell1237", "Cell1238", "Cell1239", "Cell1240", "Cell1241", "Cell1242", "Cell1243", "Cell1244", "Cell1245", "Cell1246", "Cell1247", "Cell1248", "Cell1249", "Cell1250", "Cell1251", "Cell1252", "Cell1253", "Cell1254", "Cell1255", "Cell1256", "Cell1257", "Cell1258", "Cell1259", "Cell1260", "Cell1261", "Cell1262", "Cell1263", "Cell1264", "Cell1265", "Cell1266", "Cell1267", "Cell1268", "Cell1269", "Cell1270", "Cell1271", "Cell1272", "Cell1273", "Cell1274", "Cell1275", "Cell1276", "Cell1277", "Cell1278", "Cell1279", "Cell1280", "Cell1281", "Cell1282", "Cell1283", "Cell1284", "Cell1285", "Cell1286", "Cell1287", "Cell1288", "Cell1289", "Cell1290", "Cell1291", "Cell1292", "Cell1293", "Cell1294", "Cell1295", "Cell1296", "Cell1297", "Cell1298", "Cell1299", "Cell1300", "Cell1301", "Cell1302", "Cell1303", "Cell1304", "Cell1305", "Cell1306", "Cell1307", "Cell1308", "Cell1309", "Cell1310", "Cell1311", "Cell1312", "Cell1313", "Cell1314", "Cell1315", "Cell1316", "Cell1317", "Cell1318", "Cell1319", "Cell1320", "Cell1321", "Cell1322", "Cell1323", "Cell1324", "Cell1325", "Cell1326", "Cell1327", "Cell1328", "Cell1329", "Cell1330", "Cell1331", "Cell1332", "Cell1333", "Cell1334", "Cell1335", "Cell1336", "Cell1337", "Cell1338", "Cell1339", "Cell1340", "Cell1341", "Cell1342", "Cell1343", "Cell1344", "Cell1345", "Cell1346", "Cell1347", "Cell1348", "Cell1349", "Cell1350", "Cell1351", "Cell1352", "Cell1353", "Cell1354", "Cell1355", "Cell1356", "Cell1357", "Cell1358", "Cell1359", "Cell1360", "Cell1361", "Cell1362", "Cell1363", "Cell1364", "Cell1365", "Cell1366", "Cell1367", "Cell1368", "Cell1369", "Cell1370", "Cell1371", "Cell1372", "Cell1373", "Cell1374", "Cell1375", "Cell1376", "Cell1377", "Cell1378", "Cell1379", "Cell1380", "Cell1381", "Cell1382", "Cell1383", "Cell1384", "Cell1385", "Cell1386", "Cell1387", "Cell1388", "Cell1389", "Cell1390", "Cell1391", "Cell1392", "Cell1393", "Cell1394", "Cell1395", "Cell1396", "Cell1397", "Cell1398", "Cell1399", "Cell1400", "Cell1401", "Cell1402", "Cell1403", "Cell1404", "Cell1405", "Cell1406", "Cell1407", "Cell1408", "Cell1409", "Cell1410", "Cell1411", "Cell1412", "Cell1413", "Cell1414", "Cell1415", "Cell1416", "Cell1417", "Cell1418", "Cell1419", "Cell1420", "Cell1421", "Cell1422", "Cell1423", "Cell1424", "Cell1425", "Cell1426", "Cell1427", "Cell1428", "Cell1429", "Cell1430", "Cell1431", "Cell1432", "Cell1433", "Cell1434", "Cell1435", "Cell1436", "Cell1437", "Cell1438", "Cell1439", "Cell1440", "Cell1441", "Cell1442", "Cell1443", "Cell1444", "Cell1445", "Cell1446", "Cell1447", "Cell1448", "Cell1449", "Cell1450", "Cell1451", "Cell1452", "Cell1453", "Cell1454", "Cell1455", "Cell1456", "Cell1457", "Cell1458", "Cell1459", "Cell1460", "Cell1461", "Cell1462", "Cell1463", "Cell1464", "Cell1465", "Cell1466", "Cell1467", "Cell1468", "Cell1469", "Cell1470", "Cell1471", "Cell1472", "Cell1473", "Cell1474", "Cell1475", "Cell1476", "Cell1477", "Cell1478", "Cell1479", "Cell1480", "Cell1481", "Cell1482", "Cell1483", "Cell1484", "Cell1485", "Cell1486", "Cell1487", "Cell1488", "Cell1489", "Cell1490", "Cell1491", "Cell1492", "Cell1493", "Cell1494", "Cell1495", "Cell1496", "Cell1497", "Cell1498", "Cell1499", "Cell1500", "Cell1501", "Cell1502", "Cell1503", "Cell1504", "Cell1505", "Cell1506", "Cell1507", "Cell1508", "Cell1509", "Cell1510", "Cell1511", "Cell1512", "Cell1513", "Cell1514", "Cell1515", "Cell1516", "Cell1517", "Cell1518", "Cell1519", "Cell1520", "Cell1521", "Cell1522", "Cell1523", "Cell1524", "Cell1525", "Cell1526", "Cell1527", "Cell1528", "Cell1529", "Cell1530", "Cell1531", "Cell1532", "Cell1533", "Cell1534", "Cell1535", "Cell1536", "Cell1537", "Cell1538", "Cell1539", "Cell1540", "Cell1541", "Cell1542", "Cell1543", "Cell1544", "Cell1545", "Cell1546", "Cell1547", "Cell1548", "Cell1549", "Cell1550", "Cell1551", "Cell1552", "Cell1553", "Cell1554", "Cell1555", "Cell1556", "Cell1557", "Cell1558", "Cell1559", "Cell1560", "Cell1561", "Cell1562", "Cell1563", "Cell1564", "Cell1565", "Cell1566", "Cell1567", "Cell1568", "Cell1569", "Cell1570", "Cell1571", "Cell1572", "Cell1573", "Cell1574", "Cell1575", "Cell1576", "Cell1577", "Cell1578", "Cell1579", "Cell1580", "Cell1581", "Cell1582", "Cell1583", "Cell1584", "Cell1585", "Cell1586", "Cell1587", "Cell1588", "Cell1589", "Cell1590", "Cell1591", "Cell1592", "Cell1593", "Cell1594", "Cell1595", "Cell1596", "Cell1597", "Cell1598", "Cell1599", "Cell1600", "Cell1601", "Cell1602", "Cell1603", "Cell1604", "Cell1605", "Cell1606", "Cell1607", "Cell1608", "Cell1609", "Cell1610", "Cell1611", "Cell1612", "Cell1613", "Cell1614", "Cell1615", "Cell1616", "Cell1617", "Cell1618", "Cell1619", "Cell1620", "Cell1621", "Cell1622", "Cell1623", "Cell1624", "Cell1625", "Cell1626", "Cell1627", "Cell1628", "Cell1629", "Cell1630", "Cell1631", "Cell1632", "Cell1633", "Cell1634", "Cell1635", "Cell1636", "Cell1637", "Cell1638", "Cell1639", "Cell1640", "Cell1641", "Cell1642", "Cell1643", "Cell1644", "Cell1645", "Cell1646", "Cell1647", "Cell1648", "Cell1649", "Cell1650", "Cell1651", "Cell1652", "Cell1653", "Cell1654", "Cell1655", "Cell1656", "Cell1657", "Cell1658", "Cell1659", "Cell1660", "Cell1661", "Cell1662", "Cell1663", "Cell1664", "Cell1665", "Cell1666", "Cell1667", "Cell1668", "Cell1669", "Cell1670", "Cell1671", "Cell1672", "Cell1673", "Cell1674", "Cell1675", "Cell1676", "Cell1677", "Cell1678", "Cell1679", "Cell1680", "Cell1681", "Cell1682", "Cell1683", "Cell1684", "Cell1685", "Cell1686", "Cell1687", "Cell1688", "Cell1689", "Cell1690", "Cell1691", "Cell1692", "Cell1693", "Cell1694", "Cell1695", "Cell1696", "Cell1697", "Cell1698", "Cell1699", "Cell1700", "Cell1701", "Cell1702", "Cell1703", "Cell1704", "Cell1705", "Cell1706", "Cell1707", "Cell1708", "Cell1709", "Cell1710", "Cell1711", "Cell1712", "Cell1713", "Cell1714", "Cell1715", "Cell1716", "Cell1717", "Cell1718", "Cell1719", "Cell1720", "Cell1721", "Cell1722", "Cell1723", "Cell1724", "Cell1725", "Cell1726", "Cell1727", "Cell1728", "Cell1729", "Cell1730", "Cell1731", "Cell1732", "Cell1733", "Cell1734", "Cell1735", "Cell1736", "Cell1737", "Cell1738", "Cell1739", "Cell1740", "Cell1741", "Cell1742", "Cell1743", "Cell1744", "Cell1745", "Cell1746", "Cell1747", "Cell1748", "Cell1749", "Cell1750", "Cell1751", "Cell1752", "Cell1753", "Cell1754", "Cell1755", "Cell1756", "Cell1757", "Cell1758", "Cell1759", "Cell1760", "Cell1761", "Cell1762", "Cell1763", "Cell1764", "Cell1765", "Cell1766", "Cell1767", "Cell1768", "Cell1769", "Cell1770", "Cell1771", "Cell1772", "Cell1773", "Cell1774", "Cell1775", "Cell1776", "Cell1777", "Cell1778", "Cell1779", "Cell1780", "Cell1781", "Cell1782", "Cell1783", "Cell1784", "Cell1785", "Cell1786", "Cell1787", "Cell1788", "Cell1789", "Cell1790", "Cell1791", "Cell1792", "Cell1793", "Cell1794", "Cell1795", "Cell1796", "Cell1797", "Cell1798", "Cell1799", "Cell1800", "Cell1801", "Cell1802", "Cell1803", "Cell1804", "Cell1805", "Cell1806", "Cell1807", "Cell1808", "Cell1809", "Cell1810", "Cell1811", "Cell1812", "Cell1813", "Cell1814", "Cell1815", "Cell1816", "Cell1817", "Cell1818", "Cell1819", "Cell1820", "Cell1821", "Cell1822", "Cell1823", "Cell1824", "Cell1825", "Cell1826", "Cell1827", "Cell1828", "Cell1829", "Cell1830", "Cell1831", "Cell1832", "Cell1833", "Cell1834", "Cell1835", "Cell1836", "Cell1837", "Cell1838", "Cell1839", "Cell1840", "Cell1841", "Cell1842", "Cell1843", "Cell1844", "Cell1845", "Cell1846", "Cell1847", "Cell1848", "Cell1849", "Cell1850", "Cell1851", "Cell1852", "Cell1853", "Cell1854", "Cell1855", "Cell1856", "Cell1857", "Cell1858", "Cell1859", "Cell1860", "Cell1861", "Cell1862", "Cell1863", "Cell1864", "Cell1865", "Cell1866", "Cell1867", "Cell1868", "Cell1869", "Cell1870", "Cell1871", "Cell1872", "Cell1873", "Cell1874", "Cell1875", "Cell1876", "Cell1877", "Cell1878", "Cell1879", "Cell1880", "Cell1881", "Cell1882", "Cell1883", "Cell1884", "Cell1885", "Cell1886", "Cell1887", "Cell1888", "Cell1889", "Cell1890", "Cell1891", "Cell1892", "Cell1893", "Cell1894", "Cell1895", "Cell1896", "Cell1897", "Cell1898", "Cell1899", "Cell1900", "Cell1901", "Cell1902", "Cell1903", "Cell1904", "Cell1905", "Cell1906", "Cell1907", "Cell1908", "Cell1909", "Cell1910", "Cell1911", "Cell1912", "Cell1913", "Cell1914", "Cell1915", "Cell1916", "Cell1917", "Cell1918", "Cell1919", "Cell1920", "Cell1921", "Cell1922", "Cell1923", "Cell1924", "Cell1925", "Cell1926", "Cell1927", "Cell1928", "Cell1929", "Cell1930", "Cell1931", "Cell1932", "Cell1933", "Cell1934", "Cell1935", "Cell1936", "Cell1937", "Cell1938", "Cell1939", "Cell1940", "Cell1941", "Cell1942", "Cell1943", "Cell1944", "Cell1945", "Cell1946", "Cell1947", "Cell1948", "Cell1949", "Cell1950", "Cell1951", "Cell1952", "Cell1953", "Cell1954", "Cell1955", "Cell1956", "Cell1957", "Cell1958", "Cell1959", "Cell1960", "Cell1961", "Cell1962", "Cell1963", "Cell1964", "Cell1965", "Cell1966", "Cell1967", "Cell1968", "Cell1969", "Cell1970", "Cell1971", "Cell1972", "Cell1973", "Cell1974", "Cell1975", "Cell1976", "Cell1977", "Cell1978", "Cell1979", "Cell1980", "Cell1981", "Cell1982", "Cell1983", "Cell1984", "Cell1985", "Cell1986", "Cell1987", "Cell1988", "Cell1989", "Cell1990", "Cell1991", "Cell1992", "Cell1993", "Cell1994", "Cell1995", "Cell1996", "Cell1997", "Cell1998", "Cell1999", "Cell2000", "Cell2001", "Cell2002", "Cell2003", "Cell2004", "Cell2005", "Cell2006", "Cell2007", "Cell2008", "Cell2009", "Cell2010", "Cell2011", "Cell2012", "Cell2013", "Cell2014", "Cell2015", "Cell2016", "Cell2017", "Cell2018", "Cell2019", "Cell2020", "Cell2021", "Cell2022", "Cell2023", "Cell2024", "Cell2025", "Cell2026", "Cell2027", "Cell2028", "Cell2029", "Cell2030", "Cell2031", "Cell2032", "Cell2033", "Cell2034", "Cell2035", "Cell2036", "Cell2037", "Cell2038", "Cell2039", "Cell2040", "Cell2041", "Cell2042", "Cell2043", "Cell2044", "Cell2045", "Cell2046", "Cell2047", "Cell2048", "Cell2049", "Cell2050", "Cell2051", "Cell2052", "Cell2053", "Cell2054", "Cell2055", "Cell2056", "Cell2057", "Cell2058", "Cell2059", "Cell2060", "Cell2061", "Cell2062", "Cell2063", "Cell2064", "Cell2065", "Cell2066", "Cell2067", "Cell2068", "Cell2069", "Cell2070", "Cell2071", "Cell2072", "Cell2073", "Cell2074", "Cell2075", "Cell2076", "Cell2077", "Cell2078", "Cell2079", "Cell2080", "Cell2081", "Cell2082", "Cell2083", "Cell2084", "Cell2085", "Cell2086", "Cell2087", "Cell2088", "Cell2089", "Cell2090", "Cell2091", "Cell2092", "Cell2093", "Cell2094", "Cell2095", "Cell2096", "Cell2097", "Cell2098", "Cell2099", "Cell2100", "Cell2101", "Cell2102", "Cell2103", "Cell2104", "Cell2105", "Cell2106", "Cell2107", "Cell2108", "Cell2109", "Cell2110", "Cell2111", "Cell2112", "Cell2113", "Cell2114", "Cell2115", "Cell2116", "Cell2117", "Cell2118", "Cell2119", "Cell2120", "Cell2121", "Cell2122", "Cell2123", "Cell2124", "Cell2125", "Cell2126", "Cell2127", "Cell2128", "Cell2129", "Cell2130", "Cell2131", "Cell2132", "Cell2133", "Cell2134", "Cell2135", "Cell2136", "Cell2137", "Cell2138", "Cell2139", "Cell2140", "Cell2141", "Cell2142", "Cell2143", "Cell2144", "Cell2145", "Cell2146", "Cell2147", "Cell2148", "Cell2149", "Cell2150", "Cell2151", "Cell2152", "Cell2153", "Cell2154", "Cell2155", "Cell2156", "Cell2157", "Cell2158", "Cell2159", "Cell2160", "Cell2161", "Cell2162", "Cell2163", "Cell2164", "Cell2165", "Cell2166", "Cell2167", "Cell2168", "Cell2169", "Cell2170", "Cell2171", "Cell2172", "Cell2173", "Cell2174", "Cell2175", "Cell2176", "Cell2177", "Cell2178", "Cell2179", "Cell2180", "Cell2181", "Cell2182", "Cell2183", "Cell2184", "Cell2185", "Cell2186", "Cell2187", "Cell2188", "Cell2189", "Cell2190", "Cell2191", "Cell2192", "Cell2193", "Cell2194", "Cell2195", "Cell2196", "Cell2197", "Cell2198", "Cell2199", "Cell2200", "Cell2201", "Cell2202", "Cell2203", "Cell2204", "Cell2205", "Cell2206", "Cell2207", "Cell2208", "Cell2209", "Cell2210", "Cell2211", "Cell2212", "Cell2213", "Cell2214", "Cell2215", "Cell2216", "Cell2217", "Cell2218", "Cell2219", "Cell2220", "Cell2221", "Cell2222", "Cell2223", "Cell2224", "Cell2225", "Cell2226", "Cell2227", "Cell2228", "Cell2229", "Cell2230", "Cell2231", "Cell2232", "Cell2233", "Cell2234", "Cell2235", "Cell2236", "Cell2237", "Cell2238", "Cell2239", "Cell2240", "Cell2241", "Cell2242", "Cell2243", "Cell2244", "Cell2245", "Cell2246", "Cell2247", "Cell2248", "Cell2249", "Cell2250", "Cell2251", "Cell2252", "Cell2253", "Cell2254", "Cell2255", "Cell2256", "Cell2257", "Cell2258", "Cell2259", "Cell2260", "Cell2261", "Cell2262", "Cell2263", "Cell2264", "Cell2265", "Cell2266", "Cell2267", "Cell2268", "Cell2269", "Cell2270", "Cell2271", "Cell2272", "Cell2273", "Cell2274", "Cell2275", "Cell2276", "Cell2277", "Cell2278", "Cell2279", "Cell2280", "Cell2281", "Cell2282", "Cell2283", "Cell2284", "Cell2285", "Cell2286", "Cell2287", "Cell2288", "Cell2289", "Cell2290", "Cell2291", "Cell2292", "Cell2293", "Cell2294", "Cell2295", "Cell2296", "Cell2297", "Cell2298", "Cell2299", "Cell2300", "Cell2301", "Cell2302", "Cell2303", "Cell2304", "Cell2305", "Cell2306", "Cell2307", "Cell2308", "Cell2309", "Cell2310", "Cell2311", "Cell2312", "Cell2313", "Cell2314", "Cell2315", "Cell2316", "Cell2317", "Cell2318", "Cell2319", "Cell2320", "Cell2321", "Cell2322", "Cell2323", "Cell2324", "Cell2325", "Cell2326", "Cell2327", "Cell2328", "Cell2329", "Cell2330", "Cell2331", "Cell2332", "Cell2333", "Cell2334", "Cell2335", "Cell2336", "Cell2337", "Cell2338", "Cell2339", "Cell2340", "Cell2341", "Cell2342", "Cell2343", "Cell2344", "Cell2345", "Cell2346", "Cell2347", "Cell2348", "Cell2349", "Cell2350", "Cell2351", "Cell2352", "Cell2353", "Cell2354", "Cell2355", "Cell2356", "Cell2357", "Cell2358", "Cell2359", "Cell2360", "Cell2361", "Cell2362", "Cell2363", "Cell2364", "Cell2365", "Cell2366", "Cell2367", "Cell2368", "Cell2369", "Cell2370", "Cell2371", "Cell2372", "Cell2373", "Cell2374", "Cell2375", "Cell2376", "Cell2377", "Cell2378", "Cell2379", "Cell2380", "Cell2381", "Cell2382", "Cell2383", "Cell2384", "Cell2385", "Cell2386", "Cell2387", "Cell2388", "Cell2389", "Cell2390", "Cell2391", "Cell2392", "Cell2393", "Cell2394", "Cell2395", "Cell2396", "Cell2397", "Cell2398", "Cell2399", "Cell2400", "Cell2401", "Cell2402", "Cell2403", "Cell2404", "Cell2405", "Cell2406", "Cell2407", "Cell2408", "Cell2409", "Cell2410", "Cell2411", "Cell2412", "Cell2413", "Cell2414", "Cell2415", "Cell2416", "Cell2417", "Cell2418", "Cell2419", "Cell2420", "Cell2421", "Cell2422", "Cell2423", "Cell2424", "Cell2425", "Cell2426", "Cell2427", "Cell2428", "Cell2429", "Cell2430", "Cell2431", "Cell2432", "Cell2433", "Cell2434", "Cell2435", "Cell2436", "Cell2437", "Cell2438", "Cell2439", "Cell2440", "Cell2441", "Cell2442", "Cell2443", "Cell2444", "Cell2445", "Cell2446", "Cell2447", "Cell2448", "Cell2449", "Cell2450", "Cell2451", "Cell2452", "Cell2453", "Cell2454", "Cell2455", "Cell2456", "Cell2457", "Cell2458", "Cell2459", "Cell2460", "Cell2461", "Cell2462", "Cell2463", "Cell2464", "Cell2465", "Cell2466", "Cell2467", "Cell2468", "Cell2469", "Cell2470", "Cell2471", "Cell2472", "Cell2473", "Cell2474", "Cell2475", "Cell2476", "Cell2477", "Cell2478", "Cell2479", "Cell2480", "Cell2481", "Cell2482", "Cell2483", "Cell2484", "Cell2485", "Cell2486", "Cell2487", "Cell2488", "Cell2489", "Cell2490", "Cell2491", "Cell2492", "Cell2493", "Cell2494", "Cell2495", "Cell2496", "Cell2497", "Cell2498", "Cell2499", "Cell2500", "Cell2501", "Cell2502", "Cell2503", "Cell2504", "Cell2505", "Cell2506", "Cell2507", "Cell2508", "Cell2509", "Cell2510", "Cell2511", "Cell2512", "Cell2513", "Cell2514", "Cell2515", "Cell2516", "Cell2517", "Cell2518", "Cell2519", "Cell2520", "Cell2521", "Cell2522", "Cell2523", "Cell2524", "Cell2525", "Cell2526", "Cell2527", "Cell2528", "Cell2529", "Cell2530", "Cell2531", "Cell2532", "Cell2533", "Cell2534", "Cell2535", "Cell2536", "Cell2537", "Cell2538", "Cell2539", "Cell2540", "Cell2541", "Cell2542", "Cell2543", "Cell2544", "Cell2545", "Cell2546", "Cell2547", "Cell2548", "Cell2549", "Cell2550", "Cell2551", "Cell2552", "Cell2553", "Cell2554", "Cell2555", "Cell2556", "Cell2557", "Cell2558", "Cell2559", "Cell2560", "Cell2561", "Cell2562", "Cell2563", "Cell2564", "Cell2565", "Cell2566", "Cell2567", "Cell2568", "Cell2569", "Cell2570", "Cell2571", "Cell2572", "Cell2573", "Cell2574", "Cell2575", "Cell2576", "Cell2577", "Cell2578", "Cell2579", "Cell2580", "Cell2581", "Cell2582", "Cell2583", "Cell2584", "Cell2585", "Cell2586", "Cell2587", "Cell2588", "Cell2589", "Cell2590", "Cell2591", "Cell2592", "Cell2593", "Cell2594", "Cell2595", "Cell2596", "Cell2597", "Cell2598", "Cell2599", "Cell2600", "Cell2601", "Cell2602", "Cell2603", "Cell2604", "Cell2605", "Cell2606", "Cell2607", "Cell2608", "Cell2609", "Cell2610", "Cell2611", "Cell2612", "Cell2613", "Cell2614", "Cell2615", "Cell2616", "Cell2617", "Cell2618", "Cell2619", "Cell2620", "Cell2621", "Cell2622", "Cell2623", "Cell2624", "Cell2625", "Cell2626", "Cell2627", "Cell2628", "Cell2629", "Cell2630", "Cell2631", "Cell2632", "Cell2633", "Cell2634", "Cell2635", "Cell2636", "Cell2637", "Cell2638", "Cell2639", "Cell2640", "Cell2641", "Cell2642", "Cell2643", "Cell2644", "Cell2645", "Cell2646", "Cell2647", "Cell2648", "Cell2649", "Cell2650", "Cell2651", "Cell2652", "Cell2653", "Cell2654", "Cell2655", "Cell2656", "Cell2657", "Cell2658", "Cell2659", "Cell2660", "Cell2661", "Cell2662", "Cell2663", "Cell2664", "Cell2665", "Cell2666", "Cell2667", "Cell2668", "Cell2669", "Cell2670", "Cell2671", "Cell2672", "Cell2673", "Cell2674", "Cell2675", "Cell2676", "Cell2677", "Cell2678", "Cell2679", "Cell2680", "Cell2681", "Cell2682", "Cell2683", "Cell2684", "Cell2685", "Cell2686", "Cell2687", "Cell2688", "Cell2689", "Cell2690", "Cell2691", "Cell2692", "Cell2693", "Cell2694", "Cell2695", "Cell2696", "Cell2697", "Cell2698", "Cell2699", "Cell2700", "Cell2701", "Cell2702", "Cell2703", "Cell2704", "Cell2705", "Cell2706", "Cell2707", "Cell2708", "Cell2709", "Cell2710", "Cell2711", "Cell2712", "Cell2713", "Cell2714", "Cell2715", "Cell2716", "Cell2717", "Cell2718", "Cell2719", "Cell2720", "Cell2721", "Cell2722", "Cell2723", "Cell2724", "Cell2725", "Cell2726", "Cell2727", "Cell2728", "Cell2729", "Cell2730", "Cell2731", "Cell2732", "Cell2733", "Cell2734", "Cell2735", "Cell2736", "Cell2737", "Cell2738", "Cell2739", "Cell2740", "Cell2741", "Cell2742", "Cell2743", "Cell2744", "Cell2745", "Cell2746", "Cell2747", "Cell2748", "Cell2749", "Cell2750", "Cell2751", "Cell2752", "Cell2753", "Cell2754", "Cell2755", "Cell2756", "Cell2757", "Cell2758", "Cell2759", "Cell2760", "Cell2761", "Cell2762", "Cell2763", "Cell2764", "Cell2765", "Cell2766", "Cell2767", "Cell2768", "Cell2769", "Cell2770", "Cell2771", "Cell2772", "Cell2773", "Cell2774", "Cell2775", "Cell2776", "Cell2777", "Cell2778", "Cell2779", "Cell2780", "Cell2781", "Cell2782", "Cell2783", "Cell2784", "Cell2785", "Cell2786", "Cell2787", "Cell2788", "Cell2789", "Cell2790", "Cell2791", "Cell2792", "Cell2793", "Cell2794", "Cell2795", "Cell2796", "Cell2797", "Cell2798", "Cell2799", "Cell2800", "Cell2801", "Cell2802", "Cell2803", "Cell2804", "Cell2805", "Cell2806", "Cell2807", "Cell2808", "Cell2809", "Cell2810", "Cell2811", "Cell2812", "Cell2813", "Cell2814", "Cell2815", "Cell2816", "Cell2817", "Cell2818", "Cell2819", "Cell2820", "Cell2821", "Cell2822", "Cell2823", "Cell2824", "Cell2825", "Cell2826", "Cell2827", "Cell2828", "Cell2829", "Cell2830", "Cell2831", "Cell2832", "Cell2833", "Cell2834", "Cell2835", "Cell2836", "Cell2837", "Cell2838", "Cell2839", "Cell2840", "Cell2841", "Cell2842", "Cell2843", "Cell2844", "Cell2845", "Cell2846", "Cell2847", "Cell2848", "Cell2849", "Cell2850", "Cell2851", "Cell2852", "Cell2853", "Cell2854", "Cell2855", "Cell2856", "Cell2857", "Cell2858", "Cell2859", "Cell2860", "Cell2861", "Cell2862", "Cell2863", "Cell2864", "Cell2865", "Cell2866", "Cell2867", "Cell2868", "Cell2869", "Cell2870", "Cell2871", "Cell2872", "Cell2873", "Cell2874", "Cell2875", "Cell2876", "Cell2877", "Cell2878", "Cell2879", "Cell2880", "Cell2881", "Cell2882", "Cell2883", "Cell2884", "Cell2885", "Cell2886", "Cell2887", "Cell2888", "Cell2889", "Cell2890", "Cell2891", "Cell2892", "Cell2893", "Cell2894", "Cell2895", "Cell2896", "Cell2897", "Cell2898", "Cell2899", "Cell2900", "Cell2901", "Cell2902", "Cell2903", "Cell2904", "Cell2905", "Cell2906", "Cell2907", "Cell2908", "Cell2909", "Cell2910", "Cell2911", "Cell2912", "Cell2913", "Cell2914", "Cell2915", "Cell2916", "Cell2917", "Cell2918", "Cell2919", "Cell2920", "Cell2921", "Cell2922", "Cell2923", "Cell2924", "Cell2925", "Cell2926", "Cell2927", "Cell2928", "Cell2929", "Cell2930", "Cell2931", "Cell2932", "Cell2933", "Cell2934", "Cell2935", "Cell2936", "Cell2937", "Cell2938", "Cell2939", "Cell2940", "Cell2941", "Cell2942", "Cell2943", "Cell2944", "Cell2945", "Cell2946", "Cell2947", "Cell2948", "Cell2949", "Cell2950", "Cell2951", "Cell2952", "Cell2953", "Cell2954", "Cell2955", "Cell2956", "Cell2957", "Cell2958", "Cell2959", "Cell2960", "Cell2961", "Cell2962", "Cell2963", "Cell2964", "Cell2965", "Cell2966", "Cell2967", "Cell2968", "Cell2969", "Cell2970", "Cell2971", "Cell2972", "Cell2973", "Cell2974", "Cell2975", "Cell2976", "Cell2977", "Cell2978", "Cell2979", "Cell2980", "Cell2981", "Cell2982", "Cell2983", "Cell2984", "Cell2985", "Cell2986", "Cell2987", "Cell2988", "Cell2989", "Cell2990", "Cell2991", "Cell2992", "Cell2993", "Cell2994", "Cell2995", "Cell2996", "Cell2997", "Cell2998", "Cell2999", "Cell3000"],
"smps": ["UMAP-1", "UMAP-2"],
"data": [
[-0.873, -7.851],
[0.15, -7.208],
[-13.031, 4.073],
[1.138, -7.173],
[-2.122, -6.348],
[-11.194, 4.783],
[-0.643, -3.071],
[-3.512, -4.421],
[-4.532, 2.059],
[-2.494, -5.95],
[-1.054, -4.985],
[-2.145, -8.179],
[-5.777, 2.056],
[-3.639, 3.738],
[-11.0, 4.369],
[-10.8, 2.259],
[-0.466, -5.91],
[-2.909, -6.626],
[0.148, -5.848],
[-1.221, -8.287],
[0.093, -5.345],
[0.326, -8.89],
[0.541, -3.376],
[-5.214, -5.658],
[-3.969, -1.531],
[-8.864, -7.198],
[-1.359, -5.082],
[-7.881, -7.825],
[-7.932, -7.037],
[1.157, -7.464],
[-6.911, -6.399],
[-0.973, -4.218],
[-0.002, -7.289],
[0.149, -6.6],
[-1.348, -5.173],
[-5.128, 1.896],
[0.818, -4.843],
[-11.073, 2.174],
[-7.032, 3.101],
[-1.102, -8.421],
[-0.195, -7.57],
[-8.62, -7.894],
[-0.583, -8.01],
[-5.271, -9.061],
[0.695, -7.257],
[-1.512, -4.292],
[0.165, -8.052],
[-3.783, -5.788],
[-2.139, -5.552],
[1.575, -7.307],
[1.446, -4.68],
[-0.189, -8.439],
[-2.144, -6.487],
[-12.021, 2.473],
[-3.927, -7.435],
[-8.997, -6.476],
[-6.552, -8.03],
[-1.148, -3.345],
[-5.742, 5.241],
[1.688, -5.354],
[-6.958, 2.34],
[0.202, -8.483],
[-7.496, -4.778],
[-4.287, 3.819],
[-0.529, -2.704],
[0.006, -7.501],
[-6.075, -8.125],
[-3.379, -5.002],
[-4.254, 4.909],
[-11.801, 3.259],
[-3.284, -7.774],
[-9.051, -8.316],
[-2.101, -8.278],
[-8.504, -7.37],
[-0.534, -8.008],
[-8.989, -6.918],
[0.971, -7.261],
[-6.247, 3.342],
[-12.021, 3.788],
[-6.352, -6.947],
[1.068, -3.904],
[-1.691, -7.257],
[-10.858, 3.713],
[0.403, -7.066],
[-5.81, 1.846],
[-12.915, 1.145],
[0.481, -7.349],
[-0.312, -9.015],
[-2.939, -3.507],
[-12.506, 3.95],
[-2.153, -3.842],
[-11.149, 4.213],
[0.056, -5.23],
[-2.7, -7.07],
[-2.038, -5.135],
[-1.087, -7.188],
[1.09, -6.967],
[-7.354, -5.941],
[-0.73, -5.336],
[-6.126, 4.848],
[-4.005, -4.324],
[-0.201, -6.354],
[-8.754, -8.756],
[-12.407, 4.93],
[-0.217, -7.052],
[-11.553, 2.178],
[-10.064, -6.836],
[-4.868, 2.266],
[-10.133, -4.41],
[-0.757, -7.27],
[-0.639, -5.876],
[-7.11, -4.819],
[-5.139, 2.44],
[-5.21, 4.943],
[-2.513, -2.837],
[-3.392, -3.245],
[0.464, -4.425],
[-11.619, 3.689],
[0.019, -2.584],
[-11.53, 2.715],
[0.383, -7.485],
[-6.012, 4.633],
[-3.059, -3.879],
[-3.946, -4.744],
[-0.496, -8.014],
[-1.981, -2.33],
[-3.567, -5.242],
[-5.042, 6.997],
[1.234, -7.143],
[-3.362, 4.36],
[-2.197, -10.066],
[-1.887, -4.188],
[-4.488, 2.336],
[-1.346, -2.611],
[-1.91, -9.588],
[0.109, -9.167],
[-4.526, 5.767],
[0.164, -5.105],
[-2.68, -5.723],
[-10.002, 5.511],
[-2.765, -4.775],
[-2.155, -3.628],
[-0.587, -8.071],
[-7.653, -7.843],
[-1.206, -3.156],
[-6.47, -7.599],
[-11.624, 4.004],
[0.072, -5.868],
[-10.938, 2.344],
[-2.029, -4.72],
[-1.543, -4.61],
[-10.127, 2.388],
[-0.924, -3.985],
[-1.128, -9.335],
[-1.812, -10.772],
[-1.651, -2.972],
[-11.377, 1.347],
[-0.174, -5.842],
[0.829, -6.399],
[-3.625, -2.414],
[-0.496, -9.806],
[-5.188, 4.12],
[1.708, -7.435],
[-1.344, -6.601],
[-0.918, -5.458],
[-0.315, -5.395],
[-3.79, -6.88],
[-1.864, -8.904],
[-2.236, -4.492],
[-2.266, -4.508],
[-1.297, -8.184],
[-0.513, -8.388],
[0.354, -7.424],
[-1.579, -2.449],
[-5.664, 5.466],
[-6.23, 4.096],
[-3.856, -6.518],
[-5.387, 2.62],
[-5.726, 3.465],
[3.259, -7.117],
[-3.713, -4.499],
[-0.416, -6.349],
[0.906, -6.371],
[0.656, -6.606],
[-2.148, -7.668],
[-0.893, -8.805],
[-8.245, -6.943],
[-12.291, 2.739],
[-10.697, 4.207],
[-12.042, 3.935],
[-5.628, 2.642],
[-2.884, -6.801],
[-8.651, 3.155],
[-3.155, -7.337],
[-11.483, 3.646],
[-1.465, -6.235],
[-9.682, 1.652],
[-2.243, -3.379],
[-7.955, -7.13],
[-7.241, -9.094],
[-4.27, -3.619],
[-0.19, -3.042],
[-3.074, -7.545],
[-3.024, -7.612],
[-1.213, -9.414],
[-0.055, -3.38],
[1.228, -7.182],
[-4.397, -6.89],
[-5.16, 4.282],
[1.343, -4.965],
[0.489, -9.099],
[-10.795, 2.936],
[-5.935, 4.189],
[0.389, -4.693],
[-7.892, -6.148],
[0.069, -1.971],
[-5.986, 3.336],
[-9.364, -7.243],
[-5.474, -7.959],
[-3.063, -5.026],
[1.824, -7.606],
[-11.112, 4.312],
[1.987, -7.395],
[-1.006, -7.762],
[-10.35, -7.205],
[0.137, -6.48],
[-8.647, -7.605],
[-7.995, -6.565],
[-2.475, -3.997],
[-1.79, -2.747],
[-11.49, 3.321],
[1.347, -9.089],
[-8.973, -6.661],
[0.38, -8.851],
[-0.971, -3.858],
[-0.785, -10.566],
[1.338, -5.261],
[-10.253, 2.907],
[-0.652, -4.485],
[-0.501, -5.583],
[-1.343, -3.915],
[1.712, -5.636],
[-3.58, -1.923],
[-2.407, -6.539],
[-4.914, -5.356],
[-6.91, -5.287],
[-6.986, -7.873],
[-6.515, 4.087],
[0.063, -8.529],
[0.551, -3.877],
[-0.226, -7.394],
[-5.342, -6.478],
[-2.929, -6.137],
[-4.446, -7.549],
[-3.081, -3.411],
[-1.011, -4.602],
[-5.186, 3.689],
[-8.989, -7.421],
[-4.455, 3.409],
[-4.147, -5.204],
[-2.318, -4.383],
[-3.372, -5.566],
[-6.61, 5.069],
[-2.044, -4.602],
[0.267, -3.734],
[-11.671, 4.038],
[-10.583, 2.534],
[-8.494, -7.089],
[-8.64, -7.624],
[-1.301, -2.67],
[-9.757, -7.305],
[1.992, -6.619],
[-5.553, 3.088],
[-0.816, -2.6],
[-4.832, 4.596],
[-1.925, -5.378],
[-11.174, 2.367],
[-6.657, 2.003],
[0.38, -6.517],
[-0.9, -8.012],
[0.727, -4.031],
[-2.079, -7.951],
[-0.37, -5.873],
[-6.188, 5.146],
[-7.533, -6.658],
[-7.728, -7.454],
[-2.563, -9.396],
[-0.472, -4.861],
[-2.14, -7.471],
[-4.106, 5.842],
[-5.847, 3.978],
[1.286, -6.57],
[-2.819, -4.068],
[-1.034, -8.896],
[-2.033, -8.07],
[-4.25, 0.704],
[-2.633, -3.98],
[-10.645, 2.794],
[-0.848, -6.539],
[-10.898, 3.44],
[0.202, -6.351],
[0.426, -8.047],
[-12.566, 4.264],
[-6.683, 3.464],
[-3.28, -7.571],
[-0.59, -6.271],
[-0.214, -4.41],
[-7.449, 4.429],
[0.314, -6.508],
[-5.435, 2.411],
[-12.343, 4.604],
[-7.293, 1.889],
[-0.756, -2.376],
[-5.653, 1.871],
[-9.435, 1.872],
[-0.548, -6.919],
[-9.627, -8.368],
[-2.195, -9.047],
[-6.312, -7.486],
[0.554, -3.93],
[-3.729, -5.386],
[-0.927, -6.766],
[-1.526, -4.914],
[0.989, -6.693],
[-3.867, -5.994],
[-0.327, -7.582],
[-6.958, -5.408],
[-2.162, -6.49],
[-4.008, -5.839],
[-12.192, 3.134],
[-11.868, 3.413],
[-9.302, -6.176],
[-8.306, -8.075],
[-0.811, -4.076],
[0.061, -8.069],
[1.18, -8.584],
[-1.042, -2.511],
[0.842, -6.168],
[-12.239, 4.025],
[-3.56, -7.136],
[-1.87, -6.533],
[-8.004, -6.866],
[0.15, -3.978],
[-2.974, -9.085],
[-8.716, -9.126],
[1.717, -4.596],
[1.614, -8.124],
[-7.211, -8.345],
[-1.9, -6.747],
[-11.925, 4.088],
[1.033, -6.581],
[-1.116, -2.47],
[-0.097, -7.25],
[-12.779, 3.716],
[2.244, -4.949],
[-1.754, -2.853],
[-6.685, -7.903],
[-9.868, 4.068],
[-6.08, 2.915],
[-8.686, -6.361],
[1.566, -9.813],
[-1.78, -10.049],
[-8.489, -8.651],
[1.475, -7.286],
[-0.051, -7.514],
[-0.813, -3.305],
[-9.057, -7.211],
[-2.311, -6.534],
[-5.112, -6.795],
[-4.755, 2.903],
[-6.391, 3.416],
[-3.54, -6.151],
[-9.592, -5.71],
[-2.648, -5.692],
[-5.896, 1.951],
[-0.118, -3.507],
[-2.444, -5.698],
[-3.346, -3.554],
[-13.89, 2.783],
[-6.713, 4.143],
[1.413, -7.854],
[-6.665, -6.399],
[-9.69, 1.976],
[-8.597, -8.975],
[-8.54, -6.468],
[-2.862, -4.797],
[-6.896, -7.671],
[-1.542, -3.405],
[-3.78, 3.148],
[-2.429, -8.79],
[-2.245, -8.365],
[-2.99, -3.162],
[-8.198, -6.646],
[-4.101, -3.015],
[-11.428, 2.714],
[-7.231, 3.929],
[-3.298, -8.486],
[-5.109, 2.711],
[-6.081, -6.719],
[-9.488, -5.233],
[2.601, -7.717],
[-8.056, -6.545],
[-7.953, -5.841],
[-5.177, 3.883],
[-4.529, 2.072],
[-2.106, -6.32],
[-6.517, 2.346],
[-5.984, 4.241],
[-0.672, -5.588],
[-0.014, -9.642],
[-3.121, -4.699],
[-3.726, -5.115],
[-8.024, -6.686],
[-4.859, -5.025],
[-1.475, -6.124],
[-7.134, -7.018],
[-2.16, -3.946],
[-0.682, -9.681],
[-1.608, -4.466],
[-0.086, -9.091],
[-8.184, -8.078],
[-7.518, -5.6],
[-2.069, -6.928],
[-5.726, 3.577],
[-1.819, -9.319],
[-0.0, -8.388],
[-1.233, -6.929],
[-4.819, -4.859],
[-0.777, -10.466],
[-9.007, -7.154],
[-10.983, 3.175],
[-4.216, -5.84],
[-8.091, -7.816],
[0.473, -7.122],
[-7.151, 2.463],
[2.488, -8.033],
[-2.265, -4.927],
[-7.79, -8.42],
[-0.877, -8.273],
[-10.173, -8.578],
[-0.863, -3.418],
[-4.975, 2.948],
[-7.743, -8.687],
[0.765, -7.207],
[-9.231, -7.76],
[-0.927, -4.642],
[-6.465, 2.257],
[-0.683, -3.114],
[-9.165, -6.201],
[-4.869, 4.551],
[-0.817, -5.722],
[-1.773, -6.512],
[-7.041, 2.377],
[-0.271, -6.856],
[-2.384, -2.733],
[-5.44, 3.803],
[0.033, -5.108],
[2.269, -7.347],
[-2.565, -3.192],
[-9.895, 3.437],
[-1.099, -9.161],
[-0.67, -7.308],
[-3.274, 4.736],
[-2.42, -4.341],
[-11.887, 2.453],
[0.658, -7.581],
[-3.429, -8.492],
[-0.7, -7.289],
[0.983, -6.232],
[0.48, -8.191],
[-5.323, 1.068],
[-4.479, 3.054],
[0.885, -6.887],
[-0.423, -8.075],
[-3.203, 2.442],
[-1.02, -6.367],
[-11.164, 3.091],
[-11.058, 2.368],
[3.595, -6.3],
[-4.153, -6.126],
[-0.007, -7.16],
[-10.397, 1.562],
[-2.196, -5.957],
[-0.381, -4.686],
[-4.526, -4.739],
[-2.172, -2.827],
[-7.716, -6.551],
[-1.038, -7.057],
[-8.977, -7.263],
[-7.017, -6.444],
[-1.863, -4.486],
[-3.605, -7.572],
[-7.852, -5.934],
[-5.523, 3.997],
[-10.937, 3.91],
[-10.218, 1.98],
[-12.04, 4.115],
[-3.247, -2.797],
[-12.143, 4.103],
[-10.273, 2.681],
[-11.244, 1.247],
[-9.946, 2.7],
[-2.768, -6.967],
[-1.922, -7.493],
[-11.367, 3.342],
[-3.257, -8.431],
[-3.591, -5.034],
[-1.981, -5.991],
[-0.063, -7.619],
[-7.326, 4.043],
[-11.272, 4.668],
[-8.291, -7.056],
[-1.581, -2.801],
[-1.319, -1.862],
[-10.245, 4.758],
[0.451, -6.492],
[-1.924, -2.726],
[-13.45, 5.09],
[-3.121, -3.768],
[-10.099, -6.539],
[1.463, -7.314],
[-6.218, 3.476],
[-8.544, -7.286],
[-7.354, -6.712],
[1.458, -5.927],
[-1.828, -4.646],
[-0.309, -5.634],
[-3.095, -7.19],
[-0.432, -4.823],
[0.521, -4.752],
[-1.059, -5.198],
[-7.928, -9.269],
[-9.501, -6.644],
[-6.21, 3.415],
[-2.219, -4.762],
[0.448, -5.052],
[-3.895, -5.964],
[-11.081, 4.26],
[-10.733, 2.44],
[-2.066, 4.737],
[0.718, -8.186],
[-10.695, 2.405],
[-12.408, 3.338],
[-9.211, -5.381],
[-1.125, -3.673],
[1.288, -6.178],
[-1.963, -4.943],
[-1.64, -5.963],
[-11.595, 2.253],
[-3.38, 2.414],
[-3.985, 1.959],
[-9.062, -7.446],
[0.694, -4.891],
[-0.757, -9.744],
[-7.094, 4.121],
[-9.954, 2.988],
[-6.559, 3.754],
[-9.962, -8.503],
[-12.227, 1.484],
[-0.593, -6.962],
[-1.114, -3.624],
[-0.047, -7.041],
[-1.089, -6.059],
[-0.714, -7.068],
[-3.081, -6.806],
[-4.694, 3.688],
[-0.332, -8.839],
[-0.689, -7.783],
[-0.059, -6.109],
[-10.019, -5.591],
[-11.541, 2.815],
[-1.259, -6.943],
[1.578, -4.682],
[-1.958, -7.027],
[-0.894, -5.489],
[-2.152, -1.877],
[-1.348, -8.231],
[-2.967, -4.801],
[-0.1, -7.07],
[-8.063, -6.299],
[-4.429, -5.415],
[-1.562, -1.929],
[-0.939, -6.822],
[-0.509, -6.993],
[-2.126, -5.526],
[-0.294, -1.536],
[-0.117, -6.05],
[-2.826, -3.733],
[-4.554, 4.61],
[-0.839, -7.891],
[-12.258, 2.746],
[1.43, -7.054],
[-1.912, -5.389],
[0.834, -7.597],
[0.583, -6.086],
[-8.97, -7.163],
[1.01, -8.954],
[-0.226, -10.67],
[-7.955, -7.487],
[0.762, -7.093],
[-2.326, -1.349],
[-8.19, -6.378],
[-4.636, -6.437],
[-11.738, 2.882],
[-0.819, -8.376],
[0.033, -4.82],
[-7.386, -6.751],
[-1.691, -2.423],
[-1.796, -9.245],
[-7.187, -5.818],
[-4.656, 4.047],
[-7.376, -5.387],
[-6.555, 2.733],
[-7.867, -6.396],
[-0.622, -3.737],
[0.087, -6.175],
[0.825, -5.101],
[-1.082, -2.582],
[0.256, -8.56],
[1.209, -8.199],
[-3.768, -5.462],
[0.188, -8.1],
[-1.295, -4.174],
[-9.488, 2.723],
[-8.993, -7.781],
[-3.257, -2.609],
[2.506, -6.216],
[-0.038, -6.98],
[0.498, -5.326],
[-10.13, -5.878],
[-8.639, -7.529],
[-12.293, 4.849],
[1.15, -6.3],
[-8.457, -4.988],
[-3.412, -4.063],
[-9.585, -5.883],
[-9.872, -6.502],
[1.118, -8.293],
[-1.686, -3.337],
[-2.585, -5.829],
[-2.616, -6.843],
[-9.121, 3.66],
[-1.569, -8.794],
[-7.595, -6.998],
[-0.395, -4.459],
[-2.321, -2.808],
[-2.75, -4.875],
[0.536, -6.783],
[-9.613, -6.112],
[-7.518, -5.923],
[-6.097, 4.413],
[0.418, -6.396],
[-10.64, 1.699],
[1.048, -9.54],
[-1.117, -4.319],
[-5.167, 4.7],
[-8.431, -7.563],
[0.135, -8.378],
[-1.325, -3.632],
[-5.055, -6.078],
[-8.71, 4.639],
[-12.018, 4.13],
[-1.149, -1.686],
[1.333, -5.29],
[-8.617, -6.742],
[-2.021, -6.196],
[-0.333, -6.935],
[-0.198, -7.226],
[-0.292, -5.968],
[0.368, -6.593],
[-1.453, -6.312],
[-0.705, -9.171],
[-10.578, 1.617],
[-10.799, 2.23],
[-1.535, -8.596],
[-6.426, -7.784],
[0.832, -5.816],
[-0.469, -8.612],
[-9.833, 1.875],
[-2.624, -5.458],
[0.73, -5.936],
[-1.829, -7.119],
[-1.029, -9.411],
[-2.917, -4.67],
[-0.235, -2.28],
[0.511, -6.66],
[-1.363, -10.187],
[2.365, -5.548],
[-4.383, 3.321],
[-0.327, -9.834],
[-1.869, -5.72],
[-4.858, 2.207],
[0.714, -7.799],
[-0.743, -6.283],
[-1.402, -5.541],
[-5.516, 2.351],
[-2.235, -3.446],
[-9.478, 2.821],
[-4.125, -5.256],
[0.6, -6.513],
[-12.401, 3.379],
[-0.548, -4.529],
[-12.71, 4.481],
[-3.897, -4.834],
[-3.019, -4.57],
[-6.988, -7.426],
[-1.967, -7.989],
[-3.824, -7.086],
[-0.782, -5.708],
[-1.086, -2.967],
[-0.455, -7.762],
[-11.635, 2.71],
[-1.973, -6.495],
[-9.438, 2.093],
[-2.435, -8.402],
[-5.534, 1.765],
[-0.163, -7.205],
[-11.165, 4.595],
[-1.201, -5.396],
[-1.844, -7.861],
[-0.865, -7.268],
[0.92, -7.31],
[-9.306, 3.99],
[-3.6, -8.791],
[-9.08, -7.275],
[1.09, -5.694],
[-5.246, 3.962],
[-1.778, -3.447],
[0.342, -6.779],
[-0.625, -7.121],
[-1.913, -4.023],
[-1.348, -3.207],
[-0.097, -3.739],
[-0.622, -8.998],
[-10.073, 2.503],
[-7.345, -5.823],
[-8.801, -6.013],
[-1.717, -6.436],
[0.601, -8.469],
[0.901, -5.128],
[1.629, -6.906],
[-0.472, -5.797],
[-7.713, -6.935],
[-0.65, -5.19],
[-2.208, -7.313],
[-10.806, 2.767],
[0.833, -6.502],
[-6.432, -8.296],
[0.286, -6.753],
[0.069, -5.821],
[-7.012, 4.123],
[-2.093, -4.394],
[-10.618, 4.431],
[-8.245, -6.26],
[-1.405, -7.009],
[-1.29, -5.979],
[-13.27, 4.036],
[-7.482, -5.316],
[-0.216, -7.819],
[-0.342, -5.875],
[0.368, -4.549],
[-1.407, -8.643],
[-2.613, -2.887],
[-1.505, -3.65],
[-0.906, -2.899],
[-12.538, 4.82],
[-4.907, -4.782],
[-1.803, -7.563],
[-2.929, -3.026],
[-4.295, 4.976],
[-1.978, -8.331],
[-8.533, -6.704],
[-7.844, -8.411],
[-4.362, 4.359],
[-8.645, -7.151],
[-3.789, -7.097],
[-2.823, -5.89],
[-3.348, -4.724],
[-7.81, -5.972],
[-3.548, -4.393],
[-5.205, -6.65],
[0.744, -5.757],
[-0.399, -6.419],
[-6.107, 4.327],
[-3.409, -7.044],
[1.109, -6.412],
[-10.278, 4.469],
[-4.424, 3.604],
[-1.558, -6.967],
[2.041, -6.197],
[-2.094, -5.109],
[-9.826, -8.169],
[-2.627, -4.663],
[0.163, -4.191],
[-4.705, 3.938],
[0.317, -9.534],
[2.141, -8.102],
[-1.955, -8.024],
[-0.465, -4.115],
[-0.004, -8.037],
[-6.024, 2.999],
[-3.476, -4.193],
[-7.657, 4.094],
[-11.686, 2.619],
[0.505, -6.655],
[-13.192, 4.222],
[-1.332, -2.123],
[-1.906, -4.677],
[-2.039, -9.835],
[-2.546, -5.615],
[-3.259, -10.974],
[-4.899, -6.241],
[1.973, -6.568],
[-5.793, 2.926],
[-1.0, -9.228],
[-5.877, 4.441],
[-0.802, -4.775],
[-1.471, -6.747],
[-0.57, -7.598],
[0.366, -8.197],
[-2.148, -7.695],
[0.163, -5.076],
[-2.738, -5.622],
[-11.885, 2.372],
[-5.501, 3.151],
[1.295, -7.234],
[-2.339, -5.639],
[-12.08, 5.804],
[-7.457, -6.899],
[0.289, -6.527],
[-7.788, -8.446],
[-7.623, -5.613],
[-1.513, -5.362],
[-0.388, -7.936],
[-1.112, -8.039],
[-2.51, -6.992],
[-12.036, 3.961],
[-1.412, -5.003],
[-3.065, -7.466],
[-9.622, -7.397],
[-0.077, -3.134],
[-3.161, -3.475],
[-9.186, 2.103],
[-1.848, -4.209],
[-3.083, -5.612],
[-8.288, -7.101],
[-10.749, 4.222],
[-0.346, -8.065],
[0.535, -4.413],
[-7.194, -7.57],
[-2.311, -8.664],
[-9.993, 4.081],
[-1.988, -3.991],
[0.539, -8.095],
[-3.188, -4.407],
[-7.518, 2.99],
[-2.415, -3.735],
[-5.393, 4.148],
[-7.154, -7.919],
[-6.193, 3.55],
[-0.021, -6.517],
[-0.88, -5.171],
[-4.573, 1.994],
[-0.562, -5.583],
[1.809, -5.989],
[-12.6, 2.681],
[-2.384, -5.529],
[1.277, -7.856],
[1.461, -4.464],
[-3.268, -4.484],
[-11.057, 2.473],
[0.69, -7.136],
[-10.373, 3.327],
[-5.789, 4.224],
[-0.47, -6.262],
[-2.381, -4.517],
[-1.951, -5.371],
[-5.829, 4.894],
[-8.433, -6.6],
[-4.62, -5.416],
[-0.95, -3.135],
[-4.963, -6.965],
[-7.492, -7.192],
[-10.347, 2.486],
[-0.144, -8.624],
[-1.729, -5.198],
[-1.136, -7.246],
[-4.854, -5.701],
[-5.954, 3.502],
[-5.453, -6.711],
[-2.005, -8.363],
[-4.67, -6.631],
[-0.903, -7.431],
[-8.785, -4.582],
[-6.041, 4.213],
[-5.599, 4.085],
[-3.343, -5.617],
[-0.805, -8.319],
[-10.775, 3.276],
[0.442, -7.36],
[-7.756, -6.772],
[0.613, -6.279],
[-1.033, -5.838],
[-1.477, -9.419],
[-2.889, -4.113],
[0.035, -4.127],
[-3.556, -4.627],
[-7.893, -5.276],
[-3.47, -2.993],
[-10.3, 2.393],
[-5.061, 2.651],
[-1.433, -2.733],
[0.183, -8.843],
[-10.788, -8.556],
[-2.247, -3.667],
[-1.207, -6.9],
[1.649, -6.733],
[-2.866, 4.83],
[2.775, -7.512],
[-0.592, -4.242],
[-7.355, 3.545],
[-2.235, -3.7],
[-2.854, -6.095],
[0.018, -7.835],
[-11.524, 2.535],
[-11.484, 4.321],
[-4.514, -4.783],
[-2.225, -7.763],
[-3.53, -4.725],
[-1.888, -4.072],
[-4.137, -6.846],
[0.6, -5.953],
[-2.985, -5.897],
[-9.025, -5.131],
[-2.525, -2.735],
[-3.403, -4.261],
[0.085, -7.463],
[-1.195, -8.485],
[-6.453, -8.678],
[-2.765, -9.939],
[1.012, -7.27],
[0.603, -5.878],
[-13.281, 3.901],
[-10.313, 1.219],
[-2.705, -8.317],
[-5.808, 3.025],
[-0.187, -5.638],
[-0.744, -8.61],
[1.843, -6.96],
[-1.698, -3.142],
[-2.573, -7.593],
[-2.881, -7.8],
[-3.929, 2.884],
[-3.613, -6.262],
[-4.286, -2.984],
[-0.973, -2.541],
[-8.544, -8.002],
[-7.639, -5.137],
[-3.302, -5.6],
[-1.794, -5.872],
[-10.435, 4.519],
[-6.373, 1.162],
[-8.396, -6.324],
[0.506, -4.955],
[-6.642, 4.22],
[-0.611, -6.868],
[-4.908, -4.372],
[-6.033, 3.312],
[-3.153, -7.51],
[-10.875, 3.214],
[-0.293, -8.953],
[-2.081, -4.619],
[-3.793, -5.431],
[-8.87, -4.25],
[-8.254, -8.891],
[-1.474, -4.486],
[0.402, -6.778],
[-0.619, -6.795],
[-10.131, -4.856],
[-1.239, -3.656],
[-0.691, -6.953],
[-6.995, -7.407],
[-8.987, -8.061],
[-6.277, 3.079],
[0.8, -6.109],
[-2.756, -4.226],
[-3.404, -5.282],
[-3.381, -9.242],
[-3.281, -5.786],
[-0.933, -7.335],
[-4.366, -5.08],
[0.555, -6.981],
[-10.659, 4.744],
[2.411, -7.744],
[-8.01, -7.246],
[-1.994, -7.156],
[-0.361, -8.242],
[-8.123, -7.834],
[-0.4, -5.034],
[-10.93, 3.013],
[-7.105, -5.961],
[-3.089, -5.608],
[-1.419, -8.094],
[-4.898, 3.523],
[-9.124, -6.453],
[-10.858, 3.846],
[-12.007, 4.296],
[-0.898, -5.202],
[-1.574, -8.169],
[-2.606, -3.298],
[-10.0, 1.841],
[-1.485, -5.055],
[-2.783, -6.471],
[-9.218, -7.453],
[-1.95, -3.14],
[-6.851, 2.696],
[-6.199, -7.192],
[0.645, -7.763],
[1.951, -7.193],
[-2.077, -7.419],
[-0.513, -4.165],
[-4.497, 2.828],
[-10.721, 3.632],
[-0.675, -6.449],
[-1.246, -9.633],
[-4.667, -4.808],
[-0.007, -8.199],
[0.835, -7.076],
[-10.53, 2.057],
[-0.892, -5.359],
[-11.167, 4.031],
[-3.739, 1.239],
[-2.643, -5.674],
[-1.98, -2.6],
[-11.533, 3.255],
[-4.918, 2.103],
[-1.119, -4.898],
[-5.159, -5.631],
[-1.329, -7.091],
[1.012, -8.495],
[-3.941, 2.814],
[-0.49, -8.304],
[-2.01, -3.084],
[-1.522, -8.168],
[-9.227, -7.699],
[-0.827, -5.457],
[-4.742, -4.044],
[-10.082, -5.834],
[-11.606, 3.249],
[-1.717, -2.634],
[-0.688, -6.603],
[-0.401, -6.342],
[-5.095, 4.029],
[-1.929, -4.806],
[-5.218, 4.25],
[-0.311, -7.352],
[-8.493, -7.974],
[-0.297, -4.717],
[-1.897, -2.628],
[-1.761, -5.52],
[-0.229, -7.655],
[-3.153, -8.436],
[-6.376, 2.819],
[-9.812, 3.239],
[-1.222, -5.552],
[-0.155, -4.586],
[-8.487, -6.944],
[-1.236, -9.823],
[0.798, -7.487],
[-1.381, -4.131],
[-5.888, 5.888],
[-2.53, -4.687],
[-9.345, -6.809],
[-9.241, -6.963],
[-0.342, -9.763],
[-11.313, 4.817],
[-10.554, 4.062],
[-2.948, -4.216],
[1.588, -9.549],
[-7.618, -7.695],
[-11.532, 5.899],
[-0.675, -8.676],
[1.746, -8.109],
[-0.923, -7.478],
[-12.338, 4.146],
[-2.67, -9.328],
[1.362, -7.702],
[-2.613, -4.668],
[2.662, -6.666],
[-0.35, -4.858],
[-2.305, -6.315],
[0.666, -6.148],
[-1.658, -3.85],
[-4.619, -7.048],
[-0.195, -9.673],
[-13.573, 5.749],
[-7.544, 3.137],
[-3.139, -5.094],
[-4.198, 3.681],
[-2.193, -7.904],
[-1.329, -5.931],
[-1.057, -2.376],
[-0.326, -7.448],
[-4.931, 5.166],
[-3.536, -6.009],
[-2.618, -9.139],
[-0.633, -7.928],
[-3.33, -2.909],
[-5.203, 3.676],
[-3.117, -6.114],
[-5.743, 4.611],
[-9.955, 3.901],
[-0.955, -7.717],
[-1.181, -7.249],
[-1.307, -8.464],
[-5.304, -6.277],
[-11.048, 6.268],
[-1.419, -7.474],
[-4.977, 2.902],
[1.928, -9.091],
[-2.921, -6.524],
[-0.719, -6.545],
[-4.574, 4.649],
[0.769, -6.933],
[-8.077, -6.944],
[-10.254, 4.615],
[-0.538, -7.913],
[-10.207, -7.182],
[-1.146, -3.505],
[-0.169, -4.428],
[-10.385, 3.289],
[-3.228, 2.276],
[-1.521, -3.269],
[-3.858, -8.365],
[-1.831, -9.073],
[-0.994, -4.403],
[-3.251, -6.204],
[-1.957, -4.079],
[-1.222, -7.322],
[-7.041, -6.443],
[1.28, -8.286],
[-3.14, -5.647],
[-12.381, 3.14],
[-5.041, 2.17],
[-7.118, -7.077],
[-2.444, -9.615],
[-1.204, -4.117],
[-0.203, -5.286],
[-6.149, 3.708],
[-8.537, -6.671],
[-3.115, -3.337],
[-1.712, -5.643],
[-5.597, 3.806],
[-3.865, -5.51],
[-8.341, -6.242],
[-2.363, -4.917],
[-0.535, -8.949],
[-4.836, 4.431],
[-1.125, -8.547],
[-2.0, -9.207],
[0.487, -8.532],
[-11.349, 4.744],
[-6.857, -6.058],
[-3.488, 4.067],
[-2.865, -6.514],
[-9.824, 2.654],
[-7.648, -5.765],
[-1.192, -2.258],
[-1.384, -10.792],
[-8.394, -6.727],
[0.655, -8.027],
[-3.636, -6.506],
[-0.962, -5.149],
[-2.877, -5.462],
[-8.611, -7.494],
[-6.148, -7.297],
[-4.467, 5.026],
[-3.377, -9.684],
[-4.858, -5.586],
[-10.947, 1.42],
[-10.286, -6.599],
[-11.712, 2.242],
[-1.966, -8.57],
[-1.571, -1.083],
[-3.286, -3.958],
[-3.467, 4.469],
[-0.367, -9.293],
[-1.686, -5.044],
[-7.328, -7.42],
[-3.079, -6.09],
[-7.858, -5.571],
[-2.77, -4.917],
[3.394, -7.02],
[-0.797, -8.72],
[-3.819, -8.535],
[-0.64, -7.608],
[-5.25, 3.699],
[-1.176, -9.665],
[2.427, -6.547],
[0.218, -8.175],
[0.064, -5.829],
[-0.363, -9.787],
[-10.899, 3.659],
[-7.299, 1.698],
[0.221, -6.973],
[-0.421, -7.545],
[-3.737, -4.94],
[-1.26, -7.289],
[0.165, -5.944],
[0.29, -9.274],
[0.694, -5.873],
[-3.003, -8.027],
[-7.219, -6.999],
[-1.909, -7.595],
[1.046, -6.913],
[1.213, -6.834],
[-1.134, -6.101],
[-9.583, -6.909],
[1.101, -4.852],
[-10.893, 2.207],
[-1.177, -4.845],
[-0.54, -8.688],
[-1.581, -9.719],
[-2.613, -5.042],
[-5.519, -7.535],
[-5.211, 1.2],
[-4.294, 3.091],
[-2.667, -9.12],
[-0.858, -7.817],
[-1.051, -6.937],
[-0.344, -6.729],
[-5.584, 3.57],
[-5.594, 0.25],
[-11.31, 3.649],
[-3.653, -4.342],
[-3.161, -9.103],
[-4.004, -3.952],
[1.36, -6.501],
[-3.691, -6.186],
[-8.196, -4.592],
[2.648, -9.744],
[-11.288, 1.189],
[-0.612, -4.983],
[0.593, -8.489],
[-5.508, 3.599],
[0.112, -5.733],
[-6.2, 2.939],
[-2.177, -6.204],
[-12.837, 3.717],
[-12.367, 2.707],
[-5.933, -5.344],
[-5.527, 2.623],
[1.891, -9.028],
[-9.552, -7.604],
[-7.435, -9.584],
[-8.547, -7.546],
[-9.463, 2.034],
[-1.569, 5.441],
[0.326, -6.885],
[-0.121, -5.691],
[-4.678, -4.784],
[0.906, -5.754],
[-0.275, -5.074],
[-12.018, 4.881],
[-1.14, -9.593],
[-9.659, 2.318],
[-9.336, 4.385],
[-1.865, -2.632],
[-6.377, 2.9],
[0.914, -6.558],
[-2.312, -5.182],
[-0.501, -8.533],
[0.485, -6.115],
[-6.768, 4.472],
[-0.409, -7.226],
[0.446, -9.208],
[0.669, -3.75],
[-7.293, -6.976],
[-12.03, 2.948],
[-2.328, -5.264],
[-5.488, 4.468],
[-0.069, -9.771],
[-10.641, 1.795],
[-8.282, -6.335],
[-0.457, -4.039],
[-6.067, 3.031],
[-1.306, -3.998],
[-1.85, -7.446],
[-0.153, -5.484],
[-0.031, -7.955],
[1.715, -6.646],
[-1.917, -3.603],
[-10.975, 1.801],
[-5.136, -6.056],
[-2.794, -7.288],
[-10.79, 3.301],
[-2.688, -9.521],
[-0.957, -7.641],
[-2.106, -5.303],
[-7.131, -7.293],
[-1.422, -6.316],
[-2.445, -7.803],
[-4.702, -6.291],
[-4.529, -6.736],
[-2.272, -6.68],
[-1.611, -6.645],
[-0.172, -5.992],
[-1.916, -6.555],
[-1.984, -1.035],
[-3.482, -6.264],
[-4.909, 1.137],
[-2.245, -7.271],
[0.302, -6.964],
[-2.457, -4.856],
[-1.178, -2.643],
[-2.958, -7.361],
[-11.622, 4.101],
[-4.21, 3.555],
[-0.101, -8.557],
[-1.151, -4.372],
[-10.687, 3.849],
[-8.645, -8.12],
[-4.283, -4.785],
[-11.622, 3.48],
[2.282, -7.76],
[-6.614, 3.091],
[-3.274, -6.29],
[-0.005, -4.563],
[-2.989, -3.486],
[-5.704, 3.281],
[-5.601, 3.172],
[0.73, -7.787],
[-5.474, -5.794],
[-2.72, -4.429],
[-3.926, -5.871],
[-0.002, -8.125],
[-5.318, 4.398],
[-0.399, -7.352],
[-0.916, -7.408],
[-10.66, 1.917],
[-10.547, 4.478],
[-1.557, -6.151],
[-3.591, -4.475],
[-1.838, -7.223],
[-12.282, 5.095],
[-2.432, -8.323],
[-1.355, -4.917],
[-2.461, 2.903],
[-4.053, -4.144],
[-12.318, 3.109],
[-11.481, 4.321],
[-1.0, -5.638],
[-3.185, -2.009],
[2.283, -6.262],
[-5.386, -5.99],
[1.137, -5.109],
[-10.484, 2.932],
[-0.703, -3.865],
[-4.557, 4.453],
[-12.013, 3.701],
[0.664, -7.087],
[-10.007, -7.736],
[-0.824, -7.671],
[-1.954, -3.156],
[0.727, -6.803],
[-1.887, -4.248],
[-0.597, -7.131],
[-2.426, -6.465],
[0.725, -5.183],
[-6.825, 3.617],
[-11.844, 3.836],
[-1.751, -6.701],
[-9.085, -8.757],
[-5.806, 3.587],
[-5.932, -8.416],
[-10.951, 4.172],
[-0.062, -9.322],
[-2.683, -7.591],
[-3.838, -5.27],
[-0.822, -6.322],
[-9.968, 2.438],
[-2.366, -9.378],
[-10.286, 4.033],
[-3.123, -4.451],
[-1.952, -3.218],
[-2.556, -5.937],
[-0.423, -7.186],
[-2.988, -4.753],
[0.102, -6.427],
[-4.132, 3.972],
[-3.148, -12.338],
[-8.903, -7.391],
[-2.325, -5.417],
[-11.74, 2.669],
[-1.556, -5.035],
[-0.216, -4.957],
[-5.591, 2.149],
[-9.179, -8.03],
[-2.348, -5.859],
[-5.632, 3.26],
[-9.356, 3.843],
[-10.054, -6.21],
[1.172, -9.334],
[-1.304, -3.911],
[-1.894, -5.37],
[-0.957, -4.776],
[0.994, -5.328],
[-11.805, 4.739],
[-9.394, -7.896],
[-7.317, -8.296],
[-0.007, -7.719],
[-3.182, -7.718],
[-0.684, -8.565],
[-2.923, -6.049],
[-7.171, -6.267],
[-5.655, 2.69],
[-1.901, -8.729],
[0.464, -6.522],
[-8.337, -6.374],
[-8.139, -7.483],
[-3.985, -3.553],
[-7.528, -8.648],
[-5.187, 3.733],
[-1.023, -3.951],
[-9.227, -8.422],
[-0.228, -6.696],
[-0.036, -6.59],
[-11.528, 3.767],
[-0.912, -7.817],
[1.228, -5.798],
[-0.945, -8.666],
[-2.959, -5.21],
[-0.673, -4.472],
[-12.836, 3.021],
[-1.795, -9.007],
[-5.462, 3.049],
[-11.088, 2.921],
[1.563, -5.067],
[-5.576, 3.307],
[-7.002, -8.34],
[-4.791, -4.098],
[-13.066, 1.792],
[1.026, -4.668],
[-2.964, -8.718],
[-5.328, 1.672],
[-10.952, 2.933],
[-6.035, -8.256],
[-5.786, 3.387],
[-2.603, -3.871],
[-11.096, 2.877],
[-7.261, -7.428],
[-3.188, -5.026],
[2.668, -5.892],
[-3.622, -5.901],
[-3.562, -5.578],
[1.751, -8.243],
[1.856, -6.497],
[0.534, -7.917],
[-4.099, 2.764],
[-7.207, -5.533],
[-0.485, -8.302],
[0.155, -8.351],
[-4.757, -4.529],
[1.678, -5.481],
[-0.509, -6.508],
[0.521, -7.139],
[-3.731, -4.592],
[-2.573, -4.763],
[-1.367, -7.715],
[-8.047, -6.864],
[-1.962, -6.922],
[-3.527, -6.504],
[-9.268, -7.443],
[-7.658, -6.253],
[-1.349, -8.516],
[-1.697, -7.561],
[0.258, -5.249],
[-1.165, -8.023],
[-2.815, -6.724],
[-11.457, 4.649],
[-3.144, -5.101],
[-2.487, -8.167],
[-0.206, -9.365],
[-6.527, 2.059],
[-2.65, -5.271],
[-2.742, -7.521],
[-10.121, 3.243],
[-3.015, -6.449],
[-2.539, -6.083],
[-8.281, 2.85],
[-3.149, -1.641],
[-5.11, 3.897],
[-9.873, 4.186],
[-10.831, 3.696],
[-7.156, -6.69],
[-4.646, 3.921],
[-4.845, -4.56],
[-10.992, 2.703],
[-10.307, 3.716],
[0.45, -6.337],
[-5.099, 3.621],
[-9.725, 3.566],
[1.21, -7.572],
[-1.712, -5.384],
[-2.082, -5.041],
[-5.535, 2.849],
[-2.262, -7.851],
[0.007, -10.302],
[-2.802, -3.836],
[1.413, -6.7],
[-3.436, -3.887],
[-2.453, -5.356],
[-11.619, 2.728],
[0.128, -4.545],
[-2.525, -4.504],
[-2.612, -2.801],
[2.191, -6.893],
[-3.615, -4.524],
[-3.123, -7.616],
[0.132, -6.292],
[1.963, -4.105],
[-2.601, -4.281],
[-3.106, -7.425],
[-5.605, 4.224],
[2.429, -5.652],
[-10.335, 1.909],
[-0.947, -5.555],
[-2.731, -3.126],
[-2.982, -7.311],
[-5.302, 3.866],
[-2.033, -4.616],
[-6.73, 4.324],
[-11.274, 4.336],
[-5.255, 4.339],
[-2.58, -4.112],
[-8.164, -8.956],
[-1.581, -10.237],
[-8.308, -9.255],
[-2.204, -3.369],
[0.698, -6.659],
[-3.03, -4.089],
[-0.778, -8.221],
[-8.754, -6.841],
[-10.964, 4.207],
[-1.349, -8.457],
[-4.066, 2.817],
[-0.108, -7.062],
[-1.657, -7.403],
[-4.864, 2.986],
[-9.419, -8.71],
[-1.63, -5.467],
[0.389, -8.834],
[1.056, -5.381],
[-8.443, -4.548],
[-6.051, -4.993],
[-2.94, -7.502],
[-6.956, -7.087],
[-6.766, 4.188],
[-2.774, -2.309],
[0.68, -6.76],
[-10.832, 5.608],
[-8.168, -7.728],
[-10.228, 0.554],
[-6.822, 5.79],
[-0.586, -8.672],
[-6.026, -5.492],
[-5.561, 3.675],
[-5.793, -6.139],
[-1.949, -4.69],
[0.917, -7.993],
[1.605, -8.333],
[-0.167, -8.613],
[1.145, -7.151],
[1.093, -6.657],
[0.431, -5.887],
[-6.971, 4.255],
[0.947, -5.753],
[-8.482, -5.967],
[-4.643, -6.293],
[-0.861, -7.578],
[0.797, -7.505],
[-0.904, -4.201],
[-0.995, -7.766],
[-10.731, 3.722],
[-1.278, -5.716],
[-1.319, -3.506],
[-1.527, -6.759],
[-2.653, -7.351],
[-5.662, -6.881],
[-0.985, -3.483],
[-2.164, -5.983],
[-2.082, -10.302],
[-2.708, -3.456],
[-7.746, -8.04],
[-8.22, -5.764],
[0.271, -3.761],
[-2.502, -6.007],
[-4.294, 4.581],
[-0.029, -5.154],
[-7.97, -4.53],
[-3.072, -8.519],
[-2.774, -4.872],
[-12.003, 2.298],
[-5.084, -5.699],
[-5.268, -6.631],
[-9.144, -8.461],
[-11.214, 2.974],
[-4.43, 2.58],
[-1.901, -6.044],
[-1.687, -2.46],
[-5.205, 5.251],
[-1.611, -8.578],
[-1.834, -8.954],
[0.077, -6.216],
[-0.057, -3.989],
[-3.87, -4.48],
[1.865, -6.213],
[-2.182, -4.67],
[1.635, -5.201],
[-1.995, -2.318],
[-0.453, -2.048],
[0.05, -5.02],
[1.982, -6.356],
[-4.165, 3.254],
[0.002, -10.55],
[-0.478, -8.033],
[1.761, -7.989],
[-10.303, 4.011],
[-0.366, -6.555],
[-3.386, -4.223],
[-3.744, -8.108],
[-1.856, -6.64],
[0.052, -3.264],
[-3.13, -9.391],
[1.369, -6.357],
[-5.577, 3.693],
[-0.88, -5.015],
[-0.275, -4.153],
[-5.409, 3.993],
[-10.144, 4.886],
[-9.904, 3.788],
[-3.29, -4.612],
[-6.127, 3.127],
[-0.599, -9.918],
[-11.862, 3.169],
[-0.902, -4.214],
[-7.796, -6.718],
[-5.026, 3.558],
[-1.729, -8.526],
[-1.758, -4.034],
[-7.029, -7.829],
[-0.936, -9.817],
[-1.001, -9.401],
[-5.247, 3.632],
[-1.133, -3.141],
[-7.752, -5.987],
[-0.09, -5.332],
[-3.037, -3.728],
[-3.146, -6.381],
[-7.051, -7.737],
[-1.621, -8.44],
[-11.749, 3.351],
[-0.205, -5.03],
[-1.437, -4.365],
[0.728, -6.309],
[-12.638, 3.796],
[-7.006, -8.358],
[-1.133, -8.606],
[-2.812, -5.83],
[0.986, -8.143],
[-6.458, 3.687],
[0.17, -6.238],
[-0.046, -4.843],
[-4.002, 4.42],
[0.399, -7.316],
[-1.26, -4.138],
[1.501, -8.802],
[-2.985, -5.653],
[-6.079, 3.99],
[-7.647, -7.966],
[-3.921, -7.764],
[-3.344, -4.997],
[-8.917, -6.821],
[-11.849, 1.85],
[-10.258, 3.579],
[-3.554, -3.077],
[-0.157, -7.705],
[2.851, -8.377],
[-4.368, 4.455],
[-4.375, 2.108],
[-2.373, -3.79],
[-6.332, 5.121],
[-0.892, -3.699],
[-11.675, 3.619],
[0.594, -8.34],
[-10.364, 3.142],
[-3.147, -10.583],
[2.177, -3.861],
[-2.126, -5.778],
[-11.512, 5.286],
[-10.756, 4.766],
[-4.376, 1.374],
[-0.927, -6.203],
[-1.562, -5.192],
[-0.121, -7.615],
[-8.203, -6.011],
[-5.24, 4.246],
[-4.384, 5.426],
[-5.143, 4.463],
[0.352, -6.588],
[-3.463, -4.362],
[-7.719, -6.834],
[-2.493, -8.312],
[-10.456, 3.282],
[-6.335, -7.424],
[2.354, -6.398],
[-2.541, 4.586],
[0.875, -5.198],
[-9.768, 2.999],
[-11.556, 2.71],
[-10.534, 3.871],
[-0.479, -5.663],
[-1.715, -4.584],
[3.07, -6.694],
[-5.118, -6.743],
[-5.757, -4.061],
[-7.917, -7.798],
[-10.443, 3.459],
[-11.048, 2.312],
[-0.299, -7.778],
[0.684, -5.745],
[-1.973, -10.043],
[-10.831, 4.41],
[-2.241, -6.62],
[-9.372, -7.712],
[-6.15, 4.243],
[-1.781, -2.773],
[-3.04, -5.955],
[1.179, -6.803],
[-8.455, -6.729],
[-3.196, -8.555],
[-5.098, -5.278],
[-12.591, 3.814],
[-0.305, -6.075],
[-3.925, -4.68],
[0.714, -6.791],
[-11.978, 2.405],
[-11.69, 4.458],
[2.245, -7.638],
[-5.746, 3.715],
[-7.932, -8.225],
[-8.465, -6.852],
[-8.472, -6.502],
[-10.133, 2.229],
[-2.289, -8.572],
[-4.83, -4.331],
[0.781, -6.882],
[-10.164, 1.079],
[-7.758, -8.269],
[0.738, -7.396],
[-11.876, 3.468],
[-0.107, -7.044],
[0.351, -7.529],
[-1.429, -4.582],
[-0.626, -5.455],
[-10.834, 3.889],
[1.296, -7.341],
[1.63, -7.45],
[-7.176, 4.392],
[-12.348, 3.134],
[-10.354, 5.18],
[-5.952, 2.59],
[-1.794, -6.644],
[-1.975, -3.871],
[-7.783, -6.644],
[-3.545, -3.85],
[-4.641, 3.12],
[-5.389, 3.528],
[-11.354, 2.289],
[-11.548, 2.805],
[-4.687, 5.385],
[-12.999, 3.074],
[-0.272, -7.027],
[2.054, -6.333],
[-7.234, 2.727],
[-3.767, 2.479],
[-1.763, -9.463],
[-12.519, 3.902],
[1.771, -8.781],
[1.073, -8.174],
[-0.872, -6.705],
[-7.834, -7.15],
[-7.569, -7.147],
[0.971, -6.643],
[-3.056, -1.778],
[-0.921, -9.217],
[-8.848, -6.322],
[-1.295, -8.801],
[-2.228, -8.534],
[-0.049, -5.739],
[1.377, -6.706],
[-0.025, -6.617],
[-1.671, -8.138],
[-1.833, -7.123],
[-0.68, -10.493],
[-2.64, 4.983],
[-3.059, -4.23],
[-10.098, 3.624],
[-11.008, 3.267],
[-10.075, 3.527],
[-9.367, 3.047],
[-2.098, -2.441],
[-1.696, -8.829],
[-1.822, -4.557],
[-0.339, -6.046],
[-2.93, -7.531],
[-9.154, -6.53],
[-6.827, -6.838],
[-3.169, -6.088],
[-11.378, 4.287],
[-1.095, -8.567],
[-3.027, -3.531],
[-11.886, 4.754],
[0.021, -9.411],
[-2.549, -5.882],
[-4.991, 3.648],
[-3.261, -4.809],
[0.137, -8.16],
[-9.291, -6.418],
[-5.522, -7.334],
[-10.436, 6.368],
[-3.73, -7.234],
[-5.735, 3.401],
[-2.254, -3.737],
[-10.539, 3.374],
[-1.773, -4.964],
[-3.53, -5.363],
[-1.46, -6.48],
[-1.077, -2.226],
[-1.451, -5.808],
[-2.126, -5.111],
[1.349, -7.832],
[-6.139, -6.667],
[1.012, -5.655],
[-10.456, 2.554],
[-11.798, 3.644],
[0.615, -6.911],
[-1.734, -9.116],
[-8.826, -7.172],
[-6.446, 2.82],
[-1.978, -5.02],
[-2.228, -6.329],
[-5.636, -6.642],
[0.456, -7.651],
[-5.053, -5.583],
[-2.757, -4.541],
[0.841, -6.445],
[-6.748, -5.96],
[-4.916, -4.949],
[-10.716, 2.392],
[-6.682, 4.245],
[-8.14, -8.115],
[-1.302, -6.963],
[-3.834, 4.074],
[-11.924, 4.014],
[-0.95, -8.208],
[-5.524, 3.654],
[-7.479, -9.304],
[-6.371, 2.471],
[0.949, -7.267],
[-8.448, -6.124],
[-1.833, -9.04],
[-2.336, -3.924],
[-10.658, -4.942],
[-11.201, 3.313],
[-0.059, -6.702],
[-10.302, 3.152],
[-1.405, -7.204],
[-0.828, -3.146],
[-3.238, -4.204],
[-11.276, 0.629],
[-8.102, 1.079],
[1.853, -6.859],
[-1.845, -8.77],
[-2.694, -4.41],
[-7.882, -8.459],
[-1.053, -7.813],
[0.291, -7.794],
[-7.886, -7.818],
[-2.67, -9.634],
[-3.064, -5.582],
[-10.845, 3.522],
[-1.989, -10.221],
[0.954, -5.261],
[-9.202, -5.903],
[-1.907, -3.579],
[-13.393, 2.7],
[-1.588, -9.06],
[-7.842, -5.852],
[-3.537, 5.012],
[-13.13, 4.432],
[-1.074, -7.111],
[1.014, -6.508],
[-11.114, 1.875],
[-3.927, -6.107],
[1.229, -6.431],
[-0.423, -11.008],
[0.134, -7.894],
[-4.26, -5.831],
[-0.428, -7.174],
[-3.141, -4.012],
[0.086, -4.505],
[-4.978, -6.141],
[-11.209, 3.049],
[-4.091, 2.718],
[-8.427, -6.281],
[-1.14, -8.044],
[-6.526, 2.888],
[-0.515, -8.263],
[1.825, -8.177],
[-12.266, 4.223],
[-4.147, 4.237],
[-2.782, -6.564],
[-3.733, -7.162],
[-8.473, -8.547],
[0.54, -8.036],
[-8.365, -7.853],
[-1.249, -3.543],
[-6.455, 4.139],
[-1.444, -9.265],
[-1.749, -4.842],
[-6.21, 4.497],
[1.389, -7.853],
[-1.712, -4.706],
[0.022, -6.745],
[-8.676, -5.61],
[-0.714, -8.683],
[-8.062, -5.984],
[-6.308, 3.635],
[-11.176, 2.069],
[-4.597, 2.966],
[-10.311, -6.725],
[-8.378, -9.214],
[-8.489, -5.681],
[-1.714, -4.957],
[-0.757, -8.355],
[0.235, -5.649],
[-12.17, 2.602],
[2.471, -6.247],
[-4.266, 3.055],
[-2.291, -3.406],
[1.548, -8.035],
[0.5, -10.198],
[0.691, -7.8],
[-10.54, -6.872],
[-8.364, -8.394],
[-3.813, -5.524],
[-10.107, 2.609],
[-1.596, -5.352],
[-1.678, -4.543],
[0.828, -5.679],
[-6.882, -8.595],
[-0.017, -7.207],
[-2.389, -2.802],
[-4.674, -4.621],
[-0.63, -9.437],
[-7.414, -7.419],
[-3.611, -6.261],
[-9.22, 3.875],
[-1.637, -2.882],
[-8.557, -5.894],
[-5.185, 2.704],
[-5.583, 3.952],
[0.119, -4.508],
[-9.951, 3.968],
[0.405, -6.658],
[-7.713, -6.812],
[-2.935, -4.822],
[-1.808, -9.976],
[-2.851, -4.362],
[-7.107, -7.192],
[-1.201, -3.663],
[-5.29, 4.139],
[-11.084, 3.567],
[-0.814, -7.688],
[-3.517, -6.735],
[1.152, -7.307],
[-0.165, -5.902],
[-1.287, -8.154],
[-11.481, 1.967],
[-0.43, -7.67],
[1.274, -7.707],
[-0.525, -8.87],
[-2.626, -3.025],
[-4.377, 2.652],
[-2.75, -3.907],
[-1.484, -5.659],
[-1.757, -8.171],
[-4.594, 3.441],
[-4.573, -5.119],
[-1.3, -6.568],
[-2.626, -5.902],
[-0.64, -7.333],
[-3.213, -4.51],
[-10.52, 3.955],
[0.021, -7.068],
[-1.184, -3.648],
[-9.01, -9.712],
[-8.605, -7.135],
[-6.097, 3.979],
[-5.005, 2.089],
[-1.648, -3.099],
[-0.401, -8.224],
[-1.737, -4.432],
[0.36, -7.712],
[-7.521, -6.427],
[-6.948, -7.477],
[-12.941, 2.326],
[0.355, -8.938],
[-10.666, 3.811],
[2.027, -7.313],
[-6.945, -5.717],
[-11.639, 3.121],
[-1.309, -9.011],
[-3.198, -6.04],
[1.425, -5.574],
[-0.315, -6.925],
[0.613, -8.969],
[-6.546, -5.285],
[-8.614, -8.688],
[-0.933, -11.068],
[-7.889, -7.362],
[-1.428, -4.762],
[-5.602, 3.248],
[-1.171, -5.519],
[0.493, -5.09],
[-6.426, 3.6],
[-4.603, -4.533],
[-0.304, -5.243],
[-2.87, -3.498],
[-0.539, -6.536],
[-7.851, -5.307],
[-1.893, -8.17],
[0.474, -6.057],
[-9.202, -6.933],
[-11.687, 2.086],
[0.974, -6.97],
[-10.104, 2.625],
[-6.311, 4.488],
[-1.657, -4.544],
[-0.869, -5.515],
[-9.67, -6.25],
[-8.591, -7.807],
[-2.996, 5.404],
[-3.329, -9.864],
[0.789, -6.397],
[-5.607, 2.666],
[-0.281, -6.033],
[-6.892, 1.966],
[-13.092, 4.64],
[-1.348, -3.241],
[-8.268, -5.814],
[-8.129, -6.061],
[-9.083, -6.46],
[-7.376, -6.48],
[-2.277, -4.71],
[0.269, -5.627],
[-10.579, 3.218],
[-3.341, -7.192],
[-3.943, -3.812],
[-0.093, -6.195],
[-2.727, -5.128],
[-4.299, -5.448],
[-5.412, 3.671],
[0.221, -8.194],
[-2.11, -8.239],
[-7.68, -4.996],
[-4.674, 5.848],
[-12.352, 4.394],
[-5.679, -5.785],
[-10.275, 3.744],
[-9.827, 3.253],
[-3.368, -5.04],
[-10.906, -7.311],
[0.695, -9.792],
[1.997, -7.297],
[-6.587, 2.395],
[-0.063, -6.313],
[-4.738, 3.553],
[-2.983, -6.471],
[-8.618, -6.481],
[-10.945, 3.748],
[-3.439, -4.71],
[-1.275, -3.954],
[-3.949, 2.241],
[-10.093, -9.479],
[-0.847, -8.114],
[0.078, -3.877],
[0.614, -8.514],
[0.047, -9.747],
[-4.366, -3.058],
[-4.919, 3.387],
[-4.886, 2.544],
[2.095, -8.362],
[0.841, -9.342],
[0.9, -6.544],
[2.559, -6.1],
[-1.608, -8.409],
[-3.063, -6.321],
[-2.727, -3.851],
[-0.551, -5.351],
[-3.214, -4.429],
[-8.999, -9.264],
[0.13, -8.085],
[-0.86, -8.823],
[-5.13, 2.078],
[-1.139, -5.518],
[-9.449, 4.052],
[-5.633, 3.098],
[-12.55, 3.178],
[0.173, -8.851],
[-2.787, -5.239],
[-8.373, -7.908],
[-2.501, -7.594],
[-2.685, -5.275],
[0.118, -8.209],
[-2.451, -7.152],
[0.607, -5.761],
[-0.772, -7.741],
[-1.897, -7.888],
[-0.307, -6.386],
[-2.199, -5.396],
[1.892, -8.609],
[-5.215, 2.182],
[-1.426, -6.09],
[-6.617, 1.667],
[0.013, -6.139],
[-2.626, -3.442],
[-2.47, -6.27],
[-11.798, 3.791],
[-2.295, -6.849],
[-1.972, -8.713],
[-9.366, 1.493],
[0.901, -7.693],
[1.07, -6.991],
[-2.092, -3.467],
[-3.065, -4.745],
[-4.454, -5.584],
[-2.251, -5.859],
[-2.897, -4.897],
[-12.073, 2.779],
[-1.675, -6.409],
[-3.362, -4.032],
[0.219, -3.767],
[-1.615, -5.163],
[-5.589, 2.083],
[-2.487, -5.562],
[-7.033, -5.653],
[-13.131, 3.841],
[-0.472, -6.063],
[-10.323, -6.756],
[-2.581, -4.294],
[-10.722, 5.25],
[0.306, -8.218],
[-2.558, -4.537],
[-5.471, 1.998],
[-3.559, -5.641],
[-0.845, -7.41],
[-10.899, 4.187],
[-11.75, 4.4],
[-5.945, 3.069],
[-2.226, -5.442],
[-4.265, -9.377],
[0.01, -8.458],
[1.589, -5.377],
[1.427, -6.873],
[-6.683, 2.511],
[-4.547, -6.981],
[-1.246, -9.985],
[-2.004, -4.233],
[-0.248, -6.287],
[-11.323, 2.228],
[-11.679, 2.898],
[-1.621, -3.7],
[-2.701, -7.085],
[-0.357, -5.794],
[-8.458, -7.041],
[-0.01, -7.328],
[-4.029, -5.657],
[-9.052, -7.242],
[-3.309, -8.246],
[-8.609, -6.776],
[-9.899, 3.207],
[-1.564, -4.499],
[-0.398, -8.497],
[3.051, -5.544],
[-2.129, -7.273],
[-0.204, -6.613],
[-0.116, -3.94],
[-13.154, 3.009],
[-4.414, -6.61],
[0.752, -4.389],
[-9.866, 2.932],
[-10.149, 1.253],
[-3.307, 3.966],
[-7.901, -7.01],
[-2.834, 4.049],
[-2.676, -4.025],
[-6.721, 4.329],
[-2.268, -6.948],
[-10.634, 3.412],
[-4.382, 4.533],
[-6.514, -6.813],
[-7.058, 2.752],
[-2.376, -4.737],
[-10.632, 2.894],
[1.131, -7.922],
[-5.396, 4.506],
[-1.259, -5.041],
[0.209, -6.722],
[-1.993, -7.329],
[-7.634, -5.929],
[-8.109, -7.054],
[-1.299, -6.674],
[-1.427, -1.51],
[1.827, -6.382],
[-7.639, -8.04],
[-2.454, -10.617],
[-10.362, 3.378],
[-4.229, -8.814],
[2.641, -6.874],
[-4.785, -5.352],
[-0.696, -9.292],
[-4.584, -6.21],
[-5.612, 4.3],
[-0.412, -7.709],
[-10.634, 4.745],
[-8.16, -6.577],
[0.528, -7.573],
[-0.431, -9.607],
[1.037, -8.305],
[-12.057, 4.544],
[-2.115, -8.131],
[-3.131, -6.867],
[-3.683, -6.475],
[-1.999, -8.268],
[-2.859, -3.071],
[-12.264, 6.012],
[-9.029, -6.435],
[-5.404, 3.258],
[-6.185, 1.24],
[-2.873, -9.362],
[-7.792, 4.129],
[-4.934, -5.794],
[0.045, -8.575],
[-10.151, 5.011],
[-1.055, -5.611],
[-11.435, 3.282],
[-5.11, 1.109],
[-2.401, -9.528],
[-11.487, 3.918],
[-5.231, -5.124],
[0.858, -7.148],
[-1.073, -5.783],
[-0.781, -8.166],
[-0.747, -2.805],
[-8.865, -6.981],
[-3.078, -5.746],
[-3.629, -5.315],
[-1.337, -3.07],
[-3.528, -8.023],
[-8.344, -8.408],
[-3.767, 3.675],
[-5.873, 6.293],
[-2.818, -3.618],
[1.064, -4.97],
[-6.145, 2.882],
[-4.729, 3.168],
[-2.003, -5.484],
[0.309, -6.314],
[-8.362, -6.584],
[-6.919, -6.402],
[-4.121, -6.013],
[-2.591, -9.586],
[-9.387, -6.272],
[-1.262, -4.749],
[-10.904, 2.012],
[-6.551, 4.734],
[1.397, -7.479],
[-2.386, -8.084],
[1.581, -8.105],
[0.03, -7.347],
[-10.066, 3.132],
[-7.1, 3.0],
[-1.562, -4.454],
[-10.318, -6.662],
[0.12, -8.031],
[-10.285, -5.775],
[0.729, -5.61],
[-1.484, -5.531],
[-4.089, -3.063],
[-2.024, -7.446],
[-0.347, -4.127],
[-1.432, -2.368],
[-11.322, 2.364],
[-1.782, -9.413],
[0.583, -7.555],
[0.103, -6.499],
[-8.655, 3.572],
[-9.308, 1.495],
[-3.073, -4.293],
[-4.731, 3.26],
[-7.35, 3.156],
[-1.163, -3.092],
[-2.522, -9.115],
[-3.475, -5.885],
[1.089, -6.653],
[-4.309, -3.241],
[-3.997, -5.571],
[-0.065, -5.451],
[-6.389, 2.72],
[-4.852, -7.007],
[-1.995, -2.295],
[-6.513, 3.995],
[0.295, -3.466],
[-7.343, 4.822],
[-5.741, -6.4],
[-6.45, 5.551],
[-3.622, -7.04],
[0.336, -9.046],
[-9.952, 3.951],
[0.823, -7.069],
[-10.335, 1.303],
[-7.238, 3.207],
[1.651, -5.685],
[-5.464, 3.81],
[-4.083, -5.734],
[-1.206, -3.005],
[-0.411, -4.619],
[-11.63, 4.131],
[-3.561, 2.893],
[2.554, -7.771],
[-8.212, -5.582],
[-3.176, -5.737],
[-9.181, -7.074],
[-8.989, 3.183],
[-5.192, 1.858],
[-1.989, -3.929],
[-11.737, 3.297],
[-0.18, -5.865],
[0.182, -7.745],
[-3.425, -6.901],
[-11.889, 3.538],
[-5.901, 4.108],
[-0.628, -4.73],
[-7.42, -5.031],
[-12.768, 1.178],
[0.165, -4.623],
[-0.741, -6.227],
[-1.411, -2.97],
[-9.217, 2.555],
[-6.185, 3.863],
[-2.344, -7.883],
[-0.553, -5.341],
[-8.653, -9.391],
[-11.772, 2.34],
[-5.69, 3.746],
[-2.469, -3.639],
[-11.558, 4.272],
[-9.629, -6.297],
[-10.74, 2.252],
[-3.966, 4.677],
[-1.205, -3.892],
[0.8, -7.975],
[0.646, -6.188],
[-0.534, -8.662],
[0.392, -5.204],
[-11.316, 5.267],
[0.906, -10.511],
[-4.139, -7.776],
[-1.899, -8.15],
[-3.207, -7.244],
[-13.067, 4.673],
[-1.917, -4.454],
[-5.999, 3.87],
[-9.523, 3.542],
[-4.732, 2.635],
[-11.234, 3.368],
[-3.733, -2.345],
[-3.921, -5.529],
[-7.973, -5.491],
[-12.409, 3.42],
[0.163, -6.499],
[1.043, -7.55],
[0.502, -6.599],
[-5.217, 2.32],
[-10.363, 5.379],
[-5.613, 2.886],
[-2.676, -8.857],
[-4.823, 1.88],
[-2.219, -7.787],
[-1.678, -2.474],
[1.251, -6.694],
[1.367, -7.88],
[-7.213, -7.34],
[-11.758, 3.134],
[-11.648, 0.184],
[-11.642, 4.515],
[-1.924, -7.545],
[0.532, -7.186],
[-8.032, -7.046],
[-0.91, -6.417],
[-3.686, 0.99],
[-10.817, 4.749],
[-1.697, -4.672],
[-1.839, -8.546],
[-1.495, -4.221],
[-2.646, -4.559],
[-0.53, -8.069],
[-0.206, -9.33],
[-1.562, -7.698],
[-4.454, 3.499],
[-7.871, -8.001],
[2.05, -5.886],
[-0.05, -4.714],
[-8.411, -6.173],
[-7.834, 3.898],
[-7.87, -6.731],
[-6.492, -5.903],
[-1.13, -8.184],
[-3.486, -6.161],
[-3.518, -5.871],
[-1.37, -5.55],
[-1.152, -6.669],
[-2.637, -5.072],
[-0.657, -7.751],
[-2.437, -3.411],
[-1.946, -7.013],
[-4.353, 3.514],
[-4.704, 4.106],
[-5.826, 3.267],
[0.216, -4.611],
[-6.754, -6.854],
[0.704, -5.986],
[-5.078, 2.953],
[-0.013, -6.723],
[-3.331, -3.868],
[-9.528, 1.451],
[-2.859, -7.115],
[-1.956, -4.887],
[-0.615, -8.3],
[-4.61, 4.037],
[-2.599, -5.714],
[-10.038, -8.086],
[-9.257, -6.429],
[-1.153, -8.018],
[-0.495, -8.892],
[-11.735, 2.819],
[-3.802, -4.839],
[-1.64, -3.891],
[0.176, -9.001],
[-0.063, -8.349],
[-4.677, -5.863],
[-2.473, -3.375],
[0.668, -6.776],
[-5.738, 4.008],
[-11.464, 1.4],
[-8.668, -6.341],
[-12.148, 5.103],
[1.512, -8.96],
[1.864, -7.15],
[1.938, -5.249],
[-0.293, -1.804],
[-5.06, 4.847],
[-1.337, -6.514],
[-2.036, -8.909],
[-1.962, -3.829],
[-5.799, 4.183],
[-1.272, -3.619],
[-10.776, 3.832],
[-5.603, -7.005],
[3.165, -9.404],
[-1.932, -5.561],
[-13.49, 3.749],
[-2.444, -5.006],
[-6.665, 2.87],
[-7.432, -6.53],
[-1.366, -5.547],
[-5.136, 3.855],
[-7.289, -9.459],
[-3.821, -6.797],
[-8.584, -8.286],
[-3.224, -5.964],
[-10.083, 2.038],
[-7.549, -8.573],
[-0.642, -8.19],
[-4.34, 4.326],
[1.976, -5.927],
[-3.835, -6.931],
[-10.47, 3.296],
[-10.334, 3.769],
[-2.462, -4.106],
[-9.081, -7.121],
[-8.814, -6.944],
[-11.567, 4.994],
[-2.308, -10.709],
[-2.816, -6.881],
[-3.011, -4.674],
[-7.856, -8.244],
[-0.308, -8.513],
[-3.895, -5.324],
[0.152, -5.126],
[-0.989, -7.573],
[-9.282, 1.826],
[-3.155, -7.886],
[-0.564, -8.519],
[-10.921, 4.08],
[-6.844, -8.129],
[-1.164, -8.644],
[-0.159, -8.501],
[-10.889, 2.022],
[-6.427, 3.587],
[-12.206, 3.348],
[-8.176, -6.456],
[-1.76, -3.41],
[1.198, -5.483],
[-3.427, -8.516],
[-7.874, -7.677],
[-5.936, -6.2],
[-0.047, -8.346],
[-0.465, -6.195],
[-1.465, -10.363],
[-0.598, -4.885],
[0.145, -7.789],
[-0.71, -8.171],
[-3.959, -6.09],
[-3.946, -3.836],
[-0.651, -2.782],
[-1.897, -7.239],
[-8.33, -6.504],
[-1.24, -2.026],
[-4.241, -4.651],
[-4.544, 4.137],
[-4.827, -6.394],
[-2.736, -6.082],
[-1.805, -9.546],
[1.071, -7.127],
[-1.985, -8.847],
[-11.477, 3.747],
[-0.842, -8.792],
[-2.948, -3.763],
[0.996, -8.876],
[0.663, -5.623],
[-6.595, 3.347],
[-7.851, -5.179],
[-5.144, 3.803],
[-1.626, -3.204],
[-1.358, -4.54],
[-2.549, -8.342],
[-1.246, -4.156],
[-2.049, -3.846],
[0.678, -5.364],
[0.05, -3.511],
[-9.64, 1.99],
[-11.791, 2.973],
[-11.085, 2.573],
[-1.786, -3.542],
[-2.719, -7.81],
[-0.311, -6.999],
[1.251, -8.556],
[-1.272, -6.274],
[-7.193, -5.056],
[-4.52, -6.228],
[-5.027, 3.697],
[0.08, -3.777],
[-5.156, 3.056],
[-4.637, 2.252],
[-4.577, 3.757],
[-1.467, -6.493],
[0.203, -5.784],
[-2.619, -10.98],
[-2.93, -6.842],
[-8.61, -9.261],
[-0.628, -8.623],
[-0.146, -8.609],
[-1.909, -7.755],
[-3.296, -8.138],
[-9.359, 3.306],
[2.452, -8.273],
[-10.035, 4.327],
[-3.644, -2.962],
[-2.995, -8.225],
[0.271, -4.799],
[-2.033, -4.547],
[-4.049, 4.172],
[-1.709, -5.195],
[-1.611, -4.223],
[-0.575, -5.984],
[-5.369, -7.002],
[-2.487, -6.874],
[-2.098, -3.395],
[-6.858, 2.962],
[0.972, -3.476],
[-4.686, 3.303],
[-0.858, -10.079],
[-0.085, -8.493],
[-2.002, -3.494],
[-1.774, -9.155],
[0.739, -6.513],
[0.2, -6.539],
[-0.238, -2.073],
[-11.567, 3.294],
[-6.767, 1.342],
[-4.016, -4.839],
[-7.163, 3.99],
[-7.786, -8.635],
[0.608, -7.194],
[-5.288, 3.17],
[-8.104, -7.822],
[-6.065, 3.06],
[-1.85, -8.671],
[-7.95, -5.942],
[-12.118, 3.375],
[2.074, -5.483],
[0.065, -5.832],
[-9.407, 2.248],
[-3.242, -5.888],
[-11.434, 5.775],
[-7.264, -7.73],
[-0.681, -3.864],
[-7.317, -7.223],
[-5.209, 3.657],
[0.376, -7.447],
[1.096, -6.958],
[0.223, -6.668],
[-0.834, -3.226],
[2.633, -5.645],
[-4.083, 2.888],
[-12.022, 4.38],
[-1.695, -8.614],
[-0.082, -7.204],
[-10.777, 3.943],
[-1.897, -8.83],
[-2.162, -6.716],
[-2.362, -6.401],
[-0.351, -7.07],
[2.158, -4.762],
[-2.747, -6.283],
[-1.065, -7.402],
[-2.831, 3.641],
[-3.692, 4.061],
[-0.53, -9.297],
[-4.713, -5.425],
[-0.878, -6.269],
[-6.27, 5.224],
[-3.218, -7.445],
[-4.071, -4.362],
[-8.287, -6.56],
[-9.339, -6.751],
[-11.691, 3.669],
[-4.488, -5.778],
[-0.716, -9.651],
[-2.309, -6.315],
[-5.196, 2.028],
[-12.697, 3.133],
[1.032, -7.202],
[-7.59, -8.422],
[-7.635, 4.297],
[1.294, -7.026],
[0.509, -6.428],
[-8.085, -7.517],
[-11.875, 0.768],
[-1.535, -7.852],
[-12.563, 3.856],
[2.013, -7.639],
[-1.467, -7.122],
[-0.188, -3.792],
[-6.514, 3.255],
[-1.752, -2.902],
[1.522, -6.453],
[-10.896, 3.796],
[1.125, -8.505],
[-11.159, 3.036],
[1.629, -8.066],
[-1.467, -2.285],
[-2.836, -5.125],
[-2.614, -8.544],
[-0.804, -6.579],
[-3.581, -5.584],
[-0.175, -4.432],
[-2.103, -8.051],
[-2.051, -5.681],
[-11.752, 4.281],
[-7.278, -6.544],
[-5.56, 3.416],
[-5.825, 4.601],
[-12.464, 5.393],
[-1.609, -6.192],
[-1.983, -3.449],
[-1.211, -3.621],
[-0.676, -7.211],
[-3.762, -7.187],
[-10.879, 4.072],
[2.931, -8.088],
[-0.979, -6.216],
[-11.482, 2.587],
[-2.455, -5.627],
[-1.459, -9.679],
[-3.259, -3.805],
[-0.298, -7.406],
[-0.25, -8.765],
[-1.429, -8.343],
[-9.458, -7.583],
[-1.808, -6.532],
[-0.248, -8.512],
[-8.655, -5.772],
[-0.838, -6.786],
[1.451, -5.758],
[-0.938, -3.924],
[-3.803, -7.762],
[-1.682, -4.139],
[-1.285, -5.836],
[-6.593, 4.322],
[-2.531, -6.06],
[-7.071, 3.592],
[-2.125, -4.235],
[-10.124, 4.025],
[-2.698, -5.266],
[-0.243, -9.216],
[-8.126, -7.947],
[-0.066, -9.266],
[-2.589, -4.741],
[-11.655, 4.04],
[-3.059, -8.023],
[-1.529, -8.396],
[-6.851, -7.767],
[-6.479, 3.56],
[-4.3, -5.558],
[0.383, -8.376],
[-1.398, -8.061],
[-7.177, 4.612],
[-3.044, -2.863],
[-9.035, -7.004],
[-1.91, -2.005],
[-7.088, -7.495],
[-7.524, -7.064],
[-3.348, -6.719],
[-1.985, -3.874],
[-12.307, 3.59],
[-2.546, -2.551],
[-3.407, -7.784],
[-9.516, -6.78],
[-0.097, -7.187],
[-8.859, -6.068],
[-2.866, -5.839],
[-1.097, -3.158],
[0.092, -5.656],
[-0.58, -5.678],
[-6.291, 3.498],
[-2.053, -3.837],
[0.586, -6.661],
[0.005, -7.46],
[-3.112, -3.374],
[-8.155, -7.436],
[-2.547, -6.035],
[-5.82, 3.576],
[-0.146, -7.521],
[-2.056, -6.675],
[-2.349, -3.003],
[-2.047, -6.003],
[-1.237, -8.915],
[-6.849, 2.563],
[-0.455, -3.958],
[-11.445, 3.381],
[-3.722, -8.507],
[-9.261, -4.179],
[-2.888, -4.862],
[-5.984, -6.213],
[-2.167, -3.676],
[-0.917, -8.309],
[-1.842, -3.964],
[-3.005, -7.86],
[-5.527, 4.405],
[-7.646, -8.27],
[-9.773, 1.145],
[-6.595, 3.742],
[-1.501, -9.047],
[-9.101, -6.279],
[-4.094, -5.839],
[-4.371, 4.617],
[-0.37, -4.551],
[-0.187, -4.133],
[-10.357, 3.455],
[-4.809, -6.138],
[-4.288, -4.868],
[-7.724, -9.356],
[-12.424, 2.785],
[-0.612, -8.106],
[-5.55, 1.966],
[-3.135, -4.451],
[1.078, -6.73],
[-5.807, 3.188],
[-2.978, -3.433],
[0.026, -5.737],
[-1.052, -6.702],
[-2.341, -5.268],
[1.857, -8.987],
[-1.789, -10.337],
[-10.962, 4.803],
[-1.746, -8.584],
[-6.085, -7.887],
[-4.162, 3.181],
[-2.995, -9.324],
[0.443, -5.603],
[-0.633, -7.5],
[0.918, -6.766],
[-8.134, -4.968],
[-12.514, 2.445],
[0.911, -7.513],
[2.224, -6.63],
[1.891, -9.19],
[-3.328, -4.532],
[-6.582, 4.654],
[-6.595, 2.622],
[-4.337, -3.829],
[-0.886, -5.309],
[-1.673, -4.656],
[-12.025, 0.577],
[0.415, -3.94],
[-7.271, -7.547],
[0.79, -4.548],
[-2.016, -10.325],
[0.551, -6.492],
[-0.003, -2.628],
[0.598, -7.578],
[-3.483, 3.635],
[-3.67, -4.481],
[-4.502, 3.372],
[2.617, -3.873],
[-3.019, -4.45],
[-2.921, -4.289],
[-2.202, -3.732],
[-2.611, -5.872],
[-0.163, -4.926],
[-8.367, -6.318],
[-2.745, -2.938],
[-3.254, -5.915],
[-3.813, -4.89],
[-0.562, -8.56],
[-7.828, -6.534],
[-11.466, 3.164],
[-1.813, -6.247],
[-8.233, -7.072],
[-1.842, -5.533],
[-1.444, -7.419],
[1.263, -6.298],
[1.677, -7.801],
[-9.453, -6.284],
[-12.109, 3.024],
[-1.76, -6.766],
[-9.946, 4.193],
[-7.627, -6.884],
[-11.76, 4.063],
[0.63, -7.586],
[0.202, -5.098],
[-6.454, 4.741],
[-1.86, -3.224],
[-5.519, 3.477],
[1.786, -6.539],
[-7.577, 4.039],
[-0.128, -3.37],
[-12.55, 2.554],
[-2.548, -4.232],
[-5.37, 2.932],
[-3.303, 4.532],
[0.42, -5.136],
[0.182, -6.159],
[-1.581, -5.177],
[0.051, -7.118],
[-6.076, 6.086],
[-5.122, -6.146],
[-6.783, -6.823],
[-2.663, -3.775],
[-5.419, 3.646],
[-1.798, -2.022],
[-7.81, -5.705],
[-10.172, 2.223],
[-3.636, -7.385],
[-0.097, -6.969],
[1.223, -7.623],
[-1.926, -7.302],
[-0.627, -5.45],
[-6.332, 2.493],
[-3.777, -5.624],
[-0.144, -7.361],
[-1.495, -7.982],
[-1.204, -8.897],
[-6.142, 3.359],
[-1.005, -2.226],
[-7.055, 4.906],
[0.123, -4.807],
[-5.792, 4.709],
[-12.872, 2.156],
[-5.956, -5.029],
[-1.835, -5.157],
[-4.285, -5.186],
[-4.118, 3.81],
[-7.169, -7.608],
[-1.69, -6.013],
[-2.829, -3.862],
[1.334, -7.486],
[-3.135, -5.893],
[0.846, -6.777],
[0.996, -7.013],
[-0.475, -5.771],
[-3.393, -7.202],
[-5.087, 2.471],
[-6.448, 4.134],
[-1.053, -6.68],
[-2.544, -8.178],
[-11.334, 3.862],
[-1.155, -8.249],
[-9.897, 4.288],
[-6.013, 5.67],
[-6.921, 5.169],
[-3.684, -5.172],
[-3.584, -6.801],
[-4.094, 3.837],
[1.042, -4.878],
[-1.293, -8.87],
[1.102, -6.188],
[-10.349, -4.507],
[-1.974, -3.409],
[-0.005, -6.334],
[-0.86, -8.871],
[-2.046, -9.024],
[-11.505, 3.435],
[-9.754, -5.972],
[-5.878, 4.748],
[-11.492, 1.497],
[0.947, -7.513],
[-3.211, -10.723],
[0.371, -7.735],
[-2.76, -7.777],
[-7.896, -7.212],
[-1.101, -7.345],
[1.564, -5.564],
[-2.036, -4.465],
[-0.841, -1.815],
[-2.905, -4.467],
[-1.282, -9.229],
[-5.144, 4.841],
[-7.392, -5.886],
[-3.544, 2.452],
[0.694, -6.059],
[-11.947, 3.078],
[0.427, -5.482],
[0.318, -4.117],
[-2.159, -4.53],
[-4.631, 2.666],
[-1.123, -6.287],
[-0.548, -7.335],
[-2.507, -8.488],
[0.413, -7.111],
[-6.909, 6.009],
[-9.176, 3.276],
[-1.162, -5.997],
[0.574, -7.825],
[-3.287, -5.023],
[-2.653, -6.194],
[-7.155, 4.248],
[-1.011, -8.15],
[-5.407, -5.021],
[-10.291, 3.102],
[-4.079, 2.24],
[-2.181, -5.644],
[-3.961, -6.396],
[-1.049, -9.449],
[-5.835, 4.155],
[-2.88, -9.339],
[-11.555, 3.646],
[-6.695, 2.398],
[-6.266, 1.726],
[0.511, -6.87],
[-6.066, 5.226],
[-11.207, 7.397],
[-4.201, 2.584],
[-7.6, -5.502],
[-8.546, -8.317],
[-1.226, -7.853],
[-4.594, 3.447],
[-6.929, -6.25],
[-1.282, -3.889],
[-2.554, -5.509],
[-1.714, -3.175],
[-9.319, 3.646],
[-8.485, -5.911],
[-2.193, -8.697],
[0.853, -6.823],
[-7.968, -6.512]
]
},
"z": {
"CellType": ["NK cells", "Macrophage", "Dendritic", "Macrophage", "Endothelial", "Dendritic", "B cells", "Endothelial", "Monocytes", "T cells", "Endothelial", "Macrophage", "Monocytes", "Monocytes", "Dendritic", "Dendritic", "T cells", "Endothelial", "NK cells", "NK cells", "T cells", "T cells", "B cells", "B cells", "B cells", "Fibroblast", "B cells", "Fibroblast", "Fibroblast", "T cells", "Fibroblast", "B cells", "Macrophage", "Macrophage", "T cells", "Monocytes", "T cells", "Dendritic", "Monocytes", "NK cells", "T cells", "Fibroblast", "Macrophage", "Fibroblast", "Macrophage", "T cells", "Macrophage", "Endothelial", "B cells", "Macrophage", "T cells", "Macrophage", "Endothelial", "Dendritic", "Endothelial", "Fibroblast", "Fibroblast", "B cells", "Monocytes", "T cells", "Monocytes", "NK cells", "Fibroblast", "Monocytes", "B cells", "T cells", "Fibroblast", "Endothelial", "Monocytes", "Dendritic", "Endothelial", "Fibroblast", "NK cells", "Fibroblast", "Macrophage", "Fibroblast", "T cells", "Monocytes", "Dendritic", "Fibroblast", "T cells", "Endothelial", "Dendritic", "Macrophage", "Monocytes", "Dendritic", "T cells", "NK cells", "Endothelial", "Dendritic", "B cells", "Dendritic", "T cells", "NK cells", "B cells", "NK cells", "Macrophage", "Fibroblast", "T cells", "Monocytes", "Endothelial", "T cells", "Fibroblast", "Dendritic", "Macrophage", "Dendritic", "Fibroblast", "Monocytes", "Fibroblast", "T cells", "T cells", "Fibroblast", "Monocytes", "Monocytes", "B cells", "B cells", "T cells", "Dendritic", "B cells", "Dendritic", "Macrophage", "Monocytes", "Endothelial", "Endothelial", "NK cells", "B cells", "B cells", "Monocytes", "T cells", "Monocytes", "NK cells", "B cells", "Monocytes", "B cells", "NK cells", "NK cells", "Monocytes", "T cells", "Endothelial", "Dendritic", "Endothelial", "B cells", "NK cells", "Fibroblast", "B cells", "Fibroblast", "Dendritic", "T cells", "Dendritic", "B cells", "B cells", "Dendritic", "B cells", "NK cells", "NK cells", "B cells", "Dendritic", "Macrophage", "T cells", "B cells", "NK cells", "Monocytes", "Macrophage", "NK cells", "B cells", "T cells", "Endothelial", "NK cells", "B cells", "T cells", "NK cells", "T cells", "Macrophage", "B cells", "Monocytes", "Monocytes", "NK cells", "Monocytes", "Monocytes", "Macrophage", "Endothelial", "T cells", "T cells", "Macrophage", "NK cells", "NK cells", "Fibroblast", "Dendritic", "Dendritic", "Dendritic", "Monocytes", "Endothelial", "Dendritic", "Endothelial", "Dendritic", "Endothelial", "Dendritic", "B cells", "Fibroblast", "Fibroblast", "Endothelial", "B cells", "NK cells", "NK cells", "NK cells", "B cells", "Macrophage", "Endothelial", "Monocytes", "T cells", "Macrophage", "Dendritic", "Monocytes", "T cells", "Fibroblast", "B cells", "Monocytes", "Fibroblast", "Endothelial", "Endothelial", "Macrophage", "Dendritic", "T cells", "Macrophage", "Fibroblast", "T cells", "Fibroblast", "Fibroblast", "B cells", "B cells", "Dendritic", "NK cells", "Fibroblast", "NK cells", "B cells", "NK cells", "Macrophage", "Dendritic", "B cells", "T cells", "B cells", "T cells", "B cells", "Endothelial", "Endothelial", "Fibroblast", "Fibroblast", "Monocytes", "NK cells", "T cells", "Macrophage", "Fibroblast", "Endothelial", "Endothelial", "B cells", "B cells", "Monocytes", "Fibroblast", "Monocytes", "Endothelial", "B cells", "Endothelial", "Monocytes", "B cells", "T cells", "Dendritic", "Dendritic", "Fibroblast", "Fibroblast", "B cells", "Fibroblast", "T cells", "Monocytes", "B cells", "Monocytes", "Endothelial", "Dendritic", "Monocytes", "T cells", "NK cells", "B cells", "NK cells", "T cells", "Monocytes", "Fibroblast", "Fibroblast", "NK cells", "T cells", "Endothelial", "Monocytes", "Monocytes", "Macrophage", "B cells", "NK cells", "NK cells", "Monocytes", "B cells", "Dendritic", "Macrophage", "Dendritic", "T cells", "NK cells", "Dendritic", "Monocytes", "Endothelial", "Macrophage", "T cells", "Monocytes", "Macrophage", "Monocytes", "Dendritic", "Monocytes", "B cells", "Monocytes", "Dendritic", "NK cells", "Fibroblast", "NK cells", "Fibroblast", "T cells", "B cells", "T cells", "B cells", "Macrophage", "Endothelial", "T cells", "Fibroblast", "Endothelial", "Endothelial", "Dendritic", "Dendritic", "Fibroblast", "Fibroblast", "B cells", "Macrophage", "Macrophage", "B cells", "T cells", "Dendritic", "Endothelial", "Endothelial", "Fibroblast", "B cells", "NK cells", "Fibroblast", "Macrophage", "Macrophage", "Fibroblast", "Endothelial", "Dendritic", "Macrophage", "B cells", "T cells", "Dendritic", "T cells", "B cells", "Fibroblast", "Dendritic", "Monocytes", "Fibroblast", "NK cells", "NK cells", "Fibroblast", "Macrophage", "Macrophage", "B cells", "Fibroblast", "T cells", "Endothelial", "Monocytes", "Monocytes", "Endothelial", "Fibroblast", "Endothelial", "Monocytes", "B cells", "T cells", "B cells", "Dendritic", "Monocytes", "Macrophage", "Fibroblast", "Dendritic", "Fibroblast", "Fibroblast", "Endothelial", "Fibroblast", "B cells", "Monocytes", "NK cells", "NK cells", "Endothelial", "Fibroblast", "B cells", "Dendritic", "Monocytes", "NK cells", "Monocytes", "Fibroblast", "Fibroblast", "T cells", "Fibroblast", "Fibroblast", "Monocytes", "Monocytes", "B cells", "Monocytes", "Monocytes", "T cells", "Macrophage", "B cells", "Endothelial", "Fibroblast", "Endothelial", "Endothelial", "Fibroblast", "B cells", "NK cells", "B cells", "NK cells", "Fibroblast", "Fibroblast", "Macrophage", "Monocytes", "NK cells", "NK cells", "T cells", "Endothelial", "NK cells", "Fibroblast", "Dendritic", "Endothelial", "Fibroblast", "T cells", "Monocytes", "Macrophage", "B cells", "Fibroblast", "Macrophage", "Fibroblast", "B cells", "Monocytes", "Fibroblast", "Macrophage", "Fibroblast", "T cells", "Monocytes", "B cells", "Fibroblast", "Monocytes", "T cells", "NK cells", "Monocytes", "T cells", "B cells", "Monocytes", "B cells", "T cells", "B cells", "Dendritic", "Endothelial", "NK cells", "Monocytes", "Endothelial", "Dendritic", "Macrophage", "NK cells", "NK cells", "T cells", "Macrophage", "Monocytes", "Monocytes", "Macrophage", "NK cells", "Monocytes", "T cells", "Dendritic", "Dendritic", "Macrophage", "Endothelial", "T cells", "Dendritic", "Endothelial", "T cells", "Endothelial", "B cells", "Fibroblast", "NK cells", "Fibroblast", "Fibroblast", "B cells", "Endothelial", "Fibroblast", "Monocytes", "Dendritic", "Dendritic", "Dendritic", "B cells", "Dendritic", "Dendritic", "Dendritic", "Dendritic", "NK cells", "NK cells", "Dendritic", "Endothelial", "Endothelial", "T cells", "T cells", "Monocytes", "Dendritic", "Fibroblast", "B cells", "B cells", "Dendritic", "T cells", "B cells", "Dendritic", "B cells", "Fibroblast", "Macrophage", "Monocytes", "Fibroblast", "Fibroblast", "T cells", "B cells", "T cells", "NK cells", "T cells", "T cells", "T cells", "Fibroblast", "Fibroblast", "Monocytes", "T cells", "T cells", "Endothelial", "Dendritic", "Dendritic", "Monocytes", "NK cells", "Dendritic", "Dendritic", "Fibroblast", "B cells", "T cells", "T cells", "Endothelial", "Dendritic", "Monocytes", "Monocytes", "Fibroblast", "T cells", "NK cells", "Monocytes", "Dendritic", "Monocytes", "Fibroblast", "Dendritic", "Macrophage", "B cells", "Macrophage", "T cells", "NK cells", "Endothelial", "Monocytes", "NK cells", "Macrophage", "T cells", "Fibroblast", "Dendritic", "T cells", "Macrophage", "NK cells", "T cells", "B cells", "T cells", "Endothelial", "T cells", "Fibroblast", "Endothelial", "B cells", "NK cells", "Macrophage", "Endothelial", "B cells", "Macrophage", "B cells", "Monocytes", "NK cells", "Dendritic", "Macrophage", "B cells", "T cells", "NK cells", "Fibroblast", "Macrophage", "NK cells", "Fibroblast", "T cells", "B cells", "Fibroblast", "Endothelial", "Dendritic", "NK cells", "T cells", "Fibroblast", "B cells", "NK cells", "Fibroblast", "Monocytes", "Fibroblast", "Monocytes", "Fibroblast", "B cells", "T cells", "T cells", "B cells", "NK cells", "T cells", "Endothelial", "NK cells", "B cells", "Dendritic", "Fibroblast", "B cells", "Macrophage", "T cells", "T cells", "Fibroblast", "Fibroblast", "Dendritic", "T cells", "Fibroblast", "B cells", "Fibroblast", "Fibroblast", "T cells", "B cells", "Endothelial", "Endothelial", "Dendritic", "NK cells", "Fibroblast", "B cells", "B cells", "Endothelial", "T cells", "Fibroblast", "Fibroblast", "Monocytes", "T cells", "Dendritic", "NK cells", "T cells", "Monocytes", "Fibroblast", "NK cells", "B cells", "Fibroblast", "Dendritic", "Dendritic", "B cells", "T cells", "Fibroblast", "Endothelial", "T cells", "Macrophage", "T cells", "T cells", "T cells", "NK cells", "Dendritic", "Dendritic", "NK cells", "Fibroblast", "T cells", "NK cells", "Dendritic", "Endothelial", "Macrophage", "NK cells", "NK cells", "Endothelial", "B cells", "T cells", "NK cells", "Macrophage", "Monocytes", "NK cells", "Endothelial", "Monocytes", "T cells", "Macrophage", "B cells", "Monocytes", "B cells", "Dendritic", "Endothelial", "Macrophage", "Dendritic", "B cells", "Dendritic", "Endothelial", "B cells", "Fibroblast", "T cells", "Endothelial", "T cells", "B cells", "Macrophage", "Dendritic", "T cells", "Dendritic", "NK cells", "Monocytes", "NK cells", "Dendritic", "T cells", "Macrophage", "T cells", "Macrophage", "Dendritic", "NK cells", "Fibroblast", "T cells", "Monocytes", "B cells", "T cells", "T cells", "B cells", "B cells", "B cells", "T cells", "Dendritic", "Fibroblast", "Fibroblast", "Macrophage", "Macrophage", "T cells", "T cells", "B cells", "Fibroblast", "T cells", "Endothelial", "Dendritic", "T cells", "Fibroblast", "NK cells", "T cells", "Monocytes", "B cells", "Dendritic", "Fibroblast", "NK cells", "T cells", "Dendritic", "Fibroblast", "Macrophage", "Macrophage", "B cells", "NK cells", "B cells", "B cells", "B cells", "Dendritic", "Endothelial", "NK cells", "B cells", "Monocytes", "NK cells", "Fibroblast", "Fibroblast", "Monocytes", "Fibroblast", "Endothelial", "Endothelial", "Endothelial", "Fibroblast", "Endothelial", "Endothelial", "T cells", "T cells", "Monocytes", "Endothelial", "Macrophage", "Dendritic", "Monocytes", "NK cells", "T cells", "Endothelial", "Fibroblast", "B cells", "B cells", "Monocytes", "NK cells", "Macrophage", "NK cells", "B cells", "NK cells", "Monocytes", "Endothelial", "Monocytes", "Dendritic", "Macrophage", "Dendritic", "B cells", "T cells", "NK cells", "Endothelial", "NK cells", "Endothelial", "Macrophage", "Monocytes", "NK cells", "Monocytes", "T cells", "NK cells", "NK cells", "Macrophage", "NK cells", "T cells", "Endothelial", "Dendritic", "Monocytes", "Macrophage", "B cells", "Dendritic", "Fibroblast", "T cells", "Fibroblast", "Fibroblast", "B cells", "NK cells", "NK cells", "NK cells", "Dendritic", "B cells", "Endothelial", "Fibroblast", "B cells", "B cells", "Dendritic", "B cells", "Endothelial", "Fibroblast", "Dendritic", "NK cells", "T cells", "Fibroblast", "NK cells", "Dendritic", "B cells", "Macrophage", "B cells", "Monocytes", "B cells", "Monocytes", "Fibroblast", "Monocytes", "Macrophage", "B cells", "Monocytes", "T cells", "Macrophage", "Dendritic", "Endothelial", "Macrophage", "T cells", "Endothelial", "Dendritic", "Macrophage", "Dendritic", "Monocytes", "T cells", "B cells", "B cells", "Monocytes", "Fibroblast", "Endothelial", "B cells", "Endothelial", "Fibroblast", "Dendritic", "NK cells", "T cells", "Macrophage", "Endothelial", "Monocytes", "Fibroblast", "NK cells", "Endothelial", "NK cells", "Fibroblast", "Monocytes", "Monocytes", "Endothelial", "NK cells", "Dendritic", "Macrophage", "Fibroblast", "T cells", "Endothelial", "NK cells", "B cells", "B cells", "Endothelial", "Fibroblast", "B cells", "Dendritic", "Monocytes", "B cells", "Macrophage", "Fibroblast", "B cells", "Macrophage", "NK cells", "Monocytes", "Macrophage", "B cells", "Monocytes", "B cells", "Endothelial", "T cells", "Dendritic", "Dendritic", "Endothelial", "Endothelial", "Endothelial", "B cells", "Endothelial", "T cells", "Endothelial", "Fibroblast", "B cells", "Endothelial", "T cells", "NK cells", "Fibroblast", "NK cells", "T cells", "T cells", "Dendritic", "Dendritic", "NK cells", "Monocytes", "T cells", "Macrophage", "Macrophage", "T cells", "Endothelial", "NK cells", "Monocytes", "Endothelial", "B cells", "B cells", "Fibroblast", "Fibroblast", "Endothelial", "B cells", "Dendritic", "Monocytes", "Fibroblast", "T cells", "Monocytes", "T cells", "Endothelial", "Monocytes", "NK cells", "Dendritic", "NK cells", "B cells", "Endothelial", "Fibroblast", "Fibroblast", "B cells", "Macrophage", "Macrophage", "Fibroblast", "B cells", "T cells", "Fibroblast", "Fibroblast", "Monocytes", "T cells", "B cells", "B cells", "NK cells", "Endothelial", "NK cells", "Endothelial", "NK cells", "Dendritic", "Macrophage", "Fibroblast", "T cells", "NK cells", "Fibroblast", "Macrophage", "Dendritic", "Fibroblast", "B cells", "NK cells", "Monocytes", "Fibroblast", "Dendritic", "Dendritic", "T cells", "NK cells", "B cells", "Dendritic", "B cells", "Endothelial", "Fibroblast", "B cells", "Monocytes", "Fibroblast", "T cells", "T cells", "NK cells", "B cells", "Monocytes", "Dendritic", "T cells", "NK cells", "Endothelial", "NK cells", "Macrophage", "Dendritic", "T cells", "Dendritic", "Monocytes", "B cells", "B cells", "Dendritic", "Monocytes", "B cells", "Endothelial", "Endothelial", "Macrophage", "Monocytes", "NK cells", "B cells", "NK cells", "Fibroblast", "T cells", "B cells", "Fibroblast", "Dendritic", "B cells", "T cells", "T cells", "Monocytes", "B cells", "Monocytes", "Macrophage", "Fibroblast", "T cells", "B cells", "T cells", "T cells", "NK cells", "Monocytes", "Dendritic", "Macrophage", "B cells", "Fibroblast", "NK cells", "NK cells", "B cells", "Monocytes", "Endothelial", "Fibroblast", "Fibroblast", "NK cells", "Dendritic", "Dendritic", "B cells", "Macrophage", "Fibroblast", "Dendritic", "NK cells", "Macrophage", "NK cells", "Dendritic", "NK cells", "T cells", "Endothelial", "Macrophage", "B cells", "Endothelial", "T cells", "B cells", "Endothelial", "Macrophage", "Dendritic", "Monocytes", "Endothelial", "Monocytes", "NK cells", "Endothelial", "B cells", "Macrophage", "Monocytes", "Endothelial", "NK cells", "NK cells", "B cells", "Monocytes", "Endothelial", "Monocytes", "Dendritic", "NK cells", "T cells", "NK cells", "Endothelial", "Dendritic", "T cells", "Monocytes", "Macrophage", "Endothelial", "Macrophage", "Monocytes", "T cells", "Fibroblast", "Dendritic", "NK cells", "Fibroblast", "B cells", "T cells", "Dendritic", "Monocytes", "B cells", "NK cells", "NK cells", "B cells", "Endothelial", "T cells", "NK cells", "Fibroblast", "NK cells", "Endothelial", "Dendritic", "Monocytes", "Fibroblast", "NK cells", "B cells", "B cells", "Monocytes", "Fibroblast", "Endothelial", "Endothelial", "Monocytes", "Endothelial", "Fibroblast", "B cells", "NK cells", "Monocytes", "NK cells", "NK cells", "T cells", "Dendritic", "Fibroblast", "Monocytes", "Endothelial", "Dendritic", "Fibroblast", "B cells", "NK cells", "Fibroblast", "Macrophage", "Endothelial", "B cells", "B cells", "Fibroblast", "Fibroblast", "Monocytes", "NK cells", "Endothelial", "Dendritic", "Fibroblast", "Dendritic", "NK cells", "B cells", "B cells", "Monocytes", "NK cells", "B cells", "Fibroblast", "Endothelial", "Fibroblast", "Endothelial", "Macrophage", "NK cells", "Endothelial", "NK cells", "Monocytes", "NK cells", "T cells", "Macrophage", "Macrophage", "NK cells", "Dendritic", "Dendritic", "Macrophage", "Macrophage", "Endothelial", "NK cells", "T cells", "NK cells", "T cells", "NK cells", "Fibroblast", "Endothelial", "Macrophage", "T cells", "T cells", "Fibroblast", "T cells", "Dendritic", "T cells", "NK cells", "NK cells", "B cells", "Fibroblast", "Monocytes", "Monocytes", "NK cells", "NK cells", "T cells", "T cells", "Monocytes", "Monocytes", "Dendritic", "B cells", "NK cells", "Endothelial", "T cells", "Endothelial", "Fibroblast", "Macrophage", "Dendritic", "B cells", "Macrophage", "Monocytes", "T cells", "Monocytes", "Endothelial", "Dendritic", "Dendritic", "Fibroblast", "Monocytes", "T cells", "Fibroblast", "Fibroblast", "Fibroblast", "Dendritic", "Monocytes", "Macrophage", "T cells", "Endothelial", "T cells", "B cells", "Dendritic", "NK cells", "Dendritic", "Dendritic", "B cells", "Monocytes", "T cells", "Endothelial", "T cells", "Macrophage", "Monocytes", "T cells", "Macrophage", "T cells", "Fibroblast", "Dendritic", "Endothelial", "Monocytes", "NK cells", "Dendritic", "Fibroblast", "B cells", "Monocytes", "B cells", "NK cells", "Macrophage", "T cells", "Macrophage", "B cells", "Dendritic", "Endothelial", "Endothelial", "Dendritic", "NK cells", "T cells", "B cells", "Fibroblast", "NK cells", "NK cells", "Endothelial", "Endothelial", "Endothelial", "T cells", "T cells", "B cells", "B cells", "Endothelial", "Monocytes", "NK cells", "T cells", "B cells", "B cells", "NK cells", "Dendritic", "Monocytes", "NK cells", "B cells", "Dendritic", "Fibroblast", "Endothelial", "Dendritic", "T cells", "Monocytes", "Endothelial", "B cells", "B cells", "Monocytes", "Monocytes", "T cells", "Fibroblast", "Endothelial", "Endothelial", "NK cells", "Monocytes", "T cells", "Macrophage", "Dendritic", "Dendritic", "Endothelial", "B cells", "T cells", "Dendritic", "NK cells", "B cells", "Monocytes", "B cells", "Dendritic", "Dendritic", "NK cells", "B cells", "T cells", "Fibroblast", "Macrophage", "Dendritic", "B cells", "Monocytes", "Dendritic", "T cells", "Fibroblast", "NK cells", "B cells", "T cells", "B cells", "NK cells", "Endothelial", "T cells", "Monocytes", "Dendritic", "Endothelial", "Fibroblast", "Monocytes", "Fibroblast", "Dendritic", "NK cells", "Endothelial", "Endothelial", "T cells", "Dendritic", "NK cells", "Dendritic", "B cells", "B cells", "Endothelial", "T cells", "Endothelial", "T cells", "Monocytes", "NK cells", "Fibroblast", "Endothelial", "Dendritic", "B cells", "T cells", "Monocytes", "Fibroblast", "B cells", "Monocytes", "Dendritic", "Fibroblast", "Macrophage", "B cells", "B cells", "T cells", "T cells", "Dendritic", "Fibroblast", "Fibroblast", "T cells", "NK cells", "Macrophage", "Endothelial", "Fibroblast", "Monocytes", "NK cells", "T cells", "Fibroblast", "Fibroblast", "Endothelial", "Fibroblast", "Monocytes", "B cells", "Fibroblast", "T cells", "Macrophage", "Dendritic", "NK cells", "Macrophage", "Macrophage", "Endothelial", "B cells", "Dendritic", "NK cells", "Monocytes", "Dendritic", "Macrophage", "Monocytes", "Fibroblast", "Endothelial", "Dendritic", "T cells", "NK cells", "Monocytes", "Dendritic", "Fibroblast", "Monocytes", "B cells", "Dendritic", "Fibroblast", "B cells", "Macrophage", "Endothelial", "Endothelial", "Macrophage", "T cells", "Macrophage", "Monocytes", "Fibroblast", "Macrophage", "NK cells", "Endothelial", "T cells", "NK cells", "T cells", "Endothelial", "B cells", "NK cells", "Fibroblast", "Endothelial", "Endothelial", "Fibroblast", "Fibroblast", "NK cells", "NK cells", "T cells", "NK cells", "Endothelial", "Dendritic", "B cells", "T cells", "NK cells", "Monocytes", "Endothelial", "Endothelial", "Dendritic", "NK cells", "Endothelial", "Monocytes", "B cells", "Monocytes", "Dendritic", "Dendritic", "Fibroblast", "Monocytes", "Endothelial", "Dendritic", "Dendritic", "T cells", "Monocytes", "Dendritic", "Macrophage", "B cells", "Endothelial", "Monocytes", "NK cells", "NK cells", "B cells", "T cells", "B cells", "Endothelial", "Dendritic", "B cells", "Endothelial", "B cells", "Macrophage", "Endothelial", "Endothelial", "T cells", "T cells", "Endothelial", "NK cells", "Monocytes", "T cells", "Dendritic", "T cells", "B cells", "NK cells", "Monocytes", "Endothelial", "Monocytes", "Dendritic", "Monocytes", "Endothelial", "Fibroblast", "NK cells", "Fibroblast", "B cells", "T cells", "B cells", "T cells", "Fibroblast", "Dendritic", "NK cells", "Monocytes", "Macrophage", "NK cells", "Monocytes", "Fibroblast", "T cells", "Macrophage", "T cells", "Fibroblast", "Endothelial", "NK cells", "Fibroblast", "Monocytes", "B cells", "Macrophage", "Dendritic", "Fibroblast", "Dendritic", "Monocytes", "NK cells", "Fibroblast", "Monocytes", "Fibroblast", "B cells", "Macrophage", "Macrophage", "Macrophage", "Macrophage", "Macrophage", "T cells", "Monocytes", "Macrophage", "Fibroblast", "Endothelial", "NK cells", "NK cells", "T cells", "NK cells", "Dendritic", "T cells", "B cells", "NK cells", "NK cells", "Fibroblast", "B cells", "Endothelial", "NK cells", "B cells", "Fibroblast", "Fibroblast", "B cells", "T cells", "Monocytes", "T cells", "Fibroblast", "NK cells", "B cells", "Dendritic", "NK cells", "Endothelial", "Fibroblast", "Dendritic", "Monocytes", "B cells", "B cells", "Monocytes", "NK cells", "NK cells", "Macrophage", "B cells", "Endothelial", "Macrophage", "B cells", "Macrophage", "B cells", "B cells", "T cells", "Macrophage", "Monocytes", "Macrophage", "NK cells", "Macrophage", "Dendritic", "T cells", "B cells", "Endothelial", "T cells", "B cells", "NK cells", "Macrophage", "Monocytes", "T cells", "B cells", "Monocytes", "Dendritic", "Dendritic", "B cells", "Monocytes", "NK cells", "Dendritic", "Endothelial", "Fibroblast", "Monocytes", "NK cells", "B cells", "Fibroblast", "NK cells", "NK cells", "Monocytes", "B cells", "Fibroblast", "Macrophage", "B cells", "Endothelial", "Fibroblast", "NK cells", "Dendritic", "T cells", "B cells", "Macrophage", "Dendritic", "Fibroblast", "Macrophage", "B cells", "Macrophage", "Monocytes", "T cells", "T cells", "Monocytes", "NK cells", "B cells", "Macrophage", "Endothelial", "Monocytes", "Fibroblast", "Endothelial", "Endothelial", "Fibroblast", "Dendritic", "Dendritic", "B cells", "T cells", "Macrophage", "Monocytes", "Monocytes", "Endothelial", "Monocytes", "B cells", "Dendritic", "NK cells", "Dendritic", "NK cells", "T cells", "Endothelial", "Dendritic", "Dendritic", "Monocytes", "Macrophage", "B cells", "NK cells", "Fibroblast", "Monocytes", "Monocytes", "Monocytes", "T cells", "B cells", "Fibroblast", "NK cells", "Dendritic", "Fibroblast", "T cells", "Monocytes", "T cells", "Dendritic", "Dendritic", "Dendritic", "B cells", "B cells", "Macrophage", "Endothelial", "Endothelial", "Fibroblast", "Dendritic", "Dendritic", "T cells", "T cells", "NK cells", "Dendritic", "Endothelial", "Fibroblast", "Monocytes", "B cells", "Endothelial", "Macrophage", "Fibroblast", "NK cells", "Endothelial", "Dendritic", "T cells", "B cells", "T cells", "Dendritic", "Dendritic", "Macrophage", "Monocytes", "Fibroblast", "Fibroblast", "Fibroblast", "Dendritic", "NK cells", "Endothelial", "Macrophage", "Dendritic", "Fibroblast", "Macrophage", "Dendritic", "NK cells", "T cells", "B cells", "T cells", "Dendritic", "Macrophage", "Macrophage", "Monocytes", "Dendritic", "Dendritic", "Monocytes", "NK cells", "B cells", "Fibroblast", "B cells", "Monocytes", "Monocytes", "Dendritic", "Dendritic", "Monocytes", "Dendritic", "T cells", "T cells", "Monocytes", "Monocytes", "NK cells", "Dendritic", "Macrophage", "NK cells", "Macrophage", "Fibroblast", "Fibroblast", "Macrophage", "B cells", "NK cells", "Fibroblast", "NK cells", "NK cells", "T cells", "T cells", "T cells", "Macrophage", "NK cells", "NK cells", "Monocytes", "B cells", "Dendritic", "Dendritic", "Dendritic", "Dendritic", "B cells", "NK cells", "B cells", "T cells", "Endothelial", "Fibroblast", "Fibroblast", "Endothelial", "Dendritic", "NK cells", "B cells", "Dendritic", "Macrophage", "Endothelial", "Monocytes", "Endothelial", "Macrophage", "Fibroblast", "Fibroblast", "Dendritic", "Endothelial", "Monocytes", "B cells", "Dendritic", "Endothelial", "Endothelial", "Macrophage", "B cells", "T cells", "B cells", "Macrophage", "Fibroblast", "T cells", "Dendritic", "Dendritic", "T cells", "NK cells", "Fibroblast", "Monocytes", "Endothelial", "Macrophage", "Fibroblast", "Macrophage", "Endothelial", "B cells", "T cells", "Fibroblast", "Endothelial", "Dendritic", "Monocytes", "Fibroblast", "T cells", "Monocytes", "Dendritic", "NK cells", "Monocytes", "Fibroblast", "Monocytes", "Macrophage", "Fibroblast", "NK cells", "B cells", "Fibroblast", "Dendritic", "Macrophage", "Dendritic", "NK cells", "B cells", "B cells", "Dendritic", "Monocytes", "Macrophage", "NK cells", "Endothelial", "Fibroblast", "NK cells", "T cells", "Fibroblast", "NK cells", "Endothelial", "Dendritic", "NK cells", "T cells", "Fibroblast", "B cells", "Dendritic", "NK cells", "Fibroblast", "Monocytes", "Dendritic", "T cells", "T cells", "Dendritic", "Endothelial", "Macrophage", "NK cells", "Macrophage", "Endothelial", "T cells", "B cells", "Endothelial", "Endothelial", "Dendritic", "Monocytes", "Fibroblast", "NK cells", "Monocytes", "NK cells", "T cells", "Dendritic", "Monocytes", "Endothelial", "Endothelial", "Fibroblast", "Macrophage", "Fibroblast", "B cells", "Monocytes", "NK cells", "T cells", "Monocytes", "Macrophage", "B cells", "T cells", "Fibroblast", "NK cells", "Fibroblast", "Monocytes", "Dendritic", "Monocytes", "Fibroblast", "Fibroblast", "Fibroblast", "B cells", "NK cells", "T cells", "Dendritic", "Macrophage", "Monocytes", "B cells", "Macrophage", "NK cells", "Macrophage", "Fibroblast", "Fibroblast", "Endothelial", "Dendritic", "B cells", "B cells", "Macrophage", "Fibroblast", "T cells", "B cells", "Endothelial", "NK cells", "Fibroblast", "Endothelial", "Dendritic", "B cells", "Fibroblast", "Monocytes", "Monocytes", "T cells", "Dendritic", "Macrophage", "Fibroblast", "B cells", "NK cells", "B cells", "Fibroblast", "Endothelial", "Monocytes", "Dendritic", "NK cells", "Endothelial", "T cells", "NK cells", "NK cells", "Dendritic", "T cells", "Macrophage", "NK cells", "B cells", "Monocytes", "Endothelial", "T cells", "NK cells", "Monocytes", "Endothelial", "NK cells", "Endothelial", "NK cells", "B cells", "Dendritic", "Macrophage", "B cells", "Fibroblast", "Fibroblast", "Monocytes", "Monocytes", "B cells", "NK cells", "B cells", "NK cells", "Fibroblast", "Fibroblast", "Dendritic", "NK cells", "Dendritic", "Macrophage", "Fibroblast", "Dendritic", "NK cells", "Endothelial", "T cells", "NK cells", "NK cells", "Fibroblast", "Fibroblast", "NK cells", "Fibroblast", "B cells", "Monocytes", "T cells", "T cells", "Monocytes", "B cells", "T cells", "Endothelial", "T cells", "Fibroblast", "NK cells", "T cells", "Fibroblast", "Dendritic", "Macrophage", "Dendritic", "Monocytes", "B cells", "T cells", "Fibroblast", "Fibroblast", "Monocytes", "NK cells", "Macrophage", "Monocytes", "T cells", "Monocytes", "Dendritic", "B cells", "Fibroblast", "Fibroblast", "Fibroblast", "Fibroblast", "B cells", "T cells", "Dendritic", "Endothelial", "Endothelial", "T cells", "Endothelial", "Endothelial", "Monocytes", "T cells", "NK cells", "Fibroblast", "Monocytes", "Dendritic", "Fibroblast", "Dendritic", "Dendritic", "B cells", "Fibroblast", "Macrophage", "Macrophage", "Monocytes", "Macrophage", "Monocytes", "Endothelial", "Fibroblast", "Dendritic", "Endothelial", "B cells", "Monocytes", "Fibroblast", "NK cells", "T cells", "Macrophage", "NK cells", "Endothelial", "Monocytes", "Monocytes", "Macrophage", "Macrophage", "Macrophage", "Macrophage", "NK cells", "Endothelial", "B cells", "B cells", "Endothelial", "Fibroblast", "T cells", "NK cells", "Monocytes", "Macrophage", "Dendritic", "Monocytes", "Dendritic", "NK cells", "Endothelial", "Fibroblast", "NK cells", "T cells", "Macrophage", "Endothelial", "Macrophage", "T cells", "NK cells", "Macrophage", "T cells", "Macrophage", "Monocytes", "Macrophage", "Monocytes", "T cells", "B cells", "Endothelial", "Dendritic", "B cells", "NK cells", "Dendritic", "T cells", "T cells", "Endothelial", "B cells", "Endothelial", "Endothelial", "B cells", "Dendritic", "Macrophage", "B cells", "B cells", "T cells", "Monocytes", "Endothelial", "Fibroblast", "Dendritic", "Macrophage", "Fibroblast", "Endothelial", "Dendritic", "Macrophage", "B cells", "Monocytes", "Endothelial", "Endothelial", "Dendritic", "Dendritic", "Monocytes", "Endothelial", "NK cells", "T cells", "Macrophage", "T cells", "Monocytes", "Endothelial", "NK cells", "B cells", "T cells", "Dendritic", "Dendritic", "B cells", "Endothelial", "T cells", "Fibroblast", "NK cells", "Endothelial", "Fibroblast", "NK cells", "Fibroblast", "Dendritic", "B cells", "NK cells", "Macrophage", "NK cells", "Macrophage", "B cells", "Dendritic", "Endothelial", "T cells", "Dendritic", "Dendritic", "Monocytes", "Fibroblast", "Monocytes", "B cells", "Monocytes", "Endothelial", "Dendritic", "Monocytes", "Fibroblast", "Monocytes", "B cells", "Dendritic", "Macrophage", "Monocytes", "Endothelial", "T cells", "NK cells", "Fibroblast", "Fibroblast", "T cells", "B cells", "T cells", "Fibroblast", "NK cells", "Dendritic", "NK cells", "Macrophage", "Endothelial", "NK cells", "Endothelial", "Monocytes", "Macrophage", "Dendritic", "Fibroblast", "NK cells", "NK cells", "Macrophage", "Dendritic", "NK cells", "Endothelial", "B cells", "NK cells", "B cells", "Dendritic", "Fibroblast", "Monocytes", "Monocytes", "NK cells", "Monocytes", "Endothelial", "Macrophage", "Dendritic", "T cells", "Dendritic", "Monocytes", "NK cells", "Dendritic", "Endothelial", "Macrophage", "T cells", "NK cells", "B cells", "Fibroblast", "Endothelial", "B cells", "B cells", "Endothelial", "Fibroblast", "Monocytes", "Monocytes", "B cells", "T cells", "Monocytes", "Monocytes", "Endothelial", "T cells", "Fibroblast", "Fibroblast", "Endothelial", "NK cells", "Fibroblast", "Endothelial", "Dendritic", "Monocytes", "NK cells", "NK cells", "NK cells", "Macrophage", "Dendritic", "Monocytes", "B cells", "Fibroblast", "T cells", "Fibroblast", "T cells", "Endothelial", "B cells", "NK cells", "B cells", "B cells", "Dendritic", "NK cells", "NK cells", "Macrophage", "Dendritic", "Dendritic", "B cells", "Monocytes", "Monocytes", "B cells", "NK cells", "Endothelial", "Macrophage", "B cells", "Endothelial", "Macrophage", "Monocytes", "Endothelial", "B cells", "Monocytes", "T cells", "Monocytes", "Fibroblast", "Monocytes", "Endothelial", "NK cells", "Dendritic", "Macrophage", "Dendritic", "Monocytes", "T cells", "Monocytes", "Endothelial", "B cells", "B cells", "Dendritic", "Monocytes", "Macrophage", "Fibroblast", "Endothelial", "Fibroblast", "Dendritic", "Monocytes", "B cells", "Dendritic", "T cells", "Macrophage", "Endothelial", "Dendritic", "Monocytes", "T cells", "Fibroblast", "Dendritic", "B cells", "Macrophage", "Endothelial", "Dendritic", "Monocytes", "NK cells", "T cells", "Fibroblast", "Dendritic", "Monocytes", "B cells", "Dendritic", "Fibroblast", "Dendritic", "Monocytes", "B cells", "Macrophage", "Macrophage", "Macrophage", "T cells", "Dendritic", "NK cells", "Endothelial", "Endothelial", "Endothelial", "Dendritic", "B cells", "Monocytes", "Dendritic", "Monocytes", "Dendritic", "B cells", "Endothelial", "Fibroblast", "Dendritic", "T cells", "T cells", "T cells", "Monocytes", "Dendritic", "Monocytes", "NK cells", "Monocytes", "NK cells", "Endothelial", "Macrophage", "T cells", "Fibroblast", "Dendritic", "Dendritic", "Dendritic", "NK cells", "Macrophage", "Fibroblast", "T cells", "Monocytes", "Dendritic", "T cells", "NK cells", "T cells", "Endothelial", "NK cells", "NK cells", "NK cells", "Monocytes", "Fibroblast", "T cells", "T cells", "Fibroblast", "Monocytes", "Fibroblast", "Fibroblast", "NK cells", "Endothelial", "Endothelial", "T cells", "Macrophage", "B cells", "NK cells", "B cells", "NK cells", "Monocytes", "Monocytes", "Monocytes", "T cells", "Endothelial", "T cells", "Monocytes", "Macrophage", "B cells", "Dendritic", "Endothelial", "B cells", "NK cells", "Monocytes", "Endothelial", "Fibroblast", "Fibroblast", "Endothelial", "NK cells", "Dendritic", "Endothelial", "B cells", "Macrophage", "Macrophage", "Endothelial", "B cells", "Macrophage", "Monocytes", "Dendritic", "Fibroblast", "Dendritic", "NK cells", "T cells", "T cells", "B cells", "Monocytes", "T cells", "NK cells", "B cells", "Monocytes", "B cells", "Dendritic", "Endothelial", "Macrophage", "B cells", "Dendritic", "B cells", "Monocytes", "Fibroblast", "NK cells", "Monocytes", "Fibroblast", "Endothelial", "Fibroblast", "Endothelial", "Dendritic", "Fibroblast", "NK cells", "Monocytes", "Macrophage", "Endothelial", "Dendritic", "Dendritic", "B cells", "Fibroblast", "Fibroblast", "Dendritic", "NK cells", "Endothelial", "Endothelial", "Fibroblast", "NK cells", "Endothelial", "T cells", "NK cells", "Dendritic", "NK cells", "NK cells", "Dendritic", "Fibroblast", "NK cells", "Macrophage", "Dendritic", "Monocytes", "Dendritic", "Fibroblast", "B cells", "Macrophage", "Endothelial", "Fibroblast", "Fibroblast", "NK cells", "T cells", "NK cells", "B cells", "T cells", "NK cells", "Endothelial", "B cells", "T cells", "Macrophage", "Fibroblast", "B cells", "Endothelial", "Monocytes", "Fibroblast", "Endothelial", "NK cells", "Macrophage", "NK cells", "Dendritic", "NK cells", "B cells", "NK cells", "T cells", "Monocytes", "Fibroblast", "Monocytes", "B cells", "B cells", "NK cells", "B cells", "B cells", "Macrophage", "T cells", "Dendritic", "Dendritic", "Dendritic", "B cells", "NK cells", "T cells", "Macrophage", "Endothelial", "Fibroblast", "Endothelial", "Monocytes", "B cells", "Monocytes", "Monocytes", "Monocytes", "T cells", "T cells", "NK cells", "NK cells", "Fibroblast", "NK cells", "NK cells", "NK cells", "Endothelial", "Dendritic", "Macrophage", "Dendritic", "B cells", "Endothelial", "T cells", "B cells", "Monocytes", "Endothelial", "B cells", "T cells", "Fibroblast", "Endothelial", "B cells", "Monocytes", "T cells", "Monocytes", "NK cells", "Macrophage", "B cells", "NK cells", "NK cells", "T cells", "B cells", "Dendritic", "Monocytes", "Endothelial", "Monocytes", "Fibroblast", "Macrophage", "Monocytes", "Fibroblast", "Monocytes", "NK cells", "Fibroblast", "Dendritic", "Macrophage", "T cells", "Dendritic", "Endothelial", "Dendritic", "Fibroblast", "T cells", "Fibroblast", "Monocytes", "Macrophage", "Macrophage", "Macrophage", "B cells", "T cells", "Monocytes", "Dendritic", "NK cells", "T cells", "Dendritic", "NK cells", "Macrophage", "Endothelial", "Macrophage", "T cells", "Endothelial", "NK cells", "Monocytes", "Monocytes", "NK cells", "Endothelial", "T cells", "Monocytes", "Endothelial", "Endothelial", "Fibroblast", "Fibroblast", "Dendritic", "Endothelial", "NK cells", "Endothelial", "Monocytes", "Dendritic", "T cells", "Fibroblast", "Monocytes", "Macrophage", "Macrophage", "Fibroblast", "Dendritic", "NK cells", "Dendritic", "Macrophage", "NK cells", "B cells", "Monocytes", "B cells", "T cells", "Dendritic", "T cells", "Dendritic", "Macrophage", "B cells", "B cells", "NK cells", "Macrophage", "Endothelial", "T cells", "Endothelial", "Endothelial", "Dendritic", "Fibroblast", "Monocytes", "Monocytes", "Dendritic", "Endothelial", "B cells", "B cells", "T cells", "Endothelial", "Dendritic", "Macrophage", "T cells", "Dendritic", "Endothelial", "NK cells", "B cells", "T cells", "NK cells", "NK cells", "Fibroblast", "Macrophage", "Macrophage", "Fibroblast", "NK cells", "T cells", "B cells", "NK cells", "B cells", "T cells", "Monocytes", "Endothelial", "Monocytes", "B cells", "Dendritic", "T cells", "NK cells", "Fibroblast", "NK cells", "B cells", "Dendritic", "NK cells", "NK cells", "Fibroblast", "Monocytes", "Endothelial", "Macrophage", "NK cells", "Monocytes", "B cells", "Fibroblast", "B cells", "Fibroblast", "Fibroblast", "Endothelial", "B cells", "Dendritic", "B cells", "NK cells", "Fibroblast", "T cells", "Fibroblast", "Endothelial", "B cells", "T cells", "T cells", "Monocytes", "B cells", "Macrophage", "T cells", "B cells", "Fibroblast", "Endothelial", "Monocytes", "NK cells", "Endothelial", "B cells", "Macrophage", "Macrophage", "Monocytes", "T cells", "Dendritic", "Endothelial", "Fibroblast", "Endothelial", "Endothelial", "B cells", "NK cells", "B cells", "NK cells", "Monocytes", "Fibroblast", "Dendritic", "Monocytes", "NK cells", "Fibroblast", "Endothelial", "Monocytes", "B cells", "T cells", "Dendritic", "Endothelial", "Endothelial", "Fibroblast", "Dendritic", "NK cells", "Monocytes", "Endothelial", "Macrophage", "Monocytes", "Endothelial", "T cells", "T cells", "T cells", "NK cells", "NK cells", "Dendritic", "NK cells", "Fibroblast", "Monocytes", "NK cells", "T cells", "NK cells", "Macrophage", "Fibroblast", "Dendritic", "NK cells", "Macrophage", "NK cells", "B cells", "Monocytes", "Monocytes", "Endothelial", "NK cells", "B cells", "Dendritic", "B cells", "Fibroblast", "T cells", "NK cells", "T cells", "B cells", "Macrophage", "Monocytes", "Endothelial", "Monocytes", "T cells", "Endothelial", "B cells", "B cells", "B cells", "B cells", "Fibroblast", "B cells", "Endothelial", "Endothelial", "NK cells", "Fibroblast", "Dendritic", "T cells", "Fibroblast", "Endothelial", "NK cells", "Macrophage", "T cells", "Fibroblast", "Dendritic", "Macrophage", "Dendritic", "Fibroblast", "Dendritic", "Macrophage", "Macrophage", "Monocytes", "B cells", "Monocytes", "Macrophage", "Monocytes", "T cells", "Dendritic", "B cells", "Monocytes", "Monocytes", "T cells", "T cells", "B cells", "T cells", "Monocytes", "Endothelial", "Fibroblast", "Endothelial", "Monocytes", "B cells", "Fibroblast", "Dendritic", "Endothelial", "NK cells", "T cells", "NK cells", "Macrophage", "Monocytes", "Endothelial", "Macrophage", "NK cells", "Macrophage", "Monocytes", "B cells", "Monocytes", "T cells", "Monocytes", "Dendritic", "Fibroblast", "B cells", "Endothelial", "Monocytes", "Fibroblast", "T cells", "B cells", "Macrophage", "Endothelial", "Macrophage", "Macrophage", "T cells", "Endothelial", "Monocytes", "Monocytes", "T cells", "NK cells", "Dendritic", "NK cells", "Dendritic", "Monocytes", "Monocytes", "Endothelial", "Endothelial", "Monocytes", "T cells", "NK cells", "Macrophage", "Fibroblast", "B cells", "T cells", "NK cells", "NK cells", "Dendritic", "Fibroblast", "Monocytes", "Dendritic", "T cells", "NK cells", "Macrophage", "NK cells", "Fibroblast", "T cells", "Macrophage", "T cells", "B cells", "B cells", "NK cells", "Monocytes", "Fibroblast", "Monocytes", "T cells", "Dendritic", "T cells", "T cells", "Endothelial", "Monocytes", "Endothelial", "Macrophage", "NK cells", "Macrophage", "Monocytes", "Dendritic", "T cells", "Macrophage", "B cells", "T cells", "Monocytes", "NK cells", "Endothelial", "Dendritic", "Monocytes", "Endothelial", "Endothelial", "NK cells", "Monocytes", "NK cells", "Dendritic", "Monocytes", "Monocytes", "Macrophage", "Monocytes", "Dendritic", "Monocytes", "Fibroblast", "Fibroblast", "NK cells", "Monocytes", "Fibroblast", "B cells", "Endothelial", "B cells", "Dendritic", "Fibroblast", "NK cells", "Macrophage", "Fibroblast"]
}
},
config = {
"graphType": "Scatter2D",
"title": "Single-cell UMAP explorer",
"subtitle": "3,000 cells, 8 annotated cell types",
"xAxis": ["UMAP-1"],
"yAxis": ["UMAP-2"],
"xAxisTitle": "UMAP-1",
"yAxisTitle": "UMAP-2",
"colorBy": "CellType",
"dataPointSize": 4,
"backgroundType": "panel",
"panelBackgroundColor": "rgb(245,245,245)",
"xAxisGridMajorColor": "rgb(255,255,255)",
"yAxisGridMajorColor": "rgb(255,255,255)",
"legendBox": True,
"legendBackgroundColor": "rgb(255,255,255)",
"axisTickScaleFontFactor": 0.8
},
width = 600,
height = 600
)
)



















