]> code.communitydata.science - cdsc_reddit.git/commitdiff
add visualization for 10000 subreddits based on author-tf similarities.
authorNate E TeBlunthuis <nathante@mox2.hyak.local>
Thu, 28 Jan 2021 04:22:24 +0000 (20:22 -0800)
committerNate E TeBlunthuis <nathante@mox2.hyak.local>
Thu, 28 Jan 2021 04:22:24 +0000 (20:22 -0800)
visualization/Makefile
visualization/subreddit_author_tf_similarities_10000.html [new file with mode: 0644]
visualization/subreddit_author_tf_similarities_10000_viewport.html [new file with mode: 0644]
visualization/tsne_vis.py

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..97a70389730ab2490b00066e67c58ff02e4ea096 100644 (file)
@@ -0,0 +1,11 @@
+all: subreddit_author_tf_similarities_10000.html #comment_authors_10000.html
+
+# wang_tsne_10000.html
+# wang_tsne_10000.html:/gscratch/comdata/output/reddit_tsne/wang_similarity_10000.feather /gscratch/comdata/output/reddit_clustering/wang_similarity_10000.feather tsne_vis.py
+#      python3 tsne_vis.py --tsne_data=/gscratch/comdata/output/reddit_tsne/wang_similarity_10000.feather --clusters=/gscratch/comdata/output/reddit_clustering/wang_similarity_10000.feather --output=wang_tsne_10000.html
+
+# comment_authors_10000.html:/gscratch/comdata/output/reddit_tsne/comment_authors_10000.feather /gscratch/comdata/output/reddit_clustering/comment_authors_10000.feather tsne_vis.py
+#      python3 tsne_vis.py --tsne_data=/gscratch/comdata/output/reddit_similarity/comment_authors_10000.feather --clusters=/gscratch/comdata/output/reddit_clustering/comment_authors_10000.feather --output=comment_authors_10000.html
+
+subreddit_author_tf_similarities_10000.html:/gscratch/comdata/output/reddit_tsne/subreddit_author_tf_similarities_10000.feather /gscratch/comdata/output/reddit_clustering/subreddit_author_tf_similarities_10000.feather tsne_vis.py
+       start_spark_and_run.sh 1 tsne_vis.py --tsne_data=/gscratch/comdata/output/reddit_tsne/subreddit_author_tf_similarities_10000.feather --clusters=/gscratch/comdata/output/reddit_clustering/subreddit_author_tf_similarities_10000.feather --output=subreddit_author_tf_similarities_10000.html
diff --git a/visualization/subreddit_author_tf_similarities_10000.html b/visualization/subreddit_author_tf_similarities_10000.html
new file mode 100644 (file)
index 0000000..7cfbd0e
--- /dev/null
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <style>
+    .error {
+        color: red;
+    }
+  </style>
+  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega@5"></script>
+  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega-lite@4.8.1"></script>
+  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega-embed@6"></script>
+</head>
+<body>
+  <div id="vis"></div>
+  <script>
+    (function(vegaEmbed) {
+      var spec = {"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}}, "data": {"name": "data-6c6779c2e81755904ba664b6113392f2"}, "mark": "text", "encoding": {"color": {"condition": {"type": "nominal", "field": "color", "scale": {"scheme": "category10"}, "selection": " "}, "value": "lightgray"}, "text": {"type": "nominal", "field": "subreddit"}, "x": {"type": "quantitative", "axis": {"grid": false}, "field": "x", "scale": {"domain": [-65, 65]}}, "y": {"type": "quantitative", "axis": {"grid": false}, "field": "y", "scale": {"domain": [-65, 65]}}}, "height": 1000, "selection": {" ": {"type": "single", "on": "click,", "fields": ["cluster"], "bind": {"input": "select", "options": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "106", "107", "108", "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157", "158", "159", "160", "161", "162", "163", "164", "165", "166", "167", "168", "169", "170", "171", "172", "173", "174", "175", "176", "177", "178", "179", "180", "181", "182", "183", "184", "185", "186", "187", "188", "189", "190", "191", "192", "193", "194", "195", "196", "197", "198", "199", "200", "201", "202", "203", "204", "205", "206", "207", "208", "209", "210", "211", "212", "213", "214", "215", "216", "217", "218", "219", "220", "221", "222", "223", "224", "225", "226", "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "237", "238", "239", "240", "241", "242", "243", "244", "245", "246", "247", "248", "249", "250", "251", "252", "253", "254", "255", "256", "257", "258", "259", "260", "261", "262", "263", "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287", "288", "289", "290", "291", "292", "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307", "308", "309", "310", "311", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "322", "323", "324", "325", "326", "327", "328", "329", "330", "331", "332", "333", "334", "335", "336", "337", "338", "339", "340", "341", "342", "343", "344", "345", "346", "347", "348", "349", "350", "351", "352", "353", "354", "355", "356", "357", "358", "359", "360", "361", "362", "363", "364", "365", "366", "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392", "393", "394", "395", "396", "397", "398", "399", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "425", "426", "427", "428", "429", "430", "431", "432", "433", "434", "435", "436", "437", "438", "439", "440", "441", "442", "443", "444", "445", "446", "447", "448", "449", "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463", "464", "465", "466", "467", "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481", "482", "483", "484", "485", "486", "487", "488", "489", "490", "491", "492", "493", "494", "495", "496", "497", "498", "499", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514", "515", "516", "517", "518", "519", "520", "521", "522", "523", "524", "525", "526", "527", "528", "529", "530", "531", "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545", "546", "547", "548", "549", "550", "551", "552", "553", "554", "555", "556", "557", "558", "559", "560", "561", "562", "563", "564", "565", "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579", "580", "581", "582", "583", "584", "585", "586", "587", "588", "589", "590", "591", "592", "593", "594", "595", "596", "597", "598", "599", "600", "601", "602", "603", "604", "605", "606", "607", "608", "609", "610", "611", "612", "613", "614", "615", "616", "617", "618", "619", "620", "621", "622", "623", "624", "625", "626", "627", "628", "629", "630", "631", "632", "633", "634", "635", "636", "637", "638", "639", "640", "641", "642", "643", "644", "645", "646", "647", "648", "649", "650", "651", "652", "653", "654", "655", "656", "657", "658", "659", "660", "661", "662", "663", "664", "665", "666", "667", "668", "669", "670", "671", "672", "673", "674", "675", "676", "677", "678", "679", "680", "681", "682", "683", "684", "685", "686", "687", "688", "689", "690", "691", "692", "693", "694", "695", "696", "697", "698", "699", "700", "701", "702", "703", "704", "705", "706", "707", "708", "709", "710", "711", "712", "713", "714", "715", "716", "717", "718", "719", "720", "721", "722", "723", "724", "725", "726", "727", "728", "729", "730", "731", "732", "733", "734", "735", "736", "737", "738", "739", "740", "741", "742", "743", "744", "745", "746", "747", "748", "749", "750", "751", "752", "753", "754", "755", "756", "757", "758", "759", "760", "761", "762", "763", "764", "765", "766", "767", "768", "769", "770", "771", "772", "773", "774", "775", "776", "777", "778", "779", "780", "781", "782", "783", "784", "785", "786", "787", "788", "789", "790", "791", "792", "793", "794", "795", "796", "797", "798", "799", "800", "801", "802", "803", "804", "805", "806", "807", "808", "809", "810", "811", "812", "813", "814", "815", "816", "817", "818", "819", "820", "821", "822", "823", "824", "825", "826", "827", "828", "829", "830", "831", "832", "833", "834", "835", "836", "837", "838", "839", "840", "841", "842", "843", "844", "845", "846", "847", "848", "849", "850", "851", "852", "853", "854", "855", "856", "857", "858", "859", "860", "861", "862", "863", "864", "865", "866", "867", "868", "869", "870", "871", "872", "873", "874", "875", "876", "877", "878", "879", "880", "881", "882", "883", "884", "885", "886", "887", "888", "889", "890", "891", "892", "893", "894", "895", "896", "897", "898", "899", "900", "901", "902", "903", "904", "905", "906", "907", "908", "909", "910", "911", "912", "913", "914", "915", "916", "917", "918", "919", "920", "921", "922", "923", "924", "925", "926", "927", "928", "929", "930", "931", "932", "933", "934", "935", "936", "937", "938", "939", "940", "941", "942", "943", "944", "945", "946", "947", "948", "949", "950", "951", "952", "953", "954", "955", "956", "957", "958", "959", "960", "961", "962", "963", "964", "965", "966", "967", "968", "969", "970", "971", "972", "973", "974", "975", "976", "977", "978", "979", "980", "981", "982", "983", "984", "985", "986", "987", "988", "989", "990", "991", "992", "993", "994", "995", "996", "997", "998", "999", "1000", "1001", "1002", "1003", "1004", "1005", "1006", "1007", "1008", "1009", "1010", "1011", "1012", "1013", "1014", "1015", "1016", "1017", "1018", "1019", "1020", "1021", "1022", "1023", "1024", "1025", "1026", "1027", "1028", "1029", "1030", "1031", "1032", "1033", "1034", "1035", "1036", "1037", "1038", "1039", "1040", "1041", "1042", "1043", "1044", "1045", "1046", "1047", "1048", "1049", "1050", "1051", "1052", "1053", "1054", "1055", "1056", "1057", "1058", "1059", "1060", "1061", "1062", "1063", "1064", "1065", "1066", "1067", "1068", "1069", "1070", "1071", "1072", "1073", "1074", "1075", "1076", "1077", "1078", "1079", "1080", "1081", "1082", "1083", "1084", "1085", "1086", "1087", "1088", "1089", "1090", "1091", "1092", "1093", "1094", "1095", "1096", "1097", "1098", "1099", "1100", "1101", "1102", "1103", "1104", "1105", "1106", "1107", "1108", "1109", "1110", "1111", "1112", "1113", "1114", "1115", "1116", "1117", "1118", "1119", "1120", "1121", "1122", "1123", "1124", "1125", "1126", "1127", "1128", "1129", "1130", "1131", "1132", "1133", "1134", "1135", "1136", "1137", "1138", "1139", "1140", "1141", "1142", "1143", "1144", "1145", "1146", "1147", "1148", "1149", "1150", "1151", "1152", "1153", "1154", "1155", "1156", "1157", "1158", "1159", "1160", "1161", "1162", "1163", "1164", "1165", "1166", "1167", "1168", "1169", "1170", "1171", "1172", "1173", "1174", "1175", "1176", "1177", "1178", "1179", "1180", "1181", "1182", "1183", "1184", "1185", "1186", "1187", "1188", "1189", "1190", "1191", "1192", "1193", "1194", "1195", "1196", "1197", "1198", "1199", "1200", "1201", "1202", "1203", "1204", "1205", "1206", "1207", "1208", "1209", "1210", "1211", "1212", "1213", "1214", "1215", "1216", "1217", "1218", "1219", "1220", "1221", "1222", "1223", "1224", "1225", "1226", "1227", "1228", "1229", "1230", "1231", "1232", "1233", "1234", "1235", "1236", "1237", "1238", "1239", "1240", "1241", "1242", "1243", "1244", "1245", "1246", "1247", "1248", "1249", "1250", "1251", "1252", "1253", "1254", "1255", "1256", "1257", "1258", "1259", "1260", "1261", "1262", "1263", "1264", "1265", "1266", "1267", "1268", "1269", "1270", "1271", "1272", "1273", "1274", "1275", "1276", "1277", "1278", "1279", "1280", "1281", "1282", "1283", "1284", "1285", "1286", "1287", "1288", "1289", "1290", "1291", "1292", "1293", "1294", "1295", "1296", "1297", "1298", "1299", "1300", "1301", "1302", "1303", "1304", "1305", "1306", "1307", "1308", "1309", "1310", "1311", "1312", "1313", "1314", "1315", "1316", "1317", "1318", "1319", "1320", "1321", "1322", "1323", "1324", "1325", "1326", "1327", "1328", "1329", "1330", "1331", "1332", "1333", "1334", "1335", "1336", "1337", "1338", "1339", "1340", "1341", "1342", "1343", "1344", "1345", "1346", "1347", "1348", "1349", "1350", "1351", "1352", "1353", "1354", "1355", "1356", "1357", "1358", "1359", "1360", "1361", "1362", "1363", "1364", "1365", "1366", "1367", "1368", "1369", "1370", "1371", "1372", "1373", "1374", "1375", "1376", "1377", "1378", "1379", "1380", "1381", "1382", "1383", "1384", "1385", "1386", "1387", "1388", "1389", "1390", "1391", "1392", "1393", "1394", "1395", "1396", "1397", "1398", "1399", "1400", "1401", "1402", "1403", "1404", "1405", "1406", "1407", "1408", "1409", "1410", "1411", "1412", "1413", "1414", "1415", "1416", "1417", "1418", "1419", "1420", "1421", "1422", "1423", "1424", "1425", "1426", "1427", "1428", "1429", "1430", "1431", "1432", "1433", "1434", "1435", "1436", "1437", "1438", "1439", "1440", "1441", "1442", "1443", "1444", "1445", "1446", "1447", "1448", "1449", "1450", "1451", "1452", "1453", "1454", "1455", "1456", "1457", "1458", "1459", "1460", "1461", "1462", "1463", "1464", "1465", "1466", "1467", "1468", "1469", "1470", "1471", "1472", "1473", "1474", "1475", "1476", "1477", "1478", "1479", "1480", "1481", "1482", "1483", "1484", "1485", "1486", "1487", "1488", "1489", "1490", "1491", "1492", "1493", "1494", "1495", "1496", "1497", "1498", "1499", "1500", "1501", "1502", "1503", "1504", "1505", "1506", "1507", "1508", "1509", "1510", "1511", "1512", "1513", "1514", "1515", "1516", "1517", "1518", "1519", "1520", "1521", "1522", "1523", "1524", "1525", "1526", "1527", "1528", "1529", "1530", "1531", "1532", "1533", "1534", "1535", "1536", "1537", "1538", "1539", "1540", "1541", "1542", "1543", "1544", "1545", "1546", "1547", "1548", "1549", "1550", "1551", "1552", "1553", "1554", "1555", "1556", "1557", "1558", "1559", "1560", "1561", "1562", "1563", "1564", "1565", "1566", "1567", "1568", "1569", "1570", "1571", "1572", "1573", "1574", "1575", "1576", "1577", "1578", "1579", "1580", "1581", "1582", "1583", "1584", "1585", "1586", "1587", "1588", "1589", "1590", "1591", "1592", "1593", "1594", "1595", "1596", "1597", "1598", "1599", "1600", "1601", "1602", "1603", "1604", "1605", "1606", "1607", "1608", "1609", "1610", "1611", "1612", "1613", "1614", "1615", "1616", "1617", "1618", "1619", "1620", "1621", "1622", "1623", "1624", "1625", "1626", "1627", "1628", "1629", "1630", "1631", "1632", "1633", "1634", "1635", "1636", "1637", "1638", "1639", "1640", "1641", "1642", "1643", "1644", "1645", "1646", "1647", "1648", "1649", "1650", "1651", "1652", "1653", "1654", "1655", "1656", "1657", "1658", "1659", "1660", "1661", "1662", "1663", "1664", "1665", "1666", "1667", "1668", "1669", "1670", "1671", "1672", "1673", "1674", "1675", "1676", "1677", "1678", "1679", "1680", "1681", "1682", "1683", "1684", "1685", "1686", "1687", "1688", "1689", "1690", "1691", "1692", "1693", "1694", "1695", "1696", "1697", "1698", "1699", "1700", "1701", "1702", "1703", "1704", "1705", "1706", "1707", "1708", "1709", "1710", "1711", "1712", "1713", "1714", "1715", "1716", "1717", "1718", "1719", "1720", "1721", "1722", "1723", "1724", "1725", "1726", "1727", "1728", "1729", "1730", "1731", "1732", "1733", "1734", "1735", "1736", "1737", "1738", "1739", "1740", "1741", "1742", "1743", "1744", "1745", "1746", "1747", "1748", "1749", "1750", "1751", "1752", "1753", "1754", "1755", "1756", "1757", "1758", "1759", "1760", "1761", "1762", "1763", "1764", "1765", "1766", "1767", "1768", "1769", "1770", "1771", "1772", "1773", "1774", "1775", "1776", "1777", "1778", "1779", "1780", "1781", "1782", "1783", "1784", "1785", "1786", "1787", "1788", "1789", "1790", "1791", "1792", "1793", "1794", "1795", "1796", "1797", "1798", "1799", "1800", "1801", "1802", "1803", "1804", "1805", "1806", "1807", "1808", "1809", "1810", "1811", "1812", "1813", "1814", "1815", "1816", "1817", "1818", "1819", "1820", "1821", "1822", "1823", "1824", "1825", "1826", "1827", "1828", "1829", "1830", "1831", "1832", "1833", "1834", "1835", "1836", "1837", "1838", "1839", "1840", "1841", "1842", "1843", "1844", "1845", "1846", "1847", "1848", "1849", "1850", "1851", "1852", "1853", "1854", "1855", "1856", "1857", "1858", "1859", "1860", "1861", "1862", "1863", "1864", "1865", "1866", "1867", "1868", "1869", "1870", "1871", "1872", "1873", "1874", "1875", "1876", "1877", "1878", "1879", "1880", "1881", "1882", "1883", "1884", "1885", "1886", "1887", "1888", "1889", "1890", "1891", "1892", "1893", "1894", "1895", "1896", "1897", "1898", "1899", "1900", "1901", "1902", "1903", "1904", "1905", "1906", "1907", "1908", "1909", "1910", "1911", "1912", "1913", "1914", "1915", "1916", "1917", "1918", "1919", "1920", "1921", "1922", "1923", "1924", "1925", "1926", "1927", "1928", "1929", "1930", "1931", "1932", "1933", "1934", "1935", "1936", "1937", "1938", "1939", "1940", "1941", "1942", "1943", "1944", "1945", "1946", "1947", "1948", "1949", "1950", "1951", "1952", "1953", "1954", "1955", "1956", "1957", "1958", "1959", "1960", "1961", "1962", "1963", "1964", "1965", "1966", "1967", "1968", "1969", "1970", "1971", "1972", "1973", "1974", "1975", "1976", "1977", "1978", "1979", "1980", "1981", "1982", "1983", "1984", "1985", "1986", "1987", "1988", "1989", "1990", "1991", "1992", "1993", "1994", "1995", "1996", "1997", "1998", "1999", "2000", "2001", "2002", "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010"]}}, "selector001": {"type": "interval", "bind": "scales", "encodings": ["x", "y"]}}, "width": 1275, "$schema": "https://vega.github.io/schema/vega-lite/v4.8.1.json", "datasets": {"data-6c6779c2e81755904ba664b6113392f2": [{"x": -93.52179718017578, "y": -1.8281320333480835, "subreddit": "100daysofketo", "cluster": 0, "color": 0}, {"x": -93.3797836303711, "y": -1.7434841394424438, "subreddit": "kzoo", "cluster": 0, "color": 0}, {"x": -94.63633728027344, "y": -1.1991649866104126, "subreddit": "southpaws", "cluster": 0, "color": 0}, {"x": -93.5853271484375, "y": -2.9799892902374268, "subreddit": "whole30", "cluster": 0, "color": 0}, {"x": -30.958045959472656, "y": 19.74875259399414, "subreddit": "100thieves", "cluster": 1910, "color": 4}, {"x": -44.9583740234375, "y": -69.29569244384766, "subreddit": "motorcitykitties", "cluster": 1910, "color": 4}, {"x": -45.69942092895508, "y": -67.91986083984375, "subreddit": "norfolk", "cluster": 1910, "color": 4}, {"x": -44.48984909057617, "y": -67.18582916259766, "subreddit": "personalfinance", "cluster": 1910, "color": 4}, {"x": -45.1955451965332, "y": -68.03180694580078, "subreddit": "virginiabeach", "cluster": 1910, "color": 4}, {"x": 114.83763122558594, "y": -152.2458953857422, "subreddit": "100yearsago", "cluster": 1772, "color": 4}, {"x": 0.18620125949382782, "y": -46.34917068481445, "subreddit": "degrassi", "cluster": 1772, "color": 4}, {"x": 4.31430196762085, "y": -22.990360260009766, "subreddit": "tech", "cluster": 1772, "color": 4}, {"x": 11.120508193969727, "y": -21.99440574645996, "subreddit": "technews", "cluster": 1772, "color": 4}, {"x": 11.05219841003418, "y": -22.05185317993164, "subreddit": "technewstoday", "cluster": 1772, "color": 4}, {"x": -80.5703353881836, "y": -78.73502349853516, "subreddit": "1022", "cluster": 1789, "color": 3}, {"x": -61.93907928466797, "y": -83.33051300048828, "subreddit": "dallasstars", "cluster": 1789, "color": 3}, {"x": -80.49811553955078, "y": -78.7817153930664, "subreddit": "texasrangers", "cluster": 1789, "color": 3}, {"x": -17.078004837036133, "y": -27.411088943481445, "subreddit": "10cloverfieldlane", "cluster": 381, "color": 0}, {"x": -16.24155616760254, "y": -27.088106155395508, "subreddit": "asoue", "cluster": 381, "color": 0}, {"x": -16.926551818847656, "y": -27.361431121826172, "subreddit": "cloververse", "cluster": 381, "color": 0}, {"x": -9.057729721069336, "y": 36.158836364746094, "subreddit": "skulduggerypleasant", "cluster": 381, "color": 0}, {"x": 43.78318405151367, "y": 45.062557220458984, "subreddit": "1200isfineiguessugh", "cluster": 1, "color": 0}, {"x": 43.48722839355469, "y": 45.31993103027344, "subreddit": "1200isjerky", "cluster": 1, "color": 0}, {"x": 44.55153274536133, "y": 44.5479736328125, "subreddit": "1200isplenty", "cluster": 1, "color": 0}, {"x": 44.62970733642578, "y": 44.34171676635742, "subreddit": "1500isplenty", "cluster": 1, "color": 0}, {"x": 18.539560317993164, "y": -5.144558429718018, "subreddit": "bento", "cluster": 1, "color": 0}, {"x": 45.498592376708984, "y": 42.80308532714844, "subreddit": "cico", "cluster": 1, "color": 0}, {"x": 46.52503204345703, "y": 44.59490203857422, "subreddit": "loseit", "cluster": 1, "color": 0}, {"x": 46.65042495727539, "y": 45.46434783935547, "subreddit": "progresspics", "cluster": 1, "color": 0}, {"x": 46.59664535522461, "y": 44.27294921875, "subreddit": "weightlossadvice", "cluster": 1, "color": 0}, {"x": 112.6224594116211, "y": -69.81558990478516, "subreddit": "12monkeys", "cluster": 890, "color": 2}, {"x": 29.377445220947266, "y": 58.18258285522461, "subreddit": "fuseboxgames", "cluster": 890, "color": 2}, {"x": 112.62389373779297, "y": -69.81443786621094, "subreddit": "hphogwartsmystery", "cluster": 890, "color": 2}, {"x": 5.140254974365234, "y": 20.158912658691406, "subreddit": "13or30", "cluster": 1003, "color": 2}, {"x": 0.19479452073574066, "y": 16.2659969329834, "subreddit": "absoluteunit", "cluster": 1003, "color": 2}, {"x": 8.143112182617188, "y": 28.687374114990234, "subreddit": "aquaticasfuck", "cluster": 1003, "color": 2}, {"x": -6.102567195892334, "y": 37.26953887939453, "subreddit": "askquija", "cluster": 1003, "color": 2}, {"x": -7.1585469245910645, "y": 22.68878936767578, "subreddit": "birdsarentreal", "cluster": 1003, "color": 2}, {"x": -0.5891727209091187, "y": 18.839887619018555, "subreddit": "blessedimages", "cluster": 1003, "color": 2}, {"x": -2.0333123207092285, "y": 50.87885665893555, "subreddit": "brasilnoticias", "cluster": 1003, "color": 2}, {"x": 62.43693923950195, "y": 137.88514709472656, "subreddit": "chaoticgood", "cluster": 1003, "color": 2}, {"x": -13.727219581604004, "y": 9.484169960021973, "subreddit": "convenientcop", "cluster": 1003, "color": 2}, {"x": -0.9258052706718445, "y": 13.720719337463379, "subreddit": "diwhy", "cluster": 1003, "color": 2}, {"x": -59.144004821777344, "y": 110.69193267822266, "subreddit": "extremelyinfuriating", "cluster": 1003, "color": 2}, {"x": -62.53958511352539, "y": 124.27848815917969, "subreddit": "fridgedetective", "cluster": 1003, "color": 2}, {"x": 2.4027626514434814, "y": 23.740692138671875, "subreddit": "fuckyoukaren", "cluster": 1003, "color": 2}, {"x": -0.25227978825569153, "y": 13.931478500366211, "subreddit": "funnyandsad", "cluster": 1003, "color": 2}, {"x": 5.677161693572998, "y": 24.73640251159668, "subreddit": "gatesopencomeonin", "cluster": 1003, "color": 2}, {"x": 10.848570823669434, "y": 11.494453430175781, "subreddit": "happycryingdads", "cluster": 1003, "color": 2}, {"x": 6.642660617828369, "y": 11.289649963378906, "subreddit": "holdmyjuicebox", "cluster": 1003, "color": 2}, {"x": 6.616783142089844, "y": 19.875913619995117, "subreddit": "humansaremetal", "cluster": 1003, "color": 2}, {"x": 6.698422908782959, "y": 20.50914192199707, "subreddit": "iamactuallyverybadass", "cluster": 1003, "color": 2}, {"x": -121.40645599365234, "y": 58.740455627441406, "subreddit": "idiotswithguns", "cluster": 1003, "color": 2}, {"x": 2.5030086040496826, "y": 114.93803405761719, "subreddit": "illegallifeprotips", "cluster": 1003, "color": 2}, {"x": 3.6743953227996826, "y": 24.131027221679688, "subreddit": "insanepeoplequora", "cluster": 1003, "color": 2}, {"x": 2.0971527099609375, "y": 12.889875411987305, "subreddit": "instantbarbarians", "cluster": 1003, "color": 2}, {"x": -0.45509040355682373, "y": 16.329439163208008, "subreddit": "irleastereggs", "cluster": 1003, "color": 2}, {"x": 2.41815447807312, "y": 12.321941375732422, "subreddit": "keanubeingawesome", "cluster": 1003, "color": 2}, {"x": -0.1817842572927475, "y": 16.17925262451172, "subreddit": "kidsarefuckingstupid", "cluster": 1003, "color": 2}, {"x": -12.112140655517578, "y": 10.52661418914795, "subreddit": "medizzy", "cluster": 1003, "color": 2}, {"x": -21.203292846679688, "y": 20.96044921875, "subreddit": "misfits", "cluster": 1003, "color": 2}, {"x": -14.364531517028809, "y": 172.10890197753906, "subreddit": "monkeyspaw", "cluster": 1003, "color": 2}, {"x": 2.3142075538635254, "y": 22.50758171081543, "subreddit": "notliketheothergirls", "cluster": 1003, "color": 2}, {"x": -0.5950999855995178, "y": 23.190685272216797, "subreddit": "offensivememes", "cluster": 1003, "color": 2}, {"x": 5.153367519378662, "y": 23.503211975097656, "subreddit": "parentsarefuckingdumb", "cluster": 1003, "color": 2}, {"x": -11.741929054260254, "y": 13.929829597473145, "subreddit": "planetdolan", "cluster": 1003, "color": 2}, {"x": 0.2199276238679886, "y": 18.176578521728516, "subreddit": "praisethecameraman", "cluster": 1003, "color": 2}, {"x": -1.8493342399597168, "y": 18.019290924072266, "subreddit": "pyrocynical", "cluster": 1003, "color": 2}, {"x": 2.552363634109497, "y": 17.585254669189453, "subreddit": "scriptedasiangifs", "cluster": 1003, "color": 2}, {"x": -37.259864807128906, "y": 142.6145477294922, "subreddit": "terminallystupid", "cluster": 1003, "color": 2}, {"x": -2.1489052772521973, "y": 21.729297637939453, "subreddit": "thanksihateit", "cluster": 1003, "color": 2}, {"x": -8.937925338745117, "y": 10.536619186401367, "subreddit": "thatlookedexpensive", "cluster": 1003, "color": 2}, {"x": -122.06756591796875, "y": 184.6376953125, "subreddit": "therewasanattempt", "cluster": 1003, "color": 2}, {"x": 1.1739943027496338, "y": 17.163454055786133, "subreddit": "vent", "cluster": 1003, "color": 2}, {"x": 0.31261056661605835, "y": 17.45317840576172, "subreddit": "walmartcelebrities", "cluster": 1003, "color": 2}, {"x": -34.4618034362793, "y": 62.34556579589844, "subreddit": "warface", "cluster": 1003, "color": 2}, {"x": -0.14101853966712952, "y": 15.006011009216309, "subreddit": "yesyesyesno", "cluster": 1003, "color": 2}, {"x": 447.4808654785156, "y": 168.7206268310547, "subreddit": "youseeingthisshit", "cluster": 1003, "color": 2}, {"x": -15.320778846740723, "y": -42.14198303222656, "subreddit": "13reasonswhy", "cluster": 2, "color": 0}, {"x": -15.269574165344238, "y": -42.14154815673828, "subreddit": "cobrakai", "cluster": 2, "color": 0}, {"x": 113.78520202636719, "y": 11.033099174499512, "subreddit": "jaimebrienne", "cluster": 2, "color": 0}, {"x": -16.120784759521484, "y": -44.46995544433594, "subreddit": "netflixsexeducation", "cluster": 2, "color": 0}, {"x": -90.51805114746094, "y": -68.52259063720703, "subreddit": "1911", "cluster": 792, "color": 0}, {"x": -86.63343048095703, "y": -68.39232635498047, "subreddit": "ccw", "cluster": 792, "color": 0}, {"x": -87.66600799560547, "y": -69.12728118896484, "subreddit": "glockmod", "cluster": 792, "color": 0}, {"x": -87.68473052978516, "y": -69.02238464355469, "subreddit": "glocks", "cluster": 792, "color": 0}, {"x": -89.10551452636719, "y": -67.9470443725586, "subreddit": "handguns", "cluster": 792, "color": 0}, {"x": -91.52998352050781, "y": -68.47904205322266, "subreddit": "hecklerkoch", "cluster": 792, "color": 0}, {"x": -89.54316711425781, "y": -69.027099609375, "subreddit": "sigsauer", "cluster": 792, "color": 0}, {"x": -89.13347625732422, "y": -67.41262817382812, "subreddit": "smithandwesson", "cluster": 792, "color": 0}, {"x": -88.39994812011719, "y": -74.0700912475586, "subreddit": "weekendgunnit", "cluster": 792, "color": 0}, {"x": 4.930490016937256, "y": 13.501633644104004, "subreddit": "195", "cluster": 1621, "color": 4}, {"x": -12.463903427124023, "y": -0.6800727844238281, "subreddit": "americandad", "cluster": 1621, "color": 4}, {"x": 5.2761921882629395, "y": 14.79526138305664, "subreddit": "apexvideos", "cluster": 1621, "color": 4}, {"x": 9.70655632019043, "y": 15.427299499511719, "subreddit": "awww", "cluster": 1621, "color": 4}, {"x": 8.481756210327148, "y": 12.837772369384766, "subreddit": "brokengifs", "cluster": 1621, "color": 4}, {"x": -41.054359436035156, "y": 12.333582878112793, "subreddit": "cartoons", "cluster": 1621, "color": 4}, {"x": 5.598665714263916, "y": 12.586244583129883, "subreddit": "catpranks", "cluster": 1621, "color": 4}, {"x": 25.45658302307129, "y": 20.600603103637695, "subreddit": "dankmemearchive", "cluster": 1621, "color": 4}, {"x": 34.14772415161133, "y": -1.8364578485488892, "subreddit": "fiveyearsagoonreddit", "cluster": 1621, "color": 4}, {"x": 9.599381446838379, "y": 13.811775207519531, "subreddit": "gamedevscreens", "cluster": 1621, "color": 4}, {"x": 6.437400817871094, "y": 14.4287691116333, "subreddit": "gentlemanbonersgifs", "cluster": 1621, "color": 4}, {"x": 7.947965145111084, "y": 12.09411334991455, "subreddit": "gifextra", "cluster": 1621, "color": 4}, {"x": 1.8163776397705078, "y": 43.83289337158203, "subreddit": "karma", "cluster": 1621, "color": 4}, {"x": 3.898759365081787, "y": 15.130359649658203, "subreddit": "meow_irl", "cluster": 1621, "color": 4}, {"x": 3.589229106903076, "y": 11.942867279052734, "subreddit": "michaelbaygifs", "cluster": 1621, "color": 4}, {"x": 14.945887565612793, "y": 9.747994422912598, "subreddit": "mistyfront", "cluster": 1621, "color": 4}, {"x": 24.379276275634766, "y": 30.161754608154297, "subreddit": "onetruegod", "cluster": 1621, "color": 4}, {"x": -32.94817352294922, "y": 34.299442291259766, "subreddit": "penspinning", "cluster": 1621, "color": 4}, {"x": 6.250971794128418, "y": 13.619765281677246, "subreddit": "pixelart", "cluster": 1621, "color": 4}, {"x": 42.67637252807617, "y": 20.027942657470703, "subreddit": "rocketleague", "cluster": 1621, "color": 4}, {"x": 2.310750722885132, "y": 12.966765403747559, "subreddit": "romania_ss", "cluster": 1621, "color": 4}, {"x": 5.122341156005859, "y": 14.215575218200684, "subreddit": "sequence", "cluster": 1621, "color": 4}, {"x": 5.399322509765625, "y": 14.081290245056152, "subreddit": "shittyreactiongifs", "cluster": 1621, "color": 4}, {"x": 6.730283260345459, "y": 12.376407623291016, "subreddit": "slygifs", "cluster": 1621, "color": 4}, {"x": 14.801884651184082, "y": 11.2358980178833, "subreddit": "subredditsimulator_ss", "cluster": 1621, "color": 4}, {"x": 5.381650924682617, "y": 15.482857704162598, "subreddit": "thatpeelingfeeling", "cluster": 1621, "color": 4}, {"x": 7.237310886383057, "y": 13.457521438598633, "subreddit": "thedonald", "cluster": 1621, "color": 4}, {"x": 0.8824228048324585, "y": 11.890339851379395, "subreddit": "thisismylifenow", "cluster": 1621, "color": 4}, {"x": 65.57587432861328, "y": -125.19507598876953, "subreddit": "timelapse", "cluster": 1621, "color": 4}, {"x": 6.563429832458496, "y": 15.345185279846191, "subreddit": "woof_irl", "cluster": 1621, "color": 4}, {"x": -10.13927173614502, "y": -49.40104293823242, "subreddit": "19kidsandcounting", "cluster": 430, "color": 1}, {"x": -10.166889190673828, "y": -49.27204513549805, "subreddit": "countingon", "cluster": 430, "color": 1}, {"x": -10.480002403259277, "y": -47.94298553466797, "subreddit": "duggarssnark", "cluster": 430, "color": 1}, {"x": -10.492115020751953, "y": -47.76982116699219, "subreddit": "fundiesnark", "cluster": 430, "color": 1}, {"x": 60.48324966430664, "y": 56.7501335144043, "subreddit": "may2018bumpers", "cluster": 430, "color": 1}, {"x": 10.900137901306152, "y": 105.94151306152344, "subreddit": "1p_lsd", "cluster": 1094, "color": 3}, {"x": 9.934714317321777, "y": 108.90142822265625, "subreddit": "2cb", "cluster": 1094, "color": 3}, {"x": 9.186651229858398, "y": 106.22821807861328, "subreddit": "acid", "cluster": 1094, "color": 3}, {"x": 9.859414100646973, "y": 105.89934539794922, "subreddit": "lsd", "cluster": 1094, "color": 3}, {"x": 9.74704360961914, "y": 106.81682586669922, "subreddit": "lsdtriplifehacks", "cluster": 1094, "color": 3}, {"x": 10.10791015625, "y": 108.93103790283203, "subreddit": "mdma", "cluster": 1094, "color": 3}, {"x": 10.295805931091309, "y": 104.4543685913086, "subreddit": "psychedelics", "cluster": 1094, "color": 3}, {"x": 7.9509992599487305, "y": 103.39581298828125, "subreddit": "replications", "cluster": 1094, "color": 3}, {"x": 13.097258567810059, "y": 108.54846954345703, "subreddit": "tripsit", "cluster": 1094, "color": 3}, {"x": -19.994173049926758, "y": 63.57986831665039, "subreddit": "2007scape", "cluster": 3, "color": 0}, {"x": -19.666963577270508, "y": 62.73586654663086, "subreddit": "cutenoobs", "cluster": 3, "color": 0}, {"x": -19.486629486083984, "y": 64.43718719482422, "subreddit": "ironscape", "cluster": 3, "color": 0}, {"x": -20.183753967285156, "y": 63.689552307128906, "subreddit": "oldschoolrs", "cluster": 3, "color": 0}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "2018redditgame", "cluster": 4, "color": 0}, {"x": 99.30044555664062, "y": -73.72835540771484, "subreddit": "23andme", "cluster": 65, "color": 0}, {"x": 99.29886627197266, "y": -73.7282943725586, "subreddit": "ancestrydna", "cluster": 65, "color": 0}, {"x": -17.475664138793945, "y": -33.350833892822266, "subreddit": "twinpeaks", "cluster": 65, "color": 0}, {"x": -104.87483215332031, "y": -38.47780227661133, "subreddit": "240sx", "cluster": 567, "color": 3}, {"x": -105.22882080078125, "y": -38.588924407958984, "subreddit": "drifting", "cluster": 567, "color": 3}, {"x": -106.41773986816406, "y": -38.990970611572266, "subreddit": "e30", "cluster": 567, "color": 3}, {"x": -57.57252502441406, "y": -22.34612274169922, "subreddit": "24hoursupport", "cluster": 5, "color": 0}, {"x": -59.02738571166992, "y": -21.536996841430664, "subreddit": "antivirus", "cluster": 5, "color": 0}, {"x": -57.11582946777344, "y": -22.363204956054688, "subreddit": "computertechs", "cluster": 5, "color": 0}, {"x": -47.91828155517578, "y": -31.01106834411621, "subreddit": "manjarolinux", "cluster": 5, "color": 0}, {"x": -83.01203155517578, "y": -74.69756317138672, "subreddit": "2aliberals", "cluster": 1050, "color": 3}, {"x": -83.0721664428711, "y": -74.59915924072266, "subreddit": "liberalgunowners", "cluster": 1050, "color": 3}, {"x": 138.03811645507812, "y": -22.704063415527344, "subreddit": "media_criticism", "cluster": 1050, "color": 3}, {"x": -50.83499526977539, "y": 112.09696197509766, "subreddit": "2b2t", "cluster": 6, "color": 0}, {"x": -50.30083465576172, "y": 111.30828094482422, "subreddit": "9b9t", "cluster": 6, "color": 0}, {"x": -51.3431282043457, "y": 112.84556579589844, "subreddit": "constantiam", "cluster": 6, "color": 0}, {"x": -50.93751907348633, "y": 112.24922180175781, "subreddit": "rusherarmy2b2t", "cluster": 6, "color": 0}, {"x": -101.06908416748047, "y": 282.1517028808594, "subreddit": "2healthbars", "cluster": 786, "color": 2}, {"x": 7.646378993988037, "y": -177.0707244873047, "subreddit": "achievement_hunter", "cluster": 786, "color": 2}, {"x": 0.6085878610610962, "y": 14.020488739013672, "subreddit": "animaltextgifs", "cluster": 786, "color": 2}, {"x": 1.8823479413986206, "y": 14.334738731384277, "subreddit": "asianpeoplegifs", "cluster": 786, "color": 2}, {"x": 5.720803737640381, "y": 18.723283767700195, "subreddit": "bigboye", "cluster": 786, "color": 2}, {"x": 13.3569974899292, "y": 7.992254734039307, "subreddit": "birdsbeingdicks", "cluster": 786, "color": 2}, {"x": 5.810636520385742, "y": 10.322796821594238, "subreddit": "bitchimabus", "cluster": 786, "color": 2}, {"x": 9.453010559082031, "y": 11.8782320022583, "subreddit": "catgifs", "cluster": 786, "color": 2}, {"x": 12.79243278503418, "y": 14.276147842407227, "subreddit": "catsthegame", "cluster": 786, "color": 2}, {"x": 2.1285412311553955, "y": 11.339356422424316, "subreddit": "childrenfallingover", "cluster": 786, "color": 2}, {"x": 0.5413976907730103, "y": 13.380790710449219, "subreddit": "combinedgifs", "cluster": 786, "color": 2}, {"x": 4.5521416664123535, "y": 14.18263053894043, "subreddit": "corridor", "cluster": 786, "color": 2}, {"x": 7.03685998916626, "y": 100.92329406738281, "subreddit": "currentlytripping", "cluster": 786, "color": 2}, {"x": -12.38602066040039, "y": 8.803622245788574, "subreddit": "dashcamgifs", "cluster": 786, "color": 2}, {"x": 7.552916526794434, "y": 48.94584274291992, "subreddit": "deepdream", "cluster": 786, "color": 2}, {"x": 4.846269607543945, "y": 17.40199089050293, "subreddit": "doggos", "cluster": 786, "color": 2}, {"x": 0.9893923997879028, "y": 14.623100280761719, "subreddit": "dragonballsuper", "cluster": 786, "color": 2}, {"x": 2.225928783416748, "y": 15.17561149597168, "subreddit": "fullscorpion", "cluster": 786, "color": 2}, {"x": -3.9014010429382324, "y": 16.06336212158203, "subreddit": "gameofthronesmemes", "cluster": 786, "color": 2}, {"x": 1.4347225427627563, "y": 14.621833801269531, "subreddit": "gifsthatendtoosoon", "cluster": 786, "color": 2}, {"x": 1.4338704347610474, "y": 13.466815948486328, "subreddit": "gifsthatkeepongiving", "cluster": 786, "color": 2}, {"x": 0.534305214881897, "y": 13.780022621154785, "subreddit": "girlsmirin", "cluster": 786, "color": 2}, {"x": 4.273130893707275, "y": 15.654417037963867, "subreddit": "glitch_art", "cluster": 786, "color": 2}, {"x": 10.349278450012207, "y": 16.73826026916504, "subreddit": "happycowgifs", "cluster": 786, "color": 2}, {"x": -7.4174370765686035, "y": 7.837340831756592, "subreddit": "instantregret", "cluster": 786, "color": 2}, {"x": 9.618287086486816, "y": 43.54401397705078, "subreddit": "karmaconspiracy", "cluster": 786, "color": 2}, {"x": 96.5912094116211, "y": 58.150333404541016, "subreddit": "leagueoffailures", "cluster": 786, "color": 2}, {"x": 4.20172643661499, "y": 14.338376998901367, "subreddit": "loadingicon", "cluster": 786, "color": 2}, {"x": 118.09364318847656, "y": 95.10270690917969, "subreddit": "luciomains", "cluster": 786, "color": 2}, {"x": 2.299671173095703, "y": 16.687442779541016, "subreddit": "masterreturns", "cluster": 786, "color": 2}, {"x": 1.120577096939087, "y": 16.414167404174805, "subreddit": "mlem", "cluster": 786, "color": 2}, {"x": 2.187567949295044, "y": 13.490489959716797, "subreddit": "mypeopleneedme", "cluster": 786, "color": 2}, {"x": 6.760101795196533, "y": 16.279434204101562, "subreddit": "noisygifs", "cluster": 786, "color": 2}, {"x": -0.01683484949171543, "y": 14.26744556427002, "subreddit": "perfectfit", "cluster": 786, "color": 2}, {"x": -5.5554327964782715, "y": 4.403893947601318, "subreddit": "samuraijack", "cluster": 786, "color": 2}, {"x": 3.4275076389312744, "y": 10.682502746582031, "subreddit": "sportsarefun", "cluster": 786, "color": 2}, {"x": -1.2125660181045532, "y": 21.81395721435547, "subreddit": "thanosdidnothingwrong", "cluster": 786, "color": 2}, {"x": 1.475037932395935, "y": 15.800406455993652, "subreddit": "thisismylifemeow", "cluster": 786, "color": 2}, {"x": 3.7191219329833984, "y": 16.51959800720215, "subreddit": "tiresaretheenemy", "cluster": 786, "color": 2}, {"x": 4.128424167633057, "y": 12.876577377319336, "subreddit": "totallynotrobots", "cluster": 786, "color": 2}, {"x": 6.919867515563965, "y": 100.36944580078125, "subreddit": "trippy", "cluster": 786, "color": 2}, {"x": 33.100791931152344, "y": 4.4481730461120605, "subreddit": "trollcoping", "cluster": 786, "color": 2}, {"x": -1.8750025033950806, "y": 14.760746002197266, "subreddit": "trypophobia", "cluster": 786, "color": 2}, {"x": 0.8954662084579468, "y": 12.339377403259277, "subreddit": "whitepeoplegifs", "cluster": 786, "color": 2}, {"x": 3.161564350128174, "y": 12.851639747619629, "subreddit": "wholesomegifs", "cluster": 786, "color": 2}, {"x": 10.311638832092285, "y": 40.25787353515625, "subreddit": "wrestlewiththepackage", "cluster": 786, "color": 2}, {"x": 2.0122439861297607, "y": -111.03306579589844, "subreddit": "wrestlinghumiliation", "cluster": 786, "color": 2}, {"x": -20.448991775512695, "y": 31.945390701293945, "subreddit": "2kmyteam", "cluster": 471, "color": 1}, {"x": -8.949923515319824, "y": 25.093172073364258, "subreddit": "5050", "cluster": 471, "color": 1}, {"x": -0.6862967014312744, "y": 16.956003189086914, "subreddit": "absolutelynotme_irl", "cluster": 471, "color": 1}, {"x": -1.072701096534729, "y": 16.5043888092041, "subreddit": "absolutelynotmeirl", "cluster": 471, "color": 1}, {"x": -15.25901985168457, "y": 31.062532424926758, "subreddit": "agraelus", "cluster": 471, "color": 1}, {"x": -19.091352462768555, "y": 30.33055877685547, "subreddit": "animalcrossingnewhor", "cluster": 471, "color": 1}, {"x": -15.940767288208008, "y": 26.744007110595703, "subreddit": "apexconsole", "cluster": 471, "color": 1}, {"x": -11.665716171264648, "y": 24.960323333740234, "subreddit": "aprilfools", "cluster": 471, "color": 1}, {"x": -12.812455177307129, "y": 26.38936996459961, "subreddit": "askmeanythingianswer", "cluster": 471, "color": 1}, {"x": -17.756736755371094, "y": 29.099733352661133, "subreddit": "beyblade", "cluster": 471, "color": 1}, {"x": -13.01916217803955, "y": 23.14952850341797, "subreddit": "bigmouth", "cluster": 471, "color": 1}, {"x": -11.666474342346191, "y": 31.907197952270508, "subreddit": "bitlifeapp", "cluster": 471, "color": 1}, {"x": -9.591793060302734, "y": 25.630050659179688, "subreddit": "blessed_images", "cluster": 471, "color": 1}, {"x": -14.152223587036133, "y": 24.559558868408203, "subreddit": "botw", "cluster": 471, "color": 1}, {"x": -11.82975959777832, "y": 26.555627822875977, "subreddit": "brawl_stars", "cluster": 471, "color": 1}, {"x": -9.922849655151367, "y": 23.948190689086914, "subreddit": "breadstapledtotrees", "cluster": 471, "color": 1}, {"x": -18.081254959106445, "y": 23.794511795043945, "subreddit": "brogress", "cluster": 471, "color": 1}, {"x": 21.546600341796875, "y": 209.03961181640625, "subreddit": "cakeday", "cluster": 471, "color": 1}, {"x": -14.628568649291992, "y": 28.598363876342773, "subreddit": "callofdutymobile", "cluster": 471, "color": 1}, {"x": -50.8167839050293, "y": 90.13297271728516, "subreddit": "chrisramsay52", "cluster": 471, "color": 1}, {"x": -9.029086112976074, "y": 23.47165298461914, "subreddit": "cleanjokes", "cluster": 471, "color": 1}, {"x": -10.996259689331055, "y": 26.869029998779297, "subreddit": "coachcorysubmissions", "cluster": 471, "color": 1}, {"x": -14.836112022399902, "y": 28.804798126220703, "subreddit": "codmobile", "cluster": 471, "color": 1}, {"x": -30.470800399780273, "y": -29.01777458190918, "subreddit": "conan", "cluster": 471, "color": 1}, {"x": -16.93365478515625, "y": 32.29037094116211, "subreddit": "criticalopsgame", "cluster": 471, "color": 1}, {"x": 13.183708190917969, "y": 58.500362396240234, "subreddit": "cutetraps", "cluster": 471, "color": 1}, {"x": -10.011292457580566, "y": 25.762165069580078, "subreddit": "dankexchange", "cluster": 471, "color": 1}, {"x": -10.431187629699707, "y": 25.675729751586914, "subreddit": "darkhumorandmemes", "cluster": 471, "color": 1}, {"x": -10.927046775817871, "y": 25.580535888671875, "subreddit": "darkjokecentral", "cluster": 471, "color": 1}, {"x": -10.961943626403809, "y": 25.626686096191406, "subreddit": "davie504", "cluster": 471, "color": 1}, {"x": -15.011336326599121, "y": 25.496702194213867, "subreddit": "dblegendsreddit", "cluster": 471, "color": 1}, {"x": -15.466310501098633, "y": 32.7579231262207, "subreddit": "deadahead", "cluster": 471, "color": 1}, {"x": 122.60246276855469, "y": -92.86601257324219, "subreddit": "diceporn", "cluster": 471, "color": 1}, {"x": -25.154056549072266, "y": 41.9277229309082, "subreddit": "division2", "cluster": 471, "color": 1}, {"x": -12.866683006286621, "y": 24.25440788269043, "subreddit": "dmdadjokes", "cluster": 471, "color": 1}, {"x": -10.579191207885742, "y": 25.230976104736328, "subreddit": "dog", "cluster": 471, "color": 1}, {"x": -10.886209487915039, "y": 21.954675674438477, "subreddit": "doodles", "cluster": 471, "color": 1}, {"x": -13.490144729614258, "y": 1.2447489500045776, "subreddit": "dyinglight", "cluster": 471, "color": 1}, {"x": -8.192602157592773, "y": 25.3847599029541, "subreddit": "emkay", "cluster": 471, "color": 1}, {"x": 8.37480354309082, "y": 54.914798736572266, "subreddit": "falloutnewvegas", "cluster": 471, "color": 1}, {"x": -23.099109649658203, "y": 29.19117546081543, "subreddit": "fingerboards", "cluster": 471, "color": 1}, {"x": -66.50491333007812, "y": 88.61189270019531, "subreddit": "geometrydash", "cluster": 471, "color": 1}, {"x": -18.986434936523438, "y": 25.397411346435547, "subreddit": "gettingshredded", "cluster": 471, "color": 1}, {"x": -7.877291202545166, "y": 23.107501983642578, "subreddit": "giraffesdontexist", "cluster": 471, "color": 1}, {"x": -7.7880096435546875, "y": 24.22856330871582, "subreddit": "godtiersuperpowers", "cluster": 471, "color": 1}, {"x": -143.90185546875, "y": 8.813753128051758, "subreddit": "goforgold", "cluster": 471, "color": 1}, {"x": -19.61832046508789, "y": 28.607158660888672, "subreddit": "growcastle", "cluster": 471, "color": 1}, {"x": -16.088254928588867, "y": 29.781068801879883, "subreddit": "growtopia", "cluster": 471, "color": 1}, {"x": -12.399568557739258, "y": 21.757465362548828, "subreddit": "gtaorrussia", "cluster": 471, "color": 1}, {"x": -16.98057746887207, "y": 25.807626724243164, "subreddit": "helpme", "cluster": 471, "color": 1}, {"x": -10.149284362792969, "y": 24.684406280517578, "subreddit": "hmmmgifs", "cluster": 471, "color": 1}, {"x": -12.398824691772461, "y": 27.476797103881836, "subreddit": "hypixelskyblock", "cluster": 471, "color": 1}, {"x": -24.913484573364258, "y": 33.71560287475586, "subreddit": "hytaleinfo", "cluster": 471, "color": 1}, {"x": -10.923066139221191, "y": 36.69352722167969, "subreddit": "imposter", "cluster": 471, "color": 1}, {"x": -11.448516845703125, "y": 27.61199188232422, "subreddit": "inoobchannel", "cluster": 471, "color": 1}, {"x": -12.387531280517578, "y": 25.460325241088867, "subreddit": "isericwearingshorts", "cluster": 471, "color": 1}, {"x": -7.294152736663818, "y": 24.638389587402344, "subreddit": "itemshop", "cluster": 471, "color": 1}, {"x": -9.869964599609375, "y": 26.44003677368164, "subreddit": "jacksepticeye", "cluster": 471, "color": 1}, {"x": -11.735013008117676, "y": 25.789670944213867, "subreddit": "just2good", "cluster": 471, "color": 1}, {"x": 1.750085711479187, "y": 14.696245193481445, "subreddit": "justcause", "cluster": 471, "color": 1}, {"x": -17.365673065185547, "y": 30.78867530822754, "subreddit": "krunkerio", "cluster": 471, "color": 1}, {"x": -20.81203269958496, "y": 24.928821563720703, "subreddit": "lacasadepapel", "cluster": 471, "color": 1}, {"x": -67.75882720947266, "y": 33.77648162841797, "subreddit": "lightsabers", "cluster": 471, "color": 1}, {"x": -31.668787002563477, "y": -181.495849609375, "subreddit": "lingling40hrs", "cluster": 471, "color": 1}, {"x": -12.024945259094238, "y": 30.41338539123535, "subreddit": "lostpause", "cluster": 471, "color": 1}, {"x": -13.251033782958984, "y": 25.263853073120117, "subreddit": "ludwigahgren", "cluster": 471, "color": 1}, {"x": -14.662827491760254, "y": 27.098554611206055, "subreddit": "markiplier", "cluster": 471, "color": 1}, {"x": -9.70934009552002, "y": 29.01239013671875, "subreddit": "mathmemes", "cluster": 471, "color": 1}, {"x": -10.792709350585938, "y": 24.948278427124023, "subreddit": "meanjokes", "cluster": 471, "color": 1}, {"x": -1.709792137145996, "y": 12.478632926940918, "subreddit": "memes_of_the_dank", "cluster": 471, "color": 1}, {"x": -11.141042709350586, "y": 26.379764556884766, "subreddit": "memesita", "cluster": 471, "color": 1}, {"x": -20.73728370666504, "y": 26.82484245300293, "subreddit": "metaldetecting", "cluster": 471, "color": 1}, {"x": -23.237783432006836, "y": 22.954792022705078, "subreddit": "miband", "cluster": 471, "color": 1}, {"x": -7.181674480438232, "y": 16.944358825683594, "subreddit": "mildyinteresting", "cluster": 471, "color": 1}, {"x": -13.936928749084473, "y": 30.142642974853516, "subreddit": "minecraftseeds", "cluster": 471, "color": 1}, {"x": -2.1961371898651123, "y": 16.598791122436523, "subreddit": "mkbhd", "cluster": 471, "color": 1}, {"x": -84.9525375366211, "y": -32.736968994140625, "subreddit": "mountainbiking", "cluster": 471, "color": 1}, {"x": -10.25717830657959, "y": 26.938100814819336, "subreddit": "mxrmods", "cluster": 471, "color": 1}, {"x": -12.105484962463379, "y": 28.521137237548828, "subreddit": "nuxtakusubmissions", "cluster": 471, "color": 1}, {"x": -10.365205764770508, "y": 25.97150230407715, "subreddit": "offensivejokes", "cluster": 471, "color": 1}, {"x": -13.063307762145996, "y": 29.527475357055664, "subreddit": "optifine", "cluster": 471, "color": 1}, {"x": -15.66739273071289, "y": 23.212024688720703, "subreddit": "oriandtheblindforest", "cluster": 471, "color": 1}, {"x": -30.892343521118164, "y": 2.1349735260009766, "subreddit": "pacybits", "cluster": 471, "color": 1}, {"x": -8.663875579833984, "y": 23.7248592376709, "subreddit": "pickuplines", "cluster": 471, "color": 1}, {"x": -13.971114158630371, "y": 26.06048011779785, "subreddit": "pixelcarracer", "cluster": 471, "color": 1}, {"x": -21.08185386657715, "y": 22.968618392944336, "subreddit": "pocketmortys", "cluster": 471, "color": 1}, {"x": -10.962767601013184, "y": 23.81633949279785, "subreddit": "pokecord", "cluster": 471, "color": 1}, {"x": -68.89205932617188, "y": 120.62090301513672, "subreddit": "pokemongovalor", "cluster": 471, "color": 1}, {"x": -13.301727294921875, "y": 28.232181549072266, "subreddit": "polytopia", "cluster": 471, "color": 1}, {"x": -7.776461601257324, "y": 37.52790069580078, "subreddit": "pornhubcomments", "cluster": 471, "color": 1}, {"x": -10.334158897399902, "y": 23.00550079345703, "subreddit": "pornomemes", "cluster": 471, "color": 1}, {"x": -10.482366561889648, "y": 30.013944625854492, "subreddit": "redditoryt", "cluster": 471, "color": 1}, {"x": 9.565861701965332, "y": 20.028860092163086, "subreddit": "roastme", "cluster": 471, "color": 1}, {"x": -14.25444221496582, "y": 21.511985778808594, "subreddit": "scottthewoz", "cluster": 471, "color": 1}, {"x": -11.754465103149414, "y": 23.0733585357666, "subreddit": "sexstories", "cluster": 471, "color": 1}, {"x": -17.936750411987305, "y": 27.127857208251953, "subreddit": "sherlock", "cluster": 471, "color": 1}, {"x": -6.737497329711914, "y": 23.55548095703125, "subreddit": "shittysuperpowers", "cluster": 471, "color": 1}, {"x": -8.98786735534668, "y": 26.141935348510742, "subreddit": "sidemen", "cluster": 471, "color": 1}, {"x": -10.303108215332031, "y": 27.749675750732422, "subreddit": "sixthworldproblems", "cluster": 471, "color": 1}, {"x": -21.492128372192383, "y": 28.539833068847656, "subreddit": "skate3", "cluster": 471, "color": 1}, {"x": 1.270076036453247, "y": 15.502925872802734, "subreddit": "sommerray", "cluster": 471, "color": 1}, {"x": -15.810502052307129, "y": 36.09189987182617, "subreddit": "soulknight", "cluster": 471, "color": 1}, {"x": -21.29582405090332, "y": 54.87856674194336, "subreddit": "taptapheroes", "cluster": 471, "color": 1}, {"x": -10.792167663574219, "y": 28.497882843017578, "subreddit": "technoblade", "cluster": 471, "color": 1}, {"x": -11.869012832641602, "y": 33.54471206665039, "subreddit": "testingground4bots", "cluster": 471, "color": 1}, {"x": -11.480019569396973, "y": 29.3572998046875, "subreddit": "thechurchofpeanut", "cluster": 471, "color": 1}, {"x": 54.89200973510742, "y": -151.88818359375, "subreddit": "theericandreshow", "cluster": 471, "color": 1}, {"x": -9.463237762451172, "y": 24.747718811035156, "subreddit": "theletterh", "cluster": 471, "color": 1}, {"x": -0.6395087242126465, "y": 14.454145431518555, "subreddit": "trippinthroughtime", "cluster": 471, "color": 1}, {"x": -18.702070236206055, "y": 32.211917877197266, "subreddit": "tubersimulator", "cluster": 471, "color": 1}, {"x": -13.438139915466309, "y": 27.13749885559082, "subreddit": "wbugihyibaubhiahbh", "cluster": 471, "color": 1}, {"x": -18.299087524414062, "y": 51.155155181884766, "subreddit": "wizard101", "cluster": 471, "color": 1}, {"x": -12.451958656311035, "y": 35.94527816772461, "subreddit": "yandere", "cluster": 471, "color": 1}, {"x": -14.269368171691895, "y": 23.211284637451172, "subreddit": "youfellforitfool", "cluster": 471, "color": 1}, {"x": -11.846548080444336, "y": 24.16495704650879, "subreddit": "youtooz", "cluster": 471, "color": 1}, {"x": -24.207326889038086, "y": 31.1055965423584, "subreddit": "zhcsubmissions", "cluster": 471, "color": 1}, {"x": 0.7075761556625366, "y": 19.838579177856445, "subreddit": "2meirl42meirl4meirl", "cluster": 7, "color": 1}, {"x": 0.4510633647441864, "y": 19.364259719848633, "subreddit": "2meirl4meirl", "cluster": 7, "color": 1}, {"x": 2.551238536834717, "y": 25.348543167114258, "subreddit": "depression_memes", "cluster": 7, "color": 1}, {"x": 100.65647888183594, "y": -122.96630096435547, "subreddit": "fml", "cluster": 7, "color": 1}, {"x": 0.2971464991569519, "y": 15.375763893127441, "subreddit": "toomeirlformeirl", "cluster": 7, "color": 1}, {"x": 5.131232261657715, "y": 26.035133361816406, "subreddit": "wowthanksimcured", "cluster": 7, "color": 1}, {"x": -91.71895599365234, "y": -72.61335754394531, "subreddit": "300blk", "cluster": 827, "color": 2}, {"x": -90.15725708007812, "y": -72.05858612060547, "subreddit": "ar15", "cluster": 827, "color": 2}, {"x": -87.87505340576172, "y": -71.27275848388672, "subreddit": "caguns", "cluster": 827, "color": 2}, {"x": -11.672859191894531, "y": 71.33610534667969, "subreddit": "cougarsandcubs", "cluster": 827, "color": 2}, {"x": -90.05916595458984, "y": -69.85792541503906, "subreddit": "czfirearms", "cluster": 827, "color": 2}, {"x": -91.65888214111328, "y": -70.77700805664062, "subreddit": "czscorpion", "cluster": 827, "color": 2}, {"x": -85.2542724609375, "y": -49.165443420410156, "subreddit": "fjcruiser", "cluster": 827, "color": 2}, {"x": -89.26592254638672, "y": -71.39083099365234, "subreddit": "gunaccessoriesforsale", "cluster": 827, "color": 2}, {"x": -89.76496887207031, "y": -71.57310485839844, "subreddit": "gundeals", "cluster": 827, "color": 2}, {"x": -88.32721710205078, "y": -73.66604614257812, "subreddit": "guns", "cluster": 827, "color": 2}, {"x": -90.590087890625, "y": -73.25051879882812, "subreddit": "longrange", "cluster": 827, "color": 2}, {"x": -91.1675033569336, "y": -71.4949722290039, "subreddit": "nfa", "cluster": 827, "color": 2}, {"x": -91.47972106933594, "y": -73.1925048828125, "subreddit": "reloading", "cluster": 827, "color": 2}, {"x": -96.90232849121094, "y": -27.266525268554688, "subreddit": "300zx", "cluster": 8, "color": 0}, {"x": -21.352766036987305, "y": -19.05754280090332, "subreddit": "lebowski", "cluster": 8, "color": 0}, {"x": -96.56014251708984, "y": -26.299896240234375, "subreddit": "wilfred", "cluster": 8, "color": 0}, {"x": 43.02014923095703, "y": 67.85301971435547, "subreddit": "30plusskincare", "cluster": 1855, "color": 3}, {"x": 43.81611633300781, "y": 69.44422149658203, "subreddit": "curlyhair", "cluster": 1855, "color": 3}, {"x": 42.7064323425293, "y": 65.0212631225586, "subreddit": "skincare_addiction", "cluster": 1855, "color": 3}, {"x": 42.54844665527344, "y": 66.80318450927734, "subreddit": "skincareaddicts", "cluster": 1855, "color": 3}, {"x": 43.378353118896484, "y": 68.3179702758789, "subreddit": "tretinoin", "cluster": 1855, "color": 3}, {"x": -19.765583038330078, "y": -24.80864906311035, "subreddit": "30rock", "cluster": 1349, "color": 2}, {"x": -19.885059356689453, "y": -26.559974670410156, "subreddit": "brooklynninenine", "cluster": 1349, "color": 2}, {"x": -17.020450592041016, "y": -23.767953872680664, "subreddit": "disenchantment", "cluster": 1349, "color": 2}, {"x": -20.891511917114258, "y": -25.242616653442383, "subreddit": "dundermifflin", "cluster": 1349, "color": 2}, {"x": -10.752106666564941, "y": -21.798603057861328, "subreddit": "modern_family", "cluster": 1349, "color": 2}, {"x": -20.54067039489746, "y": -25.441246032714844, "subreddit": "pandr", "cluster": 1349, "color": 2}, {"x": -22.520872116088867, "y": -26.256484985351562, "subreddit": "psych", "cluster": 1349, "color": 2}, {"x": -88.29686737060547, "y": 41.970821380615234, "subreddit": "311", "cluster": 252, "color": 0}, {"x": -89.25437927246094, "y": 42.731807708740234, "subreddit": "angelsandairwaves", "cluster": 252, "color": 0}, {"x": -88.93473815917969, "y": 42.68454360961914, "subreddit": "blink182", "cluster": 252, "color": 0}, {"x": -89.31889343261719, "y": 41.405372619628906, "subreddit": "coldplay", "cluster": 252, "color": 0}, {"x": -90.85771942138672, "y": 41.55066680908203, "subreddit": "foofighters", "cluster": 252, "color": 0}, {"x": -87.56829833984375, "y": 42.88529968261719, "subreddit": "geazy", "cluster": 252, "color": 0}, {"x": -94.53988647460938, "y": 42.022010803222656, "subreddit": "greenday", "cluster": 252, "color": 0}, {"x": -89.79755401611328, "y": 43.72744369506836, "subreddit": "jonbellion", "cluster": 252, "color": 0}, {"x": -87.27818298339844, "y": 45.55606460571289, "subreddit": "kendricklamar", "cluster": 252, "color": 0}, {"x": -86.32058715820312, "y": 40.62448501586914, "subreddit": "ladygaga", "cluster": 252, "color": 0}, {"x": -85.11305236816406, "y": 44.782474517822266, "subreddit": "macmiller", "cluster": 252, "color": 0}, {"x": -88.25086212158203, "y": 44.02864074707031, "subreddit": "postmalone", "cluster": 252, "color": 0}, {"x": -65.2573471069336, "y": -44.60369110107422, "subreddit": "321", "cluster": 695, "color": 0}, {"x": -64.6691665649414, "y": -45.16571044921875, "subreddit": "florida", "cluster": 695, "color": 0}, {"x": 70.72528076171875, "y": 25.789321899414062, "subreddit": "fortlauderdale", "cluster": 695, "color": 0}, {"x": -63.92276382446289, "y": -44.18433380126953, "subreddit": "gnv", "cluster": 695, "color": 0}, {"x": 62.34352493286133, "y": -108.17484283447266, "subreddit": "jacksonville", "cluster": 695, "color": 0}, {"x": -31.835235595703125, "y": -0.4782885015010834, "subreddit": "orlando", "cluster": 695, "color": 0}, {"x": -64.17704772949219, "y": -46.13620376586914, "subreddit": "sarasota", "cluster": 695, "color": 0}, {"x": -103.02751922607422, "y": -37.16463851928711, "subreddit": "350z", "cluster": 1290, "color": 2}, {"x": -103.41134643554688, "y": -35.77976608276367, "subreddit": "370z", "cluster": 1290, "color": 2}, {"x": -101.27234649658203, "y": -38.240631103515625, "subreddit": "datsun", "cluster": 1290, "color": 2}, {"x": -58.822383880615234, "y": 29.114395141601562, "subreddit": "mixer", "cluster": 1290, "color": 2}, {"x": -102.9670639038086, "y": -37.83575439453125, "subreddit": "nissan", "cluster": 1290, "color": 2}, {"x": -11.051204681396484, "y": 42.81047058105469, "subreddit": "3amjokes", "cluster": 80, "color": 0}, {"x": -10.021059036254883, "y": 43.11613082885742, "subreddit": "antiantijokes", "cluster": 80, "color": 0}, {"x": -10.458803176879883, "y": 43.384159088134766, "subreddit": "antijokes", "cluster": 80, "color": 0}, {"x": -80.22599792480469, "y": 38.342041015625, "subreddit": "latvianjokes", "cluster": 80, "color": 0}, {"x": -10.414047241210938, "y": 11.684024810791016, "subreddit": "notinteresting", "cluster": 80, "color": 0}, {"x": -11.494673728942871, "y": 44.50979995727539, "subreddit": "pointlessstories", "cluster": 80, "color": 0}, {"x": -10.276277542114258, "y": 44.108055114746094, "subreddit": "subredditname", "cluster": 80, "color": 0}, {"x": -5.6064453125, "y": 45.02775955200195, "subreddit": "3atatime", "cluster": 222, "color": 2}, {"x": 6.992665767669678, "y": -9.284638404846191, "subreddit": "anythinggoespics", "cluster": 222, "color": 2}, {"x": 8.087601661682129, "y": -6.4483232498168945, "subreddit": "banned", "cluster": 222, "color": 2}, {"x": 6.406652450561523, "y": -6.97126579284668, "subreddit": "bertstrips", "cluster": 222, "color": 2}, {"x": 6.833563804626465, "y": -7.20009708404541, "subreddit": "bidenbro", "cluster": 222, "color": 2}, {"x": 7.334960460662842, "y": -7.811726093292236, "subreddit": "fo3", "cluster": 222, "color": 2}, {"x": 8.365527153015137, "y": 54.922950744628906, "subreddit": "newvegasmemes", "cluster": 222, "color": 2}, {"x": 4.527216911315918, "y": -8.413501739501953, "subreddit": "ragenovels", "cluster": 222, "color": 2}, {"x": -3.2694685459136963, "y": 44.7064094543457, "subreddit": "skyrimmemes", "cluster": 222, "color": 2}, {"x": 139.390625, "y": 30.745773315429688, "subreddit": "twosentencehorror", "cluster": 222, "color": 2}, {"x": 43.72276306152344, "y": -17.005258560180664, "subreddit": "3d6", "cluster": 545, "color": 2}, {"x": -8.952187538146973, "y": -77.68143463134766, "subreddit": "adventurersleague", "cluster": 545, "color": 2}, {"x": 45.39229202270508, "y": -17.373748779296875, "subreddit": "criticalrole", "cluster": 545, "color": 2}, {"x": 45.875267028808594, "y": -14.531271934509277, "subreddit": "curseofstrahd", "cluster": 545, "color": 2}, {"x": 47.22603225708008, "y": 22.39688491821289, "subreddit": "daily3d", "cluster": 545, "color": 2}, {"x": -19.2141056060791, "y": -135.0342559814453, "subreddit": "dicecameraaction", "cluster": 545, "color": 2}, {"x": 43.275733947753906, "y": -15.889078140258789, "subreddit": "dnd", "cluster": 545, "color": 2}, {"x": 41.919769287109375, "y": -16.743873596191406, "subreddit": "dnd5e", "cluster": 545, "color": 2}, {"x": 43.441890716552734, "y": -16.298715591430664, "subreddit": "dndnext", "cluster": 545, "color": 2}, {"x": 44.80084991455078, "y": 25.94764518737793, "subreddit": "3dmodeling", "cluster": 413, "color": 0}, {"x": 46.17667007446289, "y": 25.50396728515625, "subreddit": "3dsmax", "cluster": 413, "color": 0}, {"x": 44.745826721191406, "y": 24.83476448059082, "subreddit": "computergraphics", "cluster": 413, "color": 0}, {"x": 44.3937873840332, "y": 25.121362686157227, "subreddit": "maya", "cluster": 413, "color": 0}, {"x": 39.89801788330078, "y": -26.35066795349121, "subreddit": "opengl", "cluster": 413, "color": 0}, {"x": 45.11402893066406, "y": 23.799348831176758, "subreddit": "steampunk", "cluster": 413, "color": 0}, {"x": 43.35617446899414, "y": 24.680545806884766, "subreddit": "vfx", "cluster": 413, "color": 0}, {"x": 44.61298370361328, "y": 26.565536499023438, "subreddit": "zbrush", "cluster": 413, "color": 0}, {"x": -53.86115264892578, "y": -36.201053619384766, "subreddit": "3dprinting", "cluster": 9, "color": 0}, {"x": -53.502384185791016, "y": -35.59001159667969, "subreddit": "functionalprint", "cluster": 9, "color": 0}, {"x": -53.48805236816406, "y": -34.2161979675293, "subreddit": "mpselectminiowners", "cluster": 9, "color": 0}, {"x": 47.91269302368164, "y": 30.757360458374023, "subreddit": "obs", "cluster": 9, "color": 0}, {"x": -54.598167419433594, "y": -35.746070861816406, "subreddit": "prusa3d", "cluster": 9, "color": 0}, {"x": -53.84725570678711, "y": -36.677982330322266, "subreddit": "reprap", "cluster": 9, "color": 0}, {"x": -49.67879867553711, "y": 25.162508010864258, "subreddit": "3ds", "cluster": 383, "color": 2}, {"x": -50.04555130004883, "y": 25.36731719970703, "subreddit": "club_nintendo", "cluster": 383, "color": 2}, {"x": -50.62527084350586, "y": 25.667774200439453, "subreddit": "clubnintendotrade", "cluster": 383, "color": 2}, {"x": -51.344276428222656, "y": 22.74576187133789, "subreddit": "3dsdeals", "cluster": 1289, "color": 4}, {"x": -51.2861442565918, "y": 22.70211410522461, "subreddit": "nintendoswitchdeals", "cluster": 1289, "color": 4}, {"x": -49.26652145385742, "y": 22.414691925048828, "subreddit": "switch", "cluster": 1289, "color": 4}, {"x": -53.05824279785156, "y": 24.753910064697266, "subreddit": "3dsfcswap", "cluster": 297, "color": 1}, {"x": -41.213661193847656, "y": 43.095947265625, "subreddit": "animalcrossingnewleaf", "cluster": 297, "color": 1}, {"x": -41.23222732543945, "y": 43.076812744140625, "subreddit": "buddycrossing", "cluster": 297, "color": 1}, {"x": -61.69881820678711, "y": 18.084674835205078, "subreddit": "3dshacks", "cluster": 1456, "color": 1}, {"x": -61.85469055175781, "y": 17.613496780395508, "subreddit": "ffxi", "cluster": 1456, "color": 1}, {"x": -60.96333694458008, "y": 17.961610794067383, "subreddit": "guiltygear", "cluster": 1456, "color": 1}, {"x": -61.53132247924805, "y": 17.921899795532227, "subreddit": "ps2", "cluster": 1456, "color": 1}, {"x": 72.29598236083984, "y": 14.14900016784668, "subreddit": "3dspiracy", "cluster": 10, "color": 0}, {"x": 73.5843505859375, "y": 15.293037414550781, "subreddit": "battlenetwork", "cluster": 10, "color": 0}, {"x": 13.258177757263184, "y": 2.898716449737549, "subreddit": "gamingdetails", "cluster": 10, "color": 0}, {"x": -49.30231475830078, "y": -11.567595481872559, "subreddit": "lowendgaming", "cluster": 10, "color": 0}, {"x": 71.99958038330078, "y": 14.364712715148926, "subreddit": "psp", "cluster": 10, "color": 0}, {"x": -50.22812271118164, "y": 57.15764236450195, "subreddit": "roms", "cluster": 10, "color": 0}, {"x": 73.48301696777344, "y": 11.623478889465332, "subreddit": "thereportoftheweek", "cluster": 10, "color": 0}, {"x": 72.43157196044922, "y": 13.644146919250488, "subreddit": "torchlight", "cluster": 10, "color": 0}, {"x": 58.07313919067383, "y": 13.492812156677246, "subreddit": "wolfenstein", "cluster": 10, "color": 0}, {"x": 74.63372802734375, "y": -45.501441955566406, "subreddit": "40k", "cluster": 1928, "color": 3}, {"x": 70.78642272949219, "y": -46.797828674316406, "subreddit": "40klore", "cluster": 1928, "color": 3}, {"x": 75.852294921875, "y": -46.25300598144531, "subreddit": "adeptusmechanicus", "cluster": 1928, "color": 3}, {"x": 30.107921600341797, "y": -35.61973190307617, "subreddit": "adulting", "cluster": 1928, "color": 3}, {"x": 73.14542388916016, "y": -46.11268997192383, "subreddit": "bloodangels", "cluster": 1928, "color": 3}, {"x": 76.66122436523438, "y": -47.447608947753906, "subreddit": "deathguard40k", "cluster": 1928, "color": 3}, {"x": 75.479248046875, "y": -48.126258850097656, "subreddit": "eldar", "cluster": 1928, "color": 3}, {"x": 70.67024230957031, "y": -47.84235763549805, "subreddit": "grimdank", "cluster": 1928, "color": 3}, {"x": 81.90998840332031, "y": -41.270992279052734, "subreddit": "middleearthminiatures", "cluster": 1928, "color": 3}, {"x": 72.81201934814453, "y": -43.7441291809082, "subreddit": "miniswap", "cluster": 1928, "color": 3}, {"x": 75.20277404785156, "y": -43.23292541503906, "subreddit": "necromunda", "cluster": 1928, "color": 3}, {"x": 30.612089157104492, "y": -34.91957473754883, "subreddit": "orks", "cluster": 1928, "color": 3}, {"x": 70.56378173828125, "y": -46.50904083251953, "subreddit": "sigmarxism", "cluster": 1928, "color": 3}, {"x": 73.71878814697266, "y": -48.02066421508789, "subreddit": "spacewolves", "cluster": 1928, "color": 3}, {"x": 75.97956848144531, "y": -44.660091400146484, "subreddit": "tau40k", "cluster": 1928, "color": 3}, {"x": 78.25401306152344, "y": -46.38471221923828, "subreddit": "theastramilitarum", "cluster": 1928, "color": 3}, {"x": 74.24470520019531, "y": -46.683692932128906, "subreddit": "tyranids", "cluster": 1928, "color": 3}, {"x": 7.4212646484375, "y": -39.18144226074219, "subreddit": "waco", "cluster": 1928, "color": 3}, {"x": 73.09717559814453, "y": -44.24794006347656, "subreddit": "warhammer", "cluster": 1928, "color": 3}, {"x": 74.04715728759766, "y": -44.59892272949219, "subreddit": "warhammer30k", "cluster": 1928, "color": 3}, {"x": 74.03169250488281, "y": -45.48126220703125, "subreddit": "warhammer40k", "cluster": 1928, "color": 3}, {"x": 71.46143341064453, "y": -44.336692810058594, "subreddit": "warhammerfantasy", "cluster": 1928, "color": 3}, {"x": 68.7679443359375, "y": -42.17194366455078, "subreddit": "yoyhammer", "cluster": 1928, "color": 3}, {"x": 70.20953369140625, "y": -48.69310760498047, "subreddit": "40korkscience", "cluster": 192, "color": 0}, {"x": 68.08979797363281, "y": -50.80963134765625, "subreddit": "battlebots", "cluster": 192, "color": 0}, {"x": 68.05874633789062, "y": -50.83989715576172, "subreddit": "robotwars", "cluster": 192, "color": 0}, {"x": 67.86992645263672, "y": -46.165191650390625, "subreddit": "40krpg", "cluster": 1555, "color": 1}, {"x": 39.04816436767578, "y": -18.520320892333984, "subreddit": "askgamemasters", "cluster": 1555, "color": 1}, {"x": 38.669189453125, "y": -21.377241134643555, "subreddit": "callofcthulhu", "cluster": 1555, "color": 1}, {"x": 39.5369987487793, "y": -15.826516151428223, "subreddit": "eberron", "cluster": 1555, "color": 1}, {"x": -34.91260528564453, "y": -70.78785705566406, "subreddit": "exalted", "cluster": 1555, "color": 1}, {"x": 38.76347732543945, "y": -17.426172256469727, "subreddit": "loremasters", "cluster": 1555, "color": 1}, {"x": 36.96377944946289, "y": -17.84442138671875, "subreddit": "numenera", "cluster": 1555, "color": 1}, {"x": 38.15556335449219, "y": -19.277524948120117, "subreddit": "osr", "cluster": 1555, "color": 1}, {"x": 38.9710693359375, "y": -18.601226806640625, "subreddit": "rpg", "cluster": 1555, "color": 1}, {"x": 39.89859390258789, "y": -18.728578567504883, "subreddit": "rpgdesign", "cluster": 1555, "color": 1}, {"x": 40.55670166015625, "y": -20.487810134887695, "subreddit": "whitewolfrpg", "cluster": 1555, "color": 1}, {"x": -13.138579368591309, "y": -63.924217224121094, "subreddit": "40something", "cluster": 1513, "color": 2}, {"x": 38.230934143066406, "y": 9.614679336547852, "subreddit": "askmenover30", "cluster": 1513, "color": 2}, {"x": 39.610294342041016, "y": 9.443253517150879, "subreddit": "askoldpeople", "cluster": 1513, "color": 2}, {"x": 38.05213928222656, "y": 9.663288116455078, "subreddit": "askwomenover30", "cluster": 1513, "color": 2}, {"x": 14.862228393554688, "y": 96.56779479980469, "subreddit": "decaf", "cluster": 1513, "color": 2}, {"x": 11.060370445251465, "y": -5.747687816619873, "subreddit": "fresno", "cluster": 1513, "color": 2}, {"x": -13.721049308776855, "y": -64.20993041992188, "subreddit": "genx", "cluster": 1513, "color": 2}, {"x": 38.910282135009766, "y": 9.449517250061035, "subreddit": "redditforgrownups", "cluster": 1513, "color": 2}, {"x": -44.245445251464844, "y": -97.31824493408203, "subreddit": "49ers", "cluster": 1272, "color": 4}, {"x": -40.22547149658203, "y": -104.76930236816406, "subreddit": "buffalobills", "cluster": 1272, "color": 4}, {"x": -45.63134765625, "y": -96.51133728027344, "subreddit": "cowboys", "cluster": 1272, "color": 4}, {"x": -48.89469528198242, "y": -96.59196472167969, "subreddit": "denverbroncos", "cluster": 1272, "color": 4}, {"x": -44.974571228027344, "y": -71.25473022460938, "subreddit": "detroitlions", "cluster": 1272, "color": 4}, {"x": -46.990570068359375, "y": -96.49369049072266, "subreddit": "evilleagueofevil", "cluster": 1272, "color": 4}, {"x": -46.121856689453125, "y": -98.78117370605469, "subreddit": "jaguars", "cluster": 1272, "color": 4}, {"x": -10.505607604980469, "y": -21.936378479003906, "subreddit": "mash", "cluster": 1272, "color": 4}, {"x": -46.45112991333008, "y": -97.04498291015625, "subreddit": "nfl", "cluster": 1272, "color": 4}, {"x": -46.22598648071289, "y": -97.95048522949219, "subreddit": "nfl_draft", "cluster": 1272, "color": 4}, {"x": -43.252166748046875, "y": -94.43275451660156, "subreddit": "nygiants", "cluster": 1272, "color": 4}, {"x": -44.650978088378906, "y": -92.81787872314453, "subreddit": "nyjets", "cluster": 1272, "color": 4}, {"x": -47.806121826171875, "y": -98.10037231445312, "subreddit": "oaklandraiders", "cluster": 1272, "color": 4}, {"x": -46.83646774291992, "y": -95.20844268798828, "subreddit": "patriots", "cluster": 1272, "color": 4}, {"x": -33.55323791503906, "y": -39.2025146484375, "subreddit": "ravens", "cluster": 1272, "color": 4}, {"x": -43.805931091308594, "y": -88.34664916992188, "subreddit": "redskins", "cluster": 1272, "color": 4}, {"x": -69.46865844726562, "y": -97.17512512207031, "subreddit": "seahawks", "cluster": 1272, "color": 4}, {"x": -28.876766204833984, "y": -99.39727020263672, "subreddit": "steelers", "cluster": 1272, "color": 4}, {"x": -59.956295013427734, "y": -90.7131118774414, "subreddit": "tennesseetitans", "cluster": 1272, "color": 4}, {"x": 5.515927791595459, "y": 4.361428737640381, "subreddit": "4chan", "cluster": 377, "color": 0}, {"x": 0.004652413539588451, "y": 11.561549186706543, "subreddit": "bannedfromclubpenguin", "cluster": 377, "color": 0}, {"x": -2.1334431171417236, "y": -80.69519805908203, "subreddit": "burial", "cluster": 377, "color": 0}, {"x": 5.338931083679199, "y": 4.635324001312256, "subreddit": "classic4chan", "cluster": 377, "color": 0}, {"x": 5.574529647827148, "y": 55.6467399597168, "subreddit": "tardtales", "cluster": 377, "color": 0}, {"x": 106.71240997314453, "y": -55.45661926269531, "subreddit": "4chan4trump", "cluster": 427, "color": 0}, {"x": 29.35153579711914, "y": 43.153446197509766, "subreddit": "canadacoronavirus", "cluster": 427, "color": 0}, {"x": 27.683889389038086, "y": 41.6201171875, "subreddit": "china_flu", "cluster": 427, "color": 0}, {"x": 27.61408805847168, "y": 41.376983642578125, "subreddit": "coronavirus", "cluster": 427, "color": 0}, {"x": 29.321571350097656, "y": 40.76815414428711, "subreddit": "coronavirusdownunder", "cluster": 427, "color": 0}, {"x": 27.294170379638672, "y": 40.55695343017578, "subreddit": "coronavirusrecession", "cluster": 427, "color": 0}, {"x": 3.7648561000823975, "y": 25.962032318115234, "subreddit": "coronavirustx", "cluster": 427, "color": 0}, {"x": -19.130508422851562, "y": 71.00814056396484, "subreddit": "gottheories", "cluster": 427, "color": 0}, {"x": 29.33943748474121, "y": 6.491013050079346, "subreddit": "4chanmeta", "cluster": 1273, "color": 1}, {"x": -35.668251037597656, "y": -92.9051284790039, "subreddit": "nbacirclejerk", "cluster": 1273, "color": 1}, {"x": -34.91090393066406, "y": -92.99576568603516, "subreddit": "nflcirclejerk", "cluster": 1273, "color": 1}, {"x": -34.479061126708984, "y": -92.99210357666016, "subreddit": "pardonmytake", "cluster": 1273, "color": 1}, {"x": -94.88761901855469, "y": 3.0868759155273438, "subreddit": "4hourbodyslowcarb", "cluster": 133, "color": 0}, {"x": -91.42264556884766, "y": -17.823566436767578, "subreddit": "askphotography", "cluster": 133, "color": 0}, {"x": -94.76160430908203, "y": -16.314926147460938, "subreddit": "beginning_photography", "cluster": 133, "color": 0}, {"x": -91.13951110839844, "y": -17.30716896057129, "subreddit": "cameras", "cluster": 133, "color": 0}, {"x": -87.52629089355469, "y": -19.367321014404297, "subreddit": "canon", "cluster": 133, "color": 0}, {"x": -23.49666404724121, "y": -58.91043472290039, "subreddit": "cornell", "cluster": 133, "color": 0}, {"x": -92.58209228515625, "y": -18.30955696105957, "subreddit": "nikon", "cluster": 133, "color": 0}, {"x": -4.231622219085693, "y": 11.499495506286621, "subreddit": "ozoneofftopic", "cluster": 133, "color": 0}, {"x": -90.76274871826172, "y": -18.891639709472656, "subreddit": "photography", "cluster": 133, "color": 0}, {"x": -91.8775405883789, "y": -17.457304000854492, "subreddit": "sonyalpha", "cluster": 133, "color": 0}, {"x": -89.9533920288086, "y": -18.544946670532227, "subreddit": "weddingphotography", "cluster": 133, "color": 0}, {"x": -74.14716339111328, "y": -29.52455711364746, "subreddit": "4ktv", "cluster": 882, "color": 0}, {"x": -73.05653381347656, "y": -31.815444946289062, "subreddit": "audiophile", "cluster": 882, "color": 0}, {"x": -74.4886703491211, "y": -31.41108512878418, "subreddit": "budgetaudiophile", "cluster": 882, "color": 0}, {"x": -73.98112487792969, "y": -30.09712791442871, "subreddit": "hometheater", "cluster": 882, "color": 0}, {"x": -100.13667297363281, "y": -54.353824615478516, "subreddit": "motorrad", "cluster": 882, "color": 0}, {"x": -69.5954360961914, "y": -33.52954864501953, "subreddit": "projectors", "cluster": 882, "color": 0}, {"x": 4.471776008605957, "y": 32.43151092529297, "subreddit": "4panelcringe", "cluster": 400, "color": 1}, {"x": 4.882370948791504, "y": 33.51805877685547, "subreddit": "aaaaaaaaaaaaaaaaa", "cluster": 400, "color": 1}, {"x": 5.109719753265381, "y": 32.17437744140625, "subreddit": "absoluteunits", "cluster": 400, "color": 1}, {"x": 8.206589698791504, "y": 34.62883758544922, "subreddit": "agedlikemilk", "cluster": 400, "color": 1}, {"x": 7.445979595184326, "y": 30.1585636138916, "subreddit": "anormaldayinrussia", "cluster": 400, "color": 1}, {"x": 8.351513862609863, "y": 32.028499603271484, "subreddit": "assholedesign", "cluster": 400, "color": 1}, {"x": 6.291800022125244, "y": 25.621036529541016, "subreddit": "atetheonion", "cluster": 400, "color": 1}, {"x": 6.890885353088379, "y": 31.308530807495117, "subreddit": "aww", "cluster": 400, "color": 1}, {"x": 4.314334392547607, "y": 36.48838424682617, "subreddit": "bikinibottomtwitter", "cluster": 400, "color": 1}, {"x": 12.186485290527344, "y": 33.298648834228516, "subreddit": "boneappletea", "cluster": 400, "color": 1}, {"x": 3.461385726928711, "y": 30.132383346557617, "subreddit": "brandnewsentence", "cluster": 400, "color": 1}, {"x": 4.041187286376953, "y": 28.87122917175293, "subreddit": "breathinginformation", "cluster": 400, "color": 1}, {"x": 1.4154877662658691, "y": 33.62499237060547, "subreddit": "captainsparklez", "cluster": 400, "color": 1}, {"x": 6.182312488555908, "y": 30.129053115844727, "subreddit": "catsareliquid", "cluster": 400, "color": 1}, {"x": 6.717700481414795, "y": 29.062580108642578, "subreddit": "chonkers", "cluster": 400, "color": 1}, {"x": 1.7892752885818481, "y": 27.409896850585938, "subreddit": "comedycemetery", "cluster": 400, "color": 1}, {"x": 0.0789022445678711, "y": 31.891586303710938, "subreddit": "comedyheaven", "cluster": 400, "color": 1}, {"x": 5.097178936004639, "y": 32.806114196777344, "subreddit": "comedyhomicide", "cluster": 400, "color": 1}, {"x": 6.1979146003723145, "y": 32.8187255859375, "subreddit": "confusing_perspective", "cluster": 400, "color": 1}, {"x": 9.934706687927246, "y": 29.023473739624023, "subreddit": "crackheadcraigslist", "cluster": 400, "color": 1}, {"x": 8.640615463256836, "y": 30.84308624267578, "subreddit": "crappydesign", "cluster": 400, "color": 1}, {"x": 2.780668258666992, "y": 32.60817337036133, "subreddit": "cringetopia", "cluster": 400, "color": 1}, {"x": 5.279240131378174, "y": 33.92399978637695, "subreddit": "dankchristianmemes", "cluster": 400, "color": 1}, {"x": 6.009366512298584, "y": 33.3139533996582, "subreddit": "didntknowiwantedthat", "cluster": 400, "color": 1}, {"x": 9.62771987915039, "y": 34.55215072631836, "subreddit": "dogswithjobs", "cluster": 400, "color": 1}, {"x": 4.993408203125, "y": 35.001197814941406, "subreddit": "dontdeadopeninside", "cluster": 400, "color": 1}, {"x": 6.299015998840332, "y": 32.190757751464844, "subreddit": "donthelpjustfilm", "cluster": 400, "color": 1}, {"x": 5.204969882965088, "y": 32.84292984008789, "subreddit": "dontputyourdickinthat", "cluster": 400, "color": 1}, {"x": 7.131588459014893, "y": 35.09312057495117, "subreddit": "engrish", "cluster": 400, "color": 1}, {"x": -0.6390934586524963, "y": 13.60385799407959, "subreddit": "fellowkids", "cluster": 400, "color": 1}, {"x": 5.480414867401123, "y": 33.0252799987793, "subreddit": "forbiddensnacks", "cluster": 400, "color": 1}, {"x": 6.681238174438477, "y": 33.88957977294922, "subreddit": "fuckyouinparticular", "cluster": 400, "color": 1}, {"x": 4.973964214324951, "y": 32.78125762939453, "subreddit": "gachalifecringe", "cluster": 400, "color": 1}, {"x": 6.134250164031982, "y": 38.977054595947266, "subreddit": "goddesses", "cluster": 400, "color": 1}, {"x": 3.7711386680603027, "y": 35.21098327636719, "subreddit": "historymemes", "cluster": 400, "color": 1}, {"x": 6.413881301879883, "y": 37.31266403198242, "subreddit": "holup", "cluster": 400, "color": 1}, {"x": 4.422237396240234, "y": 33.255409240722656, "subreddit": "hydrohomies", "cluster": 400, "color": 1}, {"x": 3.2968292236328125, "y": 31.53970718383789, "subreddit": "im14andthisisdeep", "cluster": 400, "color": 1}, {"x": 4.025267124176025, "y": 34.38416290283203, "subreddit": "imsorryjon", "cluster": 400, "color": 1}, {"x": 10.194490432739258, "y": 31.28203010559082, "subreddit": "instantkarma", "cluster": 400, "color": 1}, {"x": 5.979860782623291, "y": 35.088436126708984, "subreddit": "ithadtobebrazil", "cluster": 400, "color": 1}, {"x": 2.2942872047424316, "y": 29.48531723022461, "subreddit": "jacksfilms", "cluster": 400, "color": 1}, {"x": 8.313189506530762, "y": 33.328922271728516, "subreddit": "justfuckmyshitup", "cluster": 400, "color": 1}, {"x": 4.731222629547119, "y": 37.80857849121094, "subreddit": "mariokarttour", "cluster": 400, "color": 1}, {"x": 3.676530361175537, "y": 33.546897888183594, "subreddit": "meme", "cluster": 400, "color": 1}, {"x": 2.2215306758880615, "y": 35.27150344848633, "subreddit": "miniladd", "cluster": 400, "color": 1}, {"x": 7.206480503082275, "y": 33.15837097167969, "subreddit": "misleadingthumbnails", "cluster": 400, "color": 1}, {"x": 6.024105072021484, "y": 31.287879943847656, "subreddit": "nextfuckinglevel", "cluster": 400, "color": 1}, {"x": 3.565098285675049, "y": 32.58473205566406, "subreddit": "noahgettheboat", "cluster": 400, "color": 1}, {"x": 7.58970308303833, "y": 36.272464752197266, "subreddit": "nocontextpics", "cluster": 400, "color": 1}, {"x": 5.731468200683594, "y": 32.08338928222656, "subreddit": "oddlysatisfying", "cluster": 400, "color": 1}, {"x": 44.77533721923828, "y": 352.6529846191406, "subreddit": "oddlyspecific", "cluster": 400, "color": 1}, {"x": 2.849968910217285, "y": 36.642364501953125, "subreddit": "pewdiepiesubmissions", "cluster": 400, "color": 1}, {"x": -0.19136545062065125, "y": 33.868858337402344, "subreddit": "phoenixsc", "cluster": 400, "color": 1}, {"x": 3.9540932178497314, "y": 31.254878997802734, "subreddit": "phonesarebad", "cluster": 400, "color": 1}, {"x": 9.935832023620605, "y": 32.982906341552734, "subreddit": "rareinsults", "cluster": 400, "color": 1}, {"x": 6.591476917266846, "y": 27.74360466003418, "subreddit": "rarepuppers", "cluster": 400, "color": 1}, {"x": -2.6510250568389893, "y": 11.27792739868164, "subreddit": "satisfyingasfuck", "cluster": 400, "color": 1}, {"x": 5.663206100463867, "y": 36.25592803955078, "subreddit": "sexywomanoftheday", "cluster": 400, "color": 1}, {"x": 2.6686367988586426, "y": 34.004798889160156, "subreddit": "shittymobilegameads", "cluster": 400, "color": 1}, {"x": 3.5526957511901855, "y": 17.669822692871094, "subreddit": "specializedtools", "cluster": 400, "color": 1}, {"x": 5.3925700187683105, "y": 32.58677673339844, "subreddit": "strangerthings", "cluster": 400, "color": 1}, {"x": 1.629956841468811, "y": 31.836692810058594, "subreddit": "suddenlygay", "cluster": 400, "color": 1}, {"x": 2.2608096599578857, "y": 30.852624893188477, "subreddit": "suddenlyincest", "cluster": 400, "color": 1}, {"x": 8.152849197387695, "y": 37.67844009399414, "subreddit": "suspiciouslyspecific", "cluster": 400, "color": 1}, {"x": 5.218483924865723, "y": 31.48528289794922, "subreddit": "sweatypalms", "cluster": 400, "color": 1}, {"x": 4.913936614990234, "y": 27.8192081451416, "subreddit": "thanksimcured", "cluster": 400, "color": 1}, {"x": 5.09414529800415, "y": 32.7198600769043, "subreddit": "tihi", "cluster": 400, "color": 1}, {"x": 5.492583751678467, "y": 29.06996726989746, "subreddit": "tippytaps", "cluster": 400, "color": 1}, {"x": 7.275969982147217, "y": 32.138336181640625, "subreddit": "watchpeoplesurvive", "cluster": 400, "color": 1}, {"x": 5.3006110191345215, "y": 11.3792142868042, "subreddit": "whatcouldgowrong", "cluster": 400, "color": 1}, {"x": 98.6110610961914, "y": 108.41902160644531, "subreddit": "witchesvspatriarchy", "cluster": 400, "color": 1}, {"x": 4.627423286437988, "y": 30.055185317993164, "subreddit": "yesyesyesyesno", "cluster": 400, "color": 1}, {"x": 3.73406720161438, "y": 32.38689422607422, "subreddit": "yiffinhell", "cluster": 400, "color": 1}, {"x": 0.49560412764549255, "y": 15.102154731750488, "subreddit": "zoomies", "cluster": 400, "color": 1}, {"x": -87.34700775146484, "y": -49.43014144897461, "subreddit": "4runner", "cluster": 892, "color": 1}, {"x": -76.88431549072266, "y": -12.955863952636719, "subreddit": "htc", "cluster": 892, "color": 1}, {"x": -76.52912902832031, "y": -13.107319831848145, "subreddit": "htcone", "cluster": 892, "color": 1}, {"x": -77.17774963378906, "y": -11.227970123291016, "subreddit": "lgg4", "cluster": 892, "color": 1}, {"x": -0.12093710154294968, "y": -107.02499389648438, "subreddit": "riseagainst", "cluster": 892, "color": 1}, {"x": -87.56674194335938, "y": -49.082984924316406, "subreddit": "4x4", "cluster": 968, "color": 4}, {"x": -89.77301025390625, "y": -52.240718841552734, "subreddit": "cherokeexj", "cluster": 968, "color": 4}, {"x": -87.67998504638672, "y": -52.78006362915039, "subreddit": "grandcherokee", "cluster": 968, "color": 4}, {"x": -88.56352233886719, "y": -51.101951599121094, "subreddit": "heep", "cluster": 968, "color": 4}, {"x": -88.62861633300781, "y": -52.077083587646484, "subreddit": "jeep", "cluster": 968, "color": 4}, {"x": -85.73490142822266, "y": -48.907596588134766, "subreddit": "overlanding", "cluster": 968, "color": 4}, {"x": -88.65276336669922, "y": -52.16953659057617, "subreddit": "wrangler", "cluster": 968, "color": 4}, {"x": 57.33415222167969, "y": -28.20082664489746, "subreddit": "4xgaming", "cluster": 615, "color": 1}, {"x": 57.40668869018555, "y": -26.99925422668457, "subreddit": "endlesslegend", "cluster": 615, "color": 1}, {"x": 57.276336669921875, "y": -26.777917861938477, "subreddit": "endlessspace", "cluster": 615, "color": 1}, {"x": 50.70743179321289, "y": -24.295177459716797, "subreddit": "survivingmars", "cluster": 615, "color": 1}, {"x": 56.62295913696289, "y": -25.665422439575195, "subreddit": "totalwarhammer", "cluster": 615, "color": 1}, {"x": 116.41622924804688, "y": 21.483510971069336, "subreddit": "52book", "cluster": 1409, "color": 3}, {"x": 117.12784576416016, "y": 22.279674530029297, "subreddit": "neopets", "cluster": 1409, "color": 3}, {"x": 116.54528045654297, "y": 21.63120460510254, "subreddit": "pokemongoseattle", "cluster": 1409, "color": 3}, {"x": 28.89884376525879, "y": 35.48511505126953, "subreddit": "52weeksofcooking", "cluster": 564, "color": 1}, {"x": -5.948331832885742, "y": 51.0233268737793, "subreddit": "amoledbackgrounds", "cluster": 564, "color": 1}, {"x": 98.30086517333984, "y": 21.8846492767334, "subreddit": "appleswap", "cluster": 564, "color": 1}, {"x": -38.09456253051758, "y": 67.259521484375, "subreddit": "aqw", "cluster": 564, "color": 1}, {"x": 30.556047439575195, "y": 31.73457145690918, "subreddit": "australiancattledog", "cluster": 564, "color": 1}, {"x": 18.64702033996582, "y": 70.17255401611328, "subreddit": "bitheroes", "cluster": 564, "color": 1}, {"x": -28.044479370117188, "y": 67.41207122802734, "subreddit": "bloggers", "cluster": 564, "color": 1}, {"x": -53.59601593017578, "y": 55.62299346923828, "subreddit": "bootlegmtg", "cluster": 564, "color": 1}, {"x": -105.92159271240234, "y": -15.029759407043457, "subreddit": "bulkorcut", "cluster": 564, "color": 1}, {"x": -17.64100456237793, "y": 44.76569366455078, "subreddit": "characterdrawing", "cluster": 564, "color": 1}, {"x": -6.068180561065674, "y": 14.896751403808594, "subreddit": "circleoftrust", "cluster": 564, "color": 1}, {"x": 36.469112396240234, "y": 53.939537048339844, "subreddit": "covetfashion", "cluster": 564, "color": 1}, {"x": 35.87703323364258, "y": 70.06768798828125, "subreddit": "dermatology", "cluster": 564, "color": 1}, {"x": -3.1472086906433105, "y": 14.79665756225586, "subreddit": "desktopdetective", "cluster": 564, "color": 1}, {"x": -23.18673324584961, "y": 22.892972946166992, "subreddit": "desktops", "cluster": 564, "color": 1}, {"x": -2.7579092979431152, "y": 14.958849906921387, "subreddit": "drawforme", "cluster": 564, "color": 1}, {"x": -3.149873733520508, "y": 14.837370872497559, "subreddit": "drawme", "cluster": 564, "color": 1}, {"x": -22.808053970336914, "y": 94.13697052001953, "subreddit": "drumkittrading", "cluster": 564, "color": 1}, {"x": -3.162510633468628, "y": 14.810221672058105, "subreddit": "editmyraw", "cluster": 564, "color": 1}, {"x": -3.078033685684204, "y": 60.32373809814453, "subreddit": "equalattraction", "cluster": 564, "color": 1}, {"x": -10.531188011169434, "y": 13.330033302307129, "subreddit": "ffxivglamours", "cluster": 564, "color": 1}, {"x": -81.56900787353516, "y": 50.45854187011719, "subreddit": "freshalbumart", "cluster": 564, "color": 1}, {"x": -49.60307312011719, "y": 99.74440002441406, "subreddit": "furryartschool", "cluster": 564, "color": 1}, {"x": -21.129674911499023, "y": 85.9076156616211, "subreddit": "g2a", "cluster": 564, "color": 1}, {"x": 24.550519943237305, "y": 63.38431930541992, "subreddit": "gotrades", "cluster": 564, "color": 1}, {"x": -4.428001880645752, "y": 59.16548538208008, "subreddit": "guessmyage", "cluster": 564, "color": 1}, {"x": -52.85924530029297, "y": 76.83197784423828, "subreddit": "hillclimbracing", "cluster": 564, "color": 1}, {"x": 516.0183715820312, "y": 142.0128631591797, "subreddit": "ibuypower", "cluster": 564, "color": 1}, {"x": 56.52311325073242, "y": 21.157865524291992, "subreddit": "idleheroesps", "cluster": 564, "color": 1}, {"x": -2.82603120803833, "y": 15.48686695098877, "subreddit": "largeimages", "cluster": 564, "color": 1}, {"x": 27.327743530273438, "y": -8.042237281799316, "subreddit": "lastfm", "cluster": 564, "color": 1}, {"x": -2.7867517471313477, "y": 46.85005187988281, "subreddit": "lovenikki", "cluster": 564, "color": 1}, {"x": -3.874826192855835, "y": 14.715697288513184, "subreddit": "maplestorym", "cluster": 564, "color": 1}, {"x": -81.01081848144531, "y": 0.004856517538428307, "subreddit": "matebookxpro", "cluster": 564, "color": 1}, {"x": -3.17181134223938, "y": 14.848106384277344, "subreddit": "mayocideactionnow", "cluster": 564, "color": 1}, {"x": -4.418164253234863, "y": 15.597538948059082, "subreddit": "memetemplatesofficial", "cluster": 564, "color": 1}, {"x": -26.846590042114258, "y": 54.69639205932617, "subreddit": "mtgaltered", "cluster": 564, "color": 1}, {"x": -29.395341873168945, "y": 1.619878888130188, "subreddit": "origami", "cluster": 564, "color": 1}, {"x": -29.828989028930664, "y": 0.9166948199272156, "subreddit": "paccoin", "cluster": 564, "color": 1}, {"x": -1.5654832124710083, "y": 14.098636627197266, "subreddit": "pareidolia", "cluster": 564, "color": 1}, {"x": -26.319639205932617, "y": 6.614445209503174, "subreddit": "paymoneywubby", "cluster": 564, "color": 1}, {"x": -11.412635803222656, "y": 16.9417781829834, "subreddit": "petscop", "cluster": 564, "color": 1}, {"x": 27.87179183959961, "y": 32.125057220458984, "subreddit": "pomeranians", "cluster": 564, "color": 1}, {"x": -29.49311065673828, "y": 69.39604949951172, "subreddit": "presetbay", "cluster": 564, "color": 1}, {"x": -4.636818885803223, "y": 13.995871543884277, "subreddit": "rainmeter", "cluster": 564, "color": 1}, {"x": 11.955300331115723, "y": 16.036975860595703, "subreddit": "redditgetsdrawnbadly", "cluster": 564, "color": 1}, {"x": -101.9095458984375, "y": 100.60528564453125, "subreddit": "scienceofdeduction", "cluster": 564, "color": 1}, {"x": 0.5224168300628662, "y": 14.492441177368164, "subreddit": "seaofthieves", "cluster": 564, "color": 1}, {"x": -0.5429102182388306, "y": 14.60335922241211, "subreddit": "showerbeer", "cluster": 564, "color": 1}, {"x": -19.7286319732666, "y": 44.998775482177734, "subreddit": "sketchdaily", "cluster": 564, "color": 1}, {"x": 7.7301435470581055, "y": 19.100418090820312, "subreddit": "slavs_squatting", "cluster": 564, "color": 1}, {"x": -57.94337844848633, "y": 68.04315185546875, "subreddit": "snapchatgeofilters", "cluster": 564, "color": 1}, {"x": -4.231754302978516, "y": 56.609127044677734, "subreddit": "steamaccountsforsale", "cluster": 564, "color": 1}, {"x": -31.84095001220703, "y": 92.49602508544922, "subreddit": "steelseries", "cluster": 564, "color": 1}, {"x": -15.497986793518066, "y": 81.14656066894531, "subreddit": "totalwararena", "cluster": 564, "color": 1}, {"x": -16.11919593811035, "y": 60.44903564453125, "subreddit": "truthordareme", "cluster": 564, "color": 1}, {"x": -4.463486194610596, "y": 14.813175201416016, "subreddit": "wallpaperrequests", "cluster": 564, "color": 1}, {"x": 87.8595962524414, "y": -101.92813873291016, "subreddit": "5555555", "cluster": 1793, "color": 2}, {"x": 86.50080871582031, "y": -101.93679809570312, "subreddit": "bangkok", "cluster": 1793, "color": 2}, {"x": 20.748828887939453, "y": 78.00324249267578, "subreddit": "malaysia", "cluster": 1793, "color": 2}, {"x": 87.08722686767578, "y": -102.09677124023438, "subreddit": "thailand", "cluster": 1793, "color": 2}, {"x": 86.79715728759766, "y": -102.32196044921875, "subreddit": "thailandtourism", "cluster": 1793, "color": 2}, {"x": -51.97990798950195, "y": 50.68707275390625, "subreddit": "5nafcirclejerk", "cluster": 688, "color": 3}, {"x": -29.783660888671875, "y": 27.620180130004883, "subreddit": "ben10", "cluster": 688, "color": 3}, {"x": -51.22381591796875, "y": 50.089561462402344, "subreddit": "bendyandtheinkmachine", "cluster": 688, "color": 3}, {"x": -50.186344146728516, "y": 49.457759857177734, "subreddit": "dhmis", "cluster": 688, "color": 3}, {"x": -51.335060119628906, "y": 49.8997917175293, "subreddit": "fivenightsatfreddys", "cluster": 688, "color": 3}, {"x": -51.7247314453125, "y": 47.40172576904297, "subreddit": "fnafb", "cluster": 688, "color": 3}, {"x": -51.766014099121094, "y": 48.90924072265625, "subreddit": "fnafcringe", "cluster": 688, "color": 3}, {"x": 22.023725509643555, "y": 61.123905181884766, "subreddit": "5toubunnohanayome", "cluster": 1946, "color": 0}, {"x": 22.38634490966797, "y": 60.15135192871094, "subreddit": "nisekoi", "cluster": 1946, "color": 0}, {"x": 22.07442283630371, "y": 61.00678634643555, "subreddit": "wecantstudy", "cluster": 1946, "color": 0}, {"x": 67.06930541992188, "y": -72.93672180175781, "subreddit": "600euro", "cluster": 487, "color": 2}, {"x": 65.8741226196289, "y": -73.91445922851562, "subreddit": "dachschaden", "cluster": 487, "color": 2}, {"x": 65.60855102539062, "y": -73.41082000732422, "subreddit": "de", "cluster": 487, "color": 2}, {"x": 65.00504302978516, "y": -75.09261322021484, "subreddit": "finanzen", "cluster": 487, "color": 2}, {"x": 60.41933822631836, "y": -73.62023162841797, "subreddit": "germany", "cluster": 487, "color": 2}, {"x": 68.13192749023438, "y": -75.67196655273438, "subreddit": "the_schulz", "cluster": 487, "color": 2}, {"x": 67.62451171875, "y": -72.84256744384766, "subreddit": "vegande", "cluster": 487, "color": 2}, {"x": 19.357799530029297, "y": -100.29635620117188, "subreddit": "60daysin", "cluster": 11, "color": 0}, {"x": 19.38036346435547, "y": -100.32954406738281, "subreddit": "livepd", "cluster": 11, "color": 0}, {"x": -47.08899688720703, "y": 85.35169219970703, "subreddit": "6thform", "cluster": 12, "color": 0}, {"x": -47.08749008178711, "y": 85.3514633178711, "subreddit": "gcse", "cluster": 12, "color": 0}, {"x": -67.49638366699219, "y": -88.01634216308594, "subreddit": "704nascarheat", "cluster": 1235, "color": 0}, {"x": -66.22978973388672, "y": -88.3033676147461, "subreddit": "indycar", "cluster": 1235, "color": 0}, {"x": -66.71556854248047, "y": -88.52633666992188, "subreddit": "nascar", "cluster": 1235, "color": 0}, {"x": -66.92022705078125, "y": -89.14744567871094, "subreddit": "nascarcollectors", "cluster": 1235, "color": 0}, {"x": 25.73573112487793, "y": -2.0180184841156006, "subreddit": "7daystodie", "cluster": 1538, "color": 4}, {"x": -28.98378562927246, "y": 46.13640213012695, "subreddit": "btd6", "cluster": 1538, "color": 4}, {"x": 30.1673641204834, "y": 8.45125961303711, "subreddit": "noita", "cluster": 1538, "color": 4}, {"x": -29.165700912475586, "y": 45.223411560058594, "subreddit": "riskofrain", "cluster": 1538, "color": 4}, {"x": -29.20493507385254, "y": 45.00276565551758, "subreddit": "ror2", "cluster": 1538, "color": 4}, {"x": 77.53404235839844, "y": -56.11346435546875, "subreddit": "starcraft2coop", "cluster": 1538, "color": 4}, {"x": 49.51221466064453, "y": 21.355581283569336, "subreddit": "theisle", "cluster": 1538, "color": 4}, {"x": 15.455677032470703, "y": 68.76374053955078, "subreddit": "7kglobal", "cluster": 13, "color": 0}, {"x": 80.23822021484375, "y": 16.13323974609375, "subreddit": "alchemistcodegl", "cluster": 13, "color": 0}, {"x": 79.1240005493164, "y": 15.159272193908691, "subreddit": "grandchase", "cluster": 13, "color": 0}, {"x": 88.06808471679688, "y": 9.601603507995605, "subreddit": "mslgame", "cluster": 13, "color": 0}, {"x": 15.443765640258789, "y": 68.74557495117188, "subreddit": "sololeveling", "cluster": 13, "color": 0}, {"x": -20.28559112548828, "y": -99.37994384765625, "subreddit": "80s", "cluster": 1570, "color": 2}, {"x": -66.14404296875, "y": -72.84102630615234, "subreddit": "ohiostatefootball", "cluster": 1570, "color": 2}, {"x": -66.17127227783203, "y": -72.83854675292969, "subreddit": "sanantonio", "cluster": 1570, "color": 2}, {"x": -10.013132095336914, "y": -108.78543853759766, "subreddit": "80smusic", "cluster": 932, "color": 3}, {"x": -9.47287654876709, "y": -108.20672607421875, "subreddit": "90shiphop", "cluster": 932, "color": 3}, {"x": -9.032801628112793, "y": -109.23904418945312, "subreddit": "classicrock", "cluster": 932, "color": 3}, {"x": -10.723053932189941, "y": -109.12240600585938, "subreddit": "country", "cluster": 932, "color": 3}, {"x": -11.109947204589844, "y": -111.676025390625, "subreddit": "deathcore", "cluster": 932, "color": 3}, {"x": -19.044668197631836, "y": -108.59488677978516, "subreddit": "djent", "cluster": 932, "color": 3}, {"x": -9.468276023864746, "y": -106.92706298828125, "subreddit": "dnb", "cluster": 932, "color": 3}, {"x": -10.431119918823242, "y": -103.92906188964844, "subreddit": "electrohouse", "cluster": 932, "color": 3}, {"x": -9.643632888793945, "y": -111.22793579101562, "subreddit": "emo", "cluster": 932, "color": 3}, {"x": 0.17657722532749176, "y": 8.89029312133789, "subreddit": "frisson", "cluster": 932, "color": 3}, {"x": -11.375406265258789, "y": -110.2423095703125, "subreddit": "hardcore", "cluster": 932, "color": 3}, {"x": -12.331518173217773, "y": -106.81087493896484, "subreddit": "hardstyle", "cluster": 932, "color": 3}, {"x": -8.008553504943848, "y": -106.47077178955078, "subreddit": "hiphop", "cluster": 932, "color": 3}, {"x": -10.012362480163574, "y": -108.8621826171875, "subreddit": "indie_rock", "cluster": 932, "color": 3}, {"x": -10.840827941894531, "y": -107.50679016113281, "subreddit": "industrialmusic", "cluster": 932, "color": 3}, {"x": -11.810734748840332, "y": -108.58799743652344, "subreddit": "melodicdeathmetal", "cluster": 932, "color": 3}, {"x": -25.053508758544922, "y": 4.8156514167785645, "subreddit": "outrun", "cluster": 932, "color": 3}, {"x": -8.385644912719727, "y": -109.87814331054688, "subreddit": "psychedelicrock", "cluster": 932, "color": 3}, {"x": -8.189151763916016, "y": -107.90921020507812, "subreddit": "psytrance", "cluster": 932, "color": 3}, {"x": -10.703834533691406, "y": -105.88411712646484, "subreddit": "punk", "cluster": 932, "color": 3}, {"x": -22.156917572021484, "y": 31.048736572265625, "subreddit": "rap", "cluster": 932, "color": 3}, {"x": -9.938508033752441, "y": -109.82746887207031, "subreddit": "reggae", "cluster": 932, "color": 3}, {"x": -14.465349197387695, "y": -108.68214416503906, "subreddit": "shoegaze", "cluster": 932, "color": 3}, {"x": -10.242189407348633, "y": -108.42890930175781, "subreddit": "treemusic", "cluster": 932, "color": 3}, {"x": 50.76253128051758, "y": 42.74559020996094, "subreddit": "90dayfiance", "cluster": 14, "color": 0}, {"x": 51.106895446777344, "y": 42.63629150390625, "subreddit": "90dayfianceuncensored", "cluster": 14, "color": 0}, {"x": 50.459346771240234, "y": 43.01163101196289, "subreddit": "loveafterlockup", "cluster": 14, "color": 0}, {"x": 18.47066307067871, "y": -97.8888931274414, "subreddit": "marriedatfirstsight", "cluster": 14, "color": 0}, {"x": 49.49467086791992, "y": 41.649776458740234, "subreddit": "my600lblife", "cluster": 14, "color": 0}, {"x": 52.82432174682617, "y": 43.53866195678711, "subreddit": "seekingsisterwifetlc", "cluster": 14, "color": 0}, {"x": 45.019222259521484, "y": 53.26375961303711, "subreddit": "90daysgoal", "cluster": 780, "color": 1}, {"x": 43.189186096191406, "y": 2.8061954975128174, "subreddit": "cancer", "cluster": 780, "color": 1}, {"x": 21.982284545898438, "y": 19.46916961669922, "subreddit": "corpus", "cluster": 780, "color": 1}, {"x": 3.856673240661621, "y": -44.42177963256836, "subreddit": "cs50", "cluster": 780, "color": 1}, {"x": 4.2871222496032715, "y": -43.199466705322266, "subreddit": "genealogy", "cluster": 780, "color": 1}, {"x": -20.67137908935547, "y": -99.17106628417969, "subreddit": "90s", "cluster": 1924, "color": 5}, {"x": -24.420610427856445, "y": -97.4165267944336, "subreddit": "agt", "cluster": 1924, "color": 5}, {"x": 56.69261169433594, "y": 24.548938751220703, "subreddit": "introvert", "cluster": 1924, "color": 5}, {"x": -28.845558166503906, "y": -99.40044403076172, "subreddit": "penguins", "cluster": 1924, "color": 5}, {"x": -24.7125301361084, "y": -99.65149688720703, "subreddit": "the1975", "cluster": 1924, "color": 5}, {"x": -24.485496520996094, "y": -97.79190063476562, "subreddit": "walmart", "cluster": 1924, "color": 5}, {"x": -64.10819244384766, "y": -63.947853088378906, "subreddit": "911dispatchers", "cluster": 1255, "color": 3}, {"x": -13.994178771972656, "y": -23.807737350463867, "subreddit": "bestofnetflix", "cluster": 1255, "color": 3}, {"x": -14.800639152526855, "y": -25.86101722717285, "subreddit": "netflix", "cluster": 1255, "color": 3}, {"x": -14.558114051818848, "y": -25.421510696411133, "subreddit": "portugaltheman", "cluster": 1255, "color": 3}, {"x": -10.653189659118652, "y": -82.36174011230469, "subreddit": "theoa", "cluster": 1255, "color": 3}, {"x": 0.9810582399368286, "y": -15.635080337524414, "subreddit": "911truth", "cluster": 418, "color": 0}, {"x": 0.015328980050981045, "y": -14.393254280090332, "subreddit": "alternativehistory", "cluster": 418, "color": 0}, {"x": 72.8785171508789, "y": -57.61977005004883, "subreddit": "boxing", "cluster": 418, "color": 0}, {"x": 0.1003575399518013, "y": -14.573851585388184, "subreddit": "c_s_t", "cluster": 418, "color": 0}, {"x": 0.487544983625412, "y": -14.964356422424316, "subreddit": "conspiracy", "cluster": 418, "color": 0}, {"x": 96.3758544921875, "y": 39.838157653808594, "subreddit": "conspiracy_commons", "cluster": 418, "color": 0}, {"x": 28.551870346069336, "y": -24.37754249572754, "subreddit": "conspiracyii", "cluster": 418, "color": 0}, {"x": 113.73334503173828, "y": -18.530881881713867, "subreddit": "conspiro", "cluster": 418, "color": 0}, {"x": -8.688336372375488, "y": 82.86000061035156, "subreddit": "9gag", "cluster": 1940, "color": 5}, {"x": -8.820538520812988, "y": 83.70321655273438, "subreddit": "globaltalk", "cluster": 1940, "color": 5}, {"x": -8.79566764831543, "y": 83.54174041748047, "subreddit": "waterniggas", "cluster": 1940, "color": 5}, {"x": -26.86615562438965, "y": -34.673465728759766, "subreddit": "a24", "cluster": 1575, "color": 0}, {"x": 29.026077270507812, "y": 38.01118469238281, "subreddit": "sardonicast", "cluster": 1575, "color": 0}, {"x": -24.985183715820312, "y": 20.889812469482422, "subreddit": "theofficialpodcast", "cluster": 1575, "color": 0}, {"x": 29.05401611328125, "y": 38.00937271118164, "subreddit": "yms", "cluster": 1575, "color": 0}, {"x": -112.5708236694336, "y": 57.29137420654297, "subreddit": "a_irsoft", "cluster": 41, "color": 0}, {"x": -113.05199432373047, "y": 58.22771453857422, "subreddit": "airsoft", "cluster": 41, "color": 0}, {"x": -112.58233642578125, "y": 58.830257415771484, "subreddit": "airsoftcirclejerk", "cluster": 41, "color": 0}, {"x": -113.2142562866211, "y": 57.98948287963867, "subreddit": "airsoftmarket", "cluster": 41, "color": 0}, {"x": -114.12387084960938, "y": 58.95803451538086, "subreddit": "airsoftmarketcanada", "cluster": 41, "color": 0}, {"x": 3.619138240814209, "y": -22.582971572875977, "subreddit": "aaaaaaabbbb", "cluster": 70, "color": 0}, {"x": -35.102272033691406, "y": -30.860715866088867, "subreddit": "androiddev", "cluster": 70, "color": 0}, {"x": -34.866966247558594, "y": -30.748844146728516, "subreddit": "kotlin", "cluster": 70, "color": 0}, {"x": -36.11894226074219, "y": -32.1585578918457, "subreddit": "mobiusff", "cluster": 70, "color": 0}, {"x": 17.431055068969727, "y": 41.542015075683594, "subreddit": "aaaaaaacccccccce", "cluster": 111, "color": 0}, {"x": 17.74297332763672, "y": 43.21294021606445, "subreddit": "aromantic", "cluster": 111, "color": 0}, {"x": 18.433347702026367, "y": 42.41676712036133, "subreddit": "asexual", "cluster": 111, "color": 0}, {"x": 18.09280014038086, "y": 42.386959075927734, "subreddit": "asexuality", "cluster": 111, "color": 0}, {"x": -57.44578170776367, "y": -108.95132446289062, "subreddit": "bostonu", "cluster": 111, "color": 0}, {"x": -30.912355422973633, "y": 108.22207641601562, "subreddit": "masturbationquestions", "cluster": 111, "color": 0}, {"x": -50.16798782348633, "y": -100.3292007446289, "subreddit": "aaf_football", "cluster": 1987, "color": 1}, {"x": -49.43088150024414, "y": -99.67333221435547, "subreddit": "aafb", "cluster": 1987, "color": 1}, {"x": -50.07483673095703, "y": -100.23158264160156, "subreddit": "xfl", "cluster": 1987, "color": 1}, {"x": 103.56401062011719, "y": 56.73038101196289, "subreddit": "aatroxmains", "cluster": 15, "color": 0}, {"x": 106.67351531982422, "y": 63.091251373291016, "subreddit": "dianamains", "cluster": 15, "color": 0}, {"x": 104.87226867675781, "y": 54.61425018310547, "subreddit": "kledmains", "cluster": 15, "color": 0}, {"x": 103.04386901855469, "y": 56.81078338623047, "subreddit": "mordekaisermains", "cluster": 15, "color": 0}, {"x": 105.53693389892578, "y": 52.83961868286133, "subreddit": "renektonmains", "cluster": 15, "color": 0}, {"x": 101.79450225830078, "y": 58.05176544189453, "subreddit": "shen", "cluster": 15, "color": 0}, {"x": 103.43193817138672, "y": 57.40383529663086, "subreddit": "sylasmains", "cluster": 15, "color": 0}, {"x": 103.76560974121094, "y": 55.7234992980957, "subreddit": "wukongmains", "cluster": 15, "color": 0}, {"x": 42.541866302490234, "y": -68.18245697021484, "subreddit": "abandonedporn", "cluster": 1638, "color": 0}, {"x": 41.5277099609375, "y": -67.922119140625, "subreddit": "adporn", "cluster": 1638, "color": 0}, {"x": 41.042842864990234, "y": -68.0669174194336, "subreddit": "adrenalineporn", "cluster": 1638, "color": 0}, {"x": 39.96961212158203, "y": -68.5523452758789, "subreddit": "albumartporn", "cluster": 1638, "color": 0}, {"x": 38.4718132019043, "y": -69.11231994628906, "subreddit": "animalporn", "cluster": 1638, "color": 0}, {"x": 38.812965393066406, "y": -66.39498901367188, "subreddit": "architectureporn", "cluster": 1638, "color": 0}, {"x": 42.55172348022461, "y": -69.3514175415039, "subreddit": "artporn", "cluster": 1638, "color": 0}, {"x": 41.72180938720703, "y": -68.62957763671875, "subreddit": "bookporn", "cluster": 1638, "color": 0}, {"x": 39.81186294555664, "y": -69.39036560058594, "subreddit": "botanicalporn", "cluster": 1638, "color": 0}, {"x": 40.41680908203125, "y": -70.41560363769531, "subreddit": "carporn", "cluster": 1638, "color": 0}, {"x": 39.404029846191406, "y": -67.35283660888672, "subreddit": "cityporn", "cluster": 1638, "color": 0}, {"x": 40.04273986816406, "y": -66.48021697998047, "subreddit": "designporn", "cluster": 1638, "color": 0}, {"x": 41.500186920166016, "y": -69.30862426757812, "subreddit": "dessertporn", "cluster": 1638, "color": 0}, {"x": 41.59420394897461, "y": -66.71759033203125, "subreddit": "destructionporn", "cluster": 1638, "color": 0}, {"x": 40.36993408203125, "y": -67.8653793334961, "subreddit": "earthporn", "cluster": 1638, "color": 0}, {"x": 41.5707893371582, "y": -70.13229370117188, "subreddit": "exposureporn", "cluster": 1638, "color": 0}, {"x": 38.5670051574707, "y": -71.4992904663086, "subreddit": "f1porn", "cluster": 1638, "color": 0}, {"x": 40.7642707824707, "y": -69.43318939208984, "subreddit": "foodporn", "cluster": 1638, "color": 0}, {"x": 43.9023551940918, "y": -68.7087631225586, "subreddit": "futureporn", "cluster": 1638, "color": 0}, {"x": 43.11780548095703, "y": -70.63272094726562, "subreddit": "gunporn", "cluster": 1638, "color": 0}, {"x": 43.450130462646484, "y": -67.29431915283203, "subreddit": "historyporn", "cluster": 1638, "color": 0}, {"x": 40.80786895751953, "y": -67.22567749023438, "subreddit": "humanporn", "cluster": 1638, "color": 0}, {"x": 40.05128860473633, "y": -65.3364028930664, "subreddit": "infrastructureporn", "cluster": 1638, "color": 0}, {"x": 41.21306610107422, "y": -65.7031478881836, "subreddit": "machineporn", "cluster": 1638, "color": 0}, {"x": 37.124324798583984, "y": -68.81405639648438, "subreddit": "macroporn", "cluster": 1638, "color": 0}, {"x": 45.41828155517578, "y": -65.0763931274414, "subreddit": "militaryporn", "cluster": 1638, "color": 0}, {"x": 40.362125396728516, "y": -71.8094482421875, "subreddit": "motorcycleporn", "cluster": 1638, "color": 0}, {"x": 44.040470123291016, "y": -65.93792724609375, "subreddit": "policeporn", "cluster": 1638, "color": 0}, {"x": 41.87970733642578, "y": -71.43902587890625, "subreddit": "powerwashingporn", "cluster": 1638, "color": 0}, {"x": 39.08751678466797, "y": -70.17298889160156, "subreddit": "quotesporn", "cluster": 1638, "color": 0}, {"x": 38.14407730102539, "y": -67.3006362915039, "subreddit": "roomporn", "cluster": 1638, "color": 0}, {"x": 40.95478439331055, "y": -68.6523666381836, "subreddit": "skyporn", "cluster": 1638, "color": 0}, {"x": 42.3400764465332, "y": -67.0284652709961, "subreddit": "spaceporn", "cluster": 1638, "color": 0}, {"x": 44.69160079956055, "y": -69.57361602783203, "subreddit": "starshipporn", "cluster": 1638, "color": 0}, {"x": 42.244544982910156, "y": -64.98970794677734, "subreddit": "thingscutinhalfporn", "cluster": 1638, "color": 0}, {"x": 39.061668395996094, "y": -68.23169708251953, "subreddit": "villageporn", "cluster": 1638, "color": 0}, {"x": 40.52485656738281, "y": -68.53946685791016, "subreddit": "waterporn", "cluster": 1638, "color": 0}, {"x": -11.62309455871582, "y": 2.917562246322632, "subreddit": "abcc", "cluster": 453, "color": 0}, {"x": 5.492981433868408, "y": 118.79600524902344, "subreddit": "agmarketplace", "cluster": 453, "color": 0}, {"x": 7.365836143493652, "y": 71.1556167602539, "subreddit": "altcoin", "cluster": 453, "color": 0}, {"x": -1.8580337762832642, "y": 11.106083869934082, "subreddit": "ama", "cluster": 453, "color": 0}, {"x": -17.88608741760254, "y": 74.31571960449219, "subreddit": "avakinofficial", "cluster": 453, "color": 0}, {"x": -29.966876983642578, "y": 39.093116760253906, "subreddit": "baltimoreanddcr4r", "cluster": 453, "color": 0}, {"x": 1.7196481227874756, "y": 69.43051147460938, "subreddit": "bitfinex", "cluster": 453, "color": 0}, {"x": -1.207206130027771, "y": 9.919445037841797, "subreddit": "bitmarket", "cluster": 453, "color": 0}, {"x": -1.7502442598342896, "y": 10.102483749389648, "subreddit": "blockchain", "cluster": 453, "color": 0}, {"x": -1.0376468896865845, "y": 9.762495040893555, "subreddit": "conspiracyundone", "cluster": 453, "color": 0}, {"x": -4.2735114097595215, "y": 17.256624221801758, "subreddit": "creepypasta", "cluster": 453, "color": 0}, {"x": 13.387639999389648, "y": 0.9598253965377808, "subreddit": "crypto_currency_news", "cluster": 453, "color": 0}, {"x": -1.7877954244613647, "y": 10.423707008361816, "subreddit": "cryptocurrencies", "cluster": 453, "color": 0}, {"x": -2.271846055984497, "y": 10.091910362243652, "subreddit": "cryptocurrencytrading", "cluster": 453, "color": 0}, {"x": -0.6131266355514526, "y": 10.58324909210205, "subreddit": "dadjokes", "cluster": 453, "color": 0}, {"x": -51.30228805541992, "y": -14.669923782348633, "subreddit": "deals", "cluster": 453, "color": 0}, {"x": -28.937891006469727, "y": 9.210761070251465, "subreddit": "dolphinscoltslivess", "cluster": 453, "color": 0}, {"x": -1.419802188873291, "y": 45.04686737060547, "subreddit": "ethplode", "cluster": 453, "color": 0}, {"x": -4.317771911621094, "y": -0.08494511246681213, "subreddit": "explainlikeiama", "cluster": 453, "color": 0}, {"x": -3.8693411350250244, "y": 10.679174423217773, "subreddit": "floridar4r", "cluster": 453, "color": 0}, {"x": -82.83992004394531, "y": 79.1325912475586, "subreddit": "gothamelections", "cluster": 453, "color": 0}, {"x": -2.830469846725464, "y": 10.482565879821777, "subreddit": "gta5modding", "cluster": 453, "color": 0}, {"x": 7.512481212615967, "y": 70.60868072509766, "subreddit": "icocrypto", "cluster": 453, "color": 0}, {"x": -5.050380229949951, "y": 10.605098724365234, "subreddit": "istodayfridaythe13th", "cluster": 453, "color": 0}, {"x": 351.53070068359375, "y": 384.4562683105469, "subreddit": "italy_ss", "cluster": 453, "color": 0}, {"x": -26.258136749267578, "y": 142.15965270996094, "subreddit": "jacksucksatlife", "cluster": 453, "color": 0}, {"x": -3.090916156768799, "y": 9.348028182983398, "subreddit": "jenniferlawrence", "cluster": 453, "color": 0}, {"x": -0.4252726137638092, "y": 11.601714134216309, "subreddit": "justiceserved", "cluster": 453, "color": 0}, {"x": -9.644835472106934, "y": 68.8967514038086, "subreddit": "kik", "cluster": 453, "color": 0}, {"x": 5.767278671264648, "y": 73.60701751708984, "subreddit": "kucoin", "cluster": 453, "color": 0}, {"x": 0.1717313528060913, "y": 73.99617004394531, "subreddit": "lisk", "cluster": 453, "color": 0}, {"x": -5.281557559967041, "y": 8.234427452087402, "subreddit": "louisck", "cluster": 453, "color": 0}, {"x": -8.568923950195312, "y": 3.303215503692627, "subreddit": "markmywords", "cluster": 453, "color": 0}, {"x": -29.66637420654297, "y": 22.278629302978516, "subreddit": "minnesotar4r", "cluster": 453, "color": 0}, {"x": -5.861057758331299, "y": 53.56599426269531, "subreddit": "mixedracegirls", "cluster": 453, "color": 0}, {"x": 88.8458023071289, "y": 510.94635009765625, "subreddit": "nullthworldproblems", "cluster": 453, "color": 0}, {"x": -4.69755744934082, "y": 6.978404521942139, "subreddit": "oneliners", "cluster": 453, "color": 0}, {"x": -30.514219284057617, "y": 0.12018047273159027, "subreddit": "origin", "cluster": 453, "color": 0}, {"x": -4.71170711517334, "y": 6.801837921142578, "subreddit": "quotes", "cluster": 453, "color": 0}, {"x": -20.709108352661133, "y": 10.888421058654785, "subreddit": "r4rdfw", "cluster": 453, "color": 0}, {"x": 24.656400680541992, "y": 51.698612213134766, "subreddit": "reactnative", "cluster": 453, "color": 0}, {"x": -75.74925231933594, "y": -25.337543487548828, "subreddit": "referralcodes", "cluster": 453, "color": 0}, {"x": -7.529359817504883, "y": 10.707149505615234, "subreddit": "scarystories", "cluster": 453, "color": 0}, {"x": -11.923834800720215, "y": 4.73193359375, "subreddit": "seahawkspantherslives", "cluster": 453, "color": 0}, {"x": -5.189381122589111, "y": 9.67343807220459, "subreddit": "sfr4r", "cluster": 453, "color": 0}, {"x": -6.263978004455566, "y": 6.96395206451416, "subreddit": "shortstories", "cluster": 453, "color": 0}, {"x": -6.241125106811523, "y": 9.69340705871582, "subreddit": "sissy", "cluster": 453, "color": 0}, {"x": -1.4410439729690552, "y": 9.344511032104492, "subreddit": "socialengineering", "cluster": 453, "color": 0}, {"x": -1.2375568151474, "y": 10.44235897064209, "subreddit": "subredditoftheday", "cluster": 453, "color": 0}, {"x": -6.344760894775391, "y": 8.478055953979492, "subreddit": "subredditsimulator", "cluster": 453, "color": 0}, {"x": -31.610389709472656, "y": 22.131423950195312, "subreddit": "subsimulatorgpt2", "cluster": 453, "color": 0}, {"x": -4.250703811645508, "y": 9.725200653076172, "subreddit": "tendies", "cluster": 453, "color": 0}, {"x": -1.1872985363006592, "y": 11.074987411499023, "subreddit": "trendingsubreddits", "cluster": 453, "color": 0}, {"x": 442.5423583984375, "y": 268.95330810546875, "subreddit": "womad", "cluster": 453, "color": 0}, {"x": -55.63556671142578, "y": 49.76154327392578, "subreddit": "woodsphiltv", "cluster": 453, "color": 0}, {"x": -78.72696685791016, "y": 76.90866088867188, "subreddit": "writingprompts", "cluster": 453, "color": 0}, {"x": -6.5560302734375, "y": 90.79907989501953, "subreddit": "abcdesis", "cluster": 956, "color": 4}, {"x": -46.61071014404297, "y": -7.711757659912109, "subreddit": "islam", "cluster": 956, "color": 4}, {"x": -2.237189531326294, "y": 91.2028579711914, "subreddit": "izlam", "cluster": 956, "color": 4}, {"x": 32.80974197387695, "y": -32.830684661865234, "subreddit": "morocco", "cluster": 956, "color": 4}, {"x": -0.065984345972538, "y": 91.7508544921875, "subreddit": "muslimnofap", "cluster": 956, "color": 4}, {"x": -46.795352935791016, "y": -7.574745178222656, "subreddit": "shia", "cluster": 956, "color": 4}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "abcdsports", "cluster": 16, "color": 0}, {"x": 74.36565399169922, "y": 36.245521545410156, "subreddit": "abcqwerty123", "cluster": 313, "color": 0}, {"x": 73.77887725830078, "y": 35.32439041137695, "subreddit": "cadenmorandairy", "cluster": 313, "color": 0}, {"x": 73.71916198730469, "y": 35.22871780395508, "subreddit": "cadenmorandiary", "cluster": 313, "color": 0}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "abcsportstv", "cluster": 17, "color": 1}, {"x": 23.340545654296875, "y": -85.87784576416016, "subreddit": "aberdeen", "cluster": 1589, "color": 3}, {"x": 21.363067626953125, "y": -84.12967681884766, "subreddit": "badunitedkingdom", "cluster": 1589, "color": 3}, {"x": 23.33454704284668, "y": -85.24412536621094, "subreddit": "edinburgh", "cluster": 1589, "color": 3}, {"x": 23.80612564086914, "y": -84.51823425292969, "subreddit": "scotland", "cluster": 1589, "color": 3}, {"x": 24.126039505004883, "y": -84.0766830444336, "subreddit": "scottishpeopletwitter", "cluster": 1589, "color": 3}, {"x": -50.886505126953125, "y": -60.0640983581543, "subreddit": "ynab", "cluster": 1589, "color": 3}, {"x": -23.08507537841797, "y": -37.44802474975586, "subreddit": "aberoth", "cluster": 838, "color": 1}, {"x": -22.379741668701172, "y": -36.94047546386719, "subreddit": "haltandcatchfire", "cluster": 838, "color": 1}, {"x": -21.713817596435547, "y": -36.86494827270508, "subreddit": "theamericans", "cluster": 838, "color": 1}, {"x": 68.77185821533203, "y": 34.78976821899414, "subreddit": "ableton", "cluster": 1752, "color": 3}, {"x": -30.070348739624023, "y": -56.95097351074219, "subreddit": "aewofficial", "cluster": 1752, "color": 3}, {"x": 66.72342681884766, "y": 32.214080810546875, "subreddit": "ipadmusic", "cluster": 1752, "color": 3}, {"x": 65.1287841796875, "y": 31.43722152709961, "subreddit": "modular", "cluster": 1752, "color": 3}, {"x": 10.964120864868164, "y": 48.75996017456055, "subreddit": "scams", "cluster": 1752, "color": 3}, {"x": -83.20171356201172, "y": -120.35702514648438, "subreddit": "sfsu", "cluster": 1752, "color": 3}, {"x": 65.78797912597656, "y": 31.143293380737305, "subreddit": "synthdiy", "cluster": 1752, "color": 3}, {"x": 65.7775650024414, "y": 31.510311126708984, "subreddit": "synthesizers", "cluster": 1752, "color": 3}, {"x": 66.18310546875, "y": 35.385459899902344, "subreddit": "synthrecipes", "cluster": 1752, "color": 3}, {"x": 68.46382904052734, "y": 35.188899993896484, "subreddit": "abletonlive", "cluster": 597, "color": 1}, {"x": 67.36644744873047, "y": 36.62405776977539, "subreddit": "edmprodcirclejerk", "cluster": 597, "color": 1}, {"x": 67.54734802246094, "y": 36.733238220214844, "subreddit": "edmproduction", "cluster": 597, "color": 1}, {"x": 66.75473022460938, "y": 38.37701416015625, "subreddit": "fl_studio", "cluster": 597, "color": 1}, {"x": 64.5998306274414, "y": 36.97758865356445, "subreddit": "logic_studio", "cluster": 597, "color": 1}, {"x": 68.89108276367188, "y": 37.651241302490234, "subreddit": "reasoners", "cluster": 597, "color": 1}, {"x": -23.274024963378906, "y": 95.43638610839844, "subreddit": "torrentlinks", "cluster": 597, "color": 1}, {"x": -67.63909149169922, "y": -27.03292465209961, "subreddit": "abode", "cluster": 876, "color": 2}, {"x": -66.31629943847656, "y": -25.384315490722656, "subreddit": "homeassistant", "cluster": 876, "color": 2}, {"x": -67.53251647949219, "y": -25.209571838378906, "subreddit": "homeautomation", "cluster": 876, "color": 2}, {"x": -28.413293838500977, "y": -17.273853302001953, "subreddit": "qualityassurance", "cluster": 876, "color": 2}, {"x": -67.86447143554688, "y": -24.95339584350586, "subreddit": "smarthome", "cluster": 876, "color": 2}, {"x": 18.988134384155273, "y": 33.25178527832031, "subreddit": "aboringdystopia", "cluster": 1024, "color": 2}, {"x": 34.922218322753906, "y": -14.359663963317871, "subreddit": "antiwork", "cluster": 1024, "color": 2}, {"x": 34.46615219116211, "y": -13.176431655883789, "subreddit": "latestagecapitalism", "cluster": 1024, "color": 2}, {"x": 28.174598693847656, "y": -20.57445526123047, "subreddit": "latestageimperialism", "cluster": 1024, "color": 2}, {"x": 33.71112823486328, "y": -12.823330879211426, "subreddit": "neckbeardstories", "cluster": 1024, "color": 2}, {"x": 33.60246658325195, "y": -12.817181587219238, "subreddit": "negareddit", "cluster": 1024, "color": 2}, {"x": 38.38554763793945, "y": -34.923072814941406, "subreddit": "shitliberalssay", "cluster": 1024, "color": 2}, {"x": 35.466156005859375, "y": -12.672440528869629, "subreddit": "vcu", "cluster": 1024, "color": 2}, {"x": -55.00043869018555, "y": -124.9464340209961, "subreddit": "abortion", "cluster": 18, "color": 0}, {"x": -55.21315383911133, "y": -123.87812042236328, "subreddit": "abortiondebate", "cluster": 18, "color": 0}, {"x": -55.12263870239258, "y": -124.31500244140625, "subreddit": "prochoice", "cluster": 18, "color": 0}, {"x": -55.38449478149414, "y": -123.15435028076172, "subreddit": "prolife", "cluster": 18, "color": 0}, {"x": 73.27103424072266, "y": 40.778289794921875, "subreddit": "aboveandbeyond", "cluster": 627, "color": 1}, {"x": -80.03975677490234, "y": 7.9103522300720215, "subreddit": "deadmau5", "cluster": 627, "color": 1}, {"x": -80.14378356933594, "y": 7.7000322341918945, "subreddit": "ericprydz", "cluster": 627, "color": 1}, {"x": 50.88373947143555, "y": 56.25910186767578, "subreddit": "abrathatfits", "cluster": 19, "color": 0}, {"x": 50.88080596923828, "y": 55.059104919433594, "subreddit": "avengersacademygame", "cluster": 19, "color": 0}, {"x": 51.000389099121094, "y": 56.16263198852539, "subreddit": "bigboobproblems", "cluster": 19, "color": 0}, {"x": 51.61617660522461, "y": 57.0342903137207, "subreddit": "braswap", "cluster": 19, "color": 0}, {"x": -18.858922958374023, "y": 27.221860885620117, "subreddit": "cumberbitches", "cluster": 19, "color": 0}, {"x": 50.07749938964844, "y": 56.851566314697266, "subreddit": "sugarfreemua", "cluster": 19, "color": 0}, {"x": -17.744890213012695, "y": 18.767059326171875, "subreddit": "abruptchaos", "cluster": 468, "color": 0}, {"x": 8.251964569091797, "y": 16.48599624633789, "subreddit": "animalsbeingderps", "cluster": 468, "color": 0}, {"x": -13.405291557312012, "y": 17.920557022094727, "subreddit": "animalsdoingstuff", "cluster": 468, "color": 0}, {"x": -16.13176727294922, "y": 17.574554443359375, "subreddit": "arabfunny", "cluster": 468, "color": 0}, {"x": -20.222780227661133, "y": 20.089704513549805, "subreddit": "callmecarson", "cluster": 468, "color": 0}, {"x": -18.9290828704834, "y": 17.718059539794922, "subreddit": "cellbits", "cluster": 468, "color": 0}, {"x": 3.7063894271850586, "y": 7.061925411224365, "subreddit": "contagiouslaughter", "cluster": 468, "color": 0}, {"x": -16.056743621826172, "y": 17.46261215209961, "subreddit": "cursedvideos", "cluster": 468, "color": 0}, {"x": -15.311803817749023, "y": 19.455326080322266, "subreddit": "dankgentina", "cluster": 468, "color": 0}, {"x": -16.220020294189453, "y": 17.385997772216797, "subreddit": "dankvideos", "cluster": 468, "color": 0}, {"x": -16.49734878540039, "y": 20.878009796142578, "subreddit": "dogelore", "cluster": 468, "color": 0}, {"x": -15.532894134521484, "y": 17.52094078063965, "subreddit": "etikaredditnetwork", "cluster": 468, "color": 0}, {"x": 141.18251037597656, "y": 39.20224380493164, "subreddit": "evangelionmemes", "cluster": 468, "color": 0}, {"x": -12.95118236541748, "y": 15.395710945129395, "subreddit": "funnyvideos", "cluster": 468, "color": 0}, {"x": -20.028398513793945, "y": 17.033241271972656, "subreddit": "g0ularte", "cluster": 468, "color": 0}, {"x": -14.025189399719238, "y": 14.526056289672852, "subreddit": "gif", "cluster": 468, "color": 0}, {"x": -15.26928424835205, "y": 14.631525993347168, "subreddit": "hadtohurt", "cluster": 468, "color": 0}, {"x": -19.71904182434082, "y": 15.388825416564941, "subreddit": "halomemes", "cluster": 468, "color": 0}, {"x": -16.50786590576172, "y": 14.275450706481934, "subreddit": "holdmyfeedingtube", "cluster": 468, "color": 0}, {"x": -14.720352172851562, "y": 15.147560119628906, "subreddit": "holdmyredbull", "cluster": 468, "color": 0}, {"x": -14.97164535522461, "y": 15.422999382019043, "subreddit": "idiotsnearlydying", "cluster": 468, "color": 0}, {"x": -18.63802719116211, "y": 20.827184677124023, "subreddit": "ihaveihaveihavereddit", "cluster": 468, "color": 0}, {"x": -16.235721588134766, "y": 17.375507354736328, "subreddit": "joker", "cluster": 468, "color": 0}, {"x": -18.77190589904785, "y": 19.083951950073242, "subreddit": "kgbtr", "cluster": 468, "color": 0}, {"x": -16.873838424682617, "y": 16.861488342285156, "subreddit": "maau", "cluster": 468, "color": 0}, {"x": -14.447787284851074, "y": 18.649690628051758, "subreddit": "makemesuffer", "cluster": 468, "color": 0}, {"x": -17.638463973999023, "y": 14.493449211120605, "subreddit": "meatcrayon", "cluster": 468, "color": 0}, {"x": -16.28343391418457, "y": 18.69795036315918, "subreddit": "okbuddyretard", "cluster": 468, "color": 0}, {"x": -17.32957649230957, "y": 17.319618225097656, "subreddit": "orochinho", "cluster": 468, "color": 0}, {"x": -16.11065673828125, "y": 17.270278930664062, "subreddit": "perfectlycutscreams", "cluster": 468, "color": 0}, {"x": -14.292966842651367, "y": 16.969579696655273, "subreddit": "raining", "cluster": 468, "color": 0}, {"x": -40.0588264465332, "y": 160.2676239013672, "subreddit": "scpsecretlab", "cluster": 468, "color": 0}, {"x": -15.644566535949707, "y": 18.34906768798828, "subreddit": "squareposting", "cluster": 468, "color": 0}, {"x": -21.741771697998047, "y": 18.716007232666016, "subreddit": "tf2shitposterclub", "cluster": 468, "color": 0}, {"x": -13.218536376953125, "y": 16.575607299804688, "subreddit": "thatsinsane", "cluster": 468, "color": 0}, {"x": -17.047622680664062, "y": 13.38044548034668, "subreddit": "thebullwins", "cluster": 468, "color": 0}, {"x": -15.580802917480469, "y": 17.027374267578125, "subreddit": "tiktokcringe", "cluster": 468, "color": 0}, {"x": -17.09990692138672, "y": 18.004125595092773, "subreddit": "tiktokthots", "cluster": 468, "color": 0}, {"x": -16.859405517578125, "y": 15.605294227600098, "subreddit": "tooktoomuch", "cluster": 468, "color": 0}, {"x": 3.0391485691070557, "y": 38.328773498535156, "subreddit": "toptalent", "cluster": 468, "color": 0}, {"x": -18.4776668548584, "y": 16.532554626464844, "subreddit": "watchpeopledieinside", "cluster": 468, "color": 0}, {"x": -18.015304565429688, "y": 15.52675724029541, "subreddit": "whywomenlivelonger", "cluster": 468, "color": 0}, {"x": -16.029787063598633, "y": 16.088726043701172, "subreddit": "winstupidprizes", "cluster": 468, "color": 0}, {"x": -16.7310733795166, "y": 19.752344131469727, "subreddit": "yescompanionimbecil", "cluster": 468, "color": 0}, {"x": -34.67013931274414, "y": 94.86711120605469, "subreddit": "absolver", "cluster": 1664, "color": 5}, {"x": 70.0541763305664, "y": 10.162431716918945, "subreddit": "deadoralive", "cluster": 1664, "color": 5}, {"x": 73.07015991210938, "y": 8.733640670776367, "subreddit": "dissidia", "cluster": 1664, "color": 5}, {"x": 71.12185668945312, "y": 8.308823585510254, "subreddit": "finalfantasyxii", "cluster": 1664, "color": 5}, {"x": 70.48285675048828, "y": 8.491218566894531, "subreddit": "soulcalibur", "cluster": 1664, "color": 5}, {"x": 69.76915740966797, "y": 8.333876609802246, "subreddit": "soulcaliburcreations", "cluster": 1664, "color": 5}, {"x": 59.460323333740234, "y": 98.13595581054688, "subreddit": "abuse", "cluster": 552, "color": 0}, {"x": 59.362640380859375, "y": 97.63627624511719, "subreddit": "abusiverelationships", "cluster": 552, "color": 0}, {"x": 59.471012115478516, "y": 98.45088195800781, "subreddit": "domesticviolence", "cluster": 552, "color": 0}, {"x": 59.46794509887695, "y": 99.42684936523438, "subreddit": "narcissisticabuse", "cluster": 552, "color": 0}, {"x": -4.535905838012695, "y": 107.0031509399414, "subreddit": "abv", "cluster": 1853, "color": 5}, {"x": -5.192406177520752, "y": 106.02293395996094, "subreddit": "beagle", "cluster": 1853, "color": 5}, {"x": -5.34551477432251, "y": 108.90484619140625, "subreddit": "eldertrees", "cluster": 1853, "color": 5}, {"x": -2.9149246215820312, "y": 107.36222839355469, "subreddit": "entwives", "cluster": 1853, "color": 5}, {"x": 57.52325439453125, "y": 85.89112091064453, "subreddit": "menopause", "cluster": 1853, "color": 5}, {"x": -4.913415431976318, "y": 108.95460510253906, "subreddit": "mmj", "cluster": 1853, "color": 5}, {"x": -4.693239212036133, "y": 109.28137969970703, "subreddit": "saplings", "cluster": 1853, "color": 5}, {"x": -4.25447940826416, "y": 107.21546173095703, "subreddit": "treedibles", "cluster": 1853, "color": 5}, {"x": -3.7229573726654053, "y": 106.09423065185547, "subreddit": "weed", "cluster": 1853, "color": 5}, {"x": 8.929753303527832, "y": 20.668214797973633, "subreddit": "abyssrium", "cluster": 915, "color": 0}, {"x": 10.752537727355957, "y": 37.719261169433594, "subreddit": "bingingwithbabish", "cluster": 915, "color": 0}, {"x": 11.50918197631836, "y": 38.402278900146484, "subreddit": "demisexuality", "cluster": 915, "color": 0}, {"x": 10.707103729248047, "y": 37.67005920410156, "subreddit": "ihadastroke", "cluster": 915, "color": 0}, {"x": -40.65385055541992, "y": 39.64847946166992, "subreddit": "ac_newhorizons", "cluster": 74, "color": 0}, {"x": -40.59300231933594, "y": 38.43016052246094, "subreddit": "acqr", "cluster": 74, "color": 0}, {"x": -40.92947006225586, "y": 39.23749542236328, "subreddit": "animalcrossing", "cluster": 74, "color": 0}, {"x": -20.602142333984375, "y": 30.181396484375, "subreddit": "dodocodes", "cluster": 74, "color": 0}, {"x": -38.271080017089844, "y": 42.6379280090332, "subreddit": "tamagotchi", "cluster": 74, "color": 0}, {"x": 74.43058776855469, "y": 43.64958572387695, "subreddit": "tomorrowland", "cluster": 74, "color": 0}, {"x": 48.20573043823242, "y": -47.46750259399414, "subreddit": "academicbiblical", "cluster": 493, "color": 1}, {"x": 45.5811653137207, "y": -48.570533752441406, "subreddit": "askachristian", "cluster": 493, "color": 1}, {"x": 50.439361572265625, "y": -42.37649917602539, "subreddit": "blacklight", "cluster": 493, "color": 1}, {"x": 45.49052429199219, "y": -47.75807571411133, "subreddit": "debateachristian", "cluster": 493, "color": 1}, {"x": 45.37109375, "y": -47.264808654785156, "subreddit": "debatereligion", "cluster": 493, "color": 1}, {"x": 1.0803923606872559, "y": -76.72022247314453, "subreddit": "academicpsychology", "cluster": 20, "color": 0}, {"x": 2.0465168952941895, "y": -75.86614990234375, "subreddit": "askpsychology", "cluster": 20, "color": 0}, {"x": 1.1565179824829102, "y": -76.8778076171875, "subreddit": "psychologystudents", "cluster": 20, "color": 0}, {"x": 0.10299501568078995, "y": -76.75072479248047, "subreddit": "psychotherapy", "cluster": 20, "color": 0}, {"x": -12.347038269042969, "y": -58.029293060302734, "subreddit": "acadiana", "cluster": 1091, "color": 2}, {"x": -11.14716911315918, "y": -57.57683181762695, "subreddit": "batonrouge", "cluster": 1091, "color": 2}, {"x": -11.870429992675781, "y": -57.586708068847656, "subreddit": "louisiana", "cluster": 1091, "color": 2}, {"x": -10.452982902526855, "y": -57.608009338378906, "subreddit": "lsu", "cluster": 1091, "color": 2}, {"x": -12.807069778442383, "y": -56.493717193603516, "subreddit": "shreveport", "cluster": 1091, "color": 2}, {"x": -3.559741973876953, "y": 17.152463912963867, "subreddit": "accidentalcomedy", "cluster": 1517, "color": 2}, {"x": -1.1279337406158447, "y": 14.529317855834961, "subreddit": "accidentalwesanderson", "cluster": 1517, "color": 2}, {"x": -2.615588903427124, "y": 19.98764991760254, "subreddit": "awardspeechedits", "cluster": 1517, "color": 2}, {"x": -3.7974185943603516, "y": 18.704486846923828, "subreddit": "beetlejuicing", "cluster": 1517, "color": 2}, {"x": -1.6052852869033813, "y": 25.83292007446289, "subreddit": "comedyhitmen", "cluster": 1517, "color": 2}, {"x": -4.730410575866699, "y": 19.15029525756836, "subreddit": "dankmark", "cluster": 1517, "color": 2}, {"x": -3.354346990585327, "y": 20.14982795715332, "subreddit": "downvotedtooblivion", "cluster": 1517, "color": 2}, {"x": -0.6345484256744385, "y": 23.173986434936523, "subreddit": "edgymemes", "cluster": 1517, "color": 2}, {"x": -15.800915718078613, "y": 34.401092529296875, "subreddit": "emojipolice", "cluster": 1517, "color": 2}, {"x": -3.8924129009246826, "y": 19.200944900512695, "subreddit": "giofilms", "cluster": 1517, "color": 2}, {"x": 3.349125385284424, "y": 27.186803817749023, "subreddit": "iamveryrandom", "cluster": 1517, "color": 2}, {"x": -2.97965145111084, "y": 19.19428253173828, "subreddit": "ihavereddit", "cluster": 1517, "color": 2}, {"x": 13.44042682647705, "y": 31.465442657470703, "subreddit": "inthesoulstone", "cluster": 1517, "color": 2}, {"x": -4.772013187408447, "y": 18.545461654663086, "subreddit": "justunsubbed", "cluster": 1517, "color": 2}, {"x": -4.221129894256592, "y": 21.182065963745117, "subreddit": "karmaroulette", "cluster": 1517, "color": 2}, {"x": 2.1091127395629883, "y": 47.36893081665039, "subreddit": "klengan", "cluster": 1517, "color": 2}, {"x": -2.1119184494018555, "y": 23.790016174316406, "subreddit": "lithuaniakittens", "cluster": 1517, "color": 2}, {"x": -3.972458839416504, "y": 20.01222801208496, "subreddit": "lostredditors", "cluster": 1517, "color": 2}, {"x": -1.0712958574295044, "y": 15.382710456848145, "subreddit": "mildlypenis", "cluster": 1517, "color": 2}, {"x": -1.956703782081604, "y": 19.854324340820312, "subreddit": "mildyinfuriating", "cluster": 1517, "color": 2}, {"x": -11.121129989624023, "y": 8.042075157165527, "subreddit": "nudelete", "cluster": 1517, "color": 2}, {"x": -6.943873405456543, "y": 18.243541717529297, "subreddit": "playstation", "cluster": 1517, "color": 2}, {"x": -4.657604217529297, "y": 20.00796127319336, "subreddit": "punpatrol", "cluster": 1517, "color": 2}, {"x": -3.8487579822540283, "y": 19.176591873168945, "subreddit": "redditsings", "cluster": 1517, "color": 2}, {"x": 7.370623588562012, "y": 26.411779403686523, "subreddit": "religiousfruitcake", "cluster": 1517, "color": 2}, {"x": 10.173768997192383, "y": 48.27104568481445, "subreddit": "scambait", "cluster": 1517, "color": 2}, {"x": -6.4431633949279785, "y": 16.07967185974121, "subreddit": "shamelessplug", "cluster": 1517, "color": 2}, {"x": -7.723521709442139, "y": 15.852460861206055, "subreddit": "shittyhdr", "cluster": 1517, "color": 2}, {"x": -7.308056831359863, "y": 35.64507293701172, "subreddit": "showthistoaloona", "cluster": 1517, "color": 2}, {"x": -31.39812469482422, "y": 116.96334838867188, "subreddit": "slazo", "cluster": 1517, "color": 2}, {"x": -1.8739198446273804, "y": 42.862083435058594, "subreddit": "subredditnn", "cluster": 1517, "color": 2}, {"x": -1.9315677881240845, "y": 17.73895263671875, "subreddit": "suicidebywords", "cluster": 1517, "color": 2}, {"x": -6.585550308227539, "y": 20.04509735107422, "subreddit": "technope", "cluster": 1517, "color": 2}, {"x": -21.962055206298828, "y": 18.76085662841797, "subreddit": "tf2memes", "cluster": 1517, "color": 2}, {"x": -3.0374481678009033, "y": 18.990306854248047, "subreddit": "therealjoke", "cluster": 1517, "color": 2}, {"x": -1.7953410148620605, "y": 15.506580352783203, "subreddit": "trebuchetmemes", "cluster": 1517, "color": 2}, {"x": -2.7619822025299072, "y": 18.177766799926758, "subreddit": "tworedditorsonecup", "cluster": 1517, "color": 2}, {"x": -3.1723508834838867, "y": 19.493335723876953, "subreddit": "whoooosh", "cluster": 1517, "color": 2}, {"x": 19.16828155517578, "y": 36.83267593383789, "subreddit": "accidentallycommunist", "cluster": 467, "color": 1}, {"x": 19.960050582885742, "y": 38.04595947265625, "subreddit": "antifascistsofreddit", "cluster": 467, "color": 1}, {"x": 18.141008377075195, "y": 38.38389205932617, "subreddit": "antifastonetoss", "cluster": 467, "color": 1}, {"x": 19.791166305541992, "y": 38.352596282958984, "subreddit": "dankleft", "cluster": 467, "color": 1}, {"x": 20.08201789855957, "y": 39.001869201660156, "subreddit": "darkmemes", "cluster": 467, "color": 1}, {"x": -3.8448240756988525, "y": 31.478092193603516, "subreddit": "accidentalracism", "cluster": 918, "color": 2}, {"x": 0.045076943933963776, "y": 28.886667251586914, "subreddit": "boomershumor", "cluster": 918, "color": 2}, {"x": -2.044100284576416, "y": 22.835351943969727, "subreddit": "dark_humor", "cluster": 918, "color": 2}, {"x": -0.7811822891235352, "y": 30.078279495239258, "subreddit": "fragilewhiteredditor", "cluster": 918, "color": 2}, {"x": -1.5389034748077393, "y": 30.022079467773438, "subreddit": "gangweed", "cluster": 918, "color": 2}, {"x": -8.808053016662598, "y": 29.974912643432617, "subreddit": "gocommitdie", "cluster": 918, "color": 2}, {"x": -1.720414400100708, "y": 29.141746520996094, "subreddit": "im15andthisisyeet", "cluster": 918, "color": 2}, {"x": -1.5247573852539062, "y": 28.81679916381836, "subreddit": "imveryedgy", "cluster": 918, "color": 2}, {"x": -3.4375791549682617, "y": 39.12826156616211, "subreddit": "layer", "cluster": 918, "color": 2}, {"x": 124.10322570800781, "y": 182.4280242919922, "subreddit": "norules", "cluster": 918, "color": 2}, {"x": -1.7182111740112305, "y": 29.164321899414062, "subreddit": "nwordcountbot", "cluster": 918, "color": 2}, {"x": -3.039336681365967, "y": 30.179981231689453, "subreddit": "peterexplainsthejoke", "cluster": 918, "color": 2}, {"x": 12.455084800720215, "y": 44.84264373779297, "subreddit": "politicalcompassmemes", "cluster": 918, "color": 2}, {"x": -1.7323294878005981, "y": 28.867633819580078, "subreddit": "rimjob_steve", "cluster": 918, "color": 2}, {"x": -4.676466464996338, "y": 33.52632141113281, "subreddit": "samonellaacademy", "cluster": 918, "color": 2}, {"x": -1.7423683404922485, "y": 27.55799674987793, "subreddit": "sbeve", "cluster": 918, "color": 2}, {"x": -2.9488697052001953, "y": 40.87727737426758, "subreddit": "srgrafo", "cluster": 918, "color": 2}, {"x": -3.0871360301971436, "y": 27.90921401977539, "subreddit": "themonkeyspaw", "cluster": 918, "color": 2}, {"x": 17.327470779418945, "y": 37.079219818115234, "subreddit": "toiletpaperusa", "cluster": 918, "color": 2}, {"x": -2.964712619781494, "y": 29.013734817504883, "subreddit": "youngpeopleyoutube", "cluster": 918, "color": 2}, {"x": 120.20513916015625, "y": 160.08712768554688, "subreddit": "accidentalrenaissance", "cluster": 598, "color": 1}, {"x": 44.306514739990234, "y": -159.59027099609375, "subreddit": "blackmagicfuckery", "cluster": 598, "color": 1}, {"x": 79.89361572265625, "y": -142.97564697265625, "subreddit": "calvinandhobbes", "cluster": 598, "color": 1}, {"x": 0.5801783800125122, "y": 10.932662963867188, "subreddit": "chemicalreactiongifs", "cluster": 598, "color": 1}, {"x": -0.3088338077068329, "y": 13.102137565612793, "subreddit": "coolguides", "cluster": 598, "color": 1}, {"x": 0.26188942790031433, "y": 13.087078094482422, "subreddit": "crewscrew", "cluster": 598, "color": 1}, {"x": 0.6371122598648071, "y": 12.334968566894531, "subreddit": "damnthatsinteresting", "cluster": 598, "color": 1}, {"x": 136.24856567382812, "y": -9.415931701660156, "subreddit": "earrumblersassemble", "cluster": 598, "color": 1}, {"x": 0.7258731722831726, "y": 10.610848426818848, "subreddit": "educationalgifs", "cluster": 598, "color": 1}, {"x": 4.675902843475342, "y": 10.419977188110352, "subreddit": "fastworkers", "cluster": 598, "color": 1}, {"x": 3.408918857574463, "y": 7.7806077003479, "subreddit": "happycrowds", "cluster": 598, "color": 1}, {"x": 18.70085906982422, "y": 17.15191650390625, "subreddit": "holdmycatnip", "cluster": 598, "color": 1}, {"x": 5.844625473022461, "y": 8.075684547424316, "subreddit": "illusionporn", "cluster": 598, "color": 1}, {"x": -160.71572875976562, "y": -66.5945816040039, "subreddit": "ineeeedit", "cluster": 598, "color": 1}, {"x": 2.109849452972412, "y": 8.525140762329102, "subreddit": "infographics", "cluster": 598, "color": 1}, {"x": -0.6495622992515564, "y": 7.854490280151367, "subreddit": "iwanttolearn", "cluster": 598, "color": 1}, {"x": 0.28514906764030457, "y": 9.78856086730957, "subreddit": "learnuselesstalents", "cluster": 598, "color": 1}, {"x": 2.437488317489624, "y": 10.197532653808594, "subreddit": "mechanical_gifs", "cluster": 598, "color": 1}, {"x": 11.66776180267334, "y": 66.83906555175781, "subreddit": "megalinks", "cluster": 598, "color": 1}, {"x": 16.45768928527832, "y": -56.56340026855469, "subreddit": "morbidlybeautiful", "cluster": 598, "color": 1}, {"x": 3.277771472930908, "y": 8.8056001663208, "subreddit": "moviesinthemaking", "cluster": 598, "color": 1}, {"x": 2.107160806655884, "y": 10.330199241638184, "subreddit": "physicsgifs", "cluster": 598, "color": 1}, {"x": -154.7671356201172, "y": -17.374122619628906, "subreddit": "productporn", "cluster": 598, "color": 1}, {"x": 1.2027554512023926, "y": 10.792478561401367, "subreddit": "theocho", "cluster": 598, "color": 1}, {"x": 114.23280334472656, "y": 200.0305633544922, "subreddit": "tiltshift", "cluster": 598, "color": 1}, {"x": 1.1166586875915527, "y": 9.300053596496582, "subreddit": "toosoon", "cluster": 598, "color": 1}, {"x": 5.035604476928711, "y": 9.289670944213867, "subreddit": "watchandlearn", "cluster": 598, "color": 1}, {"x": 7.265054702758789, "y": 8.058036804199219, "subreddit": "youseecomrade", "cluster": 598, "color": 1}, {"x": -3.2081964015960693, "y": 17.847225189208984, "subreddit": "accidentalswastika", "cluster": 801, "color": 0}, {"x": 70.94376373291016, "y": -150.11109924316406, "subreddit": "amathenedit", "cluster": 801, "color": 0}, {"x": -1.197767972946167, "y": 18.117427825927734, "subreddit": "antiassholedesign", "cluster": 801, "color": 0}, {"x": -3.9036037921905518, "y": 23.758777618408203, "subreddit": "antimeme", "cluster": 801, "color": 0}, {"x": -0.04493385925889015, "y": 21.04975700378418, "subreddit": "badfaketexts", "cluster": 801, "color": 0}, {"x": 3.97841477394104, "y": 24.204198837280273, "subreddit": "badmensanatomy", "cluster": 801, "color": 0}, {"x": 0.8596743941307068, "y": 25.111207962036133, "subreddit": "bingbongtheorem", "cluster": 801, "color": 0}, {"x": -3.1320576667785645, "y": 23.975156784057617, "subreddit": "bonehurtingjuice", "cluster": 801, "color": 0}, {"x": -0.3270331025123596, "y": 25.956289291381836, "subreddit": "coaxedintoasnafu", "cluster": 801, "color": 0}, {"x": -45.424102783203125, "y": 56.91255187988281, "subreddit": "coloringcorruptions", "cluster": 801, "color": 0}, {"x": 0.5112173557281494, "y": 27.227651596069336, "subreddit": "comedynecromancy", "cluster": 801, "color": 0}, {"x": 2.091118335723877, "y": 27.855432510375977, "subreddit": "cursedimages", "cluster": 801, "color": 0}, {"x": -1.460503101348877, "y": 13.463274002075195, "subreddit": "dank_meme", "cluster": 801, "color": 0}, {"x": -8.475517272949219, "y": 31.284435272216797, "subreddit": "discord_irl", "cluster": 801, "color": 0}, {"x": 1.0409095287322998, "y": 23.351900100708008, "subreddit": "elsagate", "cluster": 801, "color": 0}, {"x": -2.5472497940063477, "y": 20.779769897460938, "subreddit": "everyfuckingthread", "cluster": 801, "color": 0}, {"x": -2.910785675048828, "y": 16.89118194580078, "subreddit": "excgarated", "cluster": 801, "color": 0}, {"x": -11.635857582092285, "y": -8.158231735229492, "subreddit": "findareddit", "cluster": 801, "color": 0}, {"x": -3.4285378456115723, "y": 21.066699981689453, "subreddit": "foundfelix", "cluster": 801, "color": 0}, {"x": -1.6963709592819214, "y": 30.867334365844727, "subreddit": "gamersriseup", "cluster": 801, "color": 0}, {"x": -3.751612663269043, "y": 12.69883918762207, "subreddit": "garlicbreadmemes", "cluster": 801, "color": 0}, {"x": -1.281376600265503, "y": 17.16827964782715, "subreddit": "goodfaketexts", "cluster": 801, "color": 0}, {"x": -6.12927770614624, "y": 18.728633880615234, "subreddit": "hmm", "cluster": 801, "color": 0}, {"x": -1.107529640197754, "y": 20.592283248901367, "subreddit": "jesuschristouija", "cluster": 801, "color": 0}, {"x": -1.0130622386932373, "y": 15.422388076782227, "subreddit": "mapswithoutnz", "cluster": 801, "color": 0}, {"x": -1.397537350654602, "y": 15.863579750061035, "subreddit": "mildlyvagina", "cluster": 801, "color": 0}, {"x": 1.3189616203308105, "y": 20.451269149780273, "subreddit": "notdisneyvacation", "cluster": 801, "color": 0}, {"x": -2.555164337158203, "y": 16.02035903930664, "subreddit": "notkenm", "cluster": 801, "color": 0}, {"x": 3.8302581310272217, "y": 21.311738967895508, "subreddit": "petioles", "cluster": 801, "color": 0}, {"x": 1.164273977279663, "y": 41.72089767456055, "subreddit": "projectoblio", "cluster": 801, "color": 0}, {"x": -10.44455337524414, "y": 9.87118911743164, "subreddit": "puns", "cluster": 801, "color": 0}, {"x": -2.208357095718384, "y": 17.070018768310547, "subreddit": "redditinreddit", "cluster": 801, "color": 0}, {"x": -0.41689562797546387, "y": 15.451325416564941, "subreddit": "restofthefuckingowl", "cluster": 801, "color": 0}, {"x": -0.5368354916572571, "y": 15.557923316955566, "subreddit": "showerorange", "cluster": 801, "color": 0}, {"x": -0.3689669072628021, "y": 20.036752700805664, "subreddit": "smoobypost", "cluster": 801, "color": 0}, {"x": -2.0115299224853516, "y": 18.529712677001953, "subreddit": "subsifellfor", "cluster": 801, "color": 0}, {"x": -1.7053759098052979, "y": 20.697080612182617, "subreddit": "suddenlysexoffender", "cluster": 801, "color": 0}, {"x": -2.6077966690063477, "y": 17.338016510009766, "subreddit": "suspiciousquotes", "cluster": 801, "color": 0}, {"x": 0.7749294638633728, "y": 24.581531524658203, "subreddit": "terriblefacebookmemes", "cluster": 801, "color": 0}, {"x": -5.16752815246582, "y": 20.80962562561035, "subreddit": "texts", "cluster": 801, "color": 0}, {"x": -1.4582576751708984, "y": 16.07366371154785, "subreddit": "theydidthemonstermath", "cluster": 801, "color": 0}, {"x": -1.4378935098648071, "y": 19.32700538635254, "subreddit": "theyknew", "cluster": 801, "color": 0}, {"x": -2.2936642169952393, "y": 12.971250534057617, "subreddit": "thingsforants", "cluster": 801, "color": 0}, {"x": 1.2162823677062988, "y": 25.95665168762207, "subreddit": "wackytictacs", "cluster": 801, "color": 0}, {"x": -2.696218252182007, "y": 13.73197078704834, "subreddit": "wellworn", "cluster": 801, "color": 0}, {"x": -0.7969157695770264, "y": 24.511289596557617, "subreddit": "whatintarnation", "cluster": 801, "color": 0}, {"x": -19.128089904785156, "y": 21.66529655456543, "subreddit": "wosh", "cluster": 801, "color": 0}, {"x": -1.256873607635498, "y": 11.37485122680664, "subreddit": "wowthissubexists", "cluster": 801, "color": 0}, {"x": -31.048471450805664, "y": -66.86479949951172, "subreddit": "accompetizione", "cluster": 1630, "color": 5}, {"x": -32.31916809082031, "y": -66.47763061523438, "subreddit": "acrl", "cluster": 1630, "color": 5}, {"x": -31.93876075744629, "y": -67.1669692993164, "subreddit": "assettocorsa", "cluster": 1630, "color": 5}, {"x": -29.60567855834961, "y": -69.05441284179688, "subreddit": "dirtgame", "cluster": 1630, "color": 5}, {"x": -56.96721267700195, "y": 7.879566192626953, "subreddit": "granturismo", "cluster": 1630, "color": 5}, {"x": -31.935836791992188, "y": -68.67672729492188, "subreddit": "iracing", "cluster": 1630, "color": 5}, {"x": -97.82422637939453, "y": -34.948116302490234, "subreddit": "karting", "cluster": 1630, "color": 5}, {"x": -33.0028190612793, "y": -68.0726547241211, "subreddit": "pcars", "cluster": 1630, "color": 5}, {"x": -32.05759811401367, "y": -68.07795715332031, "subreddit": "simracing", "cluster": 1630, "color": 5}, {"x": -31.39656639099121, "y": -20.6308536529541, "subreddit": "steam_link", "cluster": 1630, "color": 5}, {"x": -92.95740509033203, "y": -82.09281921386719, "subreddit": "accounting", "cluster": 21, "color": 0}, {"x": -93.42127990722656, "y": -82.56664276123047, "subreddit": "cpa", "cluster": 21, "color": 0}, {"x": -92.69160461425781, "y": -81.75025939941406, "subreddit": "nyguns", "cluster": 21, "color": 0}, {"x": -12.188332557678223, "y": 38.21208572387695, "subreddit": "accuratebattlesim", "cluster": 525, "color": 3}, {"x": -26.873382568359375, "y": -19.658348083496094, "subreddit": "agario", "cluster": 525, "color": 3}, {"x": -27.713403701782227, "y": 47.519203186035156, "subreddit": "bloonstdbattles", "cluster": 525, "color": 3}, {"x": -52.39505386352539, "y": 83.73161315917969, "subreddit": "diepio", "cluster": 525, "color": 3}, {"x": -52.424354553222656, "y": 83.74568176269531, "subreddit": "diepiopartylinks", "cluster": 525, "color": 3}, {"x": 42.692237854003906, "y": 20.04070472717285, "subreddit": "rocketleagueesports", "cluster": 525, "color": 3}, {"x": -52.045589447021484, "y": 86.00244903564453, "subreddit": "starblastio", "cluster": 525, "color": 3}, {"x": 36.918670654296875, "y": 67.57691955566406, "subreddit": "accutane", "cluster": 22, "color": 0}, {"x": 36.67585754394531, "y": 66.82096099853516, "subreddit": "acne", "cluster": 22, "color": 0}, {"x": 36.119789123535156, "y": 66.61508178710938, "subreddit": "hayday", "cluster": 22, "color": 0}, {"x": 37.816280364990234, "y": 65.91565704345703, "subreddit": "naturalbeauty", "cluster": 22, "color": 0}, {"x": -43.93930435180664, "y": 41.34386444091797, "subreddit": "acduplication", "cluster": 24, "color": 0}, {"x": -43.45828628540039, "y": 40.24844741821289, "subreddit": "actrade", "cluster": 24, "color": 0}, {"x": -43.146209716796875, "y": 39.25676727294922, "subreddit": "acturnips", "cluster": 24, "color": 0}, {"x": -42.9944953918457, "y": 40.573856353759766, "subreddit": "adoptmyvillager", "cluster": 24, "color": 0}, {"x": -43.47201919555664, "y": 36.81279373168945, "subreddit": "animalcrossingtrading", "cluster": 24, "color": 0}, {"x": -44.731815338134766, "y": 39.56629943847656, "subreddit": "masterchefau", "cluster": 24, "color": 0}, {"x": -43.720314025878906, "y": 39.930809020996094, "subreddit": "ratemymayor", "cluster": 24, "color": 0}, {"x": -49.46572494506836, "y": 38.26158905029297, "subreddit": "aceattorney", "cluster": 2007, "color": 2}, {"x": -49.470333099365234, "y": 38.27823257446289, "subreddit": "zeroescape", "cluster": 2007, "color": 2}, {"x": -68.77131652832031, "y": 51.16570281982422, "subreddit": "acecombat", "cluster": 807, "color": 2}, {"x": -67.69828033447266, "y": 52.531917572021484, "subreddit": "blackbookgraffiti", "cluster": 807, "color": 2}, {"x": -66.27513885498047, "y": 52.78673553466797, "subreddit": "bombing", "cluster": 807, "color": 2}, {"x": -67.22631072998047, "y": 52.55367660522461, "subreddit": "graffhelp", "cluster": 807, "color": 2}, {"x": -66.43865966796875, "y": 52.02787780761719, "subreddit": "graffiti", "cluster": 807, "color": 2}, {"x": 52.55655288696289, "y": 36.302974700927734, "subreddit": "hondafit", "cluster": 807, "color": 2}, {"x": -65.69244384765625, "y": 51.14281463623047, "subreddit": "streetart", "cluster": 807, "color": 2}, {"x": -67.59909057617188, "y": 53.9524040222168, "subreddit": "yeezys", "cluster": 807, "color": 2}, {"x": 41.699954986572266, "y": 77.69651794433594, "subreddit": "acl", "cluster": 665, "color": 1}, {"x": 53.66117477416992, "y": 63.0049934387207, "subreddit": "femalefashionadvice", "cluster": 665, "color": 1}, {"x": 53.764896392822266, "y": 63.006103515625, "subreddit": "ffacj", "cluster": 665, "color": 1}, {"x": -102.14824676513672, "y": 39.90237808227539, "subreddit": "aclfestival", "cluster": 667, "color": 2}, {"x": -77.72565460205078, "y": 5.900735855102539, "subreddit": "avesnyc", "cluster": 667, "color": 2}, {"x": 78.9381332397461, "y": 39.747657775878906, "subreddit": "bisco", "cluster": 667, "color": 2}, {"x": 80.29385375976562, "y": 39.63825607299805, "subreddit": "bonnaroo", "cluster": 667, "color": 2}, {"x": -103.48240661621094, "y": 39.934993743896484, "subreddit": "coachella", "cluster": 667, "color": 2}, {"x": 79.34207916259766, "y": 39.84627151489258, "subreddit": "festivals", "cluster": 667, "color": 2}, {"x": -101.04203796386719, "y": 36.95246887207031, "subreddit": "fireflyfestival", "cluster": 667, "color": 2}, {"x": 79.99579620361328, "y": 38.18760299682617, "subreddit": "hulaween", "cluster": 667, "color": 2}, {"x": 83.63570404052734, "y": 38.263824462890625, "subreddit": "jambands", "cluster": 667, "color": 2}, {"x": -103.64544677734375, "y": 39.934574127197266, "subreddit": "lifeisbeautifullv", "cluster": 667, "color": 2}, {"x": 78.61821746826172, "y": 43.20147705078125, "subreddit": "lostlandsmusicfest", "cluster": 667, "color": 2}, {"x": -104.76026916503906, "y": 36.4073371887207, "subreddit": "sasquatch", "cluster": 667, "color": 2}, {"x": 78.12763214111328, "y": 41.11124038696289, "subreddit": "shambhala", "cluster": 667, "color": 2}, {"x": 77.10550689697266, "y": 42.88359451293945, "subreddit": "tomorrowworld", "cluster": 667, "color": 2}, {"x": 67.6865234375, "y": -94.04071807861328, "subreddit": "acmilan", "cluster": 1655, "color": 1}, {"x": 67.47626495361328, "y": -86.47077178955078, "subreddit": "ajaxamsterdam", "cluster": 1655, "color": 1}, {"x": 47.776206970214844, "y": -97.29605865478516, "subreddit": "atletico", "cluster": 1655, "color": 1}, {"x": 65.82456970214844, "y": -88.94657897949219, "subreddit": "barca", "cluster": 1655, "color": 1}, {"x": 64.36910247802734, "y": -88.51599884033203, "subreddit": "chelseafc", "cluster": 1655, "color": 1}, {"x": 65.05828094482422, "y": -92.79192352294922, "subreddit": "crystalpalace", "cluster": 1655, "color": 1}, {"x": 8.24124526977539, "y": -84.84115600585938, "subreddit": "everton", "cluster": 1655, "color": 1}, {"x": 60.903236389160156, "y": -91.0527572631836, "subreddit": "fantasypl", "cluster": 1655, "color": 1}, {"x": 64.35175323486328, "y": -86.38343811035156, "subreddit": "fcbayern", "cluster": 1655, "color": 1}, {"x": 118.9101333618164, "y": 28.26894760131836, "subreddit": "fcintermilan", "cluster": 1655, "color": 1}, {"x": 60.69224548339844, "y": -88.63188934326172, "subreddit": "fifacareers", "cluster": 1655, "color": 1}, {"x": 63.001861572265625, "y": -88.76268005371094, "subreddit": "footballmanagergames", "cluster": 1655, "color": 1}, {"x": 62.82646179199219, "y": -90.12676239013672, "subreddit": "gunners", "cluster": 1655, "color": 1}, {"x": -110.3901138305664, "y": -9.682868957519531, "subreddit": "hammers", "cluster": 1655, "color": 1}, {"x": 61.45361328125, "y": -86.27726745605469, "subreddit": "juve", "cluster": 1655, "color": 1}, {"x": 59.86329650878906, "y": -101.21968078613281, "subreddit": "lcfc", "cluster": 1655, "color": 1}, {"x": 37.6802978515625, "y": 97.79621124267578, "subreddit": "ligamx", "cluster": 1655, "color": 1}, {"x": 64.19007873535156, "y": -89.7218246459961, "subreddit": "liverpoolfc", "cluster": 1655, "color": 1}, {"x": 57.94185256958008, "y": -90.58470916748047, "subreddit": "loveislandtv", "cluster": 1655, "color": 1}, {"x": 63.875797271728516, "y": -91.17030334472656, "subreddit": "mcfc", "cluster": 1655, "color": 1}, {"x": 66.71220397949219, "y": -90.51371765136719, "subreddit": "psg", "cluster": 1655, "color": 1}, {"x": -38.81526184082031, "y": 55.2251091003418, "subreddit": "realmadrid", "cluster": 1655, "color": 1}, {"x": 12.356311798095703, "y": -91.68016052246094, "subreddit": "saintsfc", "cluster": 1655, "color": 1}, {"x": 64.16880798339844, "y": -89.67884063720703, "subreddit": "soccer", "cluster": 1655, "color": 1}, {"x": 65.06044006347656, "y": -90.6639633178711, "subreddit": "soccercirclejerk", "cluster": 1655, "color": 1}, {"x": 59.755577087402344, "y": -97.63361358642578, "subreddit": "swanseacity", "cluster": 1655, "color": 1}, {"x": 56.4794921875, "y": -105.17803192138672, "subreddit": "acorns", "cluster": 1765, "color": 4}, {"x": 57.673912048339844, "y": -105.56364440917969, "subreddit": "ineedaname", "cluster": 1765, "color": 4}, {"x": 62.594825744628906, "y": 43.97810363769531, "subreddit": "massage", "cluster": 1765, "color": 4}, {"x": 56.942996978759766, "y": -105.3228988647461, "subreddit": "tasmania", "cluster": 1765, "color": 4}, {"x": -39.867271423339844, "y": 40.25493240356445, "subreddit": "acpocketcamp", "cluster": 1916, "color": 4}, {"x": 11.519502639770508, "y": 42.20770263671875, "subreddit": "furry_irl", "cluster": 1916, "color": 4}, {"x": 11.504877090454102, "y": 42.210418701171875, "subreddit": "vore_irl", "cluster": 1916, "color": 4}, {"x": 62.5982780456543, "y": -10.311328887939453, "subreddit": "acrebellion", "cluster": 1353, "color": 4}, {"x": 66.57498931884766, "y": -41.71355438232422, "subreddit": "parahumans", "cluster": 1353, "color": 4}, {"x": 63.83664321899414, "y": -41.93238830566406, "subreddit": "practicalguidetoevil", "cluster": 1353, "color": 4}, {"x": 66.17984771728516, "y": -41.61210250854492, "subreddit": "wormfanfic", "cluster": 1353, "color": 4}, {"x": 67.0975112915039, "y": -41.798988342285156, "subreddit": "wormmemes", "cluster": 1353, "color": 4}, {"x": -45.48042678833008, "y": 92.78409576416016, "subreddit": "act", "cluster": 91, "color": 1}, {"x": -43.863948822021484, "y": 91.929443359375, "subreddit": "applyingtocollege", "cluster": 91, "color": 1}, {"x": -44.69268035888672, "y": 93.15264129638672, "subreddit": "apstudents", "cluster": 91, "color": 1}, {"x": -43.791229248046875, "y": 91.86383056640625, "subreddit": "chanceme", "cluster": 91, "color": 1}, {"x": -44.258689880371094, "y": 94.09156799316406, "subreddit": "highschool", "cluster": 91, "color": 1}, {"x": -45.329925537109375, "y": 88.76626586914062, "subreddit": "ibo", "cluster": 91, "color": 1}, {"x": -44.85688400268555, "y": 92.70169067382812, "subreddit": "sat", "cluster": 91, "color": 1}, {"x": -32.91072082519531, "y": -116.52678680419922, "subreddit": "stanford", "cluster": 91, "color": 1}, {"x": 24.728605270385742, "y": -69.07442474365234, "subreddit": "acting", "cluster": 1032, "color": 4}, {"x": 23.78266716003418, "y": -68.0897216796875, "subreddit": "ballet", "cluster": 1032, "color": 4}, {"x": 23.557130813598633, "y": -67.52310943603516, "subreddit": "dance", "cluster": 1032, "color": 4}, {"x": 24.445037841796875, "y": -70.28421020507812, "subreddit": "japanese", "cluster": 1032, "color": 4}, {"x": 25.658489227294922, "y": -72.73953247070312, "subreddit": "jetprogramme", "cluster": 1032, "color": 4}, {"x": 24.201684951782227, "y": -69.35903930664062, "subreddit": "learnjapanese", "cluster": 1032, "color": 4}, {"x": 23.087926864624023, "y": -69.5595703125, "subreddit": "weeabootales", "cluster": 1032, "color": 4}, {"x": -64.12828063964844, "y": 31.1557559967041, "subreddit": "actionfigures", "cluster": 23, "color": 0}, {"x": -65.10112762451172, "y": 30.462417602539062, "subreddit": "hottoys", "cluster": 23, "color": 0}, {"x": -63.43962478637695, "y": 31.690372467041016, "subreddit": "marvellegends", "cluster": 23, "color": 0}, {"x": -64.70278930664062, "y": 33.08988571166992, "subreddit": "starwarsblackseries", "cluster": 23, "color": 0}, {"x": -64.98040771484375, "y": 32.844886779785156, "subreddit": "starwarscollecting", "cluster": 23, "color": 0}, {"x": -62.92925262451172, "y": 29.546476364135742, "subreddit": "tmnt", "cluster": 23, "color": 0}, {"x": -64.11911010742188, "y": 31.016515731811523, "subreddit": "toyexchange", "cluster": 23, "color": 0}, {"x": 20.089168548583984, "y": 10.631324768066406, "subreddit": "actlikeyoubelong", "cluster": 831, "color": 1}, {"x": 19.175289154052734, "y": 10.081257820129395, "subreddit": "hacking", "cluster": 831, "color": 1}, {"x": 19.043245315551758, "y": 10.013603210449219, "subreddit": "howtohack", "cluster": 831, "color": 1}, {"x": 34.633888244628906, "y": 57.586708068847656, "subreddit": "actuallesbians", "cluster": 25, "color": 0}, {"x": 36.08263397216797, "y": 57.29079818725586, "subreddit": "butchlesbians", "cluster": 25, "color": 0}, {"x": 34.04624938964844, "y": 58.90278244018555, "subreddit": "dykesgonemild", "cluster": 25, "color": 0}, {"x": -29.395044326782227, "y": -12.692333221435547, "subreddit": "korrasami", "cluster": 25, "color": 0}, {"x": 33.56978225708008, "y": 57.74386978149414, "subreddit": "ladyladyboners", "cluster": 25, "color": 0}, {"x": 35.698341369628906, "y": 58.60369873046875, "subreddit": "latebloomerlesbians", "cluster": 25, "color": 0}, {"x": 35.37555694580078, "y": 57.401729583740234, "subreddit": "lesbianactually", "cluster": 25, "color": 0}, {"x": 34.03757858276367, "y": 59.22799301147461, "subreddit": "lesbianfashionadvice", "cluster": 25, "color": 0}, {"x": 34.20944595336914, "y": 56.50581359863281, "subreddit": "lesbiangamers", "cluster": 25, "color": 0}, {"x": -15.993743896484375, "y": 11.760282516479492, "subreddit": "actualpublicfreakouts", "cluster": 904, "color": 2}, {"x": 8.928814888000488, "y": 25.88154411315918, "subreddit": "casualchildabuse", "cluster": 904, "color": 2}, {"x": 7.2796854972839355, "y": 24.306228637695312, "subreddit": "clevercomebacks", "cluster": 904, "color": 2}, {"x": 10.254119873046875, "y": 26.171382904052734, "subreddit": "fuckthesepeople", "cluster": 904, "color": 2}, {"x": 9.884882926940918, "y": 25.180654525756836, "subreddit": "iamatotalpieceofshit", "cluster": 904, "color": 2}, {"x": 9.385838508605957, "y": 24.602642059326172, "subreddit": "insaneparents", "cluster": 904, "color": 2}, {"x": 9.107105255126953, "y": 24.540756225585938, "subreddit": "insanepeoplefacebook", "cluster": 904, "color": 2}, {"x": 7.645327568054199, "y": 24.2049617767334, "subreddit": "murderedbywords", "cluster": 904, "color": 2}, {"x": 14.591327667236328, "y": 26.351423263549805, "subreddit": "toreba", "cluster": 904, "color": 2}, {"x": 10.07231330871582, "y": 22.350500106811523, "subreddit": "trashy", "cluster": 904, "color": 2}, {"x": -44.227596282958984, "y": -63.392738342285156, "subreddit": "actuary", "cluster": 241, "color": 0}, {"x": 50.19623565673828, "y": 33.68795394897461, "subreddit": "blackjack", "cluster": 241, "color": 0}, {"x": 49.797569274902344, "y": 33.39060592651367, "subreddit": "doctorbutts", "cluster": 241, "color": 0}, {"x": 50.487831115722656, "y": 33.90232467651367, "subreddit": "gambling", "cluster": 241, "color": 0}, {"x": -103.2831039428711, "y": -43.137882232666016, "subreddit": "acura", "cluster": 883, "color": 1}, {"x": -104.40875244140625, "y": -43.05097961425781, "subreddit": "acura_rsx", "cluster": 883, "color": 1}, {"x": -103.49895477294922, "y": -41.867897033691406, "subreddit": "civic", "cluster": 883, "color": 1}, {"x": -75.06797790527344, "y": 8.27808666229248, "subreddit": "genesiscoupe", "cluster": 883, "color": 1}, {"x": -103.53147888183594, "y": -42.20179748535156, "subreddit": "honda", "cluster": 883, "color": 1}, {"x": -100.40563201904297, "y": -61.6513671875, "subreddit": "s2000", "cluster": 883, "color": 1}, {"x": -42.77000045776367, "y": -77.82903289794922, "subreddit": "adamcarolla", "cluster": 974, "color": 0}, {"x": -109.68376922607422, "y": -31.448326110839844, "subreddit": "billburr", "cluster": 974, "color": 0}, {"x": 13.145994186401367, "y": -6.512089252471924, "subreddit": "dancarlin", "cluster": 974, "color": 0}, {"x": 13.478816986083984, "y": -6.7973456382751465, "subreddit": "joerogan", "cluster": 974, "color": 0}, {"x": -65.43008422851562, "y": 98.95806121826172, "subreddit": "joerogan2", "cluster": 974, "color": 0}, {"x": 14.064566612243652, "y": -7.279417991638184, "subreddit": "mma", "cluster": 974, "color": 0}, {"x": -107.8183822631836, "y": 10.168736457824707, "subreddit": "thefighterandthekid", "cluster": 974, "color": 0}, {"x": 374.4908142089844, "y": 343.3923034667969, "subreddit": "adamdriverfans", "cluster": 1951, "color": 3}, {"x": 17.493459701538086, "y": -105.45608520507812, "subreddit": "flightattendants", "cluster": 1951, "color": 3}, {"x": 17.49576187133789, "y": -105.45452880859375, "subreddit": "weightwatchers", "cluster": 1951, "color": 3}, {"x": 16.858400344848633, "y": 113.31364440917969, "subreddit": "adderall", "cluster": 26, "color": 0}, {"x": 42.36173629760742, "y": 104.21163940429688, "subreddit": "adhd", "cluster": 26, "color": 0}, {"x": 43.1236572265625, "y": 104.41471099853516, "subreddit": "adhdmeme", "cluster": 26, "color": 0}, {"x": 42.73822784423828, "y": 103.65449523925781, "subreddit": "adhdwomen", "cluster": 26, "color": 0}, {"x": 41.65370178222656, "y": 104.46796417236328, "subreddit": "enfp", "cluster": 26, "color": 0}, {"x": -62.95750045776367, "y": 12.411616325378418, "subreddit": "playstationnow", "cluster": 26, "color": 0}, {"x": 47.86499786376953, "y": 106.31390380859375, "subreddit": "addiction", "cluster": 48, "color": 0}, {"x": 49.20066452026367, "y": 105.85289001464844, "subreddit": "adultchildren", "cluster": 48, "color": 0}, {"x": 48.562862396240234, "y": 106.72383117675781, "subreddit": "alanon", "cluster": 48, "color": 0}, {"x": 49.379737854003906, "y": 107.64073181152344, "subreddit": "alcoholicsanonymous", "cluster": 48, "color": 0}, {"x": 48.52294158935547, "y": 107.09584045410156, "subreddit": "alcoholism", "cluster": 48, "color": 0}, {"x": 4.03781795501709, "y": 21.473291397094727, "subreddit": "leaves", "cluster": 48, "color": 0}, {"x": 48.2960205078125, "y": 106.9136734008789, "subreddit": "redditorsinrecovery", "cluster": 48, "color": 0}, {"x": 47.78805923461914, "y": 108.05341339111328, "subreddit": "stopdrinking", "cluster": 48, "color": 0}, {"x": -62.979007720947266, "y": -22.002323150634766, "subreddit": "addons4kodi", "cluster": 1983, "color": 5}, {"x": -64.92459869384766, "y": -21.829612731933594, "subreddit": "firetv", "cluster": 1983, "color": 5}, {"x": -64.17569732666016, "y": -24.005817413330078, "subreddit": "htpc", "cluster": 1983, "color": 5}, {"x": -63.59726333618164, "y": -22.423276901245117, "subreddit": "kodi", "cluster": 1983, "color": 5}, {"x": -63.838287353515625, "y": -22.53278923034668, "subreddit": "xbmc", "cluster": 1983, "color": 5}, {"x": 34.08145523071289, "y": 34.536773681640625, "subreddit": "adelaide", "cluster": 154, "color": 0}, {"x": 79.00961303710938, "y": -65.52254486083984, "subreddit": "australia", "cluster": 154, "color": 0}, {"x": 36.51138687133789, "y": 35.39421463012695, "subreddit": "bapcsalesaustralia", "cluster": 154, "color": 0}, {"x": 80.11186218261719, "y": -63.507625579833984, "subreddit": "brisbane", "cluster": 154, "color": 0}, {"x": 79.52172088623047, "y": -65.51356506347656, "subreddit": "melbourne", "cluster": 154, "color": 0}, {"x": 74.56997680664062, "y": -74.17668914794922, "subreddit": "nrl", "cluster": 154, "color": 0}, {"x": 78.27877807617188, "y": -65.37843322753906, "subreddit": "sydney", "cluster": 154, "color": 0}, {"x": 77.05889129638672, "y": -74.1966552734375, "subreddit": "adelaidefc", "cluster": 35, "color": 0}, {"x": 76.7015380859375, "y": -74.42054748535156, "subreddit": "afl", "cluster": 35, "color": 0}, {"x": 76.64396667480469, "y": -71.26309967041016, "subreddit": "aleague", "cluster": 35, "color": 0}, {"x": 53.570556640625, "y": 32.136051177978516, "subreddit": "australianmfa", "cluster": 35, "color": 0}, {"x": 75.74923706054688, "y": -74.2386474609375, "subreddit": "cricket", "cluster": 35, "color": 0}, {"x": 77.101806640625, "y": -75.59912109375, "subreddit": "essendonfc", "cluster": 35, "color": 0}, {"x": -66.0273666381836, "y": 56.51999282836914, "subreddit": "adidas", "cluster": 1652, "color": 2}, {"x": -69.14419555664062, "y": 60.0510139465332, "subreddit": "adidasatc", "cluster": 1652, "color": 2}, {"x": -67.99397277832031, "y": 58.1354866027832, "subreddit": "dunksnotdead", "cluster": 1652, "color": 2}, {"x": -64.7156982421875, "y": 58.27295684814453, "subreddit": "nike", "cluster": 1652, "color": 2}, {"x": 16.75554847717285, "y": 32.48056411743164, "subreddit": "shoebots", "cluster": 1652, "color": 2}, {"x": -67.33208465576172, "y": 60.03989028930664, "subreddit": "sneakerfits", "cluster": 1652, "color": 2}, {"x": -68.21822357177734, "y": 59.23604965209961, "subreddit": "sneakermarket", "cluster": 1652, "color": 2}, {"x": -68.1833267211914, "y": 59.27884292602539, "subreddit": "sneakers", "cluster": 1652, "color": 2}, {"x": -60.07038116455078, "y": -54.53730773925781, "subreddit": "adirondacks", "cluster": 321, "color": 1}, {"x": 11.597209930419922, "y": -36.39192581176758, "subreddit": "asheville", "cluster": 321, "color": 1}, {"x": -61.84598159790039, "y": -54.052696228027344, "subreddit": "camping", "cluster": 321, "color": 1}, {"x": -61.62725830078125, "y": -55.03230667114258, "subreddit": "campingandhiking", "cluster": 321, "color": 1}, {"x": -61.738502502441406, "y": -55.5870246887207, "subreddit": "campinggear", "cluster": 321, "color": 1}, {"x": -62.501747131347656, "y": -56.52302932739258, "subreddit": "geartrade", "cluster": 321, "color": 1}, {"x": -62.88472366333008, "y": -54.11793899536133, "subreddit": "hiking", "cluster": 321, "color": 1}, {"x": -58.7825813293457, "y": -56.81259536743164, "subreddit": "myog", "cluster": 321, "color": 1}, {"x": -63.537803649902344, "y": -54.166751861572266, "subreddit": "nationalpark", "cluster": 321, "color": 1}, {"x": -61.59093475341797, "y": -53.38444137573242, "subreddit": "outdoors", "cluster": 321, "color": 1}, {"x": -60.709922790527344, "y": -56.76349639892578, "subreddit": "socalhiking", "cluster": 321, "color": 1}, {"x": -60.76522445678711, "y": -55.85218048095703, "subreddit": "wildernessbackpacking", "cluster": 321, "color": 1}, {"x": -15.908194541931152, "y": -143.34906005859375, "subreddit": "admincraft", "cluster": 27, "color": 0}, {"x": -25.558317184448242, "y": 39.21011734008789, "subreddit": "hermitcraft", "cluster": 27, "color": 0}, {"x": -28.953716278076172, "y": -46.04051971435547, "subreddit": "mcpublic", "cluster": 27, "color": 0}, {"x": -15.908914566040039, "y": -143.35391235351562, "subreddit": "mcservers", "cluster": 27, "color": 0}, {"x": 0.49709588289260864, "y": 58.7476692199707, "subreddit": "admiralbulldog", "cluster": 555, "color": 2}, {"x": 85.32728576660156, "y": -14.535805702209473, "subreddit": "artifact", "cluster": 555, "color": 2}, {"x": -77.1527328491211, "y": -40.48360061645508, "subreddit": "csuf", "cluster": 555, "color": 2}, {"x": 86.1638412475586, "y": -15.44343090057373, "subreddit": "dota2", "cluster": 555, "color": 2}, {"x": 87.55323028564453, "y": -14.841268539428711, "subreddit": "dota2circlejerk", "cluster": 555, "color": 2}, {"x": 88.21802520751953, "y": -16.737361907958984, "subreddit": "dota2modding", "cluster": 555, "color": 2}, {"x": 86.16386413574219, "y": -20.030132293701172, "subreddit": "dota2pubs", "cluster": 555, "color": 2}, {"x": 90.15836334228516, "y": -20.03945541381836, "subreddit": "dota2trade", "cluster": 555, "color": 2}, {"x": -47.74412155151367, "y": 58.985015869140625, "subreddit": "dotaimba", "cluster": 555, "color": 2}, {"x": 86.29021453857422, "y": -15.324528694152832, "subreddit": "dotamasterrace", "cluster": 555, "color": 2}, {"x": 87.79808807373047, "y": -18.862205505371094, "subreddit": "redditdota2league", "cluster": 555, "color": 2}, {"x": 89.71256256103516, "y": -22.243484497070312, "subreddit": "sharedota2", "cluster": 555, "color": 2}, {"x": -19.40578842163086, "y": -5.349282741546631, "subreddit": "adobeillustrator", "cluster": 1076, "color": 2}, {"x": -15.081277847290039, "y": -13.516778945922852, "subreddit": "designjobs", "cluster": 1076, "color": 2}, {"x": -15.382625579833984, "y": -12.546031951904297, "subreddit": "freedesign", "cluster": 1076, "color": 2}, {"x": -8.419174194335938, "y": 12.577677726745605, "subreddit": "logo_critique", "cluster": 1076, "color": 2}, {"x": -7.954400539398193, "y": 13.084044456481934, "subreddit": "logodesign", "cluster": 1076, "color": 2}, {"x": 1.6914249658584595, "y": 61.988304138183594, "subreddit": "pickuptorrents", "cluster": 1076, "color": 2}, {"x": 35.67555236816406, "y": 50.76636505126953, "subreddit": "rescuedogs", "cluster": 1076, "color": 2}, {"x": -22.09804344177246, "y": 45.34748077392578, "subreddit": "wacom", "cluster": 1076, "color": 2}, {"x": -42.17844772338867, "y": -44.970420837402344, "subreddit": "adops", "cluster": 1435, "color": 4}, {"x": -40.97233963012695, "y": -45.388004302978516, "subreddit": "digitalmarketing", "cluster": 1435, "color": 4}, {"x": -41.21218490600586, "y": -45.401615142822266, "subreddit": "ppc", "cluster": 1435, "color": 4}, {"x": 82.99281311035156, "y": 69.5484848022461, "subreddit": "adoption", "cluster": 28, "color": 0}, {"x": 84.33246612548828, "y": 70.13468170166016, "subreddit": "bookclub", "cluster": 28, "color": 0}, {"x": 82.87788391113281, "y": 69.49745178222656, "subreddit": "fosterit", "cluster": 28, "color": 0}, {"x": -4.477710247039795, "y": -8.889612197875977, "subreddit": "ads", "cluster": 29, "color": 0}, {"x": -14.362800598144531, "y": -19.66480827331543, "subreddit": "adultswim", "cluster": 29, "color": 0}, {"x": -4.5218825340271, "y": -9.009209632873535, "subreddit": "juggalo", "cluster": 29, "color": 0}, {"x": -12.423022270202637, "y": 74.03019714355469, "subreddit": "adultery", "cluster": 488, "color": 0}, {"x": 29.98708152770996, "y": 76.07268524169922, "subreddit": "deadbedroom", "cluster": 488, "color": 0}, {"x": 29.484214782714844, "y": 76.32093048095703, "subreddit": "deadbedrooms", "cluster": 488, "color": 0}, {"x": 33.47167205810547, "y": 76.77128601074219, "subreddit": "loveafterporn", "cluster": 488, "color": 0}, {"x": 29.16736602783203, "y": 76.4856185913086, "subreddit": "sexover30", "cluster": 488, "color": 0}, {"x": 47.66016387939453, "y": 96.82691955566406, "subreddit": "adultsurvivors", "cluster": 387, "color": 0}, {"x": 46.26176452636719, "y": 98.17346954345703, "subreddit": "bpd", "cluster": 387, "color": 0}, {"x": 47.34952163696289, "y": 96.70718383789062, "subreddit": "codependency", "cluster": 387, "color": 0}, {"x": 48.44490051269531, "y": 97.61593627929688, "subreddit": "cptsd", "cluster": 387, "color": 0}, {"x": 47.280879974365234, "y": 96.6575698852539, "subreddit": "cults", "cluster": 387, "color": 0}, {"x": 46.231712341308594, "y": 95.3568344116211, "subreddit": "mentalhealth", "cluster": 387, "color": 0}, {"x": 48.60370635986328, "y": 96.4522476196289, "subreddit": "survivorsofabuse", "cluster": 387, "color": 0}, {"x": -119.10236358642578, "y": -46.473365783691406, "subreddit": "advancedfitness", "cluster": 686, "color": 4}, {"x": -0.34430330991744995, "y": 7.689291000366211, "subreddit": "btfc", "cluster": 686, "color": 4}, {"x": -119.51197052001953, "y": -45.90525817871094, "subreddit": "fitness", "cluster": 686, "color": 4}, {"x": -118.03820037841797, "y": -46.57037353515625, "subreddit": "fitness30plus", "cluster": 686, "color": 4}, {"x": -119.63133239746094, "y": -45.453758239746094, "subreddit": "fitnesscirclejerk", "cluster": 686, "color": 4}, {"x": -118.36930847167969, "y": -44.15639877319336, "subreddit": "griptraining", "cluster": 686, "color": 4}, {"x": -119.96475982666016, "y": -44.682865142822266, "subreddit": "swoleacceptance", "cluster": 686, "color": 4}, {"x": -121.1748046875, "y": -45.42053985595703, "subreddit": "weakpots", "cluster": 686, "color": 4}, {"x": -47.05401611328125, "y": -16.091712951660156, "subreddit": "advancedmicrodevices", "cluster": 56, "color": 1}, {"x": -47.46876525878906, "y": -15.655344009399414, "subreddit": "amd", "cluster": 56, "color": 1}, {"x": -47.26483917236328, "y": -14.630309104919434, "subreddit": "amd_stock", "cluster": 56, "color": 1}, {"x": -48.08259201049805, "y": 52.283607482910156, "subreddit": "amdhelp", "cluster": 56, "color": 1}, {"x": -33.52100372314453, "y": -73.98444366455078, "subreddit": "asroma", "cluster": 56, "color": 1}, {"x": -45.728607177734375, "y": -15.337801933288574, "subreddit": "ayymd", "cluster": 56, "color": 1}, {"x": -48.26359939575195, "y": -15.865877151489258, "subreddit": "intel", "cluster": 56, "color": 1}, {"x": -49.74269485473633, "y": -16.146032333374023, "subreddit": "monitors", "cluster": 56, "color": 1}, {"x": -47.99184799194336, "y": 52.84228515625, "subreddit": "msi_gaming", "cluster": 56, "color": 1}, {"x": -48.93476104736328, "y": -15.978034973144531, "subreddit": "nvidia", "cluster": 56, "color": 1}, {"x": -51.06678771972656, "y": -18.160490036010742, "subreddit": "sffpc", "cluster": 56, "color": 1}, {"x": -59.64276885986328, "y": -61.9901237487793, "subreddit": "advancedrunning", "cluster": 1561, "color": 5}, {"x": -59.690887451171875, "y": -62.106807708740234, "subreddit": "artc", "cluster": 1561, "color": 5}, {"x": 30.257614135742188, "y": 60.961185455322266, "subreddit": "c25k", "cluster": 1561, "color": 5}, {"x": -58.89860534667969, "y": -60.15271759033203, "subreddit": "running", "cluster": 1561, "color": 5}, {"x": -58.928138732910156, "y": -60.388729095458984, "subreddit": "runningcirclejerk", "cluster": 1561, "color": 5}, {"x": -58.881980895996094, "y": -59.04179763793945, "subreddit": "trailrunning", "cluster": 1561, "color": 5}, {"x": 4.3416643142700195, "y": -71.968994140625, "subreddit": "adventofcode", "cluster": 964, "color": 3}, {"x": 6.844249248504639, "y": -72.0386962890625, "subreddit": "java", "cluster": 964, "color": 3}, {"x": 7.668222904205322, "y": -71.83223724365234, "subreddit": "javahelp", "cluster": 964, "color": 3}, {"x": 7.689690113067627, "y": -71.83493041992188, "subreddit": "learnjava", "cluster": 964, "color": 3}, {"x": 8.319019317626953, "y": -71.04961395263672, "subreddit": "learnprogramming", "cluster": 964, "color": 3}, {"x": -43.922061920166016, "y": 63.69682693481445, "subreddit": "adventurecapitalist", "cluster": 30, "color": 0}, {"x": -43.42860412597656, "y": 63.29335403442383, "subreddit": "adventurecommunist", "cluster": 30, "color": 0}, {"x": -44.35924530029297, "y": 64.38223266601562, "subreddit": "clickerheroes", "cluster": 30, "color": 0}, {"x": -44.7523078918457, "y": 64.02684783935547, "subreddit": "cookieclicker", "cluster": 30, "color": 0}, {"x": -128.5087127685547, "y": -36.37416076660156, "subreddit": "idleminertycoon", "cluster": 30, "color": 0}, {"x": -46.67054748535156, "y": -85.47151184082031, "subreddit": "taptitans", "cluster": 30, "color": 0}, {"x": -14.264204025268555, "y": -39.699981689453125, "subreddit": "adventuresofsabrina", "cluster": 31, "color": 0}, {"x": -25.305036544799805, "y": -41.05247116088867, "subreddit": "crazyexgirlfriend", "cluster": 31, "color": 0}, {"x": -52.65237045288086, "y": 44.48765563964844, "subreddit": "inazumaeleven", "cluster": 31, "color": 0}, {"x": -14.292025566101074, "y": -39.69053268432617, "subreddit": "riverdale", "cluster": 31, "color": 0}, {"x": -27.360050201416016, "y": -41.045928955078125, "subreddit": "schittscreek", "cluster": 31, "color": 0}, {"x": -26.039154052734375, "y": -40.0427360534668, "subreddit": "superstore", "cluster": 31, "color": 0}, {"x": -12.563525199890137, "y": -3.0872371196746826, "subreddit": "adventuretime", "cluster": 32, "color": 0}, {"x": -12.571353912353516, "y": -3.109488010406494, "subreddit": "regularshow", "cluster": 32, "color": 0}, {"x": -38.26498794555664, "y": -44.628013610839844, "subreddit": "advertising", "cluster": 1120, "color": 3}, {"x": -39.21188735961914, "y": -43.15631866455078, "subreddit": "askmarketing", "cluster": 1120, "color": 3}, {"x": -39.2424430847168, "y": -43.28428268432617, "subreddit": "marketing", "cluster": 1120, "color": 3}, {"x": -40.186641693115234, "y": -43.385616302490234, "subreddit": "socialmedia", "cluster": 1120, "color": 3}, {"x": 40.13351058959961, "y": 21.570934295654297, "subreddit": "advice", "cluster": 931, "color": 3}, {"x": 40.43465042114258, "y": 23.045080184936523, "subreddit": "animation", "cluster": 931, "color": 3}, {"x": -13.85760498046875, "y": -6.576817989349365, "subreddit": "art", "cluster": 931, "color": 3}, {"x": 40.230525970458984, "y": 22.393213272094727, "subreddit": "facebook", "cluster": 931, "color": 3}, {"x": -24.515640258789062, "y": 27.896015167236328, "subreddit": "hxhbattleallstars", "cluster": 931, "color": 3}, {"x": -5.194105625152588, "y": -107.82479858398438, "subreddit": "indie", "cluster": 931, "color": 3}, {"x": -4.817384243011475, "y": -107.76488494873047, "subreddit": "listentothis", "cluster": 931, "color": 3}, {"x": -2.6877198219299316, "y": -6.1715874671936035, "subreddit": "adviceanimals", "cluster": 33, "color": 0}, {"x": -1.7075222730636597, "y": -7.56712532043457, "subreddit": "adviceatheists", "cluster": 33, "color": 0}, {"x": -2.105578660964966, "y": -6.292965888977051, "subreddit": "ameristralia", "cluster": 33, "color": 0}, {"x": -6.862380504608154, "y": 11.723952293395996, "subreddit": "asongofmemesandrage", "cluster": 33, "color": 0}, {"x": -51.6751708984375, "y": 2.5164082050323486, "subreddit": "gaaaaaaayyyyyyyyyyyy", "cluster": 33, "color": 0}, {"x": -0.7647024989128113, "y": -5.80388069152832, "subreddit": "hifw", "cluster": 33, "color": 0}, {"x": -3.387421131134033, "y": -5.7333831787109375, "subreddit": "see", "cluster": 33, "color": 0}, {"x": -3.198259115219116, "y": -6.850029468536377, "subreddit": "shittyadviceanimals", "cluster": 33, "color": 0}, {"x": -2.3381223678588867, "y": -4.965601444244385, "subreddit": "thanksobama", "cluster": 33, "color": 0}, {"x": 2.241111993789673, "y": 86.22106170654297, "subreddit": "aeon", "cluster": 1194, "color": 4}, {"x": 1.9659316539764404, "y": 84.90401458740234, "subreddit": "monero", "cluster": 1194, "color": 4}, {"x": 1.9142836332321167, "y": 84.73126983642578, "subreddit": "xmrtrader", "cluster": 1194, "color": 4}, {"x": 32.52096939086914, "y": 97.66206359863281, "subreddit": "aerials", "cluster": 1656, "color": 4}, {"x": 33.11252975463867, "y": 98.63018798828125, "subreddit": "hsp", "cluster": 1656, "color": 4}, {"x": 30.947364807128906, "y": 100.42317199707031, "subreddit": "hyperhidrosis", "cluster": 1656, "color": 4}, {"x": 32.96636962890625, "y": 98.4695816040039, "subreddit": "socialanxiety", "cluster": 1656, "color": 4}, {"x": 17.7895450592041, "y": -72.3543701171875, "subreddit": "aerospace", "cluster": 34, "color": 0}, {"x": 17.78732681274414, "y": -72.3578109741211, "subreddit": "aerospaceengineering", "cluster": 34, "color": 0}, {"x": -43.59815979003906, "y": -39.839168548583984, "subreddit": "affiliatemarketing", "cluster": 592, "color": 2}, {"x": -41.6921272277832, "y": -39.16578674316406, "subreddit": "dropship", "cluster": 592, "color": 2}, {"x": -41.17898178100586, "y": -38.77147674560547, "subreddit": "ecommerce", "cluster": 592, "color": 2}, {"x": -40.49086380004883, "y": -38.08882141113281, "subreddit": "magento", "cluster": 592, "color": 2}, {"x": -30.103513717651367, "y": -0.5134034156799316, "subreddit": "passive_income", "cluster": 592, "color": 2}, {"x": -41.559791564941406, "y": -39.077030181884766, "subreddit": "shopify", "cluster": 592, "color": 2}, {"x": 23.357439041137695, "y": 111.85935974121094, "subreddit": "afinil", "cluster": 1367, "color": 1}, {"x": 23.421031951904297, "y": 111.92483520507812, "subreddit": "modafinil", "cluster": 1367, "color": 1}, {"x": 23.488252639770508, "y": 114.20934295654297, "subreddit": "peptides", "cluster": 1367, "color": 1}, {"x": 22.218730926513672, "y": 114.35284423828125, "subreddit": "phenibut", "cluster": 1367, "color": 1}, {"x": 23.573305130004883, "y": 114.72166442871094, "subreddit": "sarmssourcetalk", "cluster": 1367, "color": 1}, {"x": 24.513565063476562, "y": 113.81209564208984, "subreddit": "supplements", "cluster": 1367, "color": 1}, {"x": -37.711753845214844, "y": 62.184234619140625, "subreddit": "afkarena", "cluster": 1592, "color": 4}, {"x": -27.088150024414062, "y": 76.03926849365234, "subreddit": "hyperheroes", "cluster": 1592, "color": 4}, {"x": 84.73089599609375, "y": 12.795008659362793, "subreddit": "knightschroniclegl", "cluster": 1592, "color": 4}, {"x": -35.391075134277344, "y": -13.908868789672852, "subreddit": "monsterstrike", "cluster": 1592, "color": 4}, {"x": -35.62602615356445, "y": -14.402702331542969, "subreddit": "sdsgrandcross", "cluster": 1592, "color": 4}, {"x": 34.43050003051758, "y": -6.720408916473389, "subreddit": "africa", "cluster": 225, "color": 0}, {"x": 33.59033966064453, "y": -6.9295430183410645, "subreddit": "bigfoot", "cluster": 225, "color": 0}, {"x": 32.97751235961914, "y": -6.40175724029541, "subreddit": "cryptozoology", "cluster": 225, "color": 0}, {"x": 32.20333480834961, "y": -8.004672050476074, "subreddit": "sciences", "cluster": 225, "color": 0}, {"x": 37.89114761352539, "y": -101.72418975830078, "subreddit": "afrotc", "cluster": 36, "color": 0}, {"x": 37.87473678588867, "y": -101.731201171875, "subreddit": "airforce", "cluster": 36, "color": 0}, {"x": 40.90663146972656, "y": -102.7332534790039, "subreddit": "militaryfinance", "cluster": 36, "color": 0}, {"x": 41.34838104248047, "y": 24.68596076965332, "subreddit": "aftereffects", "cluster": 1200, "color": 1}, {"x": 41.19318389892578, "y": 25.79427719116211, "subreddit": "cinema4d", "cluster": 1200, "color": 1}, {"x": 41.3195915222168, "y": 25.00214958190918, "subreddit": "motiondesign", "cluster": 1200, "color": 1}, {"x": 69.94206237792969, "y": -58.55583572387695, "subreddit": "muaythai", "cluster": 1200, "color": 1}, {"x": 50.14971923828125, "y": 3.6888630390167236, "subreddit": "aftermath1231", "cluster": 37, "color": 0}, {"x": 50.179664611816406, "y": 3.784147024154663, "subreddit": "assassinscreed", "cluster": 37, "color": 0}, {"x": 20.659242630004883, "y": -79.11918640136719, "subreddit": "inglin", "cluster": 37, "color": 0}, {"x": 49.10863494873047, "y": -27.957763671875, "subreddit": "aftertheendfanfork", "cluster": 451, "color": 0}, {"x": 50.00917434692383, "y": -26.97802734375, "subreddit": "ck2gameofthrones", "cluster": 451, "color": 0}, {"x": 50.27256393432617, "y": -27.213594436645508, "subreddit": "crusaderkings", "cluster": 451, "color": 0}, {"x": 52.2396240234375, "y": -27.382213592529297, "subreddit": "imperator", "cluster": 451, "color": 0}, {"x": 51.2557373046875, "y": -25.70120620727539, "subreddit": "stellaris", "cluster": 451, "color": 0}, {"x": 56.304073333740234, "y": -25.302684783935547, "subreddit": "totalwar", "cluster": 451, "color": 0}, {"x": 16.429407119750977, "y": -45.03709030151367, "subreddit": "againstgamergate", "cluster": 38, "color": 0}, {"x": 15.791961669921875, "y": -44.97867965698242, "subreddit": "ggdiscussion", "cluster": 38, "color": 0}, {"x": 16.729228973388672, "y": -45.11601257324219, "subreddit": "ggfreeforall", "cluster": 38, "color": 0}, {"x": 67.6450424194336, "y": -7.598649978637695, "subreddit": "againsthatesubreddits", "cluster": 1251, "color": 3}, {"x": 68.4686050415039, "y": -7.735496997833252, "subreddit": "asablackman", "cluster": 1251, "color": 3}, {"x": 65.92208862304688, "y": -10.790525436401367, "subreddit": "badlegaladvice", "cluster": 1251, "color": 3}, {"x": 67.5384750366211, "y": -9.596112251281738, "subreddit": "badpolitics", "cluster": 1251, "color": 3}, {"x": 66.88040161132812, "y": -8.548659324645996, "subreddit": "badscience", "cluster": 1251, "color": 3}, {"x": 71.51181030273438, "y": -8.148067474365234, "subreddit": "badukpolitics", "cluster": 1251, "color": 3}, {"x": 68.1567153930664, "y": -6.511011123657227, "subreddit": "botsrights", "cluster": 1251, "color": 3}, {"x": 70.26744079589844, "y": -5.916683197021484, "subreddit": "buttcoin", "cluster": 1251, "color": 3}, {"x": 65.95426940917969, "y": -7.775807857513428, "subreddit": "circlebroke2", "cluster": 1251, "color": 3}, {"x": 69.16475677490234, "y": -6.1407389640808105, "subreddit": "deuxrama", "cluster": 1251, "color": 3}, {"x": 67.45986938476562, "y": -5.592042446136475, "subreddit": "drama", "cluster": 1251, "color": 3}, {"x": 68.28932189941406, "y": -8.680220603942871, "subreddit": "enoughcommiespam", "cluster": 1251, "color": 3}, {"x": 68.7802505493164, "y": -7.14616584777832, "subreddit": "enoughtrumpspam", "cluster": 1251, "color": 3}, {"x": 69.49529266357422, "y": -7.616337299346924, "subreddit": "gamingcirclejerk", "cluster": 1251, "color": 3}, {"x": 68.94766235351562, "y": -4.725205898284912, "subreddit": "gendercynical", "cluster": 1251, "color": 3}, {"x": 71.4770278930664, "y": -5.014866828918457, "subreddit": "hobbydrama", "cluster": 1251, "color": 3}, {"x": 69.7173080444336, "y": -6.712704658508301, "subreddit": "indiadiscussion", "cluster": 1251, "color": 3}, {"x": 68.97234344482422, "y": -6.955397129058838, "subreddit": "jesuschristreddit", "cluster": 1251, "color": 3}, {"x": 70.14228820800781, "y": -4.772820949554443, "subreddit": "lgbdropthet", "cluster": 1251, "color": 3}, {"x": 69.64967346191406, "y": -3.2259914875030518, "subreddit": "mgtow", "cluster": 1251, "color": 3}, {"x": 68.7653579711914, "y": -6.907657623291016, "subreddit": "negativewithgold", "cluster": 1251, "color": 3}, {"x": 68.49604797363281, "y": -5.579197883605957, "subreddit": "nothingeverhappens", "cluster": 1251, "color": 3}, {"x": 70.2209701538086, "y": -8.963309288024902, "subreddit": "qult_headquarters", "cluster": 1251, "color": 3}, {"x": 67.61590576171875, "y": -4.046005725860596, "subreddit": "shitrconservativesays", "cluster": 1251, "color": 3}, {"x": 70.34703063964844, "y": -7.505270481109619, "subreddit": "shittykickstarters", "cluster": 1251, "color": 3}, {"x": 68.93120574951172, "y": -9.879205703735352, "subreddit": "shitwehraboossay", "cluster": 1251, "color": 3}, {"x": 70.14989471435547, "y": -11.067983627319336, "subreddit": "stupidpol", "cluster": 1251, "color": 3}, {"x": 71.16437530517578, "y": -6.685835838317871, "subreddit": "subredditcancer", "cluster": 1251, "color": 3}, {"x": 65.61237335205078, "y": -4.7711052894592285, "subreddit": "subredditdrama", "cluster": 1251, "color": 3}, {"x": 65.54342651367188, "y": -4.506060600280762, "subreddit": "subredditdramadrama", "cluster": 1251, "color": 3}, {"x": 66.16840362548828, "y": -6.424828052520752, "subreddit": "thebluepill", "cluster": 1251, "color": 3}, {"x": 69.32421875, "y": -8.432233810424805, "subreddit": "topmindsofreddit", "cluster": 1251, "color": 3}, {"x": 72.55245208740234, "y": -9.591882705688477, "subreddit": "torontoanarchy", "cluster": 1251, "color": 3}, {"x": 67.26261901855469, "y": -6.760132789611816, "subreddit": "worstof", "cluster": 1251, "color": 3}, {"x": 32.294456481933594, "y": -10.96545696258545, "subreddit": "againstmensrights", "cluster": 765, "color": 0}, {"x": 30.930500030517578, "y": -11.251420021057129, "subreddit": "bestofoutrageculture", "cluster": 765, "color": 0}, {"x": -21.770084381103516, "y": -16.7443904876709, "subreddit": "channelawesome", "cluster": 765, "color": 0}, {"x": 31.689640045166016, "y": -11.250271797180176, "subreddit": "gamerghazi", "cluster": 765, "color": 0}, {"x": 86.33325958251953, "y": -35.46293258666992, "subreddit": "marvelpuzzlequest", "cluster": 765, "color": 0}, {"x": 75.43783569335938, "y": -35.199012756347656, "subreddit": "agameofthroneslcg", "cluster": 39, "color": 0}, {"x": 75.99588775634766, "y": -34.33650588989258, "subreddit": "arkhamhorrorlcg", "cluster": 39, "color": 0}, {"x": 75.28784942626953, "y": -35.45832824707031, "subreddit": "l5r", "cluster": 39, "color": 0}, {"x": -17.725370407104492, "y": -30.134183883666992, "subreddit": "agentcarter", "cluster": 40, "color": 0}, {"x": -10.37983512878418, "y": -35.60887145996094, "subreddit": "izombie", "cluster": 40, "color": 0}, {"x": -18.446739196777344, "y": -30.539260864257812, "subreddit": "lastmanonearthtv", "cluster": 40, "color": 0}, {"x": -18.06174659729004, "y": -29.43655776977539, "subreddit": "orphanblack", "cluster": 40, "color": 0}, {"x": 45.91565704345703, "y": -10.28123950958252, "subreddit": "pcmasterracebuilds", "cluster": 40, "color": 0}, {"x": -16.672306060791016, "y": -31.061771392822266, "subreddit": "personofinterest", "cluster": 40, "color": 0}, {"x": -17.086824417114258, "y": -30.310943603515625, "subreddit": "shield", "cluster": 40, "color": 0}, {"x": 50.83945083618164, "y": -32.19249725341797, "subreddit": "ageofmythology", "cluster": 1505, "color": 2}, {"x": 60.67441940307617, "y": -30.43842124938965, "subreddit": "aoe3", "cluster": 1505, "color": 2}, {"x": 60.69902801513672, "y": -28.966285705566406, "subreddit": "commandandconquer", "cluster": 1505, "color": 2}, {"x": 60.52733612060547, "y": -27.783180236816406, "subreddit": "dawnofwar", "cluster": 1505, "color": 2}, {"x": 60.65144729614258, "y": -28.87224578857422, "subreddit": "realtimestrategy", "cluster": 1505, "color": 2}, {"x": 73.80146789550781, "y": -41.915618896484375, "subreddit": "ageofsigmar", "cluster": 1925, "color": 0}, {"x": 75.1986083984375, "y": -41.80816650390625, "subreddit": "killteam", "cluster": 1925, "color": 0}, {"x": 74.71942901611328, "y": -41.42827224731445, "subreddit": "warcry", "cluster": 1925, "color": 0}, {"x": 74.63109588623047, "y": -40.910606384277344, "subreddit": "warhammerunderworlds", "cluster": 1925, "color": 0}, {"x": -74.40245056152344, "y": -96.74266815185547, "subreddit": "aggies", "cluster": 458, "color": 2}, {"x": -74.93896484375, "y": -97.83692932128906, "subreddit": "chemicalengineering", "cluster": 458, "color": 2}, {"x": -74.5510482788086, "y": -97.04183959960938, "subreddit": "cuboulder", "cluster": 458, "color": 2}, {"x": -9.88434886932373, "y": -68.67256164550781, "subreddit": "agile", "cluster": 1453, "color": 5}, {"x": -42.5454216003418, "y": -29.25385284423828, "subreddit": "bahai", "cluster": 1453, "color": 5}, {"x": -68.88623046875, "y": 70.7132568359375, "subreddit": "goldcoast", "cluster": 1453, "color": 5}, {"x": 122.22046661376953, "y": -25.936105728149414, "subreddit": "gunsnroses", "cluster": 1453, "color": 5}, {"x": -42.04642105102539, "y": -30.70669937133789, "subreddit": "pmp", "cluster": 1453, "color": 5}, {"x": -18.588865280151367, "y": -65.75315856933594, "subreddit": "productmanagement", "cluster": 1453, "color": 5}, {"x": -42.121124267578125, "y": -30.401439666748047, "subreddit": "projectmanagement", "cluster": 1453, "color": 5}, {"x": 45.8047981262207, "y": -44.57734298706055, "subreddit": "agnostic", "cluster": 1694, "color": 4}, {"x": 100.16648864746094, "y": -42.98468017578125, "subreddit": "dereksmart", "cluster": 1694, "color": 4}, {"x": 104.45167541503906, "y": -43.927860260009766, "subreddit": "hotas", "cluster": 1694, "color": 4}, {"x": 100.13339233398438, "y": -42.786949157714844, "subreddit": "starcitizen", "cluster": 1694, "color": 4}, {"x": 100.68119812011719, "y": -41.55519485473633, "subreddit": "starcitizen_refunds", "cluster": 1694, "color": 4}, {"x": 99.06278991699219, "y": -41.96814727783203, "subreddit": "starcitizen_trades", "cluster": 1694, "color": 4}, {"x": 39.48058319091797, "y": 91.0832290649414, "subreddit": "agoraphobia", "cluster": 1351, "color": 4}, {"x": 41.523826599121094, "y": 91.126953125, "subreddit": "anxietyhelp", "cluster": 1351, "color": 4}, {"x": 94.48392486572266, "y": 16.826541900634766, "subreddit": "gamemaker", "cluster": 1351, "color": 4}, {"x": 40.561641693115234, "y": 93.2811508178711, "subreddit": "healthanxiety", "cluster": 1351, "color": 4}, {"x": 40.062530517578125, "y": 91.22779846191406, "subreddit": "panicattack", "cluster": 1351, "color": 4}, {"x": -32.041404724121094, "y": 29.98968505859375, "subreddit": "ahatintime", "cluster": 459, "color": 1}, {"x": -32.86387252807617, "y": 28.970224380493164, "subreddit": "cuphead", "cluster": 459, "color": 1}, {"x": -33.9147834777832, "y": 29.195594787597656, "subreddit": "necrodancer", "cluster": 459, "color": 1}, {"x": -32.63711166381836, "y": 28.570148468017578, "subreddit": "videogamedunkey", "cluster": 459, "color": 1}, {"x": 104.09388732910156, "y": 64.553955078125, "subreddit": "ahrimains", "cluster": 987, "color": 2}, {"x": 105.13751983642578, "y": 62.49681854248047, "subreddit": "akalimains", "cluster": 987, "color": 2}, {"x": 109.7850570678711, "y": 57.116119384765625, "subreddit": "draven", "cluster": 987, "color": 2}, {"x": 104.26313781738281, "y": 59.69404220581055, "subreddit": "ezrealmains", "cluster": 987, "color": 2}, {"x": 104.7398910522461, "y": 62.06269836425781, "subreddit": "ireliamains", "cluster": 987, "color": 2}, {"x": 103.98080444335938, "y": 58.80201721191406, "subreddit": "jhinmains", "cluster": 987, "color": 2}, {"x": 104.08938598632812, "y": 59.49293899536133, "subreddit": "kaisamains", "cluster": 987, "color": 2}, {"x": 102.75016784667969, "y": 58.78048324584961, "subreddit": "pykemains", "cluster": 987, "color": 2}, {"x": 17.113601684570312, "y": -33.36635208129883, "subreddit": "aikido", "cluster": 1121, "color": 1}, {"x": 72.120849609375, "y": -58.22501754760742, "subreddit": "amateur_boxing", "cluster": 1121, "color": 1}, {"x": 67.93534851074219, "y": -61.029544830322266, "subreddit": "bjj", "cluster": 1121, "color": 1}, {"x": 67.33223724365234, "y": -60.755279541015625, "subreddit": "judo", "cluster": 1121, "color": 1}, {"x": 69.2646484375, "y": -60.967979431152344, "subreddit": "karate", "cluster": 1121, "color": 1}, {"x": 70.63490295410156, "y": -62.494049072265625, "subreddit": "kungfu", "cluster": 1121, "color": 1}, {"x": 68.72193908691406, "y": -61.426361083984375, "subreddit": "martialarts", "cluster": 1121, "color": 1}, {"x": 68.4924545288086, "y": -62.31074905395508, "subreddit": "taekwondo", "cluster": 1121, "color": 1}, {"x": 70.8308334350586, "y": -62.60322952270508, "subreddit": "wingchun", "cluster": 1121, "color": 1}, {"x": 65.3605728149414, "y": -58.86989212036133, "subreddit": "wrestling", "cluster": 1121, "color": 1}, {"x": 80.54322814941406, "y": 84.00516510009766, "subreddit": "ainbow", "cluster": 1851, "color": 3}, {"x": 80.976806640625, "y": 83.723876953125, "subreddit": "lgbt", "cluster": 1851, "color": 3}, {"x": 79.31063842773438, "y": 83.8515625, "subreddit": "lgbtnews", "cluster": 1851, "color": 3}, {"x": 79.46212768554688, "y": 85.55670166015625, "subreddit": "transgamers", "cluster": 1851, "color": 3}, {"x": 80.87664794921875, "y": 85.56488800048828, "subreddit": "transgender", "cluster": 1851, "color": 3}, {"x": 79.97049713134766, "y": 84.5647201538086, "subreddit": "transspace", "cluster": 1851, "color": 3}, {"x": 30.193300247192383, "y": -35.926544189453125, "subreddit": "aion", "cluster": 972, "color": 2}, {"x": 68.4489974975586, "y": -55.486690521240234, "subreddit": "jobfair", "cluster": 972, "color": 2}, {"x": 68.45064544677734, "y": -55.490135192871094, "subreddit": "navyseals", "cluster": 972, "color": 2}, {"x": 7.606629848480225, "y": -110.46449279785156, "subreddit": "redditknightsrcs", "cluster": 972, "color": 2}, {"x": -19.019119262695312, "y": -16.325702667236328, "subreddit": "airbnb", "cluster": 692, "color": 2}, {"x": -4.535375595092773, "y": -1.885288119316101, "subreddit": "dumpsterdiving", "cluster": 692, "color": 2}, {"x": -18.143949508666992, "y": -16.670516967773438, "subreddit": "flipping", "cluster": 692, "color": 2}, {"x": -18.433902740478516, "y": -17.32034683227539, "subreddit": "fulfillmentbyamazon", "cluster": 692, "color": 2}, {"x": -16.988388061523438, "y": -16.14820098876953, "subreddit": "thriftstorehauls", "cluster": 692, "color": 2}, {"x": -3.567606210708618, "y": -120.8274154663086, "subreddit": "airguns", "cluster": 188, "color": 1}, {"x": -35.13656234741211, "y": -47.79350280761719, "subreddit": "bass", "cluster": 188, "color": 1}, {"x": -34.25132751464844, "y": -47.31661605834961, "subreddit": "bassguitar", "cluster": 188, "color": 1}, {"x": 69.43167877197266, "y": 34.222320556640625, "subreddit": "basspedals", "cluster": 188, "color": 1}, {"x": -35.49443817138672, "y": -48.42250061035156, "subreddit": "freemasonry", "cluster": 188, "color": 1}, {"x": -114.37427520751953, "y": -46.254024505615234, "subreddit": "kettlebell", "cluster": 188, "color": 1}, {"x": -64.15526580810547, "y": -31.70899772644043, "subreddit": "airnationalguard", "cluster": 1372, "color": 3}, {"x": -87.28515625, "y": -48.25972366333008, "subreddit": "landcruisers", "cluster": 1372, "color": 3}, {"x": -64.20235443115234, "y": -31.61981964111328, "subreddit": "pfsense", "cluster": 1372, "color": 3}, {"x": -66.7846450805664, "y": -31.149494171142578, "subreddit": "tasker", "cluster": 1372, "color": 3}, {"x": 15.911673545837402, "y": 92.98291778564453, "subreddit": "airplants", "cluster": 310, "color": 0}, {"x": 19.621723175048828, "y": 95.55420684814453, "subreddit": "cactus", "cluster": 310, "color": 0}, {"x": 8.564261436462402, "y": -6.465122699737549, "subreddit": "freeworldnews", "cluster": 310, "color": 0}, {"x": 19.818300247192383, "y": 96.21151733398438, "subreddit": "prlegacywars", "cluster": 310, "color": 0}, {"x": 19.817115783691406, "y": 94.15431213378906, "subreddit": "succulents", "cluster": 310, "color": 0}, {"x": -58.82481384277344, "y": -9.252779960632324, "subreddit": "airpods", "cluster": 950, "color": 4}, {"x": -59.966861724853516, "y": -7.6231865882873535, "subreddit": "ipad", "cluster": 950, "color": 4}, {"x": -59.93979263305664, "y": -7.559163570404053, "subreddit": "ipadpro", "cluster": 950, "color": 4}, {"x": -58.660255432128906, "y": -7.217467784881592, "subreddit": "iphonex", "cluster": 950, "color": 4}, {"x": -21.830490112304688, "y": 12.23528003692627, "subreddit": "procreate", "cluster": 950, "color": 4}, {"x": -101.17757415771484, "y": 55.97078323364258, "subreddit": "ajr", "cluster": 190, "color": 0}, {"x": -101.87469482421875, "y": 55.47269058227539, "subreddit": "bastille", "cluster": 190, "color": 0}, {"x": -101.99309539794922, "y": 55.38694763183594, "subreddit": "imaginedragons", "cluster": 190, "color": 0}, {"x": -90.41934204101562, "y": -76.51197052001953, "subreddit": "ak47", "cluster": 42, "color": 1}, {"x": -88.87113952636719, "y": -77.80827331542969, "subreddit": "forgottenweapons", "cluster": 42, "color": 1}, {"x": -90.64828491210938, "y": -76.46348571777344, "subreddit": "mosinnagant", "cluster": 42, "color": 1}, {"x": -90.68643188476562, "y": -76.53771209716797, "subreddit": "sks", "cluster": 42, "color": 1}, {"x": 79.62541198730469, "y": 32.04556655883789, "subreddit": "akamegakill", "cluster": 1004, "color": 2}, {"x": 77.13543701171875, "y": 31.814071655273438, "subreddit": "gurrenlagann", "cluster": 1004, "color": 2}, {"x": 77.16632080078125, "y": 31.815683364868164, "subreddit": "killlakill", "cluster": 1004, "color": 2}, {"x": 20.133380889892578, "y": 54.107078552246094, "subreddit": "nogamenolife", "cluster": 1004, "color": 2}, {"x": 127.96287536621094, "y": 9.711966514587402, "subreddit": "akb48", "cluster": 1442, "color": 2}, {"x": 128.50027465820312, "y": 11.839306831359863, "subreddit": "broducex101", "cluster": 1442, "color": 2}, {"x": 128.02830505371094, "y": 10.766290664672852, "subreddit": "izone", "cluster": 1442, "color": 2}, {"x": 128.07907104492188, "y": 10.752936363220215, "subreddit": "produce48", "cluster": 1442, "color": 2}, {"x": -134.83200073242188, "y": 35.370994567871094, "subreddit": "akhanvscrawfordlive", "cluster": 43, "color": 0}, {"x": -134.83206176757812, "y": 35.37128448486328, "subreddit": "liverpoolvsbarcalivee", "cluster": 43, "color": 0}, {"x": -134.83197021484375, "y": 35.37095260620117, "subreddit": "nfl_draft_live_hd", "cluster": 43, "color": 0}, {"x": -24.725830078125, "y": 12.331948280334473, "subreddit": "akron", "cluster": 1489, "color": 1}, {"x": -23.278112411499023, "y": 13.751681327819824, "subreddit": "babyyoda", "cluster": 1489, "color": 1}, {"x": 52.269168853759766, "y": 94.7404556274414, "subreddit": "bpdlovedones", "cluster": 1489, "color": 1}, {"x": -1.6445684432983398, "y": 48.85239791870117, "subreddit": "empiredidnothingwrong", "cluster": 1489, "color": 1}, {"x": -24.708009719848633, "y": 13.292914390563965, "subreddit": "justlegbeardthings", "cluster": 1489, "color": 1}, {"x": -24.538843154907227, "y": 13.087918281555176, "subreddit": "raisedbyborderlines", "cluster": 1489, "color": 1}, {"x": 35.42704772949219, "y": -116.11711883544922, "subreddit": "alabama", "cluster": 44, "color": 0}, {"x": 35.45549774169922, "y": -116.43873596191406, "subreddit": "birmingham", "cluster": 44, "color": 0}, {"x": 35.36301040649414, "y": -115.47858428955078, "subreddit": "huntsvillealabama", "cluster": 44, "color": 0}, {"x": -55.31576919555664, "y": -3.687964677810669, "subreddit": "alaska", "cluster": 45, "color": 0}, {"x": -55.301212310791016, "y": -3.666933536529541, "subreddit": "anchorage", "cluster": 45, "color": 0}, {"x": -58.05778884887695, "y": -7.215570449829102, "subreddit": "iphoneography", "cluster": 45, "color": 0}, {"x": 33.21436309814453, "y": -29.936548233032227, "subreddit": "scifiwriting", "cluster": 45, "color": 0}, {"x": -54.17127990722656, "y": -1.9668538570404053, "subreddit": "snowmobiling", "cluster": 45, "color": 0}, {"x": 93.33550262451172, "y": -82.44928741455078, "subreddit": "albania", "cluster": 1013, "color": 0}, {"x": 93.310546875, "y": -82.45054626464844, "subreddit": "kosovo", "cluster": 1013, "color": 0}, {"x": -13.349924087524414, "y": -79.13780212402344, "subreddit": "albany", "cluster": 1268, "color": 3}, {"x": -12.134371757507324, "y": -78.96319580078125, "subreddit": "buffalo", "cluster": 1268, "color": 3}, {"x": -12.258657455444336, "y": -78.91686248779297, "subreddit": "newyork", "cluster": 1268, "color": 3}, {"x": -88.43391418457031, "y": -63.577083587646484, "subreddit": "syracuse", "cluster": 1268, "color": 3}, {"x": -87.61112976074219, "y": -28.437519073486328, "subreddit": "alberta", "cluster": 46, "color": 0}, {"x": -87.26094818115234, "y": -26.56064796447754, "subreddit": "calgary", "cluster": 46, "color": 0}, {"x": -87.64253997802734, "y": -28.555665969848633, "subreddit": "edmonton", "cluster": 46, "color": 0}, {"x": 96.42217254638672, "y": -4.332135200500488, "subreddit": "albiononline", "cluster": 1186, "color": 3}, {"x": 91.17994689941406, "y": -0.9229181408882141, "subreddit": "bestbuy", "cluster": 1186, "color": 3}, {"x": 91.22886657714844, "y": -1.4932187795639038, "subreddit": "mmorpg", "cluster": 1186, "color": 3}, {"x": 93.99063110351562, "y": -1.3468176126480103, "subreddit": "new_world_mmo", "cluster": 1186, "color": 3}, {"x": 84.62754821777344, "y": 2.515286922454834, "subreddit": "ragnarokonline", "cluster": 1186, "color": 3}, {"x": -9.228931427001953, "y": -122.62203979492188, "subreddit": "swgemu", "cluster": 1186, "color": 3}, {"x": 86.95838165283203, "y": 2.688180446624756, "subreddit": "treeofsavior", "cluster": 1186, "color": 3}, {"x": 89.4575424194336, "y": 4.9892964363098145, "subreddit": "vindictus", "cluster": 1186, "color": 3}, {"x": 89.92206573486328, "y": -2.1281957626342773, "subreddit": "wildstar", "cluster": 1186, "color": 3}, {"x": 78.10875701904297, "y": 3.4085681438446045, "subreddit": "albuquerque", "cluster": 47, "color": 0}, {"x": 78.19190979003906, "y": 3.4298415184020996, "subreddit": "newmexico", "cluster": 47, "color": 0}, {"x": 76.4969711303711, "y": 2.9641711711883545, "subreddit": "stopsmoking", "cluster": 47, "color": 0}, {"x": -89.08084106445312, "y": -94.29531860351562, "subreddit": "alcohol", "cluster": 384, "color": 0}, {"x": -27.042448043823242, "y": -77.3459243774414, "subreddit": "bartenders", "cluster": 384, "color": 0}, {"x": -27.04775047302246, "y": -77.35029602050781, "subreddit": "cocktails", "cluster": 384, "color": 0}, {"x": -89.04082489013672, "y": -94.34134674072266, "subreddit": "gin", "cluster": 384, "color": 0}, {"x": -110.90910339355469, "y": 70.00203704833984, "subreddit": "alcoholism_medication", "cluster": 573, "color": 2}, {"x": -110.9065933227539, "y": 69.99956512451172, "subreddit": "dryalcoholics", "cluster": 573, "color": 2}, {"x": 37.25490188598633, "y": 37.84068298339844, "subreddit": "aldi", "cluster": 53, "color": 0}, {"x": 37.63931655883789, "y": 38.57920837402344, "subreddit": "amateurroomporn", "cluster": 53, "color": 0}, {"x": 37.74626159667969, "y": 38.780643463134766, "subreddit": "chicagotrees", "cluster": 53, "color": 0}, {"x": -3.6318092346191406, "y": 42.646446228027344, "subreddit": "knightsofpineapple", "cluster": 53, "color": 0}, {"x": -67.76683807373047, "y": -21.818387985229492, "subreddit": "alexa", "cluster": 54, "color": 1}, {"x": -67.77008056640625, "y": -21.84357452392578, "subreddit": "amazonecho", "cluster": 54, "color": 1}, {"x": -14.198715209960938, "y": -37.32322692871094, "subreddit": "hannibaltv", "cluster": 54, "color": 1}, {"x": 103.67357635498047, "y": 43.240318298339844, "subreddit": "algeria", "cluster": 93, "color": 1}, {"x": -74.01852416992188, "y": 41.796592712402344, "subreddit": "arabs", "cluster": 93, "color": 1}, {"x": -73.32305145263672, "y": 43.229095458984375, "subreddit": "bahrain", "cluster": 93, "color": 1}, {"x": -75.01979064941406, "y": 42.16638946533203, "subreddit": "egypt", "cluster": 93, "color": 1}, {"x": -74.21573638916016, "y": 40.946598052978516, "subreddit": "iraq", "cluster": 93, "color": 1}, {"x": 17.76943016052246, "y": 79.9757308959961, "subreddit": "kuwait", "cluster": 93, "color": 1}, {"x": 32.50943374633789, "y": -32.66697311401367, "subreddit": "learn_arabic", "cluster": 93, "color": 1}, {"x": -73.62606811523438, "y": 41.87843704223633, "subreddit": "saudiarabia", "cluster": 93, "color": 1}, {"x": 10.205286979675293, "y": -65.70529174804688, "subreddit": "algorithms", "cluster": 411, "color": 0}, {"x": 10.91001033782959, "y": -64.33092498779297, "subreddit": "askcomputerscience", "cluster": 411, "color": 0}, {"x": 13.912073135375977, "y": -68.53084564208984, "subreddit": "baduk", "cluster": 411, "color": 0}, {"x": 9.922986030578613, "y": -65.08480072021484, "subreddit": "compsci", "cluster": 411, "color": 0}, {"x": 10.193811416625977, "y": -67.36566162109375, "subreddit": "computerscience", "cluster": 411, "color": 0}, {"x": 3.767277240753174, "y": -70.6913833618164, "subreddit": "dailyprogrammer", "cluster": 411, "color": 0}, {"x": 7.8137736320495605, "y": -64.48478698730469, "subreddit": "haskell", "cluster": 411, "color": 0}, {"x": 13.224871635437012, "y": -66.01473999023438, "subreddit": "latex", "cluster": 411, "color": 0}, {"x": 5.690474987030029, "y": -66.19912719726562, "subreddit": "programminglanguages", "cluster": 411, "color": 0}, {"x": -45.81749725341797, "y": 105.29273223876953, "subreddit": "algotrading", "cluster": 676, "color": 2}, {"x": -42.25315475463867, "y": -26.051467895507812, "subreddit": "cfa", "cluster": 676, "color": 2}, {"x": -41.224491119384766, "y": -25.72753143310547, "subreddit": "finance", "cluster": 676, "color": 2}, {"x": -41.95759582519531, "y": -25.94378089904785, "subreddit": "financialcareers", "cluster": 676, "color": 2}, {"x": -52.837158203125, "y": -62.85373306274414, "subreddit": "financialplanning", "cluster": 676, "color": 2}, {"x": -40.505516052246094, "y": -25.577068328857422, "subreddit": "securityanalysis", "cluster": 676, "color": 2}, {"x": -30.347240447998047, "y": -22.86494255065918, "subreddit": "alienblue", "cluster": 49, "color": 0}, {"x": -28.611652374267578, "y": -23.22878074645996, "subreddit": "help", "cluster": 49, "color": 0}, {"x": -30.435203552246094, "y": -22.84471321105957, "subreddit": "redditmobile", "cluster": 49, "color": 0}, {"x": 46.99827194213867, "y": -2.5424394607543945, "subreddit": "alienisolation", "cluster": 1701, "color": 4}, {"x": 57.57661056518555, "y": -1.1570885181427002, "subreddit": "battlefront", "cluster": 1701, "color": 4}, {"x": 58.09205627441406, "y": -0.5462697744369507, "subreddit": "battlefronttwo", "cluster": 1701, "color": 4}, {"x": 58.49354553222656, "y": 0.535232663154602, "subreddit": "fallenorder", "cluster": 1701, "color": 4}, {"x": 58.059234619140625, "y": -0.4413631856441498, "subreddit": "starwarsbattlefront", "cluster": 1701, "color": 4}, {"x": 92.63483428955078, "y": 43.90776443481445, "subreddit": "aliens", "cluster": 790, "color": 0}, {"x": -23.870487213134766, "y": 9.369658470153809, "subreddit": "dimensionaljumping", "cluster": 790, "color": 0}, {"x": -23.59917449951172, "y": 9.573768615722656, "subreddit": "glitch_in_the_matrix", "cluster": 790, "color": 0}, {"x": -23.01238250732422, "y": 10.115762710571289, "subreddit": "glitchinthematrix", "cluster": 790, "color": 0}, {"x": -24.615833282470703, "y": 8.606728553771973, "subreddit": "timetravel", "cluster": 790, "color": 0}, {"x": -88.72437286376953, "y": -6.589810371398926, "subreddit": "alienware", "cluster": 767, "color": 1}, {"x": -88.60411071777344, "y": -6.74464750289917, "subreddit": "gaminglaptops", "cluster": 767, "color": 1}, {"x": -88.1008071899414, "y": -7.571134090423584, "subreddit": "lenovo", "cluster": 767, "color": 1}, {"x": -86.44522094726562, "y": -4.213649749755859, "subreddit": "msilaptops", "cluster": 767, "color": 1}, {"x": -47.01762008666992, "y": -38.11430740356445, "subreddit": "aliexpress", "cluster": 55, "color": 0}, {"x": -46.92355728149414, "y": -39.807472229003906, "subreddit": "amazon", "cluster": 55, "color": 0}, {"x": -46.25300979614258, "y": -39.40625762939453, "subreddit": "amazonprime", "cluster": 55, "color": 0}, {"x": -45.345680236816406, "y": -39.436981201171875, "subreddit": "blogging", "cluster": 55, "color": 0}, {"x": -28.49834632873535, "y": -88.64063262939453, "subreddit": "horseracing", "cluster": 55, "color": 0}, {"x": -20.74551773071289, "y": -22.291889190673828, "subreddit": "alisonbrie", "cluster": 406, "color": 1}, {"x": -20.920372009277344, "y": -22.366500854492188, "subreddit": "community", "cluster": 406, "color": 1}, {"x": -21.75401496887207, "y": -21.943675994873047, "subreddit": "harmontown", "cluster": 406, "color": 1}, {"x": -64.83226776123047, "y": 74.17208862304688, "subreddit": "alitabattleangel", "cluster": 828, "color": 1}, {"x": -64.50626373291016, "y": 75.0342788696289, "subreddit": "codegeass", "cluster": 828, "color": 1}, {"x": -64.60149383544922, "y": 74.79230499267578, "subreddit": "gunnm", "cluster": 828, "color": 1}, {"x": 52.61484909057617, "y": 81.4604263305664, "subreddit": "allergies", "cluster": 144, "color": 0}, {"x": 52.60918045043945, "y": 81.45791625976562, "subreddit": "asthma", "cluster": 144, "color": 0}, {"x": 17.69453239440918, "y": 5.0579304695129395, "subreddit": "allsports4ktv", "cluster": 433, "color": 0}, {"x": 19.947528839111328, "y": 7.857386112213135, "subreddit": "amaaggregator", "cluster": 433, "color": 0}, {"x": 116.79791259765625, "y": -15.91283130645752, "subreddit": "boxingfight1", "cluster": 433, "color": 0}, {"x": 86.20025634765625, "y": -19.97795867919922, "subreddit": "compdota2", "cluster": 433, "color": 0}, {"x": 17.542137145996094, "y": 5.119116306304932, "subreddit": "cowboysramslivetv", "cluster": 433, "color": 0}, {"x": -26.110136032104492, "y": 17.0863094329834, "subreddit": "destiny_2", "cluster": 433, "color": 0}, {"x": 52.79967498779297, "y": -102.21653747558594, "subreddit": "eft_lfg", "cluster": 433, "color": 0}, {"x": 19.170442581176758, "y": 5.2305378913879395, "subreddit": "esoguilds", "cluster": 433, "color": 0}, {"x": 22.537622451782227, "y": 4.254917144775391, "subreddit": "ffxivhousingmarket", "cluster": 433, "color": 0}, {"x": 18.130617141723633, "y": 3.530921459197998, "subreddit": "fifaclubs", "cluster": 433, "color": 0}, {"x": 16.61334991455078, "y": 5.277132987976074, "subreddit": "findaleague", "cluster": 433, "color": 0}, {"x": 17.290388107299805, "y": 4.034782409667969, "subreddit": "findaunit", "cluster": 433, "color": 0}, {"x": 17.68400001525879, "y": 7.677780628204346, "subreddit": "fortnitelfg", "cluster": 433, "color": 0}, {"x": 18.599721908569336, "y": 6.653588771820068, "subreddit": "gamerpals", "cluster": 433, "color": 0}, {"x": 18.350608825683594, "y": 4.545903205871582, "subreddit": "guildrecruitment", "cluster": 433, "color": 0}, {"x": 16.978612899780273, "y": 3.0054214000701904, "subreddit": "kindvoice", "cluster": 433, "color": 0}, {"x": 17.81123161315918, "y": 6.532607078552246, "subreddit": "leagueconnect", "cluster": 433, "color": 0}, {"x": 18.553163528442383, "y": 2.246636390686035, "subreddit": "lfg", "cluster": 433, "color": 0}, {"x": 15.450887680053711, "y": 3.9245946407318115, "subreddit": "motorsportsstreams", "cluster": 433, "color": 0}, {"x": 19.211275100708008, "y": 3.9900286197662354, "subreddit": "nfl_game2018", "cluster": 433, "color": 0}, {"x": 18.251811981201172, "y": 5.498852729797363, "subreddit": "nflgamesday", "cluster": 433, "color": 0}, {"x": 17.1259708404541, "y": 5.859619617462158, "subreddit": "overwatchlft", "cluster": 433, "color": 0}, {"x": 14.571916580200195, "y": 6.559386730194092, "subreddit": "playarkservers", "cluster": 433, "color": 0}, {"x": 15.238188743591309, "y": 5.2222371101379395, "subreddit": "proofreading", "cluster": 433, "color": 0}, {"x": 16.65874671936035, "y": 7.011016368865967, "subreddit": "r6steams", "cluster": 433, "color": 0}, {"x": 16.080385208129883, "y": 6.100203990936279, "subreddit": "recruitcs", "cluster": 433, "color": 0}, {"x": 19.607894897460938, "y": 6.311458110809326, "subreddit": "rocketleaguefriends", "cluster": 433, "color": 0}, {"x": 20.46070098876953, "y": 3.763671398162842, "subreddit": "smitelfm", "cluster": 433, "color": 0}, {"x": -37.3798942565918, "y": -101.9963607788086, "subreddit": "sportsbook", "cluster": 433, "color": 0}, {"x": 17.584333419799805, "y": 5.112732410430908, "subreddit": "sportsnext", "cluster": 433, "color": 0}, {"x": 15.707515716552734, "y": 2.246032238006592, "subreddit": "swgoh_guilds", "cluster": 433, "color": 0}, {"x": 20.484508514404297, "y": 0.4414013922214508, "subreddit": "tabletopsimulator", "cluster": 433, "color": 0}, {"x": 56.18800354003906, "y": 16.287477493286133, "subreddit": "tarkovtrading", "cluster": 433, "color": 0}, {"x": 16.406187057495117, "y": 4.411126613616943, "subreddit": "teamredditteams", "cluster": 433, "color": 0}, {"x": 19.956138610839844, "y": 2.395977020263672, "subreddit": "twitch_startup", "cluster": 433, "color": 0}, {"x": 41.60502243041992, "y": 12.914008140563965, "subreddit": "warframeclanrecruit", "cluster": 433, "color": 0}, {"x": 17.35888671875, "y": 5.026986122131348, "subreddit": "wowguilds", "cluster": 433, "color": 0}, {"x": -35.481712341308594, "y": -10.652200698852539, "subreddit": "allsportshq", "cluster": 50, "color": 0}, {"x": 55.428245544433594, "y": -97.93769073486328, "subreddit": "allsvenskan", "cluster": 1746, "color": 5}, {"x": 54.038822174072266, "y": -92.55818176269531, "subreddit": "gothenburg", "cluster": 1746, "color": 5}, {"x": 45.1312141418457, "y": 17.77596664428711, "subreddit": "ignorantimgur", "cluster": 1746, "color": 5}, {"x": 52.8217887878418, "y": -92.98526763916016, "subreddit": "stockholm", "cluster": 1746, "color": 5}, {"x": 54.0709114074707, "y": -93.9019775390625, "subreddit": "svenskpolitik", "cluster": 1746, "color": 5}, {"x": 52.39997100830078, "y": -94.24346923828125, "subreddit": "swarje", "cluster": 1746, "color": 5}, {"x": 53.34522247314453, "y": -93.55229187011719, "subreddit": "sweden", "cluster": 1746, "color": 5}, {"x": 52.349124908447266, "y": -95.64124298095703, "subreddit": "swedents", "cluster": 1746, "color": 5}, {"x": 52.1839599609375, "y": -94.5130844116211, "subreddit": "swedishproblems", "cluster": 1746, "color": 5}, {"x": 56.89091110229492, "y": -80.62718200683594, "subreddit": "allthingsprotoss", "cluster": 1695, "color": 3}, {"x": 57.736907958984375, "y": -81.8514633178711, "subreddit": "allthingsterran", "cluster": 1695, "color": 3}, {"x": 57.93953323364258, "y": -80.34674072265625, "subreddit": "allthingszerg", "cluster": 1695, "color": 3}, {"x": 55.44736099243164, "y": -97.97732543945312, "subreddit": "broodwar", "cluster": 1695, "color": 3}, {"x": 97.7779541015625, "y": -112.55671691894531, "subreddit": "presidentialracememes", "cluster": 1695, "color": 3}, {"x": 57.27404022216797, "y": -80.69589233398438, "subreddit": "starcraft", "cluster": 1695, "color": 3}, {"x": 58.558624267578125, "y": -80.72898864746094, "subreddit": "starcraft2", "cluster": 1695, "color": 3}, {"x": 57.819637298583984, "y": -82.15046691894531, "subreddit": "starcraft_strategy", "cluster": 1695, "color": 3}, {"x": -40.23874282836914, "y": 62.38699722290039, "subreddit": "almostahero", "cluster": 757, "color": 2}, {"x": -76.42512512207031, "y": -7.858858585357666, "subreddit": "galaxys7", "cluster": 757, "color": 2}, {"x": -76.42523956298828, "y": -7.769157409667969, "subreddit": "galaxys8", "cluster": 757, "color": 2}, {"x": -78.79981231689453, "y": -4.589862823486328, "subreddit": "galaxys9", "cluster": 757, "color": 2}, {"x": -34.4388313293457, "y": -52.657073974609375, "subreddit": "alonetv", "cluster": 305, "color": 0}, {"x": -54.65134811401367, "y": -51.65541458129883, "subreddit": "axecraft", "cluster": 305, "color": 0}, {"x": -54.43093490600586, "y": -52.560115814208984, "subreddit": "bushcraft", "cluster": 305, "color": 0}, {"x": 32.94404220581055, "y": 23.37407875061035, "subreddit": "leathercraft", "cluster": 305, "color": 0}, {"x": -54.366641998291016, "y": -52.771400451660156, "subreddit": "survival", "cluster": 305, "color": 0}, {"x": -82.0089111328125, "y": 3.9229986667633057, "subreddit": "woodcarving", "cluster": 305, "color": 0}, {"x": 5.040802955627441, "y": 125.00857543945312, "subreddit": "alphabaymarket", "cluster": 51, "color": 0}, {"x": 5.0610833168029785, "y": 125.0335464477539, "subreddit": "dream_market", "cluster": 51, "color": 0}, {"x": 2.2402329444885254, "y": 125.94995880126953, "subreddit": "fraudnet2", "cluster": 51, "color": 0}, {"x": -4.482005596160889, "y": 5.392116546630859, "subreddit": "alpharadtv", "cluster": 1647, "color": 4}, {"x": -39.74423599243164, "y": 27.405250549316406, "subreddit": "crazyhand", "cluster": 1647, "color": 4}, {"x": -39.32683181762695, "y": 24.647308349609375, "subreddit": "pokkengame", "cluster": 1647, "color": 4}, {"x": -38.787960052490234, "y": 26.027671813964844, "subreddit": "rivalsofaether", "cluster": 1647, "color": 4}, {"x": -40.1772346496582, "y": 26.079011917114258, "subreddit": "smashbros", "cluster": 1647, "color": 4}, {"x": -41.63825988769531, "y": 24.470064163208008, "subreddit": "smashcirclejerk", "cluster": 1647, "color": 4}, {"x": -0.581447958946228, "y": -126.40078735351562, "subreddit": "speedrun", "cluster": 1647, "color": 4}, {"x": -40.26642990112305, "y": 25.888124465942383, "subreddit": "ssbpm", "cluster": 1647, "color": 4}, {"x": -62.83585739135742, "y": -59.89855194091797, "subreddit": "alpinism", "cluster": 1204, "color": 0}, {"x": -63.06114196777344, "y": -57.01051330566406, "subreddit": "arcteryx", "cluster": 1204, "color": 0}, {"x": -62.844329833984375, "y": -59.885498046875, "subreddit": "mountaineering", "cluster": 1204, "color": 0}, {"x": 48.696998596191406, "y": -19.81703758239746, "subreddit": "alteredcarbon", "cluster": 1799, "color": 4}, {"x": 48.928401947021484, "y": -18.51835823059082, "subreddit": "cyberpunkgame", "cluster": 1799, "color": 4}, {"x": 48.508121490478516, "y": -21.276256561279297, "subreddit": "factorio", "cluster": 1799, "color": 4}, {"x": 48.678314208984375, "y": -20.042919158935547, "subreddit": "theculture", "cluster": 1799, "color": 4}, {"x": 36.12538528442383, "y": -60.68846130371094, "subreddit": "alternatehistory", "cluster": 867, "color": 0}, {"x": -86.35234069824219, "y": -80.45883178710938, "subreddit": "ar10", "cluster": 867, "color": 0}, {"x": -86.12757873535156, "y": -80.94021606445312, "subreddit": "futurewhatif", "cluster": 867, "color": 0}, {"x": -86.2004623413086, "y": -80.8067626953125, "subreddit": "historywhatif", "cluster": 867, "color": 0}, {"x": -88.6353988647461, "y": 34.56364822387695, "subreddit": "alternativeamazonvgf", "cluster": 1286, "color": 4}, {"x": -92.01525115966797, "y": 31.159595489501953, "subreddit": "korn", "cluster": 1286, "color": 4}, {"x": -92.0084228515625, "y": 31.426198959350586, "subreddit": "linkinpark", "cluster": 1286, "color": 4}, {"x": -90.17693328857422, "y": 32.4669189453125, "subreddit": "marilyn_manson", "cluster": 1286, "color": 4}, {"x": -91.75411987304688, "y": 32.961761474609375, "subreddit": "nin", "cluster": 1286, "color": 4}, {"x": -91.88801574707031, "y": 33.32033157348633, "subreddit": "nincirclejerk", "cluster": 1286, "color": 4}, {"x": -14.819717407226562, "y": -5.669849872589111, "subreddit": "alternativeart", "cluster": 921, "color": 1}, {"x": -15.046995162963867, "y": -9.690814018249512, "subreddit": "armoredwomen", "cluster": 921, "color": 1}, {"x": -14.362192153930664, "y": -8.274478912353516, "subreddit": "comicbookart", "cluster": 921, "color": 1}, {"x": -16.218265533447266, "y": -8.494078636169434, "subreddit": "imaginaryhorrors", "cluster": 921, "color": 1}, {"x": -15.572624206542969, "y": -8.026811599731445, "subreddit": "imaginaryjedi", "cluster": 921, "color": 1}, {"x": -15.97249984741211, "y": -8.651777267456055, "subreddit": "imaginaryleviathans", "cluster": 921, "color": 1}, {"x": -16.073348999023438, "y": -7.811887264251709, "subreddit": "imaginarymindscapes", "cluster": 921, "color": 1}, {"x": -17.391443252563477, "y": -8.31961727142334, "subreddit": "imaginarysliceoflife", "cluster": 921, "color": 1}, {"x": -16.023603439331055, "y": -9.28099536895752, "subreddit": "imaginarywesteros", "cluster": 921, "color": 1}, {"x": -16.709489822387695, "y": -6.461634159088135, "subreddit": "specart", "cluster": 921, "color": 1}, {"x": -17.01077651977539, "y": -10.180445671081543, "subreddit": "tomhiddleston", "cluster": 921, "color": 1}, {"x": -39.50425338745117, "y": 14.707688331604004, "subreddit": "althomestuck", "cluster": 1902, "color": 3}, {"x": 50.739227294921875, "y": -28.77400779724121, "subreddit": "paradoxplaza", "cluster": 1902, "color": 3}, {"x": 42.08955001831055, "y": -78.6869888305664, "subreddit": "redditbrigade", "cluster": 1902, "color": 3}, {"x": 50.819095611572266, "y": -29.29373550415039, "subreddit": "victoria2", "cluster": 1902, "color": 3}, {"x": 14.190705299377441, "y": -18.209630966186523, "subreddit": "altnewz", "cluster": 159, "color": 1}, {"x": 13.09036922454834, "y": -18.19476890563965, "subreddit": "autonewspaper", "cluster": 159, "color": 1}, {"x": 13.328091621398926, "y": -17.412334442138672, "subreddit": "cnet_all_rss", "cluster": 159, "color": 1}, {"x": 11.659811019897461, "y": -19.7391357421875, "subreddit": "cyberlaws", "cluster": 159, "color": 1}, {"x": 9.409287452697754, "y": -23.855144500732422, "subreddit": "economy", "cluster": 159, "color": 1}, {"x": 15.423954963684082, "y": -22.724342346191406, "subreddit": "hackernews", "cluster": 159, "color": 1}, {"x": 14.0712308883667, "y": -19.564146041870117, "subreddit": "islamunveiled", "cluster": 159, "color": 1}, {"x": 13.973426818847656, "y": -15.160256385803223, "subreddit": "keepournetfree", "cluster": 159, "color": 1}, {"x": 13.9617919921875, "y": -15.205042839050293, "subreddit": "netneutrality", "cluster": 159, "color": 1}, {"x": 12.220995903015137, "y": -17.080930709838867, "subreddit": "noshitsherlock", "cluster": 159, "color": 1}, {"x": 11.353866577148438, "y": -18.00299835205078, "subreddit": "panamapapers", "cluster": 159, "color": 1}, {"x": 13.21558952331543, "y": -20.81755828857422, "subreddit": "realtech", "cluster": 159, "color": 1}, {"x": 11.618769645690918, "y": -20.15544319152832, "subreddit": "restorethefourth", "cluster": 159, "color": 1}, {"x": 12.808429718017578, "y": -18.731380462646484, "subreddit": "savedyouaclick", "cluster": 159, "color": 1}, {"x": 27.114097595214844, "y": 13.120137214660645, "subreddit": "the_donald_discuss", "cluster": 159, "color": 1}, {"x": 12.352090835571289, "y": -18.674650192260742, "subreddit": "worldnews", "cluster": 159, "color": 1}, {"x": 1.1908650398254395, "y": -1.494944453239441, "subreddit": "amateurfights", "cluster": 1721, "color": 4}, {"x": -22.72506332397461, "y": 26.989166259765625, "subreddit": "dominos", "cluster": 1721, "color": 4}, {"x": -18.90143585205078, "y": 12.634410858154297, "subreddit": "fightporn", "cluster": 1721, "color": 4}, {"x": -19.03282928466797, "y": 12.459619522094727, "subreddit": "streetfights", "cluster": 1721, "color": 4}, {"x": -92.87210845947266, "y": -14.327144622802734, "subreddit": "amateurphotography", "cluster": 743, "color": 2}, {"x": -92.86965942382812, "y": -15.26020336151123, "subreddit": "fujifilm", "cluster": 743, "color": 2}, {"x": -92.9011001586914, "y": -15.363029479980469, "subreddit": "fujix", "cluster": 743, "color": 2}, {"x": -57.0478401184082, "y": -49.21271514892578, "subreddit": "amateurradio", "cluster": 52, "color": 0}, {"x": -57.034088134765625, "y": -49.20595932006836, "subreddit": "hamradio", "cluster": 52, "color": 0}, {"x": 96.44713592529297, "y": -34.24714279174805, "subreddit": "amazonfaeries", "cluster": 1490, "color": 2}, {"x": 92.89350891113281, "y": -33.47431564331055, "subreddit": "bookexchange", "cluster": 1490, "color": 2}, {"x": 96.04185485839844, "y": -34.85721969604492, "subreddit": "random_acts_of_amazon", "cluster": 1490, "color": 2}, {"x": 93.71369171142578, "y": -37.73554992675781, "subreddit": "randomactsofamazon", "cluster": 1490, "color": 2}, {"x": 93.74527740478516, "y": -34.555973052978516, "subreddit": "randomactsofgifting", "cluster": 1490, "color": 2}, {"x": 96.02424621582031, "y": -35.12472915649414, "subreddit": "wishlist", "cluster": 1490, "color": 2}, {"x": -128.48623657226562, "y": -0.37375038862228394, "subreddit": "amazonflexdrivers", "cluster": 554, "color": 2}, {"x": -126.9686508178711, "y": 2.0533854961395264, "subreddit": "doordash", "cluster": 554, "color": 2}, {"x": -127.02201843261719, "y": 2.143291473388672, "subreddit": "doordash_drivers", "cluster": 554, "color": 2}, {"x": 10.461031913757324, "y": -42.372283935546875, "subreddit": "instacartshoppers", "cluster": 554, "color": 2}, {"x": -49.522499084472656, "y": -92.38642120361328, "subreddit": "ncaafbseries", "cluster": 554, "color": 2}, {"x": -124.4258041381836, "y": 5.991969108581543, "subreddit": "skipthedishes", "cluster": 554, "color": 2}, {"x": -43.98479080200195, "y": -38.5012321472168, "subreddit": "amazonmerch", "cluster": 624, "color": 0}, {"x": -37.75556564331055, "y": -43.94585037231445, "subreddit": "copywriting", "cluster": 624, "color": 0}, {"x": -38.290592193603516, "y": -41.4110107421875, "subreddit": "entrepreneur", "cluster": 624, "color": 0}, {"x": -39.07259750366211, "y": -40.629920959472656, "subreddit": "entrepreneurridealong", "cluster": 624, "color": 0}, {"x": -44.3068962097168, "y": -39.22123336791992, "subreddit": "juststart", "cluster": 624, "color": 0}, {"x": -37.324058532714844, "y": -42.21675491333008, "subreddit": "sales", "cluster": 624, "color": 0}, {"x": -37.31413650512695, "y": -38.56595993041992, "subreddit": "sideproject", "cluster": 624, "color": 0}, {"x": -38.387821197509766, "y": -41.686241149902344, "subreddit": "smallbusiness", "cluster": 624, "color": 0}, {"x": -37.32283020019531, "y": -38.60066604614258, "subreddit": "startup", "cluster": 624, "color": 0}, {"x": -37.47233963012695, "y": -40.67038345336914, "subreddit": "startups", "cluster": 624, "color": 0}, {"x": 41.201560974121094, "y": 44.35282516479492, "subreddit": "amberlynn", "cluster": 594, "color": 1}, {"x": 43.59442901611328, "y": 41.956668853759766, "subreddit": "bingeeatingdisorder", "cluster": 594, "color": 1}, {"x": 41.80995178222656, "y": 41.07688522338867, "subreddit": "edanonymemes", "cluster": 594, "color": 1}, {"x": 41.69471740722656, "y": 41.06886672973633, "subreddit": "edanonymous", "cluster": 594, "color": 1}, {"x": 40.907981872558594, "y": 41.58887481689453, "subreddit": "edfood", "cluster": 594, "color": 1}, {"x": 41.86549758911133, "y": 38.90529251098633, "subreddit": "fuckeatingdisorders", "cluster": 594, "color": 1}, {"x": 9.226457595825195, "y": 113.2307357788086, "subreddit": "ambien", "cluster": 570, "color": 1}, {"x": 11.314120292663574, "y": 114.44619750976562, "subreddit": "benzodiazepines", "cluster": 570, "color": 1}, {"x": 10.706008911132812, "y": 123.56403350830078, "subreddit": "darknet", "cluster": 570, "color": 1}, {"x": 11.769746780395508, "y": 111.14982604980469, "subreddit": "drugmemes", "cluster": 570, "color": 1}, {"x": 11.852828979492188, "y": 113.02333068847656, "subreddit": "drugsarebeautiful", "cluster": 570, "color": 1}, {"x": 11.950379371643066, "y": 110.7428970336914, "subreddit": "drugscirclejerk", "cluster": 570, "color": 1}, {"x": 11.803397178649902, "y": 112.99874114990234, "subreddit": "drugstashes", "cluster": 570, "color": 1}, {"x": 6.349865436553955, "y": 114.26656341552734, "subreddit": "drugtesthelp", "cluster": 570, "color": 1}, {"x": 9.999115943908691, "y": 116.4011459350586, "subreddit": "lean", "cluster": 570, "color": 1}, {"x": 13.241931915283203, "y": 116.23909759521484, "subreddit": "opiatechurch", "cluster": 570, "color": 1}, {"x": 11.949176788330078, "y": 115.71078491210938, "subreddit": "pillhead", "cluster": 570, "color": 1}, {"x": -13.110906600952148, "y": -109.82737731933594, "subreddit": "ambientmusic", "cluster": 568, "color": 0}, {"x": 18.066402435302734, "y": 99.15234375, "subreddit": "druggardening", "cluster": 568, "color": 0}, {"x": 17.33115577697754, "y": 102.19794464111328, "subreddit": "lsa", "cluster": 568, "color": 0}, {"x": 18.10546112060547, "y": 99.04447174072266, "subreddit": "sanpedrocactus", "cluster": 568, "color": 0}, {"x": -18.63278579711914, "y": -82.26827239990234, "subreddit": "amcsalist", "cluster": 1208, "color": 2}, {"x": 89.65058898925781, "y": 72.33428955078125, "subreddit": "asheronscall", "cluster": 1208, "color": 2}, {"x": 101.34290313720703, "y": 67.65189361572266, "subreddit": "disneymagickingdoms", "cluster": 1208, "color": 2}, {"x": -18.4331111907959, "y": -82.2349853515625, "subreddit": "moviepass", "cluster": 1208, "color": 2}, {"x": -16.992063522338867, "y": -82.08564758300781, "subreddit": "moviepassclub", "cluster": 1208, "color": 2}, {"x": -17.107194900512695, "y": -82.0946044921875, "subreddit": "sinemia", "cluster": 1208, "color": 2}, {"x": -135.20956420898438, "y": 25.049701690673828, "subreddit": "americanbasketballfed", "cluster": 218, "color": 2}, {"x": -134.5644073486328, "y": 25.29654884338379, "subreddit": "basketballgm", "cluster": 218, "color": 2}, {"x": -136.1591339111328, "y": 24.7065486907959, "subreddit": "bgasl", "cluster": 218, "color": 2}, {"x": -136.3349151611328, "y": 24.642858505249023, "subreddit": "bgmll", "cluster": 218, "color": 2}, {"x": -13.559911727905273, "y": -37.42515182495117, "subreddit": "americangods", "cluster": 1829, "color": 4}, {"x": -12.557706832885742, "y": -38.9976806640625, "subreddit": "brakebills", "cluster": 1829, "color": 4}, {"x": -9.34138298034668, "y": 13.899006843566895, "subreddit": "bulletbarry", "cluster": 1829, "color": 4}, {"x": -12.033446311950684, "y": -37.866817474365234, "subreddit": "lucifer", "cluster": 1829, "color": 4}, {"x": 62.080509185791016, "y": -0.27552640438079834, "subreddit": "skyrimtogether", "cluster": 1829, "color": 4}, {"x": -12.27961540222168, "y": -36.78123474121094, "subreddit": "theboys", "cluster": 1829, "color": 4}, {"x": -12.119084358215332, "y": -37.699317932128906, "subreddit": "titanstv", "cluster": 1829, "color": 4}, {"x": -10.879861831665039, "y": -37.6309928894043, "subreddit": "youngjustice", "cluster": 1829, "color": 4}, {"x": -20.98677635192871, "y": -42.52690505981445, "subreddit": "americanhorrorstory", "cluster": 1591, "color": 4}, {"x": -21.100309371948242, "y": -44.28711700439453, "subreddit": "mtvscream", "cluster": 1591, "color": 4}, {"x": -21.10556411743164, "y": -44.2957763671875, "subreddit": "prettylittleliars", "cluster": 1591, "color": 4}, {"x": -21.023900985717773, "y": -42.89427185058594, "subreddit": "screamqueenstv", "cluster": 1591, "color": 4}, {"x": -19.96006965637207, "y": -40.39955520629883, "subreddit": "americanidol", "cluster": 57, "color": 0}, {"x": -19.739784240722656, "y": -40.039100646972656, "subreddit": "thenightof", "cluster": 57, "color": 0}, {"x": 13.668081283569336, "y": -22.81038475036621, "subreddit": "americanpolitics", "cluster": 616, "color": 2}, {"x": 13.117443084716797, "y": -23.99234962463379, "subreddit": "endlesswar", "cluster": 616, "color": 2}, {"x": 12.819186210632324, "y": -23.734914779663086, "subreddit": "intelligence", "cluster": 616, "color": 2}, {"x": 13.723336219787598, "y": -24.572460174560547, "subreddit": "randpaul", "cluster": 616, "color": 2}, {"x": 12.166324615478516, "y": -25.044923782348633, "subreddit": "worldevents", "cluster": 616, "color": 2}, {"x": -20.43694496154785, "y": -89.83635711669922, "subreddit": "amex", "cluster": 442, "color": 3}, {"x": -17.804872512817383, "y": -86.14778137207031, "subreddit": "banking", "cluster": 442, "color": 3}, {"x": -19.41666603088379, "y": -89.90621948242188, "subreddit": "credit", "cluster": 442, "color": 3}, {"x": -20.046693801879883, "y": -89.84628295898438, "subreddit": "creditcards", "cluster": 442, "color": 3}, {"x": -18.170549392700195, "y": -20.357027053833008, "subreddit": "amibeingdetained", "cluster": 906, "color": 3}, {"x": -19.48954963684082, "y": -23.488452911376953, "subreddit": "arresteddevelopment", "cluster": 906, "color": 3}, {"x": -27.46371841430664, "y": -8.137415885925293, "subreddit": "callmebyyourname", "cluster": 906, "color": 3}, {"x": -19.05193519592285, "y": -20.432907104492188, "subreddit": "iasip", "cluster": 906, "color": 3}, {"x": -102.25859069824219, "y": -124.09886169433594, "subreddit": "letterkenny", "cluster": 906, "color": 3}, {"x": -21.032262802124023, "y": -19.29812240600586, "subreddit": "mitchellandwebb", "cluster": 906, "color": 3}, {"x": -18.407188415527344, "y": -21.38485336303711, "subreddit": "scrubs", "cluster": 906, "color": 3}, {"x": -19.327665328979492, "y": -20.201757431030273, "subreddit": "the_dennis", "cluster": 906, "color": 3}, {"x": 89.9355697631836, "y": -57.20869827270508, "subreddit": "trailerparkboys", "cluster": 906, "color": 3}, {"x": -0.9411162734031677, "y": -2.047337532043457, "subreddit": "workaholics", "cluster": 906, "color": 3}, {"x": 25.629730224609375, "y": -4.987298488616943, "subreddit": "amifreetogo", "cluster": 174, "color": 0}, {"x": 25.88235855102539, "y": -4.900352478027344, "subreddit": "bad_cop_no_donut", "cluster": 174, "color": 0}, {"x": 26.6937255859375, "y": -4.570832252502441, "subreddit": "rightwinglgbt", "cluster": 174, "color": 0}, {"x": 27.347116470336914, "y": -4.353463649749756, "subreddit": "walkaway", "cluster": 174, "color": 0}, {"x": -50.08685302734375, "y": -28.641109466552734, "subreddit": "amiga", "cluster": 1063, "color": 3}, {"x": -5.12295389175415, "y": -64.25457763671875, "subreddit": "archlinux", "cluster": 1063, "color": 3}, {"x": -6.852986812591553, "y": -61.570823669433594, "subreddit": "debian", "cluster": 1063, "color": 3}, {"x": 49.656700134277344, "y": 18.621267318725586, "subreddit": "elementaryos", "cluster": 1063, "color": 3}, {"x": 18.856260299682617, "y": -42.3938102722168, "subreddit": "gentoo", "cluster": 1063, "color": 3}, {"x": -8.672443389892578, "y": -64.59054565429688, "subreddit": "kde", "cluster": 1063, "color": 3}, {"x": -17.742841720581055, "y": 48.991180419921875, "subreddit": "krita", "cluster": 1063, "color": 3}, {"x": -6.262369155883789, "y": -63.212615966796875, "subreddit": "linux", "cluster": 1063, "color": 3}, {"x": -45.264278411865234, "y": -31.629560470581055, "subreddit": "linux_gaming", "cluster": 1063, "color": 3}, {"x": -9.441672325134277, "y": -62.17369079589844, "subreddit": "linuxactionshow", "cluster": 1063, "color": 3}, {"x": -46.42002868652344, "y": -29.478885650634766, "subreddit": "linuxmasterrace", "cluster": 1063, "color": 3}, {"x": -46.40958786010742, "y": -29.39167022705078, "subreddit": "linuxmemes", "cluster": 1063, "color": 3}, {"x": -6.241272926330566, "y": -63.10698699951172, "subreddit": "opensource", "cluster": 1063, "color": 3}, {"x": -50.92837905883789, "y": -32.68085861206055, "subreddit": "solusproject", "cluster": 1063, "color": 3}, {"x": -8.936978340148926, "y": -64.95809173583984, "subreddit": "vfio", "cluster": 1063, "color": 3}, {"x": -4.159991264343262, "y": 63.0457763671875, "subreddit": "amihot", "cluster": 60, "color": 0}, {"x": -4.272692680358887, "y": 63.29243469238281, "subreddit": "amipretty", "cluster": 60, "color": 0}, {"x": -4.315205097198486, "y": 64.07504272460938, "subreddit": "amiuglybrutallyhonest", "cluster": 60, "color": 0}, {"x": -52.46663284301758, "y": 27.962261199951172, "subreddit": "amiibo", "cluster": 58, "color": 0}, {"x": -52.297725677490234, "y": 27.8642635345459, "subreddit": "amiiboswap", "cluster": 58, "color": 0}, {"x": 80.42081451416016, "y": 59.27642059326172, "subreddit": "monstermusume", "cluster": 58, "color": 0}, {"x": -53.1541633605957, "y": 28.348827362060547, "subreddit": "worldofnintendo", "cluster": 58, "color": 0}, {"x": -49.4880485534668, "y": 19.630062103271484, "subreddit": "amiibocanada", "cluster": 59, "color": 0}, {"x": -48.950172424316406, "y": 18.404346466064453, "subreddit": "ghibli", "cluster": 59, "color": 0}, {"x": -49.555667877197266, "y": 19.755090713500977, "subreddit": "videogamedealscanada", "cluster": 59, "color": 0}, {"x": -1.6633836030960083, "y": 62.905277252197266, "subreddit": "amisexy", "cluster": 61, "color": 1}, {"x": -1.6264528036117554, "y": 63.00727462768555, "subreddit": "amiugly", "cluster": 61, "color": 1}, {"x": -1.9514503479003906, "y": 62.657466888427734, "subreddit": "rateme", "cluster": 61, "color": 1}, {"x": -9.766979217529297, "y": 0.2715469300746918, "subreddit": "amishadowbanned", "cluster": 1858, "color": 5}, {"x": -8.125268936157227, "y": -0.562159538269043, "subreddit": "evex", "cluster": 1858, "color": 5}, {"x": -47.30601119995117, "y": 80.73487854003906, "subreddit": "happywars", "cluster": 1858, "color": 5}, {"x": 0.7694862484931946, "y": 10.195671081542969, "subreddit": "quizzybot", "cluster": 1858, "color": 5}, {"x": 455.322998046875, "y": 320.2605895996094, "subreddit": "shadowbanned", "cluster": 1858, "color": 5}, {"x": 0.7852081060409546, "y": 10.037701606750488, "subreddit": "shittyrobots", "cluster": 1858, "color": 5}, {"x": -8.032045364379883, "y": 1.3073804378509521, "subreddit": "test", "cluster": 1858, "color": 5}, {"x": -8.056361198425293, "y": 0.39487823843955994, "subreddit": "thebutton", "cluster": 1858, "color": 5}, {"x": -8.07447338104248, "y": 0.4586987793445587, "subreddit": "trollabot", "cluster": 1858, "color": 5}, {"x": 12.18940258026123, "y": 23.115421295166016, "subreddit": "amitheangel", "cluster": 1612, "color": 2}, {"x": 20.01150131225586, "y": -6.361199378967285, "subreddit": "no_sob_story", "cluster": 1612, "color": 2}, {"x": 26.695558547973633, "y": 7.0024733543396, "subreddit": "shitpost", "cluster": 1612, "color": 2}, {"x": 26.745973587036133, "y": 6.988169193267822, "subreddit": "warriors", "cluster": 1612, "color": 2}, {"x": 12.42209529876709, "y": 23.1038761138916, "subreddit": "amitheasshole", "cluster": 1521, "color": 3}, {"x": -7.118658542633057, "y": 70.65444946289062, "subreddit": "askmenadvice", "cluster": 1521, "color": 3}, {"x": -8.483942985534668, "y": 72.49884033203125, "subreddit": "dating_advice", "cluster": 1521, "color": 3}, {"x": 0.3551369309425354, "y": 9.383602142333984, "subreddit": "hukd", "cluster": 1521, "color": 3}, {"x": 29.199254989624023, "y": 11.613443374633789, "subreddit": "relationship_advice", "cluster": 1521, "color": 3}, {"x": 29.22574234008789, "y": 11.620299339294434, "subreddit": "relationships", "cluster": 1521, "color": 3}, {"x": 23.19893455505371, "y": 32.0750846862793, "subreddit": "amithebuttface", "cluster": 289, "color": 1}, {"x": 21.574024200439453, "y": 30.820512771606445, "subreddit": "bridezillas", "cluster": 289, "color": 1}, {"x": 24.331815719604492, "y": 25.879150390625, "subreddit": "exjw", "cluster": 289, "color": 1}, {"x": 20.156042098999023, "y": 31.22901153564453, "subreddit": "shittytattoos", "cluster": 289, "color": 1}, {"x": 21.563398361206055, "y": 30.818904876708984, "subreddit": "weddingshaming", "cluster": 289, "color": 1}, {"x": 38.76484298706055, "y": -85.1015625, "subreddit": "amsterdam", "cluster": 62, "color": 1}, {"x": 38.8344841003418, "y": -85.08531951904297, "subreddit": "amsterdaments", "cluster": 62, "color": 1}, {"x": -58.99101638793945, "y": -18.855924606323242, "subreddit": "asktechnology", "cluster": 62, "color": 1}, {"x": 37.778404235839844, "y": -84.53955078125, "subreddit": "googlemaps", "cluster": 62, "color": 1}, {"x": 38.87399673461914, "y": -87.3418960571289, "subreddit": "iwantout", "cluster": 62, "color": 1}, {"x": 40.10480499267578, "y": -84.68101501464844, "subreddit": "netherlands", "cluster": 62, "color": 1}, {"x": 84.10614013671875, "y": -27.470266342163086, "subreddit": "amv", "cluster": 309, "color": 0}, {"x": -53.974853515625, "y": -17.33071517944336, "subreddit": "cablemanagement", "cluster": 309, "color": 0}, {"x": -38.60939025878906, "y": 91.9934310913086, "subreddit": "corsair", "cluster": 309, "color": 0}, {"x": -54.140220642089844, "y": -17.173994064331055, "subreddit": "gamingpc", "cluster": 309, "color": 0}, {"x": -53.173851013183594, "y": -18.090713500976562, "subreddit": "pcmods", "cluster": 309, "color": 0}, {"x": -52.900238037109375, "y": -18.38250160217285, "subreddit": "watercooling", "cluster": 309, "color": 0}, {"x": 9.1368408203125, "y": -140.3461456298828, "subreddit": "an_rp", "cluster": 1387, "color": 2}, {"x": 12.212441444396973, "y": -139.84121704101562, "subreddit": "descendantsofrome", "cluster": 1387, "color": 2}, {"x": 10.31200885772705, "y": -138.80665588378906, "subreddit": "gameofthronesrp", "cluster": 1387, "color": 2}, {"x": 7.722164154052734, "y": -142.8514404296875, "subreddit": "hogwartsrp", "cluster": 1387, "color": 2}, {"x": 11.883760452270508, "y": -139.68670654296875, "subreddit": "kingdomsalvaticarp", "cluster": 1387, "color": 2}, {"x": 8.604097366333008, "y": -140.31175231933594, "subreddit": "norsemythrp", "cluster": 1387, "color": 2}, {"x": 10.680769920349121, "y": -139.9549102783203, "subreddit": "orhavenacademy", "cluster": 1387, "color": 2}, {"x": 11.380692481994629, "y": -141.8372344970703, "subreddit": "percyjacksonrp", "cluster": 1387, "color": 2}, {"x": 10.795197486877441, "y": -140.6986541748047, "subreddit": "pjrp_community", "cluster": 1387, "color": 2}, {"x": 9.408355712890625, "y": -140.49063110351562, "subreddit": "pjrpafterdark", "cluster": 1387, "color": 2}, {"x": -50.53266525268555, "y": -83.96397399902344, "subreddit": "anaheimducks", "cluster": 870, "color": 3}, {"x": -55.97368621826172, "y": -87.98587799072266, "subreddit": "bluejackets", "cluster": 870, "color": 3}, {"x": -51.90010070800781, "y": -91.40421295166016, "subreddit": "bostonbruins", "cluster": 870, "color": 3}, {"x": -56.73708724975586, "y": -84.75367736816406, "subreddit": "calgaryflames", "cluster": 870, "color": 3}, {"x": -51.54119110107422, "y": -81.66218566894531, "subreddit": "canes", "cluster": 870, "color": 3}, {"x": -55.585853576660156, "y": -83.10171508789062, "subreddit": "canucks", "cluster": 870, "color": 3}, {"x": -44.13901138305664, "y": -87.86024475097656, "subreddit": "caps", "cluster": 870, "color": 3}, {"x": -55.91402053833008, "y": -91.35151672363281, "subreddit": "coloradoavalanche", "cluster": 870, "color": 3}, {"x": -52.507965087890625, "y": -83.6448745727539, "subreddit": "coyotes", "cluster": 870, "color": 3}, {"x": -45.534332275390625, "y": -72.53529357910156, "subreddit": "detroitredwings", "cluster": 870, "color": 3}, {"x": -53.095558166503906, "y": -86.47061157226562, "subreddit": "devils", "cluster": 870, "color": 3}, {"x": -55.11320877075195, "y": -85.12423706054688, "subreddit": "edmontonoilers", "cluster": 870, "color": 3}, {"x": -54.591495513916016, "y": -86.54621887207031, "subreddit": "fantasyhockey", "cluster": 870, "color": 3}, {"x": -46.78988265991211, "y": -86.03998565673828, "subreddit": "floridapanthers", "cluster": 870, "color": 3}, {"x": -54.154842376708984, "y": -83.96588897705078, "subreddit": "habs", "cluster": 870, "color": 3}, {"x": -32.71175003051758, "y": -87.67278289794922, "subreddit": "hawks", "cluster": 870, "color": 3}, {"x": -53.55078887939453, "y": -84.89266967773438, "subreddit": "hgd", "cluster": 870, "color": 3}, {"x": -53.65090560913086, "y": -84.69054412841797, "subreddit": "hockey", "cluster": 870, "color": 3}, {"x": -56.98003387451172, "y": -88.288818359375, "subreddit": "hockeycards", "cluster": 870, "color": 3}, {"x": -58.368431091308594, "y": -88.24150085449219, "subreddit": "hockeyjerseys", "cluster": 870, "color": 3}, {"x": -50.85106658935547, "y": -86.9025650024414, "subreddit": "leafs", "cluster": 870, "color": 3}, {"x": -52.56367111206055, "y": -85.03241729736328, "subreddit": "losangeleskings", "cluster": 870, "color": 3}, {"x": -53.71701431274414, "y": -82.52938842773438, "subreddit": "ottawasenators", "cluster": 870, "color": 3}, {"x": -60.178836822509766, "y": -90.26924133300781, "subreddit": "predators", "cluster": 870, "color": 3}, {"x": -43.24079513549805, "y": -94.70899963378906, "subreddit": "rangers", "cluster": 870, "color": 3}, {"x": -40.103878021240234, "y": -104.73149108886719, "subreddit": "sabres", "cluster": 870, "color": 3}, {"x": -50.82516860961914, "y": -86.62117004394531, "subreddit": "stevedangle", "cluster": 870, "color": 3}, {"x": -54.16018295288086, "y": -79.78853607177734, "subreddit": "tampabaylightning", "cluster": 870, "color": 3}, {"x": -63.206581115722656, "y": -105.87555694580078, "subreddit": "wildhockey", "cluster": 870, "color": 3}, {"x": -57.96276092529297, "y": -80.86795806884766, "subreddit": "winnipegjets", "cluster": 870, "color": 3}, {"x": -95.28639221191406, "y": -20.02787208557129, "subreddit": "analog", "cluster": 63, "color": 1}, {"x": -95.25611877441406, "y": -19.959880828857422, "subreddit": "analogcommunity", "cluster": 63, "color": 1}, {"x": -95.19339752197266, "y": -18.965970993041992, "subreddit": "leica", "cluster": 63, "color": 1}, {"x": -90.76158905029297, "y": -19.865419387817383, "subreddit": "photographs", "cluster": 63, "color": 1}, {"x": -93.64784240722656, "y": -18.25151252746582, "subreddit": "photomarket", "cluster": 63, "color": 1}, {"x": -96.06631469726562, "y": -21.244537353515625, "subreddit": "polaroid", "cluster": 63, "color": 1}, {"x": -42.09123611450195, "y": -43.68636703491211, "subreddit": "analytics", "cluster": 1601, "color": 1}, {"x": -42.56717300415039, "y": -42.2781867980957, "subreddit": "bigseo", "cluster": 1601, "color": 1}, {"x": -42.56149673461914, "y": -42.21649169921875, "subreddit": "seo", "cluster": 1601, "color": 1}, {"x": -40.554744720458984, "y": -35.06315994262695, "subreddit": "waltdisneyworld", "cluster": 1601, "color": 1}, {"x": 34.39066696166992, "y": -35.97119903564453, "subreddit": "anarchism", "cluster": 64, "color": 0}, {"x": 35.61450958251953, "y": -36.541603088378906, "subreddit": "completeanarchy", "cluster": 64, "color": 0}, {"x": 34.227779388427734, "y": -35.87166213989258, "subreddit": "metanarchism", "cluster": 64, "color": 0}, {"x": 36.44575119018555, "y": -34.50709915161133, "subreddit": "socialistra", "cluster": 64, "color": 0}, {"x": 30.51975440979004, "y": -39.57527160644531, "subreddit": "anarcho_capitalism", "cluster": 799, "color": 1}, {"x": 27.90241813659668, "y": -39.375736236572266, "subreddit": "asklibertarians", "cluster": 799, "color": 1}, {"x": 24.5472469329834, "y": -50.756935119628906, "subreddit": "austrian_economics", "cluster": 799, "color": 1}, {"x": 31.822280883789062, "y": -38.075321197509766, "subreddit": "capitalism", "cluster": 799, "color": 1}, {"x": 31.452163696289062, "y": -40.94060516357422, "subreddit": "ebikes", "cluster": 799, "color": 1}, {"x": 30.43326187133789, "y": -39.70497131347656, "subreddit": "goldandblack", "cluster": 799, "color": 1}, {"x": 29.646785736083984, "y": -39.80924606323242, "subreddit": "libertarianmeme", "cluster": 799, "color": 1}, {"x": -78.438232421875, "y": -57.66374969482422, "subreddit": "newhampshire", "cluster": 799, "color": 1}, {"x": 29.546432495117188, "y": -37.90253829956055, "subreddit": "shitstatistssay", "cluster": 799, "color": 1}, {"x": -16.92696762084961, "y": 21.72138214111328, "subreddit": "anarchy", "cluster": 1785, "color": 4}, {"x": -1.7694085836410522, "y": 32.01072692871094, "subreddit": "chadsriseup", "cluster": 1785, "color": 4}, {"x": -0.3697425127029419, "y": 27.12560272216797, "subreddit": "comedyamputation", "cluster": 1785, "color": 4}, {"x": -2.8684921264648438, "y": 33.45466995239258, "subreddit": "marvelcringe", "cluster": 1785, "color": 4}, {"x": -2.820554494857788, "y": 33.353336334228516, "subreddit": "terriblefandommemes", "cluster": 1785, "color": 4}, {"x": 34.72043228149414, "y": -38.32121658325195, "subreddit": "anarchy101", "cluster": 494, "color": 2}, {"x": 32.686500549316406, "y": -38.7828483581543, "subreddit": "capitalismvsocialism", "cluster": 494, "color": 2}, {"x": 36.159942626953125, "y": -40.04658889770508, "subreddit": "debateacommunist", "cluster": 494, "color": 2}, {"x": 34.609500885009766, "y": -38.68301010131836, "subreddit": "debateanarchism", "cluster": 494, "color": 2}, {"x": 34.22866439819336, "y": -39.684513092041016, "subreddit": "debatefascism", "cluster": 494, "color": 2}, {"x": 36.06227493286133, "y": -40.61606216430664, "subreddit": "troubledteens", "cluster": 494, "color": 2}, {"x": 86.47074890136719, "y": -63.069541931152344, "subreddit": "anarchychess", "cluster": 354, "color": 2}, {"x": 86.4702377319336, "y": -63.0807991027832, "subreddit": "chess", "cluster": 354, "color": 2}, {"x": -88.30294799804688, "y": 15.42803955078125, "subreddit": "ancientcoins", "cluster": 392, "color": 1}, {"x": -87.75894165039062, "y": 15.08594036102295, "subreddit": "coins", "cluster": 392, "color": 1}, {"x": -88.27327728271484, "y": 14.161887168884277, "subreddit": "coins4sale", "cluster": 392, "color": 1}, {"x": -86.16898345947266, "y": 14.282126426696777, "subreddit": "crh", "cluster": 392, "color": 1}, {"x": 38.83528137207031, "y": -81.23835754394531, "subreddit": "geoguessr", "cluster": 392, "color": 1}, {"x": 38.56153869628906, "y": -21.96095085144043, "subreddit": "lovecraft", "cluster": 392, "color": 1}, {"x": -86.02645874023438, "y": 14.269976615905762, "subreddit": "papermoney", "cluster": 392, "color": 1}, {"x": -87.35993957519531, "y": 15.68491268157959, "subreddit": "rockhounds", "cluster": 392, "color": 1}, {"x": -21.871078491210938, "y": -85.2518081665039, "subreddit": "ancientrome", "cluster": 66, "color": 0}, {"x": -22.771265029907227, "y": -85.76467895507812, "subreddit": "chicagosuburbs", "cluster": 66, "color": 0}, {"x": 30.836437225341797, "y": -67.53067779541016, "subreddit": "latin", "cluster": 66, "color": 0}, {"x": -21.64939308166504, "y": -85.12146759033203, "subreddit": "roughromanmemes", "cluster": 66, "color": 0}, {"x": -105.24668884277344, "y": 30.242380142211914, "subreddit": "sociopath", "cluster": 66, "color": 0}, {"x": 1.3675165176391602, "y": 65.5871353149414, "subreddit": "androgynoushotties", "cluster": 67, "color": 0}, {"x": 1.6351522207260132, "y": 65.72252655029297, "subreddit": "femboy", "cluster": 67, "color": 0}, {"x": 0.6302706599235535, "y": 65.2099380493164, "subreddit": "shorthairedhotties", "cluster": 67, "color": 0}, {"x": -73.44681549072266, "y": -12.87674331665039, "subreddit": "android", "cluster": 68, "color": 1}, {"x": -74.1466293334961, "y": -12.939652442932129, "subreddit": "androidcirclejerk", "cluster": 68, "color": 1}, {"x": -10.43976879119873, "y": -10.683091163635254, "subreddit": "baconreader", "cluster": 68, "color": 1}, {"x": -75.65787506103516, "y": -20.694454193115234, "subreddit": "blackberry", "cluster": 68, "color": 1}, {"x": -73.36868286132812, "y": -11.460811614990234, "subreddit": "galaxynexus", "cluster": 68, "color": 1}, {"x": -75.21913146972656, "y": -9.901952743530273, "subreddit": "galaxys6", "cluster": 68, "color": 1}, {"x": -70.77368927001953, "y": -14.0685453414917, "subreddit": "googlepixel", "cluster": 68, "color": 1}, {"x": -48.194217681884766, "y": -17.619592666625977, "subreddit": "hardware", "cluster": 68, "color": 1}, {"x": -75.00819396972656, "y": -11.512017250061035, "subreddit": "lgg2", "cluster": 68, "color": 1}, {"x": -76.89114379882812, "y": -11.073156356811523, "subreddit": "lgg3", "cluster": 68, "color": 1}, {"x": -75.5484848022461, "y": -15.05014705657959, "subreddit": "motox", "cluster": 68, "color": 1}, {"x": -72.14353942871094, "y": -11.72181510925293, "subreddit": "nexus4", "cluster": 68, "color": 1}, {"x": -72.64095306396484, "y": -11.71930980682373, "subreddit": "nexus7", "cluster": 68, "color": 1}, {"x": -70.78115844726562, "y": -10.418885231018066, "subreddit": "oneplus", "cluster": 68, "color": 1}, {"x": -78.19552612304688, "y": -15.213207244873047, "subreddit": "redditsync", "cluster": 68, "color": 1}, {"x": 90.1456298828125, "y": -60.798343658447266, "subreddit": "thedickshow", "cluster": 68, "color": 1}, {"x": -26.27039337158203, "y": 99.03623962402344, "subreddit": "whatsapp", "cluster": 68, "color": 1}, {"x": -78.95407104492188, "y": -17.896556854248047, "subreddit": "zenfone2", "cluster": 68, "color": 1}, {"x": -70.3682632446289, "y": -13.940184593200684, "subreddit": "android_beta", "cluster": 1452, "color": 4}, {"x": -73.27848815917969, "y": -70.41566467285156, "subreddit": "googlefi", "cluster": 1452, "color": 4}, {"x": -73.27474212646484, "y": -70.41233825683594, "subreddit": "projectfi", "cluster": 1452, "color": 4}, {"x": -73.00296020507812, "y": -8.487298965454102, "subreddit": "androidapps", "cluster": 69, "color": 1}, {"x": -72.999755859375, "y": -8.466608047485352, "subreddit": "androidgaming", "cluster": 69, "color": 1}, {"x": -79.25060272216797, "y": -14.167240142822266, "subreddit": "androidquestions", "cluster": 69, "color": 1}, {"x": -26.84129524230957, "y": 102.90120697021484, "subreddit": "boostforreddit", "cluster": 69, "color": 1}, {"x": -71.89138793945312, "y": -3.016897201538086, "subreddit": "googleplaydeals", "cluster": 69, "color": 1}, {"x": 5.540249824523926, "y": 47.877689361572266, "subreddit": "joeyforreddit", "cluster": 69, "color": 1}, {"x": -69.75424194335938, "y": -23.918819427490234, "subreddit": "androidauto", "cluster": 1646, "color": 3}, {"x": -11.727123260498047, "y": -5.484262943267822, "subreddit": "fuckhoa", "cluster": 1646, "color": 3}, {"x": -69.14645385742188, "y": -23.86758041381836, "subreddit": "googlehome", "cluster": 1646, "color": 3}, {"x": -78.9687271118164, "y": -20.11393928527832, "subreddit": "smartphones", "cluster": 1646, "color": 3}, {"x": -68.80510711669922, "y": -24.299409866333008, "subreddit": "smartthings", "cluster": 1646, "color": 3}, {"x": -70.64886474609375, "y": -6.446193218231201, "subreddit": "androidmasterrace", "cluster": 71, "color": 0}, {"x": -70.38683319091797, "y": -6.113030910491943, "subreddit": "exjew", "cluster": 71, "color": 0}, {"x": -69.82695770263672, "y": -5.4449005126953125, "subreddit": "exmuslim", "cluster": 71, "color": 0}, {"x": -74.151123046875, "y": -5.544104099273682, "subreddit": "galaxynote4", "cluster": 71, "color": 0}, {"x": -78.00739288330078, "y": 16.38556480407715, "subreddit": "mcjuggernuggets", "cluster": 71, "color": 0}, {"x": -71.26853942871094, "y": -7.39697790145874, "subreddit": "xposed", "cluster": 71, "color": 0}, {"x": -81.77591705322266, "y": -15.34870719909668, "subreddit": "androidroot", "cluster": 461, "color": 0}, {"x": -81.792236328125, "y": -15.376276016235352, "subreddit": "cyanogenmod", "cluster": 461, "color": 0}, {"x": -80.83203125, "y": -16.151124954223633, "subreddit": "galaxys3", "cluster": 461, "color": 0}, {"x": -82.03082275390625, "y": -14.210803985595703, "subreddit": "galaxys4", "cluster": 461, "color": 0}, {"x": -81.49300384521484, "y": -15.16971206665039, "subreddit": "galaxys5", "cluster": 461, "color": 0}, {"x": -82.59930419921875, "y": -15.89005184173584, "subreddit": "lineageos", "cluster": 461, "color": 0}, {"x": -78.88702392578125, "y": -14.834028244018555, "subreddit": "pickanandroidforme", "cluster": 461, "color": 0}, {"x": 27.486249923706055, "y": 19.36360740661621, "subreddit": "androidthemes", "cluster": 72, "color": 0}, {"x": 27.5306396484375, "y": 19.36928939819336, "subreddit": "kustom", "cluster": 72, "color": 0}, {"x": -69.49378204345703, "y": -18.777729034423828, "subreddit": "androidtv", "cluster": 362, "color": 1}, {"x": -69.7081069946289, "y": -17.44367218017578, "subreddit": "chromecast", "cluster": 362, "color": 1}, {"x": -6.623989105224609, "y": -1.7841380834579468, "subreddit": "holidaybullshit", "cluster": 362, "color": 1}, {"x": -69.70869445800781, "y": -17.308889389038086, "subreddit": "malta", "cluster": 362, "color": 1}, {"x": -69.98409271240234, "y": -15.095723152160645, "subreddit": "pixel_phones", "cluster": 362, "color": 1}, {"x": -43.891639709472656, "y": 78.95549011230469, "subreddit": "questland", "cluster": 362, "color": 1}, {"x": -69.2314224243164, "y": -19.055944442749023, "subreddit": "shieldandroidtv", "cluster": 362, "color": 1}, {"x": -67.14946746826172, "y": -7.694596767425537, "subreddit": "terrariumtv", "cluster": 362, "color": 1}, {"x": -51.25597381591797, "y": -5.446221828460693, "subreddit": "thenvidiashield", "cluster": 362, "color": 1}, {"x": -79.17057800292969, "y": -9.00218677520752, "subreddit": "androidwear", "cluster": 73, "color": 0}, {"x": -80.26739501953125, "y": -9.531046867370605, "subreddit": "cadillac", "cluster": 73, "color": 0}, {"x": -63.808353424072266, "y": -6.305150985717773, "subreddit": "freedommobile", "cluster": 73, "color": 0}, {"x": -79.42793273925781, "y": -7.274700164794922, "subreddit": "galaxywatch", "cluster": 73, "color": 0}, {"x": -79.13773345947266, "y": -10.087244033813477, "subreddit": "moto360", "cluster": 73, "color": 0}, {"x": 39.388816833496094, "y": 69.05200958251953, "subreddit": "sebderm", "cluster": 73, "color": 0}, {"x": -79.1263427734375, "y": -8.604392051696777, "subreddit": "wearos", "cluster": 73, "color": 0}, {"x": 71.34410858154297, "y": -19.42306137084961, "subreddit": "angelsbaseball", "cluster": 185, "color": 1}, {"x": -47.224483489990234, "y": -89.92375183105469, "subreddit": "baseball", "cluster": 185, "color": 1}, {"x": -55.86868667602539, "y": -91.55706024169922, "subreddit": "coloradorockies", "cluster": 185, "color": 1}, {"x": -47.136375427246094, "y": -89.07966613769531, "subreddit": "dodgers", "cluster": 185, "color": 1}, {"x": 216.1208038330078, "y": 279.7062683105469, "subreddit": "espnyankees", "cluster": 185, "color": 1}, {"x": -46.87199020385742, "y": -86.98011016845703, "subreddit": "letsgofish", "cluster": 185, "color": 1}, {"x": -69.46478271484375, "y": -97.1771469116211, "subreddit": "mariners", "cluster": 185, "color": 1}, {"x": -39.98984909057617, "y": -80.9580078125, "subreddit": "mlb", "cluster": 185, "color": 1}, {"x": -21.98529624938965, "y": 49.96977233886719, "subreddit": "mlb_9innings", "cluster": 185, "color": 1}, {"x": -48.16856384277344, "y": -90.29643249511719, "subreddit": "mlbtheshow", "cluster": 185, "color": 1}, {"x": -44.4615364074707, "y": -88.8604965209961, "subreddit": "nationals", "cluster": 185, "color": 1}, {"x": -46.49293518066406, "y": -90.66140747070312, "subreddit": "newyorkmets", "cluster": 185, "color": 1}, {"x": 31.29526138305664, "y": 44.245845794677734, "subreddit": "nyyankees", "cluster": 185, "color": 1}, {"x": -116.53824615478516, "y": 37.15068435668945, "subreddit": "oaklandathletics", "cluster": 185, "color": 1}, {"x": -49.2044563293457, "y": -92.06759643554688, "subreddit": "ootp", "cluster": 185, "color": 1}, {"x": -47.201786041259766, "y": -93.8632583618164, "subreddit": "redsox", "cluster": 185, "color": 1}, {"x": -37.29370880126953, "y": -88.00367736816406, "subreddit": "sfgiants", "cluster": 185, "color": 1}, {"x": -49.158138275146484, "y": -88.51099395751953, "subreddit": "torontobluejays", "cluster": 185, "color": 1}, {"x": -39.88192367553711, "y": -78.31571197509766, "subreddit": "yankees", "cluster": 185, "color": 1}, {"x": 45.606685638427734, "y": 87.69493865966797, "subreddit": "anger", "cluster": 1464, "color": 3}, {"x": 45.9093132019043, "y": 88.14677429199219, "subreddit": "depressed", "cluster": 1464, "color": 3}, {"x": 45.91232681274414, "y": 94.64562225341797, "subreddit": "mentalillness", "cluster": 1464, "color": 3}, {"x": 45.905616760253906, "y": 88.13021850585938, "subreddit": "psychosis", "cluster": 1464, "color": 3}, {"x": -12.541857719421387, "y": 49.5191650390625, "subreddit": "angievaronalegal", "cluster": 303, "color": 0}, {"x": -114.61627197265625, "y": -10.132075309753418, "subreddit": "borussiadortmund", "cluster": 303, "color": 0}, {"x": 64.62025451660156, "y": -83.86788940429688, "subreddit": "bundesliga", "cluster": 303, "color": 0}, {"x": 64.63195037841797, "y": -83.80110931396484, "subreddit": "schalke04", "cluster": 303, "color": 0}, {"x": -4.681713104248047, "y": -64.53363800048828, "subreddit": "thinkpad", "cluster": 303, "color": 0}, {"x": 9.20395278930664, "y": -36.9872932434082, "subreddit": "anglicanism", "cluster": 390, "color": 1}, {"x": 102.45045471191406, "y": 21.177278518676758, "subreddit": "barista", "cluster": 390, "color": 1}, {"x": 8.613296508789062, "y": -35.88112258911133, "subreddit": "coffee", "cluster": 390, "color": 1}, {"x": 7.824983596801758, "y": -36.21967697143555, "subreddit": "espresso", "cluster": 390, "color": 1}, {"x": 8.707764625549316, "y": -35.65184020996094, "subreddit": "roasting", "cluster": 390, "color": 1}, {"x": 400.70050048828125, "y": 306.5851135253906, "subreddit": "angry", "cluster": 563, "color": 1}, {"x": -32.82843017578125, "y": 54.69343566894531, "subreddit": "dragonballxenoverse2", "cluster": 563, "color": 1}, {"x": -32.790870666503906, "y": 54.689788818359375, "subreddit": "memehunter", "cluster": 563, "color": 1}, {"x": -35.53822326660156, "y": 55.60097885131836, "subreddit": "narutoshinobistriker", "cluster": 563, "color": 1}, {"x": 3.570887327194214, "y": -59.669715881347656, "subreddit": "angular2", "cluster": 965, "color": 2}, {"x": 2.1831042766571045, "y": -58.875877380371094, "subreddit": "angularjs", "cluster": 965, "color": 2}, {"x": 0.38060468435287476, "y": -56.16835403442383, "subreddit": "freecodecamp", "cluster": 965, "color": 2}, {"x": 1.534008264541626, "y": -57.53255081176758, "subreddit": "javascript", "cluster": 965, "color": 2}, {"x": 1.7039891481399536, "y": -55.6778564453125, "subreddit": "lasercutting", "cluster": 965, "color": 2}, {"x": 1.1643279790878296, "y": -56.610572814941406, "subreddit": "learnjavascript", "cluster": 965, "color": 2}, {"x": 1.3083405494689941, "y": -58.330467224121094, "subreddit": "node", "cluster": 965, "color": 2}, {"x": 2.5428683757781982, "y": -57.431827545166016, "subreddit": "reactjs", "cluster": 965, "color": 2}, {"x": 0.3230706453323364, "y": -59.3779182434082, "subreddit": "vuejs", "cluster": 965, "color": 2}, {"x": 8.210132598876953, "y": 46.94704818725586, "subreddit": "ani_bm", "cluster": 1613, "color": 2}, {"x": 14.063175201416016, "y": 55.73895263671875, "subreddit": "animememes", "cluster": 1613, "color": 2}, {"x": -0.44566142559051514, "y": 37.22146987915039, "subreddit": "cursedjojo", "cluster": 1613, "color": 2}, {"x": -0.13515420258045197, "y": 35.642051696777344, "subreddit": "jojosbizarrememepage", "cluster": 1613, "color": 2}, {"x": -2.3267436027526855, "y": 37.772422790527344, "subreddit": "projectjojo", "cluster": 1613, "color": 2}, {"x": 0.4825974702835083, "y": 35.97898864746094, "subreddit": "shitpostcrusaders", "cluster": 1613, "color": 2}, {"x": 0.07928968966007233, "y": 36.837806701660156, "subreddit": "wholesomejojo", "cluster": 1613, "color": 2}, {"x": -96.8558349609375, "y": 48.4248046875, "subreddit": "animalcollective", "cluster": 935, "color": 3}, {"x": -98.8907470703125, "y": 50.114891052246094, "subreddit": "beachhouse", "cluster": 935, "color": 3}, {"x": -80.9249038696289, "y": 38.771095275878906, "subreddit": "doggohate", "cluster": 935, "color": 3}, {"x": -93.79037475585938, "y": 46.144290924072266, "subreddit": "elliottsmith", "cluster": 935, "color": 3}, {"x": -81.59122467041016, "y": 39.150943756103516, "subreddit": "indieheads", "cluster": 935, "color": 3}, {"x": -80.61174011230469, "y": -37.09725570678711, "subreddit": "interpol", "cluster": 935, "color": 3}, {"x": -81.97969055175781, "y": 39.372291564941406, "subreddit": "listeningheads", "cluster": 935, "color": 3}, {"x": -87.44735717773438, "y": 46.25235366821289, "subreddit": "music_survivor", "cluster": 935, "color": 3}, {"x": -35.947731018066406, "y": -23.318260192871094, "subreddit": "themountaingoats", "cluster": 935, "color": 3}, {"x": 26.432653427124023, "y": 11.309937477111816, "subreddit": "vampireweekend", "cluster": 935, "color": 3}, {"x": 9.607022285461426, "y": 4.307837963104248, "subreddit": "animalid", "cluster": 1105, "color": 1}, {"x": 34.35270690917969, "y": -52.05644607543945, "subreddit": "artefactporn", "cluster": 1105, "color": 1}, {"x": -16.931396484375, "y": -25.449417114257812, "subreddit": "blackmirror", "cluster": 1105, "color": 1}, {"x": 64.10511016845703, "y": -38.164268493652344, "subreddit": "brexit", "cluster": 1105, "color": 1}, {"x": 7.515537738800049, "y": 2.957432985305786, "subreddit": "castles", "cluster": 1105, "color": 1}, {"x": 3.8636441230773926, "y": 9.701818466186523, "subreddit": "catastrophicfailure", "cluster": 1105, "color": 1}, {"x": 12.185346603393555, "y": -0.9155974984169006, "subreddit": "colorizedhistory", "cluster": 1105, "color": 1}, {"x": 8.827247619628906, "y": 3.457336187362671, "subreddit": "creepywikipedia", "cluster": 1105, "color": 1}, {"x": 14.741567611694336, "y": -26.693464279174805, "subreddit": "debunkthis", "cluster": 1105, "color": 1}, {"x": -0.07095085829496384, "y": 10.308369636535645, "subreddit": "documentaries", "cluster": 1105, "color": 1}, {"x": 125.95822143554688, "y": -104.2786636352539, "subreddit": "fakealbumcovers", "cluster": 1105, "color": 1}, {"x": 22.59270668029785, "y": -62.21757888793945, "subreddit": "genetics", "cluster": 1105, "color": 1}, {"x": 11.54408073425293, "y": 2.9780447483062744, "subreddit": "humanforscale", "cluster": 1105, "color": 1}, {"x": 35.08197021484375, "y": -6.317497253417969, "subreddit": "kenya", "cluster": 1105, "color": 1}, {"x": -22.120471954345703, "y": 541.9624633789062, "subreddit": "kulchasimulator", "cluster": 1105, "color": 1}, {"x": 14.31173038482666, "y": -61.75362777709961, "subreddit": "logic", "cluster": 1105, "color": 1}, {"x": 29.399606704711914, "y": 94.46687316894531, "subreddit": "lpotl", "cluster": 1105, "color": 1}, {"x": 8.458854675292969, "y": 4.486146926879883, "subreddit": "makefile_dot_in_user", "cluster": 1105, "color": 1}, {"x": 37.63134002685547, "y": -62.576480865478516, "subreddit": "map_porn", "cluster": 1105, "color": 1}, {"x": 36.824275970458984, "y": -61.82612228393555, "subreddit": "mapporn", "cluster": 1105, "color": 1}, {"x": 33.33131790161133, "y": -59.7471809387207, "subreddit": "maps", "cluster": 1105, "color": 1}, {"x": 9.246785163879395, "y": 5.268243789672852, "subreddit": "marinebiology", "cluster": 1105, "color": 1}, {"x": 43.46745681762695, "y": -32.86604309082031, "subreddit": "me_ira", "cluster": 1105, "color": 1}, {"x": 1.9582359790802002, "y": 18.452835083007812, "subreddit": "megalophobia", "cluster": 1105, "color": 1}, {"x": -33.03954315185547, "y": 0.39124035835266113, "subreddit": "pariscomments", "cluster": 1105, "color": 1}, {"x": 7.799033164978027, "y": 4.074368476867676, "subreddit": "propagandaposters", "cluster": 1105, "color": 1}, {"x": 469.08685302734375, "y": 217.56036376953125, "subreddit": "removedbythe_donald", "cluster": 1105, "color": 1}, {"x": 3.412538766860962, "y": 9.780882835388184, "subreddit": "shockwaveporn", "cluster": 1105, "color": 1}, {"x": -5.17793083190918, "y": 85.86974334716797, "subreddit": "srilanka", "cluster": 1105, "color": 1}, {"x": 30.8310546875, "y": 4.7413225173950195, "subreddit": "sumo", "cluster": 1105, "color": 1}, {"x": 8.256577491760254, "y": 5.340539932250977, "subreddit": "tellmeafact", "cluster": 1105, "color": 1}, {"x": 68.17110443115234, "y": -107.14936828613281, "subreddit": "tipofmyjoystick", "cluster": 1105, "color": 1}, {"x": 7.7512125968933105, "y": 6.784127712249756, "subreddit": "trendingreddits", "cluster": 1105, "color": 1}, {"x": 10.042109489440918, "y": 3.0406923294067383, "subreddit": "whatisthis", "cluster": 1105, "color": 1}, {"x": 7.262183666229248, "y": -43.80177688598633, "subreddit": "whatsthatbook", "cluster": 1105, "color": 1}, {"x": 7.215181350708008, "y": 4.892919063568115, "subreddit": "whatstheword", "cluster": 1105, "color": 1}, {"x": 29.60439109802246, "y": -15.854068756103516, "subreddit": "animalrights", "cluster": 1896, "color": 3}, {"x": -75.63565063476562, "y": -42.93547821044922, "subreddit": "bakersfield", "cluster": 1896, "color": 3}, {"x": 27.96194076538086, "y": -15.858460426330566, "subreddit": "vegetarian", "cluster": 1896, "color": 3}, {"x": 27.771343231201172, "y": -16.048864364624023, "subreddit": "vegetarianism", "cluster": 1896, "color": 3}, {"x": 9.700484275817871, "y": -32.465667724609375, "subreddit": "animals", "cluster": 698, "color": 3}, {"x": 5.3397393226623535, "y": -28.730804443359375, "subreddit": "cheap_meals", "cluster": 698, "color": 3}, {"x": 9.148963928222656, "y": -32.43125534057617, "subreddit": "foodhacks", "cluster": 698, "color": 3}, {"x": 5.394307613372803, "y": -34.50339126586914, "subreddit": "seriouseats", "cluster": 698, "color": 3}, {"x": 2.372225522994995, "y": -11.598591804504395, "subreddit": "trimps", "cluster": 698, "color": 3}, {"x": 8.129799842834473, "y": 10.010220527648926, "subreddit": "animalsbeingbros", "cluster": 75, "color": 0}, {"x": 15.183748245239258, "y": 14.236153602600098, "subreddit": "animalsbeingjerks", "cluster": 75, "color": 0}, {"x": 21.8659610748291, "y": 11.563775062561035, "subreddit": "dobermanpinscher", "cluster": 75, "color": 0}, {"x": 7.9943461418151855, "y": 10.40140438079834, "subreddit": "facebookwins", "cluster": 75, "color": 0}, {"x": 8.815117835998535, "y": 10.23149585723877, "subreddit": "facepalm", "cluster": 75, "color": 0}, {"x": 1.7599748373031616, "y": 12.20559024810791, "subreddit": "humansbeingbros", "cluster": 75, "color": 0}, {"x": 8.080046653747559, "y": 9.176604270935059, "subreddit": "whatsinthisthing", "cluster": 75, "color": 0}, {"x": -44.496917724609375, "y": 46.506591796875, "subreddit": "animalsonreddit", "cluster": 536, "color": 2}, {"x": -45.21225357055664, "y": 47.59086990356445, "subreddit": "distantsocializing", "cluster": 536, "color": 2}, {"x": -44.7014274597168, "y": 45.39730453491211, "subreddit": "pan", "cluster": 536, "color": 2}, {"x": -44.48537826538086, "y": 44.60252380371094, "subreddit": "pan_media", "cluster": 536, "color": 2}, {"x": -44.50107955932617, "y": 47.83125686645508, "subreddit": "redditinthekitchen", "cluster": 536, "color": 2}, {"x": -46.54851531982422, "y": 46.26134490966797, "subreddit": "redditmasterclasses", "cluster": 536, "color": 2}, {"x": -45.4176025390625, "y": 46.70734405517578, "subreddit": "redditsessions", "cluster": 536, "color": 2}, {"x": -46.04043197631836, "y": 47.32099914550781, "subreddit": "talentshow", "cluster": 536, "color": 2}, {"x": -46.2249641418457, "y": 48.20756530761719, "subreddit": "theartiststudio", "cluster": 536, "color": 2}, {"x": -45.06680679321289, "y": 48.83076095581055, "subreddit": "thegamerlounge", "cluster": 536, "color": 2}, {"x": -45.171634674072266, "y": 47.711063385009766, "subreddit": "theyoushow", "cluster": 536, "color": 2}, {"x": -43.81528854370117, "y": 47.46613693237305, "subreddit": "whereintheworld", "cluster": 536, "color": 2}, {"x": -74.79783630371094, "y": 15.528818130493164, "subreddit": "animationthrowdown", "cluster": 1002, "color": 4}, {"x": 25.556509017944336, "y": 0.45630237460136414, "subreddit": "khux", "cluster": 1002, "color": 4}, {"x": 25.675941467285156, "y": 0.39282023906707764, "subreddit": "kingdomhearts", "cluster": 1002, "color": 4}, {"x": 77.23104858398438, "y": 27.576181411743164, "subreddit": "anime", "cluster": 76, "color": 0}, {"x": 76.10765075683594, "y": 27.557750701904297, "subreddit": "digibro", "cluster": 76, "color": 0}, {"x": -32.07640075683594, "y": 0.8626347780227661, "subreddit": "oregairusnafu", "cluster": 76, "color": 0}, {"x": 82.2996826171875, "y": -19.378854751586914, "subreddit": "trueanime", "cluster": 76, "color": 0}, {"x": 16.19069480895996, "y": 54.4460334777832, "subreddit": "anime_irl", "cluster": 77, "color": 0}, {"x": 15.99604320526123, "y": 52.901329040527344, "subreddit": "animegifs", "cluster": 77, "color": 0}, {"x": 14.815849304199219, "y": 54.41407012939453, "subreddit": "animemes", "cluster": 77, "color": 0}, {"x": 16.069454193115234, "y": 53.88364791870117, "subreddit": "animenocontext", "cluster": 77, "color": 0}, {"x": 16.236217498779297, "y": 54.447872161865234, "subreddit": "animesuggest", "cluster": 77, "color": 0}, {"x": 17.259408950805664, "y": 54.298458099365234, "subreddit": "manga", "cluster": 77, "color": 0}, {"x": 15.319198608398438, "y": 55.35301208496094, "subreddit": "wholesomeanimemes", "cluster": 77, "color": 0}, {"x": 16.58340072631836, "y": 55.213706970214844, "subreddit": "wholesomeyuri", "cluster": 77, "color": 0}, {"x": 76.86758422851562, "y": 24.429948806762695, "subreddit": "animedubs", "cluster": 1911, "color": 4}, {"x": -43.95071792602539, "y": 22.785436630249023, "subreddit": "blazblue", "cluster": 1911, "color": 4}, {"x": 95.05416107177734, "y": -95.43179321289062, "subreddit": "mylittlehouseoffun", "cluster": 1911, "color": 4}, {"x": 95.05272674560547, "y": -95.42655944824219, "subreddit": "visualnovels", "cluster": 1911, "color": 4}, {"x": 84.62265014648438, "y": 54.05470657348633, "subreddit": "animefigures", "cluster": 996, "color": 2}, {"x": 83.51077270507812, "y": 54.90435028076172, "subreddit": "awwnime", "cluster": 996, "color": 2}, {"x": 82.03498077392578, "y": 56.42717361450195, "subreddit": "cutelittlefangs", "cluster": 996, "color": 2}, {"x": 81.26835632324219, "y": 58.50658416748047, "subreddit": "dragonmaid", "cluster": 996, "color": 2}, {"x": 84.04354858398438, "y": 54.53750991821289, "subreddit": "kanmusu", "cluster": 996, "color": 2}, {"x": 82.24539947509766, "y": 57.88333511352539, "subreddit": "kemonofriends", "cluster": 996, "color": 2}, {"x": 82.57472229003906, "y": 56.15837478637695, "subreddit": "kemonomimi", "cluster": 996, "color": 2}, {"x": 80.94046783447266, "y": 56.97502899169922, "subreddit": "littlewitchacademia", "cluster": 996, "color": 2}, {"x": 83.83092498779297, "y": 57.00720977783203, "subreddit": "spiceandwolf", "cluster": 996, "color": 2}, {"x": 85.99488067626953, "y": 58.98248291015625, "subreddit": "tenseislime", "cluster": 996, "color": 2}, {"x": 82.7374496459961, "y": 57.27299880981445, "subreddit": "toradora", "cluster": 996, "color": 2}, {"x": 82.39484405517578, "y": 55.46294403076172, "subreddit": "zettairyouiki", "cluster": 996, "color": 2}, {"x": 83.01073455810547, "y": 58.8261604309082, "subreddit": "zombielandsaga", "cluster": 996, "color": 2}, {"x": -20.29140281677246, "y": 51.972782135009766, "subreddit": "animesketch", "cluster": 548, "color": 1}, {"x": 10.51746654510498, "y": 80.63395690917969, "subreddit": "digibyte", "cluster": 548, "color": 1}, {"x": 73.96037292480469, "y": 50.21290969848633, "subreddit": "dogecoin", "cluster": 548, "color": 1}, {"x": 73.92901611328125, "y": 50.20402908325195, "subreddit": "dogecoinbeg", "cluster": 548, "color": 1}, {"x": 75.00252532958984, "y": 50.07223892211914, "subreddit": "dogecoinpif", "cluster": 548, "color": 1}, {"x": -72.54315948486328, "y": -36.93300247192383, "subreddit": "dogemarket", "cluster": 548, "color": 1}, {"x": 73.60047149658203, "y": 51.05576705932617, "subreddit": "dogemining", "cluster": 548, "color": 1}, {"x": 73.29872131347656, "y": 49.477638244628906, "subreddit": "supershibe", "cluster": 548, "color": 1}, {"x": 81.96167755126953, "y": 53.98173522949219, "subreddit": "animewallpaper", "cluster": 1567, "color": 3}, {"x": 79.5683822631836, "y": 52.24141311645508, "subreddit": "fatestaynight", "cluster": 1567, "color": 3}, {"x": 80.47792053222656, "y": 52.400970458984375, "subreddit": "fgocomics", "cluster": 1567, "color": 3}, {"x": 79.80667877197266, "y": 53.89518737792969, "subreddit": "onetruebiribiri", "cluster": 1567, "color": 3}, {"x": 80.20955657958984, "y": 53.03050994873047, "subreddit": "saber", "cluster": 1567, "color": 3}, {"x": 19.366586685180664, "y": 62.08274459838867, "subreddit": "toarumajutsunoindex", "cluster": 1567, "color": 3}, {"x": -1.8491406440734863, "y": -48.984764099121094, "subreddit": "animorphs", "cluster": 626, "color": 1}, {"x": -2.0608410835266113, "y": -48.96389389038086, "subreddit": "eragon", "cluster": 626, "color": 1}, {"x": -3.1753268241882324, "y": -48.82585906982422, "subreddit": "harrypotter", "cluster": 626, "color": 1}, {"x": 106.7208480834961, "y": 65.34053802490234, "subreddit": "aniviamains", "cluster": 2009, "color": 8}, {"x": 104.08135223388672, "y": 61.27666473388672, "subreddit": "camillemains", "cluster": 2009, "color": 8}, {"x": 103.41749572753906, "y": 65.1457748413086, "subreddit": "evelynnmains", "cluster": 2009, "color": 8}, {"x": 106.66896057128906, "y": 60.89484405517578, "subreddit": "kassadinmains", "cluster": 2009, "color": 8}, {"x": 97.98424530029297, "y": 62.90755081176758, "subreddit": "lux", "cluster": 2009, "color": 8}, {"x": 94.64069366455078, "y": 55.642948150634766, "subreddit": "poppymains", "cluster": 2009, "color": 8}, {"x": 109.23406982421875, "y": 65.13102722167969, "subreddit": "quinnmains", "cluster": 2009, "color": 8}, {"x": 102.31285858154297, "y": 61.45146179199219, "subreddit": "yuumimains", "cluster": 2009, "color": 8}, {"x": 103.27313995361328, "y": 61.0860595703125, "subreddit": "zoemains", "cluster": 2009, "color": 8}, {"x": 45.6102180480957, "y": 126.16619110107422, "subreddit": "anki", "cluster": 1148, "color": 4}, {"x": 46.110107421875, "y": 125.68102264404297, "subreddit": "medicalschoolanki", "cluster": 1148, "color": 4}, {"x": 46.06084060668945, "y": 125.20863342285156, "subreddit": "step1", "cluster": 1148, "color": 4}, {"x": 47.13858413696289, "y": 126.08673095703125, "subreddit": "tunisia", "cluster": 1148, "color": 4}, {"x": 67.24905395507812, "y": 70.46176147460938, "subreddit": "ankylosingspondylitis", "cluster": 1536, "color": 3}, {"x": 64.64230346679688, "y": 69.65451049804688, "subreddit": "healthinsurance", "cluster": 1536, "color": 3}, {"x": 63.54141616821289, "y": 71.14839172363281, "subreddit": "lupus", "cluster": 1536, "color": 3}, {"x": 63.13468933105469, "y": 67.56621551513672, "subreddit": "moneydiariesactive", "cluster": 1536, "color": 3}, {"x": -7.414929389953613, "y": -70.54325103759766, "subreddit": "psoriasis", "cluster": 1536, "color": 3}, {"x": 13.56473445892334, "y": 37.94389343261719, "subreddit": "rabbits", "cluster": 1536, "color": 3}, {"x": 64.64629364013672, "y": 69.54704284667969, "subreddit": "rheumatoid", "cluster": 1536, "color": 3}, {"x": -10.075728416442871, "y": 56.887664794921875, "subreddit": "annakendrick", "cluster": 340, "color": 2}, {"x": -9.114875793457031, "y": 55.078277587890625, "subreddit": "celebrityfeet", "cluster": 340, "color": 2}, {"x": -11.504646301269531, "y": 58.48469161987305, "subreddit": "highheels", "cluster": 340, "color": 2}, {"x": -8.599563598632812, "y": 54.75376510620117, "subreddit": "irlgirls", "cluster": 340, "color": 2}, {"x": -7.2093963623046875, "y": 56.21339416503906, "subreddit": "oldschoolcelebs", "cluster": 340, "color": 2}, {"x": -9.61583423614502, "y": 54.6881103515625, "subreddit": "selenagomez", "cluster": 340, "color": 2}, {"x": -9.320728302001953, "y": 55.68904495239258, "subreddit": "taylorswiftslegs", "cluster": 340, "color": 2}, {"x": -7.233180046081543, "y": 56.20512771606445, "subreddit": "vgb", "cluster": 340, "color": 2}, {"x": -59.033782958984375, "y": -36.880470275878906, "subreddit": "annarbor", "cluster": 1716, "color": 3}, {"x": -59.90180587768555, "y": -34.84098434448242, "subreddit": "meraki", "cluster": 1716, "color": 3}, {"x": -59.17281723022461, "y": -36.022491455078125, "subreddit": "storage", "cluster": 1716, "color": 3}, {"x": -59.12487030029297, "y": -35.809722900390625, "subreddit": "vmware", "cluster": 1716, "color": 3}, {"x": -56.018009185791016, "y": -73.69385528564453, "subreddit": "wilmington", "cluster": 1716, "color": 3}, {"x": -49.133544921875, "y": -20.199491500854492, "subreddit": "annepro", "cluster": 1145, "color": 2}, {"x": -51.660335540771484, "y": -20.5333309173584, "subreddit": "keyboards", "cluster": 1145, "color": 2}, {"x": -51.83121109008789, "y": -20.354068756103516, "subreddit": "mechanicalkeyboards", "cluster": 1145, "color": 2}, {"x": -52.12184524536133, "y": -19.550092697143555, "subreddit": "mechmarket", "cluster": 1145, "color": 2}, {"x": -52.84825134277344, "y": -21.937664031982422, "subreddit": "olkb", "cluster": 1145, "color": 2}, {"x": -51.13842010498047, "y": -21.076066970825195, "subreddit": "trackballs", "cluster": 1145, "color": 2}, {"x": 108.97367858886719, "y": 52.517662048339844, "subreddit": "anno", "cluster": 528, "color": 1}, {"x": 106.86923217773438, "y": 54.76860809326172, "subreddit": "dariusmains", "cluster": 528, "color": 1}, {"x": 108.72450256347656, "y": 52.83925247192383, "subreddit": "dirtysionmains", "cluster": 528, "color": 1}, {"x": 107.41094970703125, "y": 52.69457244873047, "subreddit": "gangplankmains", "cluster": 528, "color": 1}, {"x": 108.46154022216797, "y": 54.06191635131836, "subreddit": "swainmains", "cluster": 528, "color": 1}, {"x": 2.924947500228882, "y": 2.1398744583129883, "subreddit": "announcements", "cluster": 1192, "color": 4}, {"x": -27.683584213256836, "y": -22.128616333007812, "subreddit": "automoderator", "cluster": 1192, "color": 4}, {"x": -24.333927154541016, "y": -22.337902069091797, "subreddit": "blog", "cluster": 1192, "color": 4}, {"x": -25.262056350708008, "y": -22.817590713500977, "subreddit": "changelog", "cluster": 1192, "color": 4}, {"x": -2.4918882846832275, "y": -9.515286445617676, "subreddit": "internetama", "cluster": 1192, "color": 4}, {"x": -25.88492202758789, "y": -23.275562286376953, "subreddit": "modnews", "cluster": 1192, "color": 4}, {"x": -26.94628143310547, "y": -23.449012756347656, "subreddit": "modsupport", "cluster": 1192, "color": 4}, {"x": -8.060199737548828, "y": -9.204194068908691, "subreddit": "needamod", "cluster": 1192, "color": 4}, {"x": -24.929250717163086, "y": -24.068450927734375, "subreddit": "newreddits", "cluster": 1192, "color": 4}, {"x": -8.076699256896973, "y": -2.5181021690368652, "subreddit": "redditrequest", "cluster": 1192, "color": 4}, {"x": -29.141883850097656, "y": -20.515775680541992, "subreddit": "redesign", "cluster": 1192, "color": 4}, {"x": -26.259571075439453, "y": -22.239582061767578, "subreddit": "theoryofreddit", "cluster": 1192, "color": 4}, {"x": 9.430709838867188, "y": -20.03426742553711, "subreddit": "anonymous", "cluster": 637, "color": 2}, {"x": 0.597012460231781, "y": -43.484474182128906, "subreddit": "evolutionreddit", "cluster": 637, "color": 2}, {"x": 0.5903024077415466, "y": -43.48501968383789, "subreddit": "sopa", "cluster": 637, "color": 2}, {"x": 82.42575073242188, "y": 17.663816452026367, "subreddit": "anotheredenglobal", "cluster": 668, "color": 1}, {"x": 78.89935302734375, "y": 12.129523277282715, "subreddit": "dissidiaffoo", "cluster": 668, "color": 1}, {"x": 86.0806884765625, "y": 18.454010009765625, "subreddit": "dragonblaze", "cluster": 668, "color": 1}, {"x": 82.9589614868164, "y": 16.63673973083496, "subreddit": "ffbeblog", "cluster": 668, "color": 1}, {"x": 82.83589935302734, "y": 16.401012420654297, "subreddit": "ffbraveexvius", "cluster": 668, "color": 1}, {"x": 83.78687286376953, "y": 17.03700065612793, "subreddit": "soanamnesis", "cluster": 668, "color": 1}, {"x": 81.41923522949219, "y": 9.536458015441895, "subreddit": "terrabattle", "cluster": 668, "color": 1}, {"x": 82.03560638427734, "y": 15.347359657287598, "subreddit": "wotv_ffbe", "cluster": 668, "color": 1}, {"x": -3.8864901065826416, "y": -68.03433227539062, "subreddit": "ansible", "cluster": 519, "color": 2}, {"x": -3.8933322429656982, "y": -69.81432342529297, "subreddit": "aws", "cluster": 519, "color": 2}, {"x": -3.366543769836426, "y": -69.2140121459961, "subreddit": "devops", "cluster": 519, "color": 2}, {"x": -2.6240711212158203, "y": -68.70381164550781, "subreddit": "docker", "cluster": 519, "color": 2}, {"x": -3.006800889968872, "y": -69.42315673828125, "subreddit": "kubernetes", "cluster": 519, "color": 2}, {"x": -4.737745761871338, "y": -67.70248413085938, "subreddit": "linuxadmin", "cluster": 519, "color": 2}, {"x": 30.71657371520996, "y": -29.86996078491211, "subreddit": "answers", "cluster": 1305, "color": 1}, {"x": 30.489192962646484, "y": -28.486927032470703, "subreddit": "explainlikeimfive", "cluster": 1305, "color": 1}, {"x": 30.52454948425293, "y": -28.635217666625977, "subreddit": "nostupidquestions", "cluster": 1305, "color": 1}, {"x": 60.42053985595703, "y": 8.750383377075195, "subreddit": "anthemthegame", "cluster": 78, "color": 0}, {"x": -1.900542974472046, "y": 18.97161865234375, "subreddit": "freegold", "cluster": 78, "color": 0}, {"x": 60.42110061645508, "y": 8.78011703491211, "subreddit": "lowsodiumanthem", "cluster": 78, "color": 0}, {"x": 61.22044372558594, "y": 6.675920009613037, "subreddit": "remnantgame", "cluster": 78, "color": 0}, {"x": 34.55278015136719, "y": -50.1750373840332, "subreddit": "anthropology", "cluster": 119, "color": 0}, {"x": 34.361305236816406, "y": -51.5355110168457, "subreddit": "archaeology", "cluster": 119, "color": 0}, {"x": 34.74296951293945, "y": -49.73173141479492, "subreddit": "askanthropology", "cluster": 119, "color": 0}, {"x": 35.36439895629883, "y": -48.799076080322266, "subreddit": "badsocialscience", "cluster": 119, "color": 0}, {"x": 27.68536949157715, "y": -20.03431510925293, "subreddit": "anticonsumption", "cluster": 1628, "color": 2}, {"x": -3.7894320487976074, "y": -55.05063247680664, "subreddit": "drupal", "cluster": 1628, "color": 2}, {"x": 27.52586555480957, "y": -18.62303352355957, "subreddit": "minimalism", "cluster": 1628, "color": 2}, {"x": 27.407604217529297, "y": -18.75764274597168, "subreddit": "simpleliving", "cluster": 1628, "color": 2}, {"x": 25.917585372924805, "y": -19.57587432861328, "subreddit": "sustainability", "cluster": 1628, "color": 2}, {"x": 26.356840133666992, "y": -19.857831954956055, "subreddit": "zerowaste", "cluster": 1628, "color": 2}, {"x": 25.381507873535156, "y": 108.23399353027344, "subreddit": "antidepressants", "cluster": 79, "color": 0}, {"x": 25.881168365478516, "y": 108.65745544433594, "subreddit": "depressionregimens", "cluster": 79, "color": 0}, {"x": 25.004981994628906, "y": 108.27017211914062, "subreddit": "etizolam", "cluster": 79, "color": 0}, {"x": 28.400503158569336, "y": 105.79129791259766, "subreddit": "lexapro", "cluster": 79, "color": 0}, {"x": 26.70474624633789, "y": 106.09562683105469, "subreddit": "zoloft", "cluster": 79, "color": 0}, {"x": -3.6592304706573486, "y": -23.281923294067383, "subreddit": "antifa", "cluster": 1634, "color": 3}, {"x": -2.88210391998291, "y": -23.801145553588867, "subreddit": "askaconservative", "cluster": 1634, "color": 3}, {"x": -2.5614430904388428, "y": -23.752559661865234, "subreddit": "new_right", "cluster": 1634, "color": 3}, {"x": -2.696820020675659, "y": -21.678728103637695, "subreddit": "physical_removal", "cluster": 1634, "color": 3}, {"x": -3.0109052658081055, "y": -23.52680015563965, "subreddit": "sjwhate", "cluster": 1634, "color": 3}, {"x": 9.9183988571167, "y": -149.1867218017578, "subreddit": "antiherorp", "cluster": 1077, "color": 4}, {"x": 9.384750366210938, "y": -150.65443420410156, "subreddit": "dotaconcepts", "cluster": 1077, "color": 4}, {"x": 9.467988014221191, "y": -150.42286682128906, "subreddit": "lolchampconcepts", "cluster": 1077, "color": 4}, {"x": -32.860599517822266, "y": 1.4751042127609253, "subreddit": "overwatchheroconcepts", "cluster": 1077, "color": 4}, {"x": -6.52548360824585, "y": -6.546111583709717, "subreddit": "antimatterindustries", "cluster": 976, "color": 2}, {"x": -7.777381420135498, "y": -6.222323894500732, "subreddit": "buttonaftermath", "cluster": 976, "color": 2}, {"x": -7.034943580627441, "y": -4.747843265533447, "subreddit": "counting", "cluster": 976, "color": 2}, {"x": -8.524009704589844, "y": -6.342223167419434, "subreddit": "emerald_council", "cluster": 976, "color": 2}, {"x": -24.71480369567871, "y": -21.008102416992188, "subreddit": "geraffesaresodumb", "cluster": 976, "color": 2}, {"x": -6.616881847381592, "y": -7.546322345733643, "subreddit": "greypocounting", "cluster": 976, "color": 2}, {"x": -6.961766242980957, "y": -6.244263648986816, "subreddit": "joinrobin", "cluster": 976, "color": 2}, {"x": -3.30464768409729, "y": 11.813939094543457, "subreddit": "place", "cluster": 976, "color": 2}, {"x": -5.707767009735107, "y": -6.320899486541748, "subreddit": "promos", "cluster": 976, "color": 2}, {"x": 19.77996253967285, "y": 28.304582595825195, "subreddit": "antimlm", "cluster": 81, "color": 0}, {"x": 19.327131271362305, "y": 28.24706268310547, "subreddit": "lulano", "cluster": 81, "color": 0}, {"x": 20.4694766998291, "y": 28.322160720825195, "subreddit": "old_recipes", "cluster": 81, "color": 0}, {"x": 8.82750129699707, "y": 25.44308090209961, "subreddit": "shitmomgroupssay", "cluster": 81, "color": 0}, {"x": 19.08452033996582, "y": 28.554092407226562, "subreddit": "youniqueamua", "cluster": 81, "color": 0}, {"x": 70.03182220458984, "y": 81.937255859375, "subreddit": "antinatalism", "cluster": 1175, "color": 3}, {"x": 64.30036163330078, "y": 24.85321044921875, "subreddit": "cncrivals", "cluster": 1175, "color": 3}, {"x": 70.00942993164062, "y": 81.99232482910156, "subreddit": "misanthropy", "cluster": 1175, "color": 3}, {"x": 70.9060287475586, "y": 79.35679626464844, "subreddit": "nihilism", "cluster": 1175, "color": 3}, {"x": 69.30401611328125, "y": 83.9433364868164, "subreddit": "timetogo", "cluster": 1175, "color": 3}, {"x": -137.01309204101562, "y": 15.046453475952148, "subreddit": "antipozi", "cluster": 82, "color": 1}, {"x": 74.9956283569336, "y": -6.380465507507324, "subreddit": "european", "cluster": 82, "color": 1}, {"x": -137.0125274658203, "y": 15.046658515930176, "subreddit": "whiterights", "cluster": 82, "color": 1}, {"x": 36.916160583496094, "y": -40.1860466003418, "subreddit": "antipsychiatry", "cluster": 360, "color": 0}, {"x": 27.97344207763672, "y": -75.08428192138672, "subreddit": "chinesetourists", "cluster": 360, "color": 0}, {"x": 27.989946365356445, "y": -75.05962371826172, "subreddit": "contemporaryart", "cluster": 360, "color": 0}, {"x": 43.91545486450195, "y": -35.02971649169922, "subreddit": "pyongyang", "cluster": 360, "color": 0}, {"x": -20.08742904663086, "y": -13.315302848815918, "subreddit": "antiques", "cluster": 1958, "color": 5}, {"x": -18.588119506835938, "y": -12.38188362121582, "subreddit": "death", "cluster": 1958, "color": 5}, {"x": -70.75334167480469, "y": -21.510833740234375, "subreddit": "kindlefire", "cluster": 1958, "color": 5}, {"x": -19.097179412841797, "y": -14.060705184936523, "subreddit": "mid_century", "cluster": 1958, "color": 5}, {"x": -19.106624603271484, "y": -12.818618774414062, "subreddit": "whatisthispainting", "cluster": 1958, "color": 5}, {"x": -19.574033737182617, "y": -13.271463394165039, "subreddit": "whatsthisworth", "cluster": 1958, "color": 5}, {"x": -72.24234008789062, "y": 57.10755920410156, "subreddit": "antisocialsocialclub", "cluster": 1346, "color": 3}, {"x": -71.01879119873047, "y": 57.02084732055664, "subreddit": "kithnyc", "cluster": 1346, "color": 3}, {"x": -71.99899291992188, "y": 57.27302169799805, "subreddit": "palaceclothing", "cluster": 1346, "color": 3}, {"x": -72.39205169677734, "y": 58.9852180480957, "subreddit": "supreme", "cluster": 1346, "color": 3}, {"x": 11.055082321166992, "y": -14.462690353393555, "subreddit": "antisrs", "cluster": 83, "color": 0}, {"x": 72.49626922607422, "y": -6.509678363800049, "subreddit": "blackout2015", "cluster": 83, "color": 0}, {"x": 16.613384246826172, "y": -68.40511322021484, "subreddit": "dominion", "cluster": 83, "color": 0}, {"x": 11.366083145141602, "y": -14.910131454467773, "subreddit": "freespeech", "cluster": 83, "color": 0}, {"x": 10.921910285949707, "y": -14.208542823791504, "subreddit": "hailcorporate", "cluster": 83, "color": 0}, {"x": 18.495328903198242, "y": -15.361881256103516, "subreddit": "antitrumpalliance", "cluster": 1563, "color": 3}, {"x": 19.893680572509766, "y": -15.036619186401367, "subreddit": "keep_track", "cluster": 1563, "color": 3}, {"x": 19.162561416625977, "y": -14.711979866027832, "subreddit": "russialago", "cluster": 1563, "color": 3}, {"x": 19.20361328125, "y": -14.312647819519043, "subreddit": "the_mueller", "cluster": 1563, "color": 3}, {"x": -73.60354614257812, "y": 112.79126739501953, "subreddit": "antivax", "cluster": 84, "color": 0}, {"x": -73.57344818115234, "y": 112.77193450927734, "subreddit": "antivaxxers", "cluster": 84, "color": 0}, {"x": -74.17314910888672, "y": 113.15147399902344, "subreddit": "debatevaccines", "cluster": 84, "color": 0}, {"x": 43.85760498046875, "y": 30.276409149169922, "subreddit": "antivegan", "cluster": 881, "color": 2}, {"x": 28.826679229736328, "y": 4.375772476196289, "subreddit": "goats", "cluster": 881, "color": 2}, {"x": 12.238998413085938, "y": -35.45869445800781, "subreddit": "homestead", "cluster": 881, "color": 2}, {"x": 12.076716423034668, "y": -35.72039031982422, "subreddit": "homesteading", "cluster": 881, "color": 2}, {"x": 12.822833061218262, "y": -34.06424331665039, "subreddit": "permaculture", "cluster": 881, "color": 2}, {"x": 84.25559997558594, "y": -48.06724166870117, "subreddit": "antkeeping", "cluster": 85, "color": 0}, {"x": 84.19953918457031, "y": -48.03535079956055, "subreddit": "ants", "cluster": 85, "color": 0}, {"x": 81.8051528930664, "y": -46.5975227355957, "subreddit": "fromthedepths", "cluster": 85, "color": 0}, {"x": 11.02746295928955, "y": -95.95736694335938, "subreddit": "antm", "cluster": 1562, "color": 1}, {"x": 113.35757446289062, "y": 28.982938766479492, "subreddit": "drag", "cluster": 1562, "color": 1}, {"x": 112.7419204711914, "y": 28.534889221191406, "subreddit": "dragula", "cluster": 1562, "color": 1}, {"x": 114.07730102539062, "y": 26.731096267700195, "subreddit": "mspaintsartrace", "cluster": 1562, "color": 1}, {"x": 111.00437927246094, "y": 28.95444107055664, "subreddit": "rpdr_uk", "cluster": 1562, "color": 1}, {"x": 111.82544708251953, "y": 28.2525634765625, "subreddit": "rupaulsdragrace", "cluster": 1562, "color": 1}, {"x": 111.4438705444336, "y": 27.973283767700195, "subreddit": "spoileddragrace", "cluster": 1562, "color": 1}, {"x": 5.3397393226623535, "y": 78.8058090209961, "subreddit": "antshares", "cluster": 1252, "color": 4}, {"x": 5.996424674987793, "y": 79.90444946289062, "subreddit": "elastos", "cluster": 1252, "color": 4}, {"x": 5.5872697830200195, "y": 78.91699981689453, "subreddit": "neo", "cluster": 1252, "color": 4}, {"x": 6.194986820220947, "y": 77.83615112304688, "subreddit": "waltonchain", "cluster": 1252, "color": 4}, {"x": -24.21996307373047, "y": -96.19629669189453, "subreddit": "anw", "cluster": 1069, "color": 1}, {"x": -23.863737106323242, "y": -46.7747802734375, "subreddit": "livefromnewyork", "cluster": 1069, "color": 1}, {"x": -24.019214630126953, "y": -46.86858367919922, "subreddit": "outsidelands", "cluster": 1069, "color": 1}, {"x": -22.481014251708984, "y": -46.631412506103516, "subreddit": "themaskedsinger", "cluster": 1069, "color": 1}, {"x": 42.11603546142578, "y": 92.9075698852539, "subreddit": "anxiety", "cluster": 510, "color": 1}, {"x": 42.6515998840332, "y": 91.359619140625, "subreddit": "anxietydepression", "cluster": 510, "color": 1}, {"x": 43.12150955200195, "y": 91.36109161376953, "subreddit": "depression", "cluster": 510, "color": 1}, {"x": 55.20698547363281, "y": 103.65924072265625, "subreddit": "depression_help", "cluster": 510, "color": 1}, {"x": 0.6822940111160278, "y": 49.02236557006836, "subreddit": "lonely", "cluster": 510, "color": 1}, {"x": 35.288978576660156, "y": 85.43287658691406, "subreddit": "maladaptivedreaming", "cluster": 510, "color": 1}, {"x": 43.909000396728516, "y": 91.24842834472656, "subreddit": "suicidewatch", "cluster": 510, "color": 1}, {"x": -79.42052459716797, "y": 29.75689697265625, "subreddit": "anycubicphoton", "cluster": 1439, "color": 4}, {"x": -78.8416519165039, "y": 30.574228286743164, "subreddit": "dndiy", "cluster": 1439, "color": 4}, {"x": -79.01571655273438, "y": 30.326711654663086, "subreddit": "printedminis", "cluster": 1439, "color": 4}, {"x": 15.502197265625, "y": -17.523073196411133, "subreddit": "anythinggoesnews", "cluster": 508, "color": 0}, {"x": 17.0260009765625, "y": -17.67885971069336, "subreddit": "democrats", "cluster": 508, "color": 0}, {"x": 16.351085662841797, "y": -16.483156204223633, "subreddit": "inthenews", "cluster": 508, "color": 0}, {"x": 17.523380279541016, "y": -16.906436920166016, "subreddit": "politicalhumor", "cluster": 508, "color": 0}, {"x": 17.378705978393555, "y": -18.3066349029541, "subreddit": "progressive", "cluster": 508, "color": 0}, {"x": 16.61898422241211, "y": -17.757158279418945, "subreddit": "worldpolitics", "cluster": 508, "color": 0}, {"x": 22.525785446166992, "y": -19.303598403930664, "subreddit": "aoc", "cluster": 86, "color": 1}, {"x": 22.218257904052734, "y": -18.69536018371582, "subreddit": "democraticsocialism", "cluster": 86, "color": 1}, {"x": -87.35994720458984, "y": -43.6736946105957, "subreddit": "fiestast", "cluster": 86, "color": 1}, {"x": 19.83957862854004, "y": -13.466836929321289, "subreddit": "foxfiction", "cluster": 86, "color": 1}, {"x": 22.798439025878906, "y": -19.832820892333984, "subreddit": "leftwithoutedge", "cluster": 86, "color": 1}, {"x": 22.02773666381836, "y": -18.11184310913086, "subreddit": "ourpresident", "cluster": 86, "color": 1}, {"x": 60.091461181640625, "y": -32.479652404785156, "subreddit": "aoe2", "cluster": 1214, "color": 0}, {"x": -17.536197662353516, "y": -51.16246795654297, "subreddit": "muse", "cluster": 1214, "color": 0}, {"x": -17.529125213623047, "y": -51.05678176879883, "subreddit": "svu", "cluster": 1214, "color": 0}, {"x": 9.291132926940918, "y": -142.92991638183594, "subreddit": "aotrp", "cluster": 1433, "color": 5}, {"x": 5.837757587432861, "y": -141.99569702148438, "subreddit": "assassinorder", "cluster": 1433, "color": 5}, {"x": 6.038434982299805, "y": -142.05686950683594, "subreddit": "potterplayrp", "cluster": 1433, "color": 5}, {"x": -27.7066650390625, "y": 19.435789108276367, "subreddit": "apexlegends", "cluster": 87, "color": 0}, {"x": -27.40333366394043, "y": 21.016284942626953, "subreddit": "apexlfg", "cluster": 87, "color": 0}, {"x": -28.027286529541016, "y": 18.750022888183594, "subreddit": "apexlore", "cluster": 87, "color": 0}, {"x": -27.362398147583008, "y": 19.265840530395508, "subreddit": "apexoutlands", "cluster": 87, "color": 0}, {"x": -28.18747329711914, "y": 20.56370735168457, "subreddit": "apexuniversity", "cluster": 87, "color": 0}, {"x": -28.467613220214844, "y": 20.303897857666016, "subreddit": "competitiveapex", "cluster": 87, "color": 0}, {"x": 73.22135162353516, "y": -66.33876037597656, "subreddit": "lawbreakers", "cluster": 87, "color": 0}, {"x": -28.487964630126953, "y": 52.01976013183594, "subreddit": "vainglorygame", "cluster": 87, "color": 0}, {"x": 26.80472183227539, "y": 100.01793670654297, "subreddit": "aphantasia", "cluster": 88, "color": 0}, {"x": 26.787351608276367, "y": 100.04402160644531, "subreddit": "neet", "cluster": 88, "color": 0}, {"x": -22.464767456054688, "y": 89.41729736328125, "subreddit": "smashingfour", "cluster": 88, "color": 0}, {"x": 30.54738426208496, "y": -25.359106063842773, "subreddit": "aphextwin", "cluster": 155, "color": 0}, {"x": 30.309459686279297, "y": -25.27361488342285, "subreddit": "autechre", "cluster": 155, "color": 0}, {"x": 29.149181365966797, "y": -24.762760162353516, "subreddit": "chomsky", "cluster": 155, "color": 0}, {"x": 122.64505004882812, "y": 15.744338989257812, "subreddit": "apink", "cluster": 1015, "color": 0}, {"x": 123.40139770507812, "y": 15.899589538574219, "subreddit": "asiangirlsbeingcute", "cluster": 1015, "color": 0}, {"x": 123.34205627441406, "y": 19.248750686645508, "subreddit": "dreamcatcher", "cluster": 1015, "color": 0}, {"x": 123.49758911132812, "y": 15.89206314086914, "subreddit": "kpics", "cluster": 1015, "color": 0}, {"x": -15.55769157409668, "y": 49.49464416503906, "subreddit": "realasians", "cluster": 1015, "color": 0}, {"x": 9.190947532653809, "y": -8.894124031066895, "subreddit": "apocalympics2016", "cluster": 338, "color": 0}, {"x": -14.032400131225586, "y": -74.25247955322266, "subreddit": "ccna", "cluster": 338, "color": 0}, {"x": -14.066726684570312, "y": -74.22201538085938, "subreddit": "ccnp", "cluster": 338, "color": 0}, {"x": -14.643747329711914, "y": -73.65210723876953, "subreddit": "cissp", "cluster": 338, "color": 0}, {"x": -61.07110595703125, "y": 84.4645767211914, "subreddit": "apocalypserising", "cluster": 1540, "color": 0}, {"x": -20.257553100585938, "y": 33.71391296386719, "subreddit": "murdermystery2", "cluster": 1540, "color": 0}, {"x": -61.37605285644531, "y": 84.3509750366211, "subreddit": "phantomforces", "cluster": 1540, "color": 0}, {"x": -59.50986862182617, "y": 83.73210144042969, "subreddit": "roblox", "cluster": 1540, "color": 0}, {"x": -59.34914016723633, "y": 83.63301086425781, "subreddit": "robloxgamedev", "cluster": 1540, "color": 0}, {"x": -61.0831413269043, "y": 85.39661407470703, "subreddit": "tradelands", "cluster": 1540, "color": 0}, {"x": -56.63085174560547, "y": -10.37069320678711, "subreddit": "apolloapp", "cluster": 89, "color": 1}, {"x": -57.21288299560547, "y": -9.572884559631348, "subreddit": "apple", "cluster": 89, "color": 1}, {"x": -21.70677375793457, "y": -89.9683837890625, "subreddit": "applecard", "cluster": 89, "color": 1}, {"x": -58.448570251464844, "y": -9.219335556030273, "subreddit": "applewatch", "cluster": 89, "color": 1}, {"x": -79.25031280517578, "y": -101.97623443603516, "subreddit": "clemson", "cluster": 89, "color": 1}, {"x": -54.936859130859375, "y": -8.216642379760742, "subreddit": "ios7", "cluster": 89, "color": 1}, {"x": -55.555511474609375, "y": -8.294949531555176, "subreddit": "ios9", "cluster": 89, "color": 1}, {"x": 34.05198287963867, "y": -128.46627807617188, "subreddit": "apotheosisvillage", "cluster": 679, "color": 0}, {"x": 34.17329788208008, "y": -127.45796966552734, "subreddit": "fireemblem", "cluster": 679, "color": 0}, {"x": 34.110103607177734, "y": -127.62527465820312, "subreddit": "fireemblemcasual", "cluster": 679, "color": 0}, {"x": 36.34575271606445, "y": -128.64686584472656, "subreddit": "reddit_emblem", "cluster": 679, "color": 0}, {"x": 82.35440826416016, "y": 33.545982360839844, "subreddit": "shitpostemblem", "cluster": 679, "color": 0}, {"x": -58.614192962646484, "y": -54.08705139160156, "subreddit": "appalachiantrail", "cluster": 1343, "color": 3}, {"x": -58.312068939208984, "y": -53.711177825927734, "subreddit": "pacificcresttrail", "cluster": 1343, "color": 3}, {"x": -57.56719970703125, "y": -52.836002349853516, "subreddit": "surveying", "cluster": 1343, "color": 3}, {"x": -58.294349670410156, "y": -4.046788215637207, "subreddit": "apphookup", "cluster": 947, "color": 2}, {"x": -58.27912139892578, "y": -3.981334924697876, "subreddit": "iosgaming", "cluster": 947, "color": 2}, {"x": -113.55384063720703, "y": 25.331790924072266, "subreddit": "metalearth", "cluster": 947, "color": 2}, {"x": -32.845767974853516, "y": 32.33168029785156, "subreddit": "skygame", "cluster": 947, "color": 2}, {"x": -53.55291748046875, "y": -10.31961441040039, "subreddit": "applehelp", "cluster": 1099, "color": 3}, {"x": -53.49188995361328, "y": -10.844169616699219, "subreddit": "mac", "cluster": 1099, "color": 3}, {"x": -56.40936279296875, "y": -12.929780006408691, "subreddit": "macbook", "cluster": 1099, "color": 3}, {"x": -56.41109848022461, "y": -12.951517105102539, "subreddit": "macbookpro", "cluster": 1099, "color": 3}, {"x": -53.18409729003906, "y": -11.88277816772461, "subreddit": "macgaming", "cluster": 1099, "color": 3}, {"x": -54.68998336791992, "y": -11.101462364196777, "subreddit": "macos", "cluster": 1099, "color": 3}, {"x": -57.02336502075195, "y": -29.596220016479492, "subreddit": "macsysadmin", "cluster": 1099, "color": 3}, {"x": -53.20369338989258, "y": -10.580448150634766, "subreddit": "osx", "cluster": 1099, "color": 3}, {"x": -50.15228271484375, "y": -23.729488372802734, "subreddit": "printers", "cluster": 1099, "color": 3}, {"x": -62.35082244873047, "y": -9.22632884979248, "subreddit": "applemusic", "cluster": 90, "color": 0}, {"x": -60.600257873535156, "y": -11.086228370666504, "subreddit": "appletv", "cluster": 90, "color": 0}, {"x": -76.94405364990234, "y": -28.731338500976562, "subreddit": "bravia", "cluster": 90, "color": 0}, {"x": -58.66954803466797, "y": -11.047112464904785, "subreddit": "carplay", "cluster": 90, "color": 0}, {"x": -63.8072509765625, "y": -18.4478702545166, "subreddit": "directvnow", "cluster": 90, "color": 0}, {"x": -60.40345764160156, "y": -10.915067672729492, "subreddit": "homepod", "cluster": 90, "color": 0}, {"x": -74.30830383300781, "y": -1.0875786542892456, "subreddit": "pocophones", "cluster": 90, "color": 0}, {"x": -61.55965805053711, "y": -11.757834434509277, "subreddit": "sonos", "cluster": 90, "color": 0}, {"x": -65.89509582519531, "y": -17.281299591064453, "subreddit": "youtubetv", "cluster": 90, "color": 0}, {"x": -56.0658073425293, "y": -38.69756317138672, "subreddit": "appliancerepair", "cluster": 92, "color": 1}, {"x": 23.487123489379883, "y": 85.13392639160156, "subreddit": "aquarium", "cluster": 92, "color": 1}, {"x": 23.159879684448242, "y": 83.52943420410156, "subreddit": "aquariums", "cluster": 92, "color": 1}, {"x": 23.991735458374023, "y": 82.89996337890625, "subreddit": "bettafish", "cluster": 92, "color": 1}, {"x": 24.3956298828125, "y": 85.24072265625, "subreddit": "cichlid", "cluster": 92, "color": 1}, {"x": 23.134206771850586, "y": 85.75117492675781, "subreddit": "fishtank", "cluster": 92, "color": 1}, {"x": 23.00871467590332, "y": 81.59355926513672, "subreddit": "reeftank", "cluster": 92, "color": 1}, {"x": 23.699573516845703, "y": 83.77845001220703, "subreddit": "shittyaquariums", "cluster": 92, "color": 1}, {"x": 11.734485626220703, "y": 384.15191650390625, "subreddit": "appnana", "cluster": 1397, "color": 4}, {"x": 97.19535064697266, "y": -30.726585388183594, "subreddit": "giftofgames", "cluster": 1397, "color": 4}, {"x": -74.25480651855469, "y": 78.02332305908203, "subreddit": "injusticemobile", "cluster": 1397, "color": 4}, {"x": 97.08649444580078, "y": -30.92102813720703, "subreddit": "playitforward", "cluster": 1397, "color": 4}, {"x": -58.42536544799805, "y": -73.14083862304688, "subreddit": "appstate", "cluster": 1904, "color": 3}, {"x": -69.08196258544922, "y": -34.77239990234375, "subreddit": "commercialav", "cluster": 1904, "color": 3}, {"x": -68.96572875976562, "y": -35.06401824951172, "subreddit": "videoengineering", "cluster": 1904, "color": 3}, {"x": -32.97134780883789, "y": -29.025142669677734, "subreddit": "vocaloid", "cluster": 1904, "color": 3}, {"x": 61.91143035888672, "y": 55.09096908569336, "subreddit": "april2017bumpers", "cluster": 217, "color": 0}, {"x": 65.17594146728516, "y": 51.57735061645508, "subreddit": "aprilbumpers2018", "cluster": 217, "color": 0}, {"x": 62.43214416503906, "y": 54.17979049682617, "subreddit": "babybumps", "cluster": 217, "color": 0}, {"x": 62.994606018066406, "y": 52.19599533081055, "subreddit": "babywearing", "cluster": 217, "color": 0}, {"x": 62.5466423034668, "y": 53.46812438964844, "subreddit": "beyondthebump", "cluster": 217, "color": 0}, {"x": 61.873260498046875, "y": 51.518218994140625, "subreddit": "breastfeeding", "cluster": 217, "color": 0}, {"x": 64.64498901367188, "y": 51.75593948364258, "subreddit": "clothdiaps", "cluster": 217, "color": 0}, {"x": 60.52875900268555, "y": 54.19622039794922, "subreddit": "fitpregnancy", "cluster": 217, "color": 0}, {"x": 63.19534683227539, "y": 54.89312744140625, "subreddit": "gestationaldiabetes", "cluster": 217, "color": 0}, {"x": 65.05018615722656, "y": 54.780029296875, "subreddit": "julybumpers2017", "cluster": 217, "color": 0}, {"x": 60.0087776184082, "y": 53.7381477355957, "subreddit": "pregnant", "cluster": 217, "color": 0}, {"x": 63.71672821044922, "y": 53.42485427856445, "subreddit": "sleeptrain", "cluster": 217, "color": 0}, {"x": 62.4682731628418, "y": 53.18604278564453, "subreddit": "toddlers", "cluster": 217, "color": 0}, {"x": 61.34125900268555, "y": 53.33820343017578, "subreddit": "workingmoms", "cluster": 217, "color": 0}, {"x": 14.501367568969727, "y": -34.314510345458984, "subreddit": "aquaponics", "cluster": 900, "color": 2}, {"x": 5.6023101806640625, "y": 60.032283782958984, "subreddit": "hydro", "cluster": 900, "color": 2}, {"x": 5.598840713500977, "y": 60.023014068603516, "subreddit": "hydroponics", "cluster": 900, "color": 2}, {"x": -14.266597747802734, "y": 108.88943481445312, "subreddit": "spacebuckets", "cluster": 900, "color": 2}, {"x": 18.177160263061523, "y": 59.251258850097656, "subreddit": "aquasama", "cluster": 1012, "color": 2}, {"x": 18.53462791442871, "y": 58.68518829345703, "subreddit": "konosuba", "cluster": 1012, "color": 2}, {"x": 18.81222152709961, "y": 58.370635986328125, "subreddit": "megumin", "cluster": 1012, "color": 2}, {"x": 21.52728271484375, "y": 84.17414093017578, "subreddit": "aquascape", "cluster": 1392, "color": 1}, {"x": 21.83286476135254, "y": 82.90817260742188, "subreddit": "aquaswap", "cluster": 1392, "color": 1}, {"x": 0.9016658067703247, "y": 11.789206504821777, "subreddit": "dkcleague", "cluster": 1392, "color": 1}, {"x": 21.762428283691406, "y": 83.61663055419922, "subreddit": "plantedtank", "cluster": 1392, "color": 1}, {"x": 20.74353790283203, "y": 83.3633041381836, "subreddit": "shrimptank", "cluster": 1392, "color": 1}, {"x": -14.2321195602417, "y": -64.4634780883789, "subreddit": "volleyball", "cluster": 1392, "color": 1}, {"x": 15.2395601272583, "y": 62.8864860534668, "subreddit": "araara", "cluster": 1547, "color": 3}, {"x": 16.299238204956055, "y": 62.12981033325195, "subreddit": "fierceflow", "cluster": 1547, "color": 3}, {"x": 15.303242683410645, "y": 60.36113357543945, "subreddit": "nagatoro", "cluster": 1547, "color": 3}, {"x": 16.065582275390625, "y": 62.08271026611328, "subreddit": "rolereversal", "cluster": 1547, "color": 3}, {"x": 105.05052947998047, "y": 69.1256332397461, "subreddit": "aram", "cluster": 94, "color": 1}, {"x": 103.82364654541016, "y": 65.76655578613281, "subreddit": "leblancmains", "cluster": 94, "color": 1}, {"x": 105.09031677246094, "y": 69.2668228149414, "subreddit": "spacearena", "cluster": 94, "color": 1}, {"x": 6.049840927124023, "y": 34.195526123046875, "subreddit": "araragi", "cluster": 1342, "color": 2}, {"x": 76.43849182128906, "y": 23.310157775878906, "subreddit": "goblinslayer", "cluster": 1342, "color": 2}, {"x": 8.985116958618164, "y": 51.20842742919922, "subreddit": "overlord", "cluster": 1342, "color": 2}, {"x": 8.85446548461914, "y": 51.09803009033203, "subreddit": "rucoyonline", "cluster": 1342, "color": 2}, {"x": 9.648356437683105, "y": 52.0452766418457, "subreddit": "youjosenki", "cluster": 1342, "color": 2}, {"x": 31.280641555786133, "y": -19.236328125, "subreddit": "arcade1up", "cluster": 1172, "color": 1}, {"x": 31.790937423706055, "y": -18.62311553955078, "subreddit": "minines", "cluster": 1172, "color": 1}, {"x": 31.78546905517578, "y": -18.74243927001953, "subreddit": "minisnes", "cluster": 1172, "color": 1}, {"x": -54.09683609008789, "y": 21.482412338256836, "subreddit": "nscollectors", "cluster": 1172, "color": 1}, {"x": -99.78369903564453, "y": 44.80483627319336, "subreddit": "arcadefire", "cluster": 1484, "color": 5}, {"x": -91.76748657226562, "y": 41.37895202636719, "subreddit": "qotsa", "cluster": 1484, "color": 5}, {"x": -97.14532470703125, "y": 45.54285430908203, "subreddit": "radiohead", "cluster": 1484, "color": 5}, {"x": -97.08963012695312, "y": 45.5252685546875, "subreddit": "radioheadcirclejerk", "cluster": 1484, "color": 5}, {"x": 123.88156127929688, "y": -54.101226806640625, "subreddit": "arcane", "cluster": 852, "color": 3}, {"x": 123.13656616210938, "y": -53.83881378173828, "subreddit": "hcteams", "cluster": 852, "color": 3}, {"x": 122.87173461914062, "y": -53.74419403076172, "subreddit": "kohi", "cluster": 852, "color": 3}, {"x": -58.3236083984375, "y": 86.51319122314453, "subreddit": "arcaneadventures", "cluster": 1428, "color": 3}, {"x": 24.694591522216797, "y": 9.918622016906738, "subreddit": "ledootgeneration", "cluster": 1428, "color": 3}, {"x": 8.609854698181152, "y": 39.339717864990234, "subreddit": "memeeconomy", "cluster": 1428, "color": 3}, {"x": -5.8635053634643555, "y": 22.850399017333984, "subreddit": "neverbrokeabone", "cluster": 1428, "color": 3}, {"x": 24.529638290405273, "y": 11.120857238769531, "subreddit": "oldpeoplefacebook", "cluster": 1428, "color": 3}, {"x": 24.47825813293457, "y": 10.504057884216309, "subreddit": "postandbecomeamod", "cluster": 1428, "color": 3}, {"x": -0.7711138725280762, "y": 11.396927833557129, "subreddit": "rickandmorty", "cluster": 1428, "color": 3}, {"x": 25.050260543823242, "y": 9.318086624145508, "subreddit": "shittynosleep", "cluster": 1428, "color": 3}, {"x": 97.46985626220703, "y": 0.006319261621683836, "subreddit": "archeage", "cluster": 1640, "color": 2}, {"x": 99.09835052490234, "y": -0.6459307670593262, "subreddit": "fo4vr", "cluster": 1640, "color": 2}, {"x": 97.88990020751953, "y": -0.03977087140083313, "subreddit": "skyrimvr", "cluster": 1640, "color": 2}, {"x": 100.37367248535156, "y": -0.01110357791185379, "subreddit": "vive", "cluster": 1640, "color": 2}, {"x": -16.261781692504883, "y": -21.244674682617188, "subreddit": "archerfx", "cluster": 95, "color": 0}, {"x": -17.126399993896484, "y": -24.441730499267578, "subreddit": "bojackhorseman", "cluster": 95, "color": 0}, {"x": -16.540416717529297, "y": -18.86675453186035, "subreddit": "c137", "cluster": 95, "color": 0}, {"x": -5.921278476715088, "y": -36.4740104675293, "subreddit": "ddo", "cluster": 95, "color": 0}, {"x": -18.055500030517578, "y": -32.5853271484375, "subreddit": "fargotv", "cluster": 95, "color": 0}, {"x": -16.728404998779297, "y": -22.998632431030273, "subreddit": "futurama", "cluster": 95, "color": 0}, {"x": -31.34653091430664, "y": -71.90802764892578, "subreddit": "racetrackdesigns", "cluster": 95, "color": 0}, {"x": -16.17180824279785, "y": -21.377487182617188, "subreddit": "southpark", "cluster": 95, "color": 0}, {"x": -14.423966407775879, "y": -16.655290603637695, "subreddit": "thedollop", "cluster": 95, "color": 0}, {"x": 27.23758316040039, "y": -0.3481425642967224, "subreddit": "toonami", "cluster": 95, "color": 0}, {"x": -15.710077285766602, "y": -20.12189292907715, "subreddit": "venturebros", "cluster": 95, "color": 0}, {"x": -23.18756103515625, "y": 47.79680252075195, "subreddit": "archero", "cluster": 284, "color": 0}, {"x": -24.644807815551758, "y": 47.53740692138672, "subreddit": "brawlstars", "cluster": 284, "color": 0}, {"x": -24.795713424682617, "y": 47.716278076171875, "subreddit": "brawlstarscompetitive", "cluster": 284, "color": 0}, {"x": -25.56296157836914, "y": 49.43913650512695, "subreddit": "clashroyale", "cluster": 284, "color": 0}, {"x": -25.5262451171875, "y": 49.62174987792969, "subreddit": "clashroyaletrade", "cluster": 284, "color": 0}, {"x": -24.523900985717773, "y": 46.79557800292969, "subreddit": "mortisgang", "cluster": 284, "color": 0}, {"x": -80.92594909667969, "y": -62.05818557739258, "subreddit": "archery", "cluster": 1267, "color": 3}, {"x": -44.40086364746094, "y": 5.269960403442383, "subreddit": "newtubers", "cluster": 1267, "color": 3}, {"x": 343.3336181640625, "y": 301.1217346191406, "subreddit": "smallytchannel", "cluster": 1267, "color": 3}, {"x": -44.69745635986328, "y": 5.165633201599121, "subreddit": "youtubers", "cluster": 1267, "color": 3}, {"x": 14.824149131774902, "y": -76.13008117675781, "subreddit": "architecture", "cluster": 1080, "color": 4}, {"x": -71.54521179199219, "y": -39.3421516418457, "subreddit": "ketouk", "cluster": 1080, "color": 4}, {"x": 14.631580352783203, "y": -77.35269927978516, "subreddit": "london", "cluster": 1080, "color": 4}, {"x": 14.94668960571289, "y": -77.49352264404297, "subreddit": "londoncycling", "cluster": 1080, "color": 4}, {"x": 13.838027954101562, "y": -77.5421371459961, "subreddit": "londonsocialclub", "cluster": 1080, "color": 4}, {"x": -98.867919921875, "y": 40.187477111816406, "subreddit": "arcticmonkeys", "cluster": 1079, "color": 4}, {"x": -34.026397705078125, "y": -20.2441349029541, "subreddit": "chicagoedm", "cluster": 1079, "color": 4}, {"x": 12.383566856384277, "y": -80.20030212402344, "subreddit": "glastonbury_festival", "cluster": 1079, "color": 4}, {"x": -113.74856567382812, "y": 6.261220455169678, "subreddit": "howardstern", "cluster": 1079, "color": 4}, {"x": -98.95574188232422, "y": 40.1441650390625, "subreddit": "lollapalooza", "cluster": 1079, "color": 4}, {"x": -34.78588104248047, "y": -86.28427124023438, "subreddit": "riotfest", "cluster": 1079, "color": 4}, {"x": -79.50044250488281, "y": -32.95661926269531, "subreddit": "arduino", "cluster": 96, "color": 2}, {"x": -78.41058349609375, "y": -33.42138671875, "subreddit": "emdrive", "cluster": 96, "color": 2}, {"x": -79.513427734375, "y": -33.039459228515625, "subreddit": "esp8266", "cluster": 96, "color": 2}, {"x": -88.54118347167969, "y": -42.09049987792969, "subreddit": "fordfocus", "cluster": 96, "color": 2}, {"x": 23.18101692199707, "y": -61.382938385009766, "subreddit": "labrats", "cluster": 96, "color": 2}, {"x": -16.306913375854492, "y": 52.758941650390625, "subreddit": "nokia", "cluster": 96, "color": 2}, {"x": -79.96431732177734, "y": -32.0912971496582, "subreddit": "ouya", "cluster": 96, "color": 2}, {"x": -36.33110046386719, "y": -47.53004455566406, "subreddit": "processing", "cluster": 96, "color": 2}, {"x": -78.47621154785156, "y": -30.85095977783203, "subreddit": "sonyxperia", "cluster": 96, "color": 2}, {"x": -81.04859924316406, "y": -33.924232482910156, "subreddit": "subaru_outback", "cluster": 96, "color": 2}, {"x": -61.01204299926758, "y": 59.092079162597656, "subreddit": "telegram", "cluster": 96, "color": 2}, {"x": 101.15109252929688, "y": -58.895111083984375, "subreddit": "arenafps", "cluster": 97, "color": 0}, {"x": 101.10456848144531, "y": -57.64547348022461, "subreddit": "diabotical", "cluster": 97, "color": 0}, {"x": 101.10198974609375, "y": -57.61213302612305, "subreddit": "quakechampions", "cluster": 97, "color": 0}, {"x": 101.16234588623047, "y": -59.12059783935547, "subreddit": "quakelive", "cluster": 97, "color": 0}, {"x": -60.61867141723633, "y": 95.70165252685547, "subreddit": "arenahs", "cluster": 98, "color": 1}, {"x": -60.62206268310547, "y": 95.70084381103516, "subreddit": "bobstavern", "cluster": 98, "color": 1}, {"x": -31.295202255249023, "y": -109.04415130615234, "subreddit": "realmdefensetd", "cluster": 98, "color": 1}, {"x": -28.41046714782715, "y": 79.95073699951172, "subreddit": "arenaofvalor", "cluster": 1330, "color": 2}, {"x": -26.39220428466797, "y": 79.50955963134766, "subreddit": "cytus", "cluster": 1330, "color": 2}, {"x": -28.33184051513672, "y": 79.93859100341797, "subreddit": "onmyojiarena", "cluster": 1330, "color": 2}, {"x": 16.883222579956055, "y": 34.95266342163086, "subreddit": "arethestraightsok", "cluster": 1153, "color": 1}, {"x": 25.476337432861328, "y": 67.94816589355469, "subreddit": "incelexit", "cluster": 1153, "color": 1}, {"x": 11.799410820007324, "y": 27.876089096069336, "subreddit": "mendrawingwomen", "cluster": 1153, "color": 1}, {"x": 14.145547866821289, "y": 29.189163208007812, "subreddit": "menwritingwomen", "cluster": 1153, "color": 1}, {"x": 14.40864372253418, "y": 29.373449325561523, "subreddit": "mythology", "cluster": 1153, "color": 1}, {"x": 13.786951065063477, "y": 28.307104110717773, "subreddit": "nothowgirlswork", "cluster": 1153, "color": 1}, {"x": 12.795561790466309, "y": 29.070934295654297, "subreddit": "pointlesslygendered", "cluster": 1153, "color": 1}, {"x": 10.72081470489502, "y": -99.77894592285156, "subreddit": "areyoutheone", "cluster": 640, "color": 0}, {"x": 9.349579811096191, "y": -104.12259674072266, "subreddit": "dancemoms", "cluster": 640, "color": 0}, {"x": 10.82211971282959, "y": -100.34120178222656, "subreddit": "exonthebeach", "cluster": 640, "color": 0}, {"x": 12.121959686279297, "y": -100.61660766601562, "subreddit": "floribama", "cluster": 640, "color": 0}, {"x": 12.652898788452148, "y": -100.54674530029297, "subreddit": "jerseyshore", "cluster": 640, "color": 0}, {"x": 10.51512622833252, "y": -100.64439392089844, "subreddit": "mtvchallenge", "cluster": 640, "color": 0}, {"x": 9.371149063110352, "y": -104.3533935546875, "subreddit": "yalit", "cluster": 640, "color": 0}, {"x": -2.583935022354126, "y": 14.377263069152832, "subreddit": "arg", "cluster": 388, "color": 0}, {"x": -11.664799690246582, "y": -5.347829341888428, "subreddit": "codes", "cluster": 388, "color": 0}, {"x": -18.542673110961914, "y": 53.98516082763672, "subreddit": "mgtow2", "cluster": 388, "color": 0}, {"x": 109.12055206298828, "y": -22.251497268676758, "subreddit": "argaming", "cluster": 99, "color": 0}, {"x": 109.90345001220703, "y": -22.857412338256836, "subreddit": "argentina", "cluster": 99, "color": 0}, {"x": -4.7066216468811035, "y": 82.6292495727539, "subreddit": "argentinabenderstyle", "cluster": 99, "color": 0}, {"x": 109.63289642333984, "y": -23.046642303466797, "subreddit": "argentinacirclejerk", "cluster": 99, "color": 0}, {"x": 110.78046417236328, "y": -22.712556838989258, "subreddit": "republicaargentina", "cluster": 99, "color": 0}, {"x": 111.32847595214844, "y": -23.2475643157959, "subreddit": "vzla", "cluster": 99, "color": 0}, {"x": 25.110286712646484, "y": 54.527164459228516, "subreddit": "arianagrande", "cluster": 100, "color": 1}, {"x": 25.147380828857422, "y": 54.54210662841797, "subreddit": "ariheads", "cluster": 100, "color": 1}, {"x": -10.463390350341797, "y": 54.14492416381836, "subreddit": "victoriajustice", "cluster": 100, "color": 1}, {"x": -80.70741271972656, "y": -50.157344818115234, "subreddit": "arizona", "cluster": 101, "color": 0}, {"x": -82.41608428955078, "y": -49.04099655151367, "subreddit": "bringmethehorizon", "cluster": 101, "color": 0}, {"x": -47.8785285949707, "y": -117.0560531616211, "subreddit": "flagstaff", "cluster": 101, "color": 0}, {"x": -80.71570587158203, "y": -50.478614807128906, "subreddit": "phoenix", "cluster": 101, "color": 0}, {"x": -80.10540771484375, "y": -49.43515396118164, "subreddit": "tucson", "cluster": 101, "color": 0}, {"x": -83.2223892211914, "y": -49.05270767211914, "subreddit": "xterra", "cluster": 101, "color": 0}, {"x": -80.41502380371094, "y": -51.821136474609375, "subreddit": "zonaents", "cluster": 101, "color": 0}, {"x": 50.88909149169922, "y": 14.295379638671875, "subreddit": "ark", "cluster": 102, "color": 0}, {"x": 51.79648971557617, "y": 15.16159439086914, "subreddit": "arkone", "cluster": 102, "color": 0}, {"x": 50.49325180053711, "y": 14.124903678894043, "subreddit": "arkps4", "cluster": 102, "color": 0}, {"x": 51.747623443603516, "y": 14.5512113571167, "subreddit": "playark", "cluster": 102, "color": 0}, {"x": -30.95667266845703, "y": 51.9111442565918, "subreddit": "playarkmobile", "cluster": 102, "color": 0}, {"x": -4.889787197113037, "y": 138.4342498779297, "subreddit": "ark_ps4_community", "cluster": 104, "color": 1}, {"x": -4.889873027801514, "y": 138.43370056152344, "subreddit": "arkbuyandsell", "cluster": 104, "color": 1}, {"x": -9.854682922363281, "y": -93.21199035644531, "subreddit": "arkansas", "cluster": 103, "color": 0}, {"x": -9.92736530303955, "y": -92.74596405029297, "subreddit": "fayetteville", "cluster": 103, "color": 0}, {"x": -9.783634185791016, "y": -93.63519287109375, "subreddit": "littlerock", "cluster": 103, "color": 0}, {"x": 6.220649719238281, "y": 75.71124267578125, "subreddit": "arkecosystem", "cluster": 454, "color": 1}, {"x": 4.458025932312012, "y": 76.33052062988281, "subreddit": "cardano", "cluster": 454, "color": 1}, {"x": 7.049691200256348, "y": 74.02460479736328, "subreddit": "cossio", "cluster": 454, "color": 1}, {"x": 8.153966903686523, "y": 74.91273498535156, "subreddit": "cryptocurrency", "cluster": 454, "color": 1}, {"x": 7.269407272338867, "y": 71.8988037109375, "subreddit": "cryptomarkets", "cluster": 454, "color": 1}, {"x": 8.805414199829102, "y": 68.26605987548828, "subreddit": "dashpay", "cluster": 454, "color": 1}, {"x": 5.687801361083984, "y": 71.29114532470703, "subreddit": "eos", "cluster": 454, "color": 1}, {"x": 8.818275451660156, "y": 73.5146484375, "subreddit": "genesisvision", "cluster": 454, "color": 1}, {"x": 7.41044807434082, "y": 79.40038299560547, "subreddit": "helloicon", "cluster": 454, "color": 1}, {"x": -1.6320793628692627, "y": 83.72635650634766, "subreddit": "myriadcoin", "cluster": 454, "color": 1}, {"x": -42.65914535522461, "y": -16.919036865234375, "subreddit": "reddcoin", "cluster": 454, "color": 1}, {"x": 7.601347923278809, "y": 76.81768035888672, "subreddit": "requestnetwork", "cluster": 454, "color": 1}, {"x": 11.1845703125, "y": 74.41497039794922, "subreddit": "siacoin", "cluster": 454, "color": 1}, {"x": 11.546124458312988, "y": 78.28755950927734, "subreddit": "stellar", "cluster": 454, "color": 1}, {"x": 9.787282943725586, "y": 76.0180892944336, "subreddit": "tronix", "cluster": 454, "color": 1}, {"x": 8.247432708740234, "y": 75.27832794189453, "subreddit": "vechain", "cluster": 454, "color": 1}, {"x": 10.710352897644043, "y": 75.48532104492188, "subreddit": "vergecurrency", "cluster": 454, "color": 1}, {"x": 88.46723175048828, "y": 14.81828784942627, "subreddit": "arknights", "cluster": 105, "color": 0}, {"x": 88.39063262939453, "y": 14.646746635437012, "subreddit": "azurelane", "cluster": 105, "color": 0}, {"x": 89.49529266357422, "y": 15.149127006530762, "subreddit": "girlsfrontline", "cluster": 105, "color": 0}, {"x": 79.94468688964844, "y": 51.126529693603516, "subreddit": "grandorder", "cluster": 105, "color": 0}, {"x": 88.83695220947266, "y": 16.927244186401367, "subreddit": "virtualyoutubers", "cluster": 105, "color": 0}, {"x": 60.884315490722656, "y": -59.19318389892578, "subreddit": "arma", "cluster": 106, "color": 0}, {"x": 61.101280212402344, "y": -59.631893157958984, "subreddit": "armadev", "cluster": 106, "color": 0}, {"x": 59.622222900390625, "y": -59.225093841552734, "subreddit": "modelmakers", "cluster": 106, "color": 0}, {"x": 61.78728485107422, "y": -61.5788459777832, "subreddit": "projectmilsim", "cluster": 106, "color": 0}, {"x": 61.06060791015625, "y": -58.643558502197266, "subreddit": "purebattlefield", "cluster": 106, "color": 0}, {"x": 105.9249496459961, "y": -74.19275665283203, "subreddit": "armenia", "cluster": 107, "color": 0}, {"x": 105.94200897216797, "y": -74.18164825439453, "subreddit": "azerbaijan", "cluster": 107, "color": 0}, {"x": -71.78067016601562, "y": 41.04030227661133, "subreddit": "lebanon", "cluster": 107, "color": 0}, {"x": 104.63926696777344, "y": -75.03450012207031, "subreddit": "sakartvelo", "cluster": 107, "color": 0}, {"x": 53.88850784301758, "y": -56.92799758911133, "subreddit": "armoredwarfare", "cluster": 512, "color": 0}, {"x": 55.286006927490234, "y": -56.695594787597656, "subreddit": "derscheisser", "cluster": 512, "color": 0}, {"x": 55.29341125488281, "y": -56.68686294555664, "subreddit": "girlsundpanzer", "cluster": 512, "color": 0}, {"x": 67.21559143066406, "y": -29.718549728393555, "subreddit": "insurgency", "cluster": 512, "color": 0}, {"x": -36.53016662597656, "y": 25.08759117126465, "subreddit": "arms", "cluster": 1680, "color": 5}, {"x": -35.01409912109375, "y": 25.44500732421875, "subreddit": "saltoon", "cluster": 1680, "color": 5}, {"x": -36.3944091796875, "y": 25.10852813720703, "subreddit": "splatoon_2", "cluster": 1680, "color": 5}, {"x": 42.19917297363281, "y": -99.8971939086914, "subreddit": "army", "cluster": 108, "color": 1}, {"x": 41.41352844238281, "y": -99.29766845703125, "subreddit": "military", "cluster": 108, "color": 1}, {"x": 42.30160140991211, "y": -101.30198669433594, "subreddit": "nationalguard", "cluster": 108, "color": 1}, {"x": 42.78715515136719, "y": -100.11801147460938, "subreddit": "rotc", "cluster": 108, "color": 1}, {"x": -46.5416374206543, "y": -101.5008773803711, "subreddit": "aroundthenfl", "cluster": 1446, "color": 2}, {"x": -63.54206466674805, "y": -86.80502319335938, "subreddit": "golf", "cluster": 1446, "color": 2}, {"x": 470.413818359375, "y": 29.800874710083008, "subreddit": "mvis", "cluster": 1446, "color": 2}, {"x": -63.564430236816406, "y": -86.85071563720703, "subreddit": "progolf", "cluster": 1446, "color": 2}, {"x": -11.080945014953613, "y": -32.578941345214844, "subreddit": "arrow", "cluster": 690, "color": 1}, {"x": -11.580269813537598, "y": 52.45930862426758, "subreddit": "flarrowporn", "cluster": 690, "color": 1}, {"x": -10.757709503173828, "y": -32.89969253540039, "subreddit": "flashtv", "cluster": 690, "color": 1}, {"x": -9.531205177307129, "y": -33.63497543334961, "subreddit": "gotham", "cluster": 690, "color": 1}, {"x": -10.990638732910156, "y": -33.51902389526367, "subreddit": "legendsoftomorrow", "cluster": 690, "color": 1}, {"x": 25.680158615112305, "y": 14.920916557312012, "subreddit": "nepal", "cluster": 690, "color": 1}, {"x": -31.32598304748535, "y": 4.438221454620361, "subreddit": "outlast", "cluster": 690, "color": 1}, {"x": -31.27705192565918, "y": 71.96688079833984, "subreddit": "rdr2", "cluster": 690, "color": 1}, {"x": -8.828716278076172, "y": -27.186325073242188, "subreddit": "superman", "cluster": 690, "color": 1}, {"x": -10.078231811523438, "y": -31.333545684814453, "subreddit": "theflash", "cluster": 690, "color": 1}, {"x": -13.619162559509277, "y": -34.79003143310547, "subreddit": "arrowverse", "cluster": 198, "color": 1}, {"x": -12.049878120422363, "y": -34.512725830078125, "subreddit": "batwomantv", "cluster": 198, "color": 1}, {"x": -11.442286491394043, "y": -34.443416595458984, "subreddit": "blacklightning", "cluster": 198, "color": 1}, {"x": -11.675932884216309, "y": -34.006263732910156, "subreddit": "supergirltv", "cluster": 198, "color": 1}, {"x": -26.46493911743164, "y": 13.599921226501465, "subreddit": "talesfromcavesupport", "cluster": 198, "color": 1}, {"x": -0.9187156558036804, "y": 14.405135154724121, "subreddit": "artbyte", "cluster": 1636, "color": 3}, {"x": -17.05282974243164, "y": -5.8260698318481445, "subreddit": "conceptart", "cluster": 1636, "color": 3}, {"x": -5.547149181365967, "y": 17.564311981201172, "subreddit": "digitalart", "cluster": 1636, "color": 3}, {"x": -5.752386093139648, "y": 17.307817459106445, "subreddit": "drawing", "cluster": 1636, "color": 3}, {"x": -14.756585121154785, "y": -5.061788558959961, "subreddit": "idap", "cluster": 1636, "color": 3}, {"x": -15.024121284484863, "y": -4.094832420349121, "subreddit": "illustration", "cluster": 1636, "color": 3}, {"x": -21.83617401123047, "y": 42.05305480957031, "subreddit": "learntodraw", "cluster": 1636, "color": 3}, {"x": -5.7375593185424805, "y": 17.320934295654297, "subreddit": "sketches", "cluster": 1636, "color": 3}, {"x": -20.787179946899414, "y": 41.97419738769531, "subreddit": "artcrit", "cluster": 110, "color": 1}, {"x": -20.32353401184082, "y": 42.826786041259766, "subreddit": "artistlounge", "cluster": 110, "color": 1}, {"x": -21.802284240722656, "y": 42.53324890136719, "subreddit": "learnart", "cluster": 110, "color": 1}, {"x": -20.10247039794922, "y": 43.037052154541016, "subreddit": "redditgetsdrawn", "cluster": 110, "color": 1}, {"x": -18.898990631103516, "y": 40.450809478759766, "subreddit": "artfundamentals", "cluster": 109, "color": 0}, {"x": -18.87027931213379, "y": 40.40896224975586, "subreddit": "digitalpainting", "cluster": 109, "color": 0}, {"x": 30.929248809814453, "y": -52.662105560302734, "subreddit": "arthistory", "cluster": 1215, "color": 3}, {"x": 23.048995971679688, "y": -37.34260177612305, "subreddit": "lectures", "cluster": 1215, "color": 3}, {"x": 30.871740341186523, "y": -51.520660400390625, "subreddit": "museum", "cluster": 1215, "color": 3}, {"x": 30.87692642211914, "y": -51.26149368286133, "subreddit": "sorceryofthespectacle", "cluster": 1215, "color": 3}, {"x": -68.6021499633789, "y": 13.653815269470215, "subreddit": "artificial", "cluster": 1183, "color": 0}, {"x": -67.82018280029297, "y": 15.420797348022461, "subreddit": "computervision", "cluster": 1183, "color": 0}, {"x": -65.32304382324219, "y": 15.632759094238281, "subreddit": "datascience", "cluster": 1183, "color": 0}, {"x": -66.17050170898438, "y": 13.645519256591797, "subreddit": "datasets", "cluster": 1183, "color": 0}, {"x": 24.52692222595215, "y": -39.319461822509766, "subreddit": "kingkillerchronicle", "cluster": 1183, "color": 0}, {"x": -66.03598022460938, "y": 15.118097305297852, "subreddit": "learnmachinelearning", "cluster": 1183, "color": 0}, {"x": -67.00546264648438, "y": 14.906885147094727, "subreddit": "machinelearning", "cluster": 1183, "color": 0}, {"x": -66.27532196044922, "y": 14.950743675231934, "subreddit": "mlquestions", "cluster": 1183, "color": 0}, {"x": 4.836013317108154, "y": 7.509289264678955, "subreddit": "artisanvideos", "cluster": 621, "color": 1}, {"x": -4.811796188354492, "y": -102.43315887451172, "subreddit": "deephouse", "cluster": 621, "color": 1}, {"x": 4.356654167175293, "y": 8.41415023803711, "subreddit": "engineeringporn", "cluster": 621, "color": 1}, {"x": -76.7759017944336, "y": -49.567466735839844, "subreddit": "skookum", "cluster": 621, "color": 1}, {"x": -10.581640243530273, "y": 126.40953063964844, "subreddit": "artofrolling", "cluster": 1854, "color": 5}, {"x": 0.8313329815864563, "y": -9.742924690246582, "subreddit": "mflb", "cluster": 1854, "color": 5}, {"x": -4.247000694274902, "y": 110.8327865600586, "subreddit": "stonerengineering", "cluster": 1854, "color": 5}, {"x": -4.375391006469727, "y": 110.63799285888672, "subreddit": "stonerprotips", "cluster": 1854, "color": 5}, {"x": 1.621925950050354, "y": -9.077540397644043, "subreddit": "treecomics", "cluster": 1854, "color": 5}, {"x": 1.0284202098846436, "y": -9.54210376739502, "subreddit": "trees", "cluster": 1854, "color": 5}, {"x": -17.19024658203125, "y": 42.55609130859375, "subreddit": "artstore", "cluster": 895, "color": 3}, {"x": -23.87071990966797, "y": 44.11634063720703, "subreddit": "comicbookcollabs", "cluster": 895, "color": 3}, {"x": -17.157182693481445, "y": 42.56049728393555, "subreddit": "hungryartists", "cluster": 895, "color": 3}, {"x": -15.291378021240234, "y": 41.447086334228516, "subreddit": "tattoodesigns", "cluster": 895, "color": 3}, {"x": 61.36893844604492, "y": -53.356021881103516, "subreddit": "asatru", "cluster": 1344, "color": 1}, {"x": 61.47914123535156, "y": -52.41987991333008, "subreddit": "heathenry", "cluster": 1344, "color": 1}, {"x": 61.42790222167969, "y": -53.00117874145508, "subreddit": "pagan", "cluster": 1344, "color": 1}, {"x": -7.933370113372803, "y": -128.39596557617188, "subreddit": "ashens", "cluster": 292, "color": 2}, {"x": 20.90769386291504, "y": -78.96370697021484, "subreddit": "britishmilitary", "cluster": 292, "color": 2}, {"x": 17.976045608520508, "y": -80.8318862915039, "subreddit": "britishproblems", "cluster": 292, "color": 2}, {"x": 17.872194290161133, "y": -80.856689453125, "subreddit": "britishsuccess", "cluster": 292, "color": 2}, {"x": 18.195833206176758, "y": -79.88121795654297, "subreddit": "britishtv", "cluster": 292, "color": 2}, {"x": 20.27920150756836, "y": -83.4436264038086, "subreddit": "brum", "cluster": 292, "color": 2}, {"x": 29.183549880981445, "y": -69.20054626464844, "subreddit": "grammar", "cluster": 292, "color": 2}, {"x": 92.82416534423828, "y": -2.9073433876037598, "subreddit": "ashesofcreation", "cluster": 450, "color": 1}, {"x": 92.0246353149414, "y": -3.2555854320526123, "subreddit": "camelotunchained", "cluster": 450, "color": 1}, {"x": 92.03404998779297, "y": -3.6173300743103027, "subreddit": "crowfall", "cluster": 450, "color": 1}, {"x": 93.05778503417969, "y": -4.985402584075928, "subreddit": "eqnext", "cluster": 450, "color": 1}, {"x": 91.05978393554688, "y": -4.409069538116455, "subreddit": "hextcg", "cluster": 450, "color": 1}, {"x": -49.904293060302734, "y": 95.0658187866211, "subreddit": "ashikarasha2019", "cluster": 112, "color": 0}, {"x": -71.85794067382812, "y": 0.9740384817123413, "subreddit": "ashleymadisonhack", "cluster": 910, "color": 1}, {"x": 45.747859954833984, "y": -118.46324920654297, "subreddit": "boise", "cluster": 910, "color": 1}, {"x": 45.745849609375, "y": -118.46131896972656, "subreddit": "idaho", "cluster": 910, "color": 1}, {"x": 77.57423400878906, "y": 67.46482849121094, "subreddit": "asianamerican", "cluster": 114, "color": 0}, {"x": 77.78580474853516, "y": 67.1990966796875, "subreddit": "asiantwox", "cluster": 114, "color": 0}, {"x": 78.42486572265625, "y": 66.89916229248047, "subreddit": "interracialdating", "cluster": 114, "color": 0}, {"x": 74.99872589111328, "y": 64.95508575439453, "subreddit": "publichealth", "cluster": 114, "color": 0}, {"x": 45.07280349731445, "y": 67.3689956665039, "subreddit": "asianbeauty", "cluster": 113, "color": 0}, {"x": 49.44450759887695, "y": 66.49494934082031, "subreddit": "asianbeautyexchange", "cluster": 113, "color": 0}, {"x": 49.478187561035156, "y": 66.60633850097656, "subreddit": "randomactsofab", "cluster": 113, "color": 0}, {"x": 27.19905662536621, "y": 51.420745849609375, "subreddit": "asianladyboners", "cluster": 1016, "color": 1}, {"x": 131.24169921875, "y": 17.629985809326172, "subreddit": "bangtan", "cluster": 1016, "color": 1}, {"x": 126.78301239013672, "y": 19.733306884765625, "subreddit": "blackpink", "cluster": 1016, "color": 1}, {"x": 128.4105987548828, "y": 14.639942169189453, "subreddit": "broduce101", "cluster": 1016, "color": 1}, {"x": 127.38597869873047, "y": 15.284768104553223, "subreddit": "exo", "cluster": 1016, "color": 1}, {"x": 130.1780548095703, "y": 14.06101131439209, "subreddit": "koreanvariety", "cluster": 1016, "color": 1}, {"x": 128.366455078125, "y": 15.425627708435059, "subreddit": "kpop", "cluster": 1016, "color": 1}, {"x": 128.29701232910156, "y": 16.429216384887695, "subreddit": "kpophelp", "cluster": 1016, "color": 1}, {"x": 128.34275817871094, "y": 17.120973587036133, "subreddit": "kpopthoughts", "cluster": 1016, "color": 1}, {"x": 125.89228820800781, "y": 13.284628868103027, "subreddit": "loona", "cluster": 1016, "color": 1}, {"x": 129.4052276611328, "y": 15.768440246582031, "subreddit": "shinee", "cluster": 1016, "color": 1}, {"x": 125.15047454833984, "y": 15.995261192321777, "subreddit": "snsd", "cluster": 1016, "color": 1}, {"x": 105.14481353759766, "y": 90.72242736816406, "subreddit": "asianmasculinity", "cluster": 169, "color": 0}, {"x": 105.06180572509766, "y": 91.4576187133789, "subreddit": "aznidentity", "cluster": 169, "color": 0}, {"x": 105.05140686035156, "y": 91.58460235595703, "subreddit": "easternsunrising", "cluster": 169, "color": 0}, {"x": 103.88704681396484, "y": 91.77570343017578, "subreddit": "hapas", "cluster": 169, "color": 0}, {"x": 106.03732299804688, "y": 92.0903549194336, "subreddit": "sino", "cluster": 169, "color": 0}, {"x": -42.04312515258789, "y": -66.07087707519531, "subreddit": "asianparentstories", "cluster": 138, "color": 0}, {"x": -41.11626052856445, "y": -66.02013397216797, "subreddit": "askto", "cluster": 138, "color": 0}, {"x": -41.06362533569336, "y": -66.91521453857422, "subreddit": "pokemongotoronto", "cluster": 138, "color": 0}, {"x": -98.572998046875, "y": 22.57707977294922, "subreddit": "poledancing", "cluster": 138, "color": 0}, {"x": -41.35963439941406, "y": -65.12294006347656, "subreddit": "shanedawson", "cluster": 138, "color": 0}, {"x": -39.2960205078125, "y": -69.27021026611328, "subreddit": "tfc", "cluster": 138, "color": 0}, {"x": -39.82925033569336, "y": -65.80967712402344, "subreddit": "toronto", "cluster": 138, "color": 0}, {"x": -35.8895149230957, "y": 118.86212158203125, "subreddit": "asiatripper", "cluster": 1574, "color": 4}, {"x": -36.886512756347656, "y": 124.16967010498047, "subreddit": "china_irl", "cluster": 1574, "color": 4}, {"x": -37.3759880065918, "y": 124.8201675415039, "subreddit": "chonglangtv", "cluster": 1574, "color": 4}, {"x": -37.00297546386719, "y": 124.32327270507812, "subreddit": "saraba1st", "cluster": 1574, "color": 4}, {"x": 73.01178741455078, "y": -68.60830688476562, "subreddit": "ask", "cluster": 118, "color": 0}, {"x": 73.29572296142578, "y": -68.16026306152344, "subreddit": "askanaustralian", "cluster": 118, "color": 0}, {"x": -14.014772415161133, "y": -16.953306198120117, "subreddit": "canberra", "cluster": 118, "color": 0}, {"x": 74.38062286376953, "y": -67.27057647705078, "subreddit": "newcastle", "cluster": 118, "color": 0}, {"x": 73.70304107666016, "y": -67.18025970458984, "subreddit": "straya", "cluster": 118, "color": 0}, {"x": -18.101089477539062, "y": -42.21998596191406, "subreddit": "tooafraidtoask", "cluster": 118, "color": 0}, {"x": -4.71806526184082, "y": -79.30543518066406, "subreddit": "ask_lawyers", "cluster": 115, "color": 0}, {"x": -4.841882705688477, "y": -78.8685531616211, "subreddit": "law", "cluster": 115, "color": 0}, {"x": -4.428447246551514, "y": -79.83843231201172, "subreddit": "lawfirm", "cluster": 115, "color": 0}, {"x": 26.06626319885254, "y": -41.731910705566406, "subreddit": "ask_politics", "cluster": 1258, "color": 3}, {"x": -8.106904029846191, "y": -145.6111602783203, "subreddit": "changemyview", "cluster": 1258, "color": 3}, {"x": 28.238554000854492, "y": -41.420448303222656, "subreddit": "moderatepolitics", "cluster": 1258, "color": 3}, {"x": 27.66353988647461, "y": -42.92148208618164, "subreddit": "neutralnews", "cluster": 1258, "color": 3}, {"x": 27.6276798248291, "y": -42.862831115722656, "subreddit": "neutralpolitics", "cluster": 1258, "color": 3}, {"x": 25.94632339477539, "y": -41.467403411865234, "subreddit": "politicaldiscussion", "cluster": 1258, "color": 3}, {"x": 81.83456420898438, "y": 87.98038482666016, "subreddit": "ask_transgender", "cluster": 139, "color": 0}, {"x": 81.89128875732422, "y": 88.12159729003906, "subreddit": "asktransgender", "cluster": 139, "color": 0}, {"x": 81.20127868652344, "y": 88.93781280517578, "subreddit": "mtf", "cluster": 139, "color": 0}, {"x": 82.37261962890625, "y": 86.90921020507812, "subreddit": "mypartneristrans", "cluster": 139, "color": 0}, {"x": 82.43419647216797, "y": 89.00614929199219, "subreddit": "transgender_surgeries", "cluster": 139, "color": 0}, {"x": 80.25508880615234, "y": 87.93560791015625, "subreddit": "transgendercirclejerk", "cluster": 139, "color": 0}, {"x": 83.47640228271484, "y": 88.1373519897461, "subreddit": "transgenderuk", "cluster": 139, "color": 0}, {"x": 26.8530216217041, "y": -56.00239181518555, "subreddit": "askacademia", "cluster": 116, "color": 1}, {"x": 27.465497970581055, "y": -56.4569091796875, "subreddit": "gradadmissions", "cluster": 116, "color": 1}, {"x": 26.639270782470703, "y": -56.37758255004883, "subreddit": "gradschool", "cluster": 116, "color": 1}, {"x": 75.08333587646484, "y": 63.16343307495117, "subreddit": "ladiesofscience", "cluster": 116, "color": 1}, {"x": 26.03938102722168, "y": -57.042755126953125, "subreddit": "phd", "cluster": 116, "color": 1}, {"x": 28.27385711669922, "y": -54.462554931640625, "subreddit": "politicalscience", "cluster": 116, "color": 1}, {"x": 26.495655059814453, "y": -55.19196701049805, "subreddit": "professors", "cluster": 116, "color": 1}, {"x": 30.249011993408203, "y": -83.3864974975586, "subreddit": "askacanadian", "cluster": 865, "color": 0}, {"x": 37.629005432128906, "y": -49.5717658996582, "subreddit": "askhistorians", "cluster": 865, "color": 0}, {"x": 38.24664306640625, "y": -51.37420654296875, "subreddit": "askhistory", "cluster": 865, "color": 0}, {"x": 37.31137466430664, "y": -49.62017822265625, "subreddit": "badhistory", "cluster": 865, "color": 0}, {"x": 38.032325744628906, "y": -50.935489654541016, "subreddit": "history", "cluster": 865, "color": 0}, {"x": 18.685407638549805, "y": -45.484130859375, "subreddit": "askaliberal", "cluster": 117, "color": 0}, {"x": 18.99613380432129, "y": -45.4317626953125, "subreddit": "askconservatives", "cluster": 117, "color": 0}, {"x": 23.6600341796875, "y": -34.7783088684082, "subreddit": "basicincome", "cluster": 117, "color": 0}, {"x": 23.87932586669922, "y": -35.06195068359375, "subreddit": "rammstein", "cluster": 117, "color": 0}, {"x": 65.5584716796875, "y": -11.218841552734375, "subreddit": "askanamerican", "cluster": 1455, "color": 0}, {"x": 45.12867736816406, "y": 38.323551177978516, "subreddit": "juicing", "cluster": 1455, "color": 0}, {"x": -112.9388656616211, "y": -85.91609191894531, "subreddit": "providence", "cluster": 1455, "color": 0}, {"x": -112.9392318725586, "y": -85.91443634033203, "subreddit": "rhodeisland", "cluster": 1455, "color": 0}, {"x": -82.38343048095703, "y": -58.69826889038086, "subreddit": "askanelectrician", "cluster": 603, "color": 0}, {"x": -82.38870239257812, "y": -58.68586349487305, "subreddit": "electrical", "cluster": 603, "color": 0}, {"x": -83.45985412597656, "y": -57.65958786010742, "subreddit": "electricians", "cluster": 603, "color": 0}, {"x": 23.14179229736328, "y": 67.84794616699219, "subreddit": "askanincel", "cluster": 279, "color": 1}, {"x": 23.372962951660156, "y": 67.16718292236328, "subreddit": "braincels", "cluster": 279, "color": 1}, {"x": 23.912424087524414, "y": 66.2154312133789, "subreddit": "incels", "cluster": 279, "color": 1}, {"x": 22.415515899658203, "y": 68.7569808959961, "subreddit": "incelselfies", "cluster": 279, "color": 1}, {"x": 23.66363525390625, "y": 67.50235748291016, "subreddit": "incelswithouthate", "cluster": 279, "color": 1}, {"x": 21.592897415161133, "y": 66.06282043457031, "subreddit": "shortcels", "cluster": 279, "color": 1}, {"x": -2.492013692855835, "y": 60.470733642578125, "subreddit": "truerateme", "cluster": 279, "color": 1}, {"x": 43.400333404541016, "y": -58.514305114746094, "subreddit": "askarussian", "cluster": 120, "color": 0}, {"x": 43.57894515991211, "y": -58.71406173706055, "subreddit": "askcentralasia", "cluster": 120, "color": 0}, {"x": 43.42595291137695, "y": -56.86225509643555, "subreddit": "russia", "cluster": 120, "color": 0}, {"x": 42.6213493347168, "y": -58.04753875732422, "subreddit": "russian", "cluster": 120, "color": 0}, {"x": -7.509696960449219, "y": -14.215266227722168, "subreddit": "askashittydoctor", "cluster": 1615, "color": 1}, {"x": -8.201946258544922, "y": -15.17818832397461, "subreddit": "reno", "cluster": 1615, "color": 1}, {"x": -7.805447101593018, "y": -14.630027770996094, "subreddit": "shittyadvice", "cluster": 1615, "color": 1}, {"x": 37.478084564208984, "y": 117.30927276611328, "subreddit": "askastrologers", "cluster": 121, "color": 0}, {"x": 37.632347106933594, "y": 116.48866271972656, "subreddit": "astrology", "cluster": 121, "color": 0}, {"x": 37.77652359008789, "y": 115.8065414428711, "subreddit": "astrologymemes", "cluster": 121, "color": 0}, {"x": 37.41997528076172, "y": 117.62247467041016, "subreddit": "astrologyreadings", "cluster": 121, "color": 0}, {"x": -0.2628105878829956, "y": -117.74681091308594, "subreddit": "askastronomy", "cluster": 145, "color": 0}, {"x": 0.10620879381895065, "y": -117.42284393310547, "subreddit": "astronomy", "cluster": 145, "color": 0}, {"x": 0.14282353222370148, "y": -116.51957702636719, "subreddit": "astrophotography", "cluster": 145, "color": 0}, {"x": -1.259455680847168, "y": -118.8458023071289, "subreddit": "harmonica", "cluster": 145, "color": 0}, {"x": 16.016321182250977, "y": -5.331585884094238, "subreddit": "poi", "cluster": 145, "color": 0}, {"x": 59.224945068359375, "y": -64.50131225585938, "subreddit": "savagegarden", "cluster": 145, "color": 0}, {"x": 0.7900475263595581, "y": -117.73518371582031, "subreddit": "telescopes", "cluster": 145, "color": 0}, {"x": 4.159030914306641, "y": -125.35248565673828, "subreddit": "askasurvivor", "cluster": 220, "color": 0}, {"x": -25.89497184753418, "y": -62.18887710571289, "subreddit": "bicycletouring", "cluster": 220, "color": 0}, {"x": -26.133913040161133, "y": -64.36336517333984, "subreddit": "bicycling", "cluster": 220, "color": 0}, {"x": -28.634502410888672, "y": -63.63615036010742, "subreddit": "bikecommuting", "cluster": 220, "color": 0}, {"x": -26.08976173400879, "y": -65.09795379638672, "subreddit": "bikeporn", "cluster": 220, "color": 0}, {"x": -26.784101486206055, "y": -63.47107696533203, "subreddit": "bikewrench", "cluster": 220, "color": 0}, {"x": -73.05533599853516, "y": 52.47832107543945, "subreddit": "bmx", "cluster": 220, "color": 0}, {"x": -26.011051177978516, "y": -63.67166519165039, "subreddit": "cycling", "cluster": 220, "color": 0}, {"x": -24.959272384643555, "y": -65.14230346679688, "subreddit": "cyclocross", "cluster": 220, "color": 0}, {"x": -84.2391128540039, "y": -30.228229522705078, "subreddit": "fatbike", "cluster": 220, "color": 0}, {"x": -26.70296859741211, "y": -65.95201873779297, "subreddit": "fixedgearbicycle", "cluster": 220, "color": 0}, {"x": -84.85934448242188, "y": -32.71666717529297, "subreddit": "mtb", "cluster": 220, "color": 0}, {"x": -23.453048706054688, "y": -65.78536987304688, "subreddit": "peloton", "cluster": 220, "color": 0}, {"x": -24.794639587402344, "y": -63.3672981262207, "subreddit": "strava", "cluster": 220, "color": 0}, {"x": -24.279529571533203, "y": -65.0074691772461, "subreddit": "velo", "cluster": 220, "color": 0}, {"x": -27.445112228393555, "y": -64.3680419921875, "subreddit": "whichbike", "cluster": 220, "color": 0}, {"x": -24.001773834228516, "y": -63.15267562866211, "subreddit": "zwift", "cluster": 220, "color": 0}, {"x": 89.7969741821289, "y": -82.74113464355469, "subreddit": "askbalkans", "cluster": 1549, "color": 3}, {"x": 27.051158905029297, "y": 56.60145568847656, "subreddit": "robac", "cluster": 1549, "color": 3}, {"x": 97.8670883178711, "y": 100.7020492553711, "subreddit": "rocirclejerk", "cluster": 1549, "color": 3}, {"x": 97.86736297607422, "y": 100.69941711425781, "subreddit": "romania", "cluster": 1549, "color": 3}, {"x": -52.68339157104492, "y": -15.227821350097656, "subreddit": "askbattlestations", "cluster": 196, "color": 0}, {"x": -53.80596160888672, "y": -15.3142728805542, "subreddit": "battlestations", "cluster": 196, "color": 0}, {"x": -54.41093444824219, "y": -14.067033767700195, "subreddit": "macsetups", "cluster": 196, "color": 0}, {"x": 30.98200035095215, "y": 25.84413719177246, "subreddit": "megamanlounge", "cluster": 196, "color": 0}, {"x": -6.098926067352295, "y": -72.79610443115234, "subreddit": "nzxt", "cluster": 196, "color": 0}, {"x": -57.89564895629883, "y": 52.61405563354492, "subreddit": "pcbuilds", "cluster": 196, "color": 0}, {"x": 17.59728240966797, "y": -47.93145751953125, "subreddit": "askberniesupporters", "cluster": 124, "color": 0}, {"x": 17.605419158935547, "y": -47.92570114135742, "subreddit": "askhillarysupporters", "cluster": 124, "color": 0}, {"x": 21.443187713623047, "y": -45.153018951416016, "subreddit": "asktrumpsupporters", "cluster": 124, "color": 0}, {"x": 51.54539108276367, "y": 1.510715365409851, "subreddit": "battlefieldcosmetics", "cluster": 124, "color": 0}, {"x": 16.178508758544922, "y": -48.853736877441406, "subreddit": "daftpunk", "cluster": 124, "color": 0}, {"x": 16.199758529663086, "y": -48.85784149169922, "subreddit": "edbangerrecords", "cluster": 124, "color": 0}, {"x": 18.3814754486084, "y": -48.4080696105957, "subreddit": "politicalvideo", "cluster": 124, "color": 0}, {"x": -90.77783203125, "y": -34.6358642578125, "subreddit": "askcarguys", "cluster": 538, "color": 1}, {"x": -90.12137603759766, "y": -33.47814178466797, "subreddit": "diyaudio", "cluster": 538, "color": 1}, {"x": -90.00060272216797, "y": -33.4248046875, "subreddit": "diysound", "cluster": 538, "color": 1}, {"x": -91.17987823486328, "y": -32.939056396484375, "subreddit": "mr2", "cluster": 538, "color": 1}, {"x": -2.8771438598632812, "y": -2.871816635131836, "subreddit": "povertyfinance", "cluster": 538, "color": 1}, {"x": -98.26885986328125, "y": -45.09486389160156, "subreddit": "askcarsales", "cluster": 329, "color": 0}, {"x": -101.00856018066406, "y": -45.117401123046875, "subreddit": "audi", "cluster": 329, "color": 0}, {"x": -98.70417022705078, "y": -43.384559631347656, "subreddit": "autos", "cluster": 329, "color": 0}, {"x": -98.83238983154297, "y": -43.526676177978516, "subreddit": "cars", "cluster": 329, "color": 0}, {"x": -98.6249008178711, "y": -42.151893615722656, "subreddit": "carscirclejerk", "cluster": 329, "color": 0}, {"x": -99.17925262451172, "y": -48.627281188964844, "subreddit": "corvette", "cluster": 329, "color": 0}, {"x": -108.04833221435547, "y": -44.55868148803711, "subreddit": "haggardgarage", "cluster": 329, "color": 0}, {"x": -9.434242248535156, "y": -12.270974159240723, "subreddit": "mousehunt", "cluster": 329, "color": 0}, {"x": -96.38813781738281, "y": -42.085323333740234, "subreddit": "regularcarreviews", "cluster": 329, "color": 0}, {"x": -99.7544937133789, "y": -44.22603225708008, "subreddit": "whatcarshouldibuy", "cluster": 329, "color": 0}, {"x": 5.592482566833496, "y": -32.84915542602539, "subreddit": "askculinary", "cluster": 425, "color": 0}, {"x": 33.17817687988281, "y": -26.454116821289062, "subreddit": "buddhism", "cluster": 425, "color": 0}, {"x": 5.709722995758057, "y": -32.343414306640625, "subreddit": "cooking", "cluster": 425, "color": 0}, {"x": 6.690573692321777, "y": -31.7935791015625, "subreddit": "cookingforbeginners", "cluster": 425, "color": 0}, {"x": 5.700056552886963, "y": -31.655473709106445, "subreddit": "recipes", "cluster": 425, "color": 0}, {"x": 55.82577133178711, "y": 76.96492767333984, "subreddit": "askdocs", "cluster": 1149, "color": 3}, {"x": 76.68141174316406, "y": -62.69795608520508, "subreddit": "auslaw", "cluster": 1149, "color": 3}, {"x": 52.46839141845703, "y": 76.52993774414062, "subreddit": "medicalschool", "cluster": 1149, "color": 3}, {"x": 53.93503189086914, "y": 76.2790756225586, "subreddit": "medicine", "cluster": 1149, "color": 3}, {"x": 54.33904266357422, "y": 76.42269134521484, "subreddit": "psychiatry", "cluster": 1149, "color": 3}, {"x": -13.303685188293457, "y": 2.8359968662261963, "subreddit": "radiology", "cluster": 1149, "color": 3}, {"x": 52.4854621887207, "y": 76.50439453125, "subreddit": "residency", "cluster": 1149, "color": 3}, {"x": 56.21596908569336, "y": 77.09434509277344, "subreddit": "askdoctorsmeeee", "cluster": 233, "color": 2}, {"x": 49.03181457519531, "y": 51.95038986206055, "subreddit": "birthcontrol", "cluster": 233, "color": 2}, {"x": 48.22364807128906, "y": 52.1595458984375, "subreddit": "periods", "cluster": 233, "color": 2}, {"x": 49.22083282470703, "y": 51.901668548583984, "subreddit": "thegirlsurvivalguide", "cluster": 233, "color": 2}, {"x": 15.34471607208252, "y": 108.85100555419922, "subreddit": "askdrugnerds", "cluster": 569, "color": 2}, {"x": 14.53757381439209, "y": 108.16783905029297, "subreddit": "askdrugs", "cluster": 569, "color": 2}, {"x": 16.119190216064453, "y": 107.54933166503906, "subreddit": "bitcoinuk", "cluster": 569, "color": 2}, {"x": 14.886418342590332, "y": 108.61199951171875, "subreddit": "drugnerds", "cluster": 569, "color": 2}, {"x": 14.192997932434082, "y": 108.95706176757812, "subreddit": "drugs", "cluster": 569, "color": 2}, {"x": 2.421647787094116, "y": -22.462278366088867, "subreddit": "fireuk", "cluster": 569, "color": 2}, {"x": 24.897340774536133, "y": -50.91307067871094, "subreddit": "askeconomics", "cluster": 175, "color": 1}, {"x": 26.600893020629883, "y": -51.058349609375, "subreddit": "asksocialscience", "cluster": 175, "color": 1}, {"x": 25.976972579956055, "y": -51.02708435058594, "subreddit": "badeconomics", "cluster": 175, "color": 1}, {"x": 9.68628978729248, "y": -24.319190979003906, "subreddit": "economics", "cluster": 175, "color": 1}, {"x": -59.86216354370117, "y": -46.45815658569336, "subreddit": "askelectronics", "cluster": 606, "color": 1}, {"x": -61.77180480957031, "y": -45.54316711425781, "subreddit": "diyelectronics", "cluster": 606, "color": 1}, {"x": -58.77310562133789, "y": -45.942955017089844, "subreddit": "ece", "cluster": 606, "color": 1}, {"x": -59.7286262512207, "y": -47.33465576171875, "subreddit": "electricalengineering", "cluster": 606, "color": 1}, {"x": -59.81036376953125, "y": -46.07038116455078, "subreddit": "electronics", "cluster": 606, "color": 1}, {"x": -59.383663177490234, "y": -44.999610900878906, "subreddit": "embedded", "cluster": 606, "color": 1}, {"x": -66.18936920166016, "y": -46.658485412597656, "subreddit": "mythbusters", "cluster": 606, "color": 1}, {"x": -64.77706146240234, "y": -47.703208923339844, "subreddit": "pipetobacco", "cluster": 606, "color": 1}, {"x": -60.20744705200195, "y": -44.858699798583984, "subreddit": "printedcircuitboard", "cluster": 606, "color": 1}, {"x": -65.28092956542969, "y": -47.1400032043457, "subreddit": "rocketry", "cluster": 606, "color": 1}, {"x": -53.456199645996094, "y": -47.95413589477539, "subreddit": "askengineers", "cluster": 620, "color": 1}, {"x": -53.4051513671875, "y": -47.9345817565918, "subreddit": "engineering", "cluster": 620, "color": 1}, {"x": -52.37400817871094, "y": -48.3748779296875, "subreddit": "engineeringstudents", "cluster": 620, "color": 1}, {"x": -53.801883697509766, "y": -47.15900421142578, "subreddit": "mechanicalengineering", "cluster": 620, "color": 1}, {"x": 30.173547744750977, "y": -83.1397705078125, "subreddit": "skydiving", "cluster": 620, "color": 1}, {"x": 56.19681930541992, "y": -74.42945861816406, "subreddit": "askeurope", "cluster": 634, "color": 2}, {"x": 108.12592315673828, "y": -50.48878479003906, "subreddit": "cyprus", "cluster": 634, "color": 2}, {"x": 54.5696907043457, "y": -74.08002471923828, "subreddit": "eesti", "cluster": 634, "color": 2}, {"x": 56.02959060668945, "y": -74.64762115478516, "subreddit": "europe", "cluster": 634, "color": 2}, {"x": 53.12955093383789, "y": -71.48417663574219, "subreddit": "greece", "cluster": 634, "color": 2}, {"x": -74.92418670654297, "y": -46.30104446411133, "subreddit": "lithuania", "cluster": 634, "color": 2}, {"x": 110.90164947509766, "y": -10.796332359313965, "subreddit": "slovenia", "cluster": 634, "color": 2}, {"x": 56.038307189941406, "y": -75.51170349121094, "subreddit": "yurop", "cluster": 634, "color": 2}, {"x": -5.368331432342529, "y": -139.62660217285156, "subreddit": "askfeminists", "cluster": 122, "color": 1}, {"x": -5.3682708740234375, "y": -139.62509155273438, "subreddit": "feminism", "cluster": 122, "color": 1}, {"x": 43.095821380615234, "y": -6.935224533081055, "subreddit": "askgames", "cluster": 768, "color": 2}, {"x": 44.68608856201172, "y": -6.245902061462402, "subreddit": "controlgame", "cluster": 768, "color": 2}, {"x": 44.243289947509766, "y": -6.570217609405518, "subreddit": "gamingsuggestions", "cluster": 768, "color": 2}, {"x": 43.26806640625, "y": -7.010501384735107, "subreddit": "shouldibuythisgame", "cluster": 768, "color": 2}, {"x": -55.3013801574707, "y": 2.407275676727295, "subreddit": "askgaybros", "cluster": 773, "color": 0}, {"x": -53.274253845214844, "y": 2.2678442001342773, "subreddit": "gaybros", "cluster": 773, "color": 0}, {"x": -53.506900787353516, "y": 1.5807791948318481, "subreddit": "gaybroscirclejerk", "cluster": 773, "color": 0}, {"x": -52.325782775878906, "y": 2.4806954860687256, "subreddit": "gaymers", "cluster": 773, "color": 0}, {"x": 27.592409133911133, "y": 52.99081039428711, "subreddit": "gaysian", "cluster": 773, "color": 0}, {"x": -55.39799499511719, "y": 2.399991273880005, "subreddit": "askgaybrosover30", "cluster": 123, "color": 0}, {"x": -57.252498626708984, "y": 3.0561609268188477, "subreddit": "askgaymen", "cluster": 123, "color": 0}, {"x": -57.21829605102539, "y": 3.780437707901001, "subreddit": "gay", "cluster": 123, "color": 0}, {"x": -57.45505905151367, "y": 2.715362787246704, "subreddit": "gayyoungold", "cluster": 123, "color": 0}, {"x": -14.096907615661621, "y": -95.97268676757812, "subreddit": "askhr", "cluster": 125, "color": 1}, {"x": -13.945526123046875, "y": -95.95729064941406, "subreddit": "humanresources", "cluster": 125, "color": 1}, {"x": 47.53057098388672, "y": -85.37065124511719, "subreddit": "asklatinamerica", "cluster": 395, "color": 0}, {"x": 47.44316482543945, "y": -85.24720764160156, "subreddit": "colombia", "cluster": 395, "color": 0}, {"x": 46.48308563232422, "y": -83.9010238647461, "subreddit": "mlrugby", "cluster": 395, "color": 0}, {"x": -4.719724178314209, "y": -87.62206268310547, "subreddit": "askle", "cluster": 126, "color": 1}, {"x": -4.691197872161865, "y": -87.50091552734375, "subreddit": "askleo", "cluster": 126, "color": 1}, {"x": -5.473410606384277, "y": -85.169677734375, "subreddit": "computerforensics", "cluster": 126, "color": 1}, {"x": -3.7590396404266357, "y": -87.30586242675781, "subreddit": "police", "cluster": 126, "color": 1}, {"x": -5.404616355895996, "y": -88.81056213378906, "subreddit": "protectandserve", "cluster": 126, "color": 1}, {"x": -1.9582959413528442, "y": -30.60344696044922, "subreddit": "zombiesurvivaltactics", "cluster": 126, "color": 1}, {"x": 28.563058853149414, "y": -67.753173828125, "subreddit": "asklinguistics", "cluster": 127, "color": 1}, {"x": 27.508129119873047, "y": -67.43377685546875, "subreddit": "badlinguistics", "cluster": 127, "color": 1}, {"x": 27.539134979248047, "y": -66.37564086914062, "subreddit": "conlangs", "cluster": 127, "color": 1}, {"x": 29.110198974609375, "y": -68.01567077636719, "subreddit": "etymology", "cluster": 127, "color": 1}, {"x": 27.922443389892578, "y": -67.55317687988281, "subreddit": "linguistics", "cluster": 127, "color": 1}, {"x": 29.89631462097168, "y": -48.439056396484375, "subreddit": "askliterarystudies", "cluster": 447, "color": 2}, {"x": 30.508460998535156, "y": -48.66505813598633, "subreddit": "criticaltheory", "cluster": 447, "color": 2}, {"x": 81.7388687133789, "y": -107.38993072509766, "subreddit": "thelastpsychiatrist", "cluster": 447, "color": 2}, {"x": 30.9877872467041, "y": -48.71277618408203, "subreddit": "zizek", "cluster": 447, "color": 2}, {"x": 2.8263015747070312, "y": -51.398807525634766, "subreddit": "asklosangeles", "cluster": 1085, "color": 3}, {"x": 4.396804332733154, "y": -53.31965637207031, "subreddit": "csun", "cluster": 1085, "color": 3}, {"x": 2.8690617084503174, "y": -50.13499069213867, "subreddit": "filmindustryla", "cluster": 1085, "color": 3}, {"x": 2.8329949378967285, "y": -51.7388801574707, "subreddit": "lalist", "cluster": 1085, "color": 3}, {"x": 2.9358956813812256, "y": -51.74932098388672, "subreddit": "losangeles", "cluster": 1085, "color": 3}, {"x": 103.46550750732422, "y": -91.0251235961914, "subreddit": "pucatrade", "cluster": 1085, "color": 3}, {"x": 3.903563976287842, "y": -52.712154388427734, "subreddit": "sfv", "cluster": 1085, "color": 3}, {"x": 16.499574661254883, "y": -62.505348205566406, "subreddit": "askmath", "cluster": 1033, "color": 3}, {"x": -57.651954650878906, "y": 4.708364963531494, "subreddit": "calculus", "cluster": 1033, "color": 3}, {"x": 17.910320281982422, "y": -62.57767868041992, "subreddit": "cheatatmathhomework", "cluster": 1033, "color": 3}, {"x": 17.711217880249023, "y": -62.600181579589844, "subreddit": "learnmath", "cluster": 1033, "color": 3}, {"x": 15.556259155273438, "y": -63.15789031982422, "subreddit": "mathematics", "cluster": 1033, "color": 3}, {"x": -110.5269546508789, "y": -41.1911506652832, "subreddit": "askmechanics", "cluster": 1144, "color": 5}, {"x": -92.97785949707031, "y": -45.656314849853516, "subreddit": "autobody", "cluster": 1144, "color": 5}, {"x": -94.16923522949219, "y": -46.803672790527344, "subreddit": "autorepair", "cluster": 1144, "color": 5}, {"x": -94.12208557128906, "y": -45.88241195678711, "subreddit": "cartalk", "cluster": 1144, "color": 5}, {"x": -16.859580993652344, "y": -87.40383911132812, "subreddit": "insurance", "cluster": 1144, "color": 5}, {"x": -94.13249969482422, "y": -43.97083282470703, "subreddit": "justrolledintotheshop", "cluster": 1144, "color": 5}, {"x": -93.91654205322266, "y": -45.710960388183594, "subreddit": "mechanicadvice", "cluster": 1144, "color": 5}, {"x": -95.58088684082031, "y": -44.96981430053711, "subreddit": "mechanics", "cluster": 1144, "color": 5}, {"x": 38.02207946777344, "y": 6.238051414489746, "subreddit": "askmen", "cluster": 128, "color": 0}, {"x": 37.59440994262695, "y": 6.525771617889404, "subreddit": "sex", "cluster": 128, "color": 0}, {"x": 38.571956634521484, "y": 5.80997371673584, "subreddit": "swrpg", "cluster": 128, "color": 0}, {"x": -83.913330078125, "y": 98.38831329345703, "subreddit": "askmrp", "cluster": 129, "color": 0}, {"x": -83.92399597167969, "y": 98.3881607055664, "subreddit": "marriedredpill", "cluster": 129, "color": 0}, {"x": -82.71174621582031, "y": 98.43122863769531, "subreddit": "whereareallthegoodmen", "cluster": 129, "color": 0}, {"x": -0.2779938876628876, "y": -26.494775772094727, "subreddit": "asknetsec", "cluster": 130, "color": 0}, {"x": 0.8464913964271545, "y": -27.43397331237793, "subreddit": "cybersecurity", "cluster": 130, "color": 0}, {"x": -1.2970093488693237, "y": -26.80744743347168, "subreddit": "defcon", "cluster": 130, "color": 0}, {"x": -0.28993362188339233, "y": -26.383373260498047, "subreddit": "netsecstudents", "cluster": 130, "color": 0}, {"x": 1.3465664386749268, "y": -24.69611358642578, "subreddit": "reverseengineering", "cluster": 130, "color": 0}, {"x": 0.9718964099884033, "y": -27.185922622680664, "subreddit": "security", "cluster": 130, "color": 0}, {"x": -88.2518310546875, "y": 38.74736404418945, "subreddit": "asknola", "cluster": 1262, "color": 2}, {"x": -88.23937225341797, "y": 38.650272369384766, "subreddit": "neworleans", "cluster": 1262, "color": 2}, {"x": -74.79095458984375, "y": 3.8166110515594482, "subreddit": "asknyc", "cluster": 131, "color": 0}, {"x": -75.20977783203125, "y": 3.1176295280456543, "subreddit": "astoria", "cluster": 131, "color": 0}, {"x": -74.53485870361328, "y": 4.006011962890625, "subreddit": "nycapartments", "cluster": 131, "color": 0}, {"x": -75.15668487548828, "y": 5.01623010635376, "subreddit": "nycmeetups", "cluster": 131, "color": 0}, {"x": -34.06963348388672, "y": 0.46611741185188293, "subreddit": "paralegal", "cluster": 131, "color": 0}, {"x": -6.110903263092041, "y": 43.88907241821289, "subreddit": "askouija", "cluster": 132, "color": 1}, {"x": -5.922274112701416, "y": 44.30491638183594, "subreddit": "onewordeach", "cluster": 132, "color": 1}, {"x": -28.426185607910156, "y": -10.18738079071045, "subreddit": "askparents", "cluster": 1355, "color": 4}, {"x": 59.16584396362305, "y": 49.117984771728516, "subreddit": "family", "cluster": 1355, "color": 4}, {"x": 60.953311920166016, "y": 50.42331314086914, "subreddit": "mommit", "cluster": 1355, "color": 4}, {"x": 60.25222396850586, "y": 49.80628204345703, "subreddit": "parenting", "cluster": 1355, "color": 4}, {"x": 60.83791732788086, "y": 49.30464553833008, "subreddit": "raisingkids", "cluster": 1355, "color": 4}, {"x": 34.5247688293457, "y": -43.9493408203125, "subreddit": "askphilosophy", "cluster": 1374, "color": 3}, {"x": 33.52794647216797, "y": -45.338294982910156, "subreddit": "badphilosophy", "cluster": 1374, "color": 3}, {"x": 34.41863250732422, "y": -43.98590087890625, "subreddit": "philosophy", "cluster": 1374, "color": 3}, {"x": 33.43230438232422, "y": -45.300716400146484, "subreddit": "philosophyofscience", "cluster": 1374, "color": 3}, {"x": 24.261627197265625, "y": -23.352027893066406, "subreddit": "askphysics", "cluster": 134, "color": 0}, {"x": 25.988737106323242, "y": -23.598859786987305, "subreddit": "askscience", "cluster": 134, "color": 0}, {"x": 24.43642807006836, "y": -24.280214309692383, "subreddit": "asksciencediscussion", "cluster": 134, "color": 0}, {"x": 23.552942276000977, "y": -24.18704605102539, "subreddit": "dataisugly", "cluster": 134, "color": 0}, {"x": 74.02946472167969, "y": -18.21705436706543, "subreddit": "diablo2", "cluster": 134, "color": 0}, {"x": 16.41683006286621, "y": -59.941436767578125, "subreddit": "eastenders", "cluster": 134, "color": 0}, {"x": 25.045869827270508, "y": -23.180984497070312, "subreddit": "physics", "cluster": 134, "color": 0}, {"x": 23.870033264160156, "y": -22.7025089263916, "subreddit": "physicsstudents", "cluster": 134, "color": 0}, {"x": 24.717849731445312, "y": -21.933090209960938, "subreddit": "quantum", "cluster": 134, "color": 0}, {"x": 23.846237182617188, "y": -23.99570083618164, "subreddit": "theydidthemath", "cluster": 134, "color": 0}, {"x": -111.0915756225586, "y": -3.1297905445098877, "subreddit": "askportland", "cluster": 1425, "color": 3}, {"x": -112.1161117553711, "y": 0.74873948097229, "subreddit": "boardkings", "cluster": 1425, "color": 3}, {"x": -111.34294128417969, "y": -0.753831148147583, "subreddit": "boombeach", "cluster": 1425, "color": 3}, {"x": -111.13803100585938, "y": -3.0274016857147217, "subreddit": "portland", "cluster": 1425, "color": 3}, {"x": -111.50433349609375, "y": -4.240145683288574, "subreddit": "portlandtrees", "cluster": 1425, "color": 3}, {"x": -6.305259704589844, "y": -88.91960906982422, "subreddit": "talesfromthesquadcar", "cluster": 1425, "color": 3}, {"x": -111.2589340209961, "y": -1.6328842639923096, "subreddit": "vancouverwa", "cluster": 1425, "color": 3}, {"x": 56.606990814208984, "y": -70.10484313964844, "subreddit": "askprogramming", "cluster": 1960, "color": 3}, {"x": 57.963172912597656, "y": -70.79165649414062, "subreddit": "austria", "cluster": 1960, "color": 3}, {"x": 60.252525329589844, "y": -73.08888244628906, "subreddit": "german", "cluster": 1960, "color": 3}, {"x": 87.3609390258789, "y": -35.02410888671875, "subreddit": "girlgamers", "cluster": 1960, "color": 3}, {"x": 78.77142333984375, "y": -35.00822830200195, "subreddit": "imperialassaulttmg", "cluster": 1960, "color": 3}, {"x": 56.53946304321289, "y": -70.03743743896484, "subreddit": "isitbullshit", "cluster": 1960, "color": 3}, {"x": 58.04195022583008, "y": -70.85340118408203, "subreddit": "wien", "cluster": 1960, "color": 3}, {"x": -0.2703340947628021, "y": 6.086810111999512, "subreddit": "askreddit", "cluster": 1381, "color": 1}, {"x": 0.9331033229827881, "y": 8.773496627807617, "subreddit": "awesome", "cluster": 1381, "color": 1}, {"x": 0.32119861245155334, "y": 4.523871898651123, "subreddit": "bestof", "cluster": 1381, "color": 1}, {"x": 1.5088266134262085, "y": -6.625810623168945, "subreddit": "doesanybodyelse", "cluster": 1381, "color": 1}, {"x": 3.739055633544922, "y": -8.137171745300293, "subreddit": "fffffffuuuuuuuuuuuu", "cluster": 1381, "color": 1}, {"x": 2.7630996704101562, "y": -6.864008903503418, "subreddit": "firstworldproblems", "cluster": 1381, "color": 1}, {"x": 0.6541480422019958, "y": 6.0858964920043945, "subreddit": "funny", "cluster": 1381, "color": 1}, {"x": 1.4731621742248535, "y": 4.181273937225342, "subreddit": "gaming", "cluster": 1381, "color": 1}, {"x": 1.301130771636963, "y": 6.055950164794922, "subreddit": "gifs", "cluster": 1381, "color": 1}, {"x": 2.0054361820220947, "y": -5.007230281829834, "subreddit": "iama", "cluster": 1381, "color": 1}, {"x": -131.81741333007812, "y": -9.517949104309082, "subreddit": "ifiwonthelottery", "cluster": 1381, "color": 1}, {"x": 2.0232558250427246, "y": -0.2552321255207062, "subreddit": "justiceporn", "cluster": 1381, "color": 1}, {"x": 0.8191026449203491, "y": 7.05186653137207, "subreddit": "murica", "cluster": 1381, "color": 1}, {"x": 2.9488046169281006, "y": 6.027397155761719, "subreddit": "nameaserver", "cluster": 1381, "color": 1}, {"x": 0.4720785319805145, "y": 3.7280325889587402, "subreddit": "news", "cluster": 1381, "color": 1}, {"x": 5.735464096069336, "y": -4.826244831085205, "subreddit": "photoshopbattles", "cluster": 1381, "color": 1}, {"x": 5.602299213409424, "y": -11.238364219665527, "subreddit": "pic", "cluster": 1381, "color": 1}, {"x": 0.6611546277999878, "y": 6.473575115203857, "subreddit": "pics", "cluster": 1381, "color": 1}, {"x": 10.028705596923828, "y": -18.522367477416992, "subreddit": "politics", "cluster": 1381, "color": 1}, {"x": 2.784555673599243, "y": -16.71564483642578, "subreddit": "shutupandtakemymoney", "cluster": 1381, "color": 1}, {"x": 0.9517177939414978, "y": 2.7448225021362305, "subreddit": "sports", "cluster": 1381, "color": 1}, {"x": 3.4519431591033936, "y": 1.6030359268188477, "subreddit": "the_meltdown", "cluster": 1381, "color": 1}, {"x": 0.4883004426956177, "y": 7.140083312988281, "subreddit": "todayilearned", "cluster": 1381, "color": 1}, {"x": 1.1264777183532715, "y": 6.617082595825195, "subreddit": "videos", "cluster": 1381, "color": 1}, {"x": 0.48643356561660767, "y": 5.986143589019775, "subreddit": "wtf", "cluster": 1381, "color": 1}, {"x": -0.3151654303073883, "y": 7.529928207397461, "subreddit": "youshouldknow", "cluster": 1381, "color": 1}, {"x": 256.66363525390625, "y": 378.8626708984375, "subreddit": "askredditul", "cluster": 280, "color": 1}, {"x": 97.55105590820312, "y": 80.19723510742188, "subreddit": "brasil", "cluster": 280, "color": 1}, {"x": 96.24070739746094, "y": 80.23294067382812, "subreddit": "brasildob", "cluster": 280, "color": 1}, {"x": 97.6088638305664, "y": 80.51026153564453, "subreddit": "brasilivre", "cluster": 280, "color": 1}, {"x": 96.67576599121094, "y": 78.10843658447266, "subreddit": "brazil", "cluster": 280, "color": 1}, {"x": 97.36986541748047, "y": 79.56238555908203, "subreddit": "circojeca", "cluster": 280, "color": 1}, {"x": 98.54938507080078, "y": 79.43445587158203, "subreddit": "desabafos", "cluster": 280, "color": 1}, {"x": 98.92391204833984, "y": 80.96361541748047, "subreddit": "futebol", "cluster": 280, "color": 1}, {"x": 97.1565933227539, "y": 81.81726837158203, "subreddit": "investimentos", "cluster": 280, "color": 1}, {"x": -4.126551151275635, "y": -26.491485595703125, "subreddit": "asksciencefiction", "cluster": 656, "color": 1}, {"x": 108.71746063232422, "y": -111.07434844970703, "subreddit": "creepygaming", "cluster": 656, "color": 1}, {"x": -6.059764385223389, "y": -24.868839263916016, "subreddit": "fantheories", "cluster": 656, "color": 1}, {"x": -6.0403218269348145, "y": -24.874671936035156, "subreddit": "plotholes", "cluster": 656, "color": 1}, {"x": 84.46651458740234, "y": -32.14302062988281, "subreddit": "askseddit", "cluster": 135, "color": 0}, {"x": 85.93016815185547, "y": -30.385311126708984, "subreddit": "infinitecrisis", "cluster": 135, "color": 0}, {"x": 84.43719482421875, "y": -32.17387008666992, "subreddit": "seduction", "cluster": 135, "color": 0}, {"x": -11.248078346252441, "y": -84.41092681884766, "subreddit": "asksf", "cluster": 199, "color": 2}, {"x": -12.428007125854492, "y": -84.41654968261719, "subreddit": "bayarea", "cluster": 199, "color": 2}, {"x": -13.729705810546875, "y": -83.12545776367188, "subreddit": "berkeley", "cluster": 199, "color": 2}, {"x": -13.007952690124512, "y": -84.4410171508789, "subreddit": "oakland", "cluster": 199, "color": 2}, {"x": -11.943450927734375, "y": -84.303466796875, "subreddit": "sanfrancisco", "cluster": 199, "color": 2}, {"x": -12.993709564208984, "y": -86.78375244140625, "subreddit": "sanjose", "cluster": 199, "color": 2}, {"x": -13.053900718688965, "y": -87.00196075439453, "subreddit": "sjsu", "cluster": 199, "color": 2}, {"x": 29.05600357055664, "y": -78.22329711914062, "subreddit": "transit", "cluster": 199, "color": 2}, {"x": 19.756269454956055, "y": -65.8326416015625, "subreddit": "askstatistics", "cluster": 1557, "color": 5}, {"x": 21.918704986572266, "y": -63.263282775878906, "subreddit": "bioinformatics", "cluster": 1557, "color": 5}, {"x": 21.03002166748047, "y": -64.32752227783203, "subreddit": "rlanguage", "cluster": 1557, "color": 5}, {"x": 20.878480911254883, "y": -64.51025390625, "subreddit": "rstats", "cluster": 1557, "color": 5}, {"x": 19.767234802246094, "y": -65.80667114257812, "subreddit": "statistics", "cluster": 1557, "color": 5}, {"x": 40.70758819580078, "y": -60.690853118896484, "subreddit": "askswitzerland", "cluster": 1750, "color": 8}, {"x": -4.990700721740723, "y": -3.7054383754730225, "subreddit": "askvet", "cluster": 1750, "color": 8}, {"x": 40.70408248901367, "y": -60.68798828125, "subreddit": "switzerland", "cluster": 1750, "color": 8}, {"x": -3.893935441970825, "y": 67.59261322021484, "subreddit": "askteenboys", "cluster": 136, "color": 2}, {"x": -3.865999937057495, "y": 67.72041320800781, "subreddit": "askteengirls", "cluster": 136, "color": 2}, {"x": -1.0882710218429565, "y": 52.8422737121582, "subreddit": "crushes", "cluster": 136, "color": 2}, {"x": -2.907381534576416, "y": 66.43956756591797, "subreddit": "teenamiugly", "cluster": 136, "color": 2}, {"x": -2.815310478210449, "y": 66.65609741210938, "subreddit": "teensmeetteens", "cluster": 136, "color": 2}, {"x": 21.532697677612305, "y": -45.0941276550293, "subreddit": "askthe_donald", "cluster": 1795, "color": 2}, {"x": 3.8239147663116455, "y": 1.21049964427948, "subreddit": "hillarymeltdown", "cluster": 1795, "color": 2}, {"x": 29.949434280395508, "y": -5.064936637878418, "subreddit": "hottiesfortrump", "cluster": 1795, "color": 2}, {"x": 29.430025100708008, "y": -6.890041351318359, "subreddit": "mr_trump", "cluster": 1795, "color": 2}, {"x": 29.135379791259766, "y": -5.85183572769165, "subreddit": "the_congress", "cluster": 1795, "color": 2}, {"x": 29.256975173950195, "y": -5.987138271331787, "subreddit": "the_donald", "cluster": 1795, "color": 2}, {"x": -7.632881164550781, "y": 42.007408142089844, "subreddit": "asktheouija", "cluster": 137, "color": 2}, {"x": -8.059988975524902, "y": 45.40035629272461, "subreddit": "hbnsportstv", "cluster": 137, "color": 2}, {"x": -7.635802268981934, "y": 41.968990325927734, "subreddit": "inclusiveor", "cluster": 137, "color": 2}, {"x": 34.89467239379883, "y": 4.382011890411377, "subreddit": "asktrollx", "cluster": 1860, "color": 4}, {"x": 6.966216087341309, "y": -74.6676254272461, "subreddit": "brighton", "cluster": 1860, "color": 4}, {"x": 35.943119049072266, "y": 3.8431568145751953, "subreddit": "exredpill", "cluster": 1860, "color": 4}, {"x": 34.555545806884766, "y": 2.3179337978363037, "subreddit": "femmethoughts", "cluster": 1860, "color": 4}, {"x": 35.773826599121094, "y": 3.4367311000823975, "subreddit": "menslib", "cluster": 1860, "color": 4}, {"x": 103.69973754882812, "y": -51.035316467285156, "subreddit": "peru", "cluster": 1860, "color": 4}, {"x": 34.55820083618164, "y": 4.330902099609375, "subreddit": "trollxchromosomes", "cluster": 1860, "color": 4}, {"x": 34.24293518066406, "y": 4.153274059295654, "subreddit": "trollychromosome", "cluster": 1860, "color": 4}, {"x": 35.7806510925293, "y": 7.028841972351074, "subreddit": "twoxsex", "cluster": 1860, "color": 4}, {"x": 42.30037307739258, "y": 16.680456161499023, "subreddit": "asktrp", "cluster": 1811, "color": 1}, {"x": 42.56216812133789, "y": 15.681922912597656, "subreddit": "darkenlightenment", "cluster": 1811, "color": 1}, {"x": 42.35467529296875, "y": 16.463083267211914, "subreddit": "theredpill", "cluster": 1811, "color": 1}, {"x": 38.029762268066406, "y": 78.45439910888672, "subreddit": "asktrufemcels", "cluster": 1872, "color": 3}, {"x": 38.39825439453125, "y": 75.56858825683594, "subreddit": "bodydysmorphia", "cluster": 1872, "color": 3}, {"x": 38.02532196044922, "y": 78.43740844726562, "subreddit": "trufemcels", "cluster": 1872, "color": 3}, {"x": 16.244346618652344, "y": -82.65946197509766, "subreddit": "askuk", "cluster": 140, "color": 1}, {"x": 15.128690719604492, "y": -81.5765151977539, "subreddit": "bristol", "cluster": 140, "color": 1}, {"x": 14.475854873657227, "y": -83.7743148803711, "subreddit": "cartalkuk", "cluster": 140, "color": 1}, {"x": 17.040239334106445, "y": -82.31192016601562, "subreddit": "casualuk", "cluster": 140, "color": 1}, {"x": 16.475065231323242, "y": -80.34493255615234, "subreddit": "england", "cluster": 140, "color": 1}, {"x": 16.340007781982422, "y": -84.28315734863281, "subreddit": "leeds", "cluster": 140, "color": 1}, {"x": 17.92751121520996, "y": -82.45638275146484, "subreddit": "manchester", "cluster": 140, "color": 1}, {"x": 15.860577583312988, "y": -82.94617462158203, "subreddit": "ncis", "cluster": 140, "color": 1}, {"x": 20.901124954223633, "y": -81.12001037597656, "subreddit": "nottingham", "cluster": 140, "color": 1}, {"x": 17.740882873535156, "y": -76.06497192382812, "subreddit": "rowing", "cluster": 140, "color": 1}, {"x": 18.138763427734375, "y": -84.86149597167969, "subreddit": "theredlion", "cluster": 140, "color": 1}, {"x": 35.599361419677734, "y": 9.322527885437012, "subreddit": "askwomen", "cluster": 141, "color": 1}, {"x": 35.57089614868164, "y": 9.140495300292969, "subreddit": "askwomenadvice", "cluster": 141, "color": 1}, {"x": -34.52812957763672, "y": -34.10443878173828, "subreddit": "denton", "cluster": 141, "color": 1}, {"x": 35.390010833740234, "y": 8.209627151489258, "subreddit": "twoxchromosomes", "cluster": 141, "color": 1}, {"x": 34.19959259033203, "y": -91.87047576904297, "subreddit": "asl", "cluster": 490, "color": 1}, {"x": 34.14082336425781, "y": -91.78485870361328, "subreddit": "deaf", "cluster": 490, "color": 1}, {"x": -23.304895401000977, "y": 61.260902404785156, "subreddit": "asmongold", "cluster": 1285, "color": 4}, {"x": 9.50541877746582, "y": -106.353515625, "subreddit": "nightwish", "cluster": 1285, "color": 4}, {"x": 9.498772621154785, "y": -106.1392822265625, "subreddit": "yawriters", "cluster": 1285, "color": 4}, {"x": -0.05688285827636719, "y": -4.492532253265381, "subreddit": "asmr", "cluster": 311, "color": 2}, {"x": -54.772212982177734, "y": -44.03970718383789, "subreddit": "autocad", "cluster": 311, "color": 2}, {"x": -54.54703903198242, "y": -44.433780670166016, "subreddit": "cad", "cluster": 311, "color": 2}, {"x": 141.82359313964844, "y": -6.537521839141846, "subreddit": "kiteboarding", "cluster": 311, "color": 2}, {"x": -55.10790252685547, "y": -42.99031448364258, "subreddit": "revit", "cluster": 311, "color": 2}, {"x": -54.39333724975586, "y": -44.981544494628906, "subreddit": "solidworks", "cluster": 311, "color": 2}, {"x": -14.313224792480469, "y": -48.59942626953125, "subreddit": "asoiaf", "cluster": 142, "color": 0}, {"x": -14.347261428833008, "y": -49.79772186279297, "subreddit": "asoiafreread", "cluster": 142, "color": 0}, {"x": -16.03599739074707, "y": -37.00245666503906, "subreddit": "gameofthrones", "cluster": 142, "color": 0}, {"x": -14.367749214172363, "y": -50.44231033325195, "subreddit": "lolita", "cluster": 142, "color": 0}, {"x": -14.314888000488281, "y": -48.748451232910156, "subreddit": "pureasoiaf", "cluster": 142, "color": 0}, {"x": 41.65297317504883, "y": -30.256954193115234, "subreddit": "thefirstlaw", "cluster": 142, "color": 0}, {"x": 112.28504943847656, "y": 14.504926681518555, "subreddit": "asoiafcirclejerk", "cluster": 1227, "color": 2}, {"x": 112.87338256835938, "y": 15.005131721496582, "subreddit": "freefolknews", "cluster": 1227, "color": 2}, {"x": 114.16763305664062, "y": 15.12534236907959, "subreddit": "hisdarkmaterials", "cluster": 1227, "color": 2}, {"x": 112.9246597290039, "y": 15.139351844787598, "subreddit": "naath", "cluster": 1227, "color": 2}, {"x": 112.6614761352539, "y": 16.19205093383789, "subreddit": "sansawinsthethrone", "cluster": 1227, "color": 2}, {"x": -23.3779296875, "y": -42.88235855102539, "subreddit": "veronicamars", "cluster": 1227, "color": 2}, {"x": -14.702784538269043, "y": 77.78156280517578, "subreddit": "asoneafterinfidelity", "cluster": 1742, "color": 3}, {"x": -14.754453659057617, "y": 75.90509033203125, "subreddit": "cheating_stories", "cluster": 1742, "color": 3}, {"x": -14.701918601989746, "y": 76.76195526123047, "subreddit": "infidelity", "cluster": 1742, "color": 3}, {"x": -14.694628715515137, "y": 76.96932220458984, "subreddit": "survivinginfidelity", "cluster": 1742, "color": 3}, {"x": 38.57536697387695, "y": 27.86064338684082, "subreddit": "aspergers", "cluster": 156, "color": 0}, {"x": 38.669620513916016, "y": 27.895004272460938, "subreddit": "autism", "cluster": 156, "color": 0}, {"x": -54.41836929321289, "y": 66.95317077636719, "subreddit": "occupationaltherapy", "cluster": 156, "color": 0}, {"x": 36.8799934387207, "y": 27.633756637573242, "subreddit": "aspergirls", "cluster": 666, "color": 1}, {"x": 36.060977935791016, "y": 27.103153228759766, "subreddit": "aspiememes", "cluster": 666, "color": 1}, {"x": -47.2000846862793, "y": -151.5487060546875, "subreddit": "drunkorakid", "cluster": 666, "color": 1}, {"x": 35.5828742980957, "y": 26.88205337524414, "subreddit": "festivalplaza", "cluster": 666, "color": 1}, {"x": 36.39530944824219, "y": 25.62152862548828, "subreddit": "fuckimold", "cluster": 666, "color": 1}, {"x": -0.7614129781723022, "y": -2.1327455043792725, "subreddit": "gamemusic", "cluster": 666, "color": 1}, {"x": 35.08226776123047, "y": 27.888442993164062, "subreddit": "givemethevirus", "cluster": 666, "color": 1}, {"x": -35.79536437988281, "y": -70.085205078125, "subreddit": "makemychoice", "cluster": 666, "color": 1}, {"x": 34.6693115234375, "y": 25.793899536132812, "subreddit": "mysterydungeon", "cluster": 666, "color": 1}, {"x": 32.744205474853516, "y": 27.267385482788086, "subreddit": "oldmandog", "cluster": 666, "color": 1}, {"x": 4.124849319458008, "y": 19.719669342041016, "subreddit": "reallifeshinies", "cluster": 666, "color": 1}, {"x": 35.4321174621582, "y": 26.80420684814453, "subreddit": "synesthesia", "cluster": 666, "color": 1}, {"x": -69.9245376586914, "y": 85.47313690185547, "subreddit": "asphalt9", "cluster": 143, "color": 0}, {"x": -84.96253204345703, "y": 5.051429748535156, "subreddit": "csrracing2", "cluster": 143, "color": 0}, {"x": -69.95353698730469, "y": 85.4657211303711, "subreddit": "grimes", "cluster": 143, "color": 0}, {"x": -67.2109146118164, "y": 87.07196807861328, "subreddit": "pixelgun", "cluster": 143, "color": 0}, {"x": -27.355464935302734, "y": 42.74480438232422, "subreddit": "assassinscreedodyssey", "cluster": 716, "color": 2}, {"x": -84.89940643310547, "y": 8.71003532409668, "subreddit": "forza", "cluster": 716, "color": 2}, {"x": -85.60359954833984, "y": 7.869154453277588, "subreddit": "forzaauctions", "cluster": 716, "color": 2}, {"x": -85.1060791015625, "y": 8.435837745666504, "subreddit": "forzahorizon", "cluster": 716, "color": 2}, {"x": 56.48101043701172, "y": 12.393462181091309, "subreddit": "mirrorsedge", "cluster": 716, "color": 2}, {"x": -84.20999145507812, "y": 9.804544448852539, "subreddit": "needforspeed", "cluster": 716, "color": 2}, {"x": 27.793777465820312, "y": 15.918537139892578, "subreddit": "assholetax", "cluster": 1112, "color": 1}, {"x": 30.317289352416992, "y": 13.843891143798828, "subreddit": "badroommates", "cluster": 1112, "color": 1}, {"x": 29.191303253173828, "y": 16.091787338256836, "subreddit": "idontworkherelady", "cluster": 1112, "color": 1}, {"x": 28.76384925842285, "y": 15.619282722473145, "subreddit": "maliciouscompliance", "cluster": 1112, "color": 1}, {"x": 41.3488883972168, "y": -98.14373779296875, "subreddit": "militarystories", "cluster": 1112, "color": 1}, {"x": 29.50846290588379, "y": 14.856317520141602, "subreddit": "pettyrevenge", "cluster": 1112, "color": 1}, {"x": 29.12235450744629, "y": 15.078171730041504, "subreddit": "prorevenge", "cluster": 1112, "color": 1}, {"x": -1.6678993701934814, "y": -16.8341007232666, "subreddit": "talesfromtechsupport", "cluster": 1112, "color": 1}, {"x": 90.64897918701172, "y": -43.55155563354492, "subreddit": "assistance", "cluster": 1573, "color": 3}, {"x": 89.20613098144531, "y": -48.025367736816406, "subreddit": "epilepsy", "cluster": 1573, "color": 3}, {"x": 91.43386840820312, "y": -42.15264892578125, "subreddit": "food_pantry", "cluster": 1573, "color": 3}, {"x": 21.280864715576172, "y": -52.34483337402344, "subreddit": "joebiden", "cluster": 1573, "color": 3}, {"x": 90.14234161376953, "y": -44.585384368896484, "subreddit": "makenewfriendshere", "cluster": 1573, "color": 3}, {"x": 90.56429290771484, "y": -42.85633087158203, "subreddit": "randomactsofchristmas", "cluster": 1573, "color": 3}, {"x": 90.54092407226562, "y": -43.656490325927734, "subreddit": "santaslittlehelpers", "cluster": 1573, "color": 3}, {"x": 7.178033351898193, "y": -144.9641571044922, "subreddit": "astheclockturns", "cluster": 1261, "color": 1}, {"x": 8.966440200805664, "y": -145.3986358642578, "subreddit": "fairytailrp", "cluster": 1261, "color": 1}, {"x": 5.6308674812316895, "y": -146.41543579101562, "subreddit": "herorp", "cluster": 1261, "color": 1}, {"x": 7.599262237548828, "y": -144.72579956054688, "subreddit": "newmarvelrp", "cluster": 1261, "color": 1}, {"x": 9.349674224853516, "y": -144.19699096679688, "subreddit": "thenarutoworld", "cluster": 1261, "color": 1}, {"x": 7.8980631828308105, "y": -143.870361328125, "subreddit": "xmenrp", "cluster": 1261, "color": 1}, {"x": 91.75792694091797, "y": 48.858943939208984, "subreddit": "astralprojection", "cluster": 618, "color": 0}, {"x": 85.70365142822266, "y": 48.77152633666992, "subreddit": "empaths", "cluster": 618, "color": 0}, {"x": 88.60377502441406, "y": 47.62809371948242, "subreddit": "energy_work", "cluster": 618, "color": 0}, {"x": 89.02493286132812, "y": 48.470760345458984, "subreddit": "kundalini", "cluster": 618, "color": 0}, {"x": 88.45352935791016, "y": 47.3289909362793, "subreddit": "shamanism", "cluster": 618, "color": 0}, {"x": -42.793190002441406, "y": 85.81997680664062, "subreddit": "astrogaming", "cluster": 1984, "color": 8}, {"x": -62.62258529663086, "y": 10.116872787475586, "subreddit": "ps4pro", "cluster": 1984, "color": 8}, {"x": -63.73268127441406, "y": 9.94459056854248, "subreddit": "xbox_one_x", "cluster": 1984, "color": 8}, {"x": 47.60210037231445, "y": 9.725791931152344, "subreddit": "xboxinsiders", "cluster": 1984, "color": 8}, {"x": 22.871803283691406, "y": -1.8322746753692627, "subreddit": "astroneer", "cluster": 1225, "color": 3}, {"x": 23.013463973999023, "y": -0.9210455417633057, "subreddit": "heroesandgenerals", "cluster": 1225, "color": 3}, {"x": 22.829761505126953, "y": -1.6376452445983887, "subreddit": "myfriendwantstoknow", "cluster": 1225, "color": 3}, {"x": -54.16291427612305, "y": -98.8785171508789, "subreddit": "astros", "cluster": 1788, "color": 8}, {"x": -98.8836898803711, "y": -11.677597999572754, "subreddit": "houston", "cluster": 1788, "color": 8}, {"x": -53.477760314941406, "y": -99.06741333007812, "subreddit": "rockets", "cluster": 1788, "color": 8}, {"x": -53.796356201171875, "y": -98.99197387695312, "subreddit": "texans", "cluster": 1788, "color": 8}, {"x": -50.754085540771484, "y": 54.514183044433594, "subreddit": "astrosnationalslives", "cluster": 709, "color": 3}, {"x": -43.48653030395508, "y": 68.18336486816406, "subreddit": "fortnite", "cluster": 709, "color": 3}, {"x": -44.39670944213867, "y": 69.9741439819336, "subreddit": "fortnitebr", "cluster": 709, "color": 3}, {"x": -45.97360610961914, "y": 71.18605041503906, "subreddit": "fortnitecompetitive", "cluster": 709, "color": 3}, {"x": -44.455474853515625, "y": 69.58439636230469, "subreddit": "fortnitecreative", "cluster": 709, "color": 3}, {"x": -43.30535888671875, "y": 71.18955993652344, "subreddit": "fortnitefashion", "cluster": 709, "color": 3}, {"x": -43.94464111328125, "y": 70.60874938964844, "subreddit": "fortniteleaks", "cluster": 709, "color": 3}, {"x": -45.93132019042969, "y": 70.8510971069336, "subreddit": "shitfortnitebrsays", "cluster": 709, "color": 3}, {"x": -42.956119537353516, "y": 71.5479507446289, "subreddit": "shrineofheadhunter", "cluster": 709, "color": 3}, {"x": -46.31291580200195, "y": 69.35652160644531, "subreddit": "simplyfortnite", "cluster": 709, "color": 3}, {"x": -78.26622772216797, "y": -115.73692321777344, "subreddit": "asu", "cluster": 723, "color": 0}, {"x": 38.78276443481445, "y": -93.28030395507812, "subreddit": "frat", "cluster": 723, "color": 0}, {"x": 38.78522491455078, "y": -93.26874542236328, "subreddit": "nyu", "cluster": 723, "color": 0}, {"x": -83.74018096923828, "y": -3.2947003841400146, "subreddit": "asus", "cluster": 1064, "color": 1}, {"x": -45.74836730957031, "y": -34.531124114990234, "subreddit": "coronavirusfos", "cluster": 1064, "color": 1}, {"x": -48.636146545410156, "y": -34.079734802246094, "subreddit": "git", "cluster": 1064, "color": 1}, {"x": -48.627662658691406, "y": -32.61623764038086, "subreddit": "linux4noobs", "cluster": 1064, "color": 1}, {"x": -46.17405700683594, "y": -33.64932632446289, "subreddit": "linuxhardware", "cluster": 1064, "color": 1}, {"x": -46.20880889892578, "y": -33.7791633605957, "subreddit": "linuxmint", "cluster": 1064, "color": 1}, {"x": -48.42342758178711, "y": -33.077186584472656, "subreddit": "linuxquestions", "cluster": 1064, "color": 1}, {"x": -49.21503448486328, "y": -32.108673095703125, "subreddit": "pop_os", "cluster": 1064, "color": 1}, {"x": 11.23344898223877, "y": 30.783477783203125, "subreddit": "atbge", "cluster": 961, "color": 1}, {"x": 10.80274772644043, "y": 31.774202346801758, "subreddit": "cursedcomments", "cluster": 961, "color": 1}, {"x": -57.447898864746094, "y": 59.88263702392578, "subreddit": "iosthemes", "cluster": 961, "color": 1}, {"x": -57.820648193359375, "y": 59.47925567626953, "subreddit": "jailbreak", "cluster": 961, "color": 1}, {"x": -57.85158157348633, "y": 58.60874938964844, "subreddit": "jailbreakdevelopers", "cluster": 961, "color": 1}, {"x": -58.79093551635742, "y": 59.710304260253906, "subreddit": "legacyjailbreak", "cluster": 961, "color": 1}, {"x": -60.485565185546875, "y": 59.203758239746094, "subreddit": "sideloaded", "cluster": 961, "color": 1}, {"x": -34.48030471801758, "y": -17.477453231811523, "subreddit": "atc", "cluster": 163, "color": 1}, {"x": -32.0870246887207, "y": -16.96513557434082, "subreddit": "aviation", "cluster": 163, "color": 1}, {"x": -32.277427673339844, "y": -17.946205139160156, "subreddit": "aviationmaintenance", "cluster": 163, "color": 1}, {"x": 104.86309814453125, "y": -45.24223327636719, "subreddit": "flightsim", "cluster": 163, "color": 1}, {"x": -32.643165588378906, "y": -16.651824951171875, "subreddit": "flying", "cluster": 163, "color": 1}, {"x": -31.0926513671875, "y": -17.17894172668457, "subreddit": "helicopters", "cluster": 163, "color": 1}, {"x": 104.53707885742188, "y": -44.240535736083984, "subreddit": "hoggit", "cluster": 163, "color": 1}, {"x": -33.164306640625, "y": -16.12969398498535, "subreddit": "shittyaskflying", "cluster": 163, "color": 1}, {"x": -30.91838264465332, "y": -15.629995346069336, "subreddit": "weirdwings", "cluster": 163, "color": 1}, {"x": -61.090152740478516, "y": -4.489995002746582, "subreddit": "atelier", "cluster": 980, "color": 3}, {"x": 78.29095458984375, "y": -24.8372802734375, "subreddit": "etrianodyssey", "cluster": 980, "color": 3}, {"x": 79.57877349853516, "y": -24.51104736328125, "subreddit": "falcom", "cluster": 980, "color": 3}, {"x": 79.18293762207031, "y": -24.216617584228516, "subreddit": "jrpg", "cluster": 980, "color": 3}, {"x": 80.77306365966797, "y": -27.565244674682617, "subreddit": "lapfoxtrax", "cluster": 980, "color": 3}, {"x": 78.09052276611328, "y": -27.21995735168457, "subreddit": "megaten", "cluster": 980, "color": 3}, {"x": 78.92133331298828, "y": -23.67091178894043, "subreddit": "rpg_gamers", "cluster": 980, "color": 3}, {"x": 8.120382308959961, "y": -15.402840614318848, "subreddit": "atheism", "cluster": 146, "color": 0}, {"x": 8.039572715759277, "y": -15.165547370910645, "subreddit": "atheismrebooted", "cluster": 146, "color": 0}, {"x": 9.130303382873535, "y": -16.155656814575195, "subreddit": "atheistvids", "cluster": 146, "color": 0}, {"x": 44.91068649291992, "y": -46.56100082397461, "subreddit": "debateanatheist", "cluster": 146, "color": 0}, {"x": 8.037757873535156, "y": -17.501306533813477, "subreddit": "freethought", "cluster": 146, "color": 0}, {"x": -0.945870041847229, "y": -8.169710159301758, "subreddit": "thefacebookdelusion", "cluster": 146, "color": 0}, {"x": 8.364529609680176, "y": -16.218198776245117, "subreddit": "trueatheism", "cluster": 146, "color": 0}, {"x": -49.33620071411133, "y": -57.53440475463867, "subreddit": "athens", "cluster": 781, "color": 1}, {"x": -47.940269470214844, "y": -57.26341247558594, "subreddit": "atlanta", "cluster": 781, "color": 1}, {"x": -47.631587982177734, "y": -55.54224395751953, "subreddit": "augusta", "cluster": 781, "color": 1}, {"x": 33.333988189697266, "y": -59.692840576171875, "subreddit": "geography", "cluster": 781, "color": 1}, {"x": -48.14008712768555, "y": -57.1662712097168, "subreddit": "georgia", "cluster": 781, "color": 1}, {"x": 45.06124496459961, "y": 20.908456802368164, "subreddit": "gwinnett", "cluster": 781, "color": 1}, {"x": 16.28607940673828, "y": 71.84519958496094, "subreddit": "ksu", "cluster": 781, "color": 1}, {"x": -34.370819091796875, "y": -122.15516662597656, "subreddit": "savannah", "cluster": 781, "color": 1}, {"x": -59.819252014160156, "y": -94.41754913330078, "subreddit": "atlantahawks", "cluster": 650, "color": 2}, {"x": -58.7427978515625, "y": -94.42259216308594, "subreddit": "braves", "cluster": 650, "color": 2}, {"x": -59.660377502441406, "y": -94.42665100097656, "subreddit": "falcons", "cluster": 650, "color": 2}, {"x": -19.271869659423828, "y": -37.86716842651367, "subreddit": "atlantatv", "cluster": 147, "color": 2}, {"x": -84.54243469238281, "y": 49.16322708129883, "subreddit": "donaldglover", "cluster": 147, "color": 2}, {"x": 110.63497161865234, "y": 2.455850124359131, "subreddit": "dyslexia", "cluster": 147, "color": 2}, {"x": -18.561317443847656, "y": -36.96442413330078, "subreddit": "euphoria", "cluster": 147, "color": 2}, {"x": -19.461742401123047, "y": -36.44806671142578, "subreddit": "powertv", "cluster": 147, "color": 2}, {"x": 55.07814025878906, "y": -94.33304595947266, "subreddit": "soccerbetting", "cluster": 147, "color": 2}, {"x": -19.159574508666992, "y": -37.93498611450195, "subreddit": "successiontv", "cluster": 147, "color": 2}, {"x": -18.863744735717773, "y": -39.13962936401367, "subreddit": "truedetective", "cluster": 147, "color": 2}, {"x": -110.8047866821289, "y": -16.362430572509766, "subreddit": "atlantaunited", "cluster": 1184, "color": 2}, {"x": -39.298831939697266, "y": -69.44114685058594, "subreddit": "canadianpl", "cluster": 1184, "color": 2}, {"x": -113.9072494506836, "y": -18.165058135986328, "subreddit": "chicagofire", "cluster": 1184, "color": 2}, {"x": -114.3291015625, "y": -22.29303741455078, "subreddit": "dcunited", "cluster": 1184, "color": 2}, {"x": -108.62814331054688, "y": -17.719539642333984, "subreddit": "dynamo", "cluster": 1184, "color": 2}, {"x": -108.28263854980469, "y": -13.748783111572266, "subreddit": "fantasymls", "cluster": 1184, "color": 2}, {"x": -113.95756530761719, "y": -15.026777267456055, "subreddit": "indianfootball", "cluster": 1184, "color": 2}, {"x": -114.57404327392578, "y": -10.190286636352539, "subreddit": "lafc", "cluster": 1184, "color": 2}, {"x": -111.25240325927734, "y": -12.349300384521484, "subreddit": "lagalaxy", "cluster": 1184, "color": 2}, {"x": -110.98875427246094, "y": -17.035999298095703, "subreddit": "mls", "cluster": 1184, "color": 2}, {"x": -112.14664459228516, "y": -19.96686363220215, "subreddit": "newenglandrevolution", "cluster": 1184, "color": 2}, {"x": -111.96197509765625, "y": -16.598388671875, "subreddit": "nycfc", "cluster": 1184, "color": 2}, {"x": -111.02447509765625, "y": -14.911624908447266, "subreddit": "oclions", "cluster": 1184, "color": 2}, {"x": -111.9299545288086, "y": -17.83493423461914, "subreddit": "phillyunion", "cluster": 1184, "color": 2}, {"x": -77.41355895996094, "y": -105.72421264648438, "subreddit": "rapids", "cluster": 1184, "color": 2}, {"x": -113.47489929199219, "y": -15.36923599243164, "subreddit": "rbny", "cluster": 1184, "color": 2}, {"x": -109.07552337646484, "y": -20.166168212890625, "subreddit": "realsaltlake", "cluster": 1184, "color": 2}, {"x": -110.30267333984375, "y": -17.410682678222656, "subreddit": "soundersfc", "cluster": 1184, "color": 2}, {"x": -106.21027374267578, "y": -15.057805061340332, "subreddit": "sportingkc", "cluster": 1184, "color": 2}, {"x": -110.70127868652344, "y": -18.626220703125, "subreddit": "themassive", "cluster": 1184, "color": 2}, {"x": -109.37865447998047, "y": -15.959254264831543, "subreddit": "timbers", "cluster": 1184, "color": 2}, {"x": -97.35506439208984, "y": -0.9889659881591797, "subreddit": "whitecapsfc", "cluster": 1184, "color": 2}, {"x": 40.66010284423828, "y": -52.935935974121094, "subreddit": "atlanticdiscussions", "cluster": 278, "color": 0}, {"x": 73.51577758789062, "y": 101.90620422363281, "subreddit": "braces", "cluster": 278, "color": 0}, {"x": 73.53889465332031, "y": 102.9000244140625, "subreddit": "dentistry", "cluster": 278, "color": 0}, {"x": 73.95330810546875, "y": 100.87287139892578, "subreddit": "ikea", "cluster": 278, "color": 0}, {"x": 73.4031753540039, "y": 101.96822357177734, "subreddit": "invisalign", "cluster": 278, "color": 0}, {"x": -89.75879669189453, "y": -90.42034149169922, "subreddit": "atlbeer", "cluster": 148, "color": 0}, {"x": -59.44841384887695, "y": 71.29584503173828, "subreddit": "pixeldungeon", "cluster": 148, "color": 0}, {"x": -89.7617416381836, "y": -90.52651977539062, "subreddit": "tequila", "cluster": 148, "color": 0}, {"x": -73.4237060546875, "y": -22.032621383666992, "subreddit": "att", "cluster": 149, "color": 0}, {"x": -73.749267578125, "y": -22.222963333129883, "subreddit": "directv", "cluster": 149, "color": 0}, {"x": -72.75157165527344, "y": -21.93876838684082, "subreddit": "kindle", "cluster": 149, "color": 0}, {"x": -75.28165435791016, "y": -20.6195011138916, "subreddit": "verizon", "cluster": 149, "color": 0}, {"x": -73.24730682373047, "y": -24.513242721557617, "subreddit": "vizio_official", "cluster": 149, "color": 0}, {"x": -51.613677978515625, "y": 10.52351188659668, "subreddit": "attackontitan", "cluster": 1828, "color": 1}, {"x": 39.73994064331055, "y": 56.12033462524414, "subreddit": "bathandbodyworks", "cluster": 1828, "color": 1}, {"x": -52.025081634521484, "y": 9.349392890930176, "subreddit": "sandland", "cluster": 1828, "color": 1}, {"x": -51.5153923034668, "y": 10.831977844238281, "subreddit": "shingekinokyojin", "cluster": 1828, "color": 1}, {"x": -51.87574005126953, "y": 9.791967391967773, "subreddit": "titanfolk", "cluster": 1828, "color": 1}, {"x": -101.6681137084961, "y": 61.831172943115234, "subreddit": "attackontitangame", "cluster": 1678, "color": 3}, {"x": -101.46780395507812, "y": 65.17344665527344, "subreddit": "scottpilgrim", "cluster": 1678, "color": 3}, {"x": -101.46830749511719, "y": 65.15567016601562, "subreddit": "spiral_knights", "cluster": 1678, "color": 3}, {"x": -95.88651275634766, "y": -57.72507858276367, "subreddit": "atv", "cluster": 1833, "color": 2}, {"x": -86.48397064208984, "y": -56.11529541015625, "subreddit": "harborfreight", "cluster": 1833, "color": 2}, {"x": -84.03807067871094, "y": -57.53926467895508, "subreddit": "ibew", "cluster": 1833, "color": 2}, {"x": -86.41814422607422, "y": -56.07020950317383, "subreddit": "tools", "cluster": 1833, "color": 2}, {"x": 39.02934646606445, "y": -119.59425354003906, "subreddit": "auburn", "cluster": 150, "color": 1}, {"x": 39.75035858154297, "y": -120.11622619628906, "subreddit": "gamestop", "cluster": 150, "color": 1}, {"x": 38.833431243896484, "y": -119.45956420898438, "subreddit": "wde", "cluster": 150, "color": 1}, {"x": 92.56888580322266, "y": -66.46856689453125, "subreddit": "auckland", "cluster": 1269, "color": 4}, {"x": 91.54837036132812, "y": -65.98290252685547, "subreddit": "chch", "cluster": 1269, "color": 4}, {"x": 92.37149047851562, "y": -66.47036743164062, "subreddit": "newzealand", "cluster": 1269, "color": 4}, {"x": 93.74632263183594, "y": -65.65452575683594, "subreddit": "nztrees", "cluster": 1269, "color": 4}, {"x": 92.34288024902344, "y": -67.47637939453125, "subreddit": "personalfinancenz", "cluster": 1269, "color": 4}, {"x": 83.28290557861328, "y": -72.63011169433594, "subreddit": "audible", "cluster": 151, "color": 1}, {"x": 83.15611267089844, "y": -72.51089477539062, "subreddit": "audiobooks", "cluster": 151, "color": 1}, {"x": 82.54862976074219, "y": -71.96454620361328, "subreddit": "perth", "cluster": 151, "color": 1}, {"x": -77.70628356933594, "y": 34.6383171081543, "subreddit": "vipkid", "cluster": 151, "color": 1}, {"x": -71.43893432617188, "y": -32.274269104003906, "subreddit": "audio", "cluster": 2010, "color": 4}, {"x": -98.87300872802734, "y": -88.96507263183594, "subreddit": "cd_collectors", "cluster": 2010, "color": 4}, {"x": -70.7729263305664, "y": -31.5009708404541, "subreddit": "emmawatson", "cluster": 2010, "color": 4}, {"x": 9.55920124053955, "y": -4.724618434906006, "subreddit": "vxjunkies", "cluster": 2010, "color": 4}, {"x": -71.2807388305664, "y": -31.9958438873291, "subreddit": "zreviews", "cluster": 2010, "color": 4}, {"x": 115.21420288085938, "y": 1.1873738765716553, "subreddit": "audiodrama", "cluster": 1404, "color": 2}, {"x": 18.1949520111084, "y": -58.07120132446289, "subreddit": "kic8462852", "cluster": 1404, "color": 2}, {"x": 116.38964080810547, "y": -0.36024221777915955, "subreddit": "podcast", "cluster": 1404, "color": 2}, {"x": 115.44096374511719, "y": 0.006038167513906956, "subreddit": "podcasting", "cluster": 1404, "color": 2}, {"x": 115.52519989013672, "y": 0.15319469571113586, "subreddit": "podcasts", "cluster": 1404, "color": 2}, {"x": -2.2209982872009277, "y": -111.7302474975586, "subreddit": "ska", "cluster": 1404, "color": 2}, {"x": 62.60924530029297, "y": 34.86172103881836, "subreddit": "audioengineering", "cluster": 152, "color": 0}, {"x": -42.717063903808594, "y": 18.313453674316406, "subreddit": "fightsticks", "cluster": 152, "color": 0}, {"x": -68.71434020996094, "y": -36.21710968017578, "subreddit": "livesound", "cluster": 152, "color": 0}, {"x": 63.65275955200195, "y": 34.224796295166016, "subreddit": "musicbattlestations", "cluster": 152, "color": 0}, {"x": 62.498138427734375, "y": 34.71540069580078, "subreddit": "protools", "cluster": 152, "color": 0}, {"x": 62.97100067138672, "y": 36.22418212890625, "subreddit": "wearethemusicmakers", "cluster": 152, "color": 0}, {"x": 6.171586036682129, "y": -47.111663818359375, "subreddit": "audiopost", "cluster": 1495, "color": 0}, {"x": 6.844760417938232, "y": -46.35991668701172, "subreddit": "healthyfood", "cluster": 1495, "color": 0}, {"x": 6.76001501083374, "y": -46.46638107299805, "subreddit": "ratemyaudio", "cluster": 1495, "color": 0}, {"x": 3.447692632675171, "y": 93.745361328125, "subreddit": "roastmytrack", "cluster": 1495, "color": 0}, {"x": 62.611473083496094, "y": 36.781211853027344, "subreddit": "audioproductiondeals", "cluster": 1482, "color": 3}, {"x": 16.273746490478516, "y": -40.38473892211914, "subreddit": "feminisms", "cluster": 1482, "color": 3}, {"x": 15.940049171447754, "y": -40.935760498046875, "subreddit": "racism", "cluster": 1482, "color": 3}, {"x": 15.770048141479492, "y": -41.19520568847656, "subreddit": "reaper", "cluster": 1482, "color": 3}, {"x": 66.9602279663086, "y": 59.67974090576172, "subreddit": "august2019bumpers", "cluster": 1875, "color": 4}, {"x": 64.87179565429688, "y": 56.68852615356445, "subreddit": "cautiousbb", "cluster": 1875, "color": 4}, {"x": 67.490478515625, "y": 58.31199264526367, "subreddit": "stilltrying", "cluster": 1875, "color": 4}, {"x": 65.26984405517578, "y": 59.083595275878906, "subreddit": "tfabchartstalkers", "cluster": 1875, "color": 4}, {"x": 65.27745819091797, "y": 58.93022155761719, "subreddit": "tfablineporn", "cluster": 1875, "color": 4}, {"x": 66.66935729980469, "y": 58.330299377441406, "subreddit": "trollingforababy", "cluster": 1875, "color": 4}, {"x": 66.50181579589844, "y": 58.40552520751953, "subreddit": "tryingforababy", "cluster": 1875, "color": 4}, {"x": 66.5033950805664, "y": 57.210350036621094, "subreddit": "ttc30", "cluster": 1875, "color": 4}, {"x": 60.33277130126953, "y": 58.67361068725586, "subreddit": "ttc_pcos", "cluster": 1875, "color": 4}, {"x": 62.589561462402344, "y": 61.21154022216797, "subreddit": "augustbumpers2017", "cluster": 1792, "color": 0}, {"x": 66.21742248535156, "y": 62.167911529541016, "subreddit": "decemberbumpers2017", "cluster": 1792, "color": 0}, {"x": 65.11495208740234, "y": 62.78059768676758, "subreddit": "march2018bumpers", "cluster": 1792, "color": 0}, {"x": 64.05123901367188, "y": 62.007164001464844, "subreddit": "septemberbumpers2017", "cluster": 1792, "color": 0}, {"x": 65.1207504272461, "y": 62.55132293701172, "subreddit": "tfabgrads", "cluster": 1792, "color": 0}, {"x": 101.9404525756836, "y": 62.76411056518555, "subreddit": "aurelion_sol_mains", "cluster": 1761, "color": 5}, {"x": 101.39114379882812, "y": 59.88164138793945, "subreddit": "ekkomains", "cluster": 1761, "color": 5}, {"x": 101.97818756103516, "y": 62.58338165283203, "subreddit": "taliyahmains", "cluster": 1761, "color": 5}, {"x": -9.459562301635742, "y": 106.02267456054688, "subreddit": "ausents", "cluster": 1890, "color": 3}, {"x": -7.938576698303223, "y": 109.54727935791016, "subreddit": "dynavap", "cluster": 1890, "color": 3}, {"x": -8.275649070739746, "y": 108.12552642822266, "subreddit": "grasshoppervape", "cluster": 1890, "color": 3}, {"x": -9.050683975219727, "y": 109.32608032226562, "subreddit": "ploompax", "cluster": 1890, "color": 3}, {"x": -8.382158279418945, "y": 109.1302719116211, "subreddit": "vaporents", "cluster": 1890, "color": 3}, {"x": -9.349902153015137, "y": 113.3640365600586, "subreddit": "waxpen", "cluster": 1890, "color": 3}, {"x": 33.86119842529297, "y": 36.25121307373047, "subreddit": "ausfinance", "cluster": 153, "color": 1}, {"x": 75.77349090576172, "y": -64.15768432617188, "subreddit": "auslegal", "cluster": 153, "color": 1}, {"x": 34.0593376159668, "y": 35.05326843261719, "subreddit": "australianmilitary", "cluster": 153, "color": 1}, {"x": 33.84944534301758, "y": 36.41880416870117, "subreddit": "fiaustralia", "cluster": 153, "color": 1}, {"x": -49.389793395996094, "y": -36.92314147949219, "subreddit": "mh370", "cluster": 153, "color": 1}, {"x": -85.45486450195312, "y": 31.986038208007812, "subreddit": "aussievapers", "cluster": 605, "color": 2}, {"x": -128.1695556640625, "y": -25.28620147705078, "subreddit": "authentic_vaping", "cluster": 605, "color": 2}, {"x": 20.12086296081543, "y": 19.218822479248047, "subreddit": "bengalcats", "cluster": 605, "color": 2}, {"x": -123.97294616699219, "y": -21.90907096862793, "subreddit": "canadian_ecigarette", "cluster": 605, "color": 2}, {"x": -125.64170837402344, "y": -22.39980125427246, "subreddit": "diy_ejuice", "cluster": 605, "color": 2}, {"x": -125.59732055664062, "y": -25.500511169433594, "subreddit": "drunkvapes", "cluster": 605, "color": 2}, {"x": -125.1058120727539, "y": -23.86351203918457, "subreddit": "ecig_vendors", "cluster": 605, "color": 2}, {"x": -127.60784912109375, "y": -24.74502944946289, "subreddit": "ecigclassifieds", "cluster": 605, "color": 2}, {"x": -126.29165649414062, "y": -23.59221839904785, "subreddit": "electronic_cigarette", "cluster": 605, "color": 2}, {"x": -129.607421875, "y": -23.307510375976562, "subreddit": "openpv", "cluster": 605, "color": 2}, {"x": -127.50230407714844, "y": -22.790475845336914, "subreddit": "rba", "cluster": 605, "color": 2}, {"x": -126.0548095703125, "y": -24.81986427307129, "subreddit": "vapeitforward", "cluster": 605, "color": 2}, {"x": -126.37604522705078, "y": -23.474014282226562, "subreddit": "vapistan", "cluster": 605, "color": 2}, {"x": 46.18126678466797, "y": 66.10887908935547, "subreddit": "ausskincare", "cluster": 1580, "color": 5}, {"x": 46.58355712890625, "y": 66.12097930908203, "subreddit": "australianmakeup", "cluster": 1580, "color": 5}, {"x": 44.5116081237793, "y": 65.28141021728516, "subreddit": "scacirclejerk", "cluster": 1580, "color": 5}, {"x": 44.843994140625, "y": 65.62963104248047, "subreddit": "scacjdiscussion", "cluster": 1580, "color": 5}, {"x": 44.38518524169922, "y": 66.9119873046875, "subreddit": "skincareaddiction", "cluster": 1580, "color": 5}, {"x": -68.88975524902344, "y": -76.34351348876953, "subreddit": "austin", "cluster": 206, "color": 1}, {"x": -27.37997055053711, "y": -81.88550567626953, "subreddit": "beer", "cluster": 206, "color": 1}, {"x": -27.74164581298828, "y": -82.77422332763672, "subreddit": "beercirclejerk", "cluster": 206, "color": 1}, {"x": -26.597789764404297, "y": -81.91283416748047, "subreddit": "beerporn", "cluster": 206, "color": 1}, {"x": -26.26565170288086, "y": -82.56004333496094, "subreddit": "beertrade", "cluster": 206, "color": 1}, {"x": 3.941178321838379, "y": -1.152961015701294, "subreddit": "beerwithaview", "cluster": 206, "color": 1}, {"x": -25.99774169921875, "y": -81.24717712402344, "subreddit": "craftbeer", "cluster": 206, "color": 1}, {"x": -28.47310447692871, "y": -81.27352905273438, "subreddit": "homebrewing", "cluster": 206, "color": 1}, {"x": -28.157672882080078, "y": -80.91834259033203, "subreddit": "thebrewery", "cluster": 206, "color": 1}, {"x": 78.96516418457031, "y": -67.6520767211914, "subreddit": "australianpolitics", "cluster": 370, "color": 1}, {"x": 78.96637725830078, "y": -67.71504211425781, "subreddit": "circlejerkaustralia", "cluster": 370, "color": 1}, {"x": 94.07794952392578, "y": 386.937255859375, "subreddit": "subredditreports", "cluster": 370, "color": 1}, {"x": 58.61318588256836, "y": 109.7612533569336, "subreddit": "australianshepherd", "cluster": 1961, "color": 2}, {"x": 57.54631805419922, "y": 109.30725860595703, "subreddit": "axolotls", "cluster": 1961, "color": 2}, {"x": 58.410743713378906, "y": 109.67534637451172, "subreddit": "wigglebutts", "cluster": 1961, "color": 2}, {"x": -93.52603912353516, "y": -62.15848922729492, "subreddit": "auto", "cluster": 1675, "color": 2}, {"x": -93.5135726928711, "y": -62.17643737792969, "subreddit": "spearfishing", "cluster": 1675, "color": 2}, {"x": 85.4068374633789, "y": -12.105082511901855, "subreddit": "autochess", "cluster": 1771, "color": 3}, {"x": 85.0303955078125, "y": -10.700876235961914, "subreddit": "competitivetft", "cluster": 1771, "color": 3}, {"x": 83.21891021728516, "y": -12.655719757080078, "subreddit": "legendsofruneterra", "cluster": 1771, "color": 3}, {"x": 85.05011749267578, "y": -10.851692199707031, "subreddit": "teamfighttactics", "cluster": 1771, "color": 3}, {"x": -100.76972198486328, "y": -34.10971450805664, "subreddit": "autocross", "cluster": 1132, "color": 1}, {"x": -100.83204650878906, "y": -34.05654525756836, "subreddit": "matlab", "cluster": 1132, "color": 1}, {"x": -106.05139923095703, "y": -33.679378509521484, "subreddit": "autodetailing", "cluster": 1393, "color": 1}, {"x": 44.39042663574219, "y": -9.98869800567627, "subreddit": "pcgaming", "cluster": 1393, "color": 1}, {"x": -106.1772232055664, "y": -33.637367248535156, "subreddit": "plastidip", "cluster": 1393, "color": 1}, {"x": -16.86845588684082, "y": 109.70619201660156, "subreddit": "autoflowers", "cluster": 157, "color": 1}, {"x": -99.31363677978516, "y": -11.597293853759766, "subreddit": "houstonents", "cluster": 157, "color": 1}, {"x": -16.909563064575195, "y": 109.73714447021484, "subreddit": "mephheads", "cluster": 157, "color": 1}, {"x": -48.0896110534668, "y": 62.1169319152832, "subreddit": "autohotkey", "cluster": 158, "color": 0}, {"x": 52.1284065246582, "y": -33.90781021118164, "subreddit": "projectzomboid", "cluster": 158, "color": 0}, {"x": -3.982064962387085, "y": 18.077808380126953, "subreddit": "screenshots", "cluster": 158, "color": 0}, {"x": -48.08479309082031, "y": 62.118675231933594, "subreddit": "sodadungeon", "cluster": 158, "color": 0}, {"x": 98.09575653076172, "y": 5.513286113739014, "subreddit": "zombidle", "cluster": 158, "color": 0}, {"x": 22.53596305847168, "y": -29.8211727142334, "subreddit": "automate", "cluster": 1849, "color": 2}, {"x": 18.680402755737305, "y": -30.01239013671875, "subreddit": "edefreiheit", "cluster": 1849, "color": 2}, {"x": 21.29926872253418, "y": -30.247840881347656, "subreddit": "futurology", "cluster": 1849, "color": 2}, {"x": 20.065940856933594, "y": -31.38538360595703, "subreddit": "transhuman", "cluster": 1849, "color": 2}, {"x": 20.027650833129883, "y": -31.468273162841797, "subreddit": "transhumanism", "cluster": 1849, "color": 2}, {"x": -64.62957000732422, "y": 81.89689636230469, "subreddit": "automationgame", "cluster": 201, "color": 0}, {"x": -64.61907958984375, "y": 81.90369415283203, "subreddit": "beamng", "cluster": 201, "color": 0}, {"x": -150.6566619873047, "y": 1.8700129985809326, "subreddit": "initiald", "cluster": 201, "color": 0}, {"x": -22.317487716674805, "y": 99.20352172851562, "subreddit": "liquidsky", "cluster": 201, "color": 0}, {"x": -15.383459091186523, "y": -17.71922492980957, "subreddit": "madmax", "cluster": 201, "color": 0}, {"x": 22.36922836303711, "y": 51.77663040161133, "subreddit": "mysummercar", "cluster": 201, "color": 0}, {"x": 11.382614135742188, "y": -146.27520751953125, "subreddit": "avalonrp", "cluster": 320, "color": 0}, {"x": 11.99167251586914, "y": -145.01251220703125, "subreddit": "camparcadia", "cluster": 320, "color": 0}, {"x": 11.662337303161621, "y": -145.640380859375, "subreddit": "camphalfbloodrp", "cluster": 320, "color": 0}, {"x": 10.843168258666992, "y": -146.6256561279297, "subreddit": "heroesacademyreborn", "cluster": 320, "color": 0}, {"x": 12.795343399047852, "y": -145.3843231201172, "subreddit": "thaltar", "cluster": 320, "color": 0}, {"x": 11.678903579711914, "y": -143.04959106445312, "subreddit": "thedescendantsofrome", "cluster": 320, "color": 0}, {"x": -87.54340362548828, "y": 28.17247200012207, "subreddit": "avengedsevenfold", "cluster": 160, "color": 0}, {"x": -87.46615600585938, "y": 28.170427322387695, "subreddit": "trivium", "cluster": 160, "color": 0}, {"x": -15.790071487426758, "y": 1.5338560342788696, "subreddit": "avengers", "cluster": 614, "color": 2}, {"x": -15.965704917907715, "y": 1.6799907684326172, "subreddit": "endgame", "cluster": 614, "color": 2}, {"x": 121.35838317871094, "y": -1.6423505544662476, "subreddit": "endgamespoilers", "cluster": 614, "color": 2}, {"x": -16.715085983276367, "y": 2.417898178100586, "subreddit": "pokemonquest", "cluster": 614, "color": 2}, {"x": -10.654398918151855, "y": 6.389819145202637, "subreddit": "averagebattlestations", "cluster": 1618, "color": 2}, {"x": -96.53919219970703, "y": 62.06443786621094, "subreddit": "neckbeardnests", "cluster": 1618, "color": 2}, {"x": -10.685604095458984, "y": 6.32723331451416, "subreddit": "shittybattlestations", "cluster": 1618, "color": 2}, {"x": 33.86656951904297, "y": 124.15718078613281, "subreddit": "averagedickproblems", "cluster": 161, "color": 1}, {"x": 33.70323181152344, "y": 124.08293914794922, "subreddit": "bigdickproblems", "cluster": 161, "color": 1}, {"x": 34.0184211730957, "y": 124.20217895507812, "subreddit": "smalldickproblems", "cluster": 161, "color": 1}, {"x": 22.361467361450195, "y": 46.101871490478516, "subreddit": "averageredditor", "cluster": 422, "color": 0}, {"x": 23.017650604248047, "y": 46.15303421020508, "subreddit": "consumeproduct", "cluster": 422, "color": 0}, {"x": 17.48883819580078, "y": 102.19047546386719, "subreddit": "doomers", "cluster": 422, "color": 0}, {"x": 22.109403610229492, "y": 69.17425537109375, "subreddit": "justbewhite", "cluster": 422, "color": 0}, {"x": 23.40207290649414, "y": 46.231754302978516, "subreddit": "shitneoconssay", "cluster": 422, "color": 0}, {"x": 76.43818664550781, "y": 41.417236328125, "subreddit": "aves", "cluster": 162, "color": 1}, {"x": 75.66875457763672, "y": 41.111717224121094, "subreddit": "edm", "cluster": 162, "color": 1}, {"x": 76.6388931274414, "y": 41.76894760131836, "subreddit": "electricdaisycarnival", "cluster": 162, "color": 1}, {"x": 75.04427337646484, "y": 37.08406448364258, "subreddit": "electronicmusic", "cluster": 162, "color": 1}, {"x": 77.97073364257812, "y": 46.1181526184082, "subreddit": "gloving", "cluster": 162, "color": 1}, {"x": -73.37786102294922, "y": -33.325862884521484, "subreddit": "avexchange", "cluster": 857, "color": 1}, {"x": -74.53768157958984, "y": -32.28656768798828, "subreddit": "headphoneadvice", "cluster": 857, "color": 1}, {"x": -73.49954986572266, "y": -32.74237823486328, "subreddit": "headphones", "cluster": 857, "color": 1}, {"x": -91.84086608886719, "y": -22.613100051879883, "subreddit": "pentax", "cluster": 857, "color": 1}, {"x": -10.411057472229004, "y": -14.001737594604492, "subreddit": "avfc", "cluster": 291, "color": 0}, {"x": 16.737829208374023, "y": -88.90077209472656, "subreddit": "britishpolitics", "cluster": 291, "color": 0}, {"x": 16.79068374633789, "y": -88.46208190917969, "subreddit": "labouruk", "cluster": 291, "color": 0}, {"x": 16.700267791748047, "y": -89.25028228759766, "subreddit": "libdem", "cluster": 291, "color": 0}, {"x": -18.491411209106445, "y": 56.308990478515625, "subreddit": "avicii", "cluster": 1101, "color": 4}, {"x": -16.907800674438477, "y": 58.10121154785156, "subreddit": "eden", "cluster": 1101, "color": 4}, {"x": -71.44754028320312, "y": 46.978302001953125, "subreddit": "madeon", "cluster": 1101, "color": 4}, {"x": -72.57286071777344, "y": 49.00022888183594, "subreddit": "odesza", "cluster": 1101, "color": 4}, {"x": -71.44371032714844, "y": 46.97352600097656, "subreddit": "porterrobinson", "cluster": 1101, "color": 4}, {"x": -18.61105728149414, "y": 47.00358581542969, "subreddit": "avoid5", "cluster": 1458, "color": 4}, {"x": 1.2273935079574585, "y": -34.08848190307617, "subreddit": "cheese", "cluster": 1458, "color": 4}, {"x": 47.43022918701172, "y": 19.90093421936035, "subreddit": "haloonline", "cluster": 1458, "color": 4}, {"x": -58.94663619995117, "y": 20.54479217529297, "subreddit": "originalxbox", "cluster": 1458, "color": 4}, {"x": -60.01091003417969, "y": 21.15874671936035, "subreddit": "ps3hacks", "cluster": 1458, "color": 4}, {"x": -60.03864288330078, "y": 21.136470794677734, "subreddit": "ps3homebrew", "cluster": 1458, "color": 4}, {"x": -60.9726448059082, "y": 21.0863094329834, "subreddit": "ps4homebrew", "cluster": 1458, "color": 4}, {"x": 107.4686050415039, "y": 7.766416549682617, "subreddit": "avorion", "cluster": 181, "color": 1}, {"x": 108.52186584472656, "y": 7.467008113861084, "subreddit": "bapccanada", "cluster": 181, "color": 1}, {"x": 109.07975006103516, "y": 8.116607666015625, "subreddit": "bapcsalescanada", "cluster": 181, "color": 1}, {"x": 110.14097595214844, "y": 7.73875093460083, "subreddit": "canadianhardwareswap", "cluster": 181, "color": 1}, {"x": 109.13799285888672, "y": 8.472232818603516, "subreddit": "gaming_headsets", "cluster": 181, "color": 1}, {"x": 26.340286254882812, "y": 105.43203735351562, "subreddit": "avpd", "cluster": 586, "color": 3}, {"x": 117.7127914428711, "y": 38.4548454284668, "subreddit": "earons", "cluster": 586, "color": 3}, {"x": 117.82566833496094, "y": 38.48579406738281, "subreddit": "zodiackiller", "cluster": 586, "color": 3}, {"x": 90.29090881347656, "y": 43.19356918334961, "subreddit": "awakened", "cluster": 1679, "color": 4}, {"x": 43.99149703979492, "y": 33.77817916870117, "subreddit": "coldshowers", "cluster": 1679, "color": 4}, {"x": 90.53791809082031, "y": 45.049224853515625, "subreddit": "psychic", "cluster": 1679, "color": 4}, {"x": 18.372358322143555, "y": -2.623889446258545, "subreddit": "selfimprovement", "cluster": 1679, "color": 4}, {"x": 90.61830139160156, "y": 44.03827667236328, "subreddit": "spirituality", "cluster": 1679, "color": 4}, {"x": -9.708574295043945, "y": -73.2055892944336, "subreddit": "awardtravel", "cluster": 364, "color": 1}, {"x": -10.117514610290527, "y": -72.76335144042969, "subreddit": "churning", "cluster": 364, "color": 1}, {"x": -10.297582626342773, "y": -72.58377075195312, "subreddit": "churningreferrals", "cluster": 364, "color": 1}, {"x": -95.85279083251953, "y": -39.466331481933594, "subreddit": "awesomecarmods", "cluster": 164, "color": 2}, {"x": -94.88497924804688, "y": -39.3875846862793, "subreddit": "battlecars", "cluster": 164, "color": 2}, {"x": -73.36104583740234, "y": 82.45240783691406, "subreddit": "carmemes", "cluster": 164, "color": 2}, {"x": -97.49397277832031, "y": -38.7792854309082, "subreddit": "fightsub", "cluster": 164, "color": 2}, {"x": -100.87086486816406, "y": -41.11167907714844, "subreddit": "mitsubishi", "cluster": 164, "color": 2}, {"x": -94.64910125732422, "y": -41.239620208740234, "subreddit": "projectcar", "cluster": 164, "color": 2}, {"x": -96.7623062133789, "y": -41.375614166259766, "subreddit": "roastmycar", "cluster": 164, "color": 2}, {"x": -45.018795013427734, "y": 54.18632507324219, "subreddit": "seventhworldproblems", "cluster": 164, "color": 2}, {"x": -95.76228332519531, "y": -39.81012725830078, "subreddit": "shitty_car_mods", "cluster": 164, "color": 2}, {"x": -97.11267852783203, "y": -38.449710845947266, "subreddit": "stance", "cluster": 164, "color": 2}, {"x": -94.08222198486328, "y": -32.395626068115234, "subreddit": "volvo", "cluster": 164, "color": 2}, {"x": -0.22666166722774506, "y": -24.11207389831543, "subreddit": "awesomenauts", "cluster": 608, "color": 2}, {"x": -28.843778610229492, "y": 32.0906867980957, "subreddit": "elsword", "cluster": 608, "color": 2}, {"x": -22.4365234375, "y": 79.04124450683594, "subreddit": "houkai3rd", "cluster": 608, "color": 2}, {"x": -28.712162017822266, "y": 31.885910034179688, "subreddit": "slimerancher", "cluster": 608, "color": 2}, {"x": -15.46729564666748, "y": 9.37654972076416, "subreddit": "awfuleverything", "cluster": 1366, "color": 1}, {"x": -14.322436332702637, "y": 9.47938346862793, "subreddit": "idiotsincars", "cluster": 1366, "color": 1}, {"x": -15.383864402770996, "y": 9.336806297302246, "subreddit": "peopleofwalmart", "cluster": 1366, "color": 1}, {"x": 2.635648727416992, "y": 19.777111053466797, "subreddit": "awfuleyebrows", "cluster": 165, "color": 2}, {"x": 2.896817207336426, "y": 19.847532272338867, "subreddit": "crappycontouring", "cluster": 165, "color": 2}, {"x": 2.4302728176116943, "y": 20.58826446533203, "subreddit": "fiveheads", "cluster": 165, "color": 2}, {"x": 2.7131121158599854, "y": 19.060970306396484, "subreddit": "reborndollcringe", "cluster": 165, "color": 2}, {"x": 19.126638412475586, "y": -130.5399932861328, "subreddit": "awoiafrp", "cluster": 955, "color": 3}, {"x": 18.74424934387207, "y": -131.2879180908203, "subreddit": "ironthronerp", "cluster": 955, "color": 3}, {"x": 18.66196632385254, "y": -131.45651245117188, "subreddit": "itrpcommunity", "cluster": 955, "color": 3}, {"x": 9.374823570251465, "y": 7.11032772064209, "subreddit": "awwducational", "cluster": 1238, "color": 2}, {"x": 10.471830368041992, "y": 7.816599369049072, "subreddit": "bigcatgifs", "cluster": 1238, "color": 2}, {"x": 57.740543365478516, "y": -65.0854263305664, "subreddit": "ecology", "cluster": 1238, "color": 2}, {"x": 9.590869903564453, "y": 8.53619384765625, "subreddit": "likeus", "cluster": 1238, "color": 2}, {"x": 10.499405860900879, "y": 7.373830795288086, "subreddit": "natureismetal", "cluster": 1238, "color": 2}, {"x": 10.64016056060791, "y": 7.3410844802856445, "subreddit": "naturewasmetal", "cluster": 1238, "color": 2}, {"x": 10.15733814239502, "y": 5.927318572998047, "subreddit": "sharks", "cluster": 1238, "color": 2}, {"x": 11.174694061279297, "y": 8.44558334350586, "subreddit": "superbowl", "cluster": 1238, "color": 2}, {"x": 2.8028481006622314, "y": 13.85769271850586, "subreddit": "thedepthsbelow", "cluster": 1238, "color": 2}, {"x": 11.595108032226562, "y": 6.489099979400635, "subreddit": "tierzoo", "cluster": 1238, "color": 2}, {"x": 56.399253845214844, "y": 39.556243896484375, "subreddit": "awwnverts", "cluster": 232, "color": 0}, {"x": 7.574494361877441, "y": -120.80059051513672, "subreddit": "birding", "cluster": 232, "color": 0}, {"x": 56.507118225097656, "y": 40.175052642822266, "subreddit": "birdpics", "cluster": 232, "color": 0}, {"x": 0.43055999279022217, "y": 45.42256164550781, "subreddit": "gimp", "cluster": 232, "color": 0}, {"x": -88.31510162353516, "y": 141.4127197265625, "subreddit": "hybridanimals", "cluster": 232, "color": 0}, {"x": 56.56489944458008, "y": 40.56402587890625, "subreddit": "ibs", "cluster": 232, "color": 0}, {"x": 1.6986573934555054, "y": -17.971826553344727, "subreddit": "itookapicture", "cluster": 232, "color": 0}, {"x": 55.39106369018555, "y": 40.28936767578125, "subreddit": "misophonia", "cluster": 232, "color": 0}, {"x": 32.34761047363281, "y": 81.1778335571289, "subreddit": "pets", "cluster": 232, "color": 0}, {"x": 57.80755615234375, "y": 39.7617073059082, "subreddit": "squirrels", "cluster": 232, "color": 0}, {"x": 7.846356391906738, "y": -120.44001770019531, "subreddit": "whatsthisbird", "cluster": 232, "color": 0}, {"x": 1.5861420631408691, "y": 9.75593376159668, "subreddit": "awwwtf", "cluster": 1315, "color": 4}, {"x": 15.312736511230469, "y": 44.037940979003906, "subreddit": "gunsofboom", "cluster": 1315, "color": 4}, {"x": 1.1691124439239502, "y": 17.989442825317383, "subreddit": "oddlyterrifying", "cluster": 1315, "color": 4}, {"x": 4.037065505981445, "y": 18.56854248046875, "subreddit": "scarysigns", "cluster": 1315, "color": 4}, {"x": 1.0347528457641602, "y": 18.706045150756836, "subreddit": "subwaycreatures", "cluster": 1315, "color": 4}, {"x": -24.83513641357422, "y": 15.605500221252441, "subreddit": "wtfgaragesale", "cluster": 1315, "color": 4}, {"x": 0.5420809984207153, "y": 16.91455078125, "subreddit": "wtfstockphotos", "cluster": 1315, "color": 4}, {"x": 3.703587532043457, "y": 22.994182586669922, "subreddit": "wtfwish", "cluster": 1315, "color": 4}, {"x": -80.62446594238281, "y": -20.19032859802246, "subreddit": "axon7", "cluster": 1058, "color": 0}, {"x": 86.8095932006836, "y": 64.04203033447266, "subreddit": "classroomoftheelite", "cluster": 1058, "color": 0}, {"x": 18.52985382080078, "y": 54.20241928100586, "subreddit": "lightnovels", "cluster": 1058, "color": 0}, {"x": 90.0236587524414, "y": 19.515928268432617, "subreddit": "noveltranslations", "cluster": 1058, "color": 0}, {"x": 19.518503189086914, "y": 54.08775329589844, "subreddit": "redvsblue", "cluster": 1058, "color": 0}, {"x": 12.807347297668457, "y": 101.57992553710938, "subreddit": "ayahuasca", "cluster": 825, "color": 3}, {"x": -69.37034606933594, "y": -42.04890441894531, "subreddit": "cambodia", "cluster": 825, "color": 3}, {"x": -0.5612268447875977, "y": 2.5950238704681396, "subreddit": "floridaman", "cluster": 825, "color": 3}, {"x": 19.181045532226562, "y": -21.629764556884766, "subreddit": "guncontrol", "cluster": 825, "color": 3}, {"x": 19.242815017700195, "y": -21.77393913269043, "subreddit": "gunsarecool", "cluster": 825, "color": 3}, {"x": 18.37487030029297, "y": -20.310623168945312, "subreddit": "liberal", "cluster": 825, "color": 3}, {"x": 20.76592445373535, "y": -22.184444427490234, "subreddit": "mindfulness", "cluster": 825, "color": 3}, {"x": 18.059267044067383, "y": -21.78228187561035, "subreddit": "occupywallstreet", "cluster": 825, "color": 3}, {"x": 18.031322479248047, "y": -28.377731323242188, "subreddit": "overpopulation", "cluster": 825, "color": 3}, {"x": 20.035663604736328, "y": -20.71107292175293, "subreddit": "stonerphilosophy", "cluster": 825, "color": 3}, {"x": 92.37335968017578, "y": 35.754764556884766, "subreddit": "ayylmao", "cluster": 166, "color": 0}, {"x": 93.11774444580078, "y": 32.55488967895508, "subreddit": "hmmm", "cluster": 166, "color": 0}, {"x": 92.38226318359375, "y": 35.77028274536133, "subreddit": "ooer", "cluster": 166, "color": 0}, {"x": -48.71040725708008, "y": -105.07256317138672, "subreddit": "azcardinals", "cluster": 167, "color": 0}, {"x": -48.94143295288086, "y": -105.00035095214844, "subreddit": "azdiamondbacks", "cluster": 167, "color": 0}, {"x": -48.31486892700195, "y": -105.2398681640625, "subreddit": "suns", "cluster": 167, "color": 0}, {"x": 109.11165618896484, "y": 62.382904052734375, "subreddit": "azirmains", "cluster": 168, "color": 1}, {"x": 109.10916900634766, "y": 62.476139068603516, "subreddit": "kaylemains", "cluster": 168, "color": 1}, {"x": 108.9434585571289, "y": 60.45017623901367, "subreddit": "viktormains", "cluster": 168, "color": 1}, {"x": -62.88650894165039, "y": -36.11634063720703, "subreddit": "azure", "cluster": 1316, "color": 2}, {"x": -63.63329315185547, "y": -35.215232849121094, "subreddit": "exchangeserver", "cluster": 1316, "color": 2}, {"x": -62.68068313598633, "y": -34.25586700439453, "subreddit": "msp", "cluster": 1316, "color": 2}, {"x": -63.55670928955078, "y": -35.3372688293457, "subreddit": "office365", "cluster": 1316, "color": 2}, {"x": -55.67572021484375, "y": -31.59806251525879, "subreddit": "sccm", "cluster": 1316, "color": 2}, {"x": -64.64263153076172, "y": -35.94041442871094, "subreddit": "sharepoint", "cluster": 1316, "color": 2}, {"x": 15.507598876953125, "y": 15.234533309936523, "subreddit": "babybigcatgifs", "cluster": 170, "color": 1}, {"x": 14.462050437927246, "y": 15.980195999145508, "subreddit": "babyelephantgifs", "cluster": 170, "color": 1}, {"x": 15.395281791687012, "y": 17.875228881835938, "subreddit": "catslaps", "cluster": 170, "color": 1}, {"x": 17.272974014282227, "y": 15.21185302734375, "subreddit": "fatlogic", "cluster": 170, "color": 1}, {"x": 14.73676872253418, "y": 16.63701629638672, "subreddit": "hardcoreaww", "cluster": 170, "color": 1}, {"x": -3.856267213821411, "y": 22.54924774169922, "subreddit": "madlads", "cluster": 170, "color": 1}, {"x": 16.25562858581543, "y": 14.418726921081543, "subreddit": "onionlovers", "cluster": 170, "color": 1}, {"x": 14.190731048583984, "y": 14.870501518249512, "subreddit": "peoplefuckingdying", "cluster": 170, "color": 1}, {"x": 17.98204803466797, "y": 15.26017951965332, "subreddit": "ragenchastain", "cluster": 170, "color": 1}, {"x": 15.890754699707031, "y": 15.161116600036621, "subreddit": "thathappened", "cluster": 170, "color": 1}, {"x": 16.33319854736328, "y": 15.960291862487793, "subreddit": "vaxxhappened", "cluster": 170, "color": 1}, {"x": 16.590574264526367, "y": 12.910974502563477, "subreddit": "wewantplates", "cluster": 170, "color": 1}, {"x": -1.5910507440567017, "y": -38.38976287841797, "subreddit": "babylon5", "cluster": 1545, "color": 1}, {"x": 53.48140335083008, "y": -37.508907318115234, "subreddit": "dcss", "cluster": 1545, "color": 1}, {"x": 66.62924194335938, "y": -25.79411506652832, "subreddit": "foxholegame", "cluster": 1545, "color": 1}, {"x": 52.30022048950195, "y": -38.87775421142578, "subreddit": "nethack", "cluster": 1545, "color": 1}, {"x": -13.643268585205078, "y": 4.516297817230225, "subreddit": "rickygervais", "cluster": 1545, "color": 1}, {"x": 52.32168197631836, "y": -37.71632766723633, "subreddit": "roguelikedev", "cluster": 1545, "color": 1}, {"x": 52.49354553222656, "y": -37.850467681884766, "subreddit": "roguelikes", "cluster": 1545, "color": 1}, {"x": -57.533119201660156, "y": -134.2490997314453, "subreddit": "babymetal", "cluster": 171, "color": 1}, {"x": -57.4466552734375, "y": -135.20668029785156, "subreddit": "bandmaid", "cluster": 171, "color": 1}, {"x": -57.53567123413086, "y": -134.23756408691406, "subreddit": "sakuragakuin", "cluster": 171, "color": 1}, {"x": -21.270187377929688, "y": -69.66715240478516, "subreddit": "backcountry", "cluster": 1637, "color": 1}, {"x": -20.315425872802734, "y": -69.56639099121094, "subreddit": "cosnow", "cluster": 1637, "color": 1}, {"x": -20.811704635620117, "y": -69.86885833740234, "subreddit": "skiing", "cluster": 1637, "color": 1}, {"x": 58.92527770996094, "y": 19.03360939025879, "subreddit": "backpacking", "cluster": 1882, "color": 4}, {"x": 58.63581085205078, "y": 20.224445343017578, "subreddit": "beermoneyuk", "cluster": 1882, "color": 4}, {"x": 60.15990447998047, "y": 19.948110580444336, "subreddit": "blackclover", "cluster": 1882, "color": 4}, {"x": 58.07143020629883, "y": 13.669190406799316, "subreddit": "doom", "cluster": 1882, "color": 4}, {"x": 56.534332275390625, "y": 17.232643127441406, "subreddit": "escapefromtarkov", "cluster": 1882, "color": 4}, {"x": 98.20429229736328, "y": -19.88446807861328, "subreddit": "fuckepic", "cluster": 1882, "color": 4}, {"x": -2.3670780658721924, "y": -59.66232681274414, "subreddit": "html", "cluster": 1882, "color": 4}, {"x": 56.996299743652344, "y": 20.5900821685791, "subreddit": "idleheroes", "cluster": 1882, "color": 4}, {"x": 59.06988525390625, "y": 16.541975021362305, "subreddit": "injustice", "cluster": 1882, "color": 4}, {"x": 60.286476135253906, "y": 21.499942779541016, "subreddit": "kimetsunoyaiba", "cluster": 1882, "color": 4}, {"x": 58.18077087402344, "y": 17.7235050201416, "subreddit": "kingdomcome", "cluster": 1882, "color": 4}, {"x": 60.90860366821289, "y": 18.30530548095703, "subreddit": "kotk", "cluster": 1882, "color": 4}, {"x": 57.75809860229492, "y": 18.947866439819336, "subreddit": "minecraftinventions", "cluster": 1882, "color": 4}, {"x": 62.69036865234375, "y": 10.156208038330078, "subreddit": "nioh", "cluster": 1882, "color": 4}, {"x": 53.28804016113281, "y": 19.604557037353516, "subreddit": "nomansskythegame", "cluster": 1882, "color": 4}, {"x": 58.61222839355469, "y": 18.448711395263672, "subreddit": "reddeadredemption", "cluster": 1882, "color": 4}, {"x": 59.57532501220703, "y": 18.028486251831055, "subreddit": "streetwearstartup", "cluster": 1882, "color": 4}, {"x": 57.17893981933594, "y": 24.16024398803711, "subreddit": "tallgirls", "cluster": 1882, "color": 4}, {"x": 58.72593307495117, "y": 18.69493293762207, "subreddit": "twitchstreams", "cluster": 1882, "color": 4}, {"x": 75.6907730102539, "y": -47.35630416870117, "subreddit": "warhammercompetitive", "cluster": 1882, "color": 4}, {"x": -71.46215057373047, "y": -45.86378860473633, "subreddit": "backpacks", "cluster": 1325, "color": 2}, {"x": -70.40786743164062, "y": -43.280147552490234, "subreddit": "digitalnomad", "cluster": 1325, "color": 2}, {"x": 127.35459899902344, "y": -2.9503514766693115, "subreddit": "nespresso", "cluster": 1325, "color": 2}, {"x": -70.86962127685547, "y": -43.808319091796875, "subreddit": "onebag", "cluster": 1325, "color": 2}, {"x": -35.11522674560547, "y": -0.4359103739261627, "subreddit": "outlier", "cluster": 1325, "color": 2}, {"x": -70.83889770507812, "y": -43.56382369995117, "subreddit": "shoestring", "cluster": 1325, "color": 2}, {"x": -72.39486694335938, "y": -42.46464538574219, "subreddit": "travelpartners", "cluster": 1325, "color": 2}, {"x": -74.78439331054688, "y": 146.0518798828125, "subreddit": "backrooms", "cluster": 256, "color": 1}, {"x": -64.49229431152344, "y": 114.05473327636719, "subreddit": "bluestarchronicle", "cluster": 256, "color": 1}, {"x": -64.49114227294922, "y": 114.05473327636719, "subreddit": "bossfightuniverse", "cluster": 256, "color": 1}, {"x": 35.88984298706055, "y": -2.9287259578704834, "subreddit": "backtothefuture", "cluster": 172, "color": 0}, {"x": 36.12293243408203, "y": -3.110539197921753, "subreddit": "douglovesmovies", "cluster": 172, "color": 0}, {"x": 73.3011474609375, "y": -10.05931282043457, "subreddit": "ghostbusters", "cluster": 172, "color": 0}, {"x": 35.2654914855957, "y": -2.4745867252349854, "subreddit": "questions", "cluster": 172, "color": 0}, {"x": 61.53750228881836, "y": -131.55935668945312, "subreddit": "reddwarf", "cluster": 172, "color": 0}, {"x": 10.287310600280762, "y": -39.35715866088867, "subreddit": "backyardchickens", "cluster": 173, "color": 0}, {"x": 10.270499229431152, "y": -39.379486083984375, "subreddit": "chickens", "cluster": 173, "color": 0}, {"x": 5.700629234313965, "y": -20.557849884033203, "subreddit": "bacon", "cluster": 1511, "color": 3}, {"x": 8.564970970153809, "y": -23.525711059570312, "subreddit": "business", "cluster": 1511, "color": 3}, {"x": 6.504770755767822, "y": -22.48933982849121, "subreddit": "colbertrally", "cluster": 1511, "color": 3}, {"x": 5.6731061935424805, "y": -20.862836837768555, "subreddit": "entertainment", "cluster": 1511, "color": 3}, {"x": 5.967587947845459, "y": -37.51778793334961, "subreddit": "gossip", "cluster": 1511, "color": 3}, {"x": 1.927143931388855, "y": -5.158567905426025, "subreddit": "ilivein", "cluster": 1511, "color": 3}, {"x": 7.183989524841309, "y": -18.90714454650879, "subreddit": "meetup", "cluster": 1511, "color": 3}, {"x": 7.194807052612305, "y": -23.300697326660156, "subreddit": "operationgrabass", "cluster": 1511, "color": 3}, {"x": 6.378326892852783, "y": -21.080726623535156, "subreddit": "reddit.com", "cluster": 1511, "color": 3}, {"x": 7.507652282714844, "y": -21.5384578704834, "subreddit": "science", "cluster": 1511, "color": 3}, {"x": -3.7077455520629883, "y": -12.917410850524902, "subreddit": "badcode", "cluster": 1447, "color": 3}, {"x": -3.175630807876587, "y": 7.005502700805664, "subreddit": "programmerhumor", "cluster": 1447, "color": 3}, {"x": -3.608856201171875, "y": -12.831086158752441, "subreddit": "programminghorror", "cluster": 1447, "color": 3}, {"x": 46.27363967895508, "y": -21.031944274902344, "subreddit": "satisfactorygame", "cluster": 1447, "color": 3}, {"x": 51.04229736328125, "y": -2.615690231323242, "subreddit": "badcompany2", "cluster": 194, "color": 1}, {"x": 52.13813400268555, "y": -2.6736409664154053, "subreddit": "battlefield3", "cluster": 194, "color": 1}, {"x": 52.80992126464844, "y": -1.3529752492904663, "subreddit": "battlefield_4", "cluster": 194, "color": 1}, {"x": 52.59526443481445, "y": -1.8158924579620361, "subreddit": "bf_hardline", "cluster": 194, "color": 1}, {"x": -36.58837890625, "y": 40.077457427978516, "subreddit": "dauntless", "cluster": 194, "color": 1}, {"x": 51.9251823425293, "y": -3.7527730464935303, "subreddit": "freehugsbf3", "cluster": 194, "color": 1}, {"x": 53.16291427612305, "y": -3.2199506759643555, "subreddit": "ps3bf3", "cluster": 194, "color": 1}, {"x": 16.045345306396484, "y": -65.49397277832031, "subreddit": "badmathematics", "cluster": 1131, "color": 2}, {"x": 32.59457778930664, "y": 9.728534698486328, "subreddit": "crosswords", "cluster": 1131, "color": 2}, {"x": 32.55543899536133, "y": 11.061141014099121, "subreddit": "keming", "cluster": 1131, "color": 2}, {"x": 16.004121780395508, "y": -65.37860870361328, "subreddit": "math", "cluster": 1131, "color": 2}, {"x": 32.55867385864258, "y": 11.048226356506348, "subreddit": "mathhelp", "cluster": 1131, "color": 2}, {"x": 32.09941101074219, "y": 10.41682243347168, "subreddit": "puzzles", "cluster": 1131, "color": 2}, {"x": 32.966121673583984, "y": 11.825956344604492, "subreddit": "wordavalanches", "cluster": 1131, "color": 2}, {"x": -43.21470260620117, "y": -130.5098114013672, "subreddit": "badminton", "cluster": 1375, "color": 1}, {"x": -27.46547508239746, "y": 87.55464935302734, "subreddit": "hawkfreedomsquad", "cluster": 1375, "color": 1}, {"x": -44.334373474121094, "y": 51.48180389404297, "subreddit": "phoenix_2", "cluster": 1375, "color": 1}, {"x": -24.129531860351562, "y": 79.06771087646484, "subreddit": "sdorica", "cluster": 1375, "color": 1}, {"x": -5.976855754852295, "y": -51.53366470336914, "subreddit": "badmovies", "cluster": 1212, "color": 2}, {"x": -7.606334686279297, "y": -52.48339080810547, "subreddit": "mst3k", "cluster": 1212, "color": 2}, {"x": -6.41839075088501, "y": -51.287635803222656, "subreddit": "obscuremedia", "cluster": 1212, "color": 2}, {"x": -7.783389091491699, "y": -52.6629753112793, "subreddit": "smashingpumpkins", "cluster": 1212, "color": 2}, {"x": 18.195764541625977, "y": 30.43861198425293, "subreddit": "badmuas", "cluster": 274, "color": 0}, {"x": 16.953115463256836, "y": 29.98040771484375, "subreddit": "botchedsurgeries", "cluster": 274, "color": 0}, {"x": 3.052186965942383, "y": 42.40406799316406, "subreddit": "callmekevin", "cluster": 274, "color": 0}, {"x": 119.44363403320312, "y": 4.232292175292969, "subreddit": "fondanthate", "cluster": 274, "color": 0}, {"x": 16.903013229370117, "y": 29.98432159423828, "subreddit": "instagramreality", "cluster": 274, "color": 0}, {"x": -30.394084930419922, "y": 1.3174959421157837, "subreddit": "orthotropics", "cluster": 274, "color": 0}, {"x": 39.41550064086914, "y": 73.37315368652344, "subreddit": "plasticsurgery", "cluster": 274, "color": 0}, {"x": -7.777842044830322, "y": 9.257628440856934, "subreddit": "badparking", "cluster": 268, "color": 1}, {"x": 6.220919609069824, "y": 22.708892822265625, "subreddit": "boomertears", "cluster": 268, "color": 1}, {"x": 6.056214332580566, "y": 23.606822967529297, "subreddit": "deathbymillennial", "cluster": 268, "color": 1}, {"x": 5.505594253540039, "y": 21.478769302368164, "subreddit": "dontyouknowwhoiam", "cluster": 268, "color": 1}, {"x": -0.7428677082061768, "y": 18.626007080078125, "subreddit": "foundthemobileuser", "cluster": 268, "color": 1}, {"x": 156.6193084716797, "y": -15.81139087677002, "subreddit": "genz", "cluster": 268, "color": 1}, {"x": 6.1084065437316895, "y": 22.316905975341797, "subreddit": "hitboxporn", "cluster": 268, "color": 1}, {"x": 15.190813064575195, "y": 31.592300415039062, "subreddit": "jordan", "cluster": 268, "color": 1}, {"x": 101.86185455322266, "y": 66.98001861572266, "subreddit": "katarinamains", "cluster": 268, "color": 1}, {"x": 6.964608192443848, "y": 22.362993240356445, "subreddit": "nothowdrugswork", "cluster": 268, "color": 1}, {"x": 18.59382438659668, "y": 45.33904266357422, "subreddit": "officedepot", "cluster": 268, "color": 1}, {"x": 22.04441261291504, "y": 13.460840225219727, "subreddit": "badtattoos", "cluster": 1766, "color": 4}, {"x": 10.460060119628906, "y": -45.46388626098633, "subreddit": "fashion", "cluster": 1766, "color": 4}, {"x": 92.62828063964844, "y": -41.29862976074219, "subreddit": "randomkindness", "cluster": 1766, "color": 4}, {"x": 11.648422241210938, "y": -45.21853256225586, "subreddit": "tattoo", "cluster": 1766, "color": 4}, {"x": 11.103155136108398, "y": -45.32359313964844, "subreddit": "tattoos", "cluster": 1766, "color": 4}, {"x": -33.7063102722168, "y": 57.84420394897461, "subreddit": "traditionaltattoos", "cluster": 1766, "color": 4}, {"x": -98.82781219482422, "y": 75.29541778564453, "subreddit": "bakanewsjp", "cluster": 1266, "color": 4}, {"x": -101.91873931884766, "y": 75.5855484008789, "subreddit": "baystars", "cluster": 1266, "color": 4}, {"x": -99.14142608642578, "y": 77.1661605834961, "subreddit": "japan_anime", "cluster": 1266, "color": 4}, {"x": -100.93561553955078, "y": 74.7864990234375, "subreddit": "motorsports_ja", "cluster": 1266, "color": 4}, {"x": -98.63460540771484, "y": 74.84949493408203, "subreddit": "newsg", "cluster": 1266, "color": 4}, {"x": -100.82626342773438, "y": 75.81485748291016, "subreddit": "newsokunomoral", "cluster": 1266, "color": 4}, {"x": -99.46343231201172, "y": 76.20967102050781, "subreddit": "newsokur", "cluster": 1266, "color": 4}, {"x": -98.51370239257812, "y": 76.8954086303711, "subreddit": "steamr", "cluster": 1266, "color": 4}, {"x": -3.3306212425231934, "y": 9.940397262573242, "subreddit": "tv_ja", "cluster": 1266, "color": 4}, {"x": -61.132286071777344, "y": -127.66987609863281, "subreddit": "vocaloid_utau_jp", "cluster": 1266, "color": 4}, {"x": -15.195277214050293, "y": 87.86146545410156, "subreddit": "bakchodi", "cluster": 176, "color": 1}, {"x": -15.457107543945312, "y": 86.8992691040039, "subreddit": "chodi", "cluster": 176, "color": 1}, {"x": 75.07743072509766, "y": 57.06686019897461, "subreddit": "hinduism", "cluster": 176, "color": 1}, {"x": -14.970884323120117, "y": 88.71897888183594, "subreddit": "indianews", "cluster": 176, "color": 1}, {"x": -15.341371536254883, "y": 87.9629898071289, "subreddit": "indiaspeaks", "cluster": 176, "color": 1}, {"x": 0.20673614740371704, "y": 19.03312873840332, "subreddit": "newsnepal", "cluster": 176, "color": 1}, {"x": -23.472742080688477, "y": -52.98344802856445, "subreddit": "bakeoff", "cluster": 1596, "color": 0}, {"x": -122.20624542236328, "y": -35.83435821533203, "subreddit": "japanesewatches", "cluster": 1596, "color": 0}, {"x": -122.20530700683594, "y": -35.8359260559082, "subreddit": "seiko", "cluster": 1596, "color": 0}, {"x": 49.22368240356445, "y": 38.152191162109375, "subreddit": "baking", "cluster": 285, "color": 1}, {"x": 48.074344635009766, "y": 37.23299026489258, "subreddit": "breadit", "cluster": 285, "color": 1}, {"x": -127.52742767333984, "y": -17.942079544067383, "subreddit": "burningman", "cluster": 285, "color": 1}, {"x": -16.758914947509766, "y": -15.394063949584961, "subreddit": "castiron", "cluster": 285, "color": 1}, {"x": 109.38865661621094, "y": -49.298038482666016, "subreddit": "cysticfibrosis", "cluster": 285, "color": 1}, {"x": 27.798891067504883, "y": -51.051841735839844, "subreddit": "fermentation", "cluster": 285, "color": 1}, {"x": 47.98884582519531, "y": 37.1436767578125, "subreddit": "sourdough", "cluster": 285, "color": 1}, {"x": -55.421852111816406, "y": 38.102821350097656, "subreddit": "bakugan", "cluster": 1848, "color": 4}, {"x": -100.49003601074219, "y": -26.82221221923828, "subreddit": "hotwheels", "cluster": 1848, "color": 4}, {"x": 12.950045585632324, "y": -10.078993797302246, "subreddit": "pebble", "cluster": 1848, "color": 4}, {"x": 12.95584487915039, "y": -10.075562477111816, "subreddit": "transformers", "cluster": 1848, "color": 4}, {"x": 30.611095428466797, "y": 61.54451370239258, "subreddit": "bald", "cluster": 1622, "color": 4}, {"x": 58.44140625, "y": 27.011333465576172, "subreddit": "short", "cluster": 1622, "color": 4}, {"x": 58.428348541259766, "y": 26.966773986816406, "subreddit": "tall", "cluster": 1622, "color": 4}, {"x": 57.37035369873047, "y": -16.78512191772461, "subreddit": "baldursgate", "cluster": 1451, "color": 3}, {"x": -37.76675033569336, "y": -12.824938774108887, "subreddit": "dungeondefenders", "cluster": 1451, "color": 3}, {"x": 56.044673919677734, "y": -17.831817626953125, "subreddit": "pathfinder_kingmaker", "cluster": 1451, "color": 3}, {"x": 57.132667541503906, "y": -17.658245086669922, "subreddit": "projecteternity", "cluster": 1451, "color": 3}, {"x": 57.4307975769043, "y": -17.954740524291992, "subreddit": "tyrannygame", "cluster": 1451, "color": 3}, {"x": -89.25980377197266, "y": 75.38514709472656, "subreddit": "balisong", "cluster": 1009, "color": 3}, {"x": -66.47477722167969, "y": -50.27211380004883, "subreddit": "edc", "cluster": 1009, "color": 3}, {"x": -68.18928527832031, "y": -49.4267578125, "subreddit": "knife_swap", "cluster": 1009, "color": 3}, {"x": -66.96651458740234, "y": -49.43515396118164, "subreddit": "knifeclub", "cluster": 1009, "color": 3}, {"x": -68.93757629394531, "y": -50.09830856323242, "subreddit": "kniferaffle", "cluster": 1009, "color": 3}, {"x": -66.30951690673828, "y": -48.696651458740234, "subreddit": "knives", "cluster": 1009, "color": 3}, {"x": 31.599468231201172, "y": 81.95169830322266, "subreddit": "ballpython", "cluster": 1651, "color": 3}, {"x": 30.524810791015625, "y": 85.59660339355469, "subreddit": "beardeddragons", "cluster": 1651, "color": 3}, {"x": 32.285518646240234, "y": 82.68898010253906, "subreddit": "chinchilla", "cluster": 1651, "color": 3}, {"x": 29.122509002685547, "y": 82.14260864257812, "subreddit": "herpetology", "cluster": 1651, "color": 3}, {"x": 30.993722915649414, "y": 81.86434936523438, "subreddit": "snakes", "cluster": 1651, "color": 3}, {"x": 30.159976959228516, "y": 80.89529418945312, "subreddit": "sneks", "cluster": 1651, "color": 3}, {"x": 29.150253295898438, "y": 82.06713104248047, "subreddit": "whatsthissnake", "cluster": 1651, "color": 3}, {"x": -33.431583404541016, "y": -41.18711853027344, "subreddit": "baltimore", "cluster": 1123, "color": 1}, {"x": -34.008338928222656, "y": -42.67563247680664, "subreddit": "frederickmd", "cluster": 1123, "color": 1}, {"x": -33.46026611328125, "y": -41.27451705932617, "subreddit": "maryland", "cluster": 1123, "color": 1}, {"x": -32.483360290527344, "y": -39.28705978393555, "subreddit": "orioles", "cluster": 1123, "color": 1}, {"x": 329.2927551269531, "y": 177.8572235107422, "subreddit": "bancadelmeme", "cluster": 958, "color": 1}, {"x": 12.202699661254883, "y": 16.17200469970703, "subreddit": "italianlearning", "cluster": 958, "color": 1}, {"x": 119.24065399169922, "y": 82.73404693603516, "subreddit": "italy", "cluster": 958, "color": 1}, {"x": 119.3564682006836, "y": 82.52012634277344, "subreddit": "italyinformatica", "cluster": 958, "color": 1}, {"x": 118.88126373291016, "y": 83.41122436523438, "subreddit": "litigi", "cluster": 958, "color": 1}, {"x": 42.18545913696289, "y": 5.460638046264648, "subreddit": "bandnames", "cluster": 177, "color": 0}, {"x": 13.940917015075684, "y": 42.42910385131836, "subreddit": "disneyvacation", "cluster": 177, "color": 0}, {"x": 41.381717681884766, "y": 5.835900783538818, "subreddit": "highstrangeness", "cluster": 177, "color": 0}, {"x": 43.078792572021484, "y": 5.174502372741699, "subreddit": "stalker", "cluster": 177, "color": 0}, {"x": 42.2225456237793, "y": 5.431371688842773, "subreddit": "vtmb", "cluster": 177, "color": 0}, {"x": -18.85639762878418, "y": 91.75162506103516, "subreddit": "bangalore", "cluster": 178, "color": 2}, {"x": -16.13533592224121, "y": 91.79122161865234, "subreddit": "chennai", "cluster": 178, "color": 2}, {"x": -18.874723434448242, "y": 91.7470474243164, "subreddit": "indiainvestments", "cluster": 178, "color": 2}, {"x": 55.13896179199219, "y": 1.9123401641845703, "subreddit": "bangdream", "cluster": 195, "color": 2}, {"x": 52.48151397705078, "y": 0.6834445595741272, "subreddit": "battlefield", "cluster": 195, "color": 2}, {"x": 54.542755126953125, "y": 0.93757563829422, "subreddit": "battlefield_4_cte", "cluster": 195, "color": 2}, {"x": 54.35651779174805, "y": 1.1173800230026245, "subreddit": "battlefield_live", "cluster": 195, "color": 2}, {"x": 53.30122375488281, "y": 0.8464829325675964, "subreddit": "battlefield_one", "cluster": 195, "color": 2}, {"x": 52.315040588378906, "y": 1.1012134552001953, "subreddit": "battlefieldv", "cluster": 195, "color": 2}, {"x": 55.95810317993164, "y": 2.937894821166992, "subreddit": "fatalbullet", "cluster": 195, "color": 2}, {"x": 55.510643005371094, "y": 2.3812413215637207, "subreddit": "swordartonline", "cluster": 195, "color": 2}, {"x": -5.2115159034729, "y": 88.45508575439453, "subreddit": "bangladesh", "cluster": 205, "color": 0}, {"x": 57.934104919433594, "y": -139.49447631835938, "subreddit": "bedbugs", "cluster": 205, "color": 0}, {"x": 57.933902740478516, "y": -139.49510192871094, "subreddit": "pestcontrol", "cluster": 205, "color": 0}, {"x": 54.17161560058594, "y": -32.52753448486328, "subreddit": "banished", "cluster": 1627, "color": 5}, {"x": 37.03227996826172, "y": -96.44252014160156, "subreddit": "citiesskylines", "cluster": 1627, "color": 5}, {"x": -37.03971862792969, "y": -25.63178253173828, "subreddit": "redditisfun", "cluster": 1627, "color": 5}, {"x": 54.957733154296875, "y": -34.12758255004883, "subreddit": "simcity", "cluster": 1627, "color": 5}, {"x": 54.99228286743164, "y": -34.221256256103516, "subreddit": "simcity4", "cluster": 1627, "color": 5}, {"x": 2.929436206817627, "y": -83.63695526123047, "subreddit": "banjo", "cluster": 255, "color": 0}, {"x": 3.1295647621154785, "y": -83.64482879638672, "subreddit": "bluegrass", "cluster": 255, "color": 0}, {"x": 3.9548280239105225, "y": -83.72602844238281, "subreddit": "mandolin", "cluster": 255, "color": 0}, {"x": -48.20976638793945, "y": 27.827186584472656, "subreddit": "banjokazooie", "cluster": 179, "color": 1}, {"x": -50.12504959106445, "y": 29.323925018310547, "subreddit": "starfox", "cluster": 179, "color": 1}, {"x": -48.1759147644043, "y": 27.812152862548828, "subreddit": "yookalaylee", "cluster": 179, "color": 1}, {"x": 38.50534439086914, "y": -139.61912536621094, "subreddit": "bankballexchange", "cluster": 1414, "color": 3}, {"x": 36.715675354003906, "y": -136.89236450195312, "subreddit": "destinyknot", "cluster": 1414, "color": 3}, {"x": 38.59934997558594, "y": -136.82760620117188, "subreddit": "friendsafari", "cluster": 1414, "color": 3}, {"x": 36.57550811767578, "y": -134.4829864501953, "subreddit": "pokemonbattles", "cluster": 1414, "color": 3}, {"x": 36.591007232666016, "y": -139.19985961914062, "subreddit": "pokemonexchange", "cluster": 1414, "color": 3}, {"x": 36.476051330566406, "y": -141.0070343017578, "subreddit": "pokemonmaxraids", "cluster": 1414, "color": 3}, {"x": 35.53129959106445, "y": -138.8699951171875, "subreddit": "pokemonrng", "cluster": 1414, "color": 3}, {"x": 36.859825134277344, "y": -138.83206176757812, "subreddit": "pokemontrades", "cluster": 1414, "color": 3}, {"x": 37.33967590332031, "y": -137.81678771972656, "subreddit": "poketradereferences", "cluster": 1414, "color": 3}, {"x": 37.73308181762695, "y": -138.11143493652344, "subreddit": "svexchange", "cluster": 1414, "color": 3}, {"x": 17.681474685668945, "y": -10.138982772827148, "subreddit": "bannedfromthe_donald", "cluster": 1292, "color": 4}, {"x": 21.446773529052734, "y": 20.03373908996582, "subreddit": "kittens", "cluster": 1292, "color": 4}, {"x": 13.195881843566895, "y": 35.61176681518555, "subreddit": "marchagainstnazis", "cluster": 1292, "color": 4}, {"x": 12.704334259033203, "y": 33.62388610839844, "subreddit": "nicegirls", "cluster": 1292, "color": 4}, {"x": 12.264232635498047, "y": 35.0833740234375, "subreddit": "nobodyasked", "cluster": 1292, "color": 4}, {"x": 11.725022315979004, "y": 35.183860778808594, "subreddit": "technicallythetruth", "cluster": 1292, "color": 4}, {"x": 313.398193359375, "y": 380.0495300292969, "subreddit": "transcribersofreddit", "cluster": 1292, "color": 4}, {"x": 54.74599075317383, "y": -23.419193267822266, "subreddit": "bannerlord", "cluster": 1136, "color": 4}, {"x": 26.52754783630371, "y": 127.56753540039062, "subreddit": "conquerorsblade", "cluster": 1136, "color": 4}, {"x": 52.873199462890625, "y": -23.180845260620117, "subreddit": "kenshi", "cluster": 1136, "color": 4}, {"x": 55.01591873168945, "y": -24.247787475585938, "subreddit": "mb2bannerlord", "cluster": 1136, "color": 4}, {"x": 55.14140701293945, "y": -24.468769073486328, "subreddit": "mountandblade", "cluster": 1136, "color": 4}, {"x": 69.35343933105469, "y": 107.87476348876953, "subreddit": "banpitbulls", "cluster": 180, "color": 0}, {"x": 69.3539810180664, "y": 107.87422943115234, "subreddit": "dogfree", "cluster": 180, "color": 0}, {"x": -0.8411914706230164, "y": 41.24430847167969, "subreddit": "banvideogames", "cluster": 1937, "color": 1}, {"x": 20.582962036132812, "y": 46.1868896484375, "subreddit": "drumpfisfinished", "cluster": 1937, "color": 1}, {"x": 22.58443832397461, "y": 43.19639587402344, "subreddit": "menkampf", "cluster": 1937, "color": 1}, {"x": 21.534032821655273, "y": 48.71841812133789, "subreddit": "reclassified", "cluster": 1937, "color": 1}, {"x": 22.48099136352539, "y": 43.407958984375, "subreddit": "shuffles_deck", "cluster": 1937, "color": 1}, {"x": 20.805688858032227, "y": 44.00664520263672, "subreddit": "truepoliticalhumor", "cluster": 1937, "color": 1}, {"x": -5.567769527435303, "y": 19.498796463012695, "subreddit": "watchredditdie", "cluster": 1937, "color": 1}, {"x": -72.16400909423828, "y": 61.42662048339844, "subreddit": "bapeheads", "cluster": 1722, "color": 1}, {"x": -73.73802185058594, "y": 65.7926254272461, "subreddit": "grailed", "cluster": 1722, "color": 1}, {"x": -74.48082733154297, "y": 61.81876754760742, "subreddit": "malefashion", "cluster": 1722, "color": 1}, {"x": -77.69288635253906, "y": 60.870059967041016, "subreddit": "sadboys", "cluster": 1722, "color": 1}, {"x": -74.40406799316406, "y": 61.75713348388672, "subreddit": "streetwear", "cluster": 1722, "color": 1}, {"x": -72.4345474243164, "y": 59.09377670288086, "subreddit": "supremeclothing", "cluster": 1722, "color": 1}, {"x": -75.09078979492188, "y": 63.70606994628906, "subreddit": "techwearclothing", "cluster": 1722, "color": 1}, {"x": -64.36701965332031, "y": 61.272422790527344, "subreddit": "vans", "cluster": 1722, "color": 1}, {"x": -95.66962432861328, "y": 113.36903381347656, "subreddit": "womensstreetwear", "cluster": 1722, "color": 1}, {"x": 33.25385284423828, "y": 62.952796936035156, "subreddit": "barber", "cluster": 1111, "color": 2}, {"x": 32.124507904052734, "y": 62.69367218017578, "subreddit": "malegrooming", "cluster": 1111, "color": 2}, {"x": 31.889137268066406, "y": 62.59722137451172, "subreddit": "malehairadvice", "cluster": 1111, "color": 2}, {"x": 66.15266418457031, "y": 128.23143005371094, "subreddit": "malelifestyle", "cluster": 1111, "color": 2}, {"x": 46.97439193725586, "y": 25.706113815307617, "subreddit": "pomade", "cluster": 1111, "color": 2}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "barcavsrmadridlivehq", "cluster": 182, "color": 0}, {"x": 45.944087982177734, "y": -93.37911224365234, "subreddit": "barcelona", "cluster": 1673, "color": 3}, {"x": 44.607872009277344, "y": -92.72647094726562, "subreddit": "es", "cluster": 1673, "color": 3}, {"x": 44.67611312866211, "y": -93.5535888671875, "subreddit": "madrid", "cluster": 1673, "color": 3}, {"x": 363.8479919433594, "y": 417.6923522949219, "subreddit": "podemos", "cluster": 1673, "color": 3}, {"x": 44.91781997680664, "y": -93.24549102783203, "subreddit": "spain", "cluster": 1673, "color": 3}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "barcelonaliverpoolliv", "cluster": 183, "color": 1}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "barcelonavsrmadridliv", "cluster": 184, "color": 1}, {"x": 98.51301574707031, "y": 59.574520111083984, "subreddit": "bardmains", "cluster": 1740, "color": 4}, {"x": 98.6453857421875, "y": 62.30194091796875, "subreddit": "sonamains", "cluster": 1740, "color": 4}, {"x": 99.6717300415039, "y": 62.035919189453125, "subreddit": "sorakamains", "cluster": 1740, "color": 4}, {"x": 98.98953247070312, "y": 62.00203323364258, "subreddit": "supportlol", "cluster": 1740, "color": 4}, {"x": 99.69994354248047, "y": 60.25254821777344, "subreddit": "threshmains", "cluster": 1740, "color": 4}, {"x": 99.37055206298828, "y": 64.35611724853516, "subreddit": "zyramains", "cluster": 1740, "color": 4}, {"x": -2.9607255458831787, "y": -35.92704772949219, "subreddit": "barefootrunning", "cluster": 998, "color": 1}, {"x": 48.20227813720703, "y": -23.778064727783203, "subreddit": "kerbalacademy", "cluster": 998, "color": 1}, {"x": 48.173885345458984, "y": -23.492477416992188, "subreddit": "kerbalspaceprogram", "cluster": 998, "color": 1}, {"x": 48.1494026184082, "y": -22.520511627197266, "subreddit": "spaceengineers", "cluster": 998, "color": 1}, {"x": 30.19101333618164, "y": -16.061655044555664, "subreddit": "barrie", "cluster": 1011, "color": 0}, {"x": 54.97917556762695, "y": 47.31768798828125, "subreddit": "casualknitting", "cluster": 1011, "color": 0}, {"x": 55.473751068115234, "y": 48.0994987487793, "subreddit": "crochet", "cluster": 1011, "color": 0}, {"x": 55.34642028808594, "y": 47.900848388671875, "subreddit": "knitting", "cluster": 1011, "color": 0}, {"x": -25.269683837890625, "y": -16.412593841552734, "subreddit": "luxembourg", "cluster": 1011, "color": 0}, {"x": 5.6167073249816895, "y": -86.84494018554688, "subreddit": "violinist", "cluster": 1011, "color": 0}, {"x": -21.164634704589844, "y": -28.525936126708984, "subreddit": "barry", "cluster": 1846, "color": 3}, {"x": 19.82683753967285, "y": 76.08270263671875, "subreddit": "brunei", "cluster": 1846, "color": 3}, {"x": -38.068153381347656, "y": 42.740272521972656, "subreddit": "daviddobrik", "cluster": 1846, "color": 3}, {"x": -24.119638442993164, "y": -18.522462844848633, "subreddit": "robotics", "cluster": 1846, "color": 3}, {"x": -24.100658416748047, "y": -18.553024291992188, "subreddit": "trailers", "cluster": 1846, "color": 3}, {"x": -32.74108123779297, "y": -96.35726928710938, "subreddit": "barstoolsports", "cluster": 1059, "color": 1}, {"x": -30.888019561767578, "y": -95.86688232421875, "subreddit": "danlebatardshow", "cluster": 1059, "color": 1}, {"x": -32.65475845336914, "y": -96.35835266113281, "subreddit": "lightscamerapodcast", "cluster": 1059, "color": 1}, {"x": -87.42218780517578, "y": 62.34060287475586, "subreddit": "baruch", "cluster": 1726, "color": 4}, {"x": 48.5246467590332, "y": -89.5752182006836, "subreddit": "expats", "cluster": 1726, "color": 4}, {"x": 48.832366943359375, "y": -89.59093475341797, "subreddit": "studyabroad", "cluster": 1726, "color": 4}, {"x": -55.33798599243164, "y": -109.15126037597656, "subreddit": "baseballbythenumbers", "cluster": 647, "color": 1}, {"x": -57.077857971191406, "y": -108.93099212646484, "subreddit": "collegehockey", "cluster": 647, "color": 1}, {"x": -55.50988006591797, "y": -109.12177276611328, "subreddit": "fakebaseball", "cluster": 647, "color": 1}, {"x": 277.6078796386719, "y": 405.8533630371094, "subreddit": "fakecollegefootball", "cluster": 647, "color": 1}, {"x": -113.32200622558594, "y": 78.14927673339844, "subreddit": "baseballcards", "cluster": 187, "color": 0}, {"x": -113.33992004394531, "y": 78.57292175292969, "subreddit": "basketballcards", "cluster": 187, "color": 0}, {"x": -113.33987426757812, "y": 78.58633422851562, "subreddit": "footballcards", "cluster": 187, "color": 0}, {"x": -70.02409362792969, "y": -102.4496078491211, "subreddit": "baseballcirclejerk", "cluster": 1474, "color": 0}, {"x": -70.89653015136719, "y": -102.96106719970703, "subreddit": "pxifrm", "cluster": 1474, "color": 0}, {"x": -71.059814453125, "y": -103.05546569824219, "subreddit": "wsgy", "cluster": 1474, "color": 0}, {"x": 56.72426986694336, "y": -31.056331634521484, "subreddit": "basebuildinggames", "cluster": 1883, "color": 0}, {"x": -9.75918197631836, "y": 46.63610076904297, "subreddit": "kairosoft", "cluster": 1883, "color": 0}, {"x": 57.1667594909668, "y": -32.18408966064453, "subreddit": "openttd", "cluster": 1883, "color": 0}, {"x": 58.07916259765625, "y": -34.71073913574219, "subreddit": "planetcoaster", "cluster": 1883, "color": 0}, {"x": 56.20942306518555, "y": -36.58811569213867, "subreddit": "transportfever", "cluster": 1883, "color": 0}, {"x": 56.81119918823242, "y": -31.312490463256836, "subreddit": "tycoon", "cluster": 1883, "color": 0}, {"x": -1.501616358757019, "y": -65.35139465332031, "subreddit": "bash", "cluster": 404, "color": 1}, {"x": -1.2438453435897827, "y": -65.32756805419922, "subreddit": "commandline", "cluster": 404, "color": 1}, {"x": 201.20521545410156, "y": 459.694580078125, "subreddit": "coolgithubprojects", "cluster": 404, "color": 1}, {"x": -91.65674591064453, "y": -37.14019012451172, "subreddit": "craigslist", "cluster": 404, "color": 1}, {"x": -66.84430694580078, "y": -31.17827606201172, "subreddit": "i3wm", "cluster": 404, "color": 1}, {"x": 5.090593338012695, "y": -66.60345458984375, "subreddit": "perl", "cluster": 404, "color": 1}, {"x": -0.17840248346328735, "y": -65.2183609008789, "subreddit": "vim", "cluster": 404, "color": 1}, {"x": -29.7257080078125, "y": -92.41722106933594, "subreddit": "basketball", "cluster": 186, "color": 0}, {"x": -13.344919204711914, "y": 42.21577835083008, "subreddit": "basketballjerseys", "cluster": 186, "color": 0}, {"x": -29.71205711364746, "y": -92.44149780273438, "subreddit": "basketballtips", "cluster": 186, "color": 0}, {"x": 106.57426452636719, "y": -60.943599700927734, "subreddit": "basset", "cluster": 1164, "color": 3}, {"x": -41.566314697265625, "y": -72.55233001708984, "subreddit": "detroit", "cluster": 1164, "color": 3}, {"x": -42.6303596496582, "y": -72.79074096679688, "subreddit": "grandrapids", "cluster": 1164, "color": 3}, {"x": 32.190555572509766, "y": -100.87483978271484, "subreddit": "halloween", "cluster": 1164, "color": 3}, {"x": -39.77490234375, "y": -77.2503662109375, "subreddit": "lansing", "cluster": 1164, "color": 3}, {"x": -41.79539489746094, "y": -72.67716979980469, "subreddit": "michigan", "cluster": 1164, "color": 3}, {"x": -42.508052825927734, "y": -74.33905792236328, "subreddit": "michiganbeer", "cluster": 1164, "color": 3}, {"x": -13.982552528381348, "y": 119.64704132080078, "subreddit": "michigents", "cluster": 1164, "color": 3}, {"x": -40.14936447143555, "y": -74.79790496826172, "subreddit": "msu", "cluster": 1164, "color": 3}, {"x": -72.27384185791016, "y": -66.42416381835938, "subreddit": "bassfishing", "cluster": 684, "color": 0}, {"x": 48.868812561035156, "y": -99.81356811523438, "subreddit": "bowling", "cluster": 684, "color": 0}, {"x": -71.18455505371094, "y": -65.7693099975586, "subreddit": "fishing", "cluster": 684, "color": 0}, {"x": -72.24330139160156, "y": -66.36648559570312, "subreddit": "fishing_gear", "cluster": 684, "color": 0}, {"x": -71.25125122070312, "y": -64.6939468383789, "subreddit": "icefishing", "cluster": 684, "color": 0}, {"x": -71.08792114257812, "y": -65.89192962646484, "subreddit": "kayakfishing", "cluster": 684, "color": 0}, {"x": -69.38672637939453, "y": -66.1654281616211, "subreddit": "slowpitch", "cluster": 684, "color": 0}, {"x": 77.93096160888672, "y": 37.916744232177734, "subreddit": "bassnectar", "cluster": 189, "color": 2}, {"x": 76.9546127319336, "y": 37.57347106933594, "subreddit": "boardsofcanada", "cluster": 189, "color": 2}, {"x": 80.04629516601562, "y": 41.66293716430664, "subreddit": "electricforest", "cluster": 189, "color": 2}, {"x": 80.31688690185547, "y": 41.89556884765625, "subreddit": "lightninginabottle", "cluster": 189, "color": 2}, {"x": 79.86627197265625, "y": 38.174781799316406, "subreddit": "okeechobeemusicfest", "cluster": 189, "color": 2}, {"x": 78.42720031738281, "y": 37.58525085449219, "subreddit": "tipper", "cluster": 189, "color": 2}, {"x": -24.07801055908203, "y": -35.963829040527344, "subreddit": "batesmotel", "cluster": 1440, "color": 3}, {"x": -24.70370864868164, "y": -33.5921516418457, "subreddit": "deadwood", "cluster": 1440, "color": 3}, {"x": -22.22667121887207, "y": -33.869972229003906, "subreddit": "dexter", "cluster": 1440, "color": 3}, {"x": -24.0936279296875, "y": -33.763343811035156, "subreddit": "fringe", "cluster": 1440, "color": 3}, {"x": -23.476856231689453, "y": -32.650821685791016, "subreddit": "justified", "cluster": 1440, "color": 3}, {"x": -26.020774841308594, "y": -34.431983947753906, "subreddit": "midsommar", "cluster": 1440, "color": 3}, {"x": -24.557706832885742, "y": -34.31216812133789, "subreddit": "mindhunter", "cluster": 1440, "color": 3}, {"x": -24.434608459472656, "y": -34.09479904174805, "subreddit": "prisonbreak", "cluster": 1440, "color": 3}, {"x": -23.53490447998047, "y": -34.62712478637695, "subreddit": "sonsofanarchy", "cluster": 1440, "color": 3}, {"x": -8.531034469604492, "y": -28.134510040283203, "subreddit": "batman", "cluster": 401, "color": 1}, {"x": -9.696303367614746, "y": -29.30916404724121, "subreddit": "comicbooks", "cluster": 401, "color": 1}, {"x": -9.247489929199219, "y": -28.8472843170166, "subreddit": "dccomics", "cluster": 401, "color": 1}, {"x": -32.30826950073242, "y": -32.64358901977539, "subreddit": "graphicnovels", "cluster": 401, "color": 1}, {"x": -32.28828811645508, "y": -32.64382553100586, "subreddit": "imagecomics", "cluster": 401, "color": 1}, {"x": -39.16023254394531, "y": -48.612091064453125, "subreddit": "maa", "cluster": 401, "color": 1}, {"x": -10.04790210723877, "y": -29.512012481689453, "subreddit": "marvel", "cluster": 401, "color": 1}, {"x": -7.7535247802734375, "y": -28.08253288269043, "subreddit": "batmanarkham", "cluster": 1122, "color": 3}, {"x": 48.182003021240234, "y": 0.6478255987167358, "subreddit": "bayonetta", "cluster": 1122, "color": 3}, {"x": 48.08686447143555, "y": 0.44003045558929443, "subreddit": "marvelavengersproject", "cluster": 1122, "color": 3}, {"x": -43.45368194580078, "y": 34.09836196899414, "subreddit": "mau3", "cluster": 1122, "color": 3}, {"x": 12.409221649169922, "y": 86.26319122314453, "subreddit": "batproject", "cluster": 191, "color": 0}, {"x": 12.427384376525879, "y": 86.29100036621094, "subreddit": "brave_browser", "cluster": 191, "color": 0}, {"x": 3.7835423946380615, "y": 74.5329360961914, "subreddit": "crypto_com", "cluster": 191, "color": 0}, {"x": -77.64196014404297, "y": 26.19043731689453, "subreddit": "battalion1944", "cluster": 385, "color": 0}, {"x": -77.90156555175781, "y": 24.82431983947754, "subreddit": "cod4remastered", "cluster": 385, "color": 0}, {"x": -77.9368896484375, "y": 24.672048568725586, "subreddit": "codmodernwarfare", "cluster": 385, "color": 0}, {"x": 73.21460723876953, "y": 17.40408706665039, "subreddit": "battleborn", "cluster": 1741, "color": 5}, {"x": 101.52732849121094, "y": -7.397305488586426, "subreddit": "hurtworld", "cluster": 1741, "color": 5}, {"x": 101.5265121459961, "y": -7.398942470550537, "subreddit": "survivetheculling", "cluster": 1741, "color": 5}, {"x": 50.455196380615234, "y": -14.74098014831543, "subreddit": "battlebrothers", "cluster": 1271, "color": 0}, {"x": 49.29311752319336, "y": -13.770709991455078, "subreddit": "heroeseconomy", "cluster": 1271, "color": 0}, {"x": 50.04167175292969, "y": -13.943746566772461, "subreddit": "heroesofthestorm", "cluster": 1271, "color": 0}, {"x": 50.16111373901367, "y": -14.229364395141602, "subreddit": "nexusnewbies", "cluster": 1271, "color": 0}, {"x": -30.04947853088379, "y": 49.09434127807617, "subreddit": "battlecats", "cluster": 193, "color": 0}, {"x": -29.946868896484375, "y": 49.216976165771484, "subreddit": "battlecatscheats", "cluster": 193, "color": 0}, {"x": -20.025362014770508, "y": 37.15803146362305, "subreddit": "crash_fever", "cluster": 193, "color": 0}, {"x": -32.025150299072266, "y": 48.78898620605469, "subreddit": "dragonvale", "cluster": 193, "color": 0}, {"x": -9.629537582397461, "y": 38.036136627197266, "subreddit": "battlefordreamisland", "cluster": 1074, "color": 2}, {"x": -9.496362686157227, "y": 20.223485946655273, "subreddit": "deltarune", "cluster": 1074, "color": 2}, {"x": 41.75345993041992, "y": -22.755369186401367, "subreddit": "hfy", "cluster": 1074, "color": 2}, {"x": 154.82899475097656, "y": -125.03173065185547, "subreddit": "incrediblesmemes", "cluster": 1074, "color": 2}, {"x": -5.13390588760376, "y": 35.411041259765625, "subreddit": "lodeddiper", "cluster": 1074, "color": 2}, {"x": -5.148805141448975, "y": 35.42277145385742, "subreddit": "okbubbyretard", "cluster": 1074, "color": 2}, {"x": -15.642871856689453, "y": -114.96328735351562, "subreddit": "battlejackets", "cluster": 553, "color": 3}, {"x": 90.289306640625, "y": 22.56366729736328, "subreddit": "cardfightvanguard", "cluster": 553, "color": 3}, {"x": 3.4775595664978027, "y": -8.451009750366211, "subreddit": "classicrage", "cluster": 553, "color": 3}, {"x": -12.915754318237305, "y": -114.6812744140625, "subreddit": "doommetal", "cluster": 553, "color": 3}, {"x": -12.755226135253906, "y": -114.51937866210938, "subreddit": "stonerrock", "cluster": 553, "color": 3}, {"x": 16.62980842590332, "y": 47.1712760925293, "subreddit": "battlemaps", "cluster": 544, "color": 2}, {"x": 16.39434814453125, "y": 47.17483139038086, "subreddit": "dndmaps", "cluster": 544, "color": 2}, {"x": 41.15662384033203, "y": -15.938556671142578, "subreddit": "dungeons_and_dragons", "cluster": 544, "color": 2}, {"x": 15.88553237915039, "y": 47.93505096435547, "subreddit": "inkarnate", "cluster": 544, "color": 2}, {"x": 16.045976638793945, "y": 46.268287658691406, "subreddit": "mapmaking", "cluster": 544, "color": 2}, {"x": 18.545259475708008, "y": 48.00967788696289, "subreddit": "wonderdraft", "cluster": 544, "color": 2}, {"x": 68.4798812866211, "y": 89.017333984375, "subreddit": "battleofthesexes", "cluster": 1470, "color": 4}, {"x": 68.47865295410156, "y": 89.01575469970703, "subreddit": "purplepilldebate", "cluster": 1470, "color": 4}, {"x": -42.16171646118164, "y": 61.03248977661133, "subreddit": "taptitans2", "cluster": 1470, "color": 4}, {"x": 101.73455810546875, "y": 7.95148229598999, "subreddit": "battleparty", "cluster": 1711, "color": 3}, {"x": -41.77342224121094, "y": 14.246665000915527, "subreddit": "beachcity", "cluster": 1711, "color": 3}, {"x": -44.431922912597656, "y": 13.397130012512207, "subreddit": "ducktales", "cluster": 1711, "color": 3}, {"x": -43.09844207763672, "y": 12.155515670776367, "subreddit": "gravityfalls", "cluster": 1711, "color": 3}, {"x": -39.868228912353516, "y": 14.603070259094238, "subreddit": "homestuck", "cluster": 1711, "color": 3}, {"x": -43.06529998779297, "y": 14.200666427612305, "subreddit": "infinitytrain", "cluster": 1711, "color": 3}, {"x": -46.16855239868164, "y": 12.383524894714355, "subreddit": "miraculousladybug", "cluster": 1711, "color": 3}, {"x": -41.46124267578125, "y": 12.595850944519043, "subreddit": "starvstheforcesofevil", "cluster": 1711, "color": 3}, {"x": -42.0477294921875, "y": 14.224029541015625, "subreddit": "stevenuniverse", "cluster": 1711, "color": 3}, {"x": -42.16521072387695, "y": 15.021615028381348, "subreddit": "suleaks", "cluster": 1711, "color": 3}, {"x": -43.18000030517578, "y": 12.007695198059082, "subreddit": "zootopia", "cluster": 1711, "color": 3}, {"x": 49.25483322143555, "y": -11.65423583984375, "subreddit": "battlerite", "cluster": 663, "color": 1}, {"x": 44.86530303955078, "y": -22.843149185180664, "subreddit": "feedthebeast", "cluster": 663, "color": 1}, {"x": 44.49176788330078, "y": -22.707576751708984, "subreddit": "feedthebeastservers", "cluster": 663, "color": 1}, {"x": -31.644405364990234, "y": 46.3179931640625, "subreddit": "rlcraft", "cluster": 663, "color": 1}, {"x": 45.843597412109375, "y": -21.786991119384766, "subreddit": "skyfactory", "cluster": 663, "color": 1}, {"x": 44.96951675415039, "y": -23.6527099609375, "subreddit": "tekkit", "cluster": 663, "color": 1}, {"x": 59.61758804321289, "y": -20.292617797851562, "subreddit": "battletech", "cluster": 197, "color": 0}, {"x": 59.85289764404297, "y": -20.314607620239258, "subreddit": "battletechgame", "cluster": 197, "color": 0}, {"x": 60.6988525390625, "y": -20.92371940612793, "subreddit": "mechwarrior5", "cluster": 197, "color": 0}, {"x": -85.84485626220703, "y": -38.16239547729492, "subreddit": "battlewagon", "cluster": 1728, "color": 5}, {"x": -85.49272155761719, "y": -37.381465911865234, "subreddit": "subaru", "cluster": 1728, "color": 5}, {"x": -86.02283477783203, "y": -39.061038970947266, "subreddit": "subaruforester", "cluster": 1728, "color": 5}, {"x": -87.28248596191406, "y": -36.55897903442383, "subreddit": "subaruimpreza", "cluster": 1728, "color": 5}, {"x": -85.5514144897461, "y": -36.88640594482422, "subreddit": "wrx", "cluster": 1728, "color": 5}, {"x": -84.0241928100586, "y": -37.4753303527832, "subreddit": "xvcrosstrek", "cluster": 1728, "color": 5}, {"x": -4.794778823852539, "y": 28.617107391357422, "subreddit": "baxov", "cluster": 763, "color": 0}, {"x": -5.861396789550781, "y": 27.095195770263672, "subreddit": "beansinthings", "cluster": 763, "color": 0}, {"x": 0.5320990681648254, "y": 29.15973663330078, "subreddit": "boomerhumour", "cluster": 763, "color": 0}, {"x": -9.232645988464355, "y": 27.96448516845703, "subreddit": "burdurland", "cluster": 763, "color": 0}, {"x": -3.2528791427612305, "y": 19.94468879699707, "subreddit": "commentawardsforum", "cluster": 763, "color": 0}, {"x": -9.238702774047852, "y": 26.8880672454834, "subreddit": "coronavirusmemes", "cluster": 763, "color": 0}, {"x": -6.327237606048584, "y": 24.631072998046875, "subreddit": "cursed_images", "cluster": 763, "color": 0}, {"x": -6.838440418243408, "y": 31.416706085205078, "subreddit": "dankmemes", "cluster": 763, "color": 0}, {"x": -5.463304042816162, "y": 28.296770095825195, "subreddit": "duklock", "cluster": 763, "color": 0}, {"x": -7.013028144836426, "y": 27.81879234313965, "subreddit": "gamemeneersubmissies", "cluster": 763, "color": 0}, {"x": -8.586634635925293, "y": 34.37236785888672, "subreddit": "jeremyfrieser", "cluster": 763, "color": 0}, {"x": -4.509277820587158, "y": 26.82502555847168, "subreddit": "ksi", "cluster": 763, "color": 0}, {"x": -8.420092582702637, "y": 32.74213790893555, "subreddit": "lakkopostaukset", "cluster": 763, "color": 0}, {"x": -8.237954139709473, "y": 26.98499870300293, "subreddit": "lazarbeam", "cluster": 763, "color": 0}, {"x": -6.661584377288818, "y": 26.443187713623047, "subreddit": "lwiay", "cluster": 763, "color": 0}, {"x": -6.586486339569092, "y": 27.640470504760742, "subreddit": "marvelmemes", "cluster": 763, "color": 0}, {"x": -5.929084777832031, "y": 29.416728973388672, "subreddit": "memes", "cluster": 763, "color": 0}, {"x": -6.912002086639404, "y": 28.881820678710938, "subreddit": "minecraftmemes", "cluster": 763, "color": 0}, {"x": -20.03229331970215, "y": 17.845958709716797, "subreddit": "nhaa", "cluster": 763, "color": 0}, {"x": -7.10075044631958, "y": 27.613821029663086, "subreddit": "overwatch_memes", "cluster": 763, "color": 0}, {"x": -8.225279808044434, "y": 28.11216163635254, "subreddit": "saimansays", "cluster": 763, "color": 0}, {"x": -6.979262828826904, "y": 27.80381965637207, "subreddit": "specialsnowflake", "cluster": 763, "color": 0}, {"x": -7.958940029144287, "y": 29.0743350982666, "subreddit": "starwarsmemes", "cluster": 763, "color": 0}, {"x": -6.92913293838501, "y": 30.00233268737793, "subreddit": "the_dedede", "cluster": 763, "color": 0}, {"x": -7.465569972991943, "y": 26.533300399780273, "subreddit": "yub", "cluster": 763, "color": 0}, {"x": -66.85670471191406, "y": -93.7798080444336, "subreddit": "baylor", "cluster": 1712, "color": 2}, {"x": -65.91548156738281, "y": -94.1119384765625, "subreddit": "cardinals", "cluster": 1712, "color": 2}, {"x": -66.27458190917969, "y": -93.96833038330078, "subreddit": "stlouisblues", "cluster": 1712, "color": 2}, {"x": 64.64007568359375, "y": -28.447418212890625, "subreddit": "bboy", "cluster": 1519, "color": 4}, {"x": 62.902870178222656, "y": -26.516244888305664, "subreddit": "companyofheroes", "cluster": 1519, "color": 4}, {"x": 64.55262756347656, "y": -27.635395050048828, "subreddit": "redorchestra", "cluster": 1519, "color": 4}, {"x": 64.54773712158203, "y": -27.388227462768555, "subreddit": "rs2vietnam", "cluster": 1519, "color": 4}, {"x": -75.55249786376953, "y": -62.43461227416992, "subreddit": "bbq", "cluster": 200, "color": 0}, {"x": -75.62577819824219, "y": -63.395694732666016, "subreddit": "biggreenegg", "cluster": 200, "color": 0}, {"x": 3.6645925045013428, "y": -31.908845901489258, "subreddit": "charcuterie", "cluster": 200, "color": 0}, {"x": -74.76421356201172, "y": -62.2296028137207, "subreddit": "grilling", "cluster": 200, "color": 0}, {"x": 3.1672017574310303, "y": -34.056400299072266, "subreddit": "meat", "cluster": 200, "color": 0}, {"x": -75.78815460205078, "y": -62.336647033691406, "subreddit": "smoking", "cluster": 200, "color": 0}, {"x": 3.6724607944488525, "y": -34.44434356689453, "subreddit": "steak", "cluster": 200, "color": 0}, {"x": 110.96440887451172, "y": 26.43305778503418, "subreddit": "bbuk", "cluster": 1554, "color": 5}, {"x": 106.6365737915039, "y": 30.03547477722168, "subreddit": "prince", "cluster": 1554, "color": 5}, {"x": 109.15711975097656, "y": 27.238754272460938, "subreddit": "rpdrcirclejerk", "cluster": 1554, "color": 5}, {"x": 110.40673828125, "y": 27.440628051757812, "subreddit": "rpdrcringe", "cluster": 1554, "color": 5}, {"x": 110.1207275390625, "y": 27.399524688720703, "subreddit": "rpdrdrama", "cluster": 1554, "color": 5}, {"x": -46.85758590698242, "y": 38.2850456237793, "subreddit": "target", "cluster": 1554, "color": 5}, {"x": -22.449384689331055, "y": -56.375892639160156, "subreddit": "bdfc", "cluster": 283, "color": 0}, {"x": -42.394935607910156, "y": 30.292924880981445, "subreddit": "bravelydefault", "cluster": 283, "color": 0}, {"x": -42.63017272949219, "y": 29.86727523803711, "subreddit": "hyrulewarriors", "cluster": 283, "color": 0}, {"x": -41.626399993896484, "y": 31.247394561767578, "subreddit": "octopathtraveler", "cluster": 283, "color": 0}, {"x": -42.151161193847656, "y": 31.582162857055664, "subreddit": "xenoblade_chronicles", "cluster": 283, "color": 0}, {"x": -23.940732955932617, "y": 75.7607650756836, "subreddit": "bdsmadvice", "cluster": 314, "color": 0}, {"x": -109.12362670898438, "y": -61.637149810791016, "subreddit": "bikebuilders", "cluster": 314, "color": 0}, {"x": -109.60276794433594, "y": -61.06454086303711, "subreddit": "caferacers", "cluster": 314, "color": 0}, {"x": -109.79082489013672, "y": -60.8012580871582, "subreddit": "hondacb", "cluster": 314, "color": 0}, {"x": 101.93760681152344, "y": -11.284697532653809, "subreddit": "worldsadrift", "cluster": 314, "color": 0}, {"x": -34.82292175292969, "y": 13.18142032623291, "subreddit": "beadsprites", "cluster": 1413, "color": 5}, {"x": -66.37682342529297, "y": 27.266155242919922, "subreddit": "pkmntcgcollections", "cluster": 1413, "color": 5}, {"x": -16.46239471435547, "y": 28.11736297607422, "subreddit": "pokemonhome", "cluster": 1413, "color": 5}, {"x": -66.27613067626953, "y": 27.211345672607422, "subreddit": "pokemontcg", "cluster": 1413, "color": 5}, {"x": -68.15693664550781, "y": 25.926273345947266, "subreddit": "ptcgo", "cluster": 1413, "color": 5}, {"x": 1.471168041229248, "y": 12.663908958435059, "subreddit": "beamazed", "cluster": 942, "color": 3}, {"x": -0.158554345369339, "y": 1.7018046379089355, "subreddit": "holdmybeer", "cluster": 942, "color": 3}, {"x": 4.764630317687988, "y": 11.88160514831543, "subreddit": "holdmycosmo", "cluster": 942, "color": 3}, {"x": 4.433743476867676, "y": 11.554805755615234, "subreddit": "holdmyfries", "cluster": 942, "color": 3}, {"x": 0.04952637106180191, "y": 12.382841110229492, "subreddit": "idiotsfightingthings", "cluster": 942, "color": 3}, {"x": 2.2152483463287354, "y": 11.486835479736328, "subreddit": "instant_regret", "cluster": 942, "color": 3}, {"x": 1.915630578994751, "y": 12.193840026855469, "subreddit": "mademesmile", "cluster": 942, "color": 3}, {"x": 0.5711078643798828, "y": 12.49070930480957, "subreddit": "matt", "cluster": 942, "color": 3}, {"x": 1.6728304624557495, "y": 9.106220245361328, "subreddit": "nononono", "cluster": 942, "color": 3}, {"x": 0.15239007771015167, "y": 11.909462928771973, "subreddit": "nonononoyes", "cluster": 942, "color": 3}, {"x": 6.3351216316223145, "y": 9.294496536254883, "subreddit": "peoplebeingjerks", "cluster": 942, "color": 3}, {"x": -0.3158127963542938, "y": 11.977472305297852, "subreddit": "prematurecelebration", "cluster": 942, "color": 3}, {"x": 1.7634483575820923, "y": 10.902867317199707, "subreddit": "stoppedworking", "cluster": 942, "color": 3}, {"x": 2.9239091873168945, "y": 11.150870323181152, "subreddit": "wellthatsucks", "cluster": 942, "color": 3}, {"x": 37.37403869628906, "y": 32.76020431518555, "subreddit": "beardadvice", "cluster": 202, "color": 2}, {"x": 36.2149772644043, "y": 31.765018463134766, "subreddit": "beardporn", "cluster": 202, "color": 2}, {"x": 37.397865295410156, "y": 32.49381637573242, "subreddit": "beards", "cluster": 202, "color": 2}, {"x": 38.04848861694336, "y": 32.21405029296875, "subreddit": "moustache", "cluster": 202, "color": 2}, {"x": -23.182769775390625, "y": 20.703367233276367, "subreddit": "beastars", "cluster": 860, "color": 3}, {"x": -13.862443923950195, "y": 65.02661895751953, "subreddit": "disneyplus", "cluster": 860, "color": 3}, {"x": -15.798957824707031, "y": 63.438262939453125, "subreddit": "hazbinhotel", "cluster": 860, "color": 3}, {"x": -15.755817413330078, "y": 63.4752082824707, "subreddit": "helluvaboss", "cluster": 860, "color": 3}, {"x": -11.905029296875, "y": -51.96837615966797, "subreddit": "beatles", "cluster": 203, "color": 0}, {"x": -23.939258575439453, "y": 17.42799949645996, "subreddit": "beatlescirclejerk", "cluster": 203, "color": 0}, {"x": -11.619318008422852, "y": -53.108985900878906, "subreddit": "instlife", "cluster": 203, "color": 0}, {"x": -93.40685272216797, "y": 51.939998626708984, "subreddit": "macdemarco", "cluster": 203, "color": 0}, {"x": -24.73432159423828, "y": -99.91537475585938, "subreddit": "oasis", "cluster": 203, "color": 0}, {"x": 24.429147720336914, "y": -83.00837707519531, "subreddit": "thebeachboys", "cluster": 203, "color": 0}, {"x": -36.23235321044922, "y": -59.27785110473633, "subreddit": "beatmatch", "cluster": 540, "color": 0}, {"x": -36.23027420043945, "y": -59.278560638427734, "subreddit": "djs", "cluster": 540, "color": 0}, {"x": 104.2127685546875, "y": 0.2966212034225464, "subreddit": "beatsaber", "cluster": 1707, "color": 3}, {"x": -20.99524688720703, "y": 13.958917617797852, "subreddit": "boneworks", "cluster": 1707, "color": 3}, {"x": 103.68353271484375, "y": -2.855799674987793, "subreddit": "h3vr", "cluster": 1707, "color": 3}, {"x": 496.3991394042969, "y": 254.439208984375, "subreddit": "number", "cluster": 1707, "color": 3}, {"x": 102.45061492919922, "y": 1.321875810623169, "subreddit": "oculus", "cluster": 1707, "color": 3}, {"x": 101.3400650024414, "y": 0.7832655906677246, "subreddit": "pimax", "cluster": 1707, "color": 3}, {"x": -60.89251708984375, "y": 27.418500900268555, "subreddit": "recroom", "cluster": 1707, "color": 3}, {"x": 101.61570739746094, "y": -1.0932996273040771, "subreddit": "steamvr", "cluster": 1707, "color": 3}, {"x": 100.95934295654297, "y": -1.276831865310669, "subreddit": "valveindex", "cluster": 1707, "color": 3}, {"x": 102.14275360107422, "y": 0.5502864122390747, "subreddit": "virtualreality", "cluster": 1707, "color": 3}, {"x": 101.6830825805664, "y": -1.215659737586975, "subreddit": "vive_vr", "cluster": 1707, "color": 3}, {"x": -35.00163269042969, "y": 15.652162551879883, "subreddit": "vrchat", "cluster": 1707, "color": 3}, {"x": 101.89776611328125, "y": -2.257004499435425, "subreddit": "vrgaming", "cluster": 1707, "color": 3}, {"x": 102.811279296875, "y": -0.5138979554176331, "subreddit": "windowsmr", "cluster": 1707, "color": 3}, {"x": -43.52907943725586, "y": -121.23686218261719, "subreddit": "beatthestreak", "cluster": 1605, "color": 4}, {"x": -43.53104019165039, "y": -121.23755645751953, "subreddit": "sftc", "cluster": 1605, "color": 4}, {"x": -68.60809326171875, "y": 492.0932312011719, "subreddit": "beautifulfemales", "cluster": 1706, "color": 1}, {"x": 37.822959899902344, "y": 23.890268325805664, "subreddit": "birthday", "cluster": 1706, "color": 1}, {"x": 98.05121612548828, "y": -27.606586456298828, "subreddit": "humblebundles", "cluster": 1706, "color": 1}, {"x": -16.679471969604492, "y": 72.02763366699219, "subreddit": "idleempire", "cluster": 1706, "color": 1}, {"x": 98.52184295654297, "y": -28.72415542602539, "subreddit": "randomactsofgaming", "cluster": 1706, "color": 1}, {"x": 98.48634338378906, "y": -28.575342178344727, "subreddit": "steam_giveaway", "cluster": 1706, "color": 1}, {"x": 44.38854217529297, "y": 57.68423080444336, "subreddit": "beauty", "cluster": 1106, "color": 0}, {"x": 45.44358444213867, "y": 58.23413848876953, "subreddit": "drugstoremua", "cluster": 1106, "color": 0}, {"x": 42.45266342163086, "y": 56.653934478759766, "subreddit": "jeffreestarcosmetics", "cluster": 1106, "color": 0}, {"x": 44.676605224609375, "y": 58.00895690917969, "subreddit": "makeup", "cluster": 1106, "color": 0}, {"x": 50.741729736328125, "y": 60.34743118286133, "subreddit": "beautyaddiction", "cluster": 204, "color": 1}, {"x": 47.109954833984375, "y": 58.310794830322266, "subreddit": "beautyboxes", "cluster": 204, "color": 1}, {"x": 51.75335693359375, "y": 60.35689926147461, "subreddit": "catsandcosmetics", "cluster": 204, "color": 1}, {"x": 50.42612075805664, "y": 60.34321975708008, "subreddit": "makeupaddicts", "cluster": 204, "color": 1}, {"x": 52.232566833496094, "y": 60.35295867919922, "subreddit": "randomactsofmakeup", "cluster": 204, "color": 1}, {"x": 46.81949996948242, "y": 62.623313903808594, "subreddit": "beautyguruchat", "cluster": 1213, "color": 4}, {"x": 47.668357849121094, "y": 60.900718688964844, "subreddit": "makeupaddiction", "cluster": 1213, "color": 4}, {"x": 44.47564697265625, "y": 61.73984146118164, "subreddit": "makeupaddictioncanada", "cluster": 1213, "color": 4}, {"x": 48.0463981628418, "y": 60.21003723144531, "subreddit": "makeuplounge", "cluster": 1213, "color": 4}, {"x": 45.5545654296875, "y": 60.351173400878906, "subreddit": "makeuprehab", "cluster": 1213, "color": 4}, {"x": 46.752193450927734, "y": 61.39934158325195, "subreddit": "muacirclejerk", "cluster": 1213, "color": 4}, {"x": 46.365623474121094, "y": 60.89760208129883, "subreddit": "muacjdiscussion", "cluster": 1213, "color": 4}, {"x": 46.3738899230957, "y": 60.06427001953125, "subreddit": "olivemua", "cluster": 1213, "color": 4}, {"x": 40.82703399658203, "y": 58.64917755126953, "subreddit": "palemua", "cluster": 1213, "color": 4}, {"x": 45.66191101074219, "y": 62.98971176147461, "subreddit": "beautyguruchatter", "cluster": 219, "color": 1}, {"x": 45.640403747558594, "y": 63.15059280395508, "subreddit": "bgccirclejerk", "cluster": 219, "color": 1}, {"x": 43.46946334838867, "y": 64.72327423095703, "subreddit": "veganbeauty", "cluster": 219, "color": 1}, {"x": 26.522125244140625, "y": 73.58625030517578, "subreddit": "beautytalkph", "cluster": 1373, "color": 1}, {"x": 24.031553268432617, "y": 75.12760162353516, "subreddit": "casualph", "cluster": 1373, "color": 1}, {"x": 22.128345489501953, "y": 73.4845962524414, "subreddit": "cebu", "cluster": 1373, "color": 1}, {"x": 104.953369140625, "y": -26.786474227905273, "subreddit": "dubai", "cluster": 1373, "color": 1}, {"x": 24.211835861206055, "y": 71.85982513427734, "subreddit": "peyups", "cluster": 1373, "color": 1}, {"x": 24.625808715820312, "y": 74.00025177001953, "subreddit": "philippines", "cluster": 1373, "color": 1}, {"x": 24.70233726501465, "y": 73.75163269042969, "subreddit": "phinvest", "cluster": 1373, "color": 1}, {"x": 23.960948944091797, "y": 75.23588562011719, "subreddit": "phr4r", "cluster": 1373, "color": 1}, {"x": 19.430065155029297, "y": 72.43046569824219, "subreddit": "ragnarokmobile", "cluster": 1373, "color": 1}, {"x": 32.48489761352539, "y": 67.4481201171875, "subreddit": "bedroombands", "cluster": 1218, "color": 3}, {"x": 13.740169525146484, "y": -73.30376434326172, "subreddit": "gameofbands", "cluster": 1218, "color": 3}, {"x": 31.1299991607666, "y": 67.37212371826172, "subreddit": "hiphopcollabs", "cluster": 1218, "color": 3}, {"x": 31.469825744628906, "y": 67.37421417236328, "subreddit": "musicinthemaking", "cluster": 1218, "color": 3}, {"x": 64.73578643798828, "y": 37.198760986328125, "subreddit": "musicproduction", "cluster": 1218, "color": 3}, {"x": -2.324747085571289, "y": -121.526123046875, "subreddit": "beekeeping", "cluster": 1025, "color": 0}, {"x": 35.435935974121094, "y": -107.67880249023438, "subreddit": "latterdaysaints", "cluster": 1025, "color": 0}, {"x": 35.02652359008789, "y": -107.52667236328125, "subreddit": "lds", "cluster": 1025, "color": 0}, {"x": 35.87199020385742, "y": -107.79280090332031, "subreddit": "mormonpolitics", "cluster": 1025, "color": 0}, {"x": 4.538815498352051, "y": -40.66685104370117, "subreddit": "beermoney", "cluster": 207, "color": 0}, {"x": -96.5920639038086, "y": -109.09117889404297, "subreddit": "hitsworthturkingfor", "cluster": 207, "color": 0}, {"x": 4.2665510177612305, "y": -39.30897903442383, "subreddit": "mturk", "cluster": 207, "color": 0}, {"x": 3.461181402206421, "y": -41.484561920166016, "subreddit": "perktv", "cluster": 207, "color": 0}, {"x": 10.298135757446289, "y": 28.95309066772461, "subreddit": "producttesting", "cluster": 207, "color": 0}, {"x": 4.221708297729492, "y": -42.27881622314453, "subreddit": "swagbucks", "cluster": 207, "color": 0}, {"x": 4.7541069984436035, "y": -40.54241943359375, "subreddit": "workonline", "cluster": 207, "color": 0}, {"x": -107.72166442871094, "y": -48.36697769165039, "subreddit": "beetle", "cluster": 1914, "color": 0}, {"x": 95.43236541748047, "y": -17.11968421936035, "subreddit": "gakinotsukai", "cluster": 1914, "color": 0}, {"x": -105.02056121826172, "y": -47.76615524291992, "subreddit": "golf_r", "cluster": 1914, "color": 0}, {"x": -104.54249572753906, "y": -47.575382232666016, "subreddit": "golfgti", "cluster": 1914, "color": 0}, {"x": -103.4395751953125, "y": -46.90219497680664, "subreddit": "jetta", "cluster": 1914, "color": 0}, {"x": -102.58985900878906, "y": -47.85177993774414, "subreddit": "tdi", "cluster": 1914, "color": 0}, {"x": -103.63338470458984, "y": -47.23054122924805, "subreddit": "volkswagen", "cluster": 1914, "color": 0}, {"x": 26.66626739501953, "y": 25.800033569335938, "subreddit": "beforenafteradoption", "cluster": 1897, "color": 3}, {"x": 26.98493766784668, "y": 26.701684951782227, "subreddit": "pitbulls", "cluster": 1897, "color": 3}, {"x": 43.63571548461914, "y": 61.750938415527344, "subreddit": "sephora", "cluster": 1897, "color": 3}, {"x": 26.77155876159668, "y": 26.23740005493164, "subreddit": "velvethippos", "cluster": 1897, "color": 3}, {"x": -59.80650329589844, "y": -40.8265380859375, "subreddit": "beginnerwoodworking", "cluster": 841, "color": 2}, {"x": -59.60887908935547, "y": -40.87477111816406, "subreddit": "handtools", "cluster": 841, "color": 2}, {"x": -58.44390869140625, "y": -40.93088912963867, "subreddit": "woodworking", "cluster": 841, "color": 2}, {"x": 31.219058990478516, "y": -103.26577758789062, "subreddit": "behindtheclosetdoor", "cluster": 1427, "color": 4}, {"x": 31.867671966552734, "y": -101.3136978149414, "subreddit": "christmas", "cluster": 1427, "color": 4}, {"x": 50.460323333740234, "y": 69.57660675048828, "subreddit": "lululemon", "cluster": 1427, "color": 4}, {"x": 31.047582626342773, "y": -102.14785766601562, "subreddit": "mercari", "cluster": 1427, "color": 4}, {"x": 31.211702346801758, "y": -102.9238510131836, "subreddit": "poshmark", "cluster": 1427, "color": 4}, {"x": -3.874049663543701, "y": 3.5841076374053955, "subreddit": "behindthegifs", "cluster": 208, "color": 0}, {"x": -3.8085289001464844, "y": 3.8644909858703613, "subreddit": "reallifedoodles", "cluster": 208, "color": 0}, {"x": -0.9257825016975403, "y": 3.8790640830993652, "subreddit": "wheredidthesodago", "cluster": 208, "color": 0}, {"x": 19.994361877441406, "y": -9.826677322387695, "subreddit": "beholdthemasterrace", "cluster": 209, "color": 0}, {"x": -104.45282745361328, "y": 14.342555046081543, "subreddit": "deadmeatjames", "cluster": 209, "color": 0}, {"x": 18.934350967407227, "y": 35.52988815307617, "subreddit": "enlightenedcentrism", "cluster": 209, "color": 0}, {"x": 20.072528839111328, "y": -9.750535011291504, "subreddit": "excatholic", "cluster": 209, "color": 0}, {"x": 19.866121292114258, "y": -8.538908004760742, "subreddit": "exchristian", "cluster": 209, "color": 0}, {"x": 17.861406326293945, "y": -10.189888954162598, "subreddit": "fuckthealtright", "cluster": 209, "color": 0}, {"x": -144.30413818359375, "y": -25.884370803833008, "subreddit": "infowarriorrides", "cluster": 209, "color": 0}, {"x": 15.875894546508789, "y": -10.736580848693848, "subreddit": "shitthe_donaldsays", "cluster": 209, "color": 0}, {"x": 35.059783935546875, "y": -80.04276275634766, "subreddit": "beijing", "cluster": 358, "color": 0}, {"x": 33.89060592651367, "y": -79.33709716796875, "subreddit": "ccj2", "cluster": 358, "color": 0}, {"x": 34.1193962097168, "y": -79.36195373535156, "subreddit": "china", "cluster": 358, "color": 0}, {"x": 34.44865798950195, "y": -78.65481567382812, "subreddit": "hongkong", "cluster": 358, "color": 0}, {"x": 33.34129333496094, "y": -80.35824584960938, "subreddit": "shanghai", "cluster": 358, "color": 0}, {"x": 32.03770446777344, "y": -77.88211059570312, "subreddit": "taiwan", "cluster": 358, "color": 0}, {"x": 62.94542694091797, "y": -79.0999984741211, "subreddit": "belgium", "cluster": 210, "color": 0}, {"x": 62.935935974121094, "y": -79.11500549316406, "subreddit": "brussels", "cluster": 210, "color": 0}, {"x": 65.86005401611328, "y": -79.41503143310547, "subreddit": "mongolia", "cluster": 210, "color": 0}, {"x": -103.57540130615234, "y": -77.95973205566406, "subreddit": "bellingham", "cluster": 211, "color": 1}, {"x": -101.28868103027344, "y": -78.61917114257812, "subreddit": "huskies", "cluster": 211, "color": 1}, {"x": -103.64750671386719, "y": -77.94749450683594, "subreddit": "wwu", "cluster": 211, "color": 1}, {"x": 100.48114013671875, "y": 29.710378646850586, "subreddit": "belowdeck", "cluster": 212, "color": 0}, {"x": -22.45369529724121, "y": 70.59221649169922, "subreddit": "golfclash", "cluster": 212, "color": 0}, {"x": 100.47676086425781, "y": 29.706621170043945, "subreddit": "jonwinsthethrone", "cluster": 212, "color": 0}, {"x": 15.707914352416992, "y": -98.31608581542969, "subreddit": "southerncharm", "cluster": 212, "color": 0}, {"x": -41.24601364135742, "y": -6.358013153076172, "subreddit": "bend", "cluster": 1338, "color": 0}, {"x": -42.499229431152344, "y": -5.888705253601074, "subreddit": "bestofthefray", "cluster": 1338, "color": 0}, {"x": -40.86598587036133, "y": -7.443795680999756, "subreddit": "eugene", "cluster": 1338, "color": 0}, {"x": -41.32744598388672, "y": -6.494842052459717, "subreddit": "oregon", "cluster": 1338, "color": 0}, {"x": -42.34770584106445, "y": -7.397777557373047, "subreddit": "salem", "cluster": 1338, "color": 0}, {"x": 70.43448638916016, "y": -101.2366943359375, "subreddit": "benfica", "cluster": 1438, "color": 3}, {"x": 71.71033477783203, "y": -100.68911743164062, "subreddit": "fcporto", "cluster": 1438, "color": 3}, {"x": 70.82276153564453, "y": -100.54020690917969, "subreddit": "primeiraliga", "cluster": 1438, "color": 3}, {"x": 69.7801513671875, "y": -98.58805847167969, "subreddit": "reallifefootball", "cluster": 1438, "color": 3}, {"x": 70.59697723388672, "y": -100.05939483642578, "subreddit": "sportingcp", "cluster": 1438, "color": 3}, {"x": -11.666742324829102, "y": -12.719914436340332, "subreddit": "wepes", "cluster": 1438, "color": 3}, {"x": -62.43797302246094, "y": -72.2061538696289, "subreddit": "bengals", "cluster": 368, "color": 2}, {"x": -60.256103515625, "y": -69.12529754638672, "subreddit": "cincinnati", "cluster": 368, "color": 2}, {"x": -59.79706573486328, "y": -68.70237731933594, "subreddit": "commercialrealestate", "cluster": 368, "color": 2}, {"x": -61.57065200805664, "y": -68.79866027832031, "subreddit": "deadmalls", "cluster": 368, "color": 2}, {"x": -60.4399299621582, "y": -70.16555786132812, "subreddit": "fccincinnati", "cluster": 368, "color": 2}, {"x": 76.25908660888672, "y": -85.3050537109375, "subreddit": "totalreddit", "cluster": 368, "color": 2}, {"x": -29.610143661499023, "y": 89.62994384765625, "subreddit": "benhoward", "cluster": 265, "color": 0}, {"x": -100.61663055419922, "y": 46.93990707397461, "subreddit": "boniver", "cluster": 265, "color": 0}, {"x": -100.43318176269531, "y": 46.63810729980469, "subreddit": "thenational", "cluster": 265, "color": 0}, {"x": -12.527045249938965, "y": 45.35346221923828, "subreddit": "benignexistence", "cluster": 1727, "color": 4}, {"x": 12.217751502990723, "y": 20.899778366088867, "subreddit": "blurrypicturesofcats", "cluster": 1727, "color": 4}, {"x": 18.527023315429688, "y": 21.21449089050293, "subreddit": "catloaf", "cluster": 1727, "color": 4}, {"x": 18.748483657836914, "y": 18.988452911376953, "subreddit": "catsareassholes", "cluster": 1727, "color": 4}, {"x": 16.838342666625977, "y": 18.276329040527344, "subreddit": "creepyasterisks", "cluster": 1727, "color": 4}, {"x": 35.14617919921875, "y": 17.159683227539062, "subreddit": "daveandbusters", "cluster": 1727, "color": 4}, {"x": 17.179359436035156, "y": 18.558399200439453, "subreddit": "stuffoncats", "cluster": 1727, "color": 4}, {"x": 20.222352981567383, "y": 21.252704620361328, "subreddit": "tuxedocats", "cluster": 1727, "color": 4}, {"x": 80.08238220214844, "y": -4.772583484649658, "subreddit": "benshapiro", "cluster": 636, "color": 1}, {"x": 80.45298767089844, "y": -4.826232433319092, "subreddit": "everquest", "cluster": 636, "color": 1}, {"x": 81.13508605957031, "y": -4.924141883850098, "subreddit": "fth", "cluster": 636, "color": 1}, {"x": -30.08856964111328, "y": -2.716754198074341, "subreddit": "pantheonmmo", "cluster": 636, "color": 1}, {"x": -77.07551574707031, "y": 123.30619812011719, "subreddit": "readyplayerone", "cluster": 636, "color": 1}, {"x": 10.802410125732422, "y": 114.5565414428711, "subreddit": "benzorecovery", "cluster": 1643, "color": 4}, {"x": 31.14020538330078, "y": 110.92623901367188, "subreddit": "insomnia", "cluster": 1643, "color": 4}, {"x": 31.142337799072266, "y": 110.93705749511719, "subreddit": "sleep", "cluster": 1643, "color": 4}, {"x": 63.834068298339844, "y": -66.32205200195312, "subreddit": "berlin", "cluster": 213, "color": 1}, {"x": 63.871971130371094, "y": -66.58798217773438, "subreddit": "berlinsocialclub", "cluster": 213, "color": 1}, {"x": 63.75402069091797, "y": -65.59968566894531, "subreddit": "hamsters", "cluster": 213, "color": 1}, {"x": 23.1258487701416, "y": -17.329212188720703, "subreddit": "berniesanders", "cluster": 1877, "color": 4}, {"x": 37.55931854248047, "y": -65.31957244873047, "subreddit": "brutalism", "cluster": 1877, "color": 4}, {"x": 24.389062881469727, "y": -17.310771942138672, "subreddit": "tulsi", "cluster": 1877, "color": 4}, {"x": 24.051822662353516, "y": -53.545894622802734, "subreddit": "yangforpresidenthq", "cluster": 1877, "color": 4}, {"x": 83.80168151855469, "y": 27.03388023376465, "subreddit": "berserk", "cluster": 214, "color": 1}, {"x": 83.78467559814453, "y": 27.024940490722656, "subreddit": "berserklejerk", "cluster": 214, "color": 1}, {"x": 82.02491760253906, "y": 25.46529197692871, "subreddit": "watamote", "cluster": 214, "color": 1}, {"x": 44.95988845825195, "y": 13.718328475952148, "subreddit": "besiege", "cluster": 1500, "color": 3}, {"x": 45.37443161010742, "y": 0.4642905294895172, "subreddit": "lifeisstrange", "cluster": 1500, "color": 3}, {"x": 46.352901458740234, "y": 11.995294570922852, "subreddit": "readyornotgame", "cluster": 1500, "color": 3}, {"x": 46.34523391723633, "y": 11.983171463012695, "subreddit": "subnautica", "cluster": 1500, "color": 3}, {"x": 74.77589416503906, "y": 5.119209289550781, "subreddit": "besiktas", "cluster": 1879, "color": 5}, {"x": -94.55400085449219, "y": 18.503616333007812, "subreddit": "galatasaray", "cluster": 1879, "color": 5}, {"x": -92.91063690185547, "y": 17.645599365234375, "subreddit": "istanbul", "cluster": 1879, "color": 5}, {"x": -92.9458236694336, "y": 17.707185745239258, "subreddit": "turkey", "cluster": 1879, "color": 5}, {"x": -16.105548858642578, "y": 24.618473052978516, "subreddit": "turkeyjerky", "cluster": 1879, "color": 5}, {"x": -6.943451404571533, "y": -83.32695007324219, "subreddit": "bestoflegaladvice", "cluster": 1038, "color": 3}, {"x": -6.1820855140686035, "y": -82.34156036376953, "subreddit": "legal", "cluster": 1038, "color": 3}, {"x": -6.700150966644287, "y": -83.31092071533203, "subreddit": "legaladvice", "cluster": 1038, "color": 3}, {"x": -6.046494960784912, "y": -84.00148010253906, "subreddit": "legaladviceofftopic", "cluster": 1038, "color": 3}, {"x": 1.9172263145446777, "y": -1.3393758535385132, "subreddit": "bestofliveleak", "cluster": 444, "color": 2}, {"x": 1.611088752746582, "y": 1.1167402267456055, "subreddit": "cringe", "cluster": 444, "color": 2}, {"x": 1.608027458190918, "y": 1.2917778491973877, "subreddit": "cringepics", "cluster": 444, "color": 2}, {"x": 2.39985728263855, "y": 3.1669511795043945, "subreddit": "livestreamfails", "cluster": 444, "color": 2}, {"x": 2.7541160583496094, "y": -2.8325743675231934, "subreddit": "montageparodies", "cluster": 444, "color": 2}, {"x": -15.743606567382812, "y": 11.724154472351074, "subreddit": "publicfreakout", "cluster": 444, "color": 2}, {"x": 1.3967812061309814, "y": 0.6011215448379517, "subreddit": "rage", "cluster": 444, "color": 2}, {"x": 74.85099792480469, "y": -18.67238998413086, "subreddit": "slashdiablo", "cluster": 444, "color": 2}, {"x": 3.9679906368255615, "y": 3.6264328956604004, "subreddit": "bestofreports", "cluster": 764, "color": 1}, {"x": 3.932828426361084, "y": 3.7611100673675537, "subreddit": "gamephysics", "cluster": 764, "color": 1}, {"x": 3.2720186710357666, "y": 4.719627380371094, "subreddit": "outside", "cluster": 764, "color": 1}, {"x": 45.52322006225586, "y": -10.391325950622559, "subreddit": "pcmasterrace", "cluster": 764, "color": 1}, {"x": -139.5964813232422, "y": -36.22568130493164, "subreddit": "bestofstreamingvideo", "cluster": 745, "color": 1}, {"x": -139.22657775878906, "y": -35.64499282836914, "subreddit": "cineshots", "cluster": 745, "color": 1}, {"x": -139.61341857910156, "y": -35.96712875366211, "subreddit": "fullmoviesonanything", "cluster": 745, "color": 1}, {"x": -138.66171264648438, "y": -35.88840103149414, "subreddit": "fullmoviesonyoutube", "cluster": 745, "color": 1}, {"x": -138.7028350830078, "y": -36.59514617919922, "subreddit": "ijustwatched", "cluster": 745, "color": 1}, {"x": -139.37022399902344, "y": -36.68247604370117, "subreddit": "movieposterporn", "cluster": 745, "color": 1}, {"x": -14.0911226272583, "y": -23.322463989257812, "subreddit": "netflixbestof", "cluster": 745, "color": 1}, {"x": -135.58221435546875, "y": -34.91910934448242, "subreddit": "plexposters", "cluster": 745, "color": 1}, {"x": -26.03826904296875, "y": -25.244693756103516, "subreddit": "beta", "cluster": 299, "color": 1}, {"x": -25.342514038085938, "y": -28.233278274536133, "subreddit": "blacksails", "cluster": 299, "color": 1}, {"x": -26.52907371520996, "y": -24.995302200317383, "subreddit": "bugs", "cluster": 299, "color": 1}, {"x": -26.67316436767578, "y": -26.78997802734375, "subreddit": "cmu", "cluster": 299, "color": 1}, {"x": -23.565561294555664, "y": -27.97517967224121, "subreddit": "designatedsurvivor", "cluster": 299, "color": 1}, {"x": -26.82074737548828, "y": -28.028396606445312, "subreddit": "glee", "cluster": 299, "color": 1}, {"x": -25.012317657470703, "y": -27.231760025024414, "subreddit": "grimm", "cluster": 299, "color": 1}, {"x": -23.534954071044922, "y": -30.528640747070312, "subreddit": "homeland", "cluster": 299, "color": 1}, {"x": -24.338151931762695, "y": -29.264249801635742, "subreddit": "housemd", "cluster": 299, "color": 1}, {"x": -27.203413009643555, "y": -24.467275619506836, "subreddit": "ideasfortheadmins", "cluster": 299, "color": 1}, {"x": -24.20491600036621, "y": -27.0617618560791, "subreddit": "lastweektonight", "cluster": 299, "color": 1}, {"x": -27.7117977142334, "y": -23.19881248474121, "subreddit": "modhelp", "cluster": 299, "color": 1}, {"x": -29.156339645385742, "y": -25.48637580871582, "subreddit": "redditdev", "cluster": 299, "color": 1}, {"x": -24.458890914916992, "y": -25.853225708007812, "subreddit": "riddles", "cluster": 299, "color": 1}, {"x": -25.619705200195312, "y": -26.20703125, "subreddit": "samplesize", "cluster": 299, "color": 1}, {"x": -24.91098403930664, "y": -27.48073387145996, "subreddit": "suits", "cluster": 299, "color": 1}, {"x": -25.867074966430664, "y": -30.109661102294922, "subreddit": "thenewsroom", "cluster": 299, "color": 1}, {"x": -28.395572662353516, "y": -25.399137496948242, "subreddit": "therealmofmianite", "cluster": 299, "color": 1}, {"x": 57.27142333984375, "y": -7.696227550506592, "subreddit": "bethesdasoftworks", "cluster": 215, "color": 0}, {"x": 56.89793014526367, "y": -8.824373245239258, "subreddit": "elderscrolls", "cluster": 215, "color": 0}, {"x": 57.35390853881836, "y": -7.678669452667236, "subreddit": "starfield", "cluster": 215, "color": 0}, {"x": 115.75741577148438, "y": -26.693695068359375, "subreddit": "beto2020", "cluster": 1917, "color": 2}, {"x": 20.447065353393555, "y": -50.622833251953125, "subreddit": "bluemidterm2018", "cluster": 1917, "color": 2}, {"x": 21.178340911865234, "y": -51.47746276855469, "subreddit": "maninthehighcastle", "cluster": 1917, "color": 2}, {"x": 81.14344787597656, "y": -50.61393356323242, "subreddit": "sikh", "cluster": 1917, "color": 2}, {"x": 20.606243133544922, "y": -50.81955337524414, "subreddit": "voteblue", "cluster": 1917, "color": 2}, {"x": -21.107982635498047, "y": -34.253292083740234, "subreddit": "bettercallsaul", "cluster": 216, "color": 0}, {"x": -21.33059310913086, "y": -34.2188606262207, "subreddit": "breakingbad", "cluster": 216, "color": 0}, {"x": 66.11128234863281, "y": 40.083988189697266, "subreddit": "drumkits", "cluster": 216, "color": 0}, {"x": 7.359424591064453, "y": 44.1084098815918, "subreddit": "bettereveryloop", "cluster": 1523, "color": 3}, {"x": 7.356935024261475, "y": 44.144596099853516, "subreddit": "removedbybotter", "cluster": 1523, "color": 3}, {"x": -21.186565399169922, "y": -108.8355484008789, "subreddit": "betweentheburiedandme", "cluster": 1445, "color": 0}, {"x": -21.628637313842773, "y": -112.68412780761719, "subreddit": "devintownsend", "cluster": 1445, "color": 0}, {"x": -23.52138900756836, "y": -111.47936248779297, "subreddit": "opeth", "cluster": 1445, "color": 0}, {"x": -18.99077606201172, "y": -108.39517211914062, "subreddit": "peripheryband", "cluster": 1445, "color": 0}, {"x": -21.028093338012695, "y": -108.79243469238281, "subreddit": "progmetal", "cluster": 1445, "color": 0}, {"x": 75.8994140625, "y": -59.281280517578125, "subreddit": "squash", "cluster": 1445, "color": 0}, {"x": 15.0205659866333, "y": 40.04495620727539, "subreddit": "bi_irl", "cluster": 1143, "color": 2}, {"x": -10.62195873260498, "y": 11.802041053771973, "subreddit": "inspirobot", "cluster": 1143, "color": 2}, {"x": 15.267601013183594, "y": 40.063865661621094, "subreddit": "me_irlgbt", "cluster": 1143, "color": 2}, {"x": 16.225439071655273, "y": 40.155208587646484, "subreddit": "sapphoandherfriend", "cluster": 1143, "color": 2}, {"x": 17.01093292236328, "y": 40.919429779052734, "subreddit": "tumblr", "cluster": 1143, "color": 2}, {"x": 48.3594970703125, "y": -47.49539566040039, "subreddit": "bible", "cluster": 1867, "color": 5}, {"x": 50.584815979003906, "y": -49.61986541748047, "subreddit": "christian", "cluster": 1867, "color": 5}, {"x": 49.387916564941406, "y": -49.95286560058594, "subreddit": "christianmarriage", "cluster": 1867, "color": 5}, {"x": 48.18849563598633, "y": -50.67118835449219, "subreddit": "christians", "cluster": 1867, "color": 5}, {"x": 53.43156051635742, "y": -52.1695671081543, "subreddit": "merylrearsolid", "cluster": 1867, "color": 5}, {"x": 51.56812286376953, "y": -50.62790298461914, "subreddit": "nofapchristians", "cluster": 1867, "color": 5}, {"x": 48.317447662353516, "y": -50.60844039916992, "subreddit": "reformed", "cluster": 1867, "color": 5}, {"x": 53.594783782958984, "y": -52.240814208984375, "subreddit": "senrankagura", "cluster": 1867, "color": 5}, {"x": 50.549442291259766, "y": -50.761531829833984, "subreddit": "truechristian", "cluster": 1867, "color": 5}, {"x": 8.582624435424805, "y": 64.02214050292969, "subreddit": "bibros", "cluster": 234, "color": 0}, {"x": 7.890058517456055, "y": 64.8454360961914, "subreddit": "bigonemild", "cluster": 234, "color": 0}, {"x": 8.405893325805664, "y": 64.2123031616211, "subreddit": "bisexual", "cluster": 234, "color": 0}, {"x": -30.217697143554688, "y": 2.0949583053588867, "subreddit": "pansexual", "cluster": 234, "color": 0}, {"x": -25.43172264099121, "y": -68.60535430908203, "subreddit": "bicyclingcirclejerk", "cluster": 221, "color": 0}, {"x": -25.59950828552246, "y": -68.54045867919922, "subreddit": "santarosa", "cluster": 221, "color": 0}, {"x": -25.012828826904297, "y": -69.21448516845703, "subreddit": "surfing", "cluster": 221, "color": 0}, {"x": -85.52178192138672, "y": -46.685935974121094, "subreddit": "toyotatacoma", "cluster": 221, "color": 0}, {"x": -2.5340628623962402, "y": -0.5108999609947205, "subreddit": "youdontsurf", "cluster": 221, "color": 0}, {"x": -28.184926986694336, "y": -38.13812255859375, "subreddit": "bigbangtheory", "cluster": 223, "color": 1}, {"x": -28.191787719726562, "y": -38.16508865356445, "subreddit": "buffy", "cluster": 223, "color": 1}, {"x": -27.727890014648438, "y": -37.62391662597656, "subreddit": "himym", "cluster": 223, "color": 1}, {"x": -12.169836044311523, "y": -20.95522117614746, "subreddit": "that70sshow", "cluster": 223, "color": 1}, {"x": 6.398927688598633, "y": -97.45264434814453, "subreddit": "bigbrother", "cluster": 1743, "color": 5}, {"x": -68.54986572265625, "y": 43.82139205932617, "subreddit": "brantsteele", "cluster": 1743, "color": 5}, {"x": 5.224216461181641, "y": -98.45262908935547, "subreddit": "edgic", "cluster": 1743, "color": 5}, {"x": 40.55669403076172, "y": 87.53087615966797, "subreddit": "emetophobia", "cluster": 1743, "color": 5}, {"x": 4.9512505531311035, "y": -98.97820281982422, "subreddit": "spoiledsurvivor", "cluster": 1743, "color": 5}, {"x": 5.501688003540039, "y": -97.9786605834961, "subreddit": "survivor", "cluster": 1743, "color": 5}, {"x": 6.52271032333374, "y": -98.89661407470703, "subreddit": "survivorau", "cluster": 1743, "color": 5}, {"x": 4.6349196434021, "y": -97.41797637939453, "subreddit": "survivorcirclejerk", "cluster": 1743, "color": 5}, {"x": 5.739705562591553, "y": -96.22920227050781, "subreddit": "theamazingrace", "cluster": 1743, "color": 5}, {"x": -56.49666213989258, "y": 25.290353775024414, "subreddit": "bigfighthdtv", "cluster": 224, "color": 0}, {"x": -31.408124923706055, "y": -109.75491333007812, "subreddit": "bigisland", "cluster": 929, "color": 3}, {"x": 118.33793640136719, "y": -45.192588806152344, "subreddit": "indiancountry", "cluster": 929, "color": 3}, {"x": 118.3402099609375, "y": -45.19169998168945, "subreddit": "nativeamerican", "cluster": 929, "color": 3}, {"x": -18.134920120239258, "y": -42.122459411621094, "subreddit": "biglittlelies", "cluster": 2001, "color": 2}, {"x": -17.469913482666016, "y": -43.69099426269531, "subreddit": "gossipgirl", "cluster": 2001, "color": 2}, {"x": -109.14618682861328, "y": 2.2156741619110107, "subreddit": "looneytuneswom", "cluster": 2001, "color": 2}, {"x": -17.68876838684082, "y": -43.274330139160156, "subreddit": "youonlifetime", "cluster": 2001, "color": 2}, {"x": 88.60867309570312, "y": -82.91676330566406, "subreddit": "bih", "cluster": 226, "color": 1}, {"x": 59.265647888183594, "y": -76.0802993774414, "subreddit": "croatia", "cluster": 226, "color": 1}, {"x": 89.37193298339844, "y": -82.80815887451172, "subreddit": "serbia", "cluster": 226, "color": 1}, {"x": -30.38389015197754, "y": -63.19788360595703, "subreddit": "bikecammers", "cluster": 1539, "color": 0}, {"x": 1.200843095779419, "y": -3.173591136932373, "subreddit": "carcrash", "cluster": 1539, "color": 0}, {"x": -31.732229232788086, "y": -62.72414016723633, "subreddit": "dashcam", "cluster": 1539, "color": 0}, {"x": -31.22572135925293, "y": -62.924903869628906, "subreddit": "roadcam", "cluster": 1539, "color": 0}, {"x": -39.087406158447266, "y": -65.40385437011719, "subreddit": "torontodriving", "cluster": 1539, "color": 0}, {"x": -83.37882232666016, "y": -29.677976608276367, "subreddit": "bikepacking", "cluster": 1982, "color": 3}, {"x": -82.74073028564453, "y": -29.2530574798584, "subreddit": "gravelcycling", "cluster": 1982, "color": 3}, {"x": 24.1516056060791, "y": -93.84019470214844, "subreddit": "londonontario", "cluster": 1982, "color": 3}, {"x": -82.85456848144531, "y": -29.329458236694336, "subreddit": "xbiking", "cluster": 1982, "color": 3}, {"x": -104.76813507080078, "y": -56.93778991699219, "subreddit": "bikesgonewild", "cluster": 1203, "color": 2}, {"x": -105.94103240966797, "y": -56.74569320678711, "subreddit": "calamariraceteam", "cluster": 1203, "color": 2}, {"x": -105.43341064453125, "y": -59.03460693359375, "subreddit": "fixxit", "cluster": 1203, "color": 2}, {"x": -106.5666732788086, "y": -54.26289367675781, "subreddit": "fz07", "cluster": 1203, "color": 2}, {"x": -106.11158752441406, "y": -55.87922668457031, "subreddit": "fz09", "cluster": 1203, "color": 2}, {"x": -103.98570251464844, "y": -58.21910858154297, "subreddit": "hondagrom", "cluster": 1203, "color": 2}, {"x": -100.54377746582031, "y": -58.44353485107422, "subreddit": "motocross", "cluster": 1203, "color": 2}, {"x": -103.17926788330078, "y": -60.25498580932617, "subreddit": "motogp", "cluster": 1203, "color": 2}, {"x": -103.4478530883789, "y": -56.33679962158203, "subreddit": "motola", "cluster": 1203, "color": 2}, {"x": -104.79508209228516, "y": -58.31509017944336, "subreddit": "motorcycles", "cluster": 1203, "color": 2}, {"x": -106.36931610107422, "y": -59.223472595214844, "subreddit": "motouk", "cluster": 1203, "color": 2}, {"x": -105.70360565185547, "y": -53.46232986450195, "subreddit": "suggestamotorcycle", "cluster": 1203, "color": 2}, {"x": -105.17898559570312, "y": -59.72300338745117, "subreddit": "svriders", "cluster": 1203, "color": 2}, {"x": -102.28751373291016, "y": -59.39317321777344, "subreddit": "trackdays", "cluster": 1203, "color": 2}, {"x": -89.77050018310547, "y": -12.141433715820312, "subreddit": "billiards", "cluster": 1431, "color": 3}, {"x": -90.43161010742188, "y": -15.495196342468262, "subreddit": "photocritique", "cluster": 1431, "color": 3}, {"x": -89.46101379394531, "y": -13.500873565673828, "subreddit": "photoshop", "cluster": 1431, "color": 3}, {"x": -89.45693969726562, "y": -13.524995803833008, "subreddit": "postprocessing", "cluster": 1431, "color": 3}, {"x": -82.9130630493164, "y": 42.53145217895508, "subreddit": "billieeilish", "cluster": 1884, "color": 4}, {"x": -86.42767333984375, "y": 50.356693267822266, "subreddit": "brockhampton", "cluster": 1884, "color": 4}, {"x": -87.8639144897461, "y": 51.9940185546875, "subreddit": "earlsweatshirt", "cluster": 1884, "color": 4}, {"x": -86.81805419921875, "y": 52.35991668701172, "subreddit": "golfwang", "cluster": 1884, "color": 4}, {"x": -86.57759857177734, "y": 53.422515869140625, "subreddit": "ofwgkta", "cluster": 1884, "color": 4}, {"x": -86.9586181640625, "y": 52.26543045043945, "subreddit": "tylerthecreator", "cluster": 1884, "color": 4}, {"x": -18.914424896240234, "y": -46.02299118041992, "subreddit": "billions", "cluster": 1905, "color": 2}, {"x": -16.62969970703125, "y": -46.72706604003906, "subreddit": "peakyblinders", "cluster": 1905, "color": 2}, {"x": -18.20862579345703, "y": -47.02151870727539, "subreddit": "thelastkingdom", "cluster": 1905, "color": 2}, {"x": -18.542436599731445, "y": -46.99135971069336, "subreddit": "vikingstv", "cluster": 1905, "color": 2}, {"x": -19.152151107788086, "y": -47.6173095703125, "subreddit": "wentworthtv", "cluster": 1905, "color": 2}, {"x": -33.525943756103516, "y": -92.98687744140625, "subreddit": "billsimmons", "cluster": 1240, "color": 2}, {"x": -40.01698303222656, "y": -94.60383605957031, "subreddit": "bostonceltics", "cluster": 1240, "color": 2}, {"x": -33.862979888916016, "y": -89.2612075805664, "subreddit": "chicagobulls", "cluster": 1240, "color": 2}, {"x": -44.78937911987305, "y": -71.20852661132812, "subreddit": "detroitpistons", "cluster": 1240, "color": 2}, {"x": -37.6236686706543, "y": -90.85420227050781, "subreddit": "laclippers", "cluster": 1240, "color": 2}, {"x": -39.41974639892578, "y": -91.53229522705078, "subreddit": "lakers", "cluster": 1240, "color": 2}, {"x": -39.796627044677734, "y": -88.23065185546875, "subreddit": "mavericks", "cluster": 1240, "color": 2}, {"x": -57.014644622802734, "y": -119.76286315917969, "subreddit": "memphisgrizzlies", "cluster": 1240, "color": 2}, {"x": -39.80854797363281, "y": -91.5760498046875, "subreddit": "nba", "cluster": 1240, "color": 2}, {"x": -39.92955017089844, "y": -94.52869415283203, "subreddit": "nbadiscussion", "cluster": 1240, "color": 2}, {"x": -40.408512115478516, "y": -92.35555267333984, "subreddit": "nbaspurs", "cluster": 1240, "color": 2}, {"x": -43.15828323364258, "y": -93.46406555175781, "subreddit": "nyknicks", "cluster": 1240, "color": 2}, {"x": -32.405635833740234, "y": -0.7557922601699829, "subreddit": "orlandomagic", "cluster": 1240, "color": 2}, {"x": -39.60456466674805, "y": -90.37870025634766, "subreddit": "ripcity", "cluster": 1240, "color": 2}, {"x": -38.702491760253906, "y": -92.60931396484375, "subreddit": "thunder", "cluster": 1240, "color": 2}, {"x": -40.98308563232422, "y": -91.14102935791016, "subreddit": "torontoraptors", "cluster": 1240, "color": 2}, {"x": -42.43464279174805, "y": -89.61517333984375, "subreddit": "washingtonwizards", "cluster": 1240, "color": 2}, {"x": 9.435245513916016, "y": 78.33468627929688, "subreddit": "binance", "cluster": 227, "color": 0}, {"x": 9.43680477142334, "y": 78.36808013916016, "subreddit": "binanceexchange", "cluster": 227, "color": 0}, {"x": -19.173263549804688, "y": 2.2278807163238525, "subreddit": "bindingofisaac", "cluster": 228, "color": 0}, {"x": 21.01708221435547, "y": 41.075157165527344, "subreddit": "lisathepainfulrpg", "cluster": 228, "color": 0}, {"x": -18.72902488708496, "y": 0.7438726425170898, "subreddit": "nuclearthrone", "cluster": 228, "color": 0}, {"x": -34.522682189941406, "y": 29.40943717956543, "subreddit": "spelunky", "cluster": 228, "color": 0}, {"x": -19.225778579711914, "y": 2.2824866771698, "subreddit": "themoddingofisaac", "cluster": 228, "color": 0}, {"x": 6.556128978729248, "y": -51.1797981262207, "subreddit": "binghamtonuniversity", "cluster": 1114, "color": 1}, {"x": 89.38166809082031, "y": 7.350820541381836, "subreddit": "mabinogi", "cluster": 1114, "color": 1}, {"x": 86.45500183105469, "y": 5.1381306648254395, "subreddit": "maplestory", "cluster": 1114, "color": 1}, {"x": 86.46286010742188, "y": 5.108362674713135, "subreddit": "maplestory2", "cluster": 1114, "color": 1}, {"x": 23.20709228515625, "y": -60.72567367553711, "subreddit": "biochemistry", "cluster": 352, "color": 0}, {"x": 23.947444915771484, "y": -61.09055709838867, "subreddit": "biology", "cluster": 352, "color": 0}, {"x": 24.66035270690918, "y": -60.60566711425781, "subreddit": "chemhelp", "cluster": 352, "color": 0}, {"x": 24.432485580444336, "y": -59.3723030090332, "subreddit": "chemistry", "cluster": 352, "color": 0}, {"x": 25.04518699645996, "y": -60.503150939941406, "subreddit": "homeworkhelp", "cluster": 352, "color": 0}, {"x": 25.33160972595215, "y": -61.95454406738281, "subreddit": "microbiology", "cluster": 352, "color": 0}, {"x": -58.10118103027344, "y": 33.07178497314453, "subreddit": "bioniclelego", "cluster": 229, "color": 0}, {"x": -58.09439468383789, "y": 33.0638542175293, "subreddit": "bioniclememes", "cluster": 229, "color": 0}, {"x": -15.070411682128906, "y": -155.9002685546875, "subreddit": "bioshock", "cluster": 652, "color": 2}, {"x": 52.90059280395508, "y": -9.210338592529297, "subreddit": "fallout", "cluster": 652, "color": 2}, {"x": 52.23214340209961, "y": -9.40908145904541, "subreddit": "falloutlore", "cluster": 652, "color": 2}, {"x": 52.5155029296875, "y": -7.992592811584473, "subreddit": "falloutmods", "cluster": 652, "color": 2}, {"x": 52.77033233642578, "y": -7.848560810089111, "subreddit": "fnv", "cluster": 652, "color": 2}, {"x": 53.257598876953125, "y": -9.787193298339844, "subreddit": "fo4", "cluster": 652, "color": 2}, {"x": 54.48917770385742, "y": -8.03853702545166, "subreddit": "manyatruenerd", "cluster": 652, "color": 2}, {"x": 55.212276458740234, "y": -5.81448221206665, "subreddit": "theouterworlds", "cluster": 652, "color": 2}, {"x": 50.08797073364258, "y": 91.44925689697266, "subreddit": "bipolar", "cluster": 230, "color": 0}, {"x": 50.71353530883789, "y": 90.60853576660156, "subreddit": "bipolar2", "cluster": 230, "color": 0}, {"x": 49.71633529663086, "y": 91.43382263183594, "subreddit": "bipolarreddit", "cluster": 230, "color": 0}, {"x": 50.81625747680664, "y": 92.33750915527344, "subreddit": "bipolarsos", "cluster": 230, "color": 0}, {"x": -29.172584533691406, "y": 5.29099702835083, "subreddit": "birbs", "cluster": 231, "color": 1}, {"x": -29.33344078063965, "y": 6.759410381317139, "subreddit": "budgies", "cluster": 231, "color": 1}, {"x": -28.366891860961914, "y": 6.063250541687012, "subreddit": "cockatiel", "cluster": 231, "color": 1}, {"x": -1.0715396404266357, "y": -159.2222900390625, "subreddit": "enlightenedbirdmen", "cluster": 231, "color": 1}, {"x": -29.784549713134766, "y": 5.073671340942383, "subreddit": "parrots", "cluster": 231, "color": 1}, {"x": -29.16716194152832, "y": 4.929274082183838, "subreddit": "partyparrot", "cluster": 231, "color": 1}, {"x": -133.41595458984375, "y": -0.30561941862106323, "subreddit": "birdcharger", "cluster": 1061, "color": 1}, {"x": -133.4145965576172, "y": -0.30355358123779297, "subreddit": "limejuicer", "cluster": 1061, "color": 1}, {"x": -7.116117477416992, "y": 2.7814531326293945, "subreddit": "birdswitharms", "cluster": 1830, "color": 5}, {"x": 72.24079895019531, "y": 46.044837951660156, "subreddit": "blackcoin", "cluster": 1830, "color": 5}, {"x": -144.1625213623047, "y": -6.2961812019348145, "subreddit": "carbage", "cluster": 1830, "color": 5}, {"x": -5.697222709655762, "y": 1.6024614572525024, "subreddit": "hivaids", "cluster": 1830, "color": 5}, {"x": -8.172070503234863, "y": -10.43933391571045, "subreddit": "jerktalkdiamond", "cluster": 1830, "color": 5}, {"x": -5.341422080993652, "y": 2.039815664291382, "subreddit": "logophilia", "cluster": 1830, "color": 5}, {"x": -5.3016228675842285, "y": 2.7371068000793457, "subreddit": "titlegore", "cluster": 1830, "color": 5}, {"x": 10.024115562438965, "y": -1.632828712463379, "subreddit": "vintageads", "cluster": 1830, "color": 5}, {"x": 5.6630120277404785, "y": 63.04484558105469, "subreddit": "bisexualteens", "cluster": 1047, "color": 1}, {"x": 4.309436321258545, "y": 64.05054473876953, "subreddit": "lgbteens", "cluster": 1047, "color": 1}, {"x": 4.345482349395752, "y": 64.02149963378906, "subreddit": "lgbteensgonemild", "cluster": 1047, "color": 1}, {"x": 6.983598709106445, "y": -1.143994688987732, "subreddit": "bitcoin", "cluster": 728, "color": 3}, {"x": 5.665040016174316, "y": -0.8953137993812561, "subreddit": "bittippers", "cluster": 728, "color": 3}, {"x": 4.408224582672119, "y": -1.281934380531311, "subreddit": "free", "cluster": 728, "color": 3}, {"x": 5.580626964569092, "y": -1.0293972492218018, "subreddit": "freebits", "cluster": 728, "color": 3}, {"x": 6.3100504875183105, "y": -0.198966383934021, "subreddit": "jobs4bitcoins", "cluster": 728, "color": 3}, {"x": 4.971542835235596, "y": 0.2979898750782013, "subreddit": "millionairemakers", "cluster": 728, "color": 3}, {"x": 129.90147399902344, "y": 67.2864990234375, "subreddit": "bitcoinall", "cluster": 235, "color": 0}, {"x": 129.901611328125, "y": 67.2859115600586, "subreddit": "politicsall", "cluster": 235, "color": 0}, {"x": 7.529435634613037, "y": -1.439237356185913, "subreddit": "bitcoinbeginners", "cluster": 295, "color": 0}, {"x": 5.218236446380615, "y": 69.5257568359375, "subreddit": "bitcoincash", "cluster": 295, "color": 0}, {"x": 5.675204277038574, "y": 67.95081329345703, "subreddit": "bitcoincashsv", "cluster": 295, "color": 0}, {"x": 4.650307655334473, "y": 68.48932647705078, "subreddit": "bitcoinxt", "cluster": 295, "color": 0}, {"x": 5.0242509841918945, "y": 68.6677017211914, "subreddit": "btc", "cluster": 295, "color": 0}, {"x": -0.7149513363838196, "y": 12.047164916992188, "subreddit": "noncensored_bitcoin", "cluster": 295, "color": 0}, {"x": 8.366939544677734, "y": 85.78968048095703, "subreddit": "bitcoinca", "cluster": 1476, "color": 3}, {"x": 11.62790584564209, "y": 76.1803970336914, "subreddit": "kinfoundation", "cluster": 1476, "color": 3}, {"x": 8.368236541748047, "y": 85.79093170166016, "subreddit": "quadrigacx", "cluster": 1476, "color": 3}, {"x": 2.5057430267333984, "y": 77.10435485839844, "subreddit": "bitcoinmarkets", "cluster": 631, "color": 3}, {"x": 1.511156439781189, "y": 78.69957733154297, "subreddit": "ethfinance", "cluster": 631, "color": 3}, {"x": 1.1527061462402344, "y": 79.69477844238281, "subreddit": "ethinsider", "cluster": 631, "color": 3}, {"x": 1.5409990549087524, "y": 78.84601593017578, "subreddit": "ethtrader", "cluster": 631, "color": 3}, {"x": 1.0196526050567627, "y": 81.7169189453125, "subreddit": "iconomi", "cluster": 631, "color": 3}, {"x": 2.9540963172912598, "y": 79.21847534179688, "subreddit": "omise_go", "cluster": 631, "color": 3}, {"x": -1.3555326461791992, "y": 80.45478057861328, "subreddit": "tezos", "cluster": 631, "color": 3}, {"x": -70.75790405273438, "y": -10.45266056060791, "subreddit": "bitcoinmining", "cluster": 1067, "color": 1}, {"x": 16.565811157226562, "y": 75.51829528808594, "subreddit": "litecoinmining", "cluster": 1067, "color": 1}, {"x": 16.54530906677246, "y": 75.50972747802734, "subreddit": "vertcoin", "cluster": 1067, "color": 1}, {"x": 10.461853981018066, "y": 83.04019927978516, "subreddit": "bitcoinprivate", "cluster": 236, "color": 1}, {"x": 10.463903427124023, "y": 83.03955841064453, "subreddit": "zclassic", "cluster": 236, "color": 1}, {"x": 9.232370376586914, "y": 0.5279092192649841, "subreddit": "bizarrebuildings", "cluster": 237, "color": 1}, {"x": -1.7668918371200562, "y": 14.790214538574219, "subreddit": "evilbuildings", "cluster": 237, "color": 1}, {"x": 8.71252727508545, "y": 1.2641596794128418, "subreddit": "funnysigns", "cluster": 237, "color": 1}, {"x": 9.232794761657715, "y": 0.5272377729415894, "subreddit": "retrofuturism", "cluster": 237, "color": 1}, {"x": -93.21405029296875, "y": -38.550323486328125, "subreddit": "weirdwheels", "cluster": 237, "color": 1}, {"x": -86.55005645751953, "y": 35.45231246948242, "subreddit": "bjork", "cluster": 1424, "color": 5}, {"x": 105.27408599853516, "y": 24.73179817199707, "subreddit": "pcmusic", "cluster": 1424, "color": 5}, {"x": 106.84205627441406, "y": 23.438676834106445, "subreddit": "popheads", "cluster": 1424, "color": 5}, {"x": 106.83747863769531, "y": 23.44154167175293, "subreddit": "popheadscirclejerk", "cluster": 1424, "color": 5}, {"x": 78.83372497558594, "y": -71.3226547241211, "subreddit": "triplej", "cluster": 1424, "color": 5}, {"x": 17.700252532958984, "y": 22.085948944091797, "subreddit": "blackcats", "cluster": 694, "color": 3}, {"x": 18.75365447998047, "y": 22.779651641845703, "subreddit": "catbellies", "cluster": 694, "color": 3}, {"x": 19.08640480041504, "y": 23.14832878112793, "subreddit": "floof", "cluster": 694, "color": 3}, {"x": 18.917049407958984, "y": 22.50368309020996, "subreddit": "jellybeantoes", "cluster": 694, "color": 3}, {"x": 19.743839263916016, "y": 23.766403198242188, "subreddit": "mainecoons", "cluster": 694, "color": 3}, {"x": 17.66109848022461, "y": 22.713857650756836, "subreddit": "supermodelcats", "cluster": 694, "color": 3}, {"x": 18.905731201171875, "y": 20.7604923248291, "subreddit": "torties", "cluster": 694, "color": 3}, {"x": -29.41116714477539, "y": 83.68611907958984, "subreddit": "blackdesertmobile", "cluster": 238, "color": 0}, {"x": -29.416475296020508, "y": 83.7018814086914, "subreddit": "chiraqology", "cluster": 238, "color": 0}, {"x": -21.353307723999023, "y": 55.00679397583008, "subreddit": "hitmobile", "cluster": 238, "color": 0}, {"x": -24.27613639831543, "y": 86.96826171875, "subreddit": "hustlecastle", "cluster": 238, "color": 0}, {"x": -54.82174301147461, "y": 31.230125427246094, "subreddit": "lineage2revolution", "cluster": 238, "color": 0}, {"x": 93.34941101074219, "y": 0.940916895866394, "subreddit": "blackdesertonline", "cluster": 251, "color": 0}, {"x": 92.55389404296875, "y": 1.1470160484313965, "subreddit": "bless", "cluster": 251, "color": 0}, {"x": -32.254512786865234, "y": 87.2392349243164, "subreddit": "blessunleashed", "cluster": 251, "color": 0}, {"x": -137.67762756347656, "y": -5.205805778503418, "subreddit": "gameflysocial", "cluster": 251, "color": 0}, {"x": 92.20460510253906, "y": 1.4892523288726807, "subreddit": "lostarkgame", "cluster": 251, "color": 0}, {"x": -33.54535675048828, "y": 85.7859878540039, "subreddit": "playblackdesert", "cluster": 251, "color": 0}, {"x": -37.61587142944336, "y": 38.246307373046875, "subreddit": "playtemtem", "cluster": 251, "color": 0}, {"x": 0.05046271160244942, "y": -21.975933074951172, "subreddit": "blackfellas", "cluster": 246, "color": 0}, {"x": 14.667864799499512, "y": -1.4265954494476318, "subreddit": "blackpeoplegifs", "cluster": 246, "color": 0}, {"x": 14.896503448486328, "y": -0.9836626052856445, "subreddit": "blackpeopletwitter", "cluster": 246, "color": 0}, {"x": 15.069734573364258, "y": -0.7232378125190735, "subreddit": "wholesomebpt", "cluster": 246, "color": 0}, {"x": -57.87718200683594, "y": -15.717430114746094, "subreddit": "blackfriday", "cluster": 239, "color": 2}, {"x": -57.87786865234375, "y": -15.71406364440918, "subreddit": "consoledeals", "cluster": 239, "color": 2}, {"x": 42.94780349731445, "y": 74.4880599975586, "subreddit": "blackhair", "cluster": 240, "color": 0}, {"x": 0.20605476200580597, "y": -21.997804641723633, "subreddit": "blackladies", "cluster": 240, "color": 0}, {"x": 33.25307846069336, "y": 43.59891891479492, "subreddit": "dreadlocks", "cluster": 240, "color": 0}, {"x": 42.95353698730469, "y": 74.48074340820312, "subreddit": "naturalhair", "cluster": 240, "color": 0}, {"x": -15.744248390197754, "y": -113.76683807373047, "subreddit": "blackmetal", "cluster": 1913, "color": 4}, {"x": -17.02327537536621, "y": -111.68988800048828, "subreddit": "duckduckgo", "cluster": 1913, "color": 4}, {"x": -15.17179012298584, "y": -111.47731018066406, "subreddit": "emoscreamo", "cluster": 1913, "color": 4}, {"x": -14.573447227478027, "y": -111.38227844238281, "subreddit": "mathrock", "cluster": 1913, "color": 4}, {"x": -73.79032135009766, "y": -14.639227867126465, "subreddit": "nexus5", "cluster": 1913, "color": 4}, {"x": 1.3232030868530273, "y": -20.10594367980957, "subreddit": "operabrowser", "cluster": 1913, "color": 4}, {"x": -15.059377670288086, "y": -110.9598388671875, "subreddit": "postrock", "cluster": 1913, "color": 4}, {"x": -16.07303810119629, "y": -111.55302429199219, "subreddit": "vivaldibrowser", "cluster": 1913, "color": 4}, {"x": -85.84734344482422, "y": -108.02384948730469, "subreddit": "blackops2", "cluster": 242, "color": 2}, {"x": -86.01317596435547, "y": -107.8243179321289, "subreddit": "codghosts", "cluster": 242, "color": 2}, {"x": -84.92936706542969, "y": -108.00751495361328, "subreddit": "mw3", "cluster": 242, "color": 2}, {"x": -86.76885223388672, "y": -107.44534301757812, "subreddit": "redditblack", "cluster": 242, "color": 2}, {"x": -86.58865356445312, "y": -108.91122436523438, "subreddit": "redditcasual", "cluster": 242, "color": 2}, {"x": -79.23724365234375, "y": 20.521406173706055, "subreddit": "blackops3", "cluster": 243, "color": 1}, {"x": -77.49008178710938, "y": 19.5042667388916, "subreddit": "callofduty", "cluster": 243, "color": 1}, {"x": -79.66534423828125, "y": 20.29698944091797, "subreddit": "codaw", "cluster": 243, "color": 1}, {"x": -78.8479995727539, "y": 21.611724853515625, "subreddit": "codzombies", "cluster": 243, "color": 1}, {"x": -78.22186279296875, "y": 20.5000057220459, "subreddit": "infinitewarfare", "cluster": 243, "color": 1}, {"x": -76.70266723632812, "y": 21.357215881347656, "subreddit": "blackops4", "cluster": 244, "color": 2}, {"x": -77.30028533935547, "y": 18.998350143432617, "subreddit": "mw4", "cluster": 244, "color": 2}, {"x": -75.81102752685547, "y": 22.872920989990234, "subreddit": "scufgaming", "cluster": 244, "color": 2}, {"x": -76.85545349121094, "y": 21.248411178588867, "subreddit": "wwii", "cluster": 244, "color": 2}, {"x": -81.33311462402344, "y": 23.92015838623047, "subreddit": "blackoutbattleroyale", "cluster": 245, "color": 1}, {"x": -81.31217956542969, "y": 23.912874221801758, "subreddit": "codblackout", "cluster": 245, "color": 1}, {"x": -32.056617736816406, "y": 63.6903190612793, "subreddit": "hyperx", "cluster": 245, "color": 1}, {"x": -33.33946990966797, "y": 1.026535987854004, "subreddit": "ornarpg", "cluster": 245, "color": 1}, {"x": -75.83183288574219, "y": -55.37849426269531, "subreddit": "blacksmith", "cluster": 247, "color": 0}, {"x": -75.82732391357422, "y": -55.3857307434082, "subreddit": "blacksmithing", "cluster": 247, "color": 0}, {"x": -67.783203125, "y": -45.83030700683594, "subreddit": "resincasting", "cluster": 247, "color": 0}, {"x": 127.56243133544922, "y": -81.94628143310547, "subreddit": "blackwellacademy", "cluster": 248, "color": 1}, {"x": 126.8331298828125, "y": -81.32673645019531, "subreddit": "yamakuhighschool", "cluster": 248, "color": 1}, {"x": -45.8839225769043, "y": 35.046630859375, "subreddit": "bladeandsorcery", "cluster": 1802, "color": 5}, {"x": -45.92707061767578, "y": 35.09368133544922, "subreddit": "thelastofus", "cluster": 1802, "color": 5}, {"x": -84.66777801513672, "y": 24.822858810424805, "subreddit": "thelastofusfactions", "cluster": 1802, "color": 5}, {"x": -46.21018600463867, "y": 35.53942108154297, "subreddit": "thelongdark", "cluster": 1802, "color": 5}, {"x": 90.76419067382812, "y": 2.2870395183563232, "subreddit": "bladeandsoul", "cluster": 1782, "color": 5}, {"x": 91.48663330078125, "y": 3.7612948417663574, "subreddit": "teraonline", "cluster": 1782, "color": 5}, {"x": 93.77963256835938, "y": 4.768779277801514, "subreddit": "zmr", "cluster": 1782, "color": 5}, {"x": 17.521242141723633, "y": -28.40731430053711, "subreddit": "bladerunner", "cluster": 657, "color": 0}, {"x": -79.7103042602539, "y": -90.34527587890625, "subreddit": "caseyneistat", "cluster": 657, "color": 0}, {"x": -81.41258239746094, "y": -88.92789459228516, "subreddit": "fargo", "cluster": 657, "color": 0}, {"x": -80.64506530761719, "y": -89.58570098876953, "subreddit": "fcs", "cluster": 657, "color": 0}, {"x": -81.58625793457031, "y": -88.75483703613281, "subreddit": "northdakota", "cluster": 657, "color": 0}, {"x": -73.89793395996094, "y": -54.506141662597656, "subreddit": "bladesmith", "cluster": 1010, "color": 1}, {"x": -72.98139953613281, "y": -54.86948776245117, "subreddit": "chefknives", "cluster": 1010, "color": 1}, {"x": -73.84107971191406, "y": -54.53310775756836, "subreddit": "knifemaking", "cluster": 1010, "color": 1}, {"x": -38.35100173950195, "y": -119.46409606933594, "subreddit": "blankies", "cluster": 249, "color": 0}, {"x": -38.35310363769531, "y": -119.45999145507812, "subreddit": "wehatemovies", "cluster": 249, "color": 0}, {"x": -43.85162353515625, "y": 22.739952087402344, "subreddit": "blazbluextagbattle", "cluster": 673, "color": 1}, {"x": -42.302852630615234, "y": 21.32114028930664, "subreddit": "fighters", "cluster": 673, "color": 1}, {"x": -45.91664505004883, "y": 20.328392028808594, "subreddit": "killerinstinct", "cluster": 673, "color": 1}, {"x": -41.843685150146484, "y": 24.23303985595703, "subreddit": "kof", "cluster": 673, "color": 1}, {"x": -44.8189697265625, "y": 20.26342010498047, "subreddit": "sf4", "cluster": 673, "color": 1}, {"x": -42.19691848754883, "y": 21.621871948242188, "subreddit": "skullgirls", "cluster": 673, "color": 1}, {"x": -42.045166015625, "y": 20.466938018798828, "subreddit": "tetris", "cluster": 673, "color": 1}, {"x": -40.221534729003906, "y": 51.40152359008789, "subreddit": "bleach", "cluster": 1039, "color": 0}, {"x": -30.56399917602539, "y": -12.617082595825195, "subreddit": "legendofkorra", "cluster": 1039, "color": 0}, {"x": -48.3776969909668, "y": 13.421188354492188, "subreddit": "princessesofpower", "cluster": 1039, "color": 0}, {"x": -30.2475643157959, "y": -12.63299560546875, "subreddit": "thelastairbender", "cluster": 1039, "color": 0}, {"x": -41.55009460449219, "y": 52.23045349121094, "subreddit": "bleachbravesouls", "cluster": 2008, "color": 0}, {"x": 12.482169151306152, "y": 62.827423095703125, "subreddit": "darlinginthefranxx", "cluster": 2008, "color": 0}, {"x": 11.9733304977417, "y": 63.70176696777344, "subreddit": "gamertags", "cluster": 2008, "color": 0}, {"x": 12.366095542907715, "y": 63.034149169921875, "subreddit": "zerotwo", "cluster": 2008, "color": 0}, {"x": -32.709007263183594, "y": -12.639111518859863, "subreddit": "bleachshirts", "cluster": 744, "color": 1}, {"x": 53.18954086303711, "y": 24.410165786743164, "subreddit": "cowboybebop", "cluster": 744, "color": 1}, {"x": -32.61698913574219, "y": -12.626200675964355, "subreddit": "fullmetalalchemist", "cluster": 744, "color": 1}, {"x": 12.722017288208008, "y": 12.483687400817871, "subreddit": "blender", "cluster": 250, "color": 0}, {"x": 13.042895317077637, "y": 12.37179946899414, "subreddit": "blenderhelp", "cluster": 250, "color": 0}, {"x": 12.041386604309082, "y": 12.722341537475586, "subreddit": "low_poly", "cluster": 250, "color": 0}, {"x": 5.102990627288818, "y": 16.491174697875977, "subreddit": "simulated", "cluster": 250, "color": 0}, {"x": 21.47552490234375, "y": 24.9251766204834, "subreddit": "blep", "cluster": 504, "color": 0}, {"x": 21.804607391357422, "y": 24.391048431396484, "subreddit": "delightfullychubby", "cluster": 504, "color": 0}, {"x": 22.174541473388672, "y": 23.585817337036133, "subreddit": "seniorkitties", "cluster": 504, "color": 0}, {"x": -7.370275497436523, "y": -38.76237487792969, "subreddit": "blind", "cluster": 1284, "color": 1}, {"x": -8.353901863098145, "y": -37.394309997558594, "subreddit": "nightvale", "cluster": 1284, "color": 1}, {"x": -8.3346529006958, "y": -37.429595947265625, "subreddit": "onceuponatime", "cluster": 1284, "color": 1}, {"x": -9.34024429321289, "y": -36.20913314819336, "subreddit": "preacher", "cluster": 1284, "color": 1}, {"x": 9.205527305603027, "y": 36.08854675292969, "subreddit": "blizzard", "cluster": 1978, "color": 4}, {"x": 89.59058380126953, "y": -9.328898429870605, "subreddit": "competitivewow", "cluster": 1978, "color": 4}, {"x": 90.26383972167969, "y": -10.069439888000488, "subreddit": "transmogrification", "cluster": 1978, "color": 4}, {"x": 89.85181427001953, "y": -11.014984130859375, "subreddit": "warcraftlore", "cluster": 1978, "color": 4}, {"x": 91.70106506347656, "y": -10.322426795959473, "subreddit": "worldofpvp", "cluster": 1978, "color": 4}, {"x": 89.92269897460938, "y": -9.80977725982666, "subreddit": "wow", "cluster": 1978, "color": 4}, {"x": 90.72528076171875, "y": -8.690897941589355, "subreddit": "woweconomy", "cluster": 1978, "color": 4}, {"x": 88.58849334716797, "y": -10.05399227142334, "subreddit": "wownoob", "cluster": 1978, "color": 4}, {"x": 88.49437713623047, "y": -7.728140354156494, "subreddit": "wowui", "cluster": 1978, "color": 4}, {"x": 57.76959991455078, "y": 66.7957992553711, "subreddit": "blogsnark", "cluster": 253, "color": 0}, {"x": 58.31351089477539, "y": 68.4999008178711, "subreddit": "hunsnark", "cluster": 253, "color": 0}, {"x": 57.78740692138672, "y": 66.35692596435547, "subreddit": "sarahsnark", "cluster": 253, "color": 0}, {"x": 57.00028610229492, "y": 67.2056655883789, "subreddit": "trippsnark", "cluster": 253, "color": 0}, {"x": 64.24649810791016, "y": 3.739903211593628, "subreddit": "bloodborne", "cluster": 475, "color": 2}, {"x": 63.67156982421875, "y": 3.262357473373413, "subreddit": "darksouls3", "cluster": 475, "color": 2}, {"x": 63.35468673706055, "y": 4.429154396057129, "subreddit": "darksouls3jpn", "cluster": 475, "color": 2}, {"x": 63.77497482299805, "y": 2.1881303787231445, "subreddit": "fashionsouls", "cluster": 475, "color": 2}, {"x": 62.28536605834961, "y": 0.25870493054389954, "subreddit": "kurzgesagt", "cluster": 475, "color": 2}, {"x": 62.99005889892578, "y": 3.188976526260376, "subreddit": "opensouls3", "cluster": 475, "color": 2}, {"x": 67.80450439453125, "y": 5.002686977386475, "subreddit": "pumparum", "cluster": 475, "color": 2}, {"x": 65.34907531738281, "y": 5.347872257232666, "subreddit": "saltandsanctuary", "cluster": 475, "color": 2}, {"x": 62.99150848388672, "y": 1.28171706199646, "subreddit": "shittydarksouls", "cluster": 475, "color": 2}, {"x": 66.32243347167969, "y": 3.309610605239868, "subreddit": "wheelanddeal", "cluster": 475, "color": 2}, {"x": 82.45950317382812, "y": -37.11199951171875, "subreddit": "bloodbowl", "cluster": 1506, "color": 5}, {"x": 60.167972564697266, "y": -6.739200115203857, "subreddit": "marvelstrikeforce", "cluster": 1506, "color": 5}, {"x": 82.4790267944336, "y": -37.09619903564453, "subreddit": "rebbl", "cluster": 1506, "color": 5}, {"x": 14.627861976623535, "y": -151.27992248535156, "subreddit": "bloodgulchrp", "cluster": 1895, "color": 8}, {"x": 15.000940322875977, "y": -151.759765625, "subreddit": "projectfreelancerrp", "cluster": 1895, "color": 8}, {"x": 15.663007736206055, "y": -152.47218322753906, "subreddit": "rvbrp", "cluster": 1895, "color": 8}, {"x": 15.452486991882324, "y": -152.250732421875, "subreddit": "vegasquadrantrp", "cluster": 1895, "color": 8}, {"x": -47.565025329589844, "y": 31.76036262512207, "subreddit": "bloodstained", "cluster": 332, "color": 0}, {"x": -47.84474182128906, "y": 31.22144889831543, "subreddit": "castlevania", "cluster": 332, "color": 0}, {"x": -48.282257080078125, "y": 30.792442321777344, "subreddit": "megaman", "cluster": 332, "color": 0}, {"x": -45.82517623901367, "y": 30.55249786376953, "subreddit": "metroid", "cluster": 332, "color": 0}, {"x": 53.675384521484375, "y": 8.147565841674805, "subreddit": "residentevil", "cluster": 332, "color": 0}, {"x": 57.14159393310547, "y": -111.81354522705078, "subreddit": "bloomington", "cluster": 254, "color": 0}, {"x": 57.140464782714844, "y": -111.81383514404297, "subreddit": "indianauniversity", "cluster": 254, "color": 0}, {"x": 21.152416229248047, "y": 25.90965461730957, "subreddit": "blop", "cluster": 1681, "color": 0}, {"x": 6.880068778991699, "y": 17.58693504333496, "subreddit": "brushybrushy", "cluster": 1681, "color": 0}, {"x": 16.789535522460938, "y": 20.431514739990234, "subreddit": "catswithjobs", "cluster": 1681, "color": 0}, {"x": 15.421090126037598, "y": 18.7309513092041, "subreddit": "cattaps", "cluster": 1681, "color": 0}, {"x": 15.801228523254395, "y": 21.010059356689453, "subreddit": "curledfeetsies", "cluster": 1681, "color": 0}, {"x": 9.0065279006958, "y": 16.880638122558594, "subreddit": "eyebleach", "cluster": 1681, "color": 0}, {"x": 7.850526332855225, "y": 17.571664810180664, "subreddit": "hitmanimals", "cluster": 1681, "color": 0}, {"x": 15.143655776977539, "y": 20.86812973022461, "subreddit": "kneadycats", "cluster": 1681, "color": 0}, {"x": 13.892599105834961, "y": 21.253400802612305, "subreddit": "properanimalnames", "cluster": 1681, "color": 0}, {"x": 24.081642150878906, "y": 27.63202476501465, "subreddit": "shiba", "cluster": 1681, "color": 0}, {"x": 14.99565601348877, "y": 20.150236129760742, "subreddit": "sploot", "cluster": 1681, "color": 0}, {"x": 3.3445510864257812, "y": 13.338591575622559, "subreddit": "startledcats", "cluster": 1681, "color": 0}, {"x": 16.125255584716797, "y": 21.877525329589844, "subreddit": "teefies", "cluster": 1681, "color": 0}, {"x": 14.133687973022461, "y": 19.551273345947266, "subreddit": "trashpandas", "cluster": 1681, "color": 0}, {"x": 17.34560203552246, "y": 20.920028686523438, "subreddit": "tuckedinkitties", "cluster": 1681, "color": 0}, {"x": 15.5852689743042, "y": 20.17137336730957, "subreddit": "whatswrongwithyourcat", "cluster": 1681, "color": 0}, {"x": 6.02247953414917, "y": 17.392263412475586, "subreddit": "whatswrongwithyourdog", "cluster": 1681, "color": 0}, {"x": -7.587448596954346, "y": -109.46070098876953, "subreddit": "blues", "cluster": 1219, "color": 1}, {"x": -5.954253673553467, "y": -110.52877044677734, "subreddit": "folkpunk", "cluster": 1219, "color": 1}, {"x": -9.557158470153809, "y": -104.31784057617188, "subreddit": "futurebeats", "cluster": 1219, "color": 1}, {"x": -6.799319744110107, "y": -110.17140197753906, "subreddit": "musicvideos", "cluster": 1219, "color": 1}, {"x": 19.421775817871094, "y": 13.3447904586792, "subreddit": "blunderyears", "cluster": 1304, "color": 3}, {"x": 19.844728469848633, "y": 13.278240203857422, "subreddit": "nostalgia", "cluster": 1304, "color": 3}, {"x": 20.04302215576172, "y": 13.338056564331055, "subreddit": "petthedamndog", "cluster": 1304, "color": 3}, {"x": 3.726862907409668, "y": 40.04301071166992, "subreddit": "blursedimages", "cluster": 1259, "color": 3}, {"x": -4.834931373596191, "y": 23.790287017822266, "subreddit": "bossfight", "cluster": 1259, "color": 3}, {"x": 1.3336807489395142, "y": 13.854029655456543, "subreddit": "nevertellmetheodds", "cluster": 1259, "color": 3}, {"x": 0.43683409690856934, "y": 22.291837692260742, "subreddit": "nope", "cluster": 1259, "color": 3}, {"x": -5.091852188110352, "y": 23.49904441833496, "subreddit": "shrek", "cluster": 1259, "color": 3}, {"x": -71.81533813476562, "y": -58.46658706665039, "subreddit": "bmpcc", "cluster": 674, "color": 2}, {"x": 3.283996105194092, "y": -48.35167694091797, "subreddit": "cinematography", "cluster": 674, "color": 2}, {"x": 3.3307101726531982, "y": -48.31662368774414, "subreddit": "filmmakers", "cluster": 674, "color": 2}, {"x": 5.6363396644592285, "y": -47.69330596923828, "subreddit": "locationsound", "cluster": 674, "color": 2}, {"x": -109.21749877929688, "y": -40.333065032958984, "subreddit": "bmw", "cluster": 257, "color": 1}, {"x": -108.60247039794922, "y": -40.71096420288086, "subreddit": "bmwe36", "cluster": 257, "color": 1}, {"x": -109.89338684082031, "y": -40.40804672241211, "subreddit": "bmwtech", "cluster": 257, "color": 1}, {"x": -107.78826141357422, "y": -39.091068267822266, "subreddit": "e46", "cluster": 257, "color": 1}, {"x": -110.5937728881836, "y": -39.62423324584961, "subreddit": "e90", "cluster": 257, "color": 1}, {"x": 5.159534931182861, "y": 30.651416778564453, "subreddit": "mercedes_benz", "cluster": 257, "color": 1}, {"x": 75.93327331542969, "y": -31.08258819580078, "subreddit": "boardgamedeals", "cluster": 258, "color": 1}, {"x": 76.22160339355469, "y": -30.776077270507812, "subreddit": "boardgameexchange", "cluster": 258, "color": 1}, {"x": 74.74139404296875, "y": -32.26626968383789, "subreddit": "boardgames", "cluster": 258, "color": 1}, {"x": 74.76466369628906, "y": -32.311405181884766, "subreddit": "boardgamescirclejerk", "cluster": 258, "color": 1}, {"x": 72.45214080810547, "y": -34.58184814453125, "subreddit": "gencon", "cluster": 258, "color": 1}, {"x": 78.3566665649414, "y": -31.821168899536133, "subreddit": "gloomhaven", "cluster": 258, "color": 1}, {"x": 79.7603988647461, "y": -42.48876190185547, "subreddit": "kingdomdeath", "cluster": 258, "color": 1}, {"x": 75.3367691040039, "y": -33.675819396972656, "subreddit": "netrunner", "cluster": 258, "color": 1}, {"x": 55.46664810180664, "y": -17.929821014404297, "subreddit": "sentinelsmultiverse", "cluster": 258, "color": 1}, {"x": 73.88615417480469, "y": -31.84067153930664, "subreddit": "tabletopgamedesign", "cluster": 258, "color": 1}, {"x": 71.3326644897461, "y": -32.16361999511719, "subreddit": "twilightimperium", "cluster": 258, "color": 1}, {"x": -25.778121948242188, "y": -31.402603149414062, "subreddit": "boardwalkempire", "cluster": 1818, "color": 4}, {"x": -31.890878677368164, "y": -35.63030242919922, "subreddit": "delaware", "cluster": 1818, "color": 4}, {"x": -30.022573471069336, "y": -35.47537612915039, "subreddit": "thesopranos", "cluster": 1818, "color": 4}, {"x": -30.109800338745117, "y": -35.48667526245117, "subreddit": "thewire", "cluster": 1818, "color": 4}, {"x": -51.62316131591797, "y": -41.753196716308594, "subreddit": "boating", "cluster": 537, "color": 1}, {"x": -51.216583251953125, "y": -40.5305061340332, "subreddit": "diy", "cluster": 537, "color": 1}, {"x": 28.99652862548828, "y": -34.984710693359375, "subreddit": "internetparents", "cluster": 537, "color": 1}, {"x": -50.75107192993164, "y": -40.76524353027344, "subreddit": "maine", "cluster": 537, "color": 1}, {"x": -51.22566604614258, "y": -41.02454376220703, "subreddit": "sailing", "cluster": 537, "color": 1}, {"x": -51.44829559326172, "y": -39.54413986206055, "subreddit": "whatisthisthing", "cluster": 537, "color": 1}, {"x": 32.99370193481445, "y": -72.10095977783203, "subreddit": "whereisthis", "cluster": 537, "color": 1}, {"x": -8.838274955749512, "y": -54.37317657470703, "subreddit": "bobdylan", "cluster": 809, "color": 1}, {"x": 86.6885986328125, "y": 36.36845779418945, "subreddit": "deadandcompany", "cluster": 809, "color": 1}, {"x": 85.65723419189453, "y": 36.548404693603516, "subreddit": "grateful_dead", "cluster": 809, "color": 1}, {"x": 85.9466781616211, "y": 36.520729064941406, "subreddit": "gratefuldead", "cluster": 809, "color": 1}, {"x": 87.99266815185547, "y": 35.94221878051758, "subreddit": "johnmayer", "cluster": 809, "color": 1}, {"x": 83.73860168457031, "y": 38.217071533203125, "subreddit": "phish", "cluster": 809, "color": 1}, {"x": -14.217358589172363, "y": -21.41100311279297, "subreddit": "bobsburgers", "cluster": 889, "color": 3}, {"x": 35.50633239746094, "y": 22.240835189819336, "subreddit": "friends_tv_show", "cluster": 889, "color": 3}, {"x": 35.51020431518555, "y": 22.23088836669922, "subreddit": "howyoudoin", "cluster": 889, "color": 3}, {"x": -44.68915557861328, "y": 111.74870300292969, "subreddit": "boburnham", "cluster": 991, "color": 2}, {"x": -84.24609375, "y": 48.76184844970703, "subreddit": "chancetherapper", "cluster": 991, "color": 2}, {"x": -87.14750671386719, "y": 49.53115463256836, "subreddit": "fantanoforever", "cluster": 991, "color": 2}, {"x": -84.46961975097656, "y": 50.922428131103516, "subreddit": "frankocean", "cluster": 991, "color": 2}, {"x": -83.50296783447266, "y": 51.3160400390625, "subreddit": "kanye", "cluster": 991, "color": 2}, {"x": -83.21996307373047, "y": 50.746063232421875, "subreddit": "kidcudi", "cluster": 991, "color": 2}, {"x": -82.68447875976562, "y": 53.54648971557617, "subreddit": "rapleaks", "cluster": 991, "color": 2}, {"x": -81.42155456542969, "y": 54.149044036865234, "subreddit": "travisscott", "cluster": 991, "color": 2}, {"x": -83.2898941040039, "y": 52.14216232299805, "subreddit": "yandhileaks", "cluster": 991, "color": 2}, {"x": -16.16694450378418, "y": -96.21158599853516, "subreddit": "bodegaboys", "cluster": 1667, "color": 0}, {"x": -16.51058006286621, "y": -97.81519317626953, "subreddit": "pete_buttigieg", "cluster": 1667, "color": 0}, {"x": -17.20024871826172, "y": -95.30912017822266, "subreddit": "plc", "cluster": 1667, "color": 0}, {"x": -16.21817970275879, "y": -96.18238067626953, "subreddit": "southbend", "cluster": 1667, "color": 0}, {"x": 66.46837615966797, "y": 76.3613510131836, "subreddit": "bodyacceptance", "cluster": 259, "color": 1}, {"x": 66.36186981201172, "y": 76.22025299072266, "subreddit": "disability", "cluster": 259, "color": 1}, {"x": -4.998471260070801, "y": -4.00632905960083, "subreddit": "shittygifrecipes", "cluster": 259, "color": 1}, {"x": -19.221195220947266, "y": 23.723976135253906, "subreddit": "bodybuilding", "cluster": 1710, "color": 2}, {"x": 27.892498016357422, "y": 118.61876678466797, "subreddit": "steroids", "cluster": 1710, "color": 2}, {"x": 27.879846572875977, "y": 118.6156005859375, "subreddit": "testosterone", "cluster": 1710, "color": 2}, {"x": 47.94001007080078, "y": 80.09937286376953, "subreddit": "bodymods", "cluster": 260, "color": 1}, {"x": 47.570228576660156, "y": 80.36524963378906, "subreddit": "piercing", "cluster": 260, "color": 1}, {"x": 46.9375, "y": 80.80904388427734, "subreddit": "piercingadvice", "cluster": 260, "color": 1}, {"x": 48.36034393310547, "y": 79.76473999023438, "subreddit": "stretched", "cluster": 260, "color": 1}, {"x": -100.22986602783203, "y": 21.67751121520996, "subreddit": "bodyweightfitness", "cluster": 261, "color": 2}, {"x": -99.5455093383789, "y": 22.582849502563477, "subreddit": "flexibility", "cluster": 261, "color": 2}, {"x": -100.46537017822266, "y": 21.377277374267578, "subreddit": "overcominggravity", "cluster": 261, "color": 2}, {"x": -99.80255889892578, "y": 23.40366554260254, "subreddit": "posture", "cluster": 261, "color": 2}, {"x": 50.90348815917969, "y": 119.59939575195312, "subreddit": "slackline", "cluster": 261, "color": 2}, {"x": -35.66817092895508, "y": 50.75599670410156, "subreddit": "bokunoheroacademia", "cluster": 262, "color": 0}, {"x": -35.59332275390625, "y": 50.973915100097656, "subreddit": "bokunometaacademia", "cluster": 262, "color": 0}, {"x": -35.69667434692383, "y": 51.68221664428711, "subreddit": "bokunoshipacademia", "cluster": 262, "color": 0}, {"x": -36.233673095703125, "y": 49.0184326171875, "subreddit": "deathnote", "cluster": 262, "color": 0}, {"x": 60.82855987548828, "y": 22.314729690551758, "subreddit": "drstone", "cluster": 262, "color": 0}, {"x": -33.562870025634766, "y": 51.12822723388672, "subreddit": "haikyuu", "cluster": 262, "color": 0}, {"x": -35.919342041015625, "y": 49.7857780456543, "subreddit": "stardustcrusaders", "cluster": 262, "color": 0}, {"x": -13.108733177185059, "y": 93.19290924072266, "subreddit": "bollyblindsngossip", "cluster": 263, "color": 1}, {"x": -13.108770370483398, "y": 93.2451171875, "subreddit": "bollywood", "cluster": 263, "color": 1}, {"x": -53.24888610839844, "y": 95.66819763183594, "subreddit": "hqdesi", "cluster": 263, "color": 1}, {"x": -12.998953819274902, "y": 94.71623229980469, "subreddit": "jamesbond", "cluster": 263, "color": 1}, {"x": -13.390386581420898, "y": 90.34210205078125, "subreddit": "mumbai", "cluster": 263, "color": 1}, {"x": 24.8817195892334, "y": 17.799142837524414, "subreddit": "bollywoodrealism", "cluster": 264, "color": 0}, {"x": 25.595413208007812, "y": 17.36101722717285, "subreddit": "gradeaundera", "cluster": 264, "color": 0}, {"x": 24.872102737426758, "y": 18.057321548461914, "subreddit": "hyderabad", "cluster": 264, "color": 0}, {"x": 23.49909782409668, "y": 17.57149887084961, "subreddit": "indianpeoplefacebook", "cluster": 264, "color": 0}, {"x": -17.800556182861328, "y": 84.80087280273438, "subreddit": "ni_bondha", "cluster": 264, "color": 0}, {"x": -4.268181324005127, "y": 37.43583297729492, "subreddit": "teengamingnights", "cluster": 264, "color": 0}, {"x": 79.64972686767578, "y": -39.529911041259766, "subreddit": "boltaction", "cluster": 1751, "color": 4}, {"x": 77.68067169189453, "y": -38.4679069519043, "subreddit": "starwarsarmada", "cluster": 1751, "color": 4}, {"x": 77.85879516601562, "y": -38.127872467041016, "subreddit": "swlegion", "cluster": 1751, "color": 4}, {"x": 77.89835357666016, "y": -37.684974670410156, "subreddit": "xwingtmg", "cluster": 1751, "color": 4}, {"x": 45.48120880126953, "y": -40.44480895996094, "subreddit": "boltev", "cluster": 1029, "color": 0}, {"x": 46.402488708496094, "y": -39.491363525390625, "subreddit": "electricvehicles", "cluster": 1029, "color": 0}, {"x": 45.53164291381836, "y": -40.376991271972656, "subreddit": "leaf", "cluster": 1029, "color": 0}, {"x": -34.495941162109375, "y": -56.23108673095703, "subreddit": "bon_appetit", "cluster": 970, "color": 3}, {"x": -34.48018264770508, "y": -56.22871017456055, "subreddit": "jeopardy", "cluster": 970, "color": 3}, {"x": -26.99536895751953, "y": -30.423099517822266, "subreddit": "thewestwing", "cluster": 970, "color": 3}, {"x": -2.930265426635742, "y": -120.95701599121094, "subreddit": "bonsai", "cluster": 1117, "color": 1}, {"x": 4.710874557495117, "y": -79.00806427001953, "subreddit": "marijuanaenthusiasts", "cluster": 1117, "color": 1}, {"x": 4.707032203674316, "y": -79.01107788085938, "subreddit": "sfwtrees", "cluster": 1117, "color": 1}, {"x": -65.78936004638672, "y": -60.94597625732422, "subreddit": "wildfire", "cluster": 1117, "color": 1}, {"x": 63.89992904663086, "y": 104.84513092041016, "subreddit": "boogie2988", "cluster": 266, "color": 1}, {"x": 63.902706146240234, "y": 104.84893035888672, "subreddit": "samandtolki", "cluster": 266, "color": 1}, {"x": -0.5402758717536926, "y": 47.2214241027832, "subreddit": "bookclapreviewclap", "cluster": 1379, "color": 4}, {"x": -6.551656246185303, "y": 33.5718994140625, "subreddit": "chemistrymemes", "cluster": 1379, "color": 4}, {"x": -6.649092197418213, "y": 33.488616943359375, "subreddit": "physicsmemes", "cluster": 1379, "color": 4}, {"x": 26.74618148803711, "y": -46.502220153808594, "subreddit": "books", "cluster": 1733, "color": 4}, {"x": 25.47161865234375, "y": -46.56155776977539, "subreddit": "booksuggestions", "cluster": 1733, "color": 4}, {"x": 24.61626625061035, "y": -46.87187576293945, "subreddit": "romancebooks", "cluster": 1733, "color": 4}, {"x": 25.585634231567383, "y": -46.547088623046875, "subreddit": "suggestmeabook", "cluster": 1733, "color": 4}, {"x": 28.34933853149414, "y": -47.567955017089844, "subreddit": "bookscirclejerk", "cluster": 267, "color": 0}, {"x": 151.5701141357422, "y": -31.551471710205078, "subreddit": "bookshelf", "cluster": 267, "color": 0}, {"x": 28.457332611083984, "y": -47.637168884277344, "subreddit": "literature", "cluster": 267, "color": 0}, {"x": 25.196300506591797, "y": 95.26554870605469, "subreddit": "boostedboards", "cluster": 604, "color": 2}, {"x": 0.5846269726753235, "y": -40.19085693359375, "subreddit": "electricscooters", "cluster": 604, "color": 2}, {"x": 25.19782257080078, "y": 95.26993560791016, "subreddit": "electricskateboarding", "cluster": 604, "color": 2}, {"x": -14.656737327575684, "y": -0.25634029507637024, "subreddit": "onewheel", "cluster": 604, "color": 2}, {"x": -119.31021118164062, "y": -13.788061141967773, "subreddit": "bootroom", "cluster": 269, "color": 0}, {"x": -119.31149291992188, "y": -13.786774635314941, "subreddit": "goalkeepers", "cluster": 269, "color": 0}, {"x": 8.13534164428711, "y": 41.3859977722168, "subreddit": "boottoobig", "cluster": 648, "color": 1}, {"x": 8.16794490814209, "y": 41.450462341308594, "subreddit": "fakehistoryporn", "cluster": 648, "color": 1}, {"x": 24.624563217163086, "y": 34.80708694458008, "subreddit": "truewomensliberation", "cluster": 648, "color": 1}, {"x": 31.219545364379883, "y": 33.89395523071289, "subreddit": "bordercollie", "cluster": 550, "color": 1}, {"x": 39.031009674072266, "y": 46.009525299072266, "subreddit": "bulldogs", "cluster": 550, "color": 1}, {"x": 38.047054290771484, "y": 47.92121124267578, "subreddit": "cleaningtips", "cluster": 550, "color": 1}, {"x": 35.57097625732422, "y": 48.40301513671875, "subreddit": "doggrooming", "cluster": 550, "color": 1}, {"x": 37.24066162109375, "y": 46.88895797729492, "subreddit": "dogs", "cluster": 550, "color": 1}, {"x": 37.47884750366211, "y": 47.31076431274414, "subreddit": "dogtraining", "cluster": 550, "color": 1}, {"x": 36.36520004272461, "y": 46.87943649291992, "subreddit": "puppy101", "cluster": 550, "color": 1}, {"x": 35.702964782714844, "y": 50.74675750732422, "subreddit": "reactivedogs", "cluster": 550, "color": 1}, {"x": 45.69673156738281, "y": 7.494050979614258, "subreddit": "borderlands", "cluster": 270, "color": 1}, {"x": 45.68828201293945, "y": 7.5937089920043945, "subreddit": "borderlands2", "cluster": 270, "color": 1}, {"x": 45.82750701904297, "y": 7.0796356201171875, "subreddit": "borderlandspresequel", "cluster": 270, "color": 1}, {"x": 44.70582580566406, "y": 8.77760124206543, "subreddit": "borderlands3", "cluster": 271, "color": 2}, {"x": 43.637691497802734, "y": 9.387682914733887, "subreddit": "borderlands3exchange", "cluster": 271, "color": 2}, {"x": 43.44071578979492, "y": 9.274023056030273, "subreddit": "borderlandsguns", "cluster": 271, "color": 2}, {"x": 42.74622344970703, "y": 9.089751243591309, "subreddit": "pandoranredcross", "cluster": 271, "color": 2}, {"x": 45.30284118652344, "y": 99.27567291259766, "subreddit": "borderlinepdisorder", "cluster": 272, "color": 1}, {"x": 45.721107482910156, "y": 98.79236602783203, "subreddit": "bpdmemes", "cluster": 272, "color": 1}, {"x": 138.23411560058594, "y": -42.33854675292969, "subreddit": "borrow", "cluster": 1072, "color": 2}, {"x": 138.2330780029297, "y": -42.33915328979492, "subreddit": "loans", "cluster": 1072, "color": 2}, {"x": -38.42418670654297, "y": 53.282352447509766, "subreddit": "boruto", "cluster": 1232, "color": 3}, {"x": -39.066673278808594, "y": 54.27601623535156, "subreddit": "dankruto", "cluster": 1232, "color": 3}, {"x": -38.90161895751953, "y": 53.804813385009766, "subreddit": "naruto", "cluster": 1232, "color": 3}, {"x": -62.483421325683594, "y": -9.225436210632324, "subreddit": "bose", "cluster": 539, "color": 2}, {"x": 22.105010986328125, "y": -4.418920993804932, "subreddit": "dji", "cluster": 539, "color": 2}, {"x": 22.280494689941406, "y": -4.646951675415039, "subreddit": "djimavic", "cluster": 539, "color": 2}, {"x": 22.690732955932617, "y": -6.118732452392578, "subreddit": "djiphantom", "cluster": 539, "color": 2}, {"x": 21.444332122802734, "y": -4.184037685394287, "subreddit": "djispark", "cluster": 539, "color": 2}, {"x": 22.980356216430664, "y": -4.317007541656494, "subreddit": "drones", "cluster": 539, "color": 2}, {"x": -1.5965913534164429, "y": 15.138562202453613, "subreddit": "ecuadornoticias", "cluster": 539, "color": 2}, {"x": -117.47853088378906, "y": -28.660781860351562, "subreddit": "boston", "cluster": 273, "color": 0}, {"x": -116.85893249511719, "y": -28.77675437927246, "subreddit": "bostonsocialclub", "cluster": 273, "color": 0}, {"x": -117.63062286376953, "y": -27.584392547607422, "subreddit": "navyblazer", "cluster": 273, "color": 0}, {"x": -10.041864395141602, "y": -88.97389221191406, "subreddit": "picturegame", "cluster": 273, "color": 0}, {"x": -118.1683349609375, "y": -29.31950569152832, "subreddit": "somerville", "cluster": 273, "color": 0}, {"x": -7.892062187194824, "y": 75.17457580566406, "subreddit": "bostonr4r", "cluster": 1250, "color": 1}, {"x": -8.291370391845703, "y": 73.08716583251953, "subreddit": "dating", "cluster": 1250, "color": 1}, {"x": -10.933221817016602, "y": 65.74984741210938, "subreddit": "meetpeople", "cluster": 1250, "color": 1}, {"x": -7.873720169067383, "y": 75.0753173828125, "subreddit": "needafriend", "cluster": 1250, "color": 1}, {"x": -7.054630279541016, "y": 75.77249145507812, "subreddit": "pokemongofriends", "cluster": 1250, "color": 1}, {"x": -7.579292297363281, "y": 76.70051574707031, "subreddit": "pokemongotrades", "cluster": 1250, "color": 1}, {"x": -5.759654521942139, "y": 74.5514144897461, "subreddit": "schnauzers", "cluster": 1250, "color": 1}, {"x": -8.341999053955078, "y": 74.83719635009766, "subreddit": "snapchat", "cluster": 1250, "color": 1}, {"x": -7.614431381225586, "y": 74.79132080078125, "subreddit": "socalr4r", "cluster": 1250, "color": 1}, {"x": -9.760095596313477, "y": 76.5080795288086, "subreddit": "spoofertrades", "cluster": 1250, "color": 1}, {"x": 32.69120788574219, "y": 32.14887619018555, "subreddit": "bostonterrier", "cluster": 549, "color": 2}, {"x": 35.86117172241211, "y": 81.10554504394531, "subreddit": "congratslikeimfive", "cluster": 549, "color": 2}, {"x": 26.787933349609375, "y": 30.362991333007812, "subreddit": "dachshund", "cluster": 549, "color": 2}, {"x": 28.98493003845215, "y": 28.845491409301758, "subreddit": "dogpictures", "cluster": 549, "color": 2}, {"x": 82.85430908203125, "y": 121.22734832763672, "subreddit": "goldenretrievers", "cluster": 549, "color": 2}, {"x": 33.321014404296875, "y": 40.52146530151367, "subreddit": "greatpyrenees", "cluster": 549, "color": 2}, {"x": 28.280231475830078, "y": 28.621301651000977, "subreddit": "petloss", "cluster": 549, "color": 2}, {"x": 26.0911865234375, "y": 90.67046356201172, "subreddit": "rats", "cluster": 549, "color": 2}, {"x": 25.709938049316406, "y": 28.676605224609375, "subreddit": "shihtzu", "cluster": 549, "color": 2}, {"x": 9.957586288452148, "y": -1.3091846704483032, "subreddit": "thewaywewere", "cluster": 549, "color": 2}, {"x": 28.882877349853516, "y": 29.897205352783203, "subreddit": "wildlifephotography", "cluster": 549, "color": 2}, {"x": -11.44983959197998, "y": 111.27230072021484, "subreddit": "bostontrees", "cluster": 1124, "color": 4}, {"x": -86.4555892944336, "y": -73.21985626220703, "subreddit": "maguns", "cluster": 1124, "color": 4}, {"x": -49.46183776855469, "y": -44.669944763183594, "subreddit": "massachusetts", "cluster": 1124, "color": 4}, {"x": -49.43294906616211, "y": -46.1355094909668, "subreddit": "neu", "cluster": 1124, "color": 4}, {"x": -49.43611526489258, "y": -44.54762649536133, "subreddit": "worcesterma", "cluster": 1124, "color": 4}, {"x": 58.29287338256836, "y": -64.82633209228516, "subreddit": "botany", "cluster": 1956, "color": 4}, {"x": 17.382402420043945, "y": 88.81989288330078, "subreddit": "flowers", "cluster": 1956, "color": 4}, {"x": 17.98282241821289, "y": 89.19348907470703, "subreddit": "plantidentification", "cluster": 1956, "color": 4}, {"x": 18.426713943481445, "y": 89.55003356933594, "subreddit": "whatsthisplant", "cluster": 1956, "color": 4}, {"x": -18.41634178161621, "y": -66.43402099609375, "subreddit": "boulder", "cluster": 396, "color": 0}, {"x": -17.475027084350586, "y": -68.00421142578125, "subreddit": "coents", "cluster": 396, "color": 0}, {"x": -17.169052124023438, "y": -68.62808990478516, "subreddit": "colorado", "cluster": 396, "color": 0}, {"x": -19.33274269104004, "y": -69.06078338623047, "subreddit": "coloradohikers", "cluster": 396, "color": 0}, {"x": -15.82418441772461, "y": -69.08395385742188, "subreddit": "coloradosprings", "cluster": 396, "color": 0}, {"x": -16.458152770996094, "y": -67.53341674804688, "subreddit": "coronaviruscolorado", "cluster": 396, "color": 0}, {"x": -17.30687713623047, "y": -68.76399993896484, "subreddit": "denver", "cluster": 396, "color": 0}, {"x": -17.321414947509766, "y": -70.11029052734375, "subreddit": "fortcollins", "cluster": 396, "color": 0}, {"x": -103.71277618408203, "y": 20.110584259033203, "subreddit": "bouldering", "cluster": 275, "color": 1}, {"x": -103.54150390625, "y": 20.18402099609375, "subreddit": "climbharder", "cluster": 275, "color": 1}, {"x": -105.2596206665039, "y": 19.42633819580078, "subreddit": "climbing", "cluster": 275, "color": 1}, {"x": -105.42118835449219, "y": 19.3641300201416, "subreddit": "climbingcirclejerk", "cluster": 275, "color": 1}, {"x": -89.89395141601562, "y": -97.41434478759766, "subreddit": "bourbon", "cluster": 1959, "color": 4}, {"x": -89.96222686767578, "y": -99.23320007324219, "subreddit": "dcwhisky", "cluster": 1959, "color": 4}, {"x": -88.1226806640625, "y": -96.3502197265625, "subreddit": "rum", "cluster": 1959, "color": 4}, {"x": -88.55522155761719, "y": -98.03046417236328, "subreddit": "scotch", "cluster": 1959, "color": 4}, {"x": -90.29714965820312, "y": -97.91129302978516, "subreddit": "scotchswap", "cluster": 1959, "color": 4}, {"x": -89.5171127319336, "y": -96.27698516845703, "subreddit": "whiskey", "cluster": 1959, "color": 4}, {"x": -90.73794555664062, "y": -96.29852294921875, "subreddit": "whiskeytribe", "cluster": 1959, "color": 4}, {"x": -88.88456726074219, "y": -97.6176986694336, "subreddit": "whisky", "cluster": 1959, "color": 4}, {"x": -89.58682250976562, "y": -97.88190460205078, "subreddit": "whiskyporn", "cluster": 1959, "color": 4}, {"x": -88.16246795654297, "y": -98.5470962524414, "subreddit": "worldwhisky", "cluster": 1959, "color": 4}, {"x": -6.2154951095581055, "y": -47.879486083984375, "subreddit": "boutiquebluray", "cluster": 446, "color": 0}, {"x": -6.376086711883545, "y": -47.82593536376953, "subreddit": "criterion", "cluster": 446, "color": 0}, {"x": -5.950515270233154, "y": -48.660003662109375, "subreddit": "dvdcollection", "cluster": 446, "color": 0}, {"x": -7.306930065155029, "y": -47.31202697753906, "subreddit": "twilightzone", "cluster": 446, "color": 0}, {"x": -80.373291015625, "y": -63.658531188964844, "subreddit": "bowhunting", "cluster": 897, "color": 2}, {"x": -83.74064636230469, "y": -63.233619689941406, "subreddit": "fowtcg", "cluster": 897, "color": 2}, {"x": -80.98419189453125, "y": -64.18167114257812, "subreddit": "hunting", "cluster": 897, "color": 2}, {"x": -81.91913604736328, "y": -65.51853942871094, "subreddit": "shotguns", "cluster": 897, "color": 2}, {"x": 48.83907699584961, "y": 11.97279167175293, "subreddit": "thehunter", "cluster": 897, "color": 2}, {"x": -81.12948608398438, "y": -64.47059631347656, "subreddit": "waterfowl", "cluster": 897, "color": 2}, {"x": 32.69483947753906, "y": 29.966102600097656, "subreddit": "boxer", "cluster": 1082, "color": 0}, {"x": 31.411483764648438, "y": 27.5656795501709, "subreddit": "corgi", "cluster": 1082, "color": 0}, {"x": 115.76177215576172, "y": -26.68423080444336, "subreddit": "jackrussellterrier", "cluster": 1082, "color": 0}, {"x": 30.833681106567383, "y": 29.162874221801758, "subreddit": "labrador", "cluster": 1082, "color": 0}, {"x": 29.231386184692383, "y": 25.034805297851562, "subreddit": "lastimages", "cluster": 1082, "color": 0}, {"x": 30.621496200561523, "y": 28.1298885345459, "subreddit": "lookatmydog", "cluster": 1082, "color": 0}, {"x": 29.73786163330078, "y": 27.219423294067383, "subreddit": "puppies", "cluster": 1082, "color": 0}, {"x": 30.62453269958496, "y": 27.267658233642578, "subreddit": "puppysmiles", "cluster": 1082, "color": 0}, {"x": -119.8531494140625, "y": 24.31878089904785, "subreddit": "boxing_live_hd", "cluster": 276, "color": 0}, {"x": -119.85293579101562, "y": 24.318864822387695, "subreddit": "warriorsblazerslivehd", "cluster": 276, "color": 0}, {"x": -56.49666213989258, "y": 25.290353775024414, "subreddit": "boxingfighthq", "cluster": 277, "color": 1}, {"x": -100.68538665771484, "y": 5.95171594619751, "subreddit": "boxingstreams", "cluster": 1246, "color": 3}, {"x": -103.1694564819336, "y": 5.10866117477417, "subreddit": "cfbstreams", "cluster": 1246, "color": 3}, {"x": -102.11394500732422, "y": 3.8094210624694824, "subreddit": "mlbstreams", "cluster": 1246, "color": 3}, {"x": -100.86714935302734, "y": 5.706147193908691, "subreddit": "mmastreams", "cluster": 1246, "color": 3}, {"x": -101.9365234375, "y": 5.761381149291992, "subreddit": "nbastreams", "cluster": 1246, "color": 3}, {"x": -103.3572998046875, "y": 4.967586994171143, "subreddit": "ncaabballstreams", "cluster": 1246, "color": 3}, {"x": -102.1911849975586, "y": 6.175167083740234, "subreddit": "nflstreams", "cluster": 1246, "color": 3}, {"x": -102.16508483886719, "y": 3.964254140853882, "subreddit": "nhlstreams", "cluster": 1246, "color": 3}, {"x": -99.61298370361328, "y": 6.574946403503418, "subreddit": "overwatchleague", "cluster": 1246, "color": 3}, {"x": -101.63846588134766, "y": 6.781375885009766, "subreddit": "soccerstreams", "cluster": 1246, "color": 3}, {"x": -12.246499061584473, "y": -29.317302703857422, "subreddit": "boxoffice", "cluster": 500, "color": 2}, {"x": -13.3955078125, "y": -31.299060821533203, "subreddit": "daredevil", "cluster": 500, "color": 2}, {"x": -13.865528106689453, "y": -31.06109046936035, "subreddit": "defenders", "cluster": 500, "color": 2}, {"x": -14.316608428955078, "y": -30.878162384033203, "subreddit": "jessicajones", "cluster": 500, "color": 2}, {"x": -13.004500389099121, "y": -29.352649688720703, "subreddit": "marvelstudios", "cluster": 500, "color": 2}, {"x": -13.721195220947266, "y": -31.780380249023438, "subreddit": "thepunisher", "cluster": 500, "color": 2}, {"x": 13.580581665039062, "y": -57.9435920715332, "subreddit": "bozeman", "cluster": 1196, "color": 4}, {"x": -35.60443115234375, "y": -53.26870346069336, "subreddit": "findingfennsgold", "cluster": 1196, "color": 4}, {"x": -100.10779571533203, "y": -24.751497268676758, "subreddit": "modelcars", "cluster": 1196, "color": 4}, {"x": 13.579484939575195, "y": -57.93621063232422, "subreddit": "montana", "cluster": 1196, "color": 4}, {"x": 33.48057174682617, "y": 47.95659637451172, "subreddit": "poodles", "cluster": 1196, "color": 4}, {"x": -63.119171142578125, "y": -79.94158935546875, "subreddit": "brampton", "cluster": 1177, "color": 5}, {"x": -63.10639572143555, "y": -79.92848205566406, "subreddit": "mississauga", "cluster": 1177, "color": 5}, {"x": -31.602401733398438, "y": 0.14524340629577637, "subreddit": "paintball", "cluster": 1177, "color": 5}, {"x": -99.26331329345703, "y": 32.3380012512207, "subreddit": "brandnew", "cluster": 1191, "color": 0}, {"x": -98.70989990234375, "y": 33.2669563293457, "subreddit": "modestmouse", "cluster": 1191, "color": 0}, {"x": -96.89955139160156, "y": 28.174985885620117, "subreddit": "publix", "cluster": 1191, "color": 0}, {"x": 62.17214584350586, "y": -46.98123550415039, "subreddit": "brandonsanderson", "cluster": 1180, "color": 0}, {"x": 61.31162643432617, "y": -46.721229553222656, "subreddit": "cosmere", "cluster": 1180, "color": 0}, {"x": 61.08019256591797, "y": -47.860286712646484, "subreddit": "cremposting", "cluster": 1180, "color": 0}, {"x": 61.364654541015625, "y": -46.75065231323242, "subreddit": "mistborn", "cluster": 1180, "color": 0}, {"x": 61.647552490234375, "y": -46.43973159790039, "subreddit": "stormlight_archive", "cluster": 1180, "color": 0}, {"x": -84.00684356689453, "y": 64.92365264892578, "subreddit": "brasilsimulator", "cluster": 281, "color": 0}, {"x": 82.07005310058594, "y": 11.525720596313477, "subreddit": "bravefrontier", "cluster": 282, "color": 0}, {"x": 82.51800537109375, "y": 11.859186172485352, "subreddit": "kings_raid", "cluster": 282, "color": 0}, {"x": 81.92528533935547, "y": 10.837835311889648, "subreddit": "phantomofthekill", "cluster": 282, "color": 0}, {"x": 84.85906982421875, "y": -54.57300567626953, "subreddit": "bravenewbies", "cluster": 635, "color": 0}, {"x": 84.25621795654297, "y": -55.30009078979492, "subreddit": "eve", "cluster": 635, "color": 0}, {"x": 83.9016342163086, "y": -54.98969268798828, "subreddit": "evedreddit", "cluster": 635, "color": 0}, {"x": 84.99575805664062, "y": -56.05400466918945, "subreddit": "evejobs", "cluster": 635, "color": 0}, {"x": 83.42366027832031, "y": -56.7867546081543, "subreddit": "evenewbies", "cluster": 635, "color": 0}, {"x": 83.4562759399414, "y": -56.55747604370117, "subreddit": "fittings", "cluster": 635, "color": 0}, {"x": -2.10262131690979, "y": -10.44873332977295, "subreddit": "braveryjerk", "cluster": 1103, "color": 3}, {"x": 31.611106872558594, "y": -13.515170097351074, "subreddit": "circlebroke", "cluster": 1103, "color": 3}, {"x": -1.296877145767212, "y": -11.256516456604004, "subreddit": "circlejerk", "cluster": 1103, "color": 3}, {"x": -1.3224083185195923, "y": -11.273362159729004, "subreddit": "magicskyfairy", "cluster": 1103, "color": 3}, {"x": 13.548381805419922, "y": -97.78131103515625, "subreddit": "bravorealhousewives", "cluster": 1887, "color": 3}, {"x": 14.063348770141602, "y": -98.58443450927734, "subreddit": "realhousewives", "cluster": 1887, "color": 3}, {"x": 14.011587142944336, "y": -98.4408187866211, "subreddit": "vanderpumprules", "cluster": 1887, "color": 3}, {"x": 14.925996780395508, "y": 50.083953857421875, "subreddit": "brawlhalla", "cluster": 1797, "color": 5}, {"x": -58.17665100097656, "y": -103.2938232421875, "subreddit": "ncaaw", "cluster": 1797, "color": 5}, {"x": -57.9657096862793, "y": -103.39735412597656, "subreddit": "theb1g", "cluster": 1797, "color": 5}, {"x": -56.823081970214844, "y": -103.76419830322266, "subreddit": "wisconsinbadgers", "cluster": 1797, "color": 5}, {"x": 60.912960052490234, "y": -3.6684350967407227, "subreddit": "breadtube", "cluster": 286, "color": 0}, {"x": 60.94392013549805, "y": -3.6387290954589844, "subreddit": "contrapoints", "cluster": 286, "color": 0}, {"x": 35.21475601196289, "y": -47.72990798950195, "subreddit": "enoughpetersonspam", "cluster": 286, "color": 0}, {"x": -85.32672882080078, "y": 28.41110610961914, "subreddit": "breakingbenjamin", "cluster": 962, "color": 3}, {"x": -83.13831329345703, "y": 28.409887313842773, "subreddit": "jakanddaxter", "cluster": 962, "color": 3}, {"x": -83.05181884765625, "y": 28.40677261352539, "subreddit": "ratchetandclank", "cluster": 962, "color": 3}, {"x": 63.08889389038086, "y": 49.03059387207031, "subreddit": "breakingmom", "cluster": 1861, "color": 0}, {"x": 48.53040313720703, "y": 100.78902435302734, "subreddit": "did", "cluster": 1861, "color": 0}, {"x": -30.41402816772461, "y": -1.3373197317123413, "subreddit": "parentsofmultiples", "cluster": 1861, "color": 0}, {"x": 63.14512634277344, "y": 48.98238754272461, "subreddit": "trollxmoms", "cluster": 1861, "color": 0}, {"x": -35.03144836425781, "y": 90.29637908935547, "subreddit": "breakpoint", "cluster": 784, "color": 2}, {"x": 48.68092346191406, "y": 6.614663124084473, "subreddit": "farcry", "cluster": 784, "color": 2}, {"x": 50.226966857910156, "y": 9.045090675354004, "subreddit": "ghostrecon", "cluster": 784, "color": 2}, {"x": -35.02678680419922, "y": 90.28746795654297, "subreddit": "ghostreconbreakpoint", "cluster": 784, "color": 2}, {"x": 50.41713333129883, "y": 7.4075608253479, "subreddit": "splintercell", "cluster": 784, "color": 2}, {"x": -49.52898025512695, "y": 75.94898223876953, "subreddit": "trialsgames", "cluster": 784, "color": 2}, {"x": 50.214637756347656, "y": 9.118743896484375, "subreddit": "wildlands", "cluster": 784, "color": 2}, {"x": 56.89142990112305, "y": 91.983642578125, "subreddit": "breakup", "cluster": 287, "color": 1}, {"x": 55.829612731933594, "y": 91.26126861572266, "subreddit": "breakups", "cluster": 287, "color": 1}, {"x": 56.17809295654297, "y": 91.56752014160156, "subreddit": "exnocontact", "cluster": 287, "color": 1}, {"x": 54.92900466918945, "y": 91.73639678955078, "subreddit": "heartbreak", "cluster": 287, "color": 1}, {"x": 55.73716354370117, "y": 90.42151641845703, "subreddit": "ihaveissues", "cluster": 287, "color": 1}, {"x": -38.19656753540039, "y": 32.63277816772461, "subreddit": "breath_of_the_wild", "cluster": 561, "color": 1}, {"x": -38.21401596069336, "y": 32.6757926940918, "subreddit": "dqbuilders", "cluster": 561, "color": 1}, {"x": 41.634578704833984, "y": -135.60752868652344, "subreddit": "breedablepokemon", "cluster": 1408, "color": 4}, {"x": -11.219686508178711, "y": 50.98185348510742, "subreddit": "gentlemanboners", "cluster": 1408, "color": 4}, {"x": 41.506805419921875, "y": -135.85137939453125, "subreddit": "pokemonforall", "cluster": 1408, "color": 4}, {"x": -46.55997848510742, "y": 77.82874298095703, "subreddit": "tubersim", "cluster": 1408, "color": 4}, {"x": -46.06509780883789, "y": -76.99524688720703, "subreddit": "breedingdittos", "cluster": 288, "color": 1}, {"x": -46.16402053833008, "y": -76.80403900146484, "subreddit": "morebreedingdittos", "cluster": 288, "color": 1}, {"x": 40.86107635498047, "y": -137.15921020507812, "subreddit": "pokemongiveaway", "cluster": 288, "color": 1}, {"x": -45.75981521606445, "y": -77.58943939208984, "subreddit": "relaxedpokemontrades", "cluster": 288, "color": 1}, {"x": -46.62202835083008, "y": -75.89202117919922, "subreddit": "wondertrade", "cluster": 288, "color": 1}, {"x": -53.491737365722656, "y": -103.7068862915039, "subreddit": "brewers", "cluster": 813, "color": 2}, {"x": -53.39177322387695, "y": -103.81068420410156, "subreddit": "greenbaypackers", "cluster": 813, "color": 2}, {"x": -53.13119888305664, "y": -104.48948669433594, "subreddit": "mkebucks", "cluster": 813, "color": 2}, {"x": 95.948486328125, "y": -50.77632522583008, "subreddit": "briggs", "cluster": 1390, "color": 3}, {"x": 94.49369812011719, "y": -51.312660217285156, "subreddit": "connery", "cluster": 1390, "color": 3}, {"x": 95.18584442138672, "y": -52.0529899597168, "subreddit": "emeraldps2", "cluster": 1390, "color": 3}, {"x": 98.4780044555664, "y": -51.854312896728516, "subreddit": "millerplanetside", "cluster": 1390, "color": 3}, {"x": 95.32584381103516, "y": -51.9666633605957, "subreddit": "planetside", "cluster": 1390, "color": 3}, {"x": 96.07479858398438, "y": -52.68520736694336, "subreddit": "ps2cobalt", "cluster": 1390, "color": 3}, {"x": -11.547860145568848, "y": 1.0801739692687988, "subreddit": "ps4planetside2", "cluster": 1390, "color": 3}, {"x": 93.85794067382812, "y": -53.371795654296875, "subreddit": "testoutfit", "cluster": 1390, "color": 3}, {"x": 98.61238861083984, "y": -51.8519401550293, "subreddit": "woodmanps2", "cluster": 1390, "color": 3}, {"x": 29.64763832092285, "y": -95.14520263671875, "subreddit": "britishcolumbia", "cluster": 290, "color": 0}, {"x": 30.67342758178711, "y": -94.390625, "subreddit": "kelowna", "cluster": 290, "color": 0}, {"x": 29.225860595703125, "y": -96.7528305053711, "subreddit": "nanaimo", "cluster": 290, "color": 0}, {"x": 29.52496337890625, "y": -94.9673843383789, "subreddit": "vancouver", "cluster": 290, "color": 0}, {"x": 29.287887573242188, "y": -96.4996566772461, "subreddit": "victoriabc", "cluster": 290, "color": 0}, {"x": 1.4723516702651978, "y": -88.55738830566406, "subreddit": "broadway", "cluster": 1217, "color": 2}, {"x": 0.9021978974342346, "y": -87.70240020751953, "subreddit": "hamiltonmusical", "cluster": 1217, "color": 2}, {"x": 1.7492785453796387, "y": -88.68754577636719, "subreddit": "musicals", "cluster": 1217, "color": 2}, {"x": 2.651710033416748, "y": -88.79220581054688, "subreddit": "opera", "cluster": 1217, "color": 2}, {"x": 0.6893669962882996, "y": -90.0653305053711, "subreddit": "theatre", "cluster": 1217, "color": 2}, {"x": 49.79985427856445, "y": -52.90262985229492, "subreddit": "brokehugs", "cluster": 293, "color": 0}, {"x": 50.09226989746094, "y": -51.786964416503906, "subreddit": "christianity", "cluster": 293, "color": 0}, {"x": 49.77872848510742, "y": -53.11441421508789, "subreddit": "sidehugs", "cluster": 293, "color": 0}, {"x": -38.59074401855469, "y": -29.95966148376465, "subreddit": "brooklyn", "cluster": 1311, "color": 0}, {"x": 40.88627243041992, "y": -55.34246063232422, "subreddit": "columbia", "cluster": 1311, "color": 0}, {"x": -38.30111312866211, "y": -29.073286056518555, "subreddit": "newyorkcity", "cluster": 1311, "color": 0}, {"x": -38.35150909423828, "y": -29.233409881591797, "subreddit": "nyc", "cluster": 1311, "color": 0}, {"x": -38.774009704589844, "y": -30.33902931213379, "subreddit": "nycbike", "cluster": 1311, "color": 0}, {"x": -38.07906723022461, "y": -28.196195602416992, "subreddit": "nycrail", "cluster": 1311, "color": 0}, {"x": 85.89898681640625, "y": 15.0503511428833, "subreddit": "brown_dust", "cluster": 754, "color": 0}, {"x": 91.80262756347656, "y": 12.2355375289917, "subreddit": "destinychildglobal", "cluster": 754, "color": 0}, {"x": 85.22512817382812, "y": 13.594892501831055, "subreddit": "epicseven", "cluster": 754, "color": 0}, {"x": 85.30722045898438, "y": 13.994075775146484, "subreddit": "gachagaming", "cluster": 754, "color": 0}, {"x": 86.13346862792969, "y": 11.801963806152344, "subreddit": "langrisser", "cluster": 754, "color": 0}, {"x": 83.983154296875, "y": 14.752153396606445, "subreddit": "lastcloudia", "cluster": 754, "color": 0}, {"x": -21.03883171081543, "y": 76.16658782958984, "subreddit": "onmyoji", "cluster": 754, "color": 0}, {"x": -31.122526168823242, "y": 0.45384129881858826, "subreddit": "panzerwaltz", "cluster": 754, "color": 0}, {"x": -69.87493133544922, "y": 22.165485382080078, "subreddit": "soccerspirits", "cluster": 754, "color": 0}, {"x": 83.49231719970703, "y": 8.581788063049316, "subreddit": "warofcrown", "cluster": 754, "color": 0}, {"x": 48.62007141113281, "y": 61.85639572143555, "subreddit": "brownbeauty", "cluster": 1107, "color": 3}, {"x": 50.02753448486328, "y": 63.355281829833984, "subreddit": "makeupexchange", "cluster": 1107, "color": 3}, {"x": 46.86000442504883, "y": 58.01591110229492, "subreddit": "muaonthecheap", "cluster": 1107, "color": 3}, {"x": 50.0670280456543, "y": 63.225257873535156, "subreddit": "mueflair", "cluster": 1107, "color": 3}, {"x": 49.517066955566406, "y": 64.6410903930664, "subreddit": "skincareexchange", "cluster": 1107, "color": 3}, {"x": 51.29608154296875, "y": 63.23725509643555, "subreddit": "wardrobepurge", "cluster": 1107, "color": 3}, {"x": -51.58737564086914, "y": -95.7378921508789, "subreddit": "browns", "cluster": 1919, "color": 0}, {"x": -51.58146286010742, "y": -95.73246002197266, "subreddit": "clevelandcavs", "cluster": 1919, "color": 0}, {"x": -53.676979064941406, "y": -94.2566146850586, "subreddit": "clevelandindians", "cluster": 1919, "color": 0}, {"x": -53.64485168457031, "y": -94.25730895996094, "subreddit": "wahoostipi", "cluster": 1919, "color": 0}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "brownsbengalslivehd", "cluster": 294, "color": 1}, {"x": -3.580185651779175, "y": 8.33864688873291, "subreddit": "brse", "cluster": 373, "color": 2}, {"x": -10.330766677856445, "y": -1.8319666385650635, "subreddit": "civaigames", "cluster": 373, "color": 2}, {"x": -10.299239158630371, "y": -1.789007544517517, "subreddit": "civbattleroyale", "cluster": 373, "color": 2}, {"x": 24.672090530395508, "y": -128.83367919921875, "subreddit": "civhybridgames", "cluster": 373, "color": 2}, {"x": -5.33262300491333, "y": 40.053016662597656, "subreddit": "bruhmoment", "cluster": 498, "color": 3}, {"x": -5.740859031677246, "y": 39.66140365600586, "subreddit": "deepfriedmemes", "cluster": 498, "color": 3}, {"x": -5.984443664550781, "y": 39.47053909301758, "subreddit": "nukedmemes", "cluster": 498, "color": 3}, {"x": -98.96456146240234, "y": -88.04328155517578, "subreddit": "bsa", "cluster": 1323, "color": 2}, {"x": -102.9483871459961, "y": -85.1149673461914, "subreddit": "jackwhite", "cluster": 1323, "color": 2}, {"x": -104.52111053466797, "y": -87.45153045654297, "subreddit": "okc", "cluster": 1323, "color": 2}, {"x": -104.18832397460938, "y": -87.16390991210938, "subreddit": "oklahoma", "cluster": 1323, "color": 2}, {"x": -105.42925262451172, "y": -86.81185150146484, "subreddit": "okmarijuana", "cluster": 1323, "color": 2}, {"x": -103.4831771850586, "y": -88.0901107788086, "subreddit": "sooners", "cluster": 1323, "color": 2}, {"x": -103.69232177734375, "y": -86.69578552246094, "subreddit": "tulsa", "cluster": 1323, "color": 2}, {"x": -8.435287475585938, "y": -25.455650329589844, "subreddit": "bsg", "cluster": 1698, "color": 3}, {"x": -3.986825942993164, "y": -39.61893081665039, "subreddit": "daystrominstitute", "cluster": 1698, "color": 3}, {"x": -1.9456560611724854, "y": -40.861812591552734, "subreddit": "deepspacenine", "cluster": 1698, "color": 3}, {"x": -5.063746929168701, "y": -40.99724578857422, "subreddit": "picard", "cluster": 1698, "color": 3}, {"x": -4.129324436187744, "y": -39.666481018066406, "subreddit": "startrek", "cluster": 1698, "color": 3}, {"x": -4.790917873382568, "y": -40.615970611572266, "subreddit": "startrekdiscovery", "cluster": 1698, "color": 3}, {"x": -5.049726486206055, "y": -37.486446380615234, "subreddit": "theorville", "cluster": 1698, "color": 3}, {"x": 131.79849243164062, "y": 18.072616577148438, "subreddit": "btsworld", "cluster": 995, "color": 0}, {"x": 132.73899841308594, "y": 13.707633018493652, "subreddit": "kdrama", "cluster": 995, "color": 0}, {"x": 132.7807159423828, "y": 13.700186729431152, "subreddit": "kdramarecommends", "cluster": 995, "color": 0}, {"x": -54.31379699707031, "y": -78.61719512939453, "subreddit": "buccaneers", "cluster": 296, "color": 1}, {"x": 7.104114055633545, "y": -57.29636764526367, "subreddit": "fencing", "cluster": 296, "color": 1}, {"x": -52.83910369873047, "y": -76.2503662109375, "subreddit": "forgeofempires", "cluster": 296, "color": 1}, {"x": -54.171958923339844, "y": -79.34642028808594, "subreddit": "tampabayrays", "cluster": 296, "color": 1}, {"x": -31.33857536315918, "y": -101.43766021728516, "subreddit": "buccos", "cluster": 1296, "color": 2}, {"x": -31.85494613647461, "y": -102.5564193725586, "subreddit": "lsufootball", "cluster": 1296, "color": 2}, {"x": -32.256160736083984, "y": -102.46174621582031, "subreddit": "nolapelicans", "cluster": 1296, "color": 2}, {"x": -32.59893798828125, "y": -102.65180969238281, "subreddit": "saints", "cluster": 1296, "color": 2}, {"x": 99.66696166992188, "y": -66.68006134033203, "subreddit": "budapest", "cluster": 894, "color": 2}, {"x": -30.935300827026367, "y": 57.424076080322266, "subreddit": "fosttalicska", "cluster": 894, "color": 2}, {"x": 99.66455078125, "y": -66.67571258544922, "subreddit": "hungary", "cluster": 894, "color": 2}, {"x": 5.174110412597656, "y": -29.271390914916992, "subreddit": "budgetfood", "cluster": 589, "color": 2}, {"x": 5.35874605178833, "y": -30.01311683654785, "subreddit": "eatcheapandhealthy", "cluster": 589, "color": 2}, {"x": 6.827778339385986, "y": -29.261579513549805, "subreddit": "fitmeals", "cluster": 589, "color": 2}, {"x": 4.295942783355713, "y": -31.028409957885742, "subreddit": "food", "cluster": 589, "color": 2}, {"x": -61.67926025390625, "y": 101.21067810058594, "subreddit": "freeebooks", "cluster": 589, "color": 2}, {"x": 7.313095569610596, "y": -33.56848907470703, "subreddit": "indianfood", "cluster": 589, "color": 2}, {"x": -2.663867950439453, "y": 12.663637161254883, "subreddit": "mealprepsunday", "cluster": 589, "color": 2}, {"x": 52.662681579589844, "y": 53.67711639404297, "subreddit": "reduction", "cluster": 589, "color": 2}, {"x": 45.869205474853516, "y": 40.43431854248047, "subreddit": "vegetarianketo", "cluster": 589, "color": 2}, {"x": 7.218236446380615, "y": -29.656681060791016, "subreddit": "vegrecipes", "cluster": 589, "color": 2}, {"x": 9.524609565734863, "y": -118.86468505859375, "subreddit": "buffalowizards", "cluster": 1084, "color": 1}, {"x": 8.862473487854004, "y": -118.63225555419922, "subreddit": "dvz", "cluster": 1084, "color": 1}, {"x": 10.906872749328613, "y": -118.60469818115234, "subreddit": "dwarvendistrict", "cluster": 1084, "color": 1}, {"x": 10.500499725341797, "y": -118.66405487060547, "subreddit": "lordsofminecraft", "cluster": 1084, "color": 1}, {"x": 8.603819847106934, "y": -118.92807006835938, "subreddit": "playmindcrack", "cluster": 1084, "color": 1}, {"x": -52.31025314331055, "y": 72.9649429321289, "subreddit": "buffhydra", "cluster": 1552, "color": 0}, {"x": -37.85591506958008, "y": -12.115550994873047, "subreddit": "endlessfrontier", "cluster": 1552, "color": 0}, {"x": -53.56437683105469, "y": 72.77783966064453, "subreddit": "rotmg", "cluster": 1552, "color": 0}, {"x": -53.82602310180664, "y": 73.28826141357422, "subreddit": "rotmgtradingpost", "cluster": 1552, "color": 0}, {"x": -52.551231384277344, "y": -54.85873794555664, "subreddit": "bugout", "cluster": 298, "color": 2}, {"x": -51.67951583862305, "y": -55.073421478271484, "subreddit": "gastate", "cluster": 298, "color": 2}, {"x": -50.9783821105957, "y": -55.238216400146484, "subreddit": "pkgoatlanta", "cluster": 298, "color": 2}, {"x": -52.85843276977539, "y": -54.81963348388672, "subreddit": "preppers", "cluster": 298, "color": 2}, {"x": -100.81954956054688, "y": -0.7481313347816467, "subreddit": "purelivingonyoutube", "cluster": 298, "color": 2}, {"x": 16.99186134338379, "y": -3.139568567276001, "subreddit": "thexeffect", "cluster": 298, "color": 2}, {"x": -55.388633728027344, "y": -19.781112670898438, "subreddit": "buildapc", "cluster": 300, "color": 1}, {"x": -54.86786651611328, "y": -20.35101318359375, "subreddit": "buildapcforme", "cluster": 300, "color": 1}, {"x": -51.66335678100586, "y": -16.315887451171875, "subreddit": "buildapcsales", "cluster": 300, "color": 1}, {"x": -55.95246887207031, "y": -19.777606964111328, "subreddit": "buildmeapc", "cluster": 300, "color": 1}, {"x": -54.72183609008789, "y": 13.79422664642334, "subreddit": "crtgaming", "cluster": 300, "color": 1}, {"x": -55.10639572143555, "y": -19.091135025024414, "subreddit": "overclocking", "cluster": 300, "color": 1}, {"x": -56.53691101074219, "y": -21.649734497070312, "subreddit": "techsupport", "cluster": 300, "color": 1}, {"x": 90.92523956298828, "y": -73.68465423583984, "subreddit": "buildapcsalesuk", "cluster": 844, "color": 2}, {"x": 94.38008880615234, "y": -72.92964172363281, "subreddit": "egpu", "cluster": 844, "color": 2}, {"x": 90.94466400146484, "y": -73.68785095214844, "subreddit": "hardwareswapuk", "cluster": 844, "color": 2}, {"x": 42.98405456542969, "y": 53.11286544799805, "subreddit": "bujo", "cluster": 301, "color": 1}, {"x": 42.82509994506836, "y": 53.08534240722656, "subreddit": "bulletjournal", "cluster": 301, "color": 1}, {"x": 44.516273498535156, "y": 53.4708366394043, "subreddit": "fringefashion", "cluster": 301, "color": 1}, {"x": 35.01632308959961, "y": -16.682235717773438, "subreddit": "getdisciplined", "cluster": 301, "color": 1}, {"x": 41.5474853515625, "y": 53.212677001953125, "subreddit": "journaling", "cluster": 301, "color": 1}, {"x": 35.929534912109375, "y": -17.20836067199707, "subreddit": "nosurf", "cluster": 301, "color": 1}, {"x": 38.925270080566406, "y": -2.3916659355163574, "subreddit": "bulgaria", "cluster": 1535, "color": 0}, {"x": -73.95005798339844, "y": -28.158679962158203, "subreddit": "oled", "cluster": 1535, "color": 0}, {"x": -73.87060546875, "y": -27.678255081176758, "subreddit": "revolut", "cluster": 1535, "color": 0}, {"x": -53.58832931518555, "y": -69.90678405761719, "subreddit": "bullcity", "cluster": 1856, "color": 1}, {"x": -53.971954345703125, "y": -68.69815826416016, "subreddit": "couchsurfing", "cluster": 1856, "color": 1}, {"x": -55.37942886352539, "y": -71.0052261352539, "subreddit": "ncsu", "cluster": 1856, "color": 1}, {"x": -53.94912338256836, "y": -71.45140838623047, "subreddit": "northcarolina", "cluster": 1856, "color": 1}, {"x": -54.532684326171875, "y": -70.85033416748047, "subreddit": "raleigh", "cluster": 1856, "color": 1}, {"x": -53.81657791137695, "y": -69.91869354248047, "subreddit": "triangle", "cluster": 1856, "color": 1}, {"x": 26.23302459716797, "y": 59.80238723754883, "subreddit": "bumble", "cluster": 1329, "color": 4}, {"x": 26.881662368774414, "y": 61.62912368774414, "subreddit": "hingeapp", "cluster": 1329, "color": 4}, {"x": 26.888731002807617, "y": 61.63219451904297, "subreddit": "onlinedating", "cluster": 1329, "color": 4}, {"x": -118.58646392822266, "y": -29.71474266052246, "subreddit": "pof", "cluster": 1329, "color": 4}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "bundary", "cluster": 302, "color": 1}, {"x": 0.7823885083198547, "y": -31.86454963684082, "subreddit": "burgers", "cluster": 590, "color": 1}, {"x": 0.4945768415927887, "y": -31.423791885375977, "subreddit": "eatsandwiches", "cluster": 590, "color": 1}, {"x": 1.1207911968231201, "y": -31.03053092956543, "subreddit": "grilledcheese", "cluster": 590, "color": 1}, {"x": 1.7605197429656982, "y": -32.32587432861328, "subreddit": "pizza", "cluster": 590, "color": 1}, {"x": 12.9143705368042, "y": -43.09223556518555, "subreddit": "rollerblading", "cluster": 590, "color": 1}, {"x": -0.5771930813789368, "y": -32.409507751464844, "subreddit": "sushi", "cluster": 590, "color": 1}, {"x": -0.13951213657855988, "y": -31.008092880249023, "subreddit": "webcomics", "cluster": 590, "color": 1}, {"x": -1.4011611938476562, "y": -30.75526237487793, "subreddit": "zombies", "cluster": 590, "color": 1}, {"x": -21.54671287536621, "y": -73.1087646484375, "subreddit": "burlington", "cluster": 1899, "color": 2}, {"x": -21.371789932250977, "y": -71.68223571777344, "subreddit": "icecoast", "cluster": 1899, "color": 2}, {"x": -21.53209686279297, "y": -72.94902038574219, "subreddit": "vermont", "cluster": 1899, "color": 2}, {"x": 20.918981552124023, "y": -94.72126007080078, "subreddit": "burlingtonon", "cluster": 304, "color": 1}, {"x": -100.7166748046875, "y": -20.7639217376709, "subreddit": "chiropractic", "cluster": 304, "color": 1}, {"x": 19.954912185668945, "y": -95.04515075683594, "subreddit": "dancingwiththestars", "cluster": 304, "color": 1}, {"x": 21.83929443359375, "y": -94.34349060058594, "subreddit": "hamilton", "cluster": 304, "color": 1}, {"x": 7.365365505218506, "y": 88.66741180419922, "subreddit": "burstcoin", "cluster": 806, "color": 0}, {"x": 4.64485502243042, "y": 87.4490966796875, "subreddit": "ethermining", "cluster": 806, "color": 0}, {"x": 4.218031883239746, "y": 88.1914291381836, "subreddit": "gpumining", "cluster": 806, "color": 0}, {"x": 2.6796767711639404, "y": 86.40251922607422, "subreddit": "moneromining", "cluster": 806, "color": 0}, {"x": 4.145191192626953, "y": 88.58807373046875, "subreddit": "nicehash", "cluster": 806, "color": 0}, {"x": 3.999157190322876, "y": 89.21219635009766, "subreddit": "ravencoin", "cluster": 806, "color": 0}, {"x": 8.485474586486816, "y": -78.18487548828125, "subreddit": "businessintelligence", "cluster": 306, "color": 0}, {"x": 8.695284843444824, "y": -78.5040283203125, "subreddit": "powerbi", "cluster": 306, "color": 0}, {"x": 8.210741996765137, "y": -77.78130340576172, "subreddit": "tableau", "cluster": 306, "color": 0}, {"x": -46.19548797607422, "y": -19.66857147216797, "subreddit": "buyitforlife", "cluster": 307, "color": 2}, {"x": -51.72379684448242, "y": -15.085740089416504, "subreddit": "dealsreddit", "cluster": 307, "color": 2}, {"x": -90.94082641601562, "y": -47.412837982177734, "subreddit": "f150", "cluster": 307, "color": 2}, {"x": -2.9614155292510986, "y": -2.601270914077759, "subreddit": "frugal", "cluster": 307, "color": 2}, {"x": -46.102928161621094, "y": -19.726303100585938, "subreddit": "lawncare", "cluster": 307, "color": 2}, {"x": -49.5322265625, "y": 4.656007289886475, "subreddit": "powermetal", "cluster": 307, "color": 2}, {"x": -75.22467803955078, "y": 29.75558853149414, "subreddit": "redwingshoes", "cluster": 307, "color": 2}, {"x": -1.3597428798675537, "y": 86.90877532958984, "subreddit": "bytecoinbcn", "cluster": 399, "color": 1}, {"x": -48.1812858581543, "y": -127.24230194091797, "subreddit": "comcast", "cluster": 399, "color": 1}, {"x": -48.183509826660156, "y": -127.24616241455078, "subreddit": "comcast_xfinity", "cluster": 399, "color": 1}, {"x": 37.29012680053711, "y": -109.57026672363281, "subreddit": "byu", "cluster": 1198, "color": 1}, {"x": 37.96554183959961, "y": -108.61044311523438, "subreddit": "exmormon", "cluster": 1198, "color": 1}, {"x": 37.750362396240234, "y": -108.7330551147461, "subreddit": "mormon", "cluster": 1198, "color": 1}, {"x": -50.14956283569336, "y": -28.675640106201172, "subreddit": "c64", "cluster": 1533, "color": 4}, {"x": -52.55418014526367, "y": -30.12505531311035, "subreddit": "mud", "cluster": 1533, "color": 4}, {"x": -52.50691223144531, "y": -29.19174575805664, "subreddit": "retrobattlestations", "cluster": 1533, "color": 4}, {"x": -52.922882080078125, "y": -28.621530532836914, "subreddit": "vintageapple", "cluster": 1533, "color": 4}, {"x": -52.512088775634766, "y": -29.062196731567383, "subreddit": "vintagecomputing", "cluster": 1533, "color": 4}, {"x": 9.558808326721191, "y": -66.95922088623047, "subreddit": "c_programming", "cluster": 721, "color": 0}, {"x": 63.9156608581543, "y": -72.41001892089844, "subreddit": "de_edv", "cluster": 721, "color": 0}, {"x": 65.09637451171875, "y": -72.6124267578125, "subreddit": "de_iama", "cluster": 721, "color": 0}, {"x": 64.9465560913086, "y": -71.08633422851562, "subreddit": "einfach_posten", "cluster": 721, "color": 0}, {"x": 63.44491958618164, "y": -71.28333282470703, "subreddit": "fahrrad", "cluster": 721, "color": 0}, {"x": 64.26439666748047, "y": -71.87458038330078, "subreddit": "fragreddit", "cluster": 721, "color": 0}, {"x": 67.76280975341797, "y": -70.07102966308594, "subreddit": "germanrap", "cluster": 721, "color": 0}, {"x": 65.25796508789062, "y": -70.55430603027344, "subreddit": "kreiswichs", "cluster": 721, "color": 0}, {"x": 60.4312629699707, "y": -72.3729019165039, "subreddit": "lanl_german", "cluster": 721, "color": 0}, {"x": 62.135826110839844, "y": -73.67072296142578, "subreddit": "munich", "cluster": 721, "color": 0}, {"x": -45.02277755737305, "y": -1.8626598119735718, "subreddit": "ca_kitchen", "cluster": 445, "color": 1}, {"x": -43.91562271118164, "y": -1.7951446771621704, "subreddit": "cripplingalcoholism", "cluster": 445, "color": 1}, {"x": 1.2878451347351074, "y": -38.14158248901367, "subreddit": "drunkencookery", "cluster": 445, "color": 1}, {"x": -43.668277740478516, "y": -1.7360018491744995, "subreddit": "outlandishalcoholics", "cluster": 445, "color": 1}, {"x": 39.139774322509766, "y": -5.437918663024902, "subreddit": "cabalofthebuildsmiths", "cluster": 798, "color": 1}, {"x": 38.449039459228516, "y": -5.244516372680664, "subreddit": "gog", "cluster": 798, "color": 1}, {"x": 38.00007629394531, "y": -5.148911952972412, "subreddit": "playdate", "cluster": 798, "color": 1}, {"x": -56.15076446533203, "y": -27.20635986328125, "subreddit": "cablefail", "cluster": 308, "color": 0}, {"x": -56.15785598754883, "y": -27.228466033935547, "subreddit": "cableporn", "cluster": 308, "color": 0}, {"x": -48.639766693115234, "y": -25.97759246826172, "subreddit": "cade", "cluster": 312, "color": 1}, {"x": -63.434295654296875, "y": 25.5181884765625, "subreddit": "dancedancerevolution", "cluster": 312, "color": 1}, {"x": -50.524234771728516, "y": -7.304345607757568, "subreddit": "gpdwin", "cluster": 312, "color": 1}, {"x": -48.621952056884766, "y": -25.976152420043945, "subreddit": "mame", "cluster": 312, "color": 1}, {"x": -57.67406463623047, "y": -119.0113296508789, "subreddit": "pinball", "cluster": 312, "color": 1}, {"x": -0.8125609159469604, "y": 10.184657096862793, "subreddit": "cahideas", "cluster": 1975, "color": 4}, {"x": -92.607421875, "y": 9.478496551513672, "subreddit": "streetlightmanifesto", "cluster": 1975, "color": 4}, {"x": -94.05451202392578, "y": 9.076329231262207, "subreddit": "worldoftanksconsole", "cluster": 1975, "color": 4}, {"x": -93.90909576416016, "y": 9.110875129699707, "subreddit": "worldoftanksxbox", "cluster": 1975, "color": 4}, {"x": 49.61494445800781, "y": 38.453895568847656, "subreddit": "cakedecorating", "cluster": 678, "color": 3}, {"x": 47.69571304321289, "y": 55.17523956298828, "subreddit": "findfashion", "cluster": 678, "color": 3}, {"x": 47.6982307434082, "y": 55.20390319824219, "subreddit": "frugalfemalefashion", "cluster": 678, "color": 3}, {"x": -29.465999603271484, "y": 34.601531982421875, "subreddit": "calamitymod", "cluster": 1783, "color": 0}, {"x": -30.609643936157227, "y": 34.02495193481445, "subreddit": "dccomicslegendsgame", "cluster": 1783, "color": 0}, {"x": -8.206207275390625, "y": 39.37637710571289, "subreddit": "monsterlegends", "cluster": 1783, "color": 0}, {"x": -29.477684020996094, "y": 33.095306396484375, "subreddit": "starbound", "cluster": 1783, "color": 0}, {"x": -29.861845016479492, "y": 33.87452697753906, "subreddit": "terraria", "cluster": 1783, "color": 0}, {"x": 132.54615783691406, "y": -33.882808685302734, "subreddit": "calibrations", "cluster": 1127, "color": 4}, {"x": 132.54690551757812, "y": -33.88390350341797, "subreddit": "masseffectphoenix", "cluster": 1127, "color": 4}, {"x": 14.020484924316406, "y": -129.20359802246094, "subreddit": "trekrp", "cluster": 1127, "color": 4}, {"x": -42.801204681396484, "y": -56.05256271362305, "subreddit": "california", "cluster": 659, "color": 0}, {"x": -43.064903259277344, "y": -55.0020637512207, "subreddit": "california_politics", "cluster": 659, "color": 0}, {"x": -42.70635223388672, "y": -56.42197036743164, "subreddit": "fastfood", "cluster": 659, "color": 0}, {"x": -43.550689697265625, "y": -56.926788330078125, "subreddit": "mcdonalds", "cluster": 659, "color": 0}, {"x": -41.74516296386719, "y": -56.01679229736328, "subreddit": "obama", "cluster": 659, "color": 0}, {"x": -40.871177673339844, "y": -57.74762725830078, "subreddit": "tacobell", "cluster": 659, "color": 0}, {"x": 32.897377014160156, "y": 18.277660369873047, "subreddit": "callcentres", "cluster": 1756, "color": 4}, {"x": -5.82339334487915, "y": -93.43243408203125, "subreddit": "hookah", "cluster": 1756, "color": 4}, {"x": 32.86243438720703, "y": 18.20656967163086, "subreddit": "talesfromcallcenters", "cluster": 1756, "color": 4}, {"x": 31.753263473510742, "y": 38.68391418457031, "subreddit": "calligraphy", "cluster": 1363, "color": 4}, {"x": -5.6584978103637695, "y": 13.601436614990234, "subreddit": "handwriting", "cluster": 1363, "color": 4}, {"x": -5.428313732147217, "y": 13.470985412597656, "subreddit": "penmanshipporn", "cluster": 1363, "color": 4}, {"x": -126.86463928222656, "y": -55.551239013671875, "subreddit": "callofdutyblackops4", "cluster": 315, "color": 1}, {"x": -126.86512756347656, "y": -55.55228805541992, "subreddit": "callofdutyworldwartwo", "cluster": 315, "color": 1}, {"x": -24.061946868896484, "y": 82.93154907226562, "subreddit": "stormbound", "cluster": 315, "color": 1}, {"x": 12.00574779510498, "y": -54.12788772583008, "subreddit": "calpoly", "cluster": 316, "color": 0}, {"x": 11.75796127319336, "y": -53.95845031738281, "subreddit": "slo", "cluster": 316, "color": 0}, {"x": -91.11186981201172, "y": 25.097238540649414, "subreddit": "tabletennis", "cluster": 316, "color": 0}, {"x": -89.41694641113281, "y": 57.73207473754883, "subreddit": "calpolypomona", "cluster": 1817, "color": 0}, {"x": -82.0209732055664, "y": 48.09450149536133, "subreddit": "drizzy", "cluster": 1817, "color": 0}, {"x": -89.38406372070312, "y": 57.700347900390625, "subreddit": "theweeknd", "cluster": 1817, "color": 0}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "calvarezvsdjacobslive", "cluster": 317, "color": 2}, {"x": -31.690093994140625, "y": 0.8218173980712891, "subreddit": "calvarezvsjacobslivee", "cluster": 318, "color": 1}, {"x": -98.3037338256836, "y": -48.82645034790039, "subreddit": "camaro", "cluster": 355, "color": 1}, {"x": -95.93877410888672, "y": -49.70951843261719, "subreddit": "chevy", "cluster": 355, "color": 1}, {"x": -95.85801696777344, "y": -49.826744079589844, "subreddit": "chevytrucks", "cluster": 355, "color": 1}, {"x": -96.78337860107422, "y": -47.99211883544922, "subreddit": "pontiac", "cluster": 355, "color": 1}, {"x": -80.73072052001953, "y": 89.6618423461914, "subreddit": "camp_jupiter", "cluster": 319, "color": 1}, {"x": -80.43603515625, "y": 89.39727783203125, "subreddit": "camphalfblood", "cluster": 319, "color": 1}, {"x": -80.97484588623047, "y": 89.87599182128906, "subreddit": "demigodfiles", "cluster": 319, "color": 1}, {"x": 26.422630310058594, "y": -92.18856048583984, "subreddit": "canada", "cluster": 322, "color": 2}, {"x": -82.28369140625, "y": -66.30729675292969, "subreddit": "canadaguns", "cluster": 322, "color": 2}, {"x": 27.127246856689453, "y": -91.612060546875, "subreddit": "canadapolitics", "cluster": 322, "color": 2}, {"x": 27.650148391723633, "y": -91.00849914550781, "subreddit": "canadianforces", "cluster": 322, "color": 2}, {"x": -70.2015380859375, "y": -53.50564193725586, "subreddit": "firewater", "cluster": 322, "color": 2}, {"x": 25.97977638244629, "y": -92.09283447265625, "subreddit": "metacanada", "cluster": 322, "color": 2}, {"x": 26.86559295654297, "y": -93.4556655883789, "subreddit": "onguardforthee", "cluster": 322, "color": 2}, {"x": 24.0040283203125, "y": -93.10302734375, "subreddit": "ontario", "cluster": 322, "color": 2}, {"x": -58.102020263671875, "y": -80.66874694824219, "subreddit": "winnipeg", "cluster": 322, "color": 2}, {"x": -61.67869567871094, "y": -19.529640197753906, "subreddit": "canadacordcutters", "cluster": 1900, "color": 3}, {"x": 33.25990295410156, "y": 52.79709243774414, "subreddit": "veterinary", "cluster": 1900, "color": 3}, {"x": 33.27787780761719, "y": 52.78888702392578, "subreddit": "vettech", "cluster": 1900, "color": 3}, {"x": 38.25666046142578, "y": -11.489038467407227, "subreddit": "canadapublicservants", "cluster": 1341, "color": 1}, {"x": 37.922054290771484, "y": -10.54857063293457, "subreddit": "carletonu", "cluster": 1341, "color": 1}, {"x": -47.79936599731445, "y": 55.902565002441406, "subreddit": "geegees", "cluster": 1341, "color": 1}, {"x": 38.162811279296875, "y": -11.232667922973633, "subreddit": "ottawa", "cluster": 1341, "color": 1}, {"x": -18.112911224365234, "y": 115.58790588378906, "subreddit": "canadiancannabislps", "cluster": 1508, "color": 3}, {"x": 72.775634765625, "y": -123.038818359375, "subreddit": "drunk", "cluster": 1508, "color": 3}, {"x": -18.15015983581543, "y": 114.37348175048828, "subreddit": "recpics", "cluster": 1508, "color": 3}, {"x": -18.174007415771484, "y": 114.28690338134766, "subreddit": "theocs", "cluster": 1508, "color": 3}, {"x": 85.08261108398438, "y": -93.25508880615234, "subreddit": "canadianinvestor", "cluster": 1371, "color": 0}, {"x": -83.7232666015625, "y": -25.337421417236328, "subreddit": "churningcanada", "cluster": 1371, "color": 0}, {"x": 83.98257446289062, "y": -93.79419708251953, "subreddit": "legaladvicecanada", "cluster": 1371, "color": 0}, {"x": 84.85494232177734, "y": -93.3636474609375, "subreddit": "personalfinancecanada", "cluster": 1371, "color": 0}, {"x": -14.791318893432617, "y": 114.16516876220703, "subreddit": "canadianmoms", "cluster": 323, "color": 0}, {"x": 23.313404083251953, "y": -92.09512329101562, "subreddit": "canadients", "cluster": 323, "color": 0}, {"x": -77.60616302490234, "y": -92.21407318115234, "subreddit": "jasonellisshow", "cluster": 323, "color": 0}, {"x": -14.79845142364502, "y": 114.16773986816406, "subreddit": "mompics", "cluster": 323, "color": 0}, {"x": 22.967344284057617, "y": -91.61181640625, "subreddit": "todispensaries", "cluster": 323, "color": 0}, {"x": -139.26382446289062, "y": 58.97114944458008, "subreddit": "canelojacobslivetv", "cluster": 324, "color": 1}, {"x": -139.26382446289062, "y": 58.97114944458008, "subreddit": "celticsvsbuckslivetv", "cluster": 324, "color": 1}, {"x": -140.19570922851562, "y": 57.85343551635742, "subreddit": "crawfordkhanlive", "cluster": 324, "color": 1}, {"x": -139.83164978027344, "y": 59.9036750793457, "subreddit": "espn2watch", "cluster": 324, "color": 1}, {"x": -140.19570922851562, "y": 57.85343551635742, "subreddit": "googlepasstv", "cluster": 324, "color": 1}, {"x": -139.26382446289062, "y": 58.97114944458008, "subreddit": "hdmtv", "cluster": 324, "color": 1}, {"x": -138.69561767578125, "y": 58.16578674316406, "subreddit": "nbastreamingtv", "cluster": 324, "color": 1}, {"x": -140.19570922851562, "y": 57.85343551635742, "subreddit": "nfl2019draft", "cluster": 324, "color": 1}, {"x": -140.6028594970703, "y": 58.99613952636719, "subreddit": "raptors76erslive", "cluster": 324, "color": 1}, {"x": -140.6028594970703, "y": 58.99613952636719, "subreddit": "redditsportstv", "cluster": 324, "color": 1}, {"x": -139.21142578125, "y": 57.595008850097656, "subreddit": "rocketswarriorslive", "cluster": 324, "color": 1}, {"x": -140.6028594970703, "y": 58.99613952636719, "subreddit": "tottenhamvsajaxlivetv", "cluster": 324, "color": 1}, {"x": -124.54188537597656, "y": 52.27227783203125, "subreddit": "canelovsjacobslivehd", "cluster": 325, "color": 1}, {"x": -124.54188537597656, "y": 52.272132873535156, "subreddit": "canelovsjacobslivehq", "cluster": 325, "color": 1}, {"x": 17.086437225341797, "y": -23.78068733215332, "subreddit": "cannabis", "cluster": 326, "color": 0}, {"x": 16.107162475585938, "y": -24.888973236083984, "subreddit": "lyme", "cluster": 326, "color": 0}, {"x": 17.13371467590332, "y": -23.712425231933594, "subreddit": "marijuana", "cluster": 326, "color": 0}, {"x": -30.78122329711914, "y": 66.24436950683594, "subreddit": "simsmobile", "cluster": 326, "color": 0}, {"x": -12.688006401062012, "y": 106.2865219116211, "subreddit": "weedbiz", "cluster": 326, "color": 0}, {"x": -15.454620361328125, "y": 106.37075805664062, "subreddit": "cannabiscultivation", "cluster": 327, "color": 2}, {"x": -15.989607810974121, "y": 106.91845703125, "subreddit": "growingmarijuana", "cluster": 327, "color": 2}, {"x": -14.121743202209473, "y": 107.33198547363281, "subreddit": "herbgrow", "cluster": 327, "color": 2}, {"x": -12.91621208190918, "y": 106.40898132324219, "subreddit": "macrogrowery", "cluster": 327, "color": 2}, {"x": -14.343429565429688, "y": 107.95390319824219, "subreddit": "microgrowery", "cluster": 327, "color": 2}, {"x": -15.46953010559082, "y": 106.00108337402344, "subreddit": "outdoorgrowing", "cluster": 327, "color": 2}, {"x": -9.558581352233887, "y": 114.64783477783203, "subreddit": "cannabisextracts", "cluster": 789, "color": 1}, {"x": -9.630142211914062, "y": 115.96057891845703, "subreddit": "glassheads", "cluster": 789, "color": 1}, {"x": -10.322275161743164, "y": 116.65656280517578, "subreddit": "lampwork", "cluster": 789, "color": 1}, {"x": -9.391956329345703, "y": 116.05914306640625, "subreddit": "pieces", "cluster": 789, "color": 1}, {"x": 3.116694211959839, "y": -28.538921356201172, "subreddit": "canning", "cluster": 1472, "color": 1}, {"x": -125.71063232421875, "y": -18.347524642944336, "subreddit": "juul", "cluster": 1472, "color": 1}, {"x": 3.062793493270874, "y": -28.60523796081543, "subreddit": "putaneggonit", "cluster": 1472, "color": 1}, {"x": 94.91534423828125, "y": -60.08506774902344, "subreddit": "capetown", "cluster": 1666, "color": 2}, {"x": 33.052616119384766, "y": -55.97776412963867, "subreddit": "heraldry", "cluster": 1666, "color": 2}, {"x": 94.90414428710938, "y": -60.07774353027344, "subreddit": "southafrica", "cluster": 1666, "color": 2}, {"x": 70.46390533447266, "y": -25.18318748474121, "subreddit": "capstone", "cluster": 361, "color": 0}, {"x": 70.36369323730469, "y": -25.093366622924805, "subreddit": "chivalrygame", "cluster": 361, "color": 0}, {"x": 68.74285888671875, "y": -23.430742263793945, "subreddit": "mordhau", "cluster": 361, "color": 0}, {"x": 71.57525634765625, "y": 23.6790771484375, "subreddit": "captaintsubasadt", "cluster": 687, "color": 0}, {"x": 71.38636016845703, "y": 24.294994354248047, "subreddit": "fiu", "cluster": 687, "color": 0}, {"x": 70.91519165039062, "y": 25.36682891845703, "subreddit": "miami", "cluster": 687, "color": 0}, {"x": 72.55633544921875, "y": 2.0768842697143555, "subreddit": "carav", "cluster": 1865, "color": 4}, {"x": 71.7945327758789, "y": 1.1952897310256958, "subreddit": "farmingsimulator", "cluster": 1865, "color": 4}, {"x": 70.84417724609375, "y": 3.6157870292663574, "subreddit": "homestarrunner", "cluster": 1865, "color": 4}, {"x": 71.4676513671875, "y": 2.851118803024292, "subreddit": "ipod", "cluster": 1865, "color": 4}, {"x": -52.93565368652344, "y": 51.883583068847656, "subreddit": "thecube", "cluster": 1865, "color": 4}, {"x": 72.05651092529297, "y": 2.058946132659912, "subreddit": "trucksim", "cluster": 1865, "color": 4}, {"x": 13.380416870117188, "y": -87.32427978515625, "subreddit": "cardiff", "cluster": 1921, "color": 3}, {"x": 12.549885749816895, "y": -87.89482116699219, "subreddit": "leangains", "cluster": 1921, "color": 3}, {"x": 12.896512985229492, "y": -87.68222045898438, "subreddit": "wales", "cluster": 1921, "color": 3}, {"x": -53.98384094238281, "y": 105.70376586914062, "subreddit": "cardistry", "cluster": 1396, "color": 3}, {"x": -54.807071685791016, "y": 105.72119903564453, "subreddit": "playingcards", "cluster": 1396, "color": 3}, {"x": -54.56774139404297, "y": 105.71448516845703, "subreddit": "playingcardsmarket", "cluster": 1396, "color": 3}, {"x": 38.11737060546875, "y": 1.0000356435775757, "subreddit": "careeradvice", "cluster": 328, "color": 1}, {"x": 38.44190216064453, "y": 0.5353767275810242, "subreddit": "careerguidance", "cluster": 328, "color": 1}, {"x": 38.458499908447266, "y": 0.1750539392232895, "subreddit": "findapath", "cluster": 328, "color": 1}, {"x": -53.98849868774414, "y": 134.12525939941406, "subreddit": "carfans", "cluster": 1302, "color": 4}, {"x": -54.2802619934082, "y": 134.54562377929688, "subreddit": "earthfans", "cluster": 1302, "color": 4}, {"x": -53.47188186645508, "y": 134.16575622558594, "subreddit": "foodfans", "cluster": 1302, "color": 4}, {"x": -53.53778076171875, "y": 135.06585693359375, "subreddit": "mapfans", "cluster": 1302, "color": 4}, {"x": -54.070884704589844, "y": 135.02906799316406, "subreddit": "militaryfans", "cluster": 1302, "color": 4}, {"x": -53.25719451904297, "y": 134.6312255859375, "subreddit": "nosillysuffix", "cluster": 1302, "color": 4}, {"x": 45.82143020629883, "y": 33.836116790771484, "subreddit": "carnivore", "cluster": 2006, "color": 1}, {"x": -18.265796661376953, "y": -75.21158599853516, "subreddit": "ketoscience", "cluster": 2006, "color": 1}, {"x": 46.10052490234375, "y": 33.718711853027344, "subreddit": "zerocarb", "cluster": 2006, "color": 1}, {"x": 59.874664306640625, "y": 66.44818115234375, "subreddit": "carolinecallowaysnark", "cluster": 1650, "color": 2}, {"x": 59.797061920166016, "y": 66.45879364013672, "subreddit": "smolbeansnark", "cluster": 1650, "color": 2}, {"x": -41.650272369384766, "y": -10.586155891418457, "subreddit": "carpentry", "cluster": 421, "color": 1}, {"x": -41.508235931396484, "y": -10.455094337463379, "subreddit": "construction", "cluster": 421, "color": 1}, {"x": 52.15746307373047, "y": 111.20132446289062, "subreddit": "dui", "cluster": 421, "color": 1}, {"x": 77.73210906982422, "y": 70.17221069335938, "subreddit": "mixedrace", "cluster": 421, "color": 1}, {"x": -33.93262481689453, "y": -1.7396728992462158, "subreddit": "osha", "cluster": 421, "color": 1}, {"x": -56.741329193115234, "y": -0.9094075560569763, "subreddit": "roofing", "cluster": 421, "color": 1}, {"x": -67.41191101074219, "y": 46.81943130493164, "subreddit": "tbi", "cluster": 421, "color": 1}, {"x": -101.1106948852539, "y": -74.55596923828125, "subreddit": "cascadia", "cluster": 1932, "color": 5}, {"x": -98.75959777832031, "y": -73.66995239257812, "subreddit": "coronaviruswa", "cluster": 1932, "color": 5}, {"x": -100.04212951660156, "y": -72.9497299194336, "subreddit": "olympia", "cluster": 1932, "color": 5}, {"x": -108.59735870361328, "y": -56.752681732177734, "subreddit": "spokane", "cluster": 1932, "color": 5}, {"x": -100.31829833984375, "y": -72.36288452148438, "subreddit": "tacoma", "cluster": 1932, "color": 5}, {"x": -93.92398071289062, "y": -72.05430603027344, "subreddit": "wa_guns", "cluster": 1932, "color": 5}, {"x": -99.81656646728516, "y": -73.34514617919922, "subreddit": "washington", "cluster": 1932, "color": 5}, {"x": -66.95114135742188, "y": 94.26219940185547, "subreddit": "caseclickers", "cluster": 330, "color": 1}, {"x": -66.95221710205078, "y": 94.26496887207031, "subreddit": "caseclickertrades", "cluster": 330, "color": 1}, {"x": 108.66998291015625, "y": 60.22503662109375, "subreddit": "ryzemains", "cluster": 330, "color": 1}, {"x": 94.21178436279297, "y": 21.09526252746582, "subreddit": "cash4cash", "cluster": 775, "color": 2}, {"x": 30.02251625061035, "y": 51.76736831665039, "subreddit": "chegganswers", "cluster": 775, "color": 2}, {"x": -6.533524036407471, "y": -75.58879852294922, "subreddit": "chipotle", "cluster": 775, "color": 2}, {"x": 94.36338806152344, "y": 21.070335388183594, "subreddit": "gctrading", "cluster": 775, "color": 2}, {"x": 96.032470703125, "y": 20.772830963134766, "subreddit": "gcxrep", "cluster": 775, "color": 2}, {"x": 96.21099090576172, "y": 20.772174835205078, "subreddit": "giftcardexchange", "cluster": 775, "color": 2}, {"x": -18.422077178955078, "y": 77.30986022949219, "subreddit": "phoneverification", "cluster": 775, "color": 2}, {"x": -99.67337036132812, "y": -94.6873779296875, "subreddit": "cassetteculture", "cluster": 331, "color": 0}, {"x": -99.50206756591797, "y": -94.42425537109375, "subreddit": "typewriters", "cluster": 331, "color": 0}, {"x": -100.29590606689453, "y": -96.10193634033203, "subreddit": "vintageaudio", "cluster": 331, "color": 0}, {"x": -39.6236572265625, "y": -60.93223571777344, "subreddit": "castateworkers", "cluster": 1568, "color": 4}, {"x": -4.627962589263916, "y": 96.9933090209961, "subreddit": "csus", "cluster": 1568, "color": 4}, {"x": -37.48244094848633, "y": -85.20524597167969, "subreddit": "kings", "cluster": 1568, "color": 4}, {"x": -39.61649703979492, "y": -60.94778060913086, "subreddit": "sacramento", "cluster": 1568, "color": 4}, {"x": -37.63077163696289, "y": 46.15828323364258, "subreddit": "castleclash", "cluster": 1485, "color": 0}, {"x": -31.616308212280273, "y": 0.8415371775627136, "subreddit": "greycuplivee", "cluster": 1485, "color": 0}, {"x": -33.76542663574219, "y": 10.36506462097168, "subreddit": "raidshadowlegends", "cluster": 1485, "color": 0}, {"x": -18.676042556762695, "y": 59.976444244384766, "subreddit": "that_poppy", "cluster": 1485, "color": 0}, {"x": -10.745580673217773, "y": -43.97981262207031, "subreddit": "castlerocktv", "cluster": 1610, "color": 3}, {"x": -16.91010856628418, "y": -39.5718994140625, "subreddit": "dark", "cluster": 1610, "color": 3}, {"x": -17.211286544799805, "y": -38.374122619628906, "subreddit": "ozark", "cluster": 1610, "color": 3}, {"x": -17.0393009185791, "y": -39.38081359863281, "subreddit": "sharpobjects", "cluster": 1610, "color": 3}, {"x": -16.090721130371094, "y": -36.062740325927734, "subreddit": "westworld", "cluster": 1610, "color": 3}, {"x": 32.172733306884766, "y": 7.031329154968262, "subreddit": "casualconversation", "cluster": 333, "color": 0}, {"x": 154.7888946533203, "y": 421.826416015625, "subreddit": "saorpg", "cluster": 333, "color": 0}, {"x": 32.18705749511719, "y": 7.03048849105835, "subreddit": "seriousconversation", "cluster": 333, "color": 0}, {"x": -8.229141235351562, "y": 5.386868953704834, "subreddit": "casualiama", "cluster": 1808, "color": 4}, {"x": -105.21219635009766, "y": 30.235185623168945, "subreddit": "morbidquestions", "cluster": 1808, "color": 4}, {"x": -0.5970020294189453, "y": 12.800334930419922, "subreddit": "ofcoursethatsathing", "cluster": 1808, "color": 4}, {"x": 1.7719159126281738, "y": 134.74281311035156, "subreddit": "someordinarygmrs", "cluster": 1808, "color": 4}, {"x": -8.33243179321289, "y": 5.40438985824585, "subreddit": "theonion", "cluster": 1808, "color": 4}, {"x": -7.923226833343506, "y": 6.4612250328063965, "subreddit": "theydidthefuckyou", "cluster": 1808, "color": 4}, {"x": 51.344547271728516, "y": -81.05492401123047, "subreddit": "casualireland", "cluster": 954, "color": 1}, {"x": -39.901039123535156, "y": -20.080747604370117, "subreddit": "cork", "cluster": 954, "color": 1}, {"x": 0.7221637964248657, "y": 102.36978149414062, "subreddit": "crainn", "cluster": 954, "color": 1}, {"x": 48.289588928222656, "y": -79.77073669433594, "subreddit": "dublin", "cluster": 954, "color": 1}, {"x": 46.354095458984375, "y": -80.27951049804688, "subreddit": "gaa", "cluster": 954, "color": 1}, {"x": 48.637367248535156, "y": -79.74056243896484, "subreddit": "ireland", "cluster": 954, "color": 1}, {"x": 49.878150939941406, "y": -79.75588989257812, "subreddit": "irishhistory", "cluster": 954, "color": 1}, {"x": 49.840087890625, "y": -79.91740417480469, "subreddit": "irishproblems", "cluster": 954, "color": 1}, {"x": 48.10287857055664, "y": -77.59332275390625, "subreddit": "northernireland", "cluster": 954, "color": 1}, {"x": 51.32615661621094, "y": -81.04033660888672, "subreddit": "roi", "cluster": 954, "color": 1}, {"x": 40.694847106933594, "y": 66.46635437011719, "subreddit": "skincareaddictionuk", "cluster": 954, "color": 1}, {"x": -43.96172332763672, "y": 27.12619400024414, "subreddit": "casualnintendo", "cluster": 1118, "color": 0}, {"x": -5.007538318634033, "y": 22.898759841918945, "subreddit": "kickopenthedoor", "cluster": 1118, "color": 0}, {"x": -41.62055206298828, "y": 28.027013778686523, "subreddit": "kirby", "cluster": 1118, "color": 0}, {"x": -43.839698791503906, "y": 27.251510620117188, "subreddit": "mario", "cluster": 1118, "color": 0}, {"x": -43.05421829223633, "y": 26.73370933532715, "subreddit": "mariokart", "cluster": 1118, "color": 0}, {"x": -32.21501922607422, "y": 1.8278898000717163, "subreddit": "papermario", "cluster": 1118, "color": 0}, {"x": -43.181400299072266, "y": 28.18235206604004, "subreddit": "pikmin", "cluster": 1118, "color": 0}, {"x": -45.890201568603516, "y": 27.564838409423828, "subreddit": "sonicthehedgehog", "cluster": 1118, "color": 0}, {"x": -86.7094955444336, "y": 113.68680572509766, "subreddit": "supermarioodyssey", "cluster": 1118, "color": 0}, {"x": 15.596513748168945, "y": -94.74481201171875, "subreddit": "thecircletv", "cluster": 1118, "color": 0}, {"x": -43.9647216796875, "y": 28.786502838134766, "subreddit": "truezelda", "cluster": 1118, "color": 0}, {"x": -10.795392036437988, "y": 20.14520835876465, "subreddit": "waluigi", "cluster": 1118, "color": 0}, {"x": -44.17143630981445, "y": 28.86739158630371, "subreddit": "zelda", "cluster": 1118, "color": 0}, {"x": 41.344539642333984, "y": -139.95458984375, "subreddit": "casualpokemontrades", "cluster": 334, "color": 0}, {"x": 42.00856018066406, "y": -139.6733856201172, "subreddit": "pokemonplaza", "cluster": 334, "color": 0}, {"x": 41.48807907104492, "y": -138.00363159179688, "subreddit": "pokemonqrcodes", "cluster": 334, "color": 0}, {"x": -26.31389808654785, "y": -74.52442932128906, "subreddit": "pokemoonsun", "cluster": 334, "color": 0}, {"x": 41.26770782470703, "y": -140.07444763183594, "subreddit": "shinypokemon", "cluster": 334, "color": 0}, {"x": 39.27822494506836, "y": -138.56460571289062, "subreddit": "vivillon", "cluster": 334, "color": 0}, {"x": 20.81195068359375, "y": 22.173433303833008, "subreddit": "cat", "cluster": 336, "color": 2}, {"x": 23.33283233642578, "y": 21.978452682495117, "subreddit": "catadvice", "cluster": 336, "color": 2}, {"x": 21.71788215637207, "y": 22.452468872070312, "subreddit": "catpictures", "cluster": 336, "color": 2}, {"x": 21.55727767944336, "y": 22.31376075744629, "subreddit": "cats", "cluster": 336, "color": 2}, {"x": 68.49736022949219, "y": -41.863285064697266, "subreddit": "foxes", "cluster": 336, "color": 2}, {"x": 46.65663528442383, "y": -26.46358871459961, "subreddit": "cataclysmdda", "cluster": 578, "color": 1}, {"x": 47.717464447021484, "y": -24.539947509765625, "subreddit": "dwarffortress", "cluster": 578, "color": 1}, {"x": 86.82390594482422, "y": -78.40179443359375, "subreddit": "proceduralgeneration", "cluster": 578, "color": 1}, {"x": 47.84882736206055, "y": -25.139602661132812, "subreddit": "riseofkingdoms", "cluster": 578, "color": 1}, {"x": 47.015995025634766, "y": -24.52757453918457, "subreddit": "starmade", "cluster": 578, "color": 1}, {"x": 70.98480224609375, "y": -32.1155891418457, "subreddit": "catan", "cluster": 1239, "color": 0}, {"x": 45.5440559387207, "y": -103.36534881591797, "subreddit": "navy", "cluster": 1239, "color": 0}, {"x": 45.55748748779297, "y": -103.37438201904297, "subreddit": "newtothenavy", "cluster": 1239, "color": 0}, {"x": -75.1820297241211, "y": -36.086875915527344, "subreddit": "catfish", "cluster": 1480, "color": 0}, {"x": -71.63957214355469, "y": 13.044281959533691, "subreddit": "foreveralonedating", "cluster": 1480, "color": 0}, {"x": -100.5423583984375, "y": -9.438429832458496, "subreddit": "houstonr4r", "cluster": 1480, "color": 0}, {"x": -8.593968391418457, "y": 68.35540771484375, "subreddit": "kikpals", "cluster": 1480, "color": 0}, {"x": -72.1405258178711, "y": 12.344361305236816, "subreddit": "r4r", "cluster": 1480, "color": 0}, {"x": -4.354228496551514, "y": 8.690340995788574, "subreddit": "r4r30plus", "cluster": 1480, "color": 0}, {"x": -5.847797870635986, "y": -0.1096901223063469, "subreddit": "skypepals", "cluster": 1480, "color": 0}, {"x": -72.43988800048828, "y": 12.012321472167969, "subreddit": "textfriends", "cluster": 1480, "color": 0}, {"x": 54.78178787231445, "y": -48.381935119628906, "subreddit": "catholicdating", "cluster": 335, "color": 1}, {"x": 55.151302337646484, "y": -47.84443283081055, "subreddit": "catholicism", "cluster": 335, "color": 1}, {"x": 55.462791442871094, "y": -47.571414947509766, "subreddit": "catholicmemes", "cluster": 335, "color": 1}, {"x": 54.38258361816406, "y": -46.74220275878906, "subreddit": "monarchism", "cluster": 335, "color": 1}, {"x": 55.76136016845703, "y": -48.5662727355957, "subreddit": "traditionalcatholics", "cluster": 335, "color": 1}, {"x": 25.096960067749023, "y": 12.895018577575684, "subreddit": "catsstandingup", "cluster": 782, "color": 1}, {"x": -71.61398315429688, "y": 16.94698715209961, "subreddit": "freekarma", "cluster": 782, "color": 1}, {"x": -71.60621643066406, "y": 16.945554733276367, "subreddit": "ggggg", "cluster": 782, "color": 1}, {"x": 17.69706153869629, "y": 24.81223487854004, "subreddit": "catswhoyell", "cluster": 337, "color": 1}, {"x": 16.09708595275879, "y": 24.80184555053711, "subreddit": "dadswhodidnotwantpets", "cluster": 337, "color": 1}, {"x": 17.148622512817383, "y": 24.089988708496094, "subreddit": "illegallysmolcats", "cluster": 337, "color": 1}, {"x": 18.206775665283203, "y": 25.773834228515625, "subreddit": "mafs_au", "cluster": 337, "color": 1}, {"x": 15.453755378723145, "y": 23.210237503051758, "subreddit": "murdermittens", "cluster": 337, "color": 1}, {"x": -2.44040846824646, "y": 119.34314727783203, "subreddit": "cbd", "cluster": 861, "color": 3}, {"x": -3.7373335361480713, "y": 118.61111450195312, "subreddit": "cbdhempbuds", "cluster": 861, "color": 3}, {"x": -2.078134298324585, "y": 119.5993881225586, "subreddit": "cbdinfo", "cluster": 861, "color": 3}, {"x": -3.623532295227051, "y": 118.66809844970703, "subreddit": "hempflowers", "cluster": 861, "color": 3}, {"x": 32.02204513549805, "y": -3.4154810905456543, "subreddit": "cbts_stream", "cluster": 810, "color": 1}, {"x": 31.065099716186523, "y": -3.359128713607788, "subreddit": "draintheswamp", "cluster": 810, "color": 1}, {"x": 31.807626724243164, "y": -3.4044735431671143, "subreddit": "greatawakening", "cluster": 810, "color": 1}, {"x": -99.69863891601562, "y": -65.2483139038086, "subreddit": "cedarrapids", "cluster": 949, "color": 4}, {"x": -98.72352600097656, "y": -64.94200897216797, "subreddit": "desmoines", "cluster": 949, "color": 4}, {"x": 17.050960540771484, "y": -38.94720458984375, "subreddit": "equality", "cluster": 949, "color": 4}, {"x": -104.18382263183594, "y": -67.995361328125, "subreddit": "fedex", "cluster": 949, "color": 4}, {"x": -26.2376651763916, "y": 44.76085662841797, "subreddit": "iastate", "cluster": 949, "color": 4}, {"x": -99.13487243652344, "y": -65.17484283447266, "subreddit": "iowa", "cluster": 949, "color": 4}, {"x": -99.0325698852539, "y": -66.21183013916016, "subreddit": "iowacity", "cluster": 949, "color": 4}, {"x": -100.21341705322266, "y": -62.29029083251953, "subreddit": "quadcities", "cluster": 949, "color": 4}, {"x": -12.97647762298584, "y": 55.92994689941406, "subreddit": "celebbattles", "cluster": 339, "color": 0}, {"x": -12.92605972290039, "y": 55.89069747924805, "subreddit": "celebhub", "cluster": 339, "color": 0}, {"x": 6.229898929595947, "y": 39.99217224121094, "subreddit": "internetstars", "cluster": 339, "color": 0}, {"x": -10.541321754455566, "y": 51.14023208618164, "subreddit": "celebs", "cluster": 1697, "color": 5}, {"x": -9.162139892578125, "y": 52.101844787597656, "subreddit": "chloegracemoretz", "cluster": 1697, "color": 5}, {"x": -8.922268867492676, "y": 51.2064094543457, "subreddit": "prettygirls", "cluster": 1697, "color": 5}, {"x": -9.304553031921387, "y": 51.44715118408203, "subreddit": "starlets", "cluster": 1697, "color": 5}, {"x": -10.237709045410156, "y": 50.59814453125, "subreddit": "volleyballgirls", "cluster": 1697, "color": 5}, {"x": -50.78281784057617, "y": 67.93919372558594, "subreddit": "celestegame", "cluster": 341, "color": 1}, {"x": -50.799415588378906, "y": 67.94035339355469, "subreddit": "hackintosh", "cluster": 341, "color": 1}, {"x": 65.51687622070312, "y": 45.358482360839844, "subreddit": "celiac", "cluster": 793, "color": 1}, {"x": 65.51243591308594, "y": 45.362361907958984, "subreddit": "glutenfree", "cluster": 793, "color": 1}, {"x": 43.96462631225586, "y": -75.87138366699219, "subreddit": "cello", "cluster": 751, "color": 1}, {"x": -8.406203269958496, "y": -101.27442169189453, "subreddit": "futuregarage", "cluster": 751, "color": 1}, {"x": -8.057677268981934, "y": -101.0732650756836, "subreddit": "grime", "cluster": 751, "color": 1}, {"x": 10.83869743347168, "y": -84.58868408203125, "subreddit": "liverpool", "cluster": 751, "color": 1}, {"x": 72.47245025634766, "y": -93.22917938232422, "subreddit": "celticfc", "cluster": 1590, "color": 1}, {"x": 25.280500411987305, "y": -84.67086029052734, "subreddit": "glasgow", "cluster": 1590, "color": 1}, {"x": 73.25154876708984, "y": -93.66380310058594, "subreddit": "rangersfc", "cluster": 1590, "color": 1}, {"x": 72.82246398925781, "y": -93.42595672607422, "subreddit": "scottishfootball", "cluster": 1590, "color": 1}, {"x": -22.514394760131836, "y": 103.2721939086914, "subreddit": "cemu", "cluster": 342, "color": 3}, {"x": -22.51470184326172, "y": 103.27466583251953, "subreddit": "cemupiracy", "cluster": 342, "color": 3}, {"x": 20.034709930419922, "y": -55.18619918823242, "subreddit": "centerleftpolitics", "cluster": 343, "color": 0}, {"x": 19.879379272460938, "y": -55.19942092895508, "subreddit": "democratsfordiversity", "cluster": 343, "color": 0}, {"x": 21.039642333984375, "y": -55.11395263671875, "subreddit": "neoliberal", "cluster": 343, "color": 0}, {"x": -54.92904281616211, "y": 55.44720458984375, "subreddit": "centrist", "cluster": 379, "color": 0}, {"x": 18.2571964263916, "y": -26.021268844604492, "subreddit": "climate", "cluster": 379, "color": 0}, {"x": 19.575044631958008, "y": -24.781620025634766, "subreddit": "climateactionplan", "cluster": 379, "color": 0}, {"x": 19.659046173095703, "y": -25.069875717163086, "subreddit": "climateoffensive", "cluster": 379, "color": 0}, {"x": 8.841700553894043, "y": -21.743871688842773, "subreddit": "everythingscience", "cluster": 379, "color": 0}, {"x": 20.15656089782715, "y": -25.664859771728516, "subreddit": "extinctionrebellion", "cluster": 379, "color": 0}, {"x": 75.33849334716797, "y": 120.0699691772461, "subreddit": "ceramics", "cluster": 1434, "color": 1}, {"x": 75.33905792236328, "y": 120.07022857666016, "subreddit": "pottery", "cluster": 1434, "color": 1}, {"x": -58.635772705078125, "y": -99.44564819335938, "subreddit": "cfb", "cluster": 344, "color": 0}, {"x": -58.54689025878906, "y": -98.05592346191406, "subreddit": "cfbofftopic", "cluster": 344, "color": 0}, {"x": -61.08099365234375, "y": -100.534423828125, "subreddit": "cfbrisk", "cluster": 344, "color": 0}, {"x": -59.184505462646484, "y": -100.94140625, "subreddit": "collegebaseball", "cluster": 344, "color": 0}, {"x": -58.570552825927734, "y": -99.52579498291016, "subreddit": "collegebasketball", "cluster": 344, "color": 0}, {"x": -62.30980682373047, "y": -97.0622787475586, "subreddit": "ducks", "cluster": 344, "color": 0}, {"x": -60.92923355102539, "y": -100.59967041015625, "subreddit": "floridagators", "cluster": 344, "color": 0}, {"x": -56.88557815551758, "y": -99.76351165771484, "subreddit": "longhornnation", "cluster": 344, "color": 0}, {"x": -16.880992889404297, "y": 11.248964309692383, "subreddit": "michiganwolverines", "cluster": 344, "color": 0}, {"x": -61.126651763916016, "y": -113.50487518310547, "subreddit": "ockytop", "cluster": 344, "color": 0}, {"x": -33.87678527832031, "y": -0.4906310737133026, "subreddit": "pac12", "cluster": 344, "color": 0}, {"x": -58.56468200683594, "y": -97.64388275146484, "subreddit": "rolltide", "cluster": 344, "color": 0}, {"x": -105.71409606933594, "y": -19.41918182373047, "subreddit": "wsu", "cluster": 344, "color": 0}, {"x": -58.69023895263672, "y": -82.74790954589844, "subreddit": "cfl", "cluster": 1576, "color": 1}, {"x": 88.11099243164062, "y": -91.86268615722656, "subreddit": "lasik", "cluster": 1576, "color": 1}, {"x": 89.64310455322266, "y": -91.47249603271484, "subreddit": "regina", "cluster": 1576, "color": 1}, {"x": 89.19291687011719, "y": -91.18313598632812, "subreddit": "saskatchewan", "cluster": 1576, "color": 1}, {"x": 89.11768341064453, "y": -90.71340942382812, "subreddit": "saskatoon", "cluster": 1576, "color": 1}, {"x": 68.58670043945312, "y": 67.45477294921875, "subreddit": "cfs", "cluster": 345, "color": 1}, {"x": 40.1185417175293, "y": 68.34929656982422, "subreddit": "rosacea", "cluster": 345, "color": 1}, {"x": 68.62923431396484, "y": 67.39209747314453, "subreddit": "stoicism", "cluster": 345, "color": 1}, {"x": 10.937265396118164, "y": -7.823087692260742, "subreddit": "cgpgrey", "cluster": 346, "color": 0}, {"x": 10.937849998474121, "y": -7.811698913574219, "subreddit": "hellointernet", "cluster": 346, "color": 0}, {"x": 14.642780303955078, "y": -55.092384338378906, "subreddit": "nerdfighters", "cluster": 346, "color": 0}, {"x": -95.373779296875, "y": -53.409122467041016, "subreddit": "challenger", "cluster": 547, "color": 2}, {"x": -94.52800750732422, "y": -53.33232879638672, "subreddit": "charger", "cluster": 547, "color": 2}, {"x": -94.79881286621094, "y": -53.329132080078125, "subreddit": "dodge", "cluster": 547, "color": 2}, {"x": 51.05453872680664, "y": -109.80799865722656, "subreddit": "chameleons", "cluster": 1572, "color": 1}, {"x": 49.89240646362305, "y": -111.19063568115234, "subreddit": "sandiego", "cluster": 1572, "color": 1}, {"x": 50.475032806396484, "y": -111.38815307617188, "subreddit": "sdsu", "cluster": 1572, "color": 1}, {"x": 49.05680847167969, "y": -110.425537109375, "subreddit": "tijuana", "cluster": 1572, "color": 1}, {"x": 20.43391227722168, "y": -88.18270874023438, "subreddit": "championship", "cluster": 1037, "color": 2}, {"x": 20.43023681640625, "y": -88.19959259033203, "subreddit": "leedsunited", "cluster": 1037, "color": 2}, {"x": 72.7810287475586, "y": -75.25293731689453, "subreddit": "superleague", "cluster": 1037, "color": 2}, {"x": -31.54408073425293, "y": 0.9453730583190918, "subreddit": "championsleaguelivet", "cluster": 347, "color": 2}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "channel6", "cluster": 348, "color": 3}, {"x": -67.59925079345703, "y": 63.57199478149414, "subreddit": "chanzhfsneakers", "cluster": 658, "color": 0}, {"x": -69.72013854980469, "y": 65.21424102783203, "subreddit": "designerreps", "cluster": 658, "color": 0}, {"x": -69.56047058105469, "y": 65.01610565185547, "subreddit": "fashionreps", "cluster": 658, "color": 0}, {"x": -69.68262481689453, "y": 64.03215026855469, "subreddit": "fashionrepsbst", "cluster": 658, "color": 0}, {"x": -70.31695556640625, "y": 65.26844024658203, "subreddit": "flexicas", "cluster": 658, "color": 0}, {"x": -67.8794937133789, "y": 64.35286712646484, "subreddit": "repsneakers", "cluster": 658, "color": 0}, {"x": -68.8468246459961, "y": 68.18026733398438, "subreddit": "reptronics", "cluster": 658, "color": 0}, {"x": 106.9574966430664, "y": 14.275028228759766, "subreddit": "slp", "cluster": 658, "color": 0}, {"x": 3.9911537170410156, "y": 45.050289154052734, "subreddit": "snaplenses", "cluster": 658, "color": 0}, {"x": -67.45767211914062, "y": 64.77550506591797, "subreddit": "sneakerreps", "cluster": 658, "color": 0}, {"x": 40.08060073852539, "y": -32.469303131103516, "subreddit": "chapotraphouse", "cluster": 349, "color": 0}, {"x": 40.17991256713867, "y": -32.64441680908203, "subreddit": "chapotraphouse2", "cluster": 349, "color": 0}, {"x": 40.267574310302734, "y": -33.74116516113281, "subreddit": "moretankiechapo", "cluster": 349, "color": 0}, {"x": 70.34915161132812, "y": -12.026103973388672, "subreddit": "redscarepod", "cluster": 349, "color": 0}, {"x": -4.467895030975342, "y": -27.451753616333008, "subreddit": "characterrant", "cluster": 1530, "color": 3}, {"x": 70.95861053466797, "y": -114.40119171142578, "subreddit": "respectthreads", "cluster": 1530, "color": 3}, {"x": 70.95046997070312, "y": -114.41629791259766, "subreddit": "theguessinggame", "cluster": 1530, "color": 3}, {"x": -4.279562473297119, "y": -28.317075729370117, "subreddit": "whowouldcirclejerk", "cluster": 1530, "color": 3}, {"x": -4.544912338256836, "y": -27.51515769958496, "subreddit": "whowouldwin", "cluster": 1530, "color": 3}, {"x": -43.53725814819336, "y": -81.57329559326172, "subreddit": "chargers", "cluster": 350, "color": 0}, {"x": -43.476646423339844, "y": -80.84255981445312, "subreddit": "padres", "cluster": 350, "color": 0}, {"x": -43.54344177246094, "y": -82.07874298095703, "subreddit": "razorbacks", "cluster": 350, "color": 0}, {"x": -109.53317260742188, "y": 33.06772232055664, "subreddit": "charity", "cluster": 797, "color": 2}, {"x": -109.52969360351562, "y": 33.066001892089844, "subreddit": "gofundme", "cluster": 797, "color": 2}, {"x": 94.13299560546875, "y": -42.687198638916016, "subreddit": "radomactsofgreed2", "cluster": 797, "color": 2}, {"x": -79.78048706054688, "y": -104.18730926513672, "subreddit": "charleston", "cluster": 1668, "color": 0}, {"x": -78.58118438720703, "y": -104.6041259765625, "subreddit": "gamecocks", "cluster": 1668, "color": 0}, {"x": -79.2390365600586, "y": -102.6373519897461, "subreddit": "greenville", "cluster": 1668, "color": 0}, {"x": -83.56065368652344, "y": -107.31060028076172, "subreddit": "naegold", "cluster": 1668, "color": 0}, {"x": -79.25579833984375, "y": -104.0887680053711, "subreddit": "southcarolina", "cluster": 1668, "color": 0}, {"x": -40.7551383972168, "y": -85.14562225341797, "subreddit": "charlotte", "cluster": 351, "color": 0}, {"x": -40.34536361694336, "y": -86.44252014160156, "subreddit": "charlottehornets", "cluster": 351, "color": 0}, {"x": -36.20525360107422, "y": -106.02238464355469, "subreddit": "mynba2kmobile", "cluster": 351, "color": 0}, {"x": -40.09435272216797, "y": -87.32296752929688, "subreddit": "nba_draft", "cluster": 351, "color": 0}, {"x": -40.500526428222656, "y": -85.8710708618164, "subreddit": "panthers", "cluster": 351, "color": 0}, {"x": -48.00496292114258, "y": -65.82874298095703, "subreddit": "charlottesville", "cluster": 1909, "color": 2}, {"x": 93.00181579589844, "y": -54.25238800048828, "subreddit": "jmu", "cluster": 1909, "color": 2}, {"x": -48.15684127807617, "y": -62.91154861450195, "subreddit": "nova", "cluster": 1909, "color": 2}, {"x": -51.67985916137695, "y": -65.36363220214844, "subreddit": "roanoke", "cluster": 1909, "color": 2}, {"x": -82.88671112060547, "y": -69.5196533203125, "subreddit": "vaguns", "cluster": 1909, "color": 2}, {"x": -48.9608039855957, "y": -65.91893768310547, "subreddit": "virginia", "cluster": 1909, "color": 2}, {"x": -49.14299011230469, "y": -65.9286880493164, "subreddit": "virginiapolitics", "cluster": 1909, "color": 2}, {"x": -50.89965057373047, "y": -67.4880599975586, "subreddit": "virginiatech", "cluster": 1909, "color": 2}, {"x": -12.182146072387695, "y": 65.83499145507812, "subreddit": "chat", "cluster": 1600, "color": 3}, {"x": -4.432153224945068, "y": 60.82261276245117, "subreddit": "firstimpression", "cluster": 1600, "color": 3}, {"x": -6.900413990020752, "y": 60.150604248046875, "subreddit": "gonemildplus", "cluster": 1600, "color": 3}, {"x": -6.463531017303467, "y": 61.203155517578125, "subreddit": "selfie", "cluster": 1600, "color": 3}, {"x": -6.527215480804443, "y": 61.19962692260742, "subreddit": "selfies", "cluster": 1600, "color": 3}, {"x": -11.564979553222656, "y": 67.39152526855469, "subreddit": "single", "cluster": 1600, "color": 3}, {"x": -61.21955871582031, "y": -115.82646942138672, "subreddit": "chattanooga", "cluster": 1780, "color": 3}, {"x": -61.057125091552734, "y": -114.09054565429688, "subreddit": "knoxville", "cluster": 1780, "color": 3}, {"x": -57.629486083984375, "y": -119.06328582763672, "subreddit": "memphis", "cluster": 1780, "color": 3}, {"x": -60.1967658996582, "y": -115.64750671386719, "subreddit": "nashville", "cluster": 1780, "color": 3}, {"x": -60.79435729980469, "y": -115.52693939208984, "subreddit": "tennessee", "cluster": 1780, "color": 3}, {"x": 3.2533416748046875, "y": -36.804237365722656, "subreddit": "chefit", "cluster": 1008, "color": 2}, {"x": 37.760398864746094, "y": 21.007850646972656, "subreddit": "dishwashers", "cluster": 1008, "color": 2}, {"x": 3.2483770847320557, "y": -36.81163787841797, "subreddit": "kitchenconfidential", "cluster": 1008, "color": 2}, {"x": 19.678146362304688, "y": -36.546226501464844, "subreddit": "chernobyl", "cluster": 353, "color": 0}, {"x": 19.5865478515625, "y": -36.52113723754883, "subreddit": "chernobyltv", "cluster": 353, "color": 0}, {"x": 20.871564865112305, "y": -36.92723083496094, "subreddit": "heavyseas", "cluster": 353, "color": 0}, {"x": 17.146076202392578, "y": -32.51939010620117, "subreddit": "nuclear", "cluster": 353, "color": 0}, {"x": -32.62752914428711, "y": -88.0589599609375, "subreddit": "chibears", "cluster": 357, "color": 2}, {"x": -32.42485809326172, "y": -84.64677429199219, "subreddit": "chicubs", "cluster": 357, "color": 2}, {"x": -32.532779693603516, "y": -84.78141021728516, "subreddit": "cubs", "cluster": 357, "color": 2}, {"x": -30.623249053955078, "y": -84.92658996582031, "subreddit": "nl_kripparrian", "cluster": 357, "color": 2}, {"x": -32.30265426635742, "y": -83.20684051513672, "subreddit": "orthodoxchristianity", "cluster": 357, "color": 2}, {"x": -26.208982467651367, "y": -87.651123046875, "subreddit": "chibike", "cluster": 356, "color": 2}, {"x": -26.5787353515625, "y": -87.424072265625, "subreddit": "chicago", "cluster": 356, "color": 2}, {"x": -26.97890281677246, "y": -86.13728332519531, "subreddit": "chicagobeer", "cluster": 356, "color": 2}, {"x": -26.876070022583008, "y": -86.48532104492188, "subreddit": "chicagofood", "cluster": 356, "color": 2}, {"x": -45.959381103515625, "y": -1.8797621726989746, "subreddit": "cigarettes", "cluster": 356, "color": 2}, {"x": -36.990966796875, "y": -62.4626579284668, "subreddit": "chicoca", "cluster": 410, "color": 1}, {"x": 13.135294914245605, "y": -38.3422737121582, "subreddit": "composting", "cluster": 410, "color": 1}, {"x": 12.894824028015137, "y": -38.64472198486328, "subreddit": "statenisland", "cluster": 410, "color": 1}, {"x": 13.870076179504395, "y": -37.942962646484375, "subreddit": "vegetablegardening", "cluster": 410, "color": 1}, {"x": -80.71646881103516, "y": 61.40363311767578, "subreddit": "chiefkeef", "cluster": 1060, "color": 3}, {"x": -81.8059310913086, "y": 55.63715744018555, "subreddit": "liluzivert", "cluster": 1060, "color": 3}, {"x": -81.53440856933594, "y": 55.34550476074219, "subreddit": "playboicarti", "cluster": 1060, "color": 3}, {"x": -82.91043853759766, "y": 56.633426666259766, "subreddit": "trippieredd", "cluster": 1060, "color": 3}, {"x": -82.88884735107422, "y": 54.35068130493164, "subreddit": "youngthug", "cluster": 1060, "color": 3}, {"x": 22.085084915161133, "y": 27.022655487060547, "subreddit": "chihuahua", "cluster": 1081, "color": 0}, {"x": -92.03192138671875, "y": 61.224578857421875, "subreddit": "csulb", "cluster": 1081, "color": 0}, {"x": -43.12846755981445, "y": -60.9279670715332, "subreddit": "frugal_jerk", "cluster": 1081, "color": 0}, {"x": -43.109825134277344, "y": -60.85233688354492, "subreddit": "longbeach", "cluster": 1081, "color": 0}, {"x": 32.71094512939453, "y": -15.97891902923584, "subreddit": "mobilerepair", "cluster": 1081, "color": 0}, {"x": 35.62666320800781, "y": 13.254996299743652, "subreddit": "childfree", "cluster": 1866, "color": 5}, {"x": 36.658382415771484, "y": 12.666836738586426, "subreddit": "fencesitter", "cluster": 1866, "color": 5}, {"x": -29.34250259399414, "y": 29.879911422729492, "subreddit": "nekoatsume", "cluster": 1866, "color": 5}, {"x": 36.160377502441406, "y": 12.93712043762207, "subreddit": "truechildfree", "cluster": 1866, "color": 5}, {"x": 42.35472106933594, "y": -90.69640350341797, "subreddit": "chile", "cluster": 1034, "color": 2}, {"x": 43.786808013916016, "y": -87.07898712158203, "subreddit": "judgemyaccent", "cluster": 1034, "color": 2}, {"x": 43.97357177734375, "y": -88.07083892822266, "subreddit": "learnspanish", "cluster": 1034, "color": 2}, {"x": 43.98418045043945, "y": -88.05646514892578, "subreddit": "spanish", "cluster": 1034, "color": 2}, {"x": -21.519561767578125, "y": -11.138345718383789, "subreddit": "chiliadmystery", "cluster": 808, "color": 3}, {"x": -21.24476432800293, "y": -7.814400672912598, "subreddit": "grandtheftautov", "cluster": 808, "color": 3}, {"x": -20.50037384033203, "y": -7.3947978019714355, "subreddit": "grandtheftautov_pc", "cluster": 808, "color": 3}, {"x": -20.86896324157715, "y": -8.659977912902832, "subreddit": "gta", "cluster": 808, "color": 3}, {"x": -22.534046173095703, "y": -9.045280456542969, "subreddit": "gta5", "cluster": 808, "color": 3}, {"x": -22.19301414489746, "y": -7.2624897956848145, "subreddit": "gtaonline", "cluster": 808, "color": 3}, {"x": -22.43181037902832, "y": -7.852392196655273, "subreddit": "gtav", "cluster": 808, "color": 3}, {"x": -81.87761688232422, "y": 13.777390480041504, "subreddit": "gtavcustoms", "cluster": 808, "color": 3}, {"x": -23.285207748413086, "y": -10.18200397491455, "subreddit": "gybb", "cluster": 808, "color": 3}, {"x": -22.420303344726562, "y": -6.434071063995361, "subreddit": "heistteams", "cluster": 808, "color": 3}, {"x": -23.312366485595703, "y": -7.922375679016113, "subreddit": "redditdads", "cluster": 808, "color": 3}, {"x": 7.564294338226318, "y": -4.276882171630859, "subreddit": "whatsbotheringyou", "cluster": 808, "color": 3}, {"x": -7.204153537750244, "y": 115.10132598876953, "subreddit": "chinaglass", "cluster": 464, "color": 0}, {"x": -7.070429801940918, "y": 114.83444213867188, "subreddit": "dabs", "cluster": 464, "color": 0}, {"x": -0.5891966819763184, "y": 111.35708618164062, "subreddit": "mdents", "cluster": 464, "color": 0}, {"x": -6.321962833404541, "y": 114.50210571289062, "subreddit": "milking", "cluster": 464, "color": 0}, {"x": -32.46895217895508, "y": 0.8288416862487793, "subreddit": "pamedicalmarijuana", "cluster": 464, "color": 0}, {"x": -8.837292671203613, "y": 113.84439086914062, "subreddit": "rosin", "cluster": 464, "color": 0}, {"x": -70.77095031738281, "y": 70.92967224121094, "subreddit": "chinatime", "cluster": 1526, "color": 4}, {"x": -69.02763366699219, "y": 70.6825180053711, "subreddit": "dhgate", "cluster": 1526, "color": 4}, {"x": -71.17105865478516, "y": 70.99549102783203, "subreddit": "reptime", "cluster": 1526, "color": 4}, {"x": -71.67650604248047, "y": 71.0843505859375, "subreddit": "reptimebst", "cluster": 1526, "color": 4}, {"x": 33.77033233642578, "y": -75.49791717529297, "subreddit": "chinese", "cluster": 359, "color": 1}, {"x": 33.814353942871094, "y": -75.35108947753906, "subreddit": "chineselanguage", "cluster": 359, "color": 1}, {"x": 34.11343765258789, "y": -74.53204345703125, "subreddit": "translator", "cluster": 359, "color": 1}, {"x": 20.625659942626953, "y": 65.4058837890625, "subreddit": "chinese_bootleg_memes", "cluster": 936, "color": 2}, {"x": 18.312105178833008, "y": 66.2155532836914, "subreddit": "infamous", "cluster": 936, "color": 2}, {"x": 18.220029830932617, "y": 66.25233459472656, "subreddit": "steelbooks", "cluster": 936, "color": 2}, {"x": -1.6792486906051636, "y": 57.04154968261719, "subreddit": "teenrelationships", "cluster": 936, "color": 2}, {"x": 20.442676544189453, "y": 65.16646575927734, "subreddit": "videogames", "cluster": 936, "color": 2}, {"x": -0.6819607019424438, "y": -2.9133176803588867, "subreddit": "chiptunes", "cluster": 1663, "color": 4}, {"x": 62.083133697509766, "y": 40.205814361572266, "subreddit": "songwriters", "cluster": 1663, "color": 4}, {"x": 62.088016510009766, "y": 40.1851692199707, "subreddit": "songwriting", "cluster": 1663, "color": 4}, {"x": -98.9842758178711, "y": 15.620187759399414, "subreddit": "choices", "cluster": 1672, "color": 4}, {"x": 24.496173858642578, "y": -26.68961524963379, "subreddit": "nasa", "cluster": 1672, "color": 4}, {"x": 24.77466583251953, "y": -28.229923248291016, "subreddit": "space", "cluster": 1672, "color": 4}, {"x": 24.629629135131836, "y": -26.816865921020508, "subreddit": "spaceflight", "cluster": 1672, "color": 4}, {"x": 25.992496490478516, "y": -27.46772003173828, "subreddit": "spacex", "cluster": 1672, "color": 4}, {"x": 26.243009567260742, "y": -27.491382598876953, "subreddit": "spacexlounge", "cluster": 1672, "color": 4}, {"x": 27.232389450073242, "y": -27.714576721191406, "subreddit": "spacexmasterrace", "cluster": 1672, "color": 4}, {"x": 10.433758735656738, "y": 23.924863815307617, "subreddit": "choosingbeggars", "cluster": 1281, "color": 0}, {"x": 21.42378044128418, "y": 15.409441947937012, "subreddit": "creepypms", "cluster": 1281, "color": 0}, {"x": 21.481033325195312, "y": 17.04755210876465, "subreddit": "inceltears", "cluster": 1281, "color": 0}, {"x": 20.690433502197266, "y": 16.362274169921875, "subreddit": "justneckbeardthings", "cluster": 1281, "color": 0}, {"x": 20.770503997802734, "y": 16.37935447692871, "subreddit": "niceguys", "cluster": 1281, "color": 0}, {"x": 115.88107299804688, "y": 41.939395904541016, "subreddit": "chriswatts", "cluster": 1608, "color": 5}, {"x": 12.939291000366211, "y": 17.78106117248535, "subreddit": "rottweiler", "cluster": 1608, "color": 5}, {"x": 116.05664825439453, "y": 41.81644821166992, "subreddit": "shannanwatts", "cluster": 1608, "color": 5}, {"x": 117.06623840332031, "y": 41.18363571166992, "subreddit": "thestaircase", "cluster": 1608, "color": 5}, {"x": -63.91582489013672, "y": -15.01152515411377, "subreddit": "chrome", "cluster": 802, "color": 3}, {"x": -65.32743835449219, "y": -12.769886016845703, "subreddit": "flutterdev", "cluster": 802, "color": 3}, {"x": -65.54315185546875, "y": -14.011910438537598, "subreddit": "google", "cluster": 802, "color": 3}, {"x": -64.64605712890625, "y": -9.413505554199219, "subreddit": "googleplaymusic", "cluster": 802, "color": 3}, {"x": -64.46583557128906, "y": -13.860718727111816, "subreddit": "googleplus", "cluster": 802, "color": 3}, {"x": -65.99089050292969, "y": -14.728499412536621, "subreddit": "googlewifi", "cluster": 802, "color": 3}, {"x": -65.9601058959961, "y": -13.78392219543457, "subreddit": "selfdrivingcars", "cluster": 802, "color": 3}, {"x": -67.18663024902344, "y": -14.348786354064941, "subreddit": "stadia", "cluster": 802, "color": 3}, {"x": -67.41018676757812, "y": -11.495076179504395, "subreddit": "chromeos", "cluster": 363, "color": 2}, {"x": -67.20431518554688, "y": -12.451550483703613, "subreddit": "crostini", "cluster": 363, "color": 2}, {"x": -67.52670288085938, "y": -10.698624610900879, "subreddit": "galliumos", "cluster": 363, "color": 2}, {"x": -67.34745025634766, "y": -11.893186569213867, "subreddit": "pixelbook", "cluster": 363, "color": 2}, {"x": -74.9039077758789, "y": -1.5819071531295776, "subreddit": "xiaomi", "cluster": 363, "color": 2}, {"x": 67.81732177734375, "y": 72.61930084228516, "subreddit": "chronicpain", "cluster": 1869, "color": 4}, {"x": 45.59688949584961, "y": -79.85492706298828, "subreddit": "englishlearning", "cluster": 1869, "color": 4}, {"x": 69.21670532226562, "y": 72.92401123046875, "subreddit": "havewemet", "cluster": 1869, "color": 4}, {"x": 68.83379364013672, "y": 72.84056091308594, "subreddit": "truecrimepodcasts", "cluster": 1869, "color": 4}, {"x": -47.934059143066406, "y": 6.984161376953125, "subreddit": "chronotrigger", "cluster": 1696, "color": 1}, {"x": -36.07761001586914, "y": 2.4437334537506104, "subreddit": "overwatchcirclejerk", "cluster": 1696, "color": 1}, {"x": -36.52906036376953, "y": 2.5750625133514404, "subreddit": "starcraftcirclejerk", "cluster": 1696, "color": 1}, {"x": -28.61871337890625, "y": -32.96552658081055, "subreddit": "chuck", "cluster": 1644, "color": 2}, {"x": 115.61656951904297, "y": -11.994939804077148, "subreddit": "gangstalking", "cluster": 1644, "color": 2}, {"x": -28.6226863861084, "y": -33.028587341308594, "subreddit": "smallville", "cluster": 1644, "color": 2}, {"x": -27.254371643066406, "y": 3.6767349243164062, "subreddit": "chutyapa", "cluster": 365, "color": 0}, {"x": -27.671491622924805, "y": 3.407867908477783, "subreddit": "pakistan", "cluster": 365, "color": 0}, {"x": -37.13341522216797, "y": -0.5916852355003357, "subreddit": "chvrches", "cluster": 366, "color": 0}, {"x": -84.15140533447266, "y": 37.15093231201172, "subreddit": "lorde", "cluster": 366, "color": 0}, {"x": -36.70154571533203, "y": -0.49210309982299805, "subreddit": "paramore", "cluster": 366, "color": 0}, {"x": -104.51624298095703, "y": -27.825706481933594, "subreddit": "cider", "cluster": 1967, "color": 4}, {"x": 46.811004638671875, "y": -2.589294195175171, "subreddit": "lv426", "cluster": 1967, "color": 4}, {"x": -105.30252075195312, "y": -27.096168518066406, "subreddit": "wine", "cluster": 1967, "color": 4}, {"x": -104.7787094116211, "y": -27.579345703125, "subreddit": "winemaking", "cluster": 1967, "color": 4}, {"x": 128.19357299804688, "y": -21.39933967590332, "subreddit": "cigarmarket", "cluster": 367, "color": 2}, {"x": 128.16259765625, "y": -21.416301727294922, "subreddit": "cigars", "cluster": 367, "color": 2}, {"x": 127.50747680664062, "y": -21.795108795166016, "subreddit": "cubancigars", "cluster": 367, "color": 2}, {"x": -48.639888763427734, "y": -73.9242935180664, "subreddit": "windsorontario", "cluster": 367, "color": 2}, {"x": 8.182769775390625, "y": 14.375280380249023, "subreddit": "cinemagraphs", "cluster": 1368, "color": 1}, {"x": 8.11580753326416, "y": 14.417686462402344, "subreddit": "perfectloops", "cluster": 1368, "color": 1}, {"x": 7.977987289428711, "y": 15.205510139465332, "subreddit": "weathergifs", "cluster": 1368, "color": 1}, {"x": 5.332139492034912, "y": 42.842529296875, "subreddit": "cinemasins", "cluster": 369, "color": 1}, {"x": 5.280126571655273, "y": 42.10013198852539, "subreddit": "spongebob", "cluster": 369, "color": 1}, {"x": -31.72494125366211, "y": 110.88734436035156, "subreddit": "circumcision", "cluster": 1466, "color": 3}, {"x": -31.714866638183594, "y": 110.82367706298828, "subreddit": "foreskin_restoration", "cluster": 1466, "color": 3}, {"x": -31.827444076538086, "y": 107.31436157226562, "subreddit": "gynecomastia", "cluster": 1466, "color": 3}, {"x": -31.434587478637695, "y": 107.77519226074219, "subreddit": "puberty", "cluster": 1466, "color": 3}, {"x": 70.71800231933594, "y": -81.1734390258789, "subreddit": "cirkeltrek", "cluster": 371, "color": 1}, {"x": 70.76654052734375, "y": -81.11949157714844, "subreddit": "ik_ihe", "cluster": 371, "color": 1}, {"x": 69.94328308105469, "y": -82.30917358398438, "subreddit": "thenetherlands", "cluster": 371, "color": 1}, {"x": 70.36162567138672, "y": -81.95438385009766, "subreddit": "tokkiefeesboek", "cluster": 371, "color": 1}, {"x": -59.35595703125, "y": -32.982765197753906, "subreddit": "cisco", "cluster": 1256, "color": 1}, {"x": -60.861106872558594, "y": -33.13800811767578, "subreddit": "fortinet", "cluster": 1256, "color": 1}, {"x": -58.11895751953125, "y": -32.32649230957031, "subreddit": "itcareerquestions", "cluster": 1256, "color": 1}, {"x": -59.400550842285156, "y": -33.02579116821289, "subreddit": "networking", "cluster": 1256, "color": 1}, {"x": -33.072547912597656, "y": -0.37855151295661926, "subreddit": "paloaltonetworks", "cluster": 1256, "color": 1}, {"x": -57.62038803100586, "y": -31.969934463500977, "subreddit": "sysadmin", "cluster": 1256, "color": 1}, {"x": -80.2134017944336, "y": -25.89508819580078, "subreddit": "citrix", "cluster": 1966, "color": 1}, {"x": -78.0138931274414, "y": -23.31354522705078, "subreddit": "microsoft", "cluster": 1966, "color": 1}, {"x": -79.79597473144531, "y": -24.934249877929688, "subreddit": "windows", "cluster": 1966, "color": 1}, {"x": -79.73204040527344, "y": -24.65553092956543, "subreddit": "windows10", "cluster": 1966, "color": 1}, {"x": -77.89171600341797, "y": -23.26259422302246, "subreddit": "windows8", "cluster": 1966, "color": 1}, {"x": -79.2916030883789, "y": -23.50933837890625, "subreddit": "windowsphone", "cluster": 1966, "color": 1}, {"x": 15.1646728515625, "y": 60.208011627197266, "subreddit": "citrusmanga", "cluster": 551, "color": 0}, {"x": -24.709186553955078, "y": 25.250152587890625, "subreddit": "dokkanbattle", "cluster": 551, "color": 0}, {"x": -24.789831161499023, "y": 25.291322708129883, "subreddit": "dokkanbattlecommunity", "cluster": 551, "color": 0}, {"x": -25.632509231567383, "y": 25.926570892333984, "subreddit": "dokkanbattletrades", "cluster": 551, "color": 0}, {"x": 72.3173599243164, "y": -28.286178588867188, "subreddit": "cityofheroes", "cluster": 1370, "color": 4}, {"x": -52.67552185058594, "y": 37.12464904785156, "subreddit": "digimon", "cluster": 1370, "color": 4}, {"x": -52.52077865600586, "y": 36.0648307800293, "subreddit": "persona", "cluster": 1370, "color": 4}, {"x": -52.57826614379883, "y": 36.26164627075195, "subreddit": "persona5", "cluster": 1370, "color": 4}, {"x": 52.41072463989258, "y": -19.448278427124023, "subreddit": "civ", "cluster": 372, "color": 0}, {"x": 64.5359878540039, "y": -35.8586540222168, "subreddit": "civ5", "cluster": 372, "color": 0}, {"x": 52.7349967956543, "y": -19.95850944519043, "subreddit": "civbeyondearth", "cluster": 372, "color": 0}, {"x": 47.0062141418457, "y": -7.931893348693848, "subreddit": "civvi", "cluster": 372, "color": 0}, {"x": 117.21907806396484, "y": -57.061668395996094, "subreddit": "civclassics", "cluster": 374, "color": 1}, {"x": 118.09088134765625, "y": -59.23310852050781, "subreddit": "civcraft", "cluster": 374, "color": 1}, {"x": 117.63257598876953, "y": -60.160335540771484, "subreddit": "civcraft_orion", "cluster": 374, "color": 1}, {"x": 118.02645111083984, "y": -59.30432891845703, "subreddit": "civcraftexchange", "cluster": 374, "color": 1}, {"x": 119.16178131103516, "y": -59.2260856628418, "subreddit": "danzilona", "cluster": 374, "color": 1}, {"x": 117.2481918334961, "y": -57.149017333984375, "subreddit": "devoted", "cluster": 374, "color": 1}, {"x": -44.96186828613281, "y": -52.46445083618164, "subreddit": "hardcoresmp", "cluster": 374, "color": 1}, {"x": 112.55195617675781, "y": -60.651458740234375, "subreddit": "minerapocalypse", "cluster": 374, "color": 1}, {"x": 117.49333953857422, "y": -57.717533111572266, "subreddit": "mtaugusta", "cluster": 374, "color": 1}, {"x": 114.29912567138672, "y": -54.82474136352539, "subreddit": "civex", "cluster": 375, "color": 0}, {"x": 114.3213119506836, "y": -54.82333755493164, "subreddit": "civilizatonexperiment", "cluster": 375, "color": 0}, {"x": 113.53054809570312, "y": -54.613121032714844, "subreddit": "therealmsmc", "cluster": 375, "color": 0}, {"x": -68.94442749023438, "y": 4.850689888000488, "subreddit": "civilengineering", "cluster": 1936, "color": 3}, {"x": -68.77479553222656, "y": 3.141749143600464, "subreddit": "rolex", "cluster": 1936, "color": 3}, {"x": -69.07400512695312, "y": 5.681637763977051, "subreddit": "vaginismus", "cluster": 1936, "color": 3}, {"x": -68.832763671875, "y": 4.148874282836914, "subreddit": "watches", "cluster": 1936, "color": 3}, {"x": -69.99990844726562, "y": 3.7797775268554688, "subreddit": "watchescirclejerk", "cluster": 1936, "color": 3}, {"x": -67.71939086914062, "y": 4.018199443817139, "subreddit": "watchexchange", "cluster": 1936, "color": 3}, {"x": 24.18451690673828, "y": -128.14857482910156, "subreddit": "civworldpowers", "cluster": 727, "color": 0}, {"x": 25.608861923217773, "y": -124.72162628173828, "subreddit": "dawnpowers", "cluster": 727, "color": 0}, {"x": 19.312746047973633, "y": -125.87548828125, "subreddit": "empirepowers", "cluster": 727, "color": 0}, {"x": 22.44318199157715, "y": -125.41392517089844, "subreddit": "free_space", "cluster": 727, "color": 0}, {"x": 20.936622619628906, "y": -123.18588256835938, "subreddit": "geosim", "cluster": 727, "color": 0}, {"x": 20.09543228149414, "y": -124.86248016357422, "subreddit": "globalpowers", "cluster": 727, "color": 0}, {"x": 22.435565948486328, "y": -124.1775131225586, "subreddit": "ironthronepowers", "cluster": 727, "color": 0}, {"x": 23.895099639892578, "y": -126.22705841064453, "subreddit": "jerkofftodesicelebs", "cluster": 727, "color": 0}, {"x": 22.45172691345215, "y": -125.4102554321289, "subreddit": "neckbeardrpg", "cluster": 727, "color": 0}, {"x": 23.41621971130371, "y": -122.48247528076172, "subreddit": "roll20", "cluster": 727, "color": 0}, {"x": 22.421926498413086, "y": -124.15850067138672, "subreddit": "sevenkingdoms", "cluster": 727, "color": 0}, {"x": 22.649234771728516, "y": -126.1716079711914, "subreddit": "shadownet", "cluster": 727, "color": 0}, {"x": 23.75580406188965, "y": -124.8286361694336, "subreddit": "wayfarerspub", "cluster": 727, "color": 0}, {"x": 21.386430740356445, "y": -125.27719116210938, "subreddit": "worldpowers", "cluster": 727, "color": 0}, {"x": 20.71479034423828, "y": -122.82042694091797, "subreddit": "worldroleplay", "cluster": 727, "color": 0}, {"x": 21.228363037109375, "y": -126.27989959716797, "subreddit": "worldwarpowers", "cluster": 727, "color": 0}, {"x": 22.071876525878906, "y": -127.56153106689453, "subreddit": "zombiesurvivalrp", "cluster": 727, "color": 0}, {"x": 79.94318389892578, "y": 28.702573776245117, "subreddit": "clannad", "cluster": 847, "color": 4}, {"x": 18.84388542175293, "y": -125.78194427490234, "subreddit": "coldwarpowers", "cluster": 847, "color": 4}, {"x": 79.92335510253906, "y": 28.699037551879883, "subreddit": "haruhi", "cluster": 847, "color": 4}, {"x": 19.830204010009766, "y": 57.7592658996582, "subreddit": "k_on", "cluster": 847, "color": 4}, {"x": 4.283799648284912, "y": -16.072498321533203, "subreddit": "redditthroughhistory", "cluster": 847, "color": 4}, {"x": 89.16786193847656, "y": 110.76667785644531, "subreddit": "clarinet", "cluster": 1577, "color": 4}, {"x": 87.38875579833984, "y": 111.28275299072266, "subreddit": "saxophone", "cluster": 1577, "color": 4}, {"x": 87.37208557128906, "y": 111.28888702392578, "subreddit": "saxophonics", "cluster": 1577, "color": 4}, {"x": -27.291656494140625, "y": 50.22286605834961, "subreddit": "clashofclans", "cluster": 376, "color": 2}, {"x": 85.63722229003906, "y": 104.08015441894531, "subreddit": "clashofclansrecruit", "cluster": 376, "color": 2}, {"x": 85.63700103759766, "y": 104.07860565185547, "subreddit": "royalerecruit", "cluster": 376, "color": 2}, {"x": 8.874610900878906, "y": -89.65022277832031, "subreddit": "classicalguitar", "cluster": 409, "color": 0}, {"x": 6.1269965171813965, "y": -89.70158386230469, "subreddit": "classicalmusic", "cluster": 409, "color": 0}, {"x": 7.628849506378174, "y": -89.30976104736328, "subreddit": "composer", "cluster": 409, "color": 0}, {"x": 7.57637357711792, "y": -89.20903015136719, "subreddit": "musictheory", "cluster": 409, "color": 0}, {"x": -94.06895446777344, "y": -41.40939712524414, "subreddit": "classiccars", "cluster": 1955, "color": 4}, {"x": -91.87611389160156, "y": -40.45674133300781, "subreddit": "namethatcar", "cluster": 1955, "color": 4}, {"x": -91.87676239013672, "y": -40.460693359375, "subreddit": "whatisthiscar", "cluster": 1955, "color": 4}, {"x": 95.12982940673828, "y": -9.852020263671875, "subreddit": "classicwow", "cluster": 609, "color": 2}, {"x": 96.28894805908203, "y": -11.2273588180542, "subreddit": "elysiumproject", "cluster": 609, "color": 2}, {"x": 97.06220245361328, "y": -9.843896865844727, "subreddit": "kronoswow", "cluster": 609, "color": 2}, {"x": 95.91014862060547, "y": -10.942360877990723, "subreddit": "lightshope", "cluster": 609, "color": 2}, {"x": 96.46167755126953, "y": -11.696915626525879, "subreddit": "nostalrius", "cluster": 609, "color": 2}, {"x": 97.09988403320312, "y": -10.193243026733398, "subreddit": "wowservers", "cluster": 609, "color": 2}, {"x": -40.9860954284668, "y": -14.511147499084473, "subreddit": "cleveland", "cluster": 1318, "color": 2}, {"x": -40.332191467285156, "y": -13.72764778137207, "subreddit": "columbus", "cluster": 1318, "color": 2}, {"x": -40.82607650756836, "y": -14.213847160339355, "subreddit": "ohio", "cluster": 1318, "color": 2}, {"x": -33.012210845947266, "y": -1.5653053522109985, "subreddit": "osu", "cluster": 1318, "color": 2}, {"x": -42.5175895690918, "y": -13.100842475891113, "subreddit": "toledo", "cluster": 1318, "color": 2}, {"x": 98.6047592163086, "y": 11.015347480773926, "subreddit": "clg", "cluster": 1031, "color": 3}, {"x": 100.19786071777344, "y": 12.871465682983398, "subreddit": "cloud9", "cluster": 1031, "color": 3}, {"x": 109.73631286621094, "y": -1.9623899459838867, "subreddit": "fantasylcs", "cluster": 1031, "color": 3}, {"x": 100.37518310546875, "y": 46.24297332763672, "subreddit": "fnatic", "cluster": 1031, "color": 3}, {"x": 97.88461303710938, "y": 11.838850021362305, "subreddit": "leagueoflegends", "cluster": 1031, "color": 3}, {"x": 97.5186996459961, "y": 11.731287002563477, "subreddit": "leagueofmeta", "cluster": 1031, "color": 3}, {"x": 97.00381469726562, "y": 14.593140602111816, "subreddit": "loldyrus", "cluster": 1031, "color": 3}, {"x": 98.10720825195312, "y": 51.199214935302734, "subreddit": "lolfanart", "cluster": 1031, "color": 3}, {"x": 108.21504974365234, "y": 48.594329833984375, "subreddit": "loltwistedtreeline", "cluster": 1031, "color": 3}, {"x": 106.14952850341797, "y": 59.29690170288086, "subreddit": "talonmains", "cluster": 1031, "color": 3}, {"x": 98.59441375732422, "y": 12.508658409118652, "subreddit": "teamsolomid", "cluster": 1031, "color": 3}, {"x": 96.50936889648438, "y": 9.213541030883789, "subreddit": "valorant", "cluster": 1031, "color": 3}, {"x": 21.634765625, "y": -27.306623458862305, "subreddit": "climatechange", "cluster": 378, "color": 1}, {"x": 21.679086685180664, "y": -27.336305618286133, "subreddit": "climateskeptics", "cluster": 378, "color": 1}, {"x": 20.485797882080078, "y": -25.91310691833496, "subreddit": "isaacarthur", "cluster": 378, "color": 1}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "clipperswarriorslive", "cluster": 380, "color": 1}, {"x": 5.2851481437683105, "y": -64.16436004638672, "subreddit": "clojure", "cluster": 1065, "color": 3}, {"x": 2.010143280029297, "y": -64.9057846069336, "subreddit": "emacs", "cluster": 1065, "color": 3}, {"x": 2.8771376609802246, "y": -64.58468627929688, "subreddit": "lisp", "cluster": 1065, "color": 3}, {"x": 3.1130669116973877, "y": -64.46022033691406, "subreddit": "programmingcirclejerk", "cluster": 1065, "color": 3}, {"x": -85.10426330566406, "y": 20.254730224609375, "subreddit": "clonehero", "cluster": 823, "color": 1}, {"x": -85.15502166748047, "y": 20.90875816345215, "subreddit": "guitarhero", "cluster": 823, "color": 1}, {"x": -106.98726654052734, "y": -56.90449905395508, "subreddit": "rockband", "cluster": 823, "color": 1}, {"x": -85.2155532836914, "y": 21.22401237487793, "subreddit": "rocksmith", "cluster": 823, "color": 1}, {"x": -69.31623077392578, "y": 37.74283218383789, "subreddit": "clonewars", "cluster": 1805, "color": 4}, {"x": -61.64680099487305, "y": 35.08697509765625, "subreddit": "mandalorian", "cluster": 1805, "color": 4}, {"x": -35.12445831298828, "y": -82.36358642578125, "subreddit": "starwarstrader", "cluster": 1805, "color": 4}, {"x": -61.674991607666016, "y": 35.10660934448242, "subreddit": "themandaloriantv", "cluster": 1805, "color": 4}, {"x": 24.9451961517334, "y": 48.235267639160156, "subreddit": "clownworldwar", "cluster": 382, "color": 0}, {"x": 24.57097053527832, "y": 46.972164154052734, "subreddit": "debatealtright", "cluster": 382, "color": 0}, {"x": 24.27859878540039, "y": 48.829559326171875, "subreddit": "frenworld", "cluster": 382, "color": 0}, {"x": 25.26876449584961, "y": 48.32303237915039, "subreddit": "milliondollarextreme", "cluster": 382, "color": 0}, {"x": -35.70761489868164, "y": -77.35030364990234, "subreddit": "newfoundland", "cluster": 382, "color": 0}, {"x": 92.94061279296875, "y": 115.85250091552734, "subreddit": "smuggies", "cluster": 382, "color": 0}, {"x": -2.9030966758728027, "y": 71.71488952636719, "subreddit": "clubteen", "cluster": 1776, "color": 4}, {"x": -3.310299873352051, "y": 68.80179595947266, "subreddit": "feemagers", "cluster": 1776, "color": 4}, {"x": -2.9744491577148438, "y": 71.10910034179688, "subreddit": "teenagers", "cluster": 1776, "color": 4}, {"x": -2.0840413570404053, "y": 70.75479888916016, "subreddit": "teenagersnew", "cluster": 1776, "color": 4}, {"x": -3.5973384380340576, "y": 70.93513488769531, "subreddit": "youngadults", "cluster": 1776, "color": 4}, {"x": 17.853466033935547, "y": -113.77018737792969, "subreddit": "cmhoc", "cluster": 1162, "color": 1}, {"x": 18.490968704223633, "y": -111.9683837890625, "subreddit": "mhoc", "cluster": 1162, "color": 1}, {"x": 18.94363784790039, "y": -112.89389038085938, "subreddit": "mhocmp", "cluster": 1162, "color": 1}, {"x": 18.380945205688477, "y": -111.8268051147461, "subreddit": "mhocpress", "cluster": 1162, "color": 1}, {"x": 18.057327270507812, "y": -111.56051635742188, "subreddit": "mhocstrangersbar", "cluster": 1162, "color": 1}, {"x": 17.611862182617188, "y": -112.77384185791016, "subreddit": "mholvote", "cluster": 1162, "color": 1}, {"x": 19.297229766845703, "y": -110.59761047363281, "subreddit": "tories", "cluster": 1162, "color": 1}, {"x": -73.5291976928711, "y": -50.00902557373047, "subreddit": "cnc", "cluster": 869, "color": 0}, {"x": -73.36381530761719, "y": -49.918251037597656, "subreddit": "hobbycnc", "cluster": 869, "color": 0}, {"x": -73.14929962158203, "y": -48.99617385864258, "subreddit": "tablets", "cluster": 869, "color": 0}, {"x": -71.77423858642578, "y": -51.30567169189453, "subreddit": "tinyhouses", "cluster": 869, "color": 0}, {"x": 15.098431587219238, "y": 114.7969970703125, "subreddit": "cocaine", "cluster": 1335, "color": 3}, {"x": 14.157859802246094, "y": 116.27525329589844, "subreddit": "heroin", "cluster": 1335, "color": 3}, {"x": 15.003884315490723, "y": 115.94036102294922, "subreddit": "opiates", "cluster": 1335, "color": 3}, {"x": 17.555721282958984, "y": 109.82001495361328, "subreddit": "silkroad", "cluster": 1335, "color": 3}, {"x": 15.382129669189453, "y": 115.5866470336914, "subreddit": "stims", "cluster": 1335, "color": 3}, {"x": -83.8712158203125, "y": -111.7312240600586, "subreddit": "codbo", "cluster": 1222, "color": 1}, {"x": -83.86280059814453, "y": -111.75762939453125, "subreddit": "mw2", "cluster": 1222, "color": 1}, {"x": -49.77133560180664, "y": -78.14641571044922, "subreddit": "codcompetitive", "cluster": 386, "color": 0}, {"x": -49.7802848815918, "y": -78.13660430908203, "subreddit": "opticgaming", "cluster": 386, "color": 0}, {"x": 59.2290153503418, "y": 1.8588545322418213, "subreddit": "codevein", "cluster": 1598, "color": 1}, {"x": 60.615196228027344, "y": 4.208207130432129, "subreddit": "eldenring", "cluster": 1598, "color": 1}, {"x": 60.64169692993164, "y": 4.235772132873535, "subreddit": "sekiro", "cluster": 1598, "color": 1}, {"x": 6.734006404876709, "y": -64.17713165283203, "subreddit": "coding", "cluster": 558, "color": 0}, {"x": 5.998264789581299, "y": -61.342918395996094, "subreddit": "csharp", "cluster": 558, "color": 0}, {"x": 6.362550735473633, "y": -61.38746643066406, "subreddit": "dotnet", "cluster": 558, "color": 0}, {"x": 4.492457866668701, "y": -60.87286376953125, "subreddit": "hamburg", "cluster": 558, "color": 0}, {"x": 6.400863170623779, "y": -64.4120864868164, "subreddit": "programming", "cluster": 558, "color": 0}, {"x": 7.393393039703369, "y": -61.6675910949707, "subreddit": "savageworlds", "cluster": 558, "color": 0}, {"x": 7.302049160003662, "y": -59.66781234741211, "subreddit": "swords", "cluster": 558, "color": 0}, {"x": -57.8848876953125, "y": -40.960540771484375, "subreddit": "turning", "cluster": 558, "color": 0}, {"x": 4.507780075073242, "y": -60.63092041015625, "subreddit": "typescript", "cluster": 558, "color": 0}, {"x": 7.157369613647461, "y": -60.30647659301758, "subreddit": "wma", "cluster": 558, "color": 0}, {"x": 96.93567657470703, "y": 34.28803253173828, "subreddit": "codinghelp", "cluster": 1971, "color": 5}, {"x": 31.058216094970703, "y": 36.19614791870117, "subreddit": "prettygirlsuglyfaces", "cluster": 1971, "color": 5}, {"x": 5.936958312988281, "y": 6.588820934295654, "subreddit": "wastedgifs", "cluster": 1971, "color": 5}, {"x": 5.8288373947143555, "y": 6.5071916580200195, "subreddit": "woahdude", "cluster": 1971, "color": 5}, {"x": -74.3875732421875, "y": 20.565250396728516, "subreddit": "codwarzone", "cluster": 389, "color": 0}, {"x": -74.85838317871094, "y": 20.639589309692383, "subreddit": "modernwarfare", "cluster": 389, "color": 0}, {"x": -73.74501037597656, "y": 20.469507217407227, "subreddit": "modernwarzone", "cluster": 389, "color": 0}, {"x": 7.46206521987915, "y": -20.396495819091797, "subreddit": "cogsci", "cluster": 777, "color": 1}, {"x": -0.04049534723162651, "y": -29.629085540771484, "subreddit": "comics", "cluster": 777, "color": 1}, {"x": 0.041717205196619034, "y": -17.568317413330078, "subreddit": "cyberpunk", "cluster": 777, "color": 1}, {"x": 3.6792800426483154, "y": -20.382713317871094, "subreddit": "gadgets", "cluster": 777, "color": 1}, {"x": 4.6713056564331055, "y": -20.358657836914062, "subreddit": "geek", "cluster": 777, "color": 1}, {"x": 3.3460896015167236, "y": -18.810928344726562, "subreddit": "howto", "cluster": 777, "color": 1}, {"x": 5.253617286682129, "y": -19.101686477661133, "subreddit": "humor", "cluster": 777, "color": 1}, {"x": -71.8808822631836, "y": 100.52925872802734, "subreddit": "identifythisfont", "cluster": 777, "color": 1}, {"x": -6.729700565338135, "y": -8.472551345825195, "subreddit": "lolcats", "cluster": 777, "color": 1}, {"x": 19.326950073242188, "y": -69.5657730102539, "subreddit": "metric", "cluster": 777, "color": 1}, {"x": 5.702701568603516, "y": -19.67243766784668, "subreddit": "offbeat", "cluster": 777, "color": 1}, {"x": 4.620635986328125, "y": -21.658733367919922, "subreddit": "scifi", "cluster": 777, "color": 1}, {"x": 2.173109292984009, "y": -20.29694366455078, "subreddit": "software", "cluster": 777, "color": 1}, {"x": -65.69639587402344, "y": 49.91954040527344, "subreddit": "stencils", "cluster": 777, "color": 1}, {"x": 5.079251766204834, "y": -18.09484100341797, "subreddit": "video", "cluster": 777, "color": 1}, {"x": 2.4415602684020996, "y": -12.707915306091309, "subreddit": "webgames", "cluster": 777, "color": 1}, {"x": 4.687505722045898, "y": -19.377676010131836, "subreddit": "wikipedia", "cluster": 777, "color": 1}, {"x": -26.483604431152344, "y": -114.99501037597656, "subreddit": "coheedandcambria", "cluster": 1801, "color": 0}, {"x": -48.71923828125, "y": -121.23741149902344, "subreddit": "hockeyquestionmark", "cluster": 1801, "color": 0}, {"x": -25.72030258178711, "y": -114.28707122802734, "subreddit": "thedearhunter", "cluster": 1801, "color": 0}, {"x": -26.347633361816406, "y": -114.869384765625, "subreddit": "thefence", "cluster": 1801, "color": 0}, {"x": -128.7039794921875, "y": -20.586135864257812, "subreddit": "coilporn", "cluster": 1889, "color": 4}, {"x": -127.8509292602539, "y": -20.365680694580078, "subreddit": "vapeporn", "cluster": 1889, "color": 4}, {"x": -127.74861907958984, "y": -20.15375328063965, "subreddit": "vaping", "cluster": 1889, "color": 4}, {"x": -127.15629577636719, "y": -18.99564552307129, "subreddit": "vaping101", "cluster": 1889, "color": 4}, {"x": 6.61613130569458, "y": 82.64409637451172, "subreddit": "coinbase", "cluster": 391, "color": 2}, {"x": 6.842283248901367, "y": 81.65633392333984, "subreddit": "electroneum", "cluster": 391, "color": 2}, {"x": 6.6371283531188965, "y": 80.66743469238281, "subreddit": "linktrader", "cluster": 391, "color": 2}, {"x": 6.4277663230896, "y": 83.42341613769531, "subreddit": "trezor", "cluster": 391, "color": 2}, {"x": -67.78470611572266, "y": -130.80311584472656, "subreddit": "colinslaststand", "cluster": 393, "color": 2}, {"x": -67.78430938720703, "y": -130.80072021484375, "subreddit": "kindafunny", "cluster": 393, "color": 2}, {"x": 19.42867660522461, "y": -29.0324764251709, "subreddit": "collapse", "cluster": 1429, "color": 1}, {"x": 12.971875190734863, "y": -31.946134567260742, "subreddit": "homeschool", "cluster": 1429, "color": 1}, {"x": 10.719823837280273, "y": -32.48106002807617, "subreddit": "needadvice", "cluster": 1429, "color": 1}, {"x": 12.080613136291504, "y": -32.5289306640625, "subreddit": "postcollapse", "cluster": 1429, "color": 1}, {"x": 12.421191215515137, "y": -32.632537841796875, "subreddit": "selfsufficiency", "cluster": 1429, "color": 1}, {"x": -16.324628829956055, "y": 47.188411712646484, "subreddit": "collectivecg", "cluster": 576, "color": 0}, {"x": 80.68896484375, "y": -10.97665023803711, "subreddit": "duelofchampions", "cluster": 576, "color": 0}, {"x": 81.66490936279297, "y": -8.662683486938477, "subreddit": "duelyst", "cluster": 576, "color": 0}, {"x": 81.67939758300781, "y": -8.587355613708496, "subreddit": "grandsummoners", "cluster": 576, "color": 0}, {"x": -34.40724182128906, "y": -62.579769134521484, "subreddit": "college", "cluster": 394, "color": 1}, {"x": -34.318328857421875, "y": -62.595733642578125, "subreddit": "driving", "cluster": 394, "color": 1}, {"x": -50.083702087402344, "y": -62.78642654418945, "subreddit": "gmu", "cluster": 394, "color": 1}, {"x": -46.998714447021484, "y": 4.343750476837158, "subreddit": "colorblind", "cluster": 1658, "color": 1}, {"x": 19.761127471923828, "y": -1.824847936630249, "subreddit": "confidence", "cluster": 1658, "color": 1}, {"x": 19.733083724975586, "y": -1.8698102235794067, "subreddit": "socialskills", "cluster": 1658, "color": 1}, {"x": 12.230737686157227, "y": -0.9642114043235779, "subreddit": "colorization", "cluster": 397, "color": 0}, {"x": -7.3687663078308105, "y": 14.419528007507324, "subreddit": "colorizationrequests", "cluster": 397, "color": 0}, {"x": -7.238883018493652, "y": 14.469740867614746, "subreddit": "estoration", "cluster": 397, "color": 0}, {"x": -45.75023651123047, "y": -46.06208038330078, "subreddit": "colts", "cluster": 398, "color": 1}, {"x": -45.74917221069336, "y": -45.98085021972656, "subreddit": "pacers", "cluster": 398, "color": 1}, {"x": -38.7015380859375, "y": 59.78864288330078, "subreddit": "sportsbetting", "cluster": 398, "color": 1}, {"x": -31.862733840942383, "y": -88.35385131835938, "subreddit": "whitesox", "cluster": 398, "color": 1}, {"x": -71.19361114501953, "y": -91.13182067871094, "subreddit": "columbiamo", "cluster": 1179, "color": 3}, {"x": -72.08103942871094, "y": -90.73926544189453, "subreddit": "missouri", "cluster": 1179, "color": 3}, {"x": -73.00548553466797, "y": -91.69015502929688, "subreddit": "springfieldmo", "cluster": 1179, "color": 3}, {"x": -72.1534423828125, "y": -90.4874038696289, "subreddit": "stlouis", "cluster": 1179, "color": 3}, {"x": -61.751365661621094, "y": 54.930606842041016, "subreddit": "columbine", "cluster": 1128, "color": 3}, {"x": -61.75211715698242, "y": 54.92543029785156, "subreddit": "masskillers", "cluster": 1128, "color": 3}, {"x": 50.056846618652344, "y": -62.11864471435547, "subreddit": "combatfootage", "cluster": 1167, "color": 0}, {"x": 53.0277214050293, "y": -62.69844055175781, "subreddit": "destroyedtanks", "cluster": 1167, "color": 0}, {"x": 54.4029655456543, "y": -63.12022399902344, "subreddit": "drexel", "cluster": 1167, "color": 0}, {"x": 53.344329833984375, "y": -63.06046676635742, "subreddit": "militarygfys", "cluster": 1167, "color": 0}, {"x": 53.508636474609375, "y": -64.10256958007812, "subreddit": "temple", "cluster": 1167, "color": 0}, {"x": 1.0504252910614014, "y": 39.57231521606445, "subreddit": "comedy", "cluster": 1578, "color": 3}, {"x": 0.9429492950439453, "y": 38.65640640258789, "subreddit": "expanddong", "cluster": 1578, "color": 3}, {"x": -4.844291687011719, "y": 31.601957321166992, "subreddit": "pewdiepie", "cluster": 1578, "color": 3}, {"x": 1.0874916315078735, "y": 39.25522994995117, "subreddit": "sbubby", "cluster": 1578, "color": 3}, {"x": -4.956823348999023, "y": 31.19890022277832, "subreddit": "woooosh", "cluster": 1578, "color": 3}, {"x": 118.90713500976562, "y": -20.8691463470459, "subreddit": "comedybangbang", "cluster": 588, "color": 1}, {"x": 119.82106018066406, "y": -21.20217514038086, "subreddit": "doughboys", "cluster": 588, "color": 1}, {"x": 119.55584716796875, "y": -21.10456657409668, "subreddit": "earwolf", "cluster": 588, "color": 1}, {"x": -5.306328773498535, "y": 42.06391143798828, "subreddit": "comedynecrophilia", "cluster": 1773, "color": 1}, {"x": -5.650477409362793, "y": -103.1885986328125, "subreddit": "house", "cluster": 1773, "color": 1}, {"x": -16.069849014282227, "y": 45.0770263671875, "subreddit": "icandrawthat", "cluster": 1773, "color": 1}, {"x": 35.290523529052734, "y": 19.65529441833496, "subreddit": "mashups", "cluster": 1773, "color": 1}, {"x": -13.515857696533203, "y": -101.6136703491211, "subreddit": "music", "cluster": 1773, "color": 1}, {"x": -7.049369812011719, "y": -105.32110595703125, "subreddit": "techno", "cluster": 1773, "color": 1}, {"x": -6.419863224029541, "y": -104.91981506347656, "subreddit": "technoproduction", "cluster": 1773, "color": 1}, {"x": 78.98550415039062, "y": -96.57142639160156, "subreddit": "comicbookcollecting", "cluster": 403, "color": 1}, {"x": 79.48149871826172, "y": -97.54936981201172, "subreddit": "comiccodes", "cluster": 403, "color": 1}, {"x": 79.11260223388672, "y": -96.82334899902344, "subreddit": "comicswap", "cluster": 403, "color": 1}, {"x": -64.95613861083984, "y": 50.98841094970703, "subreddit": "sticker", "cluster": 403, "color": 1}, {"x": -12.220535278320312, "y": -27.868898391723633, "subreddit": "comicbookmovies", "cluster": 1209, "color": 4}, {"x": -13.438129425048828, "y": -27.88597297668457, "subreddit": "fixingmovies", "cluster": 1209, "color": 4}, {"x": -4.965685844421387, "y": -33.548301696777344, "subreddit": "flicks", "cluster": 1209, "color": 4}, {"x": -6.072420120239258, "y": -44.541709899902344, "subreddit": "horror", "cluster": 1209, "color": 4}, {"x": -13.958001136779785, "y": -27.780384063720703, "subreddit": "movies", "cluster": 1209, "color": 4}, {"x": -31.18179702758789, "y": -0.13439424335956573, "subreddit": "oscars", "cluster": 1209, "color": 4}, {"x": -14.6990327835083, "y": -27.728971481323242, "subreddit": "television", "cluster": 1209, "color": 4}, {"x": -4.918059825897217, "y": -33.52830505371094, "subreddit": "truefilm", "cluster": 1209, "color": 4}, {"x": -14.186670303344727, "y": -34.83423614501953, "subreddit": "watchmen", "cluster": 1209, "color": 4}, {"x": 49.09203338623047, "y": -112.81844329833984, "subreddit": "comiccon", "cluster": 402, "color": 0}, {"x": -60.53654479980469, "y": 31.23438262939453, "subreddit": "nycc", "cluster": 402, "color": 0}, {"x": 49.09954833984375, "y": -112.79689025878906, "subreddit": "tiki", "cluster": 402, "color": 0}, {"x": 100.19657897949219, "y": -15.44736099243164, "subreddit": "commentrecord", "cluster": 1237, "color": 4}, {"x": 100.18061828613281, "y": -15.440763473510742, "subreddit": "natureisfuckinglit", "cluster": 1237, "color": 4}, {"x": 40.630165100097656, "y": -35.51490783691406, "subreddit": "communism", "cluster": 405, "color": 1}, {"x": 40.631099700927734, "y": -35.587791442871094, "subreddit": "communism101", "cluster": 405, "color": 1}, {"x": 39.248443603515625, "y": -37.41033935546875, "subreddit": "debatecommunism", "cluster": 405, "color": 1}, {"x": -86.2520523071289, "y": -75.95161437988281, "subreddit": "competitionshooting", "cluster": 407, "color": 0}, {"x": -86.18079376220703, "y": -76.02285766601562, "subreddit": "planetaryannihilation", "cluster": 407, "color": 0}, {"x": 107.5274429321289, "y": -88.98822784423828, "subreddit": "competitiveedh", "cluster": 596, "color": 1}, {"x": 106.91194915771484, "y": -87.78170776367188, "subreddit": "custommagic", "cluster": 596, "color": 1}, {"x": 106.831787109375, "y": -88.67583465576172, "subreddit": "edh", "cluster": 596, "color": 1}, {"x": 108.34580993652344, "y": -90.11318969726562, "subreddit": "fishmtg", "cluster": 596, "color": 1}, {"x": 105.93031311035156, "y": -90.98832702636719, "subreddit": "freemagic", "cluster": 596, "color": 1}, {"x": 104.3230972290039, "y": -88.11802673339844, "subreddit": "lrcast", "cluster": 596, "color": 1}, {"x": 107.6931381225586, "y": -87.92069244384766, "subreddit": "magicarena", "cluster": 596, "color": 1}, {"x": 107.08844757080078, "y": -88.44396209716797, "subreddit": "magicdeckbuilding", "cluster": 596, "color": 1}, {"x": 108.7431411743164, "y": -88.472412109375, "subreddit": "magicduels", "cluster": 596, "color": 1}, {"x": 106.33570098876953, "y": -88.39955139160156, "subreddit": "magictcg", "cluster": 596, "color": 1}, {"x": 105.72938537597656, "y": -88.38887786865234, "subreddit": "modernmagic", "cluster": 596, "color": 1}, {"x": 106.98283386230469, "y": -89.84001159667969, "subreddit": "mtgcube", "cluster": 596, "color": 1}, {"x": 103.69921875, "y": -90.11907958984375, "subreddit": "mtgfinance", "cluster": 596, "color": 1}, {"x": 105.25870513916016, "y": -86.66046142578125, "subreddit": "mtglegacy", "cluster": 596, "color": 1}, {"x": 108.4732666015625, "y": -86.62298583984375, "subreddit": "mtgvorthos", "cluster": 596, "color": 1}, {"x": 106.13031005859375, "y": -87.66337585449219, "subreddit": "pauper", "cluster": 596, "color": 1}, {"x": 106.41268157958984, "y": -89.20349884033203, "subreddit": "pioneermtg", "cluster": 596, "color": 1}, {"x": 105.53887176513672, "y": -89.25273895263672, "subreddit": "spikes", "cluster": 596, "color": 1}, {"x": 106.83989715576172, "y": -86.7206039428711, "subreddit": "tronmtg", "cluster": 596, "color": 1}, {"x": -33.156124114990234, "y": 97.90128326416016, "subreddit": "competitiveforhonor", "cluster": 704, "color": 0}, {"x": -33.670310974121094, "y": 99.78804779052734, "subreddit": "forfashion", "cluster": 704, "color": 0}, {"x": -33.330238342285156, "y": 98.31494140625, "subreddit": "forhonor", "cluster": 704, "color": 0}, {"x": -32.39064407348633, "y": 100.3490982055664, "subreddit": "forhonorknights", "cluster": 704, "color": 0}, {"x": -33.64067077636719, "y": 99.7720947265625, "subreddit": "forhonormemes", "cluster": 704, "color": 0}, {"x": -34.324241638183594, "y": 98.62046813964844, "subreddit": "forhonorrants", "cluster": 704, "color": 0}, {"x": -63.857452392578125, "y": 2.7778513431549072, "subreddit": "competitivehalo", "cluster": 836, "color": 1}, {"x": -63.08320617675781, "y": 3.488450765609741, "subreddit": "halo", "cluster": 836, "color": 1}, {"x": -63.71823501586914, "y": 4.187880039215088, "subreddit": "haloplayers", "cluster": 836, "color": 1}, {"x": -62.7915153503418, "y": 3.449540376663208, "subreddit": "halostory", "cluster": 836, "color": 1}, {"x": -61.07339859008789, "y": 2.927992582321167, "subreddit": "halowars", "cluster": 836, "color": 1}, {"x": 48.54917907714844, "y": -15.662896156311035, "subreddit": "competitivehs", "cluster": 859, "color": 1}, {"x": 48.40778732299805, "y": -14.525324821472168, "subreddit": "customhearthstone", "cluster": 859, "color": 1}, {"x": 48.372589111328125, "y": -14.558448791503906, "subreddit": "hearthstone", "cluster": 859, "color": 1}, {"x": 47.97163772583008, "y": -13.728286743164062, "subreddit": "hearthstonecirclejerk", "cluster": 859, "color": 1}, {"x": 89.03864288330078, "y": 11.762811660766602, "subreddit": "shadowverse", "cluster": 859, "color": 1}, {"x": 48.09450149536133, "y": -15.733064651489258, "subreddit": "wildhearthstone", "cluster": 859, "color": 1}, {"x": -34.6927490234375, "y": 3.9144113063812256, "subreddit": "competitiveoverwatch", "cluster": 408, "color": 0}, {"x": -33.53489303588867, "y": 2.9609241485595703, "subreddit": "overwatch", "cluster": 408, "color": 0}, {"x": -34.56523895263672, "y": 3.742920398712158, "subreddit": "overwatchtmz", "cluster": 408, "color": 0}, {"x": -33.80939865112305, "y": 2.8815252780914307, "subreddit": "overwatchuniversity", "cluster": 408, "color": 0}, {"x": 62.16428756713867, "y": 13.466835021972656, "subreddit": "competitivepubg", "cluster": 1465, "color": 2}, {"x": 62.17072296142578, "y": 14.2319974899292, "subreddit": "pubattlegrounds", "cluster": 1465, "color": 2}, {"x": 61.484806060791016, "y": 14.679474830627441, "subreddit": "scumgame", "cluster": 1465, "color": 2}, {"x": 63.06452178955078, "y": 14.60883617401123, "subreddit": "theislandsofnyne", "cluster": 1465, "color": 2}, {"x": -61.692317962646484, "y": -39.468116760253906, "subreddit": "comptia", "cluster": 1954, "color": 0}, {"x": -23.978275299072266, "y": -86.64089965820312, "subreddit": "illinois", "cluster": 1954, "color": 0}, {"x": -63.6447639465332, "y": -39.97617721557617, "subreddit": "lowes", "cluster": 1954, "color": 0}, {"x": -64.91165161132812, "y": -84.40949249267578, "subreddit": "thegolfclub", "cluster": 1954, "color": 0}, {"x": -62.05482482910156, "y": -39.49199295043945, "subreddit": "wgu", "cluster": 1954, "color": 0}, {"x": 40.96928405761719, "y": 71.38304901123047, "subreddit": "compulsiveskinpicking", "cluster": 697, "color": 1}, {"x": 4.524878978729248, "y": 50.135189056396484, "subreddit": "fallout76settlements", "cluster": 697, "color": 1}, {"x": 4.744287967681885, "y": 50.93351364135742, "subreddit": "fo76", "cluster": 697, "color": 1}, {"x": 4.374263763427734, "y": 50.467323303222656, "subreddit": "fo76filthycasuals", "cluster": 697, "color": 1}, {"x": -45.7727165222168, "y": -4.842846393585205, "subreddit": "neverwinter", "cluster": 697, "color": 1}, {"x": 3.0347142219543457, "y": 50.26129913330078, "subreddit": "streetoutlaws", "cluster": 697, "color": 1}, {"x": -56.9576301574707, "y": 53.93570327758789, "subreddit": "computer", "cluster": 412, "color": 0}, {"x": -57.229976654052734, "y": 53.612342834472656, "subreddit": "pcbuild", "cluster": 412, "color": 0}, {"x": -49.178218841552734, "y": -10.901772499084473, "subreddit": "pcgamingtechsupport", "cluster": 412, "color": 0}, {"x": -56.54389190673828, "y": 54.34730911254883, "subreddit": "pchelp", "cluster": 412, "color": 0}, {"x": -82.97355651855469, "y": 73.8192138671875, "subreddit": "computer_help", "cluster": 414, "color": 1}, {"x": -82.96956634521484, "y": 73.8111343383789, "subreddit": "computers", "cluster": 414, "color": 1}, {"x": 52.845916748046875, "y": 13.264599800109863, "subreddit": "conanexiles", "cluster": 1395, "color": 1}, {"x": 54.22882080078125, "y": 13.722549438476562, "subreddit": "lifeisfeudal", "cluster": 1395, "color": 1}, {"x": 53.033695220947266, "y": 13.730576515197754, "subreddit": "playatlas", "cluster": 1395, "color": 1}, {"x": 51.864139556884766, "y": 16.53739356994629, "subreddit": "vigorgame", "cluster": 1395, "color": 1}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "conciseiama", "cluster": 415, "color": 2}, {"x": 33.17173767089844, "y": -87.10874938964844, "subreddit": "concordia", "cluster": 1824, "color": 3}, {"x": 54.57625198364258, "y": 35.42101287841797, "subreddit": "graphicdesign", "cluster": 1824, "color": 3}, {"x": 54.55561828613281, "y": 35.44668197631836, "subreddit": "thunderbay", "cluster": 1824, "color": 3}, {"x": 12.398090362548828, "y": 10.14759349822998, "subreddit": "confession", "cluster": 416, "color": 0}, {"x": 12.28132152557373, "y": 10.300501823425293, "subreddit": "confessions", "cluster": 416, "color": 0}, {"x": -11.550853729248047, "y": 47.483184814453125, "subreddit": "magium", "cluster": 416, "color": 0}, {"x": 13.16883659362793, "y": 9.766289710998535, "subreddit": "offmychest", "cluster": 416, "color": 0}, {"x": -43.31596755981445, "y": -106.41094207763672, "subreddit": "connectedcareers", "cluster": 1100, "color": 1}, {"x": -42.5611572265625, "y": -106.90569305419922, "subreddit": "fryemadden", "cluster": 1100, "color": 1}, {"x": -42.69218444824219, "y": -105.32669067382812, "subreddit": "madden", "cluster": 1100, "color": 1}, {"x": -43.297306060791016, "y": -106.48841094970703, "subreddit": "maddenbros", "cluster": 1100, "color": 1}, {"x": -44.34428024291992, "y": -106.82238006591797, "subreddit": "maddencc", "cluster": 1100, "color": 1}, {"x": -75.67556762695312, "y": -74.58338165283203, "subreddit": "connecticut", "cluster": 417, "color": 0}, {"x": -75.65934753417969, "y": -74.56075286865234, "subreddit": "newhaven", "cluster": 417, "color": 0}, {"x": -77.54401397705078, "y": -76.5085678100586, "subreddit": "newlondoncounty", "cluster": 417, "color": 0}, {"x": -3.1650657653808594, "y": -96.7064208984375, "subreddit": "conservative", "cluster": 1527, "color": 0}, {"x": -70.39982604980469, "y": -75.00982666015625, "subreddit": "conservatives", "cluster": 1527, "color": 0}, {"x": -70.59405517578125, "y": -77.87345123291016, "subreddit": "dallas", "cluster": 1527, "color": 0}, {"x": -70.40237426757812, "y": -74.99279022216797, "subreddit": "republican", "cluster": 1527, "color": 0}, {"x": -70.84427642822266, "y": -74.19469451904297, "subreddit": "shitpoliticssays", "cluster": 1527, "color": 0}, {"x": -69.48736572265625, "y": -76.66667175292969, "subreddit": "texas", "cluster": 1527, "color": 0}, {"x": -56.48987579345703, "y": 18.608715057373047, "subreddit": "consolerepair", "cluster": 758, "color": 0}, {"x": -55.849525451660156, "y": 19.777610778808594, "subreddit": "gamecollecting", "cluster": 758, "color": 0}, {"x": -56.08826446533203, "y": 20.11064910888672, "subreddit": "retrogameswap", "cluster": 758, "color": 0}, {"x": -54.78394317626953, "y": 19.582021713256836, "subreddit": "shittygamecollecting", "cluster": 758, "color": 0}, {"x": -5.112278461456299, "y": -51.77233123779297, "subreddit": "vhs", "cluster": 758, "color": 0}, {"x": -19.978900909423828, "y": 5.841981887817383, "subreddit": "conspiracygrumps", "cluster": 419, "color": 1}, {"x": -20.58922004699707, "y": 7.281211853027344, "subreddit": "gamegrumps", "cluster": 419, "color": 1}, {"x": -18.94371795654297, "y": 5.540028095245361, "subreddit": "jontron", "cluster": 419, "color": 1}, {"x": -21.117788314819336, "y": 6.302248477935791, "subreddit": "rantgrumps", "cluster": 419, "color": 1}, {"x": -21.202260971069336, "y": 8.02349853515625, "subreddit": "thecompletionist", "cluster": 419, "color": 1}, {"x": -20.053556442260742, "y": 6.0210418701171875, "subreddit": "ventgrumps", "cluster": 419, "color": 1}, {"x": 96.99816131591797, "y": 39.81671905517578, "subreddit": "conspiracytheories", "cluster": 691, "color": 2}, {"x": 98.58203125, "y": 39.626129150390625, "subreddit": "flatearth", "cluster": 691, "color": 2}, {"x": 98.85877227783203, "y": 40.013587951660156, "subreddit": "flatearther", "cluster": 691, "color": 2}, {"x": 98.68128967285156, "y": 39.04989242553711, "subreddit": "theworldisflat", "cluster": 691, "color": 2}, {"x": 29.13776397705078, "y": -11.184684753417969, "subreddit": "conspiratard", "cluster": 420, "color": 0}, {"x": 26.191173553466797, "y": -36.37595748901367, "subreddit": "enoughlibertarianspam", "cluster": 420, "color": 0}, {"x": 28.85528564453125, "y": -10.121369361877441, "subreddit": "howtonotgiveafuck", "cluster": 420, "color": 0}, {"x": 29.783536911010742, "y": -9.900883674621582, "subreddit": "killthosewhodisagree", "cluster": 420, "color": 0}, {"x": 29.135225296020508, "y": -11.153925895690918, "subreddit": "panichistory", "cluster": 420, "color": 0}, {"x": 31.97422981262207, "y": -63.20315170288086, "subreddit": "consulting", "cluster": 1531, "color": 2}, {"x": -15.004109382629395, "y": -13.661046028137207, "subreddit": "forhire", "cluster": 1531, "color": 2}, {"x": 67.76900482177734, "y": -66.39715576171875, "subreddit": "language_exchange", "cluster": 1531, "color": 2}, {"x": 31.7183895111084, "y": -64.60040283203125, "subreddit": "languagelearning", "cluster": 1531, "color": 2}, {"x": 29.1718692779541, "y": -62.976078033447266, "subreddit": "peacecorps", "cluster": 1531, "color": 2}, {"x": 31.793941497802734, "y": -63.866783142089844, "subreddit": "resumes", "cluster": 1531, "color": 2}, {"x": 124.43112182617188, "y": -15.69775390625, "subreddit": "contestofchampions", "cluster": 423, "color": 0}, {"x": 124.42638397216797, "y": -15.693413734436035, "subreddit": "contestofchampionslfg", "cluster": 423, "color": 0}, {"x": -94.22337341308594, "y": -35.757755279541016, "subreddit": "cookiecollector", "cluster": 424, "color": 0}, {"x": -92.29243469238281, "y": -37.397430419921875, "subreddit": "delusionalcraigslist", "cluster": 424, "color": 0}, {"x": -94.22962188720703, "y": -35.743743896484375, "subreddit": "shittycarmod", "cluster": 424, "color": 0}, {"x": -100.03522491455078, "y": -38.28379440307617, "subreddit": "vintagejapaneseautos", "cluster": 424, "color": 0}, {"x": 45.05129623413086, "y": -30.33869171142578, "subreddit": "coolgamesinc", "cluster": 1137, "color": 1}, {"x": -33.03173828125, "y": -122.55059814453125, "subreddit": "greatestgen", "cluster": 1137, "color": 1}, {"x": -33.26992416381836, "y": -122.48117065429688, "subreddit": "maximumfun", "cluster": 1137, "color": 1}, {"x": 44.640098571777344, "y": -29.7269287109375, "subreddit": "mbmbam", "cluster": 1137, "color": 1}, {"x": 44.56616973876953, "y": -29.598264694213867, "subreddit": "theadventurezone", "cluster": 1137, "color": 1}, {"x": 39.89839172363281, "y": 18.32240867614746, "subreddit": "copenhagen", "cluster": 670, "color": 2}, {"x": -94.8662338256836, "y": 4.265137672424316, "subreddit": "fifa", "cluster": 670, "color": 2}, {"x": -27.82513999938965, "y": 40.54375457763672, "subreddit": "fifa17ut", "cluster": 670, "color": 2}, {"x": -94.8740234375, "y": 4.041167736053467, "subreddit": "seriousfifa", "cluster": 670, "color": 2}, {"x": 9.298507690429688, "y": -81.84501647949219, "subreddit": "snooker", "cluster": 670, "color": 2}, {"x": -53.49382019042969, "y": 123.23633575439453, "subreddit": "copypasta", "cluster": 611, "color": 2}, {"x": -53.493988037109375, "y": 123.23652648925781, "subreddit": "emojipasta", "cluster": 611, "color": 2}, {"x": -65.38507080078125, "y": -18.644519805908203, "subreddit": "cordcutters", "cluster": 426, "color": 2}, {"x": -65.63410186767578, "y": -18.069738388061523, "subreddit": "hulu", "cluster": 426, "color": 2}, {"x": -65.86035919189453, "y": -19.64534568786621, "subreddit": "roku", "cluster": 426, "color": 2}, {"x": -65.48014068603516, "y": -19.703195571899414, "subreddit": "slingtv", "cluster": 426, "color": 2}, {"x": -64.40650939941406, "y": -18.58556365966797, "subreddit": "vue", "cluster": 426, "color": 2}, {"x": 25.748767852783203, "y": 43.55298614501953, "subreddit": "coronavirusca", "cluster": 1348, "color": 2}, {"x": 26.492807388305664, "y": 42.48481750488281, "subreddit": "coronavirusus", "cluster": 1348, "color": 2}, {"x": 26.25299644470215, "y": 43.33723831176758, "subreddit": "pandemicpreps", "cluster": 1348, "color": 2}, {"x": 27.110074996948242, "y": 43.897640228271484, "subreddit": "wuhan_flu", "cluster": 1348, "color": 2}, {"x": 17.559926986694336, "y": -7.236598968505859, "subreddit": "coronavirusuk", "cluster": 1176, "color": 4}, {"x": 6.031026840209961, "y": -16.687477111816406, "subreddit": "misc", "cluster": 1176, "color": 4}, {"x": 17.44365119934082, "y": -7.218225479125977, "subreddit": "missing411", "cluster": 1176, "color": 4}, {"x": -27.409732818603516, "y": -16.976408004760742, "subreddit": "stupidquestions", "cluster": 1176, "color": 4}, {"x": -0.6553654074668884, "y": 12.581239700317383, "subreddit": "corporatefacepalm", "cluster": 1331, "color": 3}, {"x": 23.14455223083496, "y": 12.968575477600098, "subreddit": "delusionalartists", "cluster": 1331, "color": 3}, {"x": 10.30192756652832, "y": 23.65113067626953, "subreddit": "dontfundme", "cluster": 1331, "color": 3}, {"x": -2.19915509223938, "y": 14.05687427520752, "subreddit": "foundpaper", "cluster": 1331, "color": 3}, {"x": 0.41437575221061707, "y": 13.397507667541504, "subreddit": "fyrefestival", "cluster": 1331, "color": 3}, {"x": 8.437323570251465, "y": 22.955907821655273, "subreddit": "gatekeeping", "cluster": 1331, "color": 3}, {"x": 1.2846620082855225, "y": 13.08745002746582, "subreddit": "horriblydepressing", "cluster": 1331, "color": 3}, {"x": -6.262508869171143, "y": 21.438861846923828, "subreddit": "humblebrag", "cluster": 1331, "color": 3}, {"x": 8.494053840637207, "y": 22.131261825561523, "subreddit": "iamverybadass", "cluster": 1331, "color": 3}, {"x": 8.785982131958008, "y": 20.78341293334961, "subreddit": "iamverysmart", "cluster": 1331, "color": 3}, {"x": 10.847757339477539, "y": 21.653640747070312, "subreddit": "ihavesex", "cluster": 1331, "color": 3}, {"x": -1.5988620519638062, "y": 2.3088467121124268, "subreddit": "mallninjashit", "cluster": 1331, "color": 3}, {"x": -0.8145650625228882, "y": 17.6669979095459, "subreddit": "masterhacker", "cluster": 1331, "color": 3}, {"x": -0.3472655713558197, "y": 13.58829402923584, "subreddit": "oopsdidntmeanto", "cluster": 1331, "color": 3}, {"x": 10.147311210632324, "y": 10.226808547973633, "subreddit": "quityourbullshit", "cluster": 1331, "color": 3}, {"x": 10.922547340393066, "y": 18.449331283569336, "subreddit": "sadcringe", "cluster": 1331, "color": 3}, {"x": 7.039918422698975, "y": 1.3848545551300049, "subreddit": "shitcosmosays", "cluster": 1331, "color": 3}, {"x": -2.2172510623931885, "y": 11.993692398071289, "subreddit": "starterpacks", "cluster": 1331, "color": 3}, {"x": -39.98393630981445, "y": 45.87425994873047, "subreddit": "targetedshirts", "cluster": 1331, "color": 3}, {"x": 26.13689613342285, "y": 59.58119201660156, "subreddit": "tinder", "cluster": 1331, "color": 3}, {"x": 2.444561719894409, "y": 22.14509391784668, "subreddit": "wokekids", "cluster": 1331, "color": 3}, {"x": -34.09938049316406, "y": 40.928646087646484, "subreddit": "cosplay", "cluster": 428, "color": 0}, {"x": -34.10492706298828, "y": 40.93239212036133, "subreddit": "cosplayers", "cluster": 428, "color": 0}, {"x": -17.437044143676758, "y": 37.25727081298828, "subreddit": "cosplaybabes", "cluster": 429, "color": 1}, {"x": -17.82835578918457, "y": 37.96318435668945, "subreddit": "cosplaygirls", "cluster": 429, "color": 1}, {"x": -17.934663772583008, "y": 38.154052734375, "subreddit": "geekygirls", "cluster": 429, "color": 1}, {"x": 56.19312286376953, "y": -130.2657928466797, "subreddit": "reallybigshow", "cluster": 429, "color": 1}, {"x": 125.66586303710938, "y": -30.108261108398438, "subreddit": "costa_rica", "cluster": 628, "color": 0}, {"x": 16.902650833129883, "y": -13.336221694946289, "subreddit": "esist", "cluster": 628, "color": 0}, {"x": 17.348108291625977, "y": -14.407100677490234, "subreddit": "impeach_trump", "cluster": 628, "color": 0}, {"x": 16.9758243560791, "y": -13.206689834594727, "subreddit": "marchagainsttrump", "cluster": 628, "color": 0}, {"x": 15.824645042419434, "y": -10.85948371887207, "subreddit": "newpatriotism", "cluster": 628, "color": 0}, {"x": -45.33161544799805, "y": -64.88697814941406, "subreddit": "pfjerk", "cluster": 628, "color": 0}, {"x": 15.776073455810547, "y": -13.404378890991211, "subreddit": "startrektimelines", "cluster": 628, "color": 0}, {"x": 99.75460815429688, "y": 17.786901473999023, "subreddit": "tibiammo", "cluster": 628, "color": 0}, {"x": 18.416425704956055, "y": -12.600747108459473, "subreddit": "trumpcriticizestrump", "cluster": 628, "color": 0}, {"x": 17.502952575683594, "y": -12.389359474182129, "subreddit": "trumpgret", "cluster": 628, "color": 0}, {"x": -76.6794204711914, "y": -42.72531509399414, "subreddit": "costco", "cluster": 1842, "color": 5}, {"x": -79.88872528076172, "y": -42.833030700683594, "subreddit": "diabloswitch", "cluster": 1842, "color": 5}, {"x": -78.9765853881836, "y": -42.048057556152344, "subreddit": "greyhounds", "cluster": 1842, "color": 5}, {"x": 32.1052360534668, "y": 50.26813888549805, "subreddit": "hedgehog", "cluster": 1842, "color": 5}, {"x": -80.0630874633789, "y": -41.3502197265625, "subreddit": "lexus", "cluster": 1842, "color": 5}, {"x": -77.61248779296875, "y": -41.02436447143555, "subreddit": "orangecounty", "cluster": 1842, "color": 5}, {"x": -79.46339416503906, "y": -39.4589729309082, "subreddit": "rav4club", "cluster": 1842, "color": 5}, {"x": -79.26144409179688, "y": -41.95293045043945, "subreddit": "toyota", "cluster": 1842, "color": 5}, {"x": -82.08738708496094, "y": -34.615150451660156, "subreddit": "toyotatundra", "cluster": 1842, "color": 5}, {"x": 26.757417678833008, "y": -12.31877613067627, "subreddit": "traderjoes", "cluster": 1842, "color": 5}, {"x": 66.132568359375, "y": 19.653955459594727, "subreddit": "counterstrike", "cluster": 791, "color": 3}, {"x": 66.68757629394531, "y": 21.63345718383789, "subreddit": "csgobetting", "cluster": 791, "color": 3}, {"x": 64.98018646240234, "y": 22.705766677856445, "subreddit": "csgomarketforum", "cluster": 791, "color": 3}, {"x": -5.989843845367432, "y": 79.91651153564453, "subreddit": "faceitcom", "cluster": 791, "color": 3}, {"x": 65.74427795410156, "y": 20.375614166259766, "subreddit": "globaloffensive", "cluster": 791, "color": 3}, {"x": -32.837562561035156, "y": 20.278202056884766, "subreddit": "learncsgo", "cluster": 791, "color": 3}, {"x": 88.78388214111328, "y": -27.3840389251709, "subreddit": "pins4skins", "cluster": 791, "color": 3}, {"x": 65.3869400024414, "y": 20.450641632080078, "subreddit": "vac_porn", "cluster": 791, "color": 3}, {"x": -39.3378791809082, "y": 96.27356719970703, "subreddit": "vacsucks", "cluster": 791, "color": 3}, {"x": -125.39456939697266, "y": 0.30660513043403625, "subreddit": "couriersofreddit", "cluster": 431, "color": 0}, {"x": -125.25397491455078, "y": 0.2911640703678131, "subreddit": "grubhubdrivers", "cluster": 431, "color": 0}, {"x": -126.58868408203125, "y": 0.48001986742019653, "subreddit": "postmates", "cluster": 431, "color": 0}, {"x": -71.9948959350586, "y": 102.20059967041016, "subreddit": "coversongs", "cluster": 1609, "color": 3}, {"x": -68.10671997070312, "y": 104.77233123779297, "subreddit": "indiemusicfeedback", "cluster": 1609, "color": 3}, {"x": -72.03504943847656, "y": 102.90478515625, "subreddit": "shareyourmusic", "cluster": 1609, "color": 3}, {"x": -72.02497863769531, "y": 102.7607192993164, "subreddit": "soundcloud", "cluster": 1609, "color": 3}, {"x": -72.11425018310547, "y": 103.71221160888672, "subreddit": "thisisourmusic", "cluster": 1609, "color": 3}, {"x": 39.40937805175781, "y": 84.27015686035156, "subreddit": "covid19", "cluster": 432, "color": 0}, {"x": 39.318763732910156, "y": 84.21924591064453, "subreddit": "covid19_support", "cluster": 432, "color": 0}, {"x": 3.790786027908325, "y": 40.51519012451172, "subreddit": "covid19positive", "cluster": 432, "color": 0}, {"x": 38.04616165161133, "y": 83.33848571777344, "subreddit": "steep", "cluster": 432, "color": 0}, {"x": -29.900257110595703, "y": -49.871639251708984, "subreddit": "cowchop", "cluster": 1798, "color": 5}, {"x": -29.909915924072266, "y": -49.87889099121094, "subreddit": "thecreatures", "cluster": 1798, "color": 5}, {"x": -45.19857406616211, "y": -31.50974464416504, "subreddit": "wine_gaming", "cluster": 1798, "color": 5}, {"x": -20.943439483642578, "y": -50.841373443603516, "subreddit": "coys", "cluster": 851, "color": 1}, {"x": -20.93045997619629, "y": -50.56319808959961, "subreddit": "hbogameofthrones", "cluster": 851, "color": 1}, {"x": -0.07281485944986343, "y": 43.27646255493164, "subreddit": "nobodywinsthethrone", "cluster": 851, "color": 1}, {"x": -20.94234848022461, "y": -49.57286834716797, "subreddit": "twd", "cluster": 851, "color": 1}, {"x": -1.169243574142456, "y": 14.21133041381836, "subreddit": "cozyplaces", "cluster": 1794, "color": 4}, {"x": 270.79833984375, "y": 117.13838958740234, "subreddit": "kamikazebywords", "cluster": 1794, "color": 4}, {"x": 134.94679260253906, "y": 209.26161193847656, "subreddit": "mostbeautiful", "cluster": 1794, "color": 4}, {"x": -4.955751895904541, "y": 21.993776321411133, "subreddit": "onejob", "cluster": 1794, "color": 4}, {"x": 11.47807502746582, "y": 1.0893479585647583, "subreddit": "scuba", "cluster": 1794, "color": 4}, {"x": 10.897404670715332, "y": 1.397704839706421, "subreddit": "submechanophobia", "cluster": 1794, "color": 4}, {"x": 2.436988353729248, "y": 13.72392463684082, "subreddit": "thalassophobia", "cluster": 1794, "color": 4}, {"x": -13.248311996459961, "y": 65.32209777832031, "subreddit": "wholesome", "cluster": 1794, "color": 4}, {"x": -74.65123748779297, "y": -79.79346466064453, "subreddit": "cpap", "cluster": 434, "color": 0}, {"x": -71.46380615234375, "y": -77.85724639892578, "subreddit": "plano", "cluster": 434, "color": 0}, {"x": -74.65245056152344, "y": -79.79522705078125, "subreddit": "sleepapnea", "cluster": 434, "color": 0}, {"x": 4.648811340332031, "y": -34.64847183227539, "subreddit": "sousvide", "cluster": 434, "color": 0}, {"x": 7.782057285308838, "y": -68.68553924560547, "subreddit": "cpp", "cluster": 435, "color": 2}, {"x": 7.954789161682129, "y": -68.81940460205078, "subreddit": "cpp_questions", "cluster": 435, "color": 2}, {"x": 6.369985103607178, "y": -65.65400695800781, "subreddit": "rust", "cluster": 435, "color": 2}, {"x": -37.334754943847656, "y": 30.416671752929688, "subreddit": "cpucs", "cluster": 1648, "color": 5}, {"x": -40.924903869628906, "y": 31.569995880126953, "subreddit": "fwob", "cluster": 1648, "color": 5}, {"x": -39.10142517089844, "y": 29.12091827392578, "subreddit": "smashbrosultimate", "cluster": 1648, "color": 5}, {"x": -10.099853515625, "y": 31.398395538330078, "subreddit": "smg4", "cluster": 1648, "color": 5}, {"x": -39.05377197265625, "y": 29.20992660522461, "subreddit": "supersmashbros", "cluster": 1648, "color": 5}, {"x": -84.51375579833984, "y": 1.1154675483703613, "subreddit": "cr10", "cluster": 689, "color": 3}, {"x": -52.21739959716797, "y": -35.5192756652832, "subreddit": "ender3", "cluster": 689, "color": 3}, {"x": -84.50587463378906, "y": 1.1117671728134155, "subreddit": "fixmyprint", "cluster": 689, "color": 3}, {"x": -52.00211715698242, "y": -26.053815841674805, "subreddit": "raspberry_pi_projects", "cluster": 689, "color": 3}, {"x": 73.00341796875, "y": 29.0773983001709, "subreddit": "crackstatus", "cluster": 436, "color": 2}, {"x": 73.02578735351562, "y": 28.893020629882812, "subreddit": "crackwatch", "cluster": 436, "color": 2}, {"x": 72.87369537353516, "y": 30.004562377929688, "subreddit": "piratedgta", "cluster": 436, "color": 2}, {"x": -35.24321746826172, "y": 69.17655181884766, "subreddit": "cracksupport", "cluster": 437, "color": 0}, {"x": -35.244136810302734, "y": 69.16585540771484, "subreddit": "piratedgames", "cluster": 437, "color": 0}, {"x": 31.720966339111328, "y": 23.244203567504883, "subreddit": "crafts", "cluster": 438, "color": 0}, {"x": 53.10716247558594, "y": 51.183509826660156, "subreddit": "cricut", "cluster": 438, "color": 0}, {"x": 8.747824668884277, "y": 60.232173919677734, "subreddit": "jewelrymaking", "cluster": 438, "color": 0}, {"x": -15.056892395019531, "y": 3.7161593437194824, "subreddit": "miniworlds", "cluster": 438, "color": 0}, {"x": 31.908226013183594, "y": 23.245750427246094, "subreddit": "somethingimade", "cluster": 438, "color": 0}, {"x": -15.84585189819336, "y": -106.76134490966797, "subreddit": "crappymusic", "cluster": 1307, "color": 3}, {"x": 79.84912109375, "y": 102.63557434082031, "subreddit": "deepintoyoutube", "cluster": 1307, "color": 3}, {"x": -3.0953941345214844, "y": 1.4152915477752686, "subreddit": "nottimanderic", "cluster": 1307, "color": 3}, {"x": 4.000603675842285, "y": 6.454521656036377, "subreddit": "playitagainsam", "cluster": 1307, "color": 3}, {"x": -3.2515556812286377, "y": 1.0653733015060425, "subreddit": "timanderic", "cluster": 1307, "color": 3}, {"x": -8.232816696166992, "y": 18.470918655395508, "subreddit": "crappyoffbrands", "cluster": 1166, "color": 4}, {"x": 2.1786248683929443, "y": 6.971438884735107, "subreddit": "creepy", "cluster": 1166, "color": 4}, {"x": -1.5272128582000732, "y": 6.682011604309082, "subreddit": "dataisbeautiful", "cluster": 1166, "color": 4}, {"x": -0.9931167364120483, "y": 13.001761436462402, "subreddit": "expectationvsreality", "cluster": 1166, "color": 4}, {"x": -0.05713120847940445, "y": 9.366267204284668, "subreddit": "firstworldanarchists", "cluster": 1166, "color": 4}, {"x": -1.456134557723999, "y": 5.8455071449279785, "subreddit": "getmotivated", "cluster": 1166, "color": 4}, {"x": 2.4056756496429443, "y": 9.294843673706055, "subreddit": "interestingasfuck", "cluster": 1166, "color": 4}, {"x": -13.994821548461914, "y": 45.79075241088867, "subreddit": "intrusivethoughts", "cluster": 1166, "color": 4}, {"x": -1.545617938041687, "y": 4.818463325500488, "subreddit": "jokes", "cluster": 1166, "color": 4}, {"x": -0.629779577255249, "y": 6.924259662628174, "subreddit": "lifeprotips", "cluster": 1166, "color": 4}, {"x": -1.474861741065979, "y": 13.745701789855957, "subreddit": "mildlyinfuriating", "cluster": 1166, "color": 4}, {"x": -0.1060866191983223, "y": 11.012112617492676, "subreddit": "mildlyinteresting", "cluster": 1166, "color": 4}, {"x": -1.6013914346694946, "y": 13.178460121154785, "subreddit": "notmyjob", "cluster": 1166, "color": 4}, {"x": 2.338571071624756, "y": 7.807965278625488, "subreddit": "oldschoolcool", "cluster": 1166, "color": 4}, {"x": 23.835447311401367, "y": 23.80536651611328, "subreddit": "popping", "cluster": 1166, "color": 4}, {"x": -2.3304967880249023, "y": 9.013978004455566, "subreddit": "shittylifeprotips", "cluster": 1166, "color": 4}, {"x": -2.240353584289551, "y": 3.8816654682159424, "subreddit": "showerthoughts", "cluster": 1166, "color": 4}, {"x": -0.5541495680809021, "y": 8.87199878692627, "subreddit": "tifu", "cluster": 1166, "color": 4}, {"x": 26.959630966186523, "y": 34.4460563659668, "subreddit": "topofreddit", "cluster": 1166, "color": 4}, {"x": -73.3585433959961, "y": 26.943435668945312, "subreddit": "crashbandicoot", "cluster": 439, "color": 2}, {"x": -73.39763641357422, "y": 27.027063369750977, "subreddit": "crashteamracing", "cluster": 439, "color": 2}, {"x": -69.23905181884766, "y": 81.38282775878906, "subreddit": "nfsnolimits", "cluster": 439, "color": 2}, {"x": -72.37419891357422, "y": 25.018890380859375, "subreddit": "spyro", "cluster": 439, "color": 2}, {"x": -108.85325622558594, "y": 44.27543258666992, "subreddit": "crawfordvskhanhd", "cluster": 440, "color": 0}, {"x": 211.44981384277344, "y": 76.99351501464844, "subreddit": "crazyideas", "cluster": 1056, "color": 0}, {"x": -3.6606569290161133, "y": 100.97554779052734, "subreddit": "highdeas", "cluster": 1056, "color": 0}, {"x": -34.87211990356445, "y": -27.27264976501465, "subreddit": "lightbulb", "cluster": 1056, "color": 0}, {"x": 10.343358993530273, "y": 104.16793823242188, "subreddit": "microdosing", "cluster": 1056, "color": 0}, {"x": -52.0457763671875, "y": -26.055259704589844, "subreddit": "raspberry_pi", "cluster": 1056, "color": 0}, {"x": -34.83008575439453, "y": -27.262353897094727, "subreddit": "somebodymakethis", "cluster": 1056, "color": 0}, {"x": 70.80786895751953, "y": 73.20792388916016, "subreddit": "createthisworld", "cluster": 959, "color": 0}, {"x": -32.169403076171875, "y": -45.737361907958984, "subreddit": "guessthemovie", "cluster": 959, "color": 0}, {"x": -32.54168701171875, "y": -46.550315856933594, "subreddit": "iwatchedanoldmovie", "cluster": 959, "color": 0}, {"x": -33.80326461791992, "y": -47.061527252197266, "subreddit": "musicians", "cluster": 959, "color": 0}, {"x": -31.884492874145508, "y": -46.66453552246094, "subreddit": "sense8", "cluster": 959, "color": 0}, {"x": 42.39042663574219, "y": -49.348297119140625, "subreddit": "creation", "cluster": 495, "color": 2}, {"x": 41.762428283691406, "y": -49.46516799926758, "subreddit": "debateevolution", "cluster": 495, "color": 2}, {"x": 41.45766830444336, "y": -49.522335052490234, "subreddit": "evolution", "cluster": 495, "color": 2}, {"x": 173.45767211914062, "y": 10.027270317077637, "subreddit": "memritvmemes", "cluster": 495, "color": 2}, {"x": 47.68171691894531, "y": -59.63519287109375, "subreddit": "credibledefense", "cluster": 441, "color": 1}, {"x": 46.975643157958984, "y": -59.035545349121094, "subreddit": "geopolitics", "cluster": 441, "color": 1}, {"x": 47.698509216308594, "y": -59.8447265625, "subreddit": "lesscredibledefence", "cluster": 441, "color": 1}, {"x": 48.91841125488281, "y": -59.5241813659668, "subreddit": "warcollege", "cluster": 441, "color": 1}, {"x": 116.43181610107422, "y": 35.22429656982422, "subreddit": "creepyencounters", "cluster": 443, "color": 0}, {"x": 116.43428802490234, "y": 35.183807373046875, "subreddit": "letsnotmeet", "cluster": 443, "color": 0}, {"x": 23.504426956176758, "y": 20.19853401184082, "subreddit": "thepapinis", "cluster": 443, "color": 0}, {"x": 28.253597259521484, "y": 87.0875244140625, "subreddit": "crestedgecko", "cluster": 776, "color": 0}, {"x": 28.764799118041992, "y": 85.22300720214844, "subreddit": "frogs", "cluster": 776, "color": 0}, {"x": 28.937496185302734, "y": 86.648681640625, "subreddit": "geckos", "cluster": 776, "color": 0}, {"x": 29.283037185668945, "y": 86.64324951171875, "subreddit": "leopardgeckos", "cluster": 776, "color": 0}, {"x": 29.693204879760742, "y": 85.8534927368164, "subreddit": "reptiles", "cluster": 776, "color": 0}, {"x": -55.899166107177734, "y": 41.75649642944336, "subreddit": "zoids", "cluster": 776, "color": 0}, {"x": -76.2999267578125, "y": -68.05866241455078, "subreddit": "cricketwireless", "cluster": 1294, "color": 3}, {"x": -77.07614135742188, "y": -69.84784698486328, "subreddit": "mintmobile", "cluster": 1294, "color": 3}, {"x": -76.58809661865234, "y": -68.26238250732422, "subreddit": "nocontract", "cluster": 1294, "color": 3}, {"x": -45.96589660644531, "y": -25.78902244567871, "subreddit": "prius", "cluster": 1294, "color": 3}, {"x": -77.71330261230469, "y": -67.821533203125, "subreddit": "sprint", "cluster": 1294, "color": 3}, {"x": -76.99259948730469, "y": -69.15499877929688, "subreddit": "ting", "cluster": 1294, "color": 3}, {"x": -74.1900634765625, "y": -19.28559112548828, "subreddit": "tmobile", "cluster": 1294, "color": 3}, {"x": -20.79997444152832, "y": -94.19193267822266, "subreddit": "criminalminds", "cluster": 1129, "color": 2}, {"x": -23.90869140625, "y": -94.47184753417969, "subreddit": "hellskitchen", "cluster": 1129, "color": 2}, {"x": -23.907026290893555, "y": -94.426513671875, "subreddit": "masterchef", "cluster": 1129, "color": 2}, {"x": -88.94595336914062, "y": 19.44952392578125, "subreddit": "oakisland", "cluster": 1129, "color": 2}, {"x": 11.188336372375488, "y": 18.418485641479492, "subreddit": "cringeanarchy", "cluster": 1708, "color": 2}, {"x": -6.052969932556152, "y": -44.548152923583984, "subreddit": "horrorlit", "cluster": 1708, "color": 2}, {"x": -9.685782432556152, "y": -44.23952865600586, "subreddit": "itthemovie", "cluster": 1708, "color": 2}, {"x": -8.536527633666992, "y": -44.25469970703125, "subreddit": "stephenking", "cluster": 1708, "color": 2}, {"x": -8.38576602935791, "y": -44.24771499633789, "subreddit": "thedarktower", "cluster": 1708, "color": 2}, {"x": -34.817344665527344, "y": 7.637075901031494, "subreddit": "crohnsdisease", "cluster": 448, "color": 1}, {"x": -34.946048736572266, "y": 8.163335800170898, "subreddit": "ibd", "cluster": 448, "color": 1}, {"x": -34.60194396972656, "y": 6.790271282196045, "subreddit": "ostomy", "cluster": 448, "color": 1}, {"x": -101.48082733154297, "y": 88.77342987060547, "subreddit": "crosscountry", "cluster": 1845, "color": 2}, {"x": -102.28907775878906, "y": 89.5937271118164, "subreddit": "sprinting", "cluster": 1845, "color": 2}, {"x": -102.13832092285156, "y": 89.44097900390625, "subreddit": "trackandfield", "cluster": 1845, "color": 2}, {"x": 79.36437225341797, "y": 93.64055633544922, "subreddit": "crossdressing", "cluster": 1850, "color": 5}, {"x": 80.13406372070312, "y": 91.76595306396484, "subreddit": "mtfselfietrain", "cluster": 1850, "color": 5}, {"x": 79.57218170166016, "y": 90.87197875976562, "subreddit": "trans", "cluster": 1850, "color": 5}, {"x": 80.1179428100586, "y": 92.94763946533203, "subreddit": "transadorable", "cluster": 1850, "color": 5}, {"x": 81.91899108886719, "y": 93.00086212158203, "subreddit": "translater", "cluster": 1850, "color": 5}, {"x": 80.9278335571289, "y": 91.52640533447266, "subreddit": "transpassing", "cluster": 1850, "color": 5}, {"x": 80.41009521484375, "y": 91.68090057373047, "subreddit": "transpositive", "cluster": 1850, "color": 5}, {"x": 81.10453796386719, "y": 92.50511932373047, "subreddit": "transtimelines", "cluster": 1850, "color": 5}, {"x": 82.53765106201172, "y": 90.8560791015625, "subreddit": "transvoice", "cluster": 1850, "color": 5}, {"x": 78.3139877319336, "y": -89.94134521484375, "subreddit": "crossfit", "cluster": 1949, "color": 5}, {"x": 79.07244110107422, "y": -88.37389373779297, "subreddit": "vulfpeck", "cluster": 1949, "color": 5}, {"x": 78.3714599609375, "y": -89.83342742919922, "subreddit": "weightlifting", "cluster": 1949, "color": 5}, {"x": 58.14917755126953, "y": -4.879377841949463, "subreddit": "crossout", "cluster": 826, "color": 1}, {"x": -54.657325744628906, "y": 41.381317138671875, "subreddit": "gundam", "cluster": 826, "color": 1}, {"x": -53.76979064941406, "y": 41.30146789550781, "subreddit": "gundambattle", "cluster": 826, "color": 1}, {"x": -55.05387878417969, "y": 41.47645568847656, "subreddit": "gunpla", "cluster": 826, "color": 1}, {"x": 91.36988830566406, "y": 15.676782608032227, "subreddit": "kancolle", "cluster": 826, "color": 1}, {"x": 50.16263961791992, "y": 47.99794006347656, "subreddit": "crossstitch", "cluster": 610, "color": 1}, {"x": 50.28110885620117, "y": 48.136024475097656, "subreddit": "embroidery", "cluster": 610, "color": 1}, {"x": 52.666507720947266, "y": 48.67170333862305, "subreddit": "quilting", "cluster": 610, "color": 1}, {"x": 51.4840202331543, "y": 49.175201416015625, "subreddit": "sewing", "cluster": 610, "color": 1}, {"x": -17.519615173339844, "y": -3.333775281906128, "subreddit": "crossview", "cluster": 449, "color": 1}, {"x": -3.8318066596984863, "y": 13.412455558776855, "subreddit": "desirepath", "cluster": 449, "color": 1}, {"x": -17.640127182006836, "y": -3.4839470386505127, "subreddit": "southampton", "cluster": 449, "color": 1}, {"x": -89.2552490234375, "y": -39.40494918823242, "subreddit": "crownvictoria", "cluster": 1048, "color": 1}, {"x": -80.38965606689453, "y": -12.091047286987305, "subreddit": "galaxynote3", "cluster": 1048, "color": 1}, {"x": -80.37384033203125, "y": -11.364618301391602, "subreddit": "lgv10", "cluster": 1048, "color": 1}, {"x": -16.514205932617188, "y": -59.270755767822266, "subreddit": "crucibleplaybook", "cluster": 517, "color": 1}, {"x": -17.32042121887207, "y": -61.72837448120117, "subreddit": "cruciblesherpa", "cluster": 517, "color": 1}, {"x": 77.94470977783203, "y": -103.59618377685547, "subreddit": "destinylore", "cluster": 517, "color": 1}, {"x": -17.18926429748535, "y": -61.65361022949219, "subreddit": "destinysherpa", "cluster": 517, "color": 1}, {"x": 109.0561752319336, "y": 19.138620376586914, "subreddit": "destinytechsupport", "cluster": 517, "color": 1}, {"x": -16.20442008972168, "y": -59.57340621948242, "subreddit": "destinythegame", "cluster": 517, "color": 1}, {"x": -16.42163848876953, "y": -60.7263298034668, "subreddit": "fireteams", "cluster": 517, "color": 1}, {"x": -15.275303840637207, "y": -59.448814392089844, "subreddit": "lowsodiumdestiny", "cluster": 517, "color": 1}, {"x": 77.9477767944336, "y": -103.6002426147461, "subreddit": "raidsecrets", "cluster": 517, "color": 1}, {"x": -16.97246742248535, "y": -58.6373176574707, "subreddit": "sharditkeepit", "cluster": 517, "color": 1}, {"x": -1.9000414609909058, "y": -52.54434585571289, "subreddit": "cruise", "cluster": 1659, "color": 5}, {"x": -0.8835487961769104, "y": -52.07272720336914, "subreddit": "longisland", "cluster": 1659, "color": 5}, {"x": -1.5337282419204712, "y": -52.38713836669922, "subreddit": "socialwork", "cluster": 1659, "color": 5}, {"x": 14.460481643676758, "y": 65.98773193359375, "subreddit": "crunchyroll", "cluster": 1595, "color": 4}, {"x": 87.64913177490234, "y": -0.0977138876914978, "subreddit": "secretworldlegends", "cluster": 1595, "color": 4}, {"x": 89.10738372802734, "y": 0.13914179801940918, "subreddit": "skyforge", "cluster": 1595, "color": 4}, {"x": -48.958396911621094, "y": -10.201236724853516, "subreddit": "spellbreak", "cluster": 1595, "color": 4}, {"x": 87.52252960205078, "y": -0.11721491813659668, "subreddit": "thesecretworld", "cluster": 1595, "color": 4}, {"x": -13.790786743164062, "y": 20.063621520996094, "subreddit": "crusadememes", "cluster": 866, "color": 0}, {"x": 12.505316734313965, "y": 51.00617599487305, "subreddit": "girlsundshitposts", "cluster": 866, "color": 0}, {"x": 12.655680656433105, "y": 52.59538269042969, "subreddit": "historyanimemes", "cluster": 866, "color": 0}, {"x": 12.384354591369629, "y": 56.36456298828125, "subreddit": "lolitary", "cluster": 866, "color": 0}, {"x": 13.268777847290039, "y": 54.363521575927734, "subreddit": "moemorphism", "cluster": 866, "color": 0}, {"x": 12.497220993041992, "y": 52.52436828613281, "subreddit": "sabaton", "cluster": 866, "color": 0}, {"x": 10.87159252166748, "y": 54.61613464355469, "subreddit": "shieldbro", "cluster": 866, "color": 0}, {"x": 85.75552368164062, "y": 8.531889915466309, "subreddit": "crusadersquest", "cluster": 1886, "color": 8}, {"x": 85.69921875, "y": -39.738582611083984, "subreddit": "fallenlondon", "cluster": 1886, "color": 8}, {"x": -7.465651035308838, "y": -56.42863464355469, "subreddit": "kol", "cluster": 1886, "color": 8}, {"x": -32.29100799560547, "y": 44.15608215332031, "subreddit": "saintseiyakotz", "cluster": 1886, "color": 8}, {"x": -36.5406379699707, "y": -35.4222526550293, "subreddit": "valkyrie_en", "cluster": 1886, "color": 8}, {"x": 3.226310968399048, "y": -24.698781967163086, "subreddit": "crypto", "cluster": 452, "color": 1}, {"x": 3.394561529159546, "y": -24.78019142150879, "subreddit": "darknetplan", "cluster": 452, "color": 1}, {"x": 1.8541487455368042, "y": -24.569215774536133, "subreddit": "netsec", "cluster": 452, "color": 1}, {"x": 3.3268275260925293, "y": -25.83814239501953, "subreddit": "pokemonshuffle", "cluster": 452, "color": 1}, {"x": 4.1993865966796875, "y": -23.102558135986328, "subreddit": "technology", "cluster": 452, "color": 1}, {"x": 55.78602600097656, "y": 28.870859146118164, "subreddit": "cryptokitties", "cluster": 1399, "color": 1}, {"x": 66.6657485961914, "y": 16.210046768188477, "subreddit": "playrust", "cluster": 1399, "color": 1}, {"x": 66.61289978027344, "y": 16.206823348999023, "subreddit": "playrustlfg", "cluster": 1399, "color": 1}, {"x": 69.0823974609375, "y": 17.443103790283203, "subreddit": "rustfactions", "cluster": 1399, "color": 1}, {"x": 32.20746994018555, "y": -151.4366912841797, "subreddit": "crystalgemrp", "cluster": 455, "color": 1}, {"x": 32.21528625488281, "y": -151.44061279296875, "subreddit": "danganroleplay", "cluster": 455, "color": 1}, {"x": 8.766063690185547, "y": -49.761268615722656, "subreddit": "crystals", "cluster": 1957, "color": 5}, {"x": 10.838541984558105, "y": -51.300498962402344, "subreddit": "geology", "cluster": 1957, "color": 5}, {"x": 32.54323196411133, "y": -59.72718048095703, "subreddit": "gis", "cluster": 1957, "color": 5}, {"x": 9.131211280822754, "y": -49.387332916259766, "subreddit": "mineralporn", "cluster": 1957, "color": 5}, {"x": 26.08653450012207, "y": 90.673583984375, "subreddit": "petmice", "cluster": 1957, "color": 5}, {"x": 10.018448829650879, "y": -50.46281051635742, "subreddit": "whatsthisrock", "cluster": 1957, "color": 5}, {"x": 10.192102432250977, "y": -71.2733383178711, "subreddit": "cscareerquestions", "cluster": 456, "color": 1}, {"x": 10.237574577331543, "y": -71.77751159667969, "subreddit": "cscareerquestionseu", "cluster": 456, "color": 1}, {"x": 10.851760864257812, "y": -70.63701629638672, "subreddit": "csmajors", "cluster": 456, "color": 1}, {"x": -29.57158088684082, "y": -118.37013244628906, "subreddit": "omscs", "cluster": 456, "color": 1}, {"x": -50.00076675415039, "y": -3.6750121116638184, "subreddit": "csgo", "cluster": 613, "color": 3}, {"x": -51.04703903198242, "y": -1.6958523988723755, "subreddit": "dolphinemulator", "cluster": 613, "color": 3}, {"x": -50.634254455566406, "y": -3.7849719524383545, "subreddit": "emulation", "cluster": 613, "color": 3}, {"x": -51.328556060791016, "y": -4.986486434936523, "subreddit": "emulationonandroid", "cluster": 613, "color": 3}, {"x": -51.35072326660156, "y": -3.25160551071167, "subreddit": "retroarch", "cluster": 613, "color": 3}, {"x": -49.00809860229492, "y": -2.423665761947632, "subreddit": "rpcs3", "cluster": 613, "color": 3}, {"x": -48.68183898925781, "y": -4.9790358543396, "subreddit": "steamcontroller", "cluster": 613, "color": 3}, {"x": -55.828224182128906, "y": 99.620849609375, "subreddit": "csgo_trading", "cluster": 457, "color": 2}, {"x": -39.54097366333008, "y": 96.38440704345703, "subreddit": "csgohacks", "cluster": 457, "color": 2}, {"x": -56.02116775512695, "y": 99.64645385742188, "subreddit": "csgotrade", "cluster": 457, "color": 2}, {"x": -56.85941696166992, "y": 99.76307678222656, "subreddit": "globaloffensivetrade", "cluster": 457, "color": 2}, {"x": 66.19587707519531, "y": 24.641292572021484, "subreddit": "opskins", "cluster": 457, "color": 2}, {"x": 67.02635192871094, "y": 21.89405059814453, "subreddit": "csgolounge", "cluster": 1488, "color": 5}, {"x": 29.14767074584961, "y": 48.89466094970703, "subreddit": "r6proleague", "cluster": 1488, "color": 5}, {"x": 29.435344696044922, "y": 47.36598587036133, "subreddit": "rainbow6", "cluster": 1488, "color": 5}, {"x": 29.5161075592041, "y": 47.405517578125, "subreddit": "rainbow6tts", "cluster": 1488, "color": 5}, {"x": 30.549144744873047, "y": 46.64661407470703, "subreddit": "rainbowsixsiege", "cluster": 1488, "color": 5}, {"x": 21.51049041748047, "y": 49.082210540771484, "subreddit": "rainbowsixsiegeps4", "cluster": 1488, "color": 5}, {"x": 28.536041259765625, "y": 46.84700012207031, "subreddit": "shittyrainbow6", "cluster": 1488, "color": 5}, {"x": 29.157241821289062, "y": 48.41646194458008, "subreddit": "siegeacademy", "cluster": 1488, "color": 5}, {"x": 57.12165451049805, "y": 125.98983764648438, "subreddit": "csmapmakers", "cluster": 839, "color": 1}, {"x": 56.57474136352539, "y": 125.00413513183594, "subreddit": "gmod", "cluster": 839, "color": 1}, {"x": 57.01597595214844, "y": 125.79923248291016, "subreddit": "hammer", "cluster": 839, "color": 1}, {"x": -2.092024803161621, "y": -59.058040618896484, "subreddit": "css", "cluster": 1944, "color": 0}, {"x": -1.7234315872192383, "y": -58.31555938720703, "subreddit": "frontend", "cluster": 1944, "color": 0}, {"x": -2.412566900253296, "y": -57.029701232910156, "subreddit": "web_design", "cluster": 1944, "color": 0}, {"x": -2.1953563690185547, "y": -56.25429916381836, "subreddit": "webdesign", "cluster": 1944, "color": 0}, {"x": -2.5391881465911865, "y": -57.306453704833984, "subreddit": "webdev", "cluster": 1944, "color": 0}, {"x": -3.9370079040527344, "y": -57.611637115478516, "subreddit": "wordpress", "cluster": 1944, "color": 0}, {"x": -31.320798873901367, "y": -25.807228088378906, "subreddit": "csshelp", "cluster": 1529, "color": 3}, {"x": -32.19316101074219, "y": -25.744531631469727, "subreddit": "enhancement", "cluster": 1529, "color": 3}, {"x": -32.11395263671875, "y": -25.750646591186523, "subreddit": "resissues", "cluster": 1529, "color": 3}, {"x": -104.86891174316406, "y": -2.010835647583008, "subreddit": "cuba", "cluster": 1852, "color": 3}, {"x": -48.27473831176758, "y": -52.09176254272461, "subreddit": "flights", "cluster": 1852, "color": 3}, {"x": -87.04051971435547, "y": -25.468053817749023, "subreddit": "kickstarter", "cluster": 1852, "color": 3}, {"x": -87.01810455322266, "y": -25.411945343017578, "subreddit": "solotravel", "cluster": 1852, "color": 3}, {"x": -48.8357048034668, "y": -51.82650375366211, "subreddit": "travel", "cluster": 1852, "color": 3}, {"x": -49.19316864013672, "y": -51.676944732666016, "subreddit": "travelnopics", "cluster": 1852, "color": 3}, {"x": -104.9788589477539, "y": -2.0229907035827637, "subreddit": "vietnam", "cluster": 1852, "color": 3}, {"x": -34.67853927612305, "y": 38.17140579223633, "subreddit": "cubers", "cluster": 1199, "color": 2}, {"x": -58.55278778076172, "y": 39.56230545043945, "subreddit": "mortalkombat", "cluster": 1199, "color": 2}, {"x": -58.5640869140625, "y": 39.56467819213867, "subreddit": "mortalkombatleaks", "cluster": 1199, "color": 2}, {"x": 106.10116577148438, "y": -11.045621871948242, "subreddit": "cubeworld", "cluster": 1104, "color": 4}, {"x": 176.70919799804688, "y": -39.55824279785156, "subreddit": "detrashed", "cluster": 1104, "color": 4}, {"x": 106.11731719970703, "y": -11.056072235107422, "subreddit": "magnetfishing", "cluster": 1104, "color": 4}, {"x": -68.65685272216797, "y": -84.09487915039062, "subreddit": "supermegabaseball", "cluster": 1104, "color": 4}, {"x": -13.765471458435059, "y": 70.0026626586914, "subreddit": "cuckoldpsychology", "cluster": 1297, "color": 2}, {"x": -37.75587844848633, "y": -16.770002365112305, "subreddit": "nonmonogamy", "cluster": 1297, "color": 2}, {"x": -37.54133987426758, "y": -16.793603897094727, "subreddit": "polyamory", "cluster": 1297, "color": 2}, {"x": -38.532833099365234, "y": -16.700315475463867, "subreddit": "swingers", "cluster": 1297, "color": 2}, {"x": -116.04905700683594, "y": 11.094441413879395, "subreddit": "cumtown", "cluster": 1211, "color": 2}, {"x": -114.90779113769531, "y": 11.403505325317383, "subreddit": "legionofskanks", "cluster": 1211, "color": 2}, {"x": -114.97795104980469, "y": 11.393214225769043, "subreddit": "mssecretpodcast", "cluster": 1211, "color": 2}, {"x": -20.15528678894043, "y": -29.3021297454834, "subreddit": "curb", "cluster": 1597, "color": 2}, {"x": -11.853179931640625, "y": -18.53936195373535, "subreddit": "redditwritesseinfeld", "cluster": 1597, "color": 2}, {"x": 10.052386283874512, "y": 19.990327835083008, "subreddit": "roast_me", "cluster": 1597, "color": 2}, {"x": -11.926583290100098, "y": -18.6096248626709, "subreddit": "seinfeld", "cluster": 1597, "color": 2}, {"x": -69.9518814086914, "y": -118.43457794189453, "subreddit": "curling", "cluster": 1748, "color": 3}, {"x": -72.86325073242188, "y": -117.06066131591797, "subreddit": "pools", "cluster": 1748, "color": 3}, {"x": -72.86306762695312, "y": -117.06095886230469, "subreddit": "swimmingpools", "cluster": 1748, "color": 3}, {"x": -1.0985344648361206, "y": 34.02682876586914, "subreddit": "cursedminecraft", "cluster": 1620, "color": 3}, {"x": 6.281178951263428, "y": -114.11835479736328, "subreddit": "ethoslab", "cluster": 1620, "color": 3}, {"x": -26.40984344482422, "y": 35.35445022583008, "subreddit": "minecraftsuggestions", "cluster": 1620, "color": 3}, {"x": -26.328123092651367, "y": 35.222747802734375, "subreddit": "shittymcsuggestions", "cluster": 1620, "color": 3}, {"x": 63.49001693725586, "y": 84.05874633789062, "subreddit": "custody", "cluster": 460, "color": 0}, {"x": 63.359130859375, "y": 83.89376068115234, "subreddit": "divorce", "cluster": 460, "color": 0}, {"x": 63.906307220458984, "y": 84.80687713623047, "subreddit": "singleparents", "cluster": 460, "color": 0}, {"x": -48.76991653442383, "y": -136.6998291015625, "subreddit": "cvs", "cluster": 1759, "color": 3}, {"x": -48.6617431640625, "y": -135.80197143554688, "subreddit": "pharmacy", "cluster": 1759, "color": 3}, {"x": -48.6731071472168, "y": -135.91062927246094, "subreddit": "talesfromthepharmacy", "cluster": 1759, "color": 3}, {"x": -97.26839447021484, "y": -31.43153953552246, "subreddit": "cx5", "cluster": 1135, "color": 2}, {"x": -97.95726013183594, "y": -32.078697204589844, "subreddit": "mazda", "cluster": 1135, "color": 2}, {"x": -98.06971740722656, "y": -32.17416000366211, "subreddit": "mazda3", "cluster": 1135, "color": 2}, {"x": -97.80154418945312, "y": -36.277748107910156, "subreddit": "miata", "cluster": 1135, "color": 2}, {"x": -101.91226196289062, "y": -30.39374351501465, "subreddit": "rx7", "cluster": 1135, "color": 2}, {"x": -100.76364135742188, "y": -30.892616271972656, "subreddit": "rx8", "cluster": 1135, "color": 2}, {"x": 48.31272506713867, "y": 28.149141311645508, "subreddit": "theforest", "cluster": 1135, "color": 2}, {"x": 132.41146850585938, "y": 521.910888671875, "subreddit": "cxtv", "cluster": 1468, "color": 0}, {"x": -33.19426727294922, "y": 17.501426696777344, "subreddit": "drdisrespectlive", "cluster": 1468, "color": 0}, {"x": -30.861839294433594, "y": 17.30412483215332, "subreddit": "fortnitebattleroyale", "cluster": 1468, "color": 0}, {"x": -25.210384368896484, "y": 60.39826583862305, "subreddit": "livestreamfail", "cluster": 1468, "color": 0}, {"x": -31.852890014648438, "y": 16.35422706604004, "subreddit": "offlinetv", "cluster": 1468, "color": 0}, {"x": -6.593850612640381, "y": 12.926161766052246, "subreddit": "pubg", "cluster": 1468, "color": 0}, {"x": -31.84828758239746, "y": 16.352001190185547, "subreddit": "pubgvideos", "cluster": 1468, "color": 0}, {"x": -32.71366500854492, "y": 15.004576683044434, "subreddit": "realmroyale", "cluster": 1468, "color": 0}, {"x": -32.693023681640625, "y": 17.162677764892578, "subreddit": "shroud", "cluster": 1468, "color": 0}, {"x": -31.16128921508789, "y": 15.610532760620117, "subreddit": "thedarwinproject", "cluster": 1468, "color": 0}, {"x": -20.061914443969727, "y": 7.809041500091553, "subreddit": "vinesauce", "cluster": 1468, "color": 0}, {"x": 63.6041145324707, "y": -31.666536331176758, "subreddit": "cynicalbrit", "cluster": 462, "color": 1}, {"x": 63.72930908203125, "y": -31.814388275146484, "subreddit": "cynicalbritofficial", "cluster": 462, "color": 1}, {"x": 64.22157287597656, "y": -32.44279479980469, "subreddit": "jimsterling", "cluster": 462, "color": 1}, {"x": 82.99542999267578, "y": -84.75312805175781, "subreddit": "czech", "cluster": 463, "color": 0}, {"x": 82.96421813964844, "y": -84.75103759765625, "subreddit": "prague", "cluster": 463, "color": 0}, {"x": 83.77958679199219, "y": -84.91062927246094, "subreddit": "slovakia", "cluster": 463, "color": 0}, {"x": 42.24053955078125, "y": -15.104999542236328, "subreddit": "d100", "cluster": 541, "color": 0}, {"x": 42.45331573486328, "y": -14.580416679382324, "subreddit": "dmacademy", "cluster": 541, "color": 0}, {"x": 42.42067337036133, "y": -13.860966682434082, "subreddit": "dndbehindthescreen", "cluster": 541, "color": 0}, {"x": 41.08110809326172, "y": -14.249061584472656, "subreddit": "dndhomebrew", "cluster": 541, "color": 0}, {"x": 41.944400787353516, "y": -15.779994010925293, "subreddit": "dungeonsanddragons", "cluster": 541, "color": 0}, {"x": 44.14494323730469, "y": -15.40615463256836, "subreddit": "mattcolville", "cluster": 541, "color": 0}, {"x": 43.8961181640625, "y": -13.90194034576416, "subreddit": "waterdeepdragonheist", "cluster": 541, "color": 0}, {"x": 77.59085845947266, "y": -17.82954216003418, "subreddit": "d3hardcore", "cluster": 522, "color": 1}, {"x": 77.03082275390625, "y": -15.778277397155762, "subreddit": "d3ps4", "cluster": 522, "color": 1}, {"x": 78.03659057617188, "y": -17.159120559692383, "subreddit": "diablo", "cluster": 522, "color": 1}, {"x": 77.71566772460938, "y": -16.33003044128418, "subreddit": "diablo3", "cluster": 522, "color": 1}, {"x": 79.73052978515625, "y": -17.198471069335938, "subreddit": "diablo3barbarians", "cluster": 522, "color": 1}, {"x": 78.94093322753906, "y": -16.067550659179688, "subreddit": "diablo3demonhunters", "cluster": 522, "color": 1}, {"x": 80.33653259277344, "y": -16.07303810119629, "subreddit": "diablo3witchdoctors", "cluster": 522, "color": 1}, {"x": 79.5187759399414, "y": -15.979677200317383, "subreddit": "diablo3wizards", "cluster": 522, "color": 1}, {"x": 64.63419342041016, "y": 111.31605529785156, "subreddit": "daca", "cluster": 923, "color": 0}, {"x": 38.953758239746094, "y": -87.77542114257812, "subreddit": "immigration", "cluster": 923, "color": 0}, {"x": 37.23596954345703, "y": -88.67378997802734, "subreddit": "immigrationcanada", "cluster": 923, "color": 0}, {"x": -63.710487365722656, "y": -65.12533569335938, "subreddit": "daddit", "cluster": 1436, "color": 2}, {"x": -64.95838165283203, "y": -67.86499786376953, "subreddit": "improv", "cluster": 1436, "color": 2}, {"x": 60.059696197509766, "y": 52.203941345214844, "subreddit": "newparents", "cluster": 1436, "color": 2}, {"x": -63.66681671142578, "y": -65.31962585449219, "subreddit": "predaddit", "cluster": 1436, "color": 2}, {"x": -35.567691802978516, "y": -70.27735900878906, "subreddit": "prostatitis", "cluster": 1436, "color": 2}, {"x": 2.948930501937866, "y": 11.975568771362305, "subreddit": "dadreflexes", "cluster": 1534, "color": 1}, {"x": -54.536624908447266, "y": 17.5981388092041, "subreddit": "gameboy", "cluster": 1534, "color": 1}, {"x": -10.05895709991455, "y": 2.004631280899048, "subreddit": "karmacourt", "cluster": 1534, "color": 1}, {"x": 1.021045207977295, "y": 21.464618682861328, "subreddit": "mildlyvandalised", "cluster": 1534, "color": 1}, {"x": -53.83600997924805, "y": 17.37196159362793, "subreddit": "n64", "cluster": 1534, "color": 1}, {"x": -52.953617095947266, "y": 15.713573455810547, "subreddit": "nes", "cluster": 1534, "color": 1}, {"x": -53.754241943359375, "y": 16.096384048461914, "subreddit": "retrogaming", "cluster": 1534, "color": 1}, {"x": -52.837589263916016, "y": 15.884037971496582, "subreddit": "snes", "cluster": 1534, "color": 1}, {"x": -7.147738933563232, "y": -129.2564239501953, "subreddit": "thecinemassacre", "cluster": 1534, "color": 1}, {"x": 0.8843190670013428, "y": -7.186090469360352, "subreddit": "dae", "cluster": 1977, "color": 1}, {"x": -9.539952278137207, "y": 40.644588470458984, "subreddit": "douchebaggenie", "cluster": 1977, "color": 1}, {"x": 43.0158576965332, "y": -37.90776824951172, "subreddit": "tmbr", "cluster": 1977, "color": 1}, {"x": 85.40062713623047, "y": -43.78749084472656, "subreddit": "wouldyourather", "cluster": 1977, "color": 1}, {"x": 14.912272453308105, "y": -44.92706298828125, "subreddit": "daeneryswinsthethrone", "cluster": 732, "color": 0}, {"x": -7.585090637207031, "y": 48.3367805480957, "subreddit": "freefolk", "cluster": 732, "color": 0}, {"x": -6.809708595275879, "y": 47.854732513427734, "subreddit": "lotrmemes", "cluster": 732, "color": 0}, {"x": -7.570838928222656, "y": 48.336395263671875, "subreddit": "oldfreefolk", "cluster": 732, "color": 0}, {"x": -5.672500133514404, "y": -11.21407413482666, "subreddit": "dailydouble", "cluster": 1617, "color": 5}, {"x": -10.287087440490723, "y": 9.575189590454102, "subreddit": "punny", "cluster": 1617, "color": 5}, {"x": -5.786226749420166, "y": -12.15165901184082, "subreddit": "scenesfromahat", "cluster": 1617, "color": 5}, {"x": -5.638698101043701, "y": -14.172903060913086, "subreddit": "scientology", "cluster": 1617, "color": 5}, {"x": -14.099309921264648, "y": 47.75284194946289, "subreddit": "shittyama", "cluster": 1617, "color": 5}, {"x": -6.655445575714111, "y": -12.791068077087402, "subreddit": "shittyaskreddit", "cluster": 1617, "color": 5}, {"x": -5.97068452835083, "y": -12.895709991455078, "subreddit": "shittyaskscience", "cluster": 1617, "color": 5}, {"x": -6.566647052764893, "y": -11.977346420288086, "subreddit": "shittyfantheories", "cluster": 1617, "color": 5}, {"x": -4.997591972351074, "y": -12.68316650390625, "subreddit": "shittyprogramming", "cluster": 1617, "color": 5}, {"x": -29.645740509033203, "y": -30.111804962158203, "subreddit": "dailyshow", "cluster": 465, "color": 2}, {"x": -25.000858306884766, "y": -38.30034637451172, "subreddit": "girls", "cluster": 465, "color": 2}, {"x": -29.993003845214844, "y": -29.640104293823242, "subreddit": "lateshow", "cluster": 465, "color": 2}, {"x": 65.72328186035156, "y": -140.2818603515625, "subreddit": "nathanforyou", "cluster": 465, "color": 2}, {"x": -29.260753631591797, "y": -30.475250244140625, "subreddit": "sharktank", "cluster": 465, "color": 2}, {"x": -9.028898239135742, "y": -115.06620025634766, "subreddit": "dancegavindance", "cluster": 1430, "color": 2}, {"x": -9.525726318359375, "y": -113.8836669921875, "subreddit": "metalcore", "cluster": 1430, "color": 2}, {"x": -8.840245246887207, "y": -112.01341247558594, "subreddit": "poppunkers", "cluster": 1430, "color": 2}, {"x": -9.385971069335938, "y": -114.01446533203125, "subreddit": "posthardcore", "cluster": 1430, "color": 2}, {"x": -49.70281219482422, "y": 44.46617126464844, "subreddit": "danganronpa", "cluster": 466, "color": 1}, {"x": -27.34255599975586, "y": 8.342509269714355, "subreddit": "pbghardcore", "cluster": 466, "color": 1}, {"x": -49.69651794433594, "y": 44.49913787841797, "subreddit": "rpdanganronpachat", "cluster": 466, "color": 1}, {"x": 20.06884765625, "y": 113.5565185546875, "subreddit": "danishents", "cluster": 1479, "color": 2}, {"x": 20.793899536132812, "y": 115.57933807373047, "subreddit": "quittingkratom", "cluster": 1479, "color": 2}, {"x": 20.898019790649414, "y": 114.73101043701172, "subreddit": "quittingphenibut", "cluster": 1479, "color": 2}, {"x": 17.9043025970459, "y": 115.46327209472656, "subreddit": "stopspeeding", "cluster": 1479, "color": 2}, {"x": -14.525035858154297, "y": 135.55014038085938, "subreddit": "dankmemesfromsite19", "cluster": 1571, "color": 4}, {"x": -14.48949909210205, "y": 134.9591827392578, "subreddit": "sandboxtest", "cluster": 1571, "color": 4}, {"x": -14.524209022521973, "y": 135.5363006591797, "subreddit": "scp", "cluster": 1571, "color": 4}, {"x": -14.42902660369873, "y": 133.94140625, "subreddit": "shadowban", "cluster": 1571, "color": 4}, {"x": 4.717746734619141, "y": 121.20841217041016, "subreddit": "danknation", "cluster": 1820, "color": 4}, {"x": 5.349040985107422, "y": 121.84087371826172, "subreddit": "thebarons", "cluster": 1820, "color": 4}, {"x": 5.085322380065918, "y": 121.61067199707031, "subreddit": "thexanaxcartel", "cluster": 1820, "color": 4}, {"x": 83.80630493164062, "y": 22.47185707092285, "subreddit": "danmachi", "cluster": 469, "color": 1}, {"x": 83.83698272705078, "y": 21.651473999023438, "subreddit": "danmachimemoriafreese", "cluster": 469, "color": 1}, {"x": 83.84385681152344, "y": 21.418350219726562, "subreddit": "danmachimemoriafreeze", "cluster": 469, "color": 1}, {"x": 72.19468688964844, "y": 8.113241195678711, "subreddit": "finalfantasy", "cluster": 469, "color": 1}, {"x": -13.124821662902832, "y": -46.085872650146484, "subreddit": "darkcrystal", "cluster": 1815, "color": 2}, {"x": -13.531723976135254, "y": -45.25856018066406, "subreddit": "hauntingofhillhouse", "cluster": 1815, "color": 2}, {"x": -13.352567672729492, "y": -45.64451217651367, "subreddit": "thestrain", "cluster": 1815, "color": 2}, {"x": 65.2982406616211, "y": -15.118779182434082, "subreddit": "darkestdungeon", "cluster": 470, "color": 2}, {"x": 65.53324890136719, "y": -14.865745544433594, "subreddit": "minionmasters", "cluster": 470, "color": 2}, {"x": 96.2613525390625, "y": 30.47694969177246, "subreddit": "slaythespire", "cluster": 470, "color": 2}, {"x": 64.48027801513672, "y": -15.137601852416992, "subreddit": "townofsalemgame", "cluster": 470, "color": 2}, {"x": 66.35518646240234, "y": -16.30359649658203, "subreddit": "wargroove", "cluster": 470, "color": 2}, {"x": 69.31502532958984, "y": 17.525615692138672, "subreddit": "darkfall", "cluster": 1477, "color": 2}, {"x": 32.8834114074707, "y": -88.7203598022461, "subreddit": "montreal", "cluster": 1477, "color": 2}, {"x": 32.71446990966797, "y": -89.95604705810547, "subreddit": "ndp", "cluster": 1477, "color": 2}, {"x": 32.799224853515625, "y": -89.69508361816406, "subreddit": "quebec", "cluster": 1477, "color": 2}, {"x": 20.202417373657227, "y": -29.42784309387207, "subreddit": "darkfuturology", "cluster": 1361, "color": 5}, {"x": 21.506315231323242, "y": 34.11005401611328, "subreddit": "darthjarjar", "cluster": 1361, "color": 5}, {"x": 22.486852645874023, "y": 34.90462112426758, "subreddit": "epstein", "cluster": 1361, "color": 5}, {"x": 19.28302764892578, "y": 33.873085021972656, "subreddit": "leopardsatemyface", "cluster": 1361, "color": 5}, {"x": 21.50503158569336, "y": 34.20584487915039, "subreddit": "pedogate", "cluster": 1361, "color": 5}, {"x": 93.83049774169922, "y": 26.388864517211914, "subreddit": "darkmatter", "cluster": 472, "color": 2}, {"x": 97.20272827148438, "y": 26.520231246948242, "subreddit": "fantasyfootballadvice", "cluster": 472, "color": 2}, {"x": -45.333984375, "y": 60.12238693237305, "subreddit": "merchantrpg", "cluster": 472, "color": 2}, {"x": 94.10955047607422, "y": 27.2979793548584, "subreddit": "pugs", "cluster": 472, "color": 2}, {"x": 93.72384643554688, "y": 26.18437385559082, "subreddit": "stargate", "cluster": 472, "color": 2}, {"x": 52.4924430847168, "y": 5.434316635131836, "subreddit": "darksiders", "cluster": 473, "color": 3}, {"x": 52.84445571899414, "y": 5.5720696449279785, "subreddit": "devilmaycry", "cluster": 473, "color": 3}, {"x": 55.419227600097656, "y": -5.06532096862793, "subreddit": "greedfall", "cluster": 473, "color": 3}, {"x": 51.52571105957031, "y": 5.232587814331055, "subreddit": "watch_dogs", "cluster": 473, "color": 3}, {"x": 65.64655303955078, "y": 1.8232612609863281, "subreddit": "darksouls", "cluster": 474, "color": 1}, {"x": 65.56459045410156, "y": 2.66023850440979, "subreddit": "darksouls2", "cluster": 474, "color": 1}, {"x": 67.19725036621094, "y": 0.9606029391288757, "subreddit": "darksoulshelp", "cluster": 474, "color": 1}, {"x": 65.55939483642578, "y": 1.2861329317092896, "subreddit": "demonssouls", "cluster": 474, "color": 1}, {"x": 67.22064971923828, "y": 0.9523506164550781, "subreddit": "onebros", "cluster": 474, "color": 1}, {"x": -113.68351745605469, "y": -95.53382873535156, "subreddit": "darts", "cluster": 476, "color": 1}, {"x": -113.6859130859375, "y": -95.535400390625, "subreddit": "dartstalk", "cluster": 476, "color": 1}, {"x": 9.584535598754883, "y": -60.66240692138672, "subreddit": "database", "cluster": 1686, "color": 1}, {"x": 10.854593276977539, "y": -60.13032150268555, "subreddit": "mysql", "cluster": 1686, "color": 1}, {"x": -56.52793884277344, "y": -33.473384857177734, "subreddit": "powershell", "cluster": 1686, "color": 1}, {"x": 10.459723472595215, "y": -60.30875778198242, "subreddit": "sql", "cluster": 1686, "color": 1}, {"x": 9.474145889282227, "y": -60.74481964111328, "subreddit": "sqlserver", "cluster": 1686, "color": 1}, {"x": -60.83588409423828, "y": -26.37718391418457, "subreddit": "datahoarder", "cluster": 880, "color": 2}, {"x": -65.59085083007812, "y": -25.466859817504883, "subreddit": "freenas", "cluster": 880, "color": 2}, {"x": -60.02626037597656, "y": -27.039539337158203, "subreddit": "homelab", "cluster": 880, "color": 2}, {"x": -59.5478630065918, "y": -27.761947631835938, "subreddit": "homelabsales", "cluster": 880, "color": 2}, {"x": -60.106502532958984, "y": -26.258575439453125, "subreddit": "homeserver", "cluster": 880, "color": 2}, {"x": -34.144012451171875, "y": 35.93193054199219, "subreddit": "opendirectories", "cluster": 880, "color": 2}, {"x": -60.477195739746094, "y": -23.673322677612305, "subreddit": "pihole", "cluster": 880, "color": 2}, {"x": -62.459449768066406, "y": -25.386457443237305, "subreddit": "plex", "cluster": 880, "color": 2}, {"x": -58.83125305175781, "y": -25.958343505859375, "subreddit": "prisonarchitect", "cluster": 880, "color": 2}, {"x": -60.06070327758789, "y": -25.478321075439453, "subreddit": "selfhosted", "cluster": 880, "color": 2}, {"x": -4.611924648284912, "y": -57.18092727661133, "subreddit": "webhosting", "cluster": 880, "color": 2}, {"x": -66.8388442993164, "y": -113.11475372314453, "subreddit": "datfeel", "cluster": 1881, "color": 3}, {"x": -66.86129760742188, "y": -108.26472473144531, "subreddit": "minneapolis", "cluster": 1881, "color": 3}, {"x": -66.57477569580078, "y": -108.35853576660156, "subreddit": "minnesota", "cluster": 1881, "color": 3}, {"x": 119.84097290039062, "y": -13.1691255569458, "subreddit": "pokemongompls", "cluster": 1881, "color": 3}, {"x": -66.79977416992188, "y": -108.57670593261719, "subreddit": "twincities", "cluster": 1881, "color": 3}, {"x": -67.31139373779297, "y": -109.48670959472656, "subreddit": "twincitiessocial", "cluster": 1881, "color": 3}, {"x": -21.62128257751465, "y": 59.98171615600586, "subreddit": "datguylirik", "cluster": 1807, "color": 5}, {"x": -60.92024230957031, "y": 51.40380096435547, "subreddit": "funrun", "cluster": 1807, "color": 5}, {"x": 27.362110137939453, "y": 4.826919078826904, "subreddit": "helpmewin", "cluster": 1807, "color": 5}, {"x": -79.2075424194336, "y": 9.18899154663086, "subreddit": "knifeparty", "cluster": 1807, "color": 5}, {"x": 67.30379486083984, "y": 27.167747497558594, "subreddit": "mega64", "cluster": 1807, "color": 5}, {"x": -59.5408821105957, "y": -76.63135528564453, "subreddit": "mlpccg", "cluster": 1807, "color": 5}, {"x": -76.30030059814453, "y": 12.933525085449219, "subreddit": "monstercat", "cluster": 1807, "color": 5}, {"x": -37.98949432373047, "y": -56.781517028808594, "subreddit": "nudism", "cluster": 1807, "color": 5}, {"x": 60.52857971191406, "y": -68.24996185302734, "subreddit": "pietsmiet", "cluster": 1807, "color": 5}, {"x": 14.83078384399414, "y": -52.09355545043945, "subreddit": "richlee", "cluster": 1807, "color": 5}, {"x": 70.34901428222656, "y": 43.005123138427734, "subreddit": "savant", "cluster": 1807, "color": 5}, {"x": -34.123565673828125, "y": -79.70948028564453, "subreddit": "slender_man", "cluster": 1807, "color": 5}, {"x": 42.690391540527344, "y": 1.030027985572815, "subreddit": "telltale", "cluster": 1807, "color": 5}, {"x": -35.09192657470703, "y": -78.29475402832031, "subreddit": "theolympianempire", "cluster": 1807, "color": 5}, {"x": -35.358665466308594, "y": -77.87062072753906, "subreddit": "twitter", "cluster": 1807, "color": 5}, {"x": 59.38169479370117, "y": 85.87588500976562, "subreddit": "datingafterthirty", "cluster": 477, "color": 2}, {"x": 58.19154357910156, "y": 85.91400909423828, "subreddit": "datingoverforty", "cluster": 477, "color": 2}, {"x": 59.32971954345703, "y": 85.86224365234375, "subreddit": "datingoverthirty", "cluster": 477, "color": 2}, {"x": -53.60411834716797, "y": -59.37446594238281, "subreddit": "daveramsey", "cluster": 1391, "color": 4}, {"x": -53.62193298339844, "y": -59.310028076171875, "subreddit": "plantbaseddiet", "cluster": 1391, "color": 4}, {"x": 28.55314826965332, "y": -14.193535804748535, "subreddit": "veganfitness", "cluster": 1391, "color": 4}, {"x": -54.03855895996094, "y": -58.639747619628906, "subreddit": "wyzecam", "cluster": 1391, "color": 4}, {"x": 115.21637725830078, "y": -35.75053787231445, "subreddit": "daverubin", "cluster": 1317, "color": 1}, {"x": 117.6241683959961, "y": -36.49457550048828, "subreddit": "deepfatfried", "cluster": 1317, "color": 1}, {"x": 117.15504455566406, "y": -36.914424896240234, "subreddit": "drunkenpeasants", "cluster": 1317, "color": 1}, {"x": 116.7379379272461, "y": -38.098270416259766, "subreddit": "georgiabulldogs", "cluster": 1317, "color": 1}, {"x": 117.04751586914062, "y": -37.059791564941406, "subreddit": "officialdp", "cluster": 1317, "color": 1}, {"x": 24.679872512817383, "y": -29.307878494262695, "subreddit": "sargonofakkad", "cluster": 1317, "color": 1}, {"x": -30.599882125854492, "y": -9.501867294311523, "subreddit": "davidbowie", "cluster": 1382, "color": 5}, {"x": -52.36381912231445, "y": -5.123694896697998, "subreddit": "firepro", "cluster": 1382, "color": 5}, {"x": 23.777963638305664, "y": 40.29467010498047, "subreddit": "pinkfloyd", "cluster": 1382, "color": 5}, {"x": 23.771484375, "y": 40.293460845947266, "subreddit": "pinkfloydcirclejerk", "cluster": 1382, "color": 5}, {"x": -14.9685697555542, "y": -30.2374324798584, "subreddit": "davidtennant", "cluster": 1053, "color": 3}, {"x": -46.83527755737305, "y": -42.77848434448242, "subreddit": "librarians", "cluster": 1053, "color": 3}, {"x": -46.837257385253906, "y": -42.77460861206055, "subreddit": "libraries", "cluster": 1053, "color": 3}, {"x": 71.26090240478516, "y": -16.918193817138672, "subreddit": "dawngate", "cluster": 911, "color": 2}, {"x": 111.6984634399414, "y": -42.60154342651367, "subreddit": "idlechampions", "cluster": 911, "color": 2}, {"x": 111.70072174072266, "y": -42.60201644897461, "subreddit": "lostidols", "cluster": 911, "color": 2}, {"x": 35.13827896118164, "y": 0.1506459265947342, "subreddit": "dawnoftitans", "cluster": 535, "color": 0}, {"x": -42.12785720825195, "y": -34.381370544433594, "subreddit": "disneyheroesmobile", "cluster": 535, "color": 0}, {"x": -41.557464599609375, "y": -34.54524612426758, "subreddit": "disneyland", "cluster": 535, "color": 0}, {"x": -71.96257781982422, "y": 35.19341278076172, "subreddit": "galaxysedge", "cluster": 535, "color": 0}, {"x": 47.836917877197266, "y": 69.16448211669922, "subreddit": "lushcosmetics", "cluster": 535, "color": 0}, {"x": -81.69892883300781, "y": -20.490615844726562, "subreddit": "daydream", "cluster": 1314, "color": 4}, {"x": 105.78225708007812, "y": 2.52595591545105, "subreddit": "gearvr", "cluster": 1314, "color": 4}, {"x": -81.96487426757812, "y": -20.587947845458984, "subreddit": "googlecardboard", "cluster": 1314, "color": 4}, {"x": 17.679746627807617, "y": 11.747867584228516, "subreddit": "juggling", "cluster": 1314, "color": 4}, {"x": 102.52253723144531, "y": 3.533515453338623, "subreddit": "magicleap", "cluster": 1314, "color": 4}, {"x": 105.45392608642578, "y": 2.1843349933624268, "subreddit": "oculusgo", "cluster": 1314, "color": 4}, {"x": 105.07866668701172, "y": 1.7924076318740845, "subreddit": "oculusquest", "cluster": 1314, "color": 4}, {"x": -59.56045913696289, "y": 8.569405555725098, "subreddit": "daysgone", "cluster": 1459, "color": 1}, {"x": -61.31400680541992, "y": 6.836162090301514, "subreddit": "gearsofwar", "cluster": 1459, "color": 1}, {"x": -61.54222869873047, "y": 10.667262077331543, "subreddit": "ps4", "cluster": 1459, "color": 1}, {"x": -60.65789794921875, "y": 8.218891143798828, "subreddit": "ps5", "cluster": 1459, "color": 1}, {"x": -61.528011322021484, "y": 7.362398147583008, "subreddit": "xboxone", "cluster": 1459, "color": 1}, {"x": -60.9593391418457, "y": 7.886322498321533, "subreddit": "xboxseriesx", "cluster": 1459, "color": 1}, {"x": -88.4454116821289, "y": -59.36484146118164, "subreddit": "dayton", "cluster": 478, "color": 1}, {"x": -88.4969482421875, "y": -59.3519172668457, "subreddit": "fordfusion", "cluster": 478, "color": 1}, {"x": -89.15206146240234, "y": -59.332557678222656, "subreddit": "infiniti", "cluster": 478, "color": 1}, {"x": -62.49032974243164, "y": -72.2354965209961, "subreddit": "reds", "cluster": 478, "color": 1}, {"x": -83.7916030883789, "y": 10.496499061584473, "subreddit": "the_crew", "cluster": 478, "color": 1}, {"x": -44.914493560791016, "y": 105.47549438476562, "subreddit": "daytrading", "cluster": 1715, "color": 2}, {"x": -45.46385192871094, "y": 105.23158264160156, "subreddit": "forex", "cluster": 1715, "color": 2}, {"x": -40.06816482543945, "y": -24.165119171142578, "subreddit": "investing", "cluster": 1715, "color": 2}, {"x": -39.044097900390625, "y": -23.09461784362793, "subreddit": "options", "cluster": 1715, "color": 2}, {"x": -40.11670684814453, "y": 101.42949676513672, "subreddit": "robinhood", "cluster": 1715, "color": 2}, {"x": -40.068058013916016, "y": -23.168699264526367, "subreddit": "stockmarket", "cluster": 1715, "color": 2}, {"x": -39.915313720703125, "y": -23.568798065185547, "subreddit": "stocks", "cluster": 1715, "color": 2}, {"x": 68.98055267333984, "y": -23.010475158691406, "subreddit": "dayz", "cluster": 479, "color": 2}, {"x": 69.47528076171875, "y": -22.569398880004883, "subreddit": "dayzlfg", "cluster": 479, "color": 2}, {"x": 14.627752304077148, "y": -7.697142124176025, "subreddit": "easportsufc", "cluster": 479, "color": 2}, {"x": 68.98480987548828, "y": -21.22920799255371, "subreddit": "redditrescueforce", "cluster": 479, "color": 2}, {"x": 72.03303527832031, "y": -21.8227596282959, "subreddit": "thewarz", "cluster": 479, "color": 2}, {"x": -34.13597106933594, "y": 84.41758728027344, "subreddit": "dayzps", "cluster": 480, "color": 1}, {"x": -33.860870361328125, "y": 85.14509582519531, "subreddit": "dayzxbox", "cluster": 480, "color": 1}, {"x": -34.54823684692383, "y": 83.20014190673828, "subreddit": "h1z1onps4", "cluster": 480, "color": 1}, {"x": -35.25791931152344, "y": 19.587770462036133, "subreddit": "dbfz", "cluster": 562, "color": 2}, {"x": -35.23879623413086, "y": 19.590656280517578, "subreddit": "dragonballfighterz", "cluster": 562, "color": 2}, {"x": -35.77204132080078, "y": 54.81416320800781, "subreddit": "jumpforce", "cluster": 562, "color": 2}, {"x": -77.50709533691406, "y": 0.15647222101688385, "subreddit": "dbrand", "cluster": 1775, "color": 0}, {"x": -7.187761306762695, "y": 20.428773880004883, "subreddit": "hardwaregore", "cluster": 1775, "color": 0}, {"x": -54.356201171875, "y": -24.677165985107422, "subreddit": "iiiiiiitttttttttttt", "cluster": 1775, "color": 0}, {"x": -2.694648504257202, "y": 7.206418991088867, "subreddit": "itsaunixsystem", "cluster": 1775, "color": 0}, {"x": -57.55625915527344, "y": -30.354854583740234, "subreddit": "k12sysadmin", "cluster": 1775, "color": 0}, {"x": -7.90447473526001, "y": 20.0410213470459, "subreddit": "pbsod", "cluster": 1775, "color": 0}, {"x": -7.68605899810791, "y": 19.70491600036621, "subreddit": "softwaregore", "cluster": 1775, "color": 0}, {"x": -55.11333465576172, "y": -24.673805236816406, "subreddit": "techsupportgore", "cluster": 1775, "color": 0}, {"x": -55.256343841552734, "y": -24.694849014282227, "subreddit": "techsupportmacgyver", "cluster": 1775, "color": 0}, {"x": -17.967262268066406, "y": 5.420375823974609, "subreddit": "dbs_cardgame", "cluster": 481, "color": 1}, {"x": -17.62405014038086, "y": 4.826958656311035, "subreddit": "elderscrollsblades", "cluster": 481, "color": 1}, {"x": 81.4022216796875, "y": -30.479755401611328, "subreddit": "finalfantasytcg", "cluster": 481, "color": 1}, {"x": -18.175580978393555, "y": 6.70590353012085, "subreddit": "teamfourstar", "cluster": 481, "color": 1}, {"x": -51.72146224975586, "y": 40.58387756347656, "subreddit": "dbxv", "cluster": 527, "color": 0}, {"x": -51.84817123413086, "y": 41.072452545166016, "subreddit": "digimonlinkz", "cluster": 527, "color": 0}, {"x": -51.64326477050781, "y": 41.667362213134766, "subreddit": "digimonrearise", "cluster": 527, "color": 0}, {"x": -44.424217224121094, "y": 82.30083465576172, "subreddit": "pokelandlegends", "cluster": 527, "color": 0}, {"x": -35.414676666259766, "y": 46.130672454833984, "subreddit": "dbz", "cluster": 986, "color": 1}, {"x": -33.99473571777344, "y": 47.061279296875, "subreddit": "domesticgirlfriend", "cluster": 986, "color": 1}, {"x": -129.39511108398438, "y": -32.82700729370117, "subreddit": "girlsxbattle", "cluster": 986, "color": 1}, {"x": -35.219024658203125, "y": 46.22123718261719, "subreddit": "kaguya_sama", "cluster": 986, "color": 1}, {"x": 15.30220890045166, "y": 57.61609649658203, "subreddit": "komi_san", "cluster": 986, "color": 1}, {"x": -27.325117111206055, "y": 25.839643478393555, "subreddit": "dbzdokkanbattle", "cluster": 482, "color": 0}, {"x": -27.021440505981445, "y": 26.06798553466797, "subreddit": "dbzdokkanmarketplace", "cluster": 482, "color": 0}, {"x": -27.761760711669922, "y": 25.613361358642578, "subreddit": "dragonballlegends", "cluster": 482, "color": 0}, {"x": -0.9686664938926697, "y": 14.04798412322998, "subreddit": "ibotta", "cluster": 482, "color": 0}, {"x": -27.520401000976562, "y": 23.811492919921875, "subreddit": "kakarot", "cluster": 482, "color": 0}, {"x": -23.72209930419922, "y": -75.0168228149414, "subreddit": "nerdcubed", "cluster": 482, "color": 0}, {"x": -10.891724586486816, "y": -26.680892944335938, "subreddit": "dc_cinematic", "cluster": 483, "color": 0}, {"x": -10.72230052947998, "y": -26.732772827148438, "subreddit": "dceuleaks", "cluster": 483, "color": 0}, {"x": -11.62437915802002, "y": -26.27471351623535, "subreddit": "moviescirclejerk", "cluster": 483, "color": 0}, {"x": -91.59163665771484, "y": 65.29422760009766, "subreddit": "dcuonline", "cluster": 484, "color": 1}, {"x": -16.337743759155273, "y": -103.6606216430664, "subreddit": "geocaching", "cluster": 484, "color": 1}, {"x": -91.58025360107422, "y": 65.29783630371094, "subreddit": "omegle", "cluster": 484, "color": 1}, {"x": 92.83583068847656, "y": 55.08454895019531, "subreddit": "ddlc", "cluster": 485, "color": 2}, {"x": 92.86773681640625, "y": 54.025718688964844, "subreddit": "ddlcmods", "cluster": 485, "color": 2}, {"x": 92.07837677001953, "y": 56.20389175415039, "subreddit": "dokidokiroleplay", "cluster": 485, "color": 2}, {"x": 91.50576782226562, "y": 54.671104431152344, "subreddit": "katawashoujo", "cluster": 485, "color": 2}, {"x": 93.52581024169922, "y": 55.30731964111328, "subreddit": "leagueofmemes", "cluster": 485, "color": 2}, {"x": 220.32278442382812, "y": 163.2310791015625, "subreddit": "lewdyoriappreciation", "cluster": 485, "color": 2}, {"x": -107.93741607666016, "y": 64.07324981689453, "subreddit": "ddnews", "cluster": 486, "color": 1}, {"x": -52.81330490112305, "y": 59.749168395996094, "subreddit": "deadbydaylight", "cluster": 489, "color": 1}, {"x": -52.2883186340332, "y": 59.88795852661133, "subreddit": "deathgarden", "cluster": 489, "color": 1}, {"x": 65.85380554199219, "y": -21.05381965637207, "subreddit": "evolvegame", "cluster": 489, "color": 1}, {"x": -53.30549621582031, "y": 59.63146209716797, "subreddit": "f13thegame", "cluster": 489, "color": 1}, {"x": -34.261146545410156, "y": 76.22074127197266, "subreddit": "identityv", "cluster": 489, "color": 1}, {"x": -54.18244934082031, "y": 59.31368637084961, "subreddit": "kissanime", "cluster": 489, "color": 1}, {"x": -32.2985954284668, "y": 39.044471740722656, "subreddit": "deadcells", "cluster": 875, "color": 1}, {"x": -31.63168716430664, "y": 36.80803680419922, "subreddit": "hollowknight", "cluster": 875, "color": 1}, {"x": -31.619380950927734, "y": 36.811885833740234, "subreddit": "hollowknightmemes", "cluster": 875, "color": 1}, {"x": -31.755313873291016, "y": 30.342876434326172, "subreddit": "oneshot", "cluster": 875, "color": 1}, {"x": 1.4449504613876343, "y": 7.597123146057129, "subreddit": "deadpool", "cluster": 1677, "color": 5}, {"x": -16.748998641967773, "y": -1.128957986831665, "subreddit": "spiderman", "cluster": 1677, "color": 5}, {"x": -16.75617218017578, "y": -1.1027504205703735, "subreddit": "spidermanps4", "cluster": 1677, "color": 5}, {"x": -20.018600463867188, "y": -53.92671203613281, "subreddit": "tamrinm", "cluster": 1677, "color": 5}, {"x": 54.32756423950195, "y": 10.3528413772583, "subreddit": "deadrising", "cluster": 1156, "color": 3}, {"x": 56.893760681152344, "y": 9.528460502624512, "subreddit": "deathstranding", "cluster": 1156, "color": 3}, {"x": 56.99078369140625, "y": 7.577812671661377, "subreddit": "metalgearsolid", "cluster": 1156, "color": 3}, {"x": 56.88990783691406, "y": 7.513824462890625, "subreddit": "metalgearsurvive", "cluster": 1156, "color": 3}, {"x": 57.63356399536133, "y": 7.176335334777832, "subreddit": "mgo", "cluster": 1156, "color": 3}, {"x": 56.909568786621094, "y": 9.461362838745117, "subreddit": "neverbegameover", "cluster": 1156, "color": 3}, {"x": -55.18696212768555, "y": 10.944052696228027, "subreddit": "ps4dreams", "cluster": 1156, "color": 3}, {"x": 49.546363830566406, "y": -35.36682891845703, "subreddit": "deadspace", "cluster": 1026, "color": 2}, {"x": 49.54121398925781, "y": -35.385169982910156, "subreddit": "latvia", "cluster": 1026, "color": 2}, {"x": -32.35969543457031, "y": 0.10223977267742157, "subreddit": "osuonlinecs", "cluster": 1026, "color": 2}, {"x": -17.765295028686523, "y": 34.085880279541016, "subreddit": "death_by_snusnu", "cluster": 843, "color": 2}, {"x": -18.432973861694336, "y": 35.03125762939453, "subreddit": "fitandnatural", "cluster": 843, "color": 2}, {"x": -18.27594566345215, "y": 34.81657409667969, "subreddit": "hardbodies", "cluster": 843, "color": 2}, {"x": -90.28285217285156, "y": 50.13176727294922, "subreddit": "deathgrips", "cluster": 491, "color": 1}, {"x": -106.14994049072266, "y": 52.25749588012695, "subreddit": "gorillaz", "cluster": 491, "color": 1}, {"x": -90.32009887695312, "y": 50.14799880981445, "subreddit": "liluglymane", "cluster": 491, "color": 1}, {"x": -89.03839874267578, "y": 51.64820098876953, "subreddit": "mfdoom", "cluster": 491, "color": 1}, {"x": -91.89762115478516, "y": 48.82124328613281, "subreddit": "swans", "cluster": 491, "color": 1}, {"x": -93.91533660888672, "y": 44.72678756713867, "subreddit": "weezer", "cluster": 491, "color": 1}, {"x": -15.705931663513184, "y": -118.11759948730469, "subreddit": "deathmetal", "cluster": 1155, "color": 1}, {"x": -16.10854721069336, "y": -116.71900939941406, "subreddit": "heavyvinyl", "cluster": 1155, "color": 1}, {"x": -16.56365394592285, "y": -118.03962707519531, "subreddit": "metal", "cluster": 1155, "color": 1}, {"x": -17.0180721282959, "y": -118.02777099609375, "subreddit": "metaljerk", "cluster": 1155, "color": 1}, {"x": -17.789844512939453, "y": -117.66268920898438, "subreddit": "metalmemes", "cluster": 1155, "color": 1}, {"x": -20.50408935546875, "y": -116.64627075195312, "subreddit": "metalmusicians", "cluster": 1155, "color": 1}, {"x": -16.491308212280273, "y": -119.60238647460938, "subreddit": "vintageobscura", "cluster": 1155, "color": 1}, {"x": -45.382720947265625, "y": 119.84564208984375, "subreddit": "debate", "cluster": 492, "color": 1}, {"x": -45.1859016418457, "y": 119.54835510253906, "subreddit": "lincolndouglas", "cluster": 492, "color": 1}, {"x": -46.097137451171875, "y": 119.78067016601562, "subreddit": "policydebate", "cluster": 492, "color": 1}, {"x": -44.867740631103516, "y": 120.73100280761719, "subreddit": "studentloans", "cluster": 492, "color": 1}, {"x": 42.877899169921875, "y": 29.76010513305664, "subreddit": "debateavegan", "cluster": 1892, "color": 5}, {"x": 28.601669311523438, "y": -15.06163501739502, "subreddit": "vegan", "cluster": 1892, "color": 5}, {"x": 41.03312683105469, "y": 30.279205322265625, "subreddit": "vegancirclejerk", "cluster": 1892, "color": 5}, {"x": 41.05696105957031, "y": 30.257034301757812, "subreddit": "veganforcirclejerkers", "cluster": 1892, "color": 5}, {"x": 18.26534652709961, "y": -2.585139751434326, "subreddit": "decidingtobebetter", "cluster": 2005, "color": 5}, {"x": 5.505939960479736, "y": -14.393749237060547, "subreddit": "experimentalmusic", "cluster": 2005, "color": 5}, {"x": -0.6476317048072815, "y": 5.347279071807861, "subreddit": "letschat", "cluster": 2005, "color": 5}, {"x": 4.575592517852783, "y": -13.232757568359375, "subreddit": "nonzeroday", "cluster": 2005, "color": 5}, {"x": 5.458902359008789, "y": -14.261104583740234, "subreddit": "zenhabits", "cluster": 2005, "color": 5}, {"x": 42.18989944458008, "y": 49.187007904052734, "subreddit": "declutter", "cluster": 496, "color": 2}, {"x": 42.49821853637695, "y": 48.41851806640625, "subreddit": "hoarding", "cluster": 496, "color": 2}, {"x": 42.15196228027344, "y": 49.35072708129883, "subreddit": "konmari", "cluster": 496, "color": 2}, {"x": -33.62397766113281, "y": 65.99280548095703, "subreddit": "mergedragons", "cluster": 496, "color": 2}, {"x": -2.6521778106689453, "y": 26.781198501586914, "subreddit": "decreasinglyverbose", "cluster": 926, "color": 1}, {"x": -3.504429817199707, "y": 25.57390594482422, "subreddit": "feckingbirds", "cluster": 926, "color": 1}, {"x": -3.5733132362365723, "y": 25.297985076904297, "subreddit": "increasinglyverbose", "cluster": 926, "color": 1}, {"x": -10.796149253845215, "y": 39.080711364746094, "subreddit": "mysingingmonsters", "cluster": 926, "color": 1}, {"x": -1.8043694496154785, "y": 25.372034072875977, "subreddit": "ontheledgeandshit", "cluster": 926, "color": 1}, {"x": -55.92794418334961, "y": 90.78514862060547, "subreddit": "deeeepio", "cluster": 497, "color": 0}, {"x": -55.942840576171875, "y": 90.79463195800781, "subreddit": "deeeepioartworks", "cluster": 497, "color": 0}, {"x": -55.26693344116211, "y": 90.19317626953125, "subreddit": "mopeio", "cluster": 497, "color": 0}, {"x": 65.47257232666016, "y": -23.312660217285156, "subreddit": "deeprockgalactic", "cluster": 499, "color": 3}, {"x": 65.6542739868164, "y": -23.34496307373047, "subreddit": "eternalcrusade", "cluster": 499, "color": 3}, {"x": 64.86722564697266, "y": -23.10422706604004, "subreddit": "vermintide", "cluster": 499, "color": 3}, {"x": -39.34199142456055, "y": 64.77704620361328, "subreddit": "deeptown", "cluster": 1170, "color": 3}, {"x": -22.490741729736328, "y": 33.56599044799805, "subreddit": "detailcraft", "cluster": 1170, "color": 3}, {"x": -22.281375885009766, "y": 35.760379791259766, "subreddit": "minecraftbuddies", "cluster": 1170, "color": 3}, {"x": -22.508420944213867, "y": 33.584136962890625, "subreddit": "minecraftbuilds", "cluster": 1170, "color": 3}, {"x": -24.610788345336914, "y": 37.28586959838867, "subreddit": "minecrafthelp", "cluster": 1170, "color": 3}, {"x": 10.743616104125977, "y": 125.05616760253906, "subreddit": "deepweb", "cluster": 1836, "color": 2}, {"x": 11.135830879211426, "y": 124.65560150146484, "subreddit": "onions", "cluster": 1836, "color": 2}, {"x": 11.315899848937988, "y": 126.31449127197266, "subreddit": "tails", "cluster": 1836, "color": 2}, {"x": 11.084294319152832, "y": 125.07770538330078, "subreddit": "tor", "cluster": 1836, "color": 2}, {"x": -9.635156631469727, "y": -4.173600673675537, "subreddit": "defaultgems", "cluster": 1293, "color": 0}, {"x": 21.794179916381836, "y": 9.655405044555664, "subreddit": "garlicoin", "cluster": 1293, "color": 0}, {"x": -9.609210968017578, "y": -4.136044979095459, "subreddit": "nocontext", "cluster": 1293, "color": 0}, {"x": -25.55635643005371, "y": -11.664278984069824, "subreddit": "defiance", "cluster": 501, "color": 1}, {"x": 1.847891092300415, "y": 5.260087013244629, "subreddit": "gifsound", "cluster": 501, "color": 1}, {"x": 60.26961898803711, "y": -25.49057388305664, "subreddit": "homeworld", "cluster": 501, "color": 1}, {"x": -24.851722717285156, "y": -12.230124473571777, "subreddit": "pokemongolondon", "cluster": 501, "color": 1}, {"x": -25.729421615600586, "y": -11.436973571777344, "subreddit": "pokemonletsgo", "cluster": 501, "color": 1}, {"x": -25.828723907470703, "y": -11.52658462524414, "subreddit": "pokemonswordshield", "cluster": 501, "color": 1}, {"x": 21.52488899230957, "y": 2.334810495376587, "subreddit": "steamkiwi", "cluster": 501, "color": 1}, {"x": -24.469640731811523, "y": -52.64216613769531, "subreddit": "defranco", "cluster": 746, "color": 1}, {"x": -25.768238067626953, "y": -52.04409408569336, "subreddit": "funhaus", "cluster": 746, "color": 1}, {"x": -26.808712005615234, "y": -51.184844970703125, "subreddit": "insidegaming", "cluster": 746, "color": 1}, {"x": -25.380340576171875, "y": -51.201114654541016, "subreddit": "roosterteeth", "cluster": 746, "color": 1}, {"x": -26.977750778198242, "y": -53.78436279296875, "subreddit": "scjerk", "cluster": 746, "color": 1}, {"x": -25.80693244934082, "y": -52.824771881103516, "subreddit": "wredditcountryclub", "cluster": 746, "color": 1}, {"x": -25.754589080810547, "y": -52.43326950073242, "subreddit": "wrestlewiththeplot", "cluster": 746, "color": 1}, {"x": 31.14459991455078, "y": -22.202014923095703, "subreddit": "deftones", "cluster": 502, "color": 1}, {"x": 31.114042282104492, "y": -22.560592651367188, "subreddit": "toolband", "cluster": 502, "color": 1}, {"x": 31.200977325439453, "y": -21.582809448242188, "subreddit": "ween", "cluster": 502, "color": 1}, {"x": -12.68941879272461, "y": 86.23917388916016, "subreddit": "delhi", "cluster": 503, "color": 2}, {"x": -15.117169380187988, "y": 84.63957214355469, "subreddit": "indianents", "cluster": 503, "color": 2}, {"x": -12.896328926086426, "y": 86.05880737304688, "subreddit": "indiangaming", "cluster": 503, "color": 2}, {"x": -11.684183120727539, "y": 86.27796173095703, "subreddit": "indiangirlsontinder", "cluster": 503, "color": 2}, {"x": 87.31884765625, "y": -75.02090454101562, "subreddit": "deliveroos", "cluster": 1537, "color": 3}, {"x": 13.27513599395752, "y": 79.74897766113281, "subreddit": "ripple", "cluster": 1537, "color": 3}, {"x": 13.319879531860352, "y": 79.768798828125, "subreddit": "xrp", "cluster": 1537, "color": 3}, {"x": 93.74333953857422, "y": -76.53121185302734, "subreddit": "dell", "cluster": 1498, "color": 4}, {"x": 30.624107360839844, "y": 134.7064666748047, "subreddit": "rbtv_cj", "cluster": 1498, "color": 4}, {"x": 30.681171417236328, "y": 134.61270141601562, "subreddit": "rbtvcirclejerk", "cluster": 1498, "color": 4}, {"x": 31.03624725341797, "y": 134.0098876953125, "subreddit": "rocketbeans", "cluster": 1498, "color": 4}, {"x": 115.08650970458984, "y": 38.65755844116211, "subreddit": "delphimurders", "cluster": 1193, "color": 3}, {"x": -25.079397201538086, "y": -72.22657012939453, "subreddit": "mauramurray", "cluster": 1193, "color": 3}, {"x": 115.06975555419922, "y": 38.73931884765625, "subreddit": "mollietibbetts", "cluster": 1193, "color": 3}, {"x": 110.40017700195312, "y": 42.80474090576172, "subreddit": "shiptshoppers", "cluster": 1193, "color": 3}, {"x": -117.76071166992188, "y": 17.872716903686523, "subreddit": "delraymisfits", "cluster": 505, "color": 1}, {"x": -117.7626724243164, "y": 17.870752334594727, "subreddit": "thedelraymisfits", "cluster": 505, "color": 1}, {"x": -51.64276885986328, "y": -73.78102111816406, "subreddit": "delta", "cluster": 1769, "color": 5}, {"x": 39.58218002319336, "y": -77.65581512451172, "subreddit": "korea", "cluster": 1769, "color": 5}, {"x": 38.84910202026367, "y": -77.21946716308594, "subreddit": "korean", "cluster": 1769, "color": 5}, {"x": 39.812355041503906, "y": -77.77900695800781, "subreddit": "teachinginkorea", "cluster": 1769, "color": 5}, {"x": 41.40937042236328, "y": -78.4911880493164, "subreddit": "tefl", "cluster": 1769, "color": 5}, {"x": 38.85744094848633, "y": 12.622389793395996, "subreddit": "dementia", "cluster": 506, "color": 1}, {"x": 38.78559494018555, "y": 12.605341911315918, "subreddit": "marriage", "cluster": 506, "color": 1}, {"x": 55.234832763671875, "y": 99.45075225830078, "subreddit": "narcissisticparents", "cluster": 506, "color": 1}, {"x": -9.177434921264648, "y": 61.035457611083984, "subreddit": "demeyesdoe", "cluster": 725, "color": 2}, {"x": -9.710576057434082, "y": 20.249452590942383, "subreddit": "enterthegungeon", "cluster": 725, "color": 2}, {"x": -8.98480224609375, "y": 59.61775588989258, "subreddit": "freckledgirls", "cluster": 725, "color": 2}, {"x": -8.971763610839844, "y": 59.56371307373047, "subreddit": "redheadedgoddesses", "cluster": 725, "color": 2}, {"x": 12.154633522033691, "y": -111.79188537597656, "subreddit": "democraciv", "cluster": 507, "color": 0}, {"x": 12.129532814025879, "y": -111.77841186523438, "subreddit": "newyorkislanders", "cluster": 507, "color": 0}, {"x": 7.659980297088623, "y": -11.98631763458252, "subreddit": "demotivational", "cluster": 509, "color": 1}, {"x": 7.521076679229736, "y": -10.467123031616211, "subreddit": "images", "cluster": 509, "color": 1}, {"x": 7.4841790199279785, "y": -11.626283645629883, "subreddit": "perfecttiming", "cluster": 509, "color": 1}, {"x": 5.98818826675415, "y": -11.508359909057617, "subreddit": "pictures", "cluster": 509, "color": 1}, {"x": 8.84162425994873, "y": -12.343466758728027, "subreddit": "sexpositive", "cluster": 509, "color": 1}, {"x": 7.782272815704346, "y": -12.073159217834473, "subreddit": "stutter", "cluster": 509, "color": 1}, {"x": 7.3829665184021, "y": -12.808310508728027, "subreddit": "weird", "cluster": 509, "color": 1}, {"x": 39.79075622558594, "y": 18.326648712158203, "subreddit": "denmark", "cluster": 1582, "color": 4}, {"x": -100.79207611083984, "y": -5.073957443237305, "subreddit": "kombucha", "cluster": 1582, "color": 4}, {"x": -100.80253601074219, "y": -5.065135955810547, "subreddit": "scandinavia", "cluster": 1582, "color": 4}, {"x": -75.8345947265625, "y": -107.82259368896484, "subreddit": "denvernuggets", "cluster": 785, "color": 2}, {"x": -75.78521728515625, "y": -107.9203109741211, "subreddit": "giantbomb", "cluster": 785, "color": 2}, {"x": -75.45930480957031, "y": -108.86185455322266, "subreddit": "tokyoghoul", "cluster": 785, "color": 2}, {"x": -61.953468322753906, "y": 63.4917106628418, "subreddit": "depop", "cluster": 1152, "color": 2}, {"x": 44.236045837402344, "y": 70.30433654785156, "subreddit": "menstrualcups", "cluster": 1152, "color": 2}, {"x": 44.75947952270508, "y": 71.43043518066406, "subreddit": "soapmaking", "cluster": 1152, "color": 2}, {"x": 10.959221839904785, "y": -28.32805824279785, "subreddit": "depthhub", "cluster": 511, "color": 0}, {"x": 9.751632690429688, "y": -28.33237075805664, "subreddit": "favors", "cluster": 511, "color": 0}, {"x": 11.101305961608887, "y": -26.604829788208008, "subreddit": "foodforthought", "cluster": 511, "color": 0}, {"x": 11.707952499389648, "y": -28.013816833496094, "subreddit": "insightfulquestions", "cluster": 511, "color": 0}, {"x": 10.709885597229004, "y": -29.65234375, "subreddit": "sociology", "cluster": 511, "color": 0}, {"x": 11.536662101745605, "y": -28.69847297668457, "subreddit": "trueaskreddit", "cluster": 511, "color": 0}, {"x": 11.047395706176758, "y": -26.580713272094727, "subreddit": "truereddit", "cluster": 511, "color": 0}, {"x": -34.390594482421875, "y": -23.142757415771484, "subreddit": "design", "cluster": 513, "color": 2}, {"x": -8.596186637878418, "y": 12.371356964111328, "subreddit": "design_critiques", "cluster": 513, "color": 2}, {"x": -34.01913833618164, "y": -23.027498245239258, "subreddit": "graphic_design", "cluster": 513, "color": 2}, {"x": -52.65351867675781, "y": -44.3865852355957, "subreddit": "industrialdesign", "cluster": 513, "color": 2}, {"x": -23.268016815185547, "y": -30.951648712158203, "subreddit": "trueblood", "cluster": 513, "color": 2}, {"x": -35.24470138549805, "y": -23.25644874572754, "subreddit": "typography", "cluster": 513, "color": 2}, {"x": 39.20415115356445, "y": 49.940914154052734, "subreddit": "designmyroom", "cluster": 514, "color": 2}, {"x": 38.71866226196289, "y": 49.14431381225586, "subreddit": "homedecorating", "cluster": 514, "color": 2}, {"x": 39.34049987792969, "y": 50.31142044067383, "subreddit": "interiordesign", "cluster": 514, "color": 2}, {"x": -25.617374420166016, "y": -36.84695816040039, "subreddit": "madmen", "cluster": 514, "color": 2}, {"x": -5.2822160720825195, "y": 14.77584457397461, "subreddit": "malelivingspace", "cluster": 514, "color": 2}, {"x": -23.907365798950195, "y": 63.76167678833008, "subreddit": "destiny", "cluster": 515, "color": 1}, {"x": -23.906299591064453, "y": 63.773658752441406, "subreddit": "hasan_piker", "cluster": 515, "color": 1}, {"x": -27.773204803466797, "y": 15.73526382446289, "subreddit": "destiny2", "cluster": 516, "color": 2}, {"x": -28.177228927612305, "y": 15.619475364685059, "subreddit": "destinyfashion", "cluster": 516, "color": 2}, {"x": -28.043476104736328, "y": 15.668216705322266, "subreddit": "destinymemes", "cluster": 516, "color": 2}, {"x": 37.78662872314453, "y": -30.199323654174805, "subreddit": "destructivereaders", "cluster": 1980, "color": 3}, {"x": 24.78672981262207, "y": -44.0518913269043, "subreddit": "fantasy", "cluster": 1980, "color": 3}, {"x": 36.75325012207031, "y": -31.016016006469727, "subreddit": "fantasywriters", "cluster": 1980, "color": 3}, {"x": 34.386390686035156, "y": -27.506990432739258, "subreddit": "keepwriting", "cluster": 1980, "color": 3}, {"x": 37.962738037109375, "y": -28.23442840576172, "subreddit": "nanowrimo", "cluster": 1980, "color": 3}, {"x": 36.745445251464844, "y": -30.978410720825195, "subreddit": "pubtips", "cluster": 1980, "color": 3}, {"x": 35.63999938964844, "y": -30.989238739013672, "subreddit": "selfpublish", "cluster": 1980, "color": 3}, {"x": 35.606361389160156, "y": -29.391223907470703, "subreddit": "writers", "cluster": 1980, "color": 3}, {"x": 36.48409652709961, "y": -29.87767219543457, "subreddit": "writing", "cluster": 1980, "color": 3}, {"x": 36.62857437133789, "y": -29.02890396118164, "subreddit": "writingcirclejerk", "cluster": 1980, "color": 3}, {"x": 83.15350341796875, "y": 79.47019958496094, "subreddit": "detrans", "cluster": 778, "color": 2}, {"x": 86.09840393066406, "y": 79.43081665039062, "subreddit": "gcdebatesqt", "cluster": 778, "color": 2}, {"x": 86.21448516845703, "y": 78.43568420410156, "subreddit": "gender_critical", "cluster": 778, "color": 2}, {"x": 86.06281280517578, "y": 78.45782470703125, "subreddit": "gendercritical", "cluster": 778, "color": 2}, {"x": 41.71632385253906, "y": -1.790116548538208, "subreddit": "detroitbecomehuman", "cluster": 835, "color": 3}, {"x": 38.18634796142578, "y": 70.28878784179688, "subreddit": "eczema", "cluster": 835, "color": 3}, {"x": 41.38759994506836, "y": -3.4693057537078857, "subreddit": "fridaythe13th", "cluster": 835, "color": 3}, {"x": 42.189945220947266, "y": -2.797739267349243, "subreddit": "halloweenmovies", "cluster": 835, "color": 3}, {"x": 43.121925354003906, "y": -3.2955613136291504, "subreddit": "saw", "cluster": 835, "color": 3}, {"x": 42.50194549560547, "y": -2.828038215637207, "subreddit": "terminator", "cluster": 835, "color": 3}, {"x": 44.48442459106445, "y": -1.9927313327789307, "subreddit": "yuyuhakusho", "cluster": 835, "color": 3}, {"x": 58.85214614868164, "y": -23.30577278137207, "subreddit": "deusex", "cluster": 532, "color": 0}, {"x": -21.23529815673828, "y": -2.9721181392669678, "subreddit": "dishonored", "cluster": 532, "color": 0}, {"x": -22.10405731201172, "y": -3.17436146736145, "subreddit": "endfptp", "cluster": 532, "color": 0}, {"x": -20.980567932128906, "y": -3.4626011848449707, "subreddit": "prey", "cluster": 532, "color": 0}, {"x": -19.56034278869629, "y": -1.9817352294921875, "subreddit": "salesforce", "cluster": 532, "color": 0}, {"x": -20.75252342224121, "y": -2.2682228088378906, "subreddit": "titanfall", "cluster": 532, "color": 0}, {"x": 15.262356758117676, "y": -144.73910522460938, "subreddit": "devilrp", "cluster": 518, "color": 0}, {"x": 10.0868501663208, "y": -145.62338256835938, "subreddit": "ftrp", "cluster": 518, "color": 0}, {"x": 17.668020248413086, "y": -145.45529174804688, "subreddit": "gekkoukanhigh", "cluster": 518, "color": 0}, {"x": 14.3594388961792, "y": -143.37185668945312, "subreddit": "infamousrp", "cluster": 518, "color": 0}, {"x": 15.261177062988281, "y": -144.65945434570312, "subreddit": "infamoussecondrp", "cluster": 518, "color": 0}, {"x": 59.975399017333984, "y": 29.56624984741211, "subreddit": "secretsubreddit", "cluster": 518, "color": 0}, {"x": 17.725688934326172, "y": -145.47760009765625, "subreddit": "yasohigh", "cluster": 518, "color": 0}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "dfgjtgfnbmeg", "cluster": 520, "color": 2}, {"x": 78.74185943603516, "y": -0.37742382287979126, "subreddit": "dfo", "cluster": 1357, "color": 5}, {"x": -18.11482048034668, "y": 80.6155014038086, "subreddit": "dofus", "cluster": 1357, "color": 5}, {"x": 82.84781646728516, "y": -12.790545463562012, "subreddit": "eternalcardgame", "cluster": 1357, "color": 5}, {"x": 102.73316192626953, "y": -89.66236877441406, "subreddit": "mtgo", "cluster": 1357, "color": 5}, {"x": -31.61881446838379, "y": 1.9773626327514648, "subreddit": "pathofdiablo", "cluster": 1357, "color": 5}, {"x": -31.486343383789062, "y": 3.1041388511657715, "subreddit": "pathofexile", "cluster": 1357, "color": 5}, {"x": -31.5014591217041, "y": 2.9719817638397217, "subreddit": "pathofexilebuilds", "cluster": 1357, "color": 5}, {"x": -32.506683349609375, "y": 3.93241548538208, "subreddit": "pathofexileps4", "cluster": 1357, "color": 5}, {"x": 85.26019287109375, "y": -1.485224723815918, "subreddit": "wolcen", "cluster": 1357, "color": 5}, {"x": -39.67062759399414, "y": -100.66790771484375, "subreddit": "dfsports", "cluster": 655, "color": 3}, {"x": -43.24302291870117, "y": -99.67865753173828, "subreddit": "dynastyff", "cluster": 655, "color": 3}, {"x": -43.764915466308594, "y": -101.43134307861328, "subreddit": "fantasy_football", "cluster": 655, "color": 3}, {"x": -41.9938850402832, "y": -98.92425537109375, "subreddit": "fantasybaseball", "cluster": 655, "color": 3}, {"x": -40.86100769042969, "y": -98.05030822753906, "subreddit": "fantasybball", "cluster": 655, "color": 3}, {"x": -42.50897216796875, "y": -99.480712890625, "subreddit": "fantasyfootball", "cluster": 655, "color": 3}, {"x": 47.15390396118164, "y": 477.6717529296875, "subreddit": "g101safehaven", "cluster": 655, "color": 3}, {"x": -41.821990966796875, "y": -100.89035034179688, "subreddit": "narffl", "cluster": 655, "color": 3}, {"x": -85.03016662597656, "y": -70.9774398803711, "subreddit": "dgu", "cluster": 829, "color": 3}, {"x": -86.34088134765625, "y": -72.72477722167969, "subreddit": "firearms", "cluster": 829, "color": 3}, {"x": -84.57508087158203, "y": -72.34019470214844, "subreddit": "gunpolitics", "cluster": 829, "color": 3}, {"x": -83.9461898803711, "y": -73.22669219970703, "subreddit": "nowttyg", "cluster": 829, "color": 3}, {"x": -84.91020965576172, "y": -72.12644958496094, "subreddit": "progun", "cluster": 829, "color": 3}, {"x": -4.7382073402404785, "y": -2.197798252105713, "subreddit": "scotus", "cluster": 829, "color": 3}, {"x": -83.94112396240234, "y": -72.51764678955078, "subreddit": "shitguncontrollerssay", "cluster": 829, "color": 3}, {"x": -126.10189056396484, "y": 25.315839767456055, "subreddit": "diabetes", "cluster": 521, "color": 3}, {"x": -126.10383605957031, "y": 25.323881149291992, "subreddit": "diabetes_t1", "cluster": 521, "color": 3}, {"x": -18.321916580200195, "y": -76.86286163330078, "subreddit": "diabetes_t2", "cluster": 1364, "color": 1}, {"x": -18.68246841430664, "y": -78.17337799072266, "subreddit": "lancaster", "cluster": 1364, "color": 1}, {"x": -18.267650604248047, "y": -77.4770736694336, "subreddit": "pennsylvania", "cluster": 1364, "color": 1}, {"x": -20.85477638244629, "y": -78.67945861816406, "subreddit": "philadelphia", "cluster": 1364, "color": 1}, {"x": -16.818391799926758, "y": -77.876220703125, "subreddit": "pittsburgh", "cluster": 1364, "color": 1}, {"x": -16.25765037536621, "y": -77.9953842163086, "subreddit": "rpi", "cluster": 1364, "color": 1}, {"x": 79.84247589111328, "y": -16.84043312072754, "subreddit": "diablo3crusaders", "cluster": 523, "color": 1}, {"x": 79.09931945800781, "y": -18.987998962402344, "subreddit": "diablo3monks", "cluster": 523, "color": 1}, {"x": 78.98806762695312, "y": -19.00733757019043, "subreddit": "diablo3strategy", "cluster": 523, "color": 1}, {"x": 65.0285873413086, "y": 12.529221534729004, "subreddit": "huntshowdown", "cluster": 523, "color": 1}, {"x": -29.614072799682617, "y": -3.9488000869750977, "subreddit": "project1999", "cluster": 523, "color": 1}, {"x": -94.98126220703125, "y": 13.20217514038086, "subreddit": "diablo3xboxone", "cluster": 524, "color": 0}, {"x": 51.9102668762207, "y": 11.05959701538086, "subreddit": "l4d2", "cluster": 524, "color": 0}, {"x": -96.15313720703125, "y": 13.38114070892334, "subreddit": "sciatica", "cluster": 524, "color": 0}, {"x": 59.48931884765625, "y": 75.49044799804688, "subreddit": "diagnoseme", "cluster": 1147, "color": 1}, {"x": 58.71297073364258, "y": 75.89743041992188, "subreddit": "medical", "cluster": 1147, "color": 1}, {"x": 59.07623291015625, "y": 75.72137451171875, "subreddit": "medical_advice", "cluster": 1147, "color": 1}, {"x": -61.066619873046875, "y": -76.08966064453125, "subreddit": "dicemasters", "cluster": 846, "color": 3}, {"x": -62.937713623046875, "y": -76.04792785644531, "subreddit": "harrypotterwu", "cluster": 846, "color": 3}, {"x": -29.095197677612305, "y": 2.8326642513275146, "subreddit": "ourworldtwd", "cluster": 846, "color": 3}, {"x": -11.730284690856934, "y": 18.668670654296875, "subreddit": "pokemongomystic", "cluster": 846, "color": 3}, {"x": -62.98898696899414, "y": -76.0495834350586, "subreddit": "wizardsunite", "cluster": 846, "color": 3}, {"x": -91.63726043701172, "y": -49.58407211303711, "subreddit": "diesel", "cluster": 526, "color": 0}, {"x": -91.75838470458984, "y": -49.66962432861328, "subreddit": "forddiesels", "cluster": 526, "color": 0}, {"x": -89.10962677001953, "y": -48.95260238647461, "subreddit": "landrover", "cluster": 526, "color": 0}, {"x": -91.36009216308594, "y": -51.6082878112793, "subreddit": "ram_trucks", "cluster": 526, "color": 0}, {"x": -91.07268524169922, "y": -48.27975082397461, "subreddit": "trucks", "cluster": 526, "color": 0}, {"x": 75.23974609375, "y": 64.81494903564453, "subreddit": "dietetics", "cluster": 1310, "color": 2}, {"x": -1.2388620376586914, "y": -19.484420776367188, "subreddit": "health", "cluster": 1310, "color": 2}, {"x": -1.545383095741272, "y": -19.401308059692383, "subreddit": "nutrition", "cluster": 1310, "color": 2}, {"x": -2.0751986503601074, "y": -19.127771377563477, "subreddit": "paleo", "cluster": 1310, "color": 2}, {"x": -79.322998046875, "y": 2.9888906478881836, "subreddit": "digitalcodesell", "cluster": 599, "color": 2}, {"x": 5.241852760314941, "y": -2.6830527782440186, "subreddit": "efreebies", "cluster": 599, "color": 2}, {"x": 4.676239490509033, "y": -2.9631471633911133, "subreddit": "freebies", "cluster": 599, "color": 2}, {"x": 5.851202964782715, "y": -2.9821274280548096, "subreddit": "freegames", "cluster": 599, "color": 2}, {"x": 10.501031875610352, "y": -10.067132949829102, "subreddit": "inlandempire", "cluster": 599, "color": 2}, {"x": -62.66559982299805, "y": -1.099308967590332, "subreddit": "windscribe", "cluster": 599, "color": 2}, {"x": 12.286887168884277, "y": -48.38905334472656, "subreddit": "dinosaurs", "cluster": 1347, "color": 1}, {"x": 10.978793144226074, "y": -50.83750534057617, "subreddit": "fossilid", "cluster": 1347, "color": 1}, {"x": 12.32883358001709, "y": -49.10026931762695, "subreddit": "paleontology", "cluster": 1347, "color": 1}, {"x": 12.704684257507324, "y": -49.35523223876953, "subreddit": "speculativeevolution", "cluster": 1347, "color": 1}, {"x": -91.02682495117188, "y": -55.55113220214844, "subreddit": "dippingtobacco", "cluster": 1654, "color": 4}, {"x": -32.41362380981445, "y": -59.049224853515625, "subreddit": "dmb", "cluster": 1654, "color": 4}, {"x": -31.84563446044922, "y": -58.613765716552734, "subreddit": "snus", "cluster": 1654, "color": 4}, {"x": -31.548898696899414, "y": -58.40243148803711, "subreddit": "wwe", "cluster": 1654, "color": 4}, {"x": -100.75851440429688, "y": -57.541465759277344, "subreddit": "dirtbikes", "cluster": 575, "color": 0}, {"x": -100.3945083618164, "y": -56.720462799072266, "subreddit": "dualsport", "cluster": 575, "color": 0}, {"x": -99.42754364013672, "y": -56.56351089477539, "subreddit": "klr650", "cluster": 575, "color": 0}, {"x": -100.50434875488281, "y": -55.94436264038086, "subreddit": "motocamping", "cluster": 575, "color": 0}, {"x": -102.70380401611328, "y": -57.23979949951172, "subreddit": "supermoto", "cluster": 575, "color": 0}, {"x": 56.39719009399414, "y": -39.654823303222656, "subreddit": "dirtybomb", "cluster": 1359, "color": 1}, {"x": 49.727787017822266, "y": 5.769529819488525, "subreddit": "hitman", "cluster": 1359, "color": 1}, {"x": -20.847518920898438, "y": -0.13617061078548431, "subreddit": "hotlinemiami", "cluster": 1359, "color": 1}, {"x": 59.19856643676758, "y": 11.892035484313965, "subreddit": "killingfloor", "cluster": 1359, "color": 1}, {"x": -27.563798904418945, "y": -0.9389774799346924, "subreddit": "paydaybuilds", "cluster": 1359, "color": 1}, {"x": -27.50391387939453, "y": -0.952674388885498, "subreddit": "paydaytheheist", "cluster": 1359, "color": 1}, {"x": -112.3968505859375, "y": -33.35150909423828, "subreddit": "discexchange", "cluster": 529, "color": 1}, {"x": -111.76189422607422, "y": -33.24635696411133, "subreddit": "discgolf", "cluster": 529, "color": 1}, {"x": -111.03507995605469, "y": -33.09245681762695, "subreddit": "porsche", "cluster": 529, "color": 1}, {"x": 50.48192596435547, "y": -2.61008620262146, "subreddit": "team_awesome", "cluster": 529, "color": 1}, {"x": -31.411418914794922, "y": 9.7025728225708, "subreddit": "discordapp", "cluster": 944, "color": 4}, {"x": -0.9455124735832214, "y": 0.26511937379837036, "subreddit": "internetisbeautiful", "cluster": 944, "color": 4}, {"x": -0.3716273009777069, "y": 0.015101254917681217, "subreddit": "nottheonion", "cluster": 944, "color": 4}, {"x": -1.236096739768982, "y": 0.2149038165807724, "subreddit": "outoftheloop", "cluster": 944, "color": 4}, {"x": -0.18014764785766602, "y": 10.130685806274414, "subreddit": "redditfox", "cluster": 944, "color": 4}, {"x": 9.22728157043457, "y": -45.62698745727539, "subreddit": "spam", "cluster": 944, "color": 4}, {"x": -62.5128173828125, "y": 106.50863647460938, "subreddit": "discordservers", "cluster": 530, "color": 0}, {"x": -62.51525115966797, "y": 106.50814819335938, "subreddit": "kikgroups", "cluster": 530, "color": 0}, {"x": -2.673391580581665, "y": -45.82438278198242, "subreddit": "discworld", "cluster": 1350, "color": 0}, {"x": 9.123562812805176, "y": 18.32706642150879, "subreddit": "ilikthebred", "cluster": 1350, "color": 0}, {"x": -28.528079986572266, "y": -7.236246109008789, "subreddit": "killingeve", "cluster": 1350, "color": 0}, {"x": -17.457834243774414, "y": -35.46220397949219, "subreddit": "mrrobot", "cluster": 1350, "color": 0}, {"x": -28.140460968017578, "y": -5.846995830535889, "subreddit": "notapanelshow", "cluster": 1350, "color": 0}, {"x": -27.754409790039062, "y": -6.512712478637695, "subreddit": "outlander", "cluster": 1350, "color": 0}, {"x": -28.090124130249023, "y": -5.890520095825195, "subreddit": "panelshow", "cluster": 1350, "color": 0}, {"x": -26.787616729736328, "y": -5.979294776916504, "subreddit": "queen", "cluster": 1350, "color": 0}, {"x": -19.602733612060547, "y": -27.074920654296875, "subreddit": "thegoodplace", "cluster": 1350, "color": 0}, {"x": -26.341951370239258, "y": -7.2486419677734375, "subreddit": "thehandmaidstale", "cluster": 1350, "color": 0}, {"x": 16.6429386138916, "y": 10.071538925170898, "subreddit": "wholesomememes", "cluster": 1350, "color": 0}, {"x": 76.98909759521484, "y": 11.58956241607666, "subreddit": "disgaea", "cluster": 531, "color": 1}, {"x": 76.45787811279297, "y": 11.366548538208008, "subreddit": "dragonquest", "cluster": 531, "color": 1}, {"x": 77.4314956665039, "y": 11.70843505859375, "subreddit": "ffrecordkeeper", "cluster": 531, "color": 1}, {"x": -130.4071044921875, "y": 10.989072799682617, "subreddit": "disindoctrination", "cluster": 533, "color": 1}, {"x": -130.40594482421875, "y": 10.99030590057373, "subreddit": "harrisonity", "cluster": 533, "color": 1}, {"x": 3.0321919918060303, "y": -14.786269187927246, "subreddit": "self", "cluster": 533, "color": 1}, {"x": -39.747554779052734, "y": -34.39560317993164, "subreddit": "disney", "cluster": 1386, "color": 3}, {"x": -32.12485122680664, "y": 68.36351776123047, "subreddit": "disneyemojiblitz", "cluster": 1386, "color": 3}, {"x": -39.2935791015625, "y": -34.09915542602539, "subreddit": "pixar", "cluster": 1386, "color": 3}, {"x": -101.86149597167969, "y": 49.22913360595703, "subreddit": "sufjan", "cluster": 1386, "color": 3}, {"x": -38.86136245727539, "y": -33.780704498291016, "subreddit": "tsumtsum", "cluster": 1386, "color": 3}, {"x": -68.20010375976562, "y": 10.458340644836426, "subreddit": "disney_infinity", "cluster": 534, "color": 1}, {"x": -68.18731689453125, "y": 10.414995193481445, "subreddit": "legodimensions", "cluster": 534, "color": 1}, {"x": -72.3018798828125, "y": 24.847604751586914, "subreddit": "skylanders", "cluster": 534, "color": 1}, {"x": -3.165555477142334, "y": 54.36798095703125, "subreddit": "disneypinswap", "cluster": 800, "color": 2}, {"x": -3.1486902236938477, "y": 54.406681060791016, "subreddit": "goldfish", "cluster": 800, "color": 2}, {"x": 25.897951126098633, "y": 82.01075744628906, "subreddit": "hermitcrabs", "cluster": 800, "color": 2}, {"x": 4.061727523803711, "y": -10.103841781616211, "subreddit": "ragecomics", "cluster": 800, "color": 2}, {"x": 60.79151916503906, "y": -17.767929077148438, "subreddit": "divinityoriginalsin", "cluster": 1819, "color": 1}, {"x": 62.353145599365234, "y": -17.983200073242188, "subreddit": "grimdawn", "cluster": 1819, "color": 1}, {"x": 61.02248001098633, "y": -17.597900390625, "subreddit": "thewitcher3", "cluster": 1819, "color": 1}, {"x": 61.09865188598633, "y": -16.883312225341797, "subreddit": "witcher3", "cluster": 1819, "color": 1}, {"x": -113.8518295288086, "y": -75.53978729248047, "subreddit": "diypedals", "cluster": 824, "color": 0}, {"x": -114.78902435302734, "y": -74.46229553222656, "subreddit": "guitarpedals", "cluster": 824, "color": 0}, {"x": -115.0173110961914, "y": -74.23220825195312, "subreddit": "guitarpedalsjerk", "cluster": 824, "color": 0}, {"x": -113.03781127929688, "y": -73.2115249633789, "subreddit": "offset", "cluster": 824, "color": 0}, {"x": 0.8581201434135437, "y": -68.03121948242188, "subreddit": "django", "cluster": 1475, "color": 2}, {"x": 0.7467070817947388, "y": -68.76620483398438, "subreddit": "flask", "cluster": 1475, "color": 2}, {"x": 8.405714988708496, "y": -66.69690704345703, "subreddit": "golang", "cluster": 1475, "color": 2}, {"x": 1.9679334163665771, "y": -68.07794952392578, "subreddit": "learnpython", "cluster": 1475, "color": 2}, {"x": 103.07225036621094, "y": -84.15778350830078, "subreddit": "mtgjudge", "cluster": 1475, "color": 2}, {"x": 1.6269220113754272, "y": -68.09972381591797, "subreddit": "python", "cluster": 1475, "color": 2}, {"x": 7.526679515838623, "y": 105.03024291992188, "subreddit": "dmt", "cluster": 542, "color": 0}, {"x": 7.326090335845947, "y": 105.06499481201172, "subreddit": "dmtguide", "cluster": 542, "color": 0}, {"x": 8.785846710205078, "y": 109.11459350585938, "subreddit": "ketamine", "cluster": 542, "color": 0}, {"x": 22.5037841796875, "y": -12.522745132446289, "subreddit": "dncleaks", "cluster": 1963, "color": 5}, {"x": 23.901073455810547, "y": -11.486845970153809, "subreddit": "hillaryforprison", "cluster": 1963, "color": 5}, {"x": 21.762083053588867, "y": -11.83484935760498, "subreddit": "whereisassange", "cluster": 1963, "color": 5}, {"x": 22.3361759185791, "y": -12.412138938903809, "subreddit": "wikileaks", "cluster": 1963, "color": 5}, {"x": 42.90518569946289, "y": -19.417272567749023, "subreddit": "dndgreentext", "cluster": 543, "color": 2}, {"x": 42.16312789916992, "y": -44.1167106628418, "subreddit": "elgoonishshive", "cluster": 543, "color": 2}, {"x": 37.708412170410156, "y": -14.223559379577637, "subreddit": "gametales", "cluster": 543, "color": 2}, {"x": 42.9051513671875, "y": -19.51123809814453, "subreddit": "rpghorrorstories", "cluster": 543, "color": 2}, {"x": 37.73185729980469, "y": 110.69010925292969, "subreddit": "ss13", "cluster": 543, "color": 2}, {"x": 42.9262809753418, "y": -18.45447540283203, "subreddit": "dndmemes", "cluster": 1844, "color": 4}, {"x": 77.1075210571289, "y": 89.58475494384766, "subreddit": "egg_irl", "cluster": 1844, "color": 4}, {"x": 75.42363739013672, "y": 88.4262924194336, "subreddit": "ennnnnnnnnnnnbbbbbby", "cluster": 1844, "color": 4}, {"x": 77.80896759033203, "y": 88.63551330566406, "subreddit": "gaysoundsshitposts", "cluster": 1844, "color": 4}, {"x": 77.7404556274414, "y": 88.83978271484375, "subreddit": "traaaaaaannnnnnnnnns", "cluster": 1844, "color": 4}, {"x": 78.52928161621094, "y": 88.5496597290039, "subreddit": "transytalk", "cluster": 1844, "color": 4}, {"x": -8.617399215698242, "y": -19.869171142578125, "subreddit": "doctorwho", "cluster": 546, "color": 0}, {"x": -8.6322603225708, "y": -18.886903762817383, "subreddit": "doctorwhumour", "cluster": 546, "color": 0}, {"x": -8.742701530456543, "y": -18.336015701293945, "subreddit": "futuramawotgame", "cluster": 546, "color": 0}, {"x": -8.615407943725586, "y": -20.039234161376953, "subreddit": "gallifrey", "cluster": 546, "color": 0}, {"x": 34.590606689453125, "y": 45.65986251831055, "subreddit": "doggydna", "cluster": 912, "color": 2}, {"x": 34.59901809692383, "y": 45.67217254638672, "subreddit": "idmydog", "cluster": 912, "color": 2}, {"x": -88.15258026123047, "y": 23.89206314086914, "subreddit": "printmaking", "cluster": 912, "color": 2}, {"x": 58.16865921020508, "y": -23.65349006652832, "subreddit": "dogshowerthoughts", "cluster": 1125, "color": 3}, {"x": 59.134891510009766, "y": -13.244614601135254, "subreddit": "dragonage", "cluster": 1125, "color": 3}, {"x": 59.5954704284668, "y": -13.573296546936035, "subreddit": "masseffect", "cluster": 1125, "color": 3}, {"x": 59.406864166259766, "y": -14.604909896850586, "subreddit": "masseffectandromeda", "cluster": 1125, "color": 3}, {"x": 60.06596374511719, "y": -13.425331115722656, "subreddit": "mecoop", "cluster": 1125, "color": 3}, {"x": 62.28522491455078, "y": -13.182260513305664, "subreddit": "swtor", "cluster": 1125, "color": 3}, {"x": 0.46753495931625366, "y": 97.00806427001953, "subreddit": "donald_trump", "cluster": 1873, "color": 5}, {"x": 1.7000879049301147, "y": 97.61393737792969, "subreddit": "politicalmemes", "cluster": 1873, "color": 5}, {"x": -70.39591979980469, "y": -78.70612335205078, "subreddit": "theticket", "cluster": 1873, "color": 5}, {"x": 0.6282713413238525, "y": 97.08568572998047, "subreddit": "trump", "cluster": 1873, "color": 5}, {"x": 65.0360107421875, "y": -18.666505813598633, "subreddit": "dontstarve", "cluster": 945, "color": 0}, {"x": 67.14771270751953, "y": -17.92565155029297, "subreddit": "ftlgame", "cluster": 945, "color": 0}, {"x": 68.34754180908203, "y": -17.739850997924805, "subreddit": "gigantic", "cluster": 945, "color": 0}, {"x": 67.31592559814453, "y": -17.790834426879883, "subreddit": "intothebreach", "cluster": 945, "color": 0}, {"x": 93.01619720458984, "y": -19.610498428344727, "subreddit": "dota2betting", "cluster": 556, "color": 0}, {"x": 92.71928405761719, "y": -19.590023040771484, "subreddit": "dota2loungebets", "cluster": 556, "color": 0}, {"x": 94.29822540283203, "y": -18.658184051513672, "subreddit": "japanesemusic", "cluster": 556, "color": 0}, {"x": 93.86947631835938, "y": -20.090274810791016, "subreddit": "terracehouse", "cluster": 556, "color": 0}, {"x": 90.23092651367188, "y": 68.14086151123047, "subreddit": "dota2leaguematches", "cluster": 557, "color": 1}, {"x": 88.52387237548828, "y": -51.95512008666992, "subreddit": "doublespeakprivilege", "cluster": 559, "color": 1}, {"x": -23.066862106323242, "y": -125.03141784667969, "subreddit": "downloadcodes", "cluster": 1007, "color": 0}, {"x": 14.399237632751465, "y": 82.8109130859375, "subreddit": "funfairtech", "cluster": 1007, "color": 0}, {"x": 14.607258796691895, "y": 82.93912506103516, "subreddit": "kiss", "cluster": 1007, "color": 0}, {"x": 2.811903715133667, "y": -45.412540435791016, "subreddit": "downtonabbey", "cluster": 887, "color": 0}, {"x": -20.224414825439453, "y": -31.10749626159668, "subreddit": "houseofcards", "cluster": 887, "color": 0}, {"x": 54.301231384277344, "y": -116.96891784667969, "subreddit": "narcos", "cluster": 887, "color": 0}, {"x": -20.808012008666992, "y": -30.83405303955078, "subreddit": "newgirl", "cluster": 887, "color": 0}, {"x": -19.93836212158203, "y": -32.347442626953125, "subreddit": "orangeisthenewblack", "cluster": 887, "color": 0}, {"x": -20.209909439086914, "y": -29.93705177307129, "subreddit": "siliconvalleyhbo", "cluster": 887, "color": 0}, {"x": -21.442678451538086, "y": -37.65243148803711, "subreddit": "theblacklist", "cluster": 887, "color": 0}, {"x": -21.805877685546875, "y": -31.60982894897461, "subreddit": "twentyfour", "cluster": 887, "color": 0}, {"x": -20.391679763793945, "y": -30.668190002441406, "subreddit": "veep", "cluster": 887, "color": 0}, {"x": 24.465450286865234, "y": 101.778076171875, "subreddit": "dpdr", "cluster": 560, "color": 1}, {"x": 24.016321182250977, "y": 101.91728973388672, "subreddit": "hppd", "cluster": 560, "color": 1}, {"x": 25.207178115844727, "y": 101.50697326660156, "subreddit": "schizoid", "cluster": 560, "color": 1}, {"x": 14.336569786071777, "y": 105.00518798828125, "subreddit": "dph", "cluster": 580, "color": 1}, {"x": 14.18087100982666, "y": 104.94718933105469, "subreddit": "dxm", "cluster": 580, "color": 1}, {"x": 13.211849212646484, "y": 104.25424194335938, "subreddit": "salvia", "cluster": 580, "color": 1}, {"x": 81.05374145507812, "y": 12.28917121887207, "subreddit": "dragalialost", "cluster": 680, "color": 2}, {"x": -25.247112274169922, "y": -1.4619611501693726, "subreddit": "fireemblemheroes", "cluster": 680, "color": 2}, {"x": -25.614238739013672, "y": -1.3803237676620483, "subreddit": "orderofheroes", "cluster": 680, "color": 2}, {"x": -47.28853988647461, "y": -60.78910827636719, "subreddit": "dragoncon", "cluster": 1197, "color": 2}, {"x": -47.34243392944336, "y": -61.079673767089844, "subreddit": "montgomerycountymd", "cluster": 1197, "color": 2}, {"x": -47.92607879638672, "y": -62.564693450927734, "subreddit": "washingtondc", "cluster": 1197, "color": 2}, {"x": 92.66748046875, "y": 8.004706382751465, "subreddit": "dragonnest", "cluster": 1461, "color": 2}, {"x": 87.9821548461914, "y": 13.414210319519043, "subreddit": "granblue_en", "cluster": 1461, "color": 2}, {"x": 92.66559600830078, "y": 8.020320892333984, "subreddit": "pso2", "cluster": 1461, "color": 2}, {"x": 51.23831558227539, "y": -11.658645629882812, "subreddit": "dragonsdogma", "cluster": 1161, "color": 3}, {"x": -56.06829071044922, "y": 45.73783874511719, "subreddit": "dynastywarriors", "cluster": 1161, "color": 3}, {"x": -56.11892318725586, "y": 46.33137130737305, "subreddit": "fable", "cluster": 1161, "color": 3}, {"x": -56.10493469238281, "y": 46.28527069091797, "subreddit": "mhgu", "cluster": 1161, "color": 3}, {"x": 69.27301025390625, "y": 84.03042602539062, "subreddit": "sanctionedsuicide", "cluster": 1161, "color": 3}, {"x": -57.4515380859375, "y": 16.140356063842773, "subreddit": "dreamcast", "cluster": 565, "color": 0}, {"x": -56.022605895996094, "y": 16.47534942626953, "subreddit": "psx", "cluster": 565, "color": 0}, {"x": -57.05928039550781, "y": 15.11745834350586, "subreddit": "sega", "cluster": 565, "color": 0}, {"x": -56.698944091796875, "y": 14.85452651977539, "subreddit": "segagenesis", "cluster": 565, "color": 0}, {"x": -57.12712478637695, "y": 15.975042343139648, "subreddit": "segasaturn", "cluster": 565, "color": 0}, {"x": -58.13762664794922, "y": 16.21563720703125, "subreddit": "shenmue", "cluster": 565, "color": 0}, {"x": 11.09730052947998, "y": 96.83773040771484, "subreddit": "dreams", "cluster": 566, "color": 0}, {"x": 11.10184383392334, "y": 96.85364532470703, "subreddit": "jung", "cluster": 566, "color": 0}, {"x": -23.07593536376953, "y": -106.91178894042969, "subreddit": "dreamtheater", "cluster": 1157, "color": 3}, {"x": 37.417724609375, "y": 18.934206008911133, "subreddit": "ghostbc", "cluster": 1157, "color": 3}, {"x": -24.895715713500977, "y": -106.05079650878906, "subreddit": "ironmaiden", "cluster": 1157, "color": 3}, {"x": -23.677051544189453, "y": -105.46314239501953, "subreddit": "megadeth", "cluster": 1157, "color": 3}, {"x": -23.692644119262695, "y": -105.76781463623047, "subreddit": "metallica", "cluster": 1157, "color": 3}, {"x": -92.13933563232422, "y": 30.433279037475586, "subreddit": "slipknot", "cluster": 1157, "color": 3}, {"x": -90.94426727294922, "y": 29.36893081665039, "subreddit": "systemofadown", "cluster": 1157, "color": 3}, {"x": 63.314697265625, "y": -45.36387252807617, "subreddit": "dresdenfiles", "cluster": 1976, "color": 4}, {"x": 24.73859977722168, "y": -44.03849792480469, "subreddit": "malazan", "cluster": 1976, "color": 4}, {"x": -7.459412574768066, "y": -60.04926681518555, "subreddit": "wetlanderhumor", "cluster": 1976, "color": 4}, {"x": -7.229944229125977, "y": -60.54489517211914, "subreddit": "wot", "cluster": 1976, "color": 4}, {"x": -68.00121307373047, "y": -121.66348266601562, "subreddit": "drumcorps", "cluster": 571, "color": 1}, {"x": -67.60430145263672, "y": -122.46926879882812, "subreddit": "drumline", "cluster": 571, "color": 1}, {"x": -67.87771606445312, "y": -121.89483642578125, "subreddit": "marchingband", "cluster": 571, "color": 1}, {"x": -68.77122497558594, "y": -120.40220642089844, "subreddit": "trombone", "cluster": 571, "color": 1}, {"x": -3.4649178981781006, "y": -74.93728637695312, "subreddit": "drumming", "cluster": 572, "color": 1}, {"x": -3.4761734008789062, "y": -74.95145416259766, "subreddit": "drums", "cluster": 572, "color": 1}, {"x": -108.7308120727539, "y": 26.003265380859375, "subreddit": "dspdiscussion", "cluster": 574, "color": 1}, {"x": 94.8027114868164, "y": -9.321999549865723, "subreddit": "grobbulus", "cluster": 574, "color": 1}, {"x": -108.72957611083984, "y": 26.007068634033203, "subreddit": "wingsofredemption", "cluster": 574, "color": 1}, {"x": -9.785056114196777, "y": -101.14555358886719, "subreddit": "dubstep", "cluster": 1501, "color": 2}, {"x": -31.96585464477539, "y": 0.3243083953857422, "subreddit": "panama", "cluster": 1501, "color": 2}, {"x": -9.884657859802246, "y": -101.07815551757812, "subreddit": "realdubstep", "cluster": 1501, "color": 2}, {"x": -102.73035430908203, "y": -53.43367004394531, "subreddit": "ducati", "cluster": 1202, "color": 3}, {"x": -102.7082290649414, "y": -53.33843231201172, "subreddit": "motorcycle", "cluster": 1202, "color": 3}, {"x": 38.66417694091797, "y": 53.45773696899414, "subreddit": "wagwalker", "cluster": 1202, "color": 3}, {"x": 81.35877990722656, "y": 6.115128517150879, "subreddit": "duellinks", "cluster": 2003, "color": 2}, {"x": 81.69827270507812, "y": 5.437656879425049, "subreddit": "yugioh", "cluster": 2003, "color": 2}, {"x": 81.77928924560547, "y": 5.264248371124268, "subreddit": "yugioh101", "cluster": 2003, "color": 2}, {"x": -62.54085159301758, "y": -108.39871215820312, "subreddit": "duluth", "cluster": 1174, "color": 2}, {"x": -63.06916046142578, "y": -106.13705444335938, "subreddit": "minnesotatwins", "cluster": 1174, "color": 2}, {"x": -62.25082778930664, "y": -107.56358337402344, "subreddit": "minnesotavikings", "cluster": 1174, "color": 2}, {"x": -62.02389907836914, "y": -107.37507629394531, "subreddit": "timberwolves", "cluster": 1174, "color": 2}, {"x": 117.54090881347656, "y": -75.93470001220703, "subreddit": "dune", "cluster": 1699, "color": 4}, {"x": -2.809023141860962, "y": -42.47901153564453, "subreddit": "risa", "cluster": 1699, "color": 4}, {"x": -3.370187520980835, "y": -42.76322937011719, "subreddit": "shittydaystrom", "cluster": 1699, "color": 4}, {"x": -2.8328135013580322, "y": -42.437068939208984, "subreddit": "startrekmemes", "cluster": 1699, "color": 4}, {"x": -1.9799736738204956, "y": -40.98875045776367, "subreddit": "treknobabble", "cluster": 1699, "color": 4}, {"x": 67.53569793701172, "y": -33.41318130493164, "subreddit": "dungeonworld", "cluster": 577, "color": 1}, {"x": 67.5514144897461, "y": -33.41959762573242, "subreddit": "faterpg", "cluster": 577, "color": 1}, {"x": 67.45488739013672, "y": -46.16579055786133, "subreddit": "itmejp", "cluster": 577, "color": 1}, {"x": 31.672834396362305, "y": -65.1983642578125, "subreddit": "duolingo", "cluster": 779, "color": 2}, {"x": 75.73201751708984, "y": 84.19977569580078, "subreddit": "feminineboys", "cluster": 779, "color": 2}, {"x": 76.24958038330078, "y": 85.68803405761719, "subreddit": "genderfluid", "cluster": 779, "color": 2}, {"x": 76.28033447265625, "y": 85.3441162109375, "subreddit": "genderqueer", "cluster": 779, "color": 2}, {"x": 75.30288696289062, "y": 88.27774810791016, "subreddit": "nonbinary", "cluster": 779, "color": 2}, {"x": 82.37580871582031, "y": -59.3726921081543, "subreddit": "dust514", "cluster": 643, "color": 1}, {"x": 82.21525573730469, "y": -59.400516510009766, "subreddit": "f45", "cluster": 643, "color": 1}, {"x": 81.0414047241211, "y": -59.68342208862305, "subreddit": "ketoaustralia", "cluster": 643, "color": 1}, {"x": 84.63785552978516, "y": -67.7413101196289, "subreddit": "dutchfire", "cluster": 633, "color": 3}, {"x": 84.6490249633789, "y": -67.76569366455078, "subreddit": "eupersonalfinance", "cluster": 633, "color": 3}, {"x": -109.15274047851562, "y": 12.290952682495117, "subreddit": "dvdasa", "cluster": 1825, "color": 1}, {"x": -110.24655151367188, "y": 7.432373046875, "subreddit": "normmacdonald", "cluster": 1825, "color": 1}, {"x": -108.84777069091797, "y": 10.849502563476562, "subreddit": "theovon", "cluster": 1825, "color": 1}, {"x": -109.0363540649414, "y": 11.163970947265625, "subreddit": "tigerbelly", "cluster": 1825, "color": 1}, {"x": -109.56967163085938, "y": 10.447844505310059, "subreddit": "yourmomshousepodcast", "cluster": 1825, "color": 1}, {"x": 19.01505470275879, "y": -141.67138671875, "subreddit": "dwma", "cluster": 579, "color": 1}, {"x": 19.059465408325195, "y": -141.675048828125, "subreddit": "legendofkorrarp", "cluster": 579, "color": 1}, {"x": 18.19820213317871, "y": -141.4820556640625, "subreddit": "rwbyrp", "cluster": 579, "color": 1}, {"x": 79.64189910888672, "y": 18.690149307250977, "subreddit": "dx2smtliberation", "cluster": 1840, "color": 3}, {"x": 79.5207748413086, "y": 19.168869018554688, "subreddit": "touhou", "cluster": 1840, "color": 3}, {"x": 79.66968536376953, "y": 21.041515350341797, "subreddit": "waifuism", "cluster": 1840, "color": 3}, {"x": -11.79239559173584, "y": 34.028743743896484, "subreddit": "dylansniceemporium", "cluster": 581, "color": 2}, {"x": -10.350787162780762, "y": 34.82949447631836, "subreddit": "onewordban", "cluster": 581, "color": 2}, {"x": 63.4385986328125, "y": 74.3928451538086, "subreddit": "dysautonomia", "cluster": 582, "color": 2}, {"x": 64.15816497802734, "y": 74.70380401611328, "subreddit": "ehlersdanlos", "cluster": 582, "color": 2}, {"x": 70.92341613769531, "y": 79.21947479248047, "subreddit": "existentialism", "cluster": 582, "color": 2}, {"x": 66.23193359375, "y": 72.6168441772461, "subreddit": "fibromyalgia", "cluster": 582, "color": 2}, {"x": 63.25008773803711, "y": 74.36396026611328, "subreddit": "pots", "cluster": 582, "color": 2}, {"x": 19.47774887084961, "y": -41.95966339111328, "subreddit": "socialjustice101", "cluster": 582, "color": 2}, {"x": 64.20442199707031, "y": -96.86930084228516, "subreddit": "ea_fifa", "cluster": 583, "color": 0}, {"x": 64.43355560302734, "y": -96.40119171142578, "subreddit": "fifa12", "cluster": 583, "color": 0}, {"x": 64.09806823730469, "y": -97.06810760498047, "subreddit": "fifa13", "cluster": 583, "color": 0}, {"x": -53.19764709472656, "y": -89.36299133300781, "subreddit": "ea_nhl", "cluster": 584, "color": 1}, {"x": -53.20824432373047, "y": -89.39611053466797, "subreddit": "eashl", "cluster": 584, "color": 1}, {"x": -138.25613403320312, "y": -16.086383819580078, "subreddit": "nhlhut", "cluster": 584, "color": 1}, {"x": -49.748985290527344, "y": -109.91790771484375, "subreddit": "eagles", "cluster": 585, "color": 1}, {"x": -51.0052375793457, "y": -111.3704833984375, "subreddit": "flyers", "cluster": 585, "color": 1}, {"x": -50.81492233276367, "y": -111.04244232177734, "subreddit": "phillies", "cluster": 585, "color": 1}, {"x": -49.71697998046875, "y": -109.89582824707031, "subreddit": "sixers", "cluster": 585, "color": 1}, {"x": -51.78716278076172, "y": 31.89682388305664, "subreddit": "earthbound", "cluster": 587, "color": 2}, {"x": -51.79636764526367, "y": 31.90367889404297, "subreddit": "mother4", "cluster": 587, "color": 2}, {"x": 43.33933639526367, "y": 39.12667465209961, "subreddit": "eatingdisorders", "cluster": 1579, "color": 4}, {"x": 64.17256164550781, "y": -54.54249954223633, "subreddit": "kravmaga", "cluster": 1579, "color": 4}, {"x": 64.99361419677734, "y": -54.14457321166992, "subreddit": "larp", "cluster": 1579, "color": 4}, {"x": 64.4252700805664, "y": -54.42749786376953, "subreddit": "sca", "cluster": 1579, "color": 4}, {"x": -92.4188003540039, "y": -27.195383071899414, "subreddit": "ebay", "cluster": 1360, "color": 5}, {"x": -91.84263610839844, "y": -27.84743309020996, "subreddit": "gorving", "cluster": 1360, "color": 5}, {"x": -92.02134704589844, "y": -27.27191925048828, "subreddit": "paypal", "cluster": 1360, "color": 5}, {"x": -91.61306762695312, "y": -26.77071762084961, "subreddit": "rbi", "cluster": 1360, "color": 5}, {"x": -94.23149871826172, "y": -30.389785766601562, "subreddit": "saab", "cluster": 1360, "color": 5}, {"x": 41.42671203613281, "y": -102.38948822021484, "subreddit": "veterans", "cluster": 1360, "color": 5}, {"x": -119.03079986572266, "y": -117.78379821777344, "subreddit": "ebola", "cluster": 1862, "color": 5}, {"x": 7.911414623260498, "y": -94.55506134033203, "subreddit": "thevoice", "cluster": 1862, "color": 5}, {"x": -103.35009002685547, "y": -13.667109489440918, "subreddit": "tropicalweather", "cluster": 1862, "color": 5}, {"x": -103.41956329345703, "y": -13.706665992736816, "subreddit": "weather", "cluster": 1862, "color": 5}, {"x": 36.164093017578125, "y": -54.5410041809082, "subreddit": "eceprofessionals", "cluster": 1768, "color": 3}, {"x": 36.2872428894043, "y": -56.05281066894531, "subreddit": "education", "cluster": 1768, "color": 3}, {"x": 37.78458023071289, "y": -55.29564666748047, "subreddit": "elateachers", "cluster": 1768, "color": 3}, {"x": 1.3150211572647095, "y": -80.61085510253906, "subreddit": "lifeguards", "cluster": 1768, "color": 3}, {"x": 15.319978713989258, "y": -63.39916229248047, "subreddit": "matheducation", "cluster": 1768, "color": 3}, {"x": 37.97625732421875, "y": -57.771446228027344, "subreddit": "phascinatingphysics", "cluster": 1768, "color": 3}, {"x": 37.80985641479492, "y": -57.53791046142578, "subreddit": "scienceteachers", "cluster": 1768, "color": 3}, {"x": 36.86343002319336, "y": -55.69731903076172, "subreddit": "teachers", "cluster": 1768, "color": 3}, {"x": 36.83748245239258, "y": -55.76355743408203, "subreddit": "teaching", "cluster": 1768, "color": 3}, {"x": -69.62937927246094, "y": -28.223758697509766, "subreddit": "ecobee", "cluster": 591, "color": 0}, {"x": -60.9916877746582, "y": -16.51650047302246, "subreddit": "eero", "cluster": 591, "color": 0}, {"x": -69.62273406982422, "y": -28.214143753051758, "subreddit": "winkhub", "cluster": 591, "color": 0}, {"x": -133.83314514160156, "y": -23.008800506591797, "subreddit": "ecr_eu", "cluster": 593, "color": 2}, {"x": -133.83090209960938, "y": -23.005664825439453, "subreddit": "ecr_uk", "cluster": 593, "color": 2}, {"x": -77.5059814453125, "y": -36.63469314575195, "subreddit": "potcoin", "cluster": 593, "color": 2}, {"x": -117.42189025878906, "y": -36.9622802734375, "subreddit": "edc_raffle", "cluster": 595, "color": 2}, {"x": -68.26543426513672, "y": -51.33287048339844, "subreddit": "knife_raffle", "cluster": 595, "color": 2}, {"x": -70.82658386230469, "y": 31.978816986083984, "subreddit": "lego_raffles", "cluster": 595, "color": 2}, {"x": -117.43147277832031, "y": -36.957637786865234, "subreddit": "watchuraffle", "cluster": 595, "color": 2}, {"x": -68.58565521240234, "y": -48.85364532470703, "subreddit": "edcexchange", "cluster": 817, "color": 0}, {"x": -65.8157958984375, "y": -52.16417694091797, "subreddit": "flashlight", "cluster": 817, "color": 0}, {"x": -65.02625274658203, "y": -52.948665618896484, "subreddit": "gshock", "cluster": 817, "color": 0}, {"x": 98.51898193359375, "y": -102.20762634277344, "subreddit": "edenszero", "cluster": 646, "color": 4}, {"x": 98.51710510253906, "y": -102.20600891113281, "subreddit": "fairytail", "cluster": 646, "color": 4}, {"x": 21.997507095336914, "y": 54.350067138671875, "subreddit": "highschooldxd", "cluster": 646, "color": 4}, {"x": 86.50443267822266, "y": 59.203529357910156, "subreddit": "nanatsunotaizai", "cluster": 646, "color": 4}, {"x": -20.894638061523438, "y": 79.3863296508789, "subreddit": "re_zero", "cluster": 646, "color": 4}, {"x": -59.75701904296875, "y": -0.5700658559799194, "subreddit": "editors", "cluster": 1903, "color": 4}, {"x": -59.73720932006836, "y": -0.5665464997291565, "subreddit": "videoediting", "cluster": 1903, "color": 4}, {"x": 75.40612030029297, "y": -2.290485382080078, "subreddit": "egalitarianism", "cluster": 600, "color": 2}, {"x": 77.63423156738281, "y": -1.0793172121047974, "subreddit": "femradebates", "cluster": 600, "color": 2}, {"x": 76.90880584716797, "y": -1.5621575117111206, "subreddit": "leftwingmaleadvocates", "cluster": 600, "color": 2}, {"x": 75.05292510986328, "y": -1.3647626638412476, "subreddit": "mensrights", "cluster": 600, "color": 2}, {"x": 17.944692611694336, "y": -38.946922302246094, "subreddit": "oney", "cluster": 600, "color": 2}, {"x": 74.70512390136719, "y": -2.7162976264953613, "subreddit": "srssucks", "cluster": 600, "color": 2}, {"x": 75.55609893798828, "y": -2.4986531734466553, "subreddit": "weinsteineffect", "cluster": 600, "color": 2}, {"x": -27.03546142578125, "y": 29.26994514465332, "subreddit": "egginc", "cluster": 601, "color": 1}, {"x": -26.84400749206543, "y": 29.26405906677246, "subreddit": "eggsinc", "cluster": 601, "color": 1}, {"x": -26.143644332885742, "y": 29.235074996948242, "subreddit": "eggsinccoop", "cluster": 601, "color": 1}, {"x": -14.683618545532227, "y": -2.09769344329834, "subreddit": "hqtrivia", "cluster": 601, "color": 1}, {"x": -30.348033905029297, "y": 12.887090682983398, "subreddit": "kotor", "cluster": 601, "color": 1}, {"x": 50.35593795776367, "y": -13.051297187805176, "subreddit": "elderscrollslegends", "cluster": 1870, "color": 3}, {"x": 85.22734069824219, "y": -16.768709182739258, "subreddit": "learndota2", "cluster": 1870, "color": 3}, {"x": 84.61312866210938, "y": -7.753740310668945, "subreddit": "pokemonduel", "cluster": 1870, "color": 3}, {"x": 85.2157211303711, "y": -16.742319107055664, "subreddit": "truedota2", "cluster": 1870, "color": 3}, {"x": 82.46159362792969, "y": -1.2146801948547363, "subreddit": "elderscrollsonline", "cluster": 602, "color": 0}, {"x": 82.42337036132812, "y": -1.1931899785995483, "subreddit": "esobay", "cluster": 602, "color": 0}, {"x": 46.19589614868164, "y": 29.732080459594727, "subreddit": "elgatogaming", "cluster": 1043, "color": 1}, {"x": -45.17744064331055, "y": 7.870271682739258, "subreddit": "letsplay", "cluster": 1043, "color": 1}, {"x": -45.25285339355469, "y": 7.948747158050537, "subreddit": "letsplaycritiques", "cluster": 1043, "color": 1}, {"x": -57.00375747680664, "y": 29.849138259887695, "subreddit": "twitch", "cluster": 1043, "color": 1}, {"x": 103.30587768554688, "y": -38.1510124206543, "subreddit": "elite_dangerous", "cluster": 607, "color": 0}, {"x": 106.45025634765625, "y": -36.73478317260742, "subreddit": "eliteantal", "cluster": 607, "color": 0}, {"x": 104.71488189697266, "y": -37.52080535888672, "subreddit": "elitecg", "cluster": 607, "color": 0}, {"x": 103.56334686279297, "y": -37.513519287109375, "subreddit": "elitedangerous", "cluster": 607, "color": 0}, {"x": 103.93896484375, "y": -36.84318542480469, "subreddit": "eliteexplorers", "cluster": 607, "color": 0}, {"x": 105.92817687988281, "y": -39.658145904541016, "subreddit": "elitehudson", "cluster": 607, "color": 0}, {"x": 105.96808624267578, "y": -39.794837951660156, "subreddit": "elitelavigny", "cluster": 607, "color": 0}, {"x": 102.52151489257812, "y": -37.293880462646484, "subreddit": "eliteminers", "cluster": 607, "color": 0}, {"x": 103.93748474121094, "y": -35.40210723876953, "subreddit": "eliteone", "cluster": 607, "color": 0}, {"x": 104.73521423339844, "y": -36.06648254394531, "subreddit": "eliteps", "cluster": 607, "color": 0}, {"x": 103.51703643798828, "y": -36.770931243896484, "subreddit": "elitetraders", "cluster": 607, "color": 0}, {"x": 54.834781646728516, "y": -28.76679229736328, "subreddit": "x4foundations", "cluster": 607, "color": 0}, {"x": 22.657564163208008, "y": -48.43016052246094, "subreddit": "elizabethwarren", "cluster": 1098, "color": 2}, {"x": -128.5485076904297, "y": -4.644107341766357, "subreddit": "lyft", "cluster": 1098, "color": 2}, {"x": -128.54737854003906, "y": -4.636751651763916, "subreddit": "lyftdrivers", "cluster": 1098, "color": 2}, {"x": 27.9161376953125, "y": -28.01199722290039, "subreddit": "elonmusk", "cluster": 1786, "color": 4}, {"x": 46.03983688354492, "y": -37.308353424072266, "subreddit": "teslalounge", "cluster": 1786, "color": 4}, {"x": 45.984989166259766, "y": -37.189849853515625, "subreddit": "teslamodel3", "cluster": 1786, "color": 4}, {"x": 46.729244232177734, "y": -38.828861236572266, "subreddit": "teslamotors", "cluster": 1786, "color": 4}, {"x": -33.16559982299805, "y": -50.41696548461914, "subreddit": "elpaso", "cluster": 1888, "color": 8}, {"x": -62.12726974487305, "y": -49.56793212890625, "subreddit": "lgg5", "cluster": 1888, "color": 8}, {"x": -61.88324737548828, "y": -51.593101501464844, "subreddit": "roadtrip", "cluster": 1888, "color": 8}, {"x": 10.915055274963379, "y": -11.723710060119629, "subreddit": "screenprinting", "cluster": 1888, "color": 8}, {"x": 48.0024528503418, "y": -66.20535278320312, "subreddit": "skoolies", "cluster": 1888, "color": 8}, {"x": 4.914134502410889, "y": 73.80054473876953, "subreddit": "substratumnetwork", "cluster": 1888, "color": 8}, {"x": 2.260558843612671, "y": 74.91449737548828, "subreddit": "tenx", "cluster": 1888, "color": 8}, {"x": -105.19513702392578, "y": -53.365753173828125, "subreddit": "triumph", "cluster": 1888, "color": 8}, {"x": -61.84598922729492, "y": -51.032737731933594, "subreddit": "vandwellers", "cluster": 1888, "color": 8}, {"x": -62.028682708740234, "y": -50.10416030883789, "subreddit": "vanlife", "cluster": 1888, "color": 8}, {"x": 67.53988647460938, "y": -37.43910217285156, "subreddit": "elsanna", "cluster": 737, "color": 3}, {"x": 68.41102600097656, "y": -37.10637664794922, "subreddit": "frozen", "cluster": 737, "color": 3}, {"x": 68.56168365478516, "y": -37.05000686645508, "subreddit": "frozenfriends", "cluster": 737, "color": 3}, {"x": -26.344900131225586, "y": -140.3329620361328, "subreddit": "eltp", "cluster": 1754, "color": 3}, {"x": -27.826194763183594, "y": -140.61563110351562, "subreddit": "mltp", "cluster": 1754, "color": 3}, {"x": -28.260093688964844, "y": -140.80784606933594, "subreddit": "nltp", "cluster": 1754, "color": 3}, {"x": -26.811311721801758, "y": -142.32870483398438, "subreddit": "spheremasterrace", "cluster": 1754, "color": 3}, {"x": -27.209505081176758, "y": -141.05409240722656, "subreddit": "tagpro", "cluster": 1754, "color": 3}, {"x": -27.125083923339844, "y": -141.44395446777344, "subreddit": "tagproirl", "cluster": 1754, "color": 3}, {"x": 23.926952362060547, "y": -120.20076751708984, "subreddit": "emeraldgrid", "cluster": 1560, "color": 3}, {"x": 24.42007064819336, "y": -119.50942993164062, "subreddit": "hubchargen", "cluster": 1560, "color": 3}, {"x": 24.291812896728516, "y": -119.64242553710938, "subreddit": "runnerhub", "cluster": 1560, "color": 3}, {"x": 24.706892013549805, "y": -118.76981353759766, "subreddit": "shadowrun", "cluster": 1560, "color": 3}, {"x": 53.429649353027344, "y": 74.09988403320312, "subreddit": "emergencymedicine", "cluster": 612, "color": 1}, {"x": -67.55259704589844, "y": -62.80470657348633, "subreddit": "ems", "cluster": 612, "color": 1}, {"x": -66.78268432617188, "y": -62.55498123168945, "subreddit": "firefighting", "cluster": 612, "color": 1}, {"x": -67.88592529296875, "y": -62.89214324951172, "subreddit": "newtoems", "cluster": 612, "color": 1}, {"x": -13.38416862487793, "y": 53.344573974609375, "subreddit": "emiliaclarke", "cluster": 1583, "color": 3}, {"x": -13.940245628356934, "y": 52.264198303222656, "subreddit": "kateupton", "cluster": 1583, "color": 3}, {"x": -13.251147270202637, "y": 51.051841735839844, "subreddit": "katyperry", "cluster": 1583, "color": 3}, {"x": -15.96087646484375, "y": 52.663818359375, "subreddit": "novalauncher", "cluster": 1583, "color": 3}, {"x": -13.940482139587402, "y": 52.45001220703125, "subreddit": "scarlettjohansson", "cluster": 1583, "color": 3}, {"x": -79.69974517822266, "y": 44.26710510253906, "subreddit": "eminem", "cluster": 1022, "color": 1}, {"x": -12.483748435974121, "y": -0.7073925733566284, "subreddit": "familyguy", "cluster": 1022, "color": 1}, {"x": -79.60511779785156, "y": 44.19528579711914, "subreddit": "lanadelrey", "cluster": 1022, "color": 1}, {"x": -77.36360168457031, "y": 42.983829498291016, "subreddit": "minoxbeards", "cluster": 1022, "color": 1}, {"x": -36.747039794921875, "y": 58.18831253051758, "subreddit": "empiresandpuzzles", "cluster": 834, "color": 1}, {"x": 28.49346160888672, "y": -86.50271606445312, "subreddit": "gopro", "cluster": 834, "color": 1}, {"x": 28.696640014648438, "y": -87.31085968017578, "subreddit": "halifax", "cluster": 834, "color": 1}, {"x": 28.756404876708984, "y": -87.53667449951172, "subreddit": "novascotia", "cluster": 834, "color": 1}, {"x": -118.19913482666016, "y": 2.957785129547119, "subreddit": "employedbykohls", "cluster": 1548, "color": 3}, {"x": -116.50273132324219, "y": 32.4462776184082, "subreddit": "guessthecoaster", "cluster": 1548, "color": 3}, {"x": -115.40912628173828, "y": 30.611658096313477, "subreddit": "rct", "cluster": 1548, "color": 3}, {"x": -116.42948913574219, "y": 31.60171890258789, "subreddit": "rollercoasterjerk", "cluster": 1548, "color": 3}, {"x": -116.3451919555664, "y": 31.204885482788086, "subreddit": "rollercoasters", "cluster": 1548, "color": 3}, {"x": -117.13184356689453, "y": 30.598060607910156, "subreddit": "themepark", "cluster": 1548, "color": 3}, {"x": 58.52598571777344, "y": -35.70623779296875, "subreddit": "themeparkitect", "cluster": 1548, "color": 3}, {"x": 0.5314189195632935, "y": 58.7696647644043, "subreddit": "enairim", "cluster": 1639, "color": 4}, {"x": 52.414573669433594, "y": -13.224128723144531, "subreddit": "enderal", "cluster": 1639, "color": 4}, {"x": 50.910770416259766, "y": -6.60093879699707, "subreddit": "modpiracy", "cluster": 1639, "color": 4}, {"x": 55.389156341552734, "y": -12.983955383300781, "subreddit": "skyrimmods", "cluster": 1639, "color": 4}, {"x": 55.18733596801758, "y": -12.87348461151123, "subreddit": "skyrimporn", "cluster": 1639, "color": 4}, {"x": 56.04273986816406, "y": -13.583393096923828, "subreddit": "skyrimrequiem", "cluster": 1639, "color": 4}, {"x": 25.999319076538086, "y": -10.285563468933105, "subreddit": "tea", "cluster": 1639, "color": 4}, {"x": 57.01081466674805, "y": 44.29257583618164, "subreddit": "endo", "cluster": 617, "color": 1}, {"x": 57.009456634521484, "y": 44.22015380859375, "subreddit": "endometriosis", "cluster": 617, "color": 1}, {"x": 56.86986541748047, "y": 41.93876266479492, "subreddit": "fodmaps", "cluster": 617, "color": 1}, {"x": 16.743375778198242, "y": -31.65763282775879, "subreddit": "energy", "cluster": 1524, "color": 4}, {"x": 17.443275451660156, "y": -26.552610397338867, "subreddit": "environment", "cluster": 1524, "color": 4}, {"x": 16.436386108398438, "y": -31.140338897705078, "subreddit": "renewableenergy", "cluster": 1524, "color": 4}, {"x": 15.292384147644043, "y": -31.738950729370117, "subreddit": "securityclearance", "cluster": 1524, "color": 4}, {"x": 16.15990447998047, "y": -30.480091094970703, "subreddit": "solar", "cluster": 1524, "color": 4}, {"x": -45.158687591552734, "y": -26.646886825561523, "subreddit": "volt", "cluster": 1524, "color": 4}, {"x": -61.192073822021484, "y": 23.743173599243164, "subreddit": "energydrinks", "cluster": 1660, "color": 2}, {"x": -60.14308547973633, "y": 23.89291000366211, "subreddit": "mountaindew", "cluster": 1660, "color": 2}, {"x": -60.57263946533203, "y": 23.45186996459961, "subreddit": "soda", "cluster": 1660, "color": 2}, {"x": 49.29332733154297, "y": -104.74134826660156, "subreddit": "staples", "cluster": 1660, "color": 2}, {"x": 37.82004928588867, "y": 103.51631927490234, "subreddit": "enfj", "cluster": 1138, "color": 3}, {"x": 39.506248474121094, "y": 105.6532974243164, "subreddit": "enneagram", "cluster": 1138, "color": 3}, {"x": 37.637168884277344, "y": 108.7767562866211, "subreddit": "hollywoodundead", "cluster": 1138, "color": 3}, {"x": 38.527503967285156, "y": 106.88996124267578, "subreddit": "infp", "cluster": 1138, "color": 3}, {"x": 56.02091979980469, "y": 25.172258377075195, "subreddit": "intj", "cluster": 1138, "color": 3}, {"x": 36.07929229736328, "y": 107.11823272705078, "subreddit": "intp", "cluster": 1138, "color": 3}, {"x": 35.60832595825195, "y": 105.33020782470703, "subreddit": "isfp", "cluster": 1138, "color": 3}, {"x": 37.30792236328125, "y": 106.64677429199219, "subreddit": "istj", "cluster": 1138, "color": 3}, {"x": -96.48921203613281, "y": -37.721553802490234, "subreddit": "istp", "cluster": 1138, "color": 3}, {"x": 37.5194091796875, "y": 106.207275390625, "subreddit": "mbti", "cluster": 1138, "color": 3}, {"x": 37.100624084472656, "y": 105.45667266845703, "subreddit": "mbtimemes", "cluster": 1138, "color": 3}, {"x": 38.084083557128906, "y": 105.48136901855469, "subreddit": "mbtitypeme", "cluster": 1138, "color": 3}, {"x": 9.825580596923828, "y": 59.306251525878906, "subreddit": "engagementrings", "cluster": 619, "color": 3}, {"x": 9.349742889404297, "y": 59.68360137939453, "subreddit": "jewelry", "cluster": 619, "color": 3}, {"x": 9.91689682006836, "y": 58.28594207763672, "subreddit": "justengaged", "cluster": 619, "color": 3}, {"x": 10.582340240478516, "y": 59.579803466796875, "subreddit": "moissanite", "cluster": 619, "color": 3}, {"x": 17.565528869628906, "y": -52.41514205932617, "subreddit": "enough_sanders_spam", "cluster": 622, "color": 2}, {"x": 17.491971969604492, "y": -53.35781478881836, "subreddit": "enoughhillhate", "cluster": 622, "color": 2}, {"x": 17.350723266601562, "y": -52.51675796508789, "subreddit": "enoughsandersspam", "cluster": 622, "color": 2}, {"x": 16.613393783569336, "y": -52.05306625366211, "subreddit": "hillaryclinton", "cluster": 622, "color": 2}, {"x": 48.62227249145508, "y": -39.87430953979492, "subreddit": "enoughmuskspam", "cluster": 1504, "color": 4}, {"x": 48.177734375, "y": -39.527381896972656, "subreddit": "realtesla", "cluster": 1504, "color": 4}, {"x": 47.88505554199219, "y": -38.66640090942383, "subreddit": "teslainvestorsclub", "cluster": 1504, "color": 4}, {"x": 26.38284683227539, "y": -37.243675231933594, "subreddit": "enoughpaulspam", "cluster": 1550, "color": 5}, {"x": -23.88330078125, "y": -48.69880676269531, "subreddit": "garyjohnson", "cluster": 1550, "color": 5}, {"x": 27.25875473022461, "y": -38.279518127441406, "subreddit": "libertarian", "cluster": 1550, "color": 5}, {"x": 26.607263565063477, "y": -37.631832122802734, "subreddit": "ronpaul", "cluster": 1550, "color": 5}, {"x": 11.750466346740723, "y": 24.964580535888672, "subreddit": "entitledbitch", "cluster": 623, "color": 1}, {"x": 12.717960357666016, "y": 26.25356101989746, "subreddit": "entitledkids", "cluster": 623, "color": 1}, {"x": 12.316387176513672, "y": 25.50189781188965, "subreddit": "entitledparents", "cluster": 623, "color": 1}, {"x": -3.0921030044555664, "y": 21.953632354736328, "subreddit": "entitledparentsmemes", "cluster": 623, "color": 1}, {"x": 12.251534461975098, "y": 25.428857803344727, "subreddit": "entitledpeople", "cluster": 623, "color": 1}, {"x": 13.795090675354004, "y": 24.515024185180664, "subreddit": "nuclearrevenge", "cluster": 623, "color": 1}, {"x": 61.67866897583008, "y": 91.27587127685547, "subreddit": "entj", "cluster": 1090, "color": 4}, {"x": 62.655052185058594, "y": 90.27780151367188, "subreddit": "gavinmcinnes", "cluster": 1090, "color": 4}, {"x": 10.903901100158691, "y": -75.25550079345703, "subreddit": "inthemorning", "cluster": 1090, "color": 4}, {"x": 62.21482849121094, "y": 91.21009826660156, "subreddit": "louderwithcrowder", "cluster": 1090, "color": 4}, {"x": 62.74172592163086, "y": 91.80812072753906, "subreddit": "tucker_carlson", "cluster": 1090, "color": 4}, {"x": 34.61886978149414, "y": -68.29377746582031, "subreddit": "entomology", "cluster": 941, "color": 3}, {"x": 34.2084846496582, "y": -68.25990295410156, "subreddit": "insects", "cluster": 941, "color": 3}, {"x": 33.59642791748047, "y": -68.3019790649414, "subreddit": "whatsthisbug", "cluster": 941, "color": 3}, {"x": 38.029788970947266, "y": 102.21678924560547, "subreddit": "entp", "cluster": 939, "color": 2}, {"x": 38.03155517578125, "y": 102.14353942871094, "subreddit": "infj", "cluster": 939, "color": 2}, {"x": 58.46700668334961, "y": 81.52094268798828, "subreddit": "std", "cluster": 939, "color": 2}, {"x": 8.373308181762695, "y": -53.30610656738281, "subreddit": "environmental_science", "cluster": 1178, "color": 1}, {"x": 3.9975552558898926, "y": -107.27626037597656, "subreddit": "mississippi", "cluster": 1178, "color": 1}, {"x": 3.9922702312469482, "y": -107.28414916992188, "subreddit": "msstate", "cluster": 1178, "color": 1}, {"x": -27.12298583984375, "y": -3.4791553020477295, "subreddit": "eood", "cluster": 1973, "color": 4}, {"x": -31.07875633239746, "y": 41.76921081542969, "subreddit": "gym", "cluster": 1973, "color": 4}, {"x": -29.939193725585938, "y": 41.987274169921875, "subreddit": "motivation", "cluster": 1973, "color": 4}, {"x": -30.540788650512695, "y": 41.85411834716797, "subreddit": "workout", "cluster": 1973, "color": 4}, {"x": -28.13141441345215, "y": 11.783417701721191, "subreddit": "equelmemes", "cluster": 1602, "color": 2}, {"x": -30.031217575073242, "y": 12.806714057922363, "subreddit": "kotormemes", "cluster": 1602, "color": 2}, {"x": 100.25456237792969, "y": -86.50739288330078, "subreddit": "magicthecirclejerking", "cluster": 1602, "color": 2}, {"x": -30.27691078186035, "y": 3.1655478477478027, "subreddit": "otmemes", "cluster": 1602, "color": 2}, {"x": -5.5425591468811035, "y": 25.51175880432129, "subreddit": "prequelmemes", "cluster": 1602, "color": 2}, {"x": -63.37895202636719, "y": 40.662376403808594, "subreddit": "saltierthankrayt", "cluster": 1602, "color": 2}, {"x": -28.129192352294922, "y": 11.76207160949707, "subreddit": "sequelmemes", "cluster": 1602, "color": 2}, {"x": -59.24158477783203, "y": 74.57733154296875, "subreddit": "equestriaatwar", "cluster": 625, "color": 2}, {"x": -59.2481803894043, "y": 74.4057846069336, "subreddit": "gamindustri", "cluster": 625, "color": 2}, {"x": 68.3918228149414, "y": 48.47843551635742, "subreddit": "equestrian", "cluster": 884, "color": 2}, {"x": 68.39671325683594, "y": 48.4710693359375, "subreddit": "horses", "cluster": 884, "color": 2}, {"x": 69.10346984863281, "y": 46.900733947753906, "subreddit": "mobileal", "cluster": 884, "color": 2}, {"x": -15.60675048828125, "y": 97.99259948730469, "subreddit": "scoliosis", "cluster": 884, "color": 2}, {"x": 12.915994644165039, "y": 5.3526611328125, "subreddit": "erb", "cluster": 1731, "color": 2}, {"x": 12.112874984741211, "y": 4.860965251922607, "subreddit": "explainlikeimcalvin", "cluster": 1731, "color": 2}, {"x": 3.7355682849884033, "y": -5.171907901763916, "subreddit": "fifthworldproblems", "cluster": 1731, "color": 2}, {"x": 12.158623695373535, "y": 5.277060031890869, "subreddit": "subredditsimmeta", "cluster": 1731, "color": 2}, {"x": -37.141544342041016, "y": 16.68477439880371, "subreddit": "threadgames", "cluster": 1731, "color": 2}, {"x": -57.679962158203125, "y": 117.1566390991211, "subreddit": "espanol", "cluster": 629, "color": 3}, {"x": -57.6796875, "y": 117.15611267089844, "subreddit": "preguntaleareddit", "cluster": 629, "color": 3}, {"x": 23.413312911987305, "y": 57.26233673095703, "subreddit": "esperanto", "cluster": 2004, "color": 2}, {"x": 22.354684829711914, "y": 57.27018737792969, "subreddit": "oreimo", "cluster": 2004, "color": 2}, {"x": 23.07630729675293, "y": 57.26704025268555, "subreddit": "yuruyuri", "cluster": 2004, "color": 2}, {"x": 75.20938873291016, "y": -22.259408950805664, "subreddit": "esports", "cluster": 682, "color": 2}, {"x": 75.16983032226562, "y": -22.285064697265625, "subreddit": "firefall", "cluster": 682, "color": 2}, {"x": 62.40671157836914, "y": -21.05851936340332, "subreddit": "hawken", "cluster": 682, "color": 2}, {"x": -8.551107406616211, "y": -63.90121841430664, "subreddit": "opensuse", "cluster": 682, "color": 2}, {"x": 74.11017608642578, "y": -24.14535140991211, "subreddit": "tribes", "cluster": 682, "color": 2}, {"x": -86.90222930908203, "y": -19.560365676879883, "subreddit": "essential", "cluster": 1497, "color": 2}, {"x": -85.35293579101562, "y": -20.351476669311523, "subreddit": "razer", "cluster": 1497, "color": 2}, {"x": -85.86936950683594, "y": -20.088464736938477, "subreddit": "razerphone", "cluster": 1497, "color": 2}, {"x": -1.5083632469177246, "y": 77.14572143554688, "subreddit": "ethdev", "cluster": 630, "color": 2}, {"x": -0.5216511487960815, "y": 77.41009521484375, "subreddit": "ethereum", "cluster": 630, "color": 2}, {"x": -0.1790323257446289, "y": 76.88653564453125, "subreddit": "ethereumclassic", "cluster": 630, "color": 2}, {"x": -0.5850930213928223, "y": 78.07596588134766, "subreddit": "makerdao", "cluster": 630, "color": 2}, {"x": -9.45069408416748, "y": -77.63545989990234, "subreddit": "etiquette", "cluster": 1542, "color": 4}, {"x": -10.906697273254395, "y": -76.99603271484375, "subreddit": "rit", "cluster": 1542, "color": 4}, {"x": -10.602985382080078, "y": -77.38153076171875, "subreddit": "rochester", "cluster": 1542, "color": 4}, {"x": 32.261295318603516, "y": 71.63993072509766, "subreddit": "etsy", "cluster": 632, "color": 2}, {"x": 32.17975997924805, "y": 71.76703643798828, "subreddit": "etsysellers", "cluster": 632, "color": 2}, {"x": 31.703960418701172, "y": 72.44340515136719, "subreddit": "physicaltherapy", "cluster": 632, "color": 2}, {"x": 52.22024154663086, "y": -28.51962661743164, "subreddit": "eu4", "cluster": 1150, "color": 1}, {"x": 53.46186065673828, "y": -29.131738662719727, "subreddit": "meiouandtaxes", "cluster": 1150, "color": 1}, {"x": 51.95228958129883, "y": -29.741910934448242, "subreddit": "paradoxextra", "cluster": 1150, "color": 1}, {"x": 54.12233352661133, "y": -29.047893524169922, "subreddit": "x3tc", "cluster": 1150, "color": 1}, {"x": -102.70699310302734, "y": -96.85973358154297, "subreddit": "eurovision", "cluster": 1906, "color": 4}, {"x": -101.83590698242188, "y": -96.5203857421875, "subreddit": "vinyl", "cluster": 1906, "color": 4}, {"x": -102.29690551757812, "y": -96.69389343261719, "subreddit": "vinyljerk", "cluster": 1906, "color": 4}, {"x": 90.4644775390625, "y": 25.800670623779297, "subreddit": "evangelion", "cluster": 1087, "color": 3}, {"x": -15.609907150268555, "y": -33.4359130859375, "subreddit": "fanfiction", "cluster": 1087, "color": 3}, {"x": -15.64984130859375, "y": -33.95990753173828, "subreddit": "lost", "cluster": 1087, "color": 3}, {"x": -15.576781272888184, "y": -34.32899475097656, "subreddit": "theleftovers", "cluster": 1087, "color": 3}, {"x": 0.10831481218338013, "y": 8.392290115356445, "subreddit": "everymanshouldknow", "cluster": 1055, "color": 0}, {"x": -11.17249870300293, "y": -8.229015350341797, "subreddit": "fixit", "cluster": 1055, "color": 0}, {"x": -10.449270248413086, "y": -8.139169692993164, "subreddit": "lifehacks", "cluster": 1055, "color": 0}, {"x": -10.115684509277344, "y": -8.090222358703613, "subreddit": "redneckengineering", "cluster": 1055, "color": 0}, {"x": -98.7987060546875, "y": 13.735732078552246, "subreddit": "excel", "cluster": 638, "color": 1}, {"x": -98.85066223144531, "y": 14.185863494873047, "subreddit": "googlesheets", "cluster": 638, "color": 1}, {"x": -98.89216613769531, "y": 12.733870506286621, "subreddit": "msaccess", "cluster": 638, "color": 1}, {"x": -99.9531021118164, "y": 13.704645156860352, "subreddit": "scholar", "cluster": 638, "color": 1}, {"x": -97.5182113647461, "y": 13.526345252990723, "subreddit": "vba", "cluster": 638, "color": 1}, {"x": -1.4963072538375854, "y": 39.47468948364258, "subreddit": "exiglesianicristo", "cluster": 639, "color": 0}, {"x": -1.156717300415039, "y": 14.560924530029297, "subreddit": "exlldm", "cluster": 639, "color": 0}, {"x": -108.2271499633789, "y": -33.143497467041016, "subreddit": "exoticspotting", "cluster": 641, "color": 0}, {"x": -109.71912384033203, "y": -32.452415466308594, "subreddit": "frasier", "cluster": 641, "color": 0}, {"x": -107.75273132324219, "y": -33.313995361328125, "subreddit": "spotted", "cluster": 641, "color": 0}, {"x": 12.76722240447998, "y": 40.22395706176758, "subreddit": "explainafilmplotbadly", "cluster": 1522, "color": 0}, {"x": -3.180874824523926, "y": -15.536809921264648, "subreddit": "relayforreddit", "cluster": 1522, "color": 0}, {"x": -3.156467914581299, "y": -15.541903495788574, "subreddit": "xkcd", "cluster": 1522, "color": 0}, {"x": 63.73500442504883, "y": -116.62735748291016, "subreddit": "explorefiction", "cluster": 642, "color": 1}, {"x": 65.61409759521484, "y": -117.04082489013672, "subreddit": "ficiverse", "cluster": 642, "color": 1}, {"x": 62.67751693725586, "y": -117.30521392822266, "subreddit": "fictionbrawl", "cluster": 642, "color": 1}, {"x": 64.15425109863281, "y": -116.60774993896484, "subreddit": "galacticguardians", "cluster": 642, "color": 1}, {"x": 62.44631576538086, "y": -117.53730773925781, "subreddit": "iamafiction", "cluster": 642, "color": 1}, {"x": 64.95584869384766, "y": -116.80978393554688, "subreddit": "privatefiction", "cluster": 642, "color": 1}, {"x": 63.78988265991211, "y": -116.20794677734375, "subreddit": "ratedrfiction", "cluster": 642, "color": 1}, {"x": 64.2469253540039, "y": -114.12654876708984, "subreddit": "spaceengine", "cluster": 642, "color": 1}, {"x": -14.398415565490723, "y": 13.144157409667969, "subreddit": "extremecarcrashes", "cluster": 1690, "color": 3}, {"x": -13.412278175354004, "y": 11.561079978942871, "subreddit": "imagestabilization", "cluster": 1690, "color": 3}, {"x": -12.961128234863281, "y": 12.490423202514648, "subreddit": "killthecameraman", "cluster": 1690, "color": 3}, {"x": -13.227242469787598, "y": 12.38015079498291, "subreddit": "stabbot", "cluster": 1690, "color": 3}, {"x": -5.803436756134033, "y": 11.364709854125977, "subreddit": "whyweretheyfilming", "cluster": 1690, "color": 3}, {"x": -8.900179862976074, "y": 63.47890090942383, "subreddit": "eyes", "cluster": 644, "color": 1}, {"x": -8.799148559570312, "y": 63.358154296875, "subreddit": "faces", "cluster": 644, "color": 1}, {"x": -8.504243850708008, "y": 62.398345947265625, "subreddit": "gonenatural", "cluster": 644, "color": 1}, {"x": -22.461212158203125, "y": 15.868494987487793, "subreddit": "f1circlejerk", "cluster": 706, "color": 2}, {"x": -54.672271728515625, "y": 7.7414631843566895, "subreddit": "f1game", "cluster": 706, "color": 2}, {"x": -22.142284393310547, "y": 15.963021278381348, "subreddit": "formuladank", "cluster": 706, "color": 2}, {"x": -67.24079132080078, "y": 78.48701477050781, "subreddit": "realracing", "cluster": 706, "color": 2}, {"x": -14.611590385437012, "y": 43.62334442138672, "subreddit": "spaceflightsimulator", "cluster": 706, "color": 2}, {"x": -28.851430892944336, "y": -72.83502960205078, "subreddit": "f1feederseries", "cluster": 707, "color": 2}, {"x": -29.673486709594727, "y": -71.94416046142578, "subreddit": "formula1", "cluster": 707, "color": 2}, {"x": -28.993074417114258, "y": -72.66316223144531, "subreddit": "formulae", "cluster": 707, "color": 2}, {"x": 74.82093048095703, "y": 76.21408081054688, "subreddit": "fa30plus", "cluster": 703, "color": 0}, {"x": 74.93797302246094, "y": 76.08560943603516, "subreddit": "foreveralone", "cluster": 703, "color": 0}, {"x": 75.50933074951172, "y": 75.45719146728516, "subreddit": "foreveralonewomen", "cluster": 703, "color": 0}, {"x": 77.93881225585938, "y": -8.970396995544434, "subreddit": "faeria", "cluster": 645, "color": 1}, {"x": 78.04674530029297, "y": -8.662374496459961, "subreddit": "hadesthegame", "cluster": 645, "color": 1}, {"x": 77.6646728515625, "y": -9.668047904968262, "subreddit": "scrolls", "cluster": 645, "color": 1}, {"x": 51.39644241333008, "y": -15.964380264282227, "subreddit": "theyarebillions", "cluster": 645, "color": 1}, {"x": -2.2521297931671143, "y": 114.58995056152344, "subreddit": "fakecartridges", "cluster": 1321, "color": 4}, {"x": -2.2753443717956543, "y": 114.59501647949219, "subreddit": "oilpen", "cluster": 1321, "color": 4}, {"x": -3.1816587448120117, "y": 129.6748046875, "subreddit": "fakeid", "cluster": 649, "color": 1}, {"x": 5.357936382293701, "y": 111.36428833007812, "subreddit": "fakeiduk", "cluster": 649, "color": 1}, {"x": -3.184224843978882, "y": 129.6786346435547, "subreddit": "idg0d", "cluster": 649, "color": 1}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "falconssaintslivess", "cluster": 651, "color": 3}, {"x": 5.620366096496582, "y": 53.11161804199219, "subreddit": "fallout76marketplace", "cluster": 654, "color": 2}, {"x": 5.552358627319336, "y": 52.767822265625, "subreddit": "fallouttradingpost", "cluster": 654, "color": 2}, {"x": 5.255046367645264, "y": 51.71573257446289, "subreddit": "fo76bazaar", "cluster": 654, "color": 2}, {"x": 15.483603477478027, "y": 8.013860702514648, "subreddit": "market76", "cluster": 654, "color": 2}, {"x": -31.659521102905273, "y": -6.26967191696167, "subreddit": "falloutboy", "cluster": 1352, "color": 9}, {"x": -31.759700775146484, "y": -7.7564826011657715, "subreddit": "mychemicalromance", "cluster": 1352, "color": 9}, {"x": -22.223630905151367, "y": 7.001057147979736, "subreddit": "ninjasexparty", "cluster": 1352, "color": 9}, {"x": -31.66330337524414, "y": -6.194136619567871, "subreddit": "panicatthedisco", "cluster": 1352, "color": 9}, {"x": -97.13628387451172, "y": 36.874141693115234, "subreddit": "thekillers", "cluster": 1352, "color": 9}, {"x": -31.615087509155273, "y": -7.47153902053833, "subreddit": "twentyonepilots", "cluster": 1352, "color": 9}, {"x": 25.818565368652344, "y": -109.79275512695312, "subreddit": "falloutequestria", "cluster": 1226, "color": 1}, {"x": 24.918563842773438, "y": -112.68913269042969, "subreddit": "mlpdrawingschool", "cluster": 1226, "color": 1}, {"x": 28.076303482055664, "y": -112.42961120605469, "subreddit": "mylittleandysonic1", "cluster": 1226, "color": 1}, {"x": 27.766136169433594, "y": -109.73519897460938, "subreddit": "mylittlefriends", "cluster": 1226, "color": 1}, {"x": 26.762367248535156, "y": -109.02144622802734, "subreddit": "mylittlepony", "cluster": 1226, "color": 1}, {"x": 56.430973052978516, "y": -39.61690139770508, "subreddit": "nosgoth", "cluster": 1226, "color": 1}, {"x": 26.73369026184082, "y": -108.57506561279297, "subreddit": "roleplayponies", "cluster": 1226, "color": 1}, {"x": -39.343223571777344, "y": 87.94513702392578, "subreddit": "falloutsettlements", "cluster": 1705, "color": 5}, {"x": -38.588661193847656, "y": 86.9400634765625, "subreddit": "stateofdecay", "cluster": 1705, "color": 5}, {"x": -38.50836181640625, "y": 86.8355941772461, "subreddit": "stateofdecay2", "cluster": 1705, "color": 5}, {"x": 55.717979431152344, "y": 17.534915924072266, "subreddit": "twdroadtosurvival", "cluster": 1705, "color": 5}, {"x": -36.13166427612305, "y": 64.96028137207031, "subreddit": "falloutshelter", "cluster": 653, "color": 3}, {"x": -36.13923263549805, "y": 64.96930694580078, "subreddit": "foshelter", "cluster": 653, "color": 3}, {"x": -24.35562515258789, "y": 31.192584991455078, "subreddit": "spore", "cluster": 653, "color": 3}, {"x": 124.45952606201172, "y": 28.1381778717041, "subreddit": "familyguythegame", "cluster": 1764, "color": 4}, {"x": -87.53034210205078, "y": -86.22772979736328, "subreddit": "scbuildit", "cluster": 1764, "color": 4}, {"x": 123.60692596435547, "y": 27.650278091430664, "subreddit": "secretsanta", "cluster": 1764, "color": 4}, {"x": 123.9937744140625, "y": 27.875595092773438, "subreddit": "tappedout", "cluster": 1764, "color": 4}, {"x": 39.92377853393555, "y": 62.993263244628906, "subreddit": "fancyfollicles", "cluster": 832, "color": 1}, {"x": 39.109134674072266, "y": 62.02592086791992, "subreddit": "femalehairadvice", "cluster": 832, "color": 1}, {"x": 39.23031234741211, "y": 62.24614715576172, "subreddit": "hair", "cluster": 832, "color": 1}, {"x": 39.93392562866211, "y": 63.36878967285156, "subreddit": "haircarescience", "cluster": 832, "color": 1}, {"x": 38.78605270385742, "y": 61.252593994140625, "subreddit": "hairdye", "cluster": 832, "color": 1}, {"x": -12.483579635620117, "y": 81.1523666381836, "subreddit": "sticknpokes", "cluster": 832, "color": 1}, {"x": -8.757091522216797, "y": -40.867515563964844, "subreddit": "fandomnatural", "cluster": 1737, "color": 1}, {"x": 6.649420261383057, "y": -54.86063003540039, "subreddit": "figureskating", "cluster": 1737, "color": 1}, {"x": -8.973793983459473, "y": -40.73918533325195, "subreddit": "supernatural", "cluster": 1737, "color": 1}, {"x": -9.796829223632812, "y": -40.25950241088867, "subreddit": "the100", "cluster": 1737, "color": 1}, {"x": -25.810625076293945, "y": -56.51921081542969, "subreddit": "fantasybookers", "cluster": 1687, "color": 2}, {"x": -76.55738830566406, "y": 37.99087905883789, "subreddit": "loserleavesreddit", "cluster": 1687, "color": 2}, {"x": -28.927988052368164, "y": -55.93998336791992, "subreddit": "njpw", "cluster": 1687, "color": 2}, {"x": -45.93961715698242, "y": -91.07198333740234, "subreddit": "prowrestling", "cluster": 1687, "color": 2}, {"x": -27.767011642456055, "y": -55.60240936279297, "subreddit": "squaredcircle", "cluster": 1687, "color": 2}, {"x": -27.31600570678711, "y": -53.96166229248047, "subreddit": "squaredcirclejerk", "cluster": 1687, "color": 2}, {"x": -29.280513763427734, "y": -55.5402946472168, "subreddit": "stardomjoshi", "cluster": 1687, "color": 2}, {"x": -6.1709885597229, "y": 5.642888069152832, "subreddit": "wrasslin", "cluster": 1687, "color": 2}, {"x": -29.532886505126953, "y": -57.52491760253906, "subreddit": "wrestlemaniaplans", "cluster": 1687, "color": 2}, {"x": -30.21047592163086, "y": -53.120121002197266, "subreddit": "wwe_network", "cluster": 1687, "color": 2}, {"x": 21.797883987426758, "y": -104.78094482421875, "subreddit": "wwechampions", "cluster": 1687, "color": 2}, {"x": -27.19045066833496, "y": -55.96877670288086, "subreddit": "wwegames", "cluster": 1687, "color": 2}, {"x": -26.193376541137695, "y": -58.61336898803711, "subreddit": "wwesupercard", "cluster": 1687, "color": 2}, {"x": 85.07975006103516, "y": 10.561592102050781, "subreddit": "fantasywartactics", "cluster": 1760, "color": 3}, {"x": 81.49740600585938, "y": -23.383249282836914, "subreddit": "tales", "cluster": 1760, "color": 3}, {"x": 82.55762481689453, "y": -23.012744903564453, "subreddit": "talesoflink", "cluster": 1760, "color": 3}, {"x": 82.2115249633789, "y": -23.129215240478516, "subreddit": "talesoftherays", "cluster": 1760, "color": 3}, {"x": 58.19213104248047, "y": -43.31214141845703, "subreddit": "fantasyworldbuilding", "cluster": 1974, "color": 3}, {"x": 64.4443359375, "y": -49.502197265625, "subreddit": "godhoodwb", "cluster": 1974, "color": 3}, {"x": 57.61241912841797, "y": -44.484134674072266, "subreddit": "magicbuilding", "cluster": 1974, "color": 3}, {"x": 61.025291442871094, "y": -43.34864044189453, "subreddit": "redrising", "cluster": 1974, "color": 3}, {"x": 57.52745819091797, "y": -43.75202560424805, "subreddit": "worldbuilding", "cluster": 1974, "color": 3}, {"x": 57.00214767456055, "y": -43.48012924194336, "subreddit": "worldjerking", "cluster": 1974, "color": 3}, {"x": -74.86514282226562, "y": -85.71988677978516, "subreddit": "farming", "cluster": 989, "color": 1}, {"x": -74.00337982177734, "y": -86.50202178955078, "subreddit": "kansas", "cluster": 989, "color": 1}, {"x": -73.61245727539062, "y": -87.44710540771484, "subreddit": "kansascity", "cluster": 989, "color": 1}, {"x": -74.6016616821289, "y": -87.42953491210938, "subreddit": "lawrence", "cluster": 989, "color": 1}, {"x": -73.537109375, "y": -86.06843566894531, "subreddit": "wichita", "cluster": 989, "color": 1}, {"x": 44.66604995727539, "y": 34.34591293334961, "subreddit": "fasting", "cluster": 943, "color": 3}, {"x": 44.176979064941406, "y": 35.715423583984375, "subreddit": "intermittentfasting", "cluster": 943, "color": 3}, {"x": 44.19272994995117, "y": 35.81108093261719, "subreddit": "omad", "cluster": 943, "color": 3}, {"x": -26.137773513793945, "y": 52.499229431152344, "subreddit": "pubgmobile", "cluster": 943, "color": 3}, {"x": -55.51968002319336, "y": -64.43403625488281, "subreddit": "fatfire", "cluster": 677, "color": 3}, {"x": -55.09880065917969, "y": -63.3023796081543, "subreddit": "financialindependence", "cluster": 677, "color": 3}, {"x": -55.71553039550781, "y": -62.35612487792969, "subreddit": "fireyfemmes", "cluster": 677, "color": 3}, {"x": -54.87394714355469, "y": -63.24240493774414, "subreddit": "leanfire", "cluster": 677, "color": 3}, {"x": 39.31475830078125, "y": 2.8976545333862305, "subreddit": "work", "cluster": 677, "color": 3}, {"x": 41.38563919067383, "y": 38.0987663269043, "subreddit": "fatpeoplehate", "cluster": 660, "color": 2}, {"x": 40.32261276245117, "y": 36.28632736206055, "subreddit": "fatpeoplestories", "cluster": 660, "color": 2}, {"x": 40.24005889892578, "y": 36.17379379272461, "subreddit": "siamesecats", "cluster": 660, "color": 2}, {"x": -15.894597053527832, "y": 5.371277809143066, "subreddit": "faunussensitivityclub", "cluster": 1565, "color": 4}, {"x": 4.322462558746338, "y": -130.4103240966797, "subreddit": "fnki", "cluster": 1565, "color": 4}, {"x": 4.326805114746094, "y": -130.4027862548828, "subreddit": "rwby", "cluster": 1565, "color": 4}, {"x": -66.66050720214844, "y": -81.78690338134766, "subreddit": "fbhw", "cluster": 1467, "color": 4}, {"x": -36.15155029296875, "y": 82.15074920654297, "subreddit": "pubgconsole", "cluster": 1467, "color": 4}, {"x": -34.85185241699219, "y": 82.95946502685547, "subreddit": "pubgplaystation", "cluster": 1467, "color": 4}, {"x": -36.264652252197266, "y": 82.08235931396484, "subreddit": "pubgxboxone", "cluster": 1467, "color": 4}, {"x": -19.272785186767578, "y": -34.290077209472656, "subreddit": "fearthewalkingdead", "cluster": 661, "color": 1}, {"x": -19.334068298339844, "y": -34.157005310058594, "subreddit": "thewalkingdead", "cluster": 661, "color": 1}, {"x": 69.67402648925781, "y": 54.96493148803711, "subreddit": "february2018bumpers", "cluster": 1920, "color": 2}, {"x": 69.67472076416016, "y": 54.92766571044922, "subreddit": "january2018bumpers", "cluster": 1920, "color": 2}, {"x": 25.822601318359375, "y": -62.636253356933594, "subreddit": "medlabprofessionals", "cluster": 1920, "color": 2}, {"x": 67.99573516845703, "y": 54.211822509765625, "subreddit": "waiting_to_try", "cluster": 1920, "color": 2}, {"x": 67.96360778808594, "y": 54.1815071105957, "subreddit": "wtt_graduates", "cluster": 1920, "color": 2}, {"x": -6.771679401397705, "y": -66.368896484375, "subreddit": "fedora", "cluster": 662, "color": 3}, {"x": -6.870711803436279, "y": -66.22396850585938, "subreddit": "gnome", "cluster": 662, "color": 3}, {"x": -5.866816997528076, "y": -67.5029067993164, "subreddit": "redhat", "cluster": 662, "color": 3}, {"x": -12.842196464538574, "y": 60.98822021484375, "subreddit": "feetpics", "cluster": 1898, "color": 5}, {"x": -12.189600944519043, "y": 60.92813491821289, "subreddit": "feettoesandsocks", "cluster": 1898, "color": 5}, {"x": -14.13513469696045, "y": 58.72267150878906, "subreddit": "footfetishtalks", "cluster": 1898, "color": 5}, {"x": -10.638355255126953, "y": 61.18974304199219, "subreddit": "prettyaltgirls", "cluster": 1898, "color": 5}, {"x": -12.079656600952148, "y": 60.953609466552734, "subreddit": "verifiedfeet", "cluster": 1898, "color": 5}, {"x": -102.9198989868164, "y": 26.28162956237793, "subreddit": "feludasports", "cluster": 664, "color": 3}, {"x": 35.34519958496094, "y": 76.014892578125, "subreddit": "femaledatingstrategy", "cluster": 1383, "color": 1}, {"x": 35.816856384277344, "y": 75.73164367675781, "subreddit": "pinkpillfeminism", "cluster": 1383, "color": 1}, {"x": 36.189918518066406, "y": 75.45700073242188, "subreddit": "vindicta", "cluster": 1383, "color": 1}, {"x": -31.24284553527832, "y": -132.98435974121094, "subreddit": "fenerbahcesk", "cluster": 1745, "color": 2}, {"x": 73.88487243652344, "y": -36.55376052856445, "subreddit": "keyforgegame", "cluster": 1745, "color": 2}, {"x": -31.239961624145508, "y": -132.98524475097656, "subreddit": "swdestiny", "cluster": 1745, "color": 2}, {"x": 33.981876373291016, "y": 89.63534545898438, "subreddit": "ferrets", "cluster": 1402, "color": 3}, {"x": 34.039608001708984, "y": 89.63980102539062, "subreddit": "pmdd", "cluster": 1402, "color": 3}, {"x": -64.60533142089844, "y": 44.544532775878906, "subreddit": "ffviiremake", "cluster": 669, "color": 2}, {"x": 72.55317687988281, "y": 7.242484092712402, "subreddit": "ffxv", "cluster": 669, "color": 2}, {"x": -64.60945129394531, "y": 44.55338668823242, "subreddit": "finalfantasyvii", "cluster": 669, "color": 2}, {"x": -46.72493362426758, "y": 16.238088607788086, "subreddit": "ffxiv", "cluster": 1614, "color": 3}, {"x": -45.636051177978516, "y": 16.42348289489746, "subreddit": "shitpostxiv", "cluster": 1614, "color": 3}, {"x": -45.518001556396484, "y": 16.450576782226562, "subreddit": "talesfromdf", "cluster": 1614, "color": 3}, {"x": -47.4236946105957, "y": 16.304365158081055, "subreddit": "ffxivrecruitment", "cluster": 1279, "color": 2}, {"x": -48.645938873291016, "y": 17.617422103881836, "subreddit": "ni_no_kuni", "cluster": 1279, "color": 2}, {"x": -45.1257438659668, "y": 2.1687967777252197, "subreddit": "outwardgame", "cluster": 1279, "color": 2}, {"x": 101.25843048095703, "y": 55.98215866088867, "subreddit": "fiddlesticksmains", "cluster": 982, "color": 3}, {"x": 100.1460952758789, "y": 55.25274658203125, "subreddit": "jungle_mains", "cluster": 982, "color": 3}, {"x": 104.42326354980469, "y": 58.15800476074219, "subreddit": "kaynmains", "cluster": 982, "color": 3}, {"x": 100.09944152832031, "y": 55.18904113769531, "subreddit": "khazixmains", "cluster": 982, "color": 3}, {"x": 99.4454345703125, "y": 57.023807525634766, "subreddit": "kindred", "cluster": 982, "color": 3}, {"x": 98.60647583007812, "y": 55.03106689453125, "subreddit": "shacomains", "cluster": 982, "color": 3}, {"x": 101.27010345458984, "y": 51.63014221191406, "subreddit": "teemotalk", "cluster": 982, "color": 3}, {"x": 108.95714569091797, "y": 55.179840087890625, "subreddit": "twitchmains", "cluster": 982, "color": 3}, {"x": 102.13780975341797, "y": 54.31447982788086, "subreddit": "warwickmains", "cluster": 982, "color": 3}, {"x": 99.95207977294922, "y": 53.18620681762695, "subreddit": "yimo", "cluster": 982, "color": 3}, {"x": 100.79525756835938, "y": 25.013456344604492, "subreddit": "fidgetspinners", "cluster": 717, "color": 1}, {"x": 129.04901123046875, "y": -4.8604278564453125, "subreddit": "fountainpens", "cluster": 717, "color": 1}, {"x": 127.80191040039062, "y": -3.202312469482422, "subreddit": "notebooks", "cluster": 717, "color": 1}, {"x": 129.09872436523438, "y": -4.960783004760742, "subreddit": "pen_swap", "cluster": 717, "color": 1}, {"x": -111.48815155029297, "y": 39.76218795776367, "subreddit": "fieldofkarmicglory", "cluster": 1369, "color": 3}, {"x": -110.87142944335938, "y": 39.51430892944336, "subreddit": "orangered", "cluster": 1369, "color": 3}, {"x": -110.93659973144531, "y": 39.538719177246094, "subreddit": "periwinkle", "cluster": 1369, "color": 3}, {"x": -14.632033348083496, "y": 38.26691436767578, "subreddit": "fifa19", "cluster": 671, "color": 0}, {"x": -14.580141067504883, "y": 38.13499450683594, "subreddit": "fifa20", "cluster": 671, "color": 0}, {"x": -14.163514137268066, "y": 37.117061614990234, "subreddit": "fut", "cluster": 671, "color": 0}, {"x": 122.8498306274414, "y": -8.886189460754395, "subreddit": "fifacoins", "cluster": 672, "color": 1}, {"x": 122.8475112915039, "y": -8.874939918518066, "subreddit": "fifautcoins", "cluster": 672, "color": 1}, {"x": -13.631752967834473, "y": 6.535037040710449, "subreddit": "filthyfrank", "cluster": 675, "color": 0}, {"x": 0.9852184653282166, "y": 11.286250114440918, "subreddit": "h3h3productions", "cluster": 675, "color": 0}, {"x": -12.96402359008789, "y": 6.9436469078063965, "subreddit": "idubbbz", "cluster": 675, "color": 0}, {"x": -13.922805786132812, "y": 6.420408248901367, "subreddit": "pinkomega", "cluster": 675, "color": 0}, {"x": -38.0866584777832, "y": 110.30130767822266, "subreddit": "finalmouse", "cluster": 1205, "color": 1}, {"x": -38.84043502807617, "y": 111.55115509033203, "subreddit": "mousemarket", "cluster": 1205, "color": 1}, {"x": -38.902687072753906, "y": 110.87479400634766, "subreddit": "mousepadreview", "cluster": 1205, "color": 1}, {"x": -38.81706237792969, "y": 110.68013000488281, "subreddit": "mousereview", "cluster": 1205, "color": 1}, {"x": -25.710155487060547, "y": 22.681917190551758, "subreddit": "finalspace", "cluster": 1915, "color": 8}, {"x": -20.327247619628906, "y": 82.64013671875, "subreddit": "kof98umol", "cluster": 1915, "color": 8}, {"x": -49.63923263549805, "y": 13.872440338134766, "subreddit": "thedragonprince", "cluster": 1915, "color": 8}, {"x": -51.69426727294922, "y": 14.910154342651367, "subreddit": "toys", "cluster": 1915, "color": 8}, {"x": -50.738616943359375, "y": 14.373457908630371, "subreddit": "voltron", "cluster": 1915, "color": 8}, {"x": 47.41781234741211, "y": -73.85684204101562, "subreddit": "finland", "cluster": 1736, "color": 4}, {"x": 47.41975021362305, "y": -73.85511016845703, "subreddit": "suomi", "cluster": 1736, "color": 4}, {"x": 106.20574951171875, "y": 56.41289520263672, "subreddit": "fioramains", "cluster": 1993, "color": 4}, {"x": 108.20248413085938, "y": 57.25583267211914, "subreddit": "rengarmains", "cluster": 1993, "color": 4}, {"x": 107.10485076904297, "y": 57.26189422607422, "subreddit": "rivenmains", "cluster": 1993, "color": 4}, {"x": 107.60926055908203, "y": 58.933448791503906, "subreddit": "vladimirmains", "cluster": 1993, "color": 4}, {"x": 106.28142547607422, "y": 56.82417297363281, "subreddit": "yasuomains", "cluster": 1993, "color": 4}, {"x": 105.41545867919922, "y": 57.996192932128906, "subreddit": "zedmains", "cluster": 1993, "color": 4}, {"x": -71.12440490722656, "y": -19.312232971191406, "subreddit": "fios", "cluster": 1201, "color": 2}, {"x": -75.71051788330078, "y": -16.842670440673828, "subreddit": "moto_z", "cluster": 1201, "color": 2}, {"x": -75.62421417236328, "y": -16.761568069458008, "subreddit": "motog", "cluster": 1201, "color": 2}, {"x": -76.65426635742188, "y": -17.753459930419922, "subreddit": "ring", "cluster": 1201, "color": 2}, {"x": 92.69026947021484, "y": 61.519309997558594, "subreddit": "fireemblemthreehouses", "cluster": 681, "color": 0}, {"x": 92.0425033569336, "y": 61.52424621582031, "subreddit": "seishunbutayarou", "cluster": 681, "color": 0}, {"x": 93.0278549194336, "y": 61.49226379394531, "subreddit": "vaynemains", "cluster": 681, "color": 0}, {"x": -4.579605579376221, "y": -30.584823608398438, "subreddit": "firefly", "cluster": 1821, "color": 1}, {"x": -25.623374938964844, "y": -43.88794708251953, "subreddit": "gilmoregirls", "cluster": 1821, "color": 1}, {"x": -26.33391761779785, "y": -44.22144317626953, "subreddit": "hungergames", "cluster": 1821, "color": 1}, {"x": -24.776226043701172, "y": -42.3539924621582, "subreddit": "janethevirgincw", "cluster": 1821, "color": 1}, {"x": -25.675506591796875, "y": -43.83031463623047, "subreddit": "thisisus", "cluster": 1821, "color": 1}, {"x": -63.183021545410156, "y": -15.405701637268066, "subreddit": "firefox", "cluster": 1441, "color": 8}, {"x": 6.6009602546691895, "y": -26.119707107543945, "subreddit": "privacy", "cluster": 1441, "color": 8}, {"x": 6.591569423675537, "y": -26.191320419311523, "subreddit": "privacytoolsio", "cluster": 1441, "color": 8}, {"x": 8.103704452514648, "y": -26.16633415222168, "subreddit": "stallmanwasright", "cluster": 1441, "color": 8}, {"x": -57.215065002441406, "y": 10.516207695007324, "subreddit": "firewallzerohour", "cluster": 683, "color": 3}, {"x": 74.72444915771484, "y": -26.845727920532227, "subreddit": "helldivers", "cluster": 683, "color": 3}, {"x": -57.22509002685547, "y": 10.532011032104492, "subreddit": "psvr", "cluster": 683, "color": 3}, {"x": -32.810546875, "y": 25.770915985107422, "subreddit": "firewatch", "cluster": 1283, "color": 4}, {"x": 82.14604949951172, "y": 63.39067840576172, "subreddit": "madeinabyss", "cluster": 1283, "color": 4}, {"x": -33.351810455322266, "y": 25.255483627319336, "subreddit": "nightinthewoods", "cluster": 1283, "color": 4}, {"x": -33.9202766418457, "y": 25.336915969848633, "subreddit": "splatoon", "cluster": 1283, "color": 4}, {"x": -32.99141311645508, "y": 24.55721664428711, "subreddit": "thewitness", "cluster": 1283, "color": 4}, {"x": -27.886356353759766, "y": -60.910247802734375, "subreddit": "fitbit", "cluster": 685, "color": 0}, {"x": -27.630321502685547, "y": -61.52409744262695, "subreddit": "garmin", "cluster": 685, "color": 0}, {"x": -24.669858932495117, "y": 18.940187454223633, "subreddit": "gridcoin", "cluster": 685, "color": 0}, {"x": 112.04009246826172, "y": 61.5714111328125, "subreddit": "fizzmains", "cluster": 1734, "color": 4}, {"x": 103.63812255859375, "y": 52.766510009765625, "subreddit": "garenmains", "cluster": 1734, "color": 4}, {"x": 96.00161743164062, "y": 12.253519058227539, "subreddit": "leagueoflegendsmeta", "cluster": 1734, "color": 4}, {"x": 111.24736785888672, "y": 59.269962310791016, "subreddit": "nasusmains", "cluster": 1734, "color": 4}, {"x": 111.10176849365234, "y": 59.339683532714844, "subreddit": "summonerschool", "cluster": 1734, "color": 4}, {"x": 14.882925033569336, "y": 33.578956604003906, "subreddit": "flairwars", "cluster": 1901, "color": 1}, {"x": 47.275047302246094, "y": -12.159741401672363, "subreddit": "giivasunner", "cluster": 1901, "color": 1}, {"x": 24.12782096862793, "y": 7.503963947296143, "subreddit": "raiseyourdongers", "cluster": 1901, "color": 1}, {"x": -9.288352012634277, "y": 21.700468063354492, "subreddit": "surrealmemes", "cluster": 1901, "color": 1}, {"x": 32.806861877441406, "y": -55.31447219848633, "subreddit": "vexillology", "cluster": 1901, "color": 1}, {"x": -5.159409523010254, "y": 15.896729469299316, "subreddit": "vexillologycirclejerk", "cluster": 1901, "color": 1}, {"x": 6.712328910827637, "y": 57.238548278808594, "subreddit": "virginvschad", "cluster": 1901, "color": 1}, {"x": -7.164679050445557, "y": 122.0002670288086, "subreddit": "flmedicaltrees", "cluster": 693, "color": 2}, {"x": -7.168001174926758, "y": 122.0001220703125, "subreddit": "floridatrees", "cluster": 693, "color": 2}, {"x": -130.00558471679688, "y": 43.57480239868164, "subreddit": "floridagonzagalive", "cluster": 1469, "color": 2}, {"x": -130.00555419921875, "y": 43.57483673095703, "subreddit": "purduetennesseelive", "cluster": 1469, "color": 2}, {"x": -74.68550872802734, "y": 48.936241149902344, "subreddit": "flume", "cluster": 1988, "color": 5}, {"x": -78.77151489257812, "y": 10.088566780090332, "subreddit": "skrillex", "cluster": 1988, "color": 5}, {"x": 60.853153228759766, "y": 32.152000427246094, "subreddit": "songstems", "cluster": 1988, "color": 5}, {"x": -78.32084655761719, "y": 11.049967765808105, "subreddit": "trap", "cluster": 1988, "color": 5}, {"x": -78.54794311523438, "y": 10.563775062561035, "subreddit": "xtrill", "cluster": 1988, "color": 5}, {"x": -68.90830993652344, "y": -69.25611114501953, "subreddit": "flyfishing", "cluster": 696, "color": 2}, {"x": -68.90226745605469, "y": -69.26942443847656, "subreddit": "flytying", "cluster": 696, "color": 2}, {"x": -88.31644439697266, "y": -43.373321533203125, "subreddit": "focusst", "cluster": 701, "color": 3}, {"x": -89.55367279052734, "y": -43.496253967285156, "subreddit": "ford", "cluster": 701, "color": 3}, {"x": -88.74688720703125, "y": -46.61980056762695, "subreddit": "fordranger", "cluster": 701, "color": 3}, {"x": -91.22225189208984, "y": -43.31391525268555, "subreddit": "foxmustang", "cluster": 701, "color": 3}, {"x": -90.31915283203125, "y": -43.496273040771484, "subreddit": "mustang", "cluster": 701, "color": 3}, {"x": -30.132080078125, "y": 76.60883331298828, "subreddit": "foodfantasy", "cluster": 1188, "color": 3}, {"x": -31.460044860839844, "y": 78.72006225585938, "subreddit": "mobilelegends", "cluster": 1188, "color": 3}, {"x": -31.480175018310547, "y": 78.71804809570312, "subreddit": "mobilelegendsgame", "cluster": 1188, "color": 3}, {"x": -38.095672607421875, "y": -81.45463562011719, "subreddit": "football", "cluster": 699, "color": 1}, {"x": -38.84907913208008, "y": -81.30634307861328, "subreddit": "nhl", "cluster": 699, "color": 1}, {"x": 59.30390548706055, "y": -74.95294189453125, "subreddit": "shitamericanssay", "cluster": 699, "color": 1}, {"x": -37.76945114135742, "y": -81.52848052978516, "subreddit": "worldcup", "cluster": 699, "color": 1}, {"x": 64.16109466552734, "y": -102.51870727539062, "subreddit": "footballdownload", "cluster": 700, "color": 1}, {"x": 64.158203125, "y": -102.52784729003906, "subreddit": "footballhighlights", "cluster": 700, "color": 1}, {"x": 12.451473236083984, "y": -40.99348068237305, "subreddit": "foraging", "cluster": 1216, "color": 3}, {"x": 93.00482940673828, "y": 94.41642761230469, "subreddit": "mushrooms", "cluster": 1216, "color": 3}, {"x": 93.1647720336914, "y": 94.16859436035156, "subreddit": "mycology", "cluster": 1216, "color": 3}, {"x": 92.83463287353516, "y": 94.68768310546875, "subreddit": "shroomid", "cluster": 1216, "color": 3}, {"x": 29.442100524902344, "y": -61.1071662902832, "subreddit": "foreignservice", "cluster": 702, "color": 1}, {"x": 28.73027801513672, "y": -60.092037200927734, "subreddit": "pelotoncycle", "cluster": 702, "color": 1}, {"x": -31.05525779724121, "y": 100.78353118896484, "subreddit": "forhonorsamurai", "cluster": 705, "color": 2}, {"x": -31.1373291015625, "y": 100.75654602050781, "subreddit": "forhonorvikings", "cluster": 705, "color": 2}, {"x": 115.36039733886719, "y": -6.630121231079102, "subreddit": "formcheck", "cluster": 1724, "color": 0}, {"x": 114.25305938720703, "y": -6.758255958557129, "subreddit": "startingstrength", "cluster": 1724, "color": 0}, {"x": 115.6969223022461, "y": -6.616177558898926, "subreddit": "strength_training", "cluster": 1724, "color": 0}, {"x": 114.60759735107422, "y": -6.702762603759766, "subreddit": "stronglifts5x5", "cluster": 1724, "color": 0}, {"x": -25.057119369506836, "y": 57.37309265136719, "subreddit": "forsen", "cluster": 812, "color": 0}, {"x": -26.662742614746094, "y": 58.468990325927734, "subreddit": "greekgodx", "cluster": 812, "color": 0}, {"x": -26.46913719177246, "y": 58.470176696777344, "subreddit": "loltyler1", "cluster": 812, "color": 0}, {"x": -27.98235321044922, "y": 59.82080078125, "subreddit": "mizkif", "cluster": 812, "color": 0}, {"x": -27.941730499267578, "y": 59.77927017211914, "subreddit": "trainwreckstv", "cluster": 812, "color": 0}, {"x": -27.778064727783203, "y": 57.759647369384766, "subreddit": "xqcow", "cluster": 812, "color": 0}, {"x": -42.81732940673828, "y": 74.79124450683594, "subreddit": "fortnite_mobile", "cluster": 711, "color": 3}, {"x": -42.879520416259766, "y": 74.7522201538086, "subreddit": "fortnitemobile", "cluster": 711, "color": 3}, {"x": -44.54106140136719, "y": 73.8038101196289, "subreddit": "fortniteswitch", "cluster": 711, "color": 3}, {"x": 27.16680145263672, "y": 2.5737972259521484, "subreddit": "im14andthisisfunny", "cluster": 711, "color": 3}, {"x": 27.22576332092285, "y": 2.5407328605651855, "subreddit": "visible", "cluster": 711, "color": 3}, {"x": -39.74744415283203, "y": 71.24833679199219, "subreddit": "fortniteaccounts", "cluster": 708, "color": 2}, {"x": -38.469993591308594, "y": 70.9090347290039, "subreddit": "gamingmarket", "cluster": 708, "color": 2}, {"x": -46.88966369628906, "y": 72.61700439453125, "subreddit": "fortnitebruniversity", "cluster": 710, "color": 0}, {"x": -47.04926681518555, "y": 72.80066680908203, "subreddit": "fortniteps4", "cluster": 710, "color": 0}, {"x": -41.55226516723633, "y": 67.66461181640625, "subreddit": "fortnitefleamarket", "cluster": 712, "color": 4}, {"x": -42.582061767578125, "y": 67.72209930419922, "subreddit": "fortnitesavetheworld", "cluster": 712, "color": 4}, {"x": -41.78889846801758, "y": 67.68351745605469, "subreddit": "fortnitessd", "cluster": 712, "color": 4}, {"x": -46.063724517822266, "y": -49.29962921142578, "subreddit": "fortwayne", "cluster": 928, "color": 3}, {"x": -18.21835708618164, "y": -74.70596313476562, "subreddit": "gout", "cluster": 928, "color": 3}, {"x": -46.20896530151367, "y": -48.49578094482422, "subreddit": "indiana", "cluster": 928, "color": 3}, {"x": -46.238529205322266, "y": -48.229103088378906, "subreddit": "indianapolis", "cluster": 928, "color": 3}, {"x": -50.32501983642578, "y": -48.650352478027344, "subreddit": "purdue", "cluster": 928, "color": 3}, {"x": -67.64158630371094, "y": -78.09867858886719, "subreddit": "fortworth", "cluster": 713, "color": 2}, {"x": -50.39959716796875, "y": 6.908544540405273, "subreddit": "pogodfw", "cluster": 713, "color": 2}, {"x": -67.88614654541016, "y": -77.9005126953125, "subreddit": "texaspolitics", "cluster": 713, "color": 2}, {"x": 74.70665740966797, "y": -81.2496337890625, "subreddit": "forum_democratie", "cluster": 731, "color": 3}, {"x": 74.70372772216797, "y": -81.25096893310547, "subreddit": "freedutch", "cluster": 731, "color": 3}, {"x": 23.644145965576172, "y": 15.136150360107422, "subreddit": "forwardsfromgrandma", "cluster": 714, "color": 2}, {"x": 23.556318283081055, "y": 15.162772178649902, "subreddit": "lewronggeneration", "cluster": 714, "color": 2}, {"x": 39.60517883300781, "y": 15.219236373901367, "subreddit": "trumptweets", "cluster": 714, "color": 2}, {"x": 15.633604049682617, "y": 36.35896682739258, "subreddit": "forwardsfromhitler", "cluster": 715, "color": 2}, {"x": 15.807595252990723, "y": 36.31903076171875, "subreddit": "forwardsfromklandma", "cluster": 715, "color": 2}, {"x": 17.343996047973633, "y": 37.19712829589844, "subreddit": "pragerurine", "cluster": 715, "color": 2}, {"x": 18.715431213378906, "y": 34.59212112426758, "subreddit": "selfawarewolves", "cluster": 715, "color": 2}, {"x": 17.246875762939453, "y": 35.561370849609375, "subreddit": "therightcantmeme", "cluster": 715, "color": 2}, {"x": -58.14636993408203, "y": -44.86799621582031, "subreddit": "fpga", "cluster": 718, "color": 0}, {"x": 2.798535108566284, "y": -75.3031234741211, "subreddit": "mensa", "cluster": 718, "color": 0}, {"x": 34.63936996459961, "y": 38.89706039428711, "subreddit": "zoophilia", "cluster": 718, "color": 0}, {"x": 23.283546447753906, "y": -8.213805198669434, "subreddit": "fpv", "cluster": 719, "color": 3}, {"x": 23.657421112060547, "y": -8.298150062561035, "subreddit": "fpvracing", "cluster": 719, "color": 3}, {"x": 23.438283920288086, "y": -7.462009906768799, "subreddit": "multicopter", "cluster": 719, "color": 3}, {"x": 24.866600036621094, "y": -7.784478664398193, "subreddit": "multicopterbuilds", "cluster": 719, "color": 3}, {"x": 24.794336318969727, "y": -7.889969825744629, "subreddit": "quadcopter", "cluster": 719, "color": 3}, {"x": 22.602340698242188, "y": -8.588776588439941, "subreddit": "radiocontrol", "cluster": 719, "color": 3}, {"x": 24.751575469970703, "y": 5.226535797119141, "subreddit": "fragrance", "cluster": 720, "color": 1}, {"x": 24.728288650512695, "y": 5.217965126037598, "subreddit": "fragranceswap", "cluster": 720, "color": 1}, {"x": 0.6220141649246216, "y": 5.340712547302246, "subreddit": "fragsplits", "cluster": 720, "color": 1}, {"x": 30.425830841064453, "y": -72.31237030029297, "subreddit": "france", "cluster": 722, "color": 0}, {"x": 30.618091583251953, "y": -71.33612823486328, "subreddit": "french", "cluster": 722, "color": 0}, {"x": 30.4212703704834, "y": -72.25460815429688, "subreddit": "rance", "cluster": 722, "color": 0}, {"x": 86.83872985839844, "y": -69.32991790771484, "subreddit": "vosfinances", "cluster": 722, "color": 0}, {"x": -9.89098834991455, "y": 18.58904457092285, "subreddit": "frc", "cluster": 724, "color": 0}, {"x": -10.14783000946045, "y": 18.500978469848633, "subreddit": "ftc", "cluster": 724, "color": 0}, {"x": 50.93773651123047, "y": 135.42147827148438, "subreddit": "fredericton", "cluster": 726, "color": 0}, {"x": 50.93753433227539, "y": 135.42112731933594, "subreddit": "newbrunswickcanada", "cluster": 726, "color": 0}, {"x": -3.2093164920806885, "y": -60.87174987792969, "subreddit": "freebsd", "cluster": 729, "color": 3}, {"x": -3.0035011768341064, "y": -62.074092864990234, "subreddit": "openbsd", "cluster": 729, "color": 3}, {"x": 33.33165740966797, "y": -96.23353576660156, "subreddit": "simonfraser", "cluster": 729, "color": 3}, {"x": -3.902012586593628, "y": -60.816261291503906, "subreddit": "waterfox", "cluster": 729, "color": 3}, {"x": 133.39183044433594, "y": 37.92043685913086, "subreddit": "freeclams", "cluster": 730, "color": 1}, {"x": 133.39083862304688, "y": 37.9189453125, "subreddit": "freedonuts", "cluster": 730, "color": 1}, {"x": -7.016163349151611, "y": 65.33232116699219, "subreddit": "freecompliments", "cluster": 1831, "color": 4}, {"x": -7.036046028137207, "y": 65.31651306152344, "subreddit": "toastme", "cluster": 1831, "color": 4}, {"x": 99.6365737915039, "y": -24.0850830078125, "subreddit": "freegamefindings", "cluster": 733, "color": 0}, {"x": 99.63803100585938, "y": -24.082849502563477, "subreddit": "freegamesonsteam", "cluster": 733, "color": 0}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "freehqtv", "cluster": 734, "color": 3}, {"x": -13.518549919128418, "y": 32.020145416259766, "subreddit": "freekarma4u", "cluster": 735, "color": 1}, {"x": -13.573529243469238, "y": 32.13019561767578, "subreddit": "freekarma4you", "cluster": 735, "color": 1}, {"x": -127.79009246826172, "y": -64.32952880859375, "subreddit": "steamtradingcards", "cluster": 735, "color": 1}, {"x": 56.845184326171875, "y": 31.753259658813477, "subreddit": "freelance", "cluster": 736, "color": 1}, {"x": 57.22808837890625, "y": 32.2634391784668, "subreddit": "freelancewriters", "cluster": 736, "color": 1}, {"x": 57.3608283996582, "y": 32.44678497314453, "subreddit": "loungers", "cluster": 736, "color": 1}, {"x": -39.82989501953125, "y": -19.478870391845703, "subreddit": "frenchbulldogs", "cluster": 1298, "color": 3}, {"x": 36.20769119262695, "y": 63.31696701049805, "subreddit": "longhair", "cluster": 1298, "color": 3}, {"x": 36.230709075927734, "y": 63.37870407104492, "subreddit": "nopoo", "cluster": 1298, "color": 3}, {"x": 21.178709030151367, "y": -48.33204650878906, "subreddit": "friendsofthepod", "cluster": 1986, "color": 2}, {"x": 48.43407440185547, "y": -21.758657455444336, "subreddit": "oxygennotincluded", "cluster": 1986, "color": 2}, {"x": 56.86598205566406, "y": -20.937292098999023, "subreddit": "phoenixpoint", "cluster": 1986, "color": 2}, {"x": 50.70259475708008, "y": -21.8853759765625, "subreddit": "rimworld", "cluster": 1986, "color": 2}, {"x": 55.68183517456055, "y": -20.857025146484375, "subreddit": "xcom", "cluster": 1986, "color": 2}, {"x": 55.499794006347656, "y": -20.815454483032227, "subreddit": "xcom2", "cluster": 1986, "color": 2}, {"x": 50.65978240966797, "y": -16.983219146728516, "subreddit": "frostpunk", "cluster": 1042, "color": 3}, {"x": -54.79639434814453, "y": 34.169837951660156, "subreddit": "letitdie", "cluster": 1042, "color": 3}, {"x": 55.11310958862305, "y": 5.5440521240234375, "subreddit": "twobestfriendsplay", "cluster": 1042, "color": 3}, {"x": -54.4271125793457, "y": 34.486087799072266, "subreddit": "yakuzagames", "cluster": 1042, "color": 3}, {"x": 51.71875, "y": 29.054128646850586, "subreddit": "frugalmalefashion", "cluster": 738, "color": 2}, {"x": 52.96399688720703, "y": 27.267173767089844, "subreddit": "frugalmalefashioncdn", "cluster": 738, "color": 2}, {"x": 52.27490234375, "y": 29.69854736328125, "subreddit": "goodyearwelt", "cluster": 738, "color": 2}, {"x": 52.3745231628418, "y": 29.02227783203125, "subreddit": "malefashionadvice", "cluster": 738, "color": 2}, {"x": 51.50335693359375, "y": 29.216022491455078, "subreddit": "malefashionmarket", "cluster": 738, "color": 2}, {"x": 86.95672607421875, "y": 25.24188232421875, "subreddit": "onetruthprevails", "cluster": 738, "color": 2}, {"x": 50.990535736083984, "y": 29.936031341552734, "subreddit": "rawdenim", "cluster": 738, "color": 2}, {"x": 28.60672950744629, "y": -123.90100860595703, "subreddit": "fsae", "cluster": 1385, "color": 2}, {"x": 27.04845428466797, "y": -124.36005401611328, "subreddit": "historicalworldpowers", "cluster": 1385, "color": 2}, {"x": 52.40470504760742, "y": 39.35752868652344, "subreddit": "jigsawpuzzles", "cluster": 1385, "color": 2}, {"x": 27.994035720825195, "y": -124.07003021240234, "subreddit": "pitt", "cluster": 1385, "color": 2}, {"x": -16.66923713684082, "y": -127.58676147460938, "subreddit": "fsu", "cluster": 739, "color": 0}, {"x": -17.275577545166016, "y": -127.20059967041016, "subreddit": "fsusports", "cluster": 739, "color": 0}, {"x": -16.446456909179688, "y": -127.7251968383789, "subreddit": "tallahassee", "cluster": 739, "color": 0}, {"x": 0.662894606590271, "y": -102.64810180664062, "subreddit": "ft86", "cluster": 740, "color": 3}, {"x": 0.7595189809799194, "y": -102.65519714355469, "subreddit": "guelph", "cluster": 740, "color": 3}, {"x": -99.30330657958984, "y": -38.2137336730957, "subreddit": "jdm", "cluster": 740, "color": 3}, {"x": 86.00480651855469, "y": 88.95580291748047, "subreddit": "ftm", "cluster": 741, "color": 1}, {"x": 86.11050415039062, "y": 89.31829071044922, "subreddit": "ftmmen", "cluster": 741, "color": 1}, {"x": -12.205336570739746, "y": 20.354705810546875, "subreddit": "tigerking", "cluster": 741, "color": 1}, {"x": 86.13021087646484, "y": 89.93276977539062, "subreddit": "truscum", "cluster": 741, "color": 1}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "fubo24", "cluster": 742, "color": 4}, {"x": -122.60505676269531, "y": 39.444580078125, "subreddit": "fubohdweb", "cluster": 854, "color": 0}, {"x": -122.48503875732422, "y": 38.62611770629883, "subreddit": "hditv", "cluster": 854, "color": 0}, {"x": -122.48503875732422, "y": 38.625831604003906, "subreddit": "hqitv", "cluster": 854, "color": 0}, {"x": -75.66803741455078, "y": 56.92881774902344, "subreddit": "fuckthepopulation", "cluster": 753, "color": 1}, {"x": -76.1640396118164, "y": 56.86964797973633, "subreddit": "g59", "cluster": 753, "color": 1}, {"x": -76.66291809082031, "y": 56.82868957519531, "subreddit": "teamsesh", "cluster": 753, "color": 1}, {"x": 38.211917877197266, "y": -35.21985626220703, "subreddit": "fullcommunism", "cluster": 1657, "color": 3}, {"x": 37.61800765991211, "y": -36.77851486206055, "subreddit": "shittankiessay", "cluster": 1657, "color": 3}, {"x": 38.132442474365234, "y": -36.36610412597656, "subreddit": "socialism", "cluster": 1657, "color": 3}, {"x": 39.37360763549805, "y": -37.4960823059082, "subreddit": "socialism_101", "cluster": 1657, "color": 3}, {"x": 40.19678497314453, "y": -38.16115188598633, "subreddit": "tropico", "cluster": 1657, "color": 3}, {"x": -86.51011657714844, "y": 68.9384765625, "subreddit": "funko", "cluster": 747, "color": 2}, {"x": -86.85269927978516, "y": 69.06623077392578, "subreddit": "funkopop", "cluster": 747, "color": 2}, {"x": -87.36736297607422, "y": 69.27225494384766, "subreddit": "funkoswap", "cluster": 747, "color": 2}, {"x": -49.60291290283203, "y": 99.7481689453125, "subreddit": "furry", "cluster": 1757, "color": 2}, {"x": 30.600173950195312, "y": 16.768604278564453, "subreddit": "rantsfromretail", "cluster": 1757, "color": 2}, {"x": 29.94562530517578, "y": 18.231603622436523, "subreddit": "retailhell", "cluster": 1757, "color": 2}, {"x": 32.1845703125, "y": 15.832547187805176, "subreddit": "talesfromretail", "cluster": 1757, "color": 2}, {"x": 32.20553970336914, "y": 15.686524391174316, "subreddit": "talesfromthecustomer", "cluster": 1757, "color": 2}, {"x": 33.20696258544922, "y": 14.814677238464355, "subreddit": "talesfromthepizzaguy", "cluster": 1757, "color": 2}, {"x": 31.97578239440918, "y": 14.89838695526123, "subreddit": "talesfromyourserver", "cluster": 1757, "color": 2}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "furywilderlivetv", "cluster": 748, "color": 3}, {"x": -22.711301803588867, "y": 52.27670669555664, "subreddit": "futmobile", "cluster": 749, "color": 2}, {"x": -23.840654373168945, "y": 52.01185607910156, "subreddit": "pesmobile", "cluster": 749, "color": 2}, {"x": -41.84482192993164, "y": -50.8903694152832, "subreddit": "future_fight", "cluster": 750, "color": 2}, {"x": -41.97441101074219, "y": -50.9783821105957, "subreddit": "futurefight", "cluster": 750, "color": 2}, {"x": -40.9176139831543, "y": -50.27947998046875, "subreddit": "maa2", "cluster": 750, "color": 2}, {"x": -6.040318012237549, "y": -36.05644989013672, "subreddit": "marvelheroes", "cluster": 750, "color": 2}, {"x": 88.04553985595703, "y": 27.79991912841797, "subreddit": "onepiecetc", "cluster": 750, "color": 2}, {"x": 68.00865173339844, "y": 40.613670349121094, "subreddit": "futurebeatproducers", "cluster": 1110, "color": 2}, {"x": 69.32791900634766, "y": 38.50031661987305, "subreddit": "lofihiphop", "cluster": 1110, "color": 2}, {"x": 67.68767547607422, "y": 39.971519470214844, "subreddit": "makinghiphop", "cluster": 1110, "color": 2}, {"x": 64.34716033935547, "y": 34.149375915527344, "subreddit": "maschine", "cluster": 1110, "color": 2}, {"x": 66.6122055053711, "y": 39.71385192871094, "subreddit": "trapproduction", "cluster": 1110, "color": 2}, {"x": -6.649087429046631, "y": -112.74142456054688, "subreddit": "futurefunk", "cluster": 1891, "color": 8}, {"x": -15.072016716003418, "y": -54.15653610229492, "subreddit": "vaporwave", "cluster": 1891, "color": 8}, {"x": -15.065173149108887, "y": -54.10383224487305, "subreddit": "vaporwaveart", "cluster": 1891, "color": 8}, {"x": -28.148290634155273, "y": 94.08516693115234, "subreddit": "g502masterrace", "cluster": 752, "color": 1}, {"x": -29.110904693603516, "y": 94.42498779296875, "subreddit": "logitechg", "cluster": 752, "color": 1}, {"x": -27.73063850402832, "y": 93.95575714111328, "subreddit": "the10thdentist", "cluster": 752, "color": 1}, {"x": 43.13250732421875, "y": 0.7878577709197998, "subreddit": "thewalkingdeadgame", "cluster": 752, "color": 1}, {"x": -120.26386260986328, "y": -47.6336555480957, "subreddit": "gainit", "cluster": 1950, "color": 5}, {"x": -121.39470672607422, "y": -48.6522216796875, "subreddit": "gzcl", "cluster": 1950, "color": 5}, {"x": -117.86471557617188, "y": -43.77143096923828, "subreddit": "homegym", "cluster": 1950, "color": 5}, {"x": -123.26624298095703, "y": -49.8388671875, "subreddit": "nsuns", "cluster": 1950, "color": 5}, {"x": -121.50243377685547, "y": -47.26961898803711, "subreddit": "powerlifting", "cluster": 1950, "color": 5}, {"x": -119.60809326171875, "y": -48.583675384521484, "subreddit": "strongman", "cluster": 1950, "color": 5}, {"x": -120.59492492675781, "y": -47.83177185058594, "subreddit": "weightroom", "cluster": 1950, "color": 5}, {"x": 9.260747909545898, "y": -126.47272491455078, "subreddit": "galactic_senate", "cluster": 1702, "color": 0}, {"x": -66.17086791992188, "y": 37.05612564086914, "subreddit": "mawinstallation", "cluster": 1702, "color": 0}, {"x": -67.34342956542969, "y": 37.648841857910156, "subreddit": "starwarscanon", "cluster": 1702, "color": 0}, {"x": -67.49738311767578, "y": 37.83022689819336, "subreddit": "starwarscomics", "cluster": 1702, "color": 0}, {"x": -66.99397277832031, "y": 37.163185119628906, "subreddit": "starwarseu", "cluster": 1702, "color": 0}, {"x": -64.86744689941406, "y": 36.91267395019531, "subreddit": "starwarsrebels", "cluster": 1702, "color": 0}, {"x": -68.67337036132812, "y": 37.715755462646484, "subreddit": "theclonewars", "cluster": 1702, "color": 0}, {"x": 5.166136264801025, "y": -146.70892333984375, "subreddit": "wrestlingisreddit", "cluster": 1702, "color": 0}, {"x": -80.0191879272461, "y": -3.1427762508392334, "subreddit": "galaxy_s20", "cluster": 756, "color": 3}, {"x": -79.80607604980469, "y": -4.778476238250732, "subreddit": "galaxybuds", "cluster": 756, "color": 3}, {"x": -79.0361557006836, "y": -3.414233684539795, "subreddit": "galaxys10", "cluster": 756, "color": 3}, {"x": -78.42974853515625, "y": -2.4616053104400635, "subreddit": "huawei", "cluster": 756, "color": 3}, {"x": -8.823196411132812, "y": 15.087210655212402, "subreddit": "s10wallpapers", "cluster": 756, "color": 3}, {"x": -78.7767105102539, "y": -3.5685250759124756, "subreddit": "samsung", "cluster": 756, "color": 3}, {"x": -76.96977996826172, "y": -4.967721462249756, "subreddit": "galaxynote10", "cluster": 755, "color": 2}, {"x": -74.45561218261719, "y": -5.469423294067383, "subreddit": "galaxynote5", "cluster": 755, "color": 2}, {"x": -75.6527099609375, "y": -5.765395164489746, "subreddit": "galaxynote7", "cluster": 755, "color": 2}, {"x": -76.21443939208984, "y": -5.526154518127441, "subreddit": "galaxynote8", "cluster": 755, "color": 2}, {"x": -76.69837188720703, "y": -4.860057353973389, "subreddit": "galaxynote9", "cluster": 755, "color": 2}, {"x": -79.3499755859375, "y": -6.953021049499512, "subreddit": "gears3", "cluster": 755, "color": 2}, {"x": 3.7202441692352295, "y": 82.39498901367188, "subreddit": "ledgerwallet", "cluster": 755, "color": 2}, {"x": -53.7464485168457, "y": 18.53955841064453, "subreddit": "gamecube", "cluster": 1962, "color": 3}, {"x": 37.147850036621094, "y": -8.255263328552246, "subreddit": "magic", "cluster": 1962, "color": 3}, {"x": -52.4273796081543, "y": 19.42430877685547, "subreddit": "wii", "cluster": 1962, "color": 3}, {"x": -52.36417007446289, "y": 19.466400146484375, "subreddit": "wiihacks", "cluster": 1962, "color": 3}, {"x": 40.167152404785156, "y": -7.905528545379639, "subreddit": "gamedeals", "cluster": 759, "color": 3}, {"x": 40.100738525390625, "y": -7.900548934936523, "subreddit": "gamedealsmeta", "cluster": 759, "color": 3}, {"x": 98.2813720703125, "y": -20.437074661254883, "subreddit": "steam", "cluster": 759, "color": 3}, {"x": -23.391530990600586, "y": -24.54838752746582, "subreddit": "steamdeals", "cluster": 759, "color": 3}, {"x": 42.78744888305664, "y": -26.34610939025879, "subreddit": "gamedesign", "cluster": 760, "color": 2}, {"x": 41.08021926879883, "y": -25.86418914794922, "subreddit": "gamedev", "cluster": 760, "color": 2}, {"x": 42.91629409790039, "y": -26.379486083984375, "subreddit": "gameideas", "cluster": 760, "color": 2}, {"x": 41.234676361083984, "y": -27.92200469970703, "subreddit": "godot", "cluster": 760, "color": 2}, {"x": 76.20680236816406, "y": -12.291424751281738, "subreddit": "prismata", "cluster": 760, "color": 2}, {"x": 78.99531555175781, "y": -12.356476783752441, "subreddit": "solforge", "cluster": 760, "color": 2}, {"x": -30.0902042388916, "y": 24.486560821533203, "subreddit": "gamedevclassifieds", "cluster": 925, "color": 1}, {"x": -30.113542556762695, "y": 24.495529174804688, "subreddit": "inat", "cluster": 925, "color": 1}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "gamehds", "cluster": 761, "color": 3}, {"x": -21.728710174560547, "y": 73.66114807128906, "subreddit": "gameloftdhchampions", "cluster": 762, "color": 1}, {"x": -20.79539680480957, "y": 73.31851196289062, "subreddit": "summonerswar", "cluster": 762, "color": 1}, {"x": 41.725948333740234, "y": -10.583767890930176, "subreddit": "gamernews", "cluster": 1871, "color": 3}, {"x": 42.58734893798828, "y": -9.810348510742188, "subreddit": "games", "cluster": 1871, "color": 3}, {"x": 42.69610595703125, "y": -9.150226593017578, "subreddit": "gaming4gamers", "cluster": 1871, "color": 3}, {"x": -135.3420867919922, "y": 7.0884928703308105, "subreddit": "gamingnews", "cluster": 1871, "color": 3}, {"x": 36.68421936035156, "y": -43.74469757080078, "subreddit": "ns2", "cluster": 1871, "color": 3}, {"x": 42.229888916015625, "y": -8.0689697265625, "subreddit": "patientgamers", "cluster": 1871, "color": 3}, {"x": -24.260202407836914, "y": -14.657672882080078, "subreddit": "rpgmaker", "cluster": 1871, "color": 3}, {"x": 42.531307220458984, "y": -9.503597259521484, "subreddit": "truegaming", "cluster": 1871, "color": 3}, {"x": 91.34513092041016, "y": -30.888784408569336, "subreddit": "gamesale", "cluster": 766, "color": 1}, {"x": 91.38306427001953, "y": -30.950082778930664, "subreddit": "gameswap", "cluster": 766, "color": 1}, {"x": 92.49114227294922, "y": -32.820762634277344, "subreddit": "trade", "cluster": 766, "color": 1}, {"x": -82.1086654663086, "y": 18.163759231567383, "subreddit": "gameshare", "cluster": 1457, "color": 2}, {"x": -56.97478485107422, "y": 7.883715629577637, "subreddit": "gt5", "cluster": 1457, "color": 2}, {"x": -61.4290885925293, "y": 11.585519790649414, "subreddit": "playstationplus", "cluster": 1457, "color": 2}, {"x": -59.97494888305664, "y": 11.858259201049805, "subreddit": "ps3", "cluster": 1457, "color": 2}, {"x": -77.20960235595703, "y": -28.845640182495117, "subreddit": "sony", "cluster": 1457, "color": 2}, {"x": -61.404991149902344, "y": 14.285374641418457, "subreddit": "trophies", "cluster": 1457, "color": 2}, {"x": -61.13324737548828, "y": 12.312394142150879, "subreddit": "vita", "cluster": 1457, "color": 2}, {"x": -59.73271560668945, "y": 11.797852516174316, "subreddit": "xbox360", "cluster": 1457, "color": 2}, {"x": -54.10413360595703, "y": 71.04782104492188, "subreddit": "gametheorists", "cluster": 1068, "color": 3}, {"x": -54.29847717285156, "y": 71.25211334228516, "subreddit": "littlebigplanet", "cluster": 1068, "color": 3}, {"x": -55.213687896728516, "y": 70.99491882324219, "subreddit": "shadowofthecolossus", "cluster": 1068, "color": 3}, {"x": 95.3368148803711, "y": -25.862565994262695, "subreddit": "gametrade", "cluster": 914, "color": 3}, {"x": 22.153854370117188, "y": 8.666838645935059, "subreddit": "garlicmarket", "cluster": 914, "color": 3}, {"x": 96.28782653808594, "y": -26.025941848754883, "subreddit": "igsrep", "cluster": 914, "color": 3}, {"x": 96.33734893798828, "y": -26.038249969482422, "subreddit": "indiegameswap", "cluster": 914, "color": 3}, {"x": 94.41915130615234, "y": -25.867992401123047, "subreddit": "sgsflair", "cluster": 914, "color": 3}, {"x": 94.15116119384766, "y": -25.87484359741211, "subreddit": "steamgameswap", "cluster": 914, "color": 3}, {"x": -60.031517028808594, "y": 42.997657775878906, "subreddit": "gamingleaksandrumours", "cluster": 819, "color": 2}, {"x": -59.837249755859375, "y": 43.26948547363281, "subreddit": "gta6", "cluster": 819, "color": 2}, {"x": 48.115760803222656, "y": 4.757615566253662, "subreddit": "mafia3", "cluster": 819, "color": 2}, {"x": -59.522117614746094, "y": 43.64248275756836, "subreddit": "rockstar", "cluster": 819, "color": 2}, {"x": -19.498577117919922, "y": -9.859652519226074, "subreddit": "saintsrow", "cluster": 819, "color": 2}, {"x": -56.49666213989258, "y": 25.290353775024414, "subreddit": "garciavsspencelivetv", "cluster": 769, "color": 2}, {"x": 34.342037200927734, "y": -8.833016395568848, "subreddit": "gardening", "cluster": 770, "color": 1}, {"x": 34.28186798095703, "y": -8.660015106201172, "subreddit": "landscaping", "cluster": 770, "color": 1}, {"x": -27.98733901977539, "y": -2.8282299041748047, "subreddit": "orchids", "cluster": 770, "color": 1}, {"x": 3.4879751205444336, "y": 57.22050857543945, "subreddit": "gasmasks", "cluster": 1584, "color": 0}, {"x": 3.474214792251587, "y": 57.215091705322266, "subreddit": "scary", "cluster": 1584, "color": 0}, {"x": -15.959787368774414, "y": 55.882232666015625, "subreddit": "serendipity", "cluster": 1584, "color": 0}, {"x": 60.042110443115234, "y": 45.1485481262207, "subreddit": "gastricsleeve", "cluster": 771, "color": 0}, {"x": 60.04685592651367, "y": 45.15497970581055, "subreddit": "wls", "cluster": 771, "color": 0}, {"x": -45.02289962768555, "y": -57.23610305786133, "subreddit": "gatech", "cluster": 1140, "color": 0}, {"x": -44.00471496582031, "y": -57.541072845458984, "subreddit": "mclounge", "cluster": 1140, "color": 0}, {"x": -48.162376403808594, "y": 65.74718475341797, "subreddit": "tressless", "cluster": 1140, "color": 0}, {"x": -118.61724853515625, "y": -65.87799072265625, "subreddit": "gats", "cluster": 772, "color": 2}, {"x": -118.62909698486328, "y": -65.8746109008789, "subreddit": "offensive_wallpapers", "cluster": 772, "color": 2}, {"x": -52.91130065917969, "y": 5.332268714904785, "subreddit": "gay_irl", "cluster": 1078, "color": 1}, {"x": -53.70246505737305, "y": 4.540348052978516, "subreddit": "grindr", "cluster": 1078, "color": 1}, {"x": -53.5258903503418, "y": 4.550992488861084, "subreddit": "lolgrindr", "cluster": 1078, "color": 1}, {"x": -61.55223846435547, "y": 47.401119232177734, "subreddit": "gaybrosgonemild", "cluster": 774, "color": 0}, {"x": -61.428558349609375, "y": 47.05841827392578, "subreddit": "gaymersgonemild", "cluster": 774, "color": 0}, {"x": -61.726715087890625, "y": 47.894676208496094, "subreddit": "gayrateme", "cluster": 774, "color": 0}, {"x": -69.41621398925781, "y": 21.661609649658203, "subreddit": "gbo2", "cluster": 1912, "color": 2}, {"x": -68.56279754638672, "y": 19.610666275024414, "subreddit": "metalslugattack", "cluster": 1912, "color": 2}, {"x": -68.1139144897461, "y": 20.038135528564453, "subreddit": "vitahacks", "cluster": 1912, "color": 2}, {"x": -67.74036407470703, "y": 20.135238647460938, "subreddit": "vitapiracy", "cluster": 1912, "color": 2}, {"x": -117.03713989257812, "y": -76.48836517333984, "subreddit": "gear4sale", "cluster": 1044, "color": 3}, {"x": -117.03046417236328, "y": -76.47894287109375, "subreddit": "letstradepedals", "cluster": 1044, "color": 3}, {"x": 249.86280822753906, "y": 444.6408996582031, "subreddit": "pedaldeals", "cluster": 1044, "color": 3}, {"x": -51.64872741699219, "y": 63.820186614990234, "subreddit": "geforcenow", "cluster": 1607, "color": 3}, {"x": -51.65921401977539, "y": 63.840126037597656, "subreddit": "shadowpc", "cluster": 1607, "color": 3}, {"x": 83.76725769042969, "y": 79.12301635742188, "subreddit": "gendercriticalguys", "cluster": 1859, "color": 4}, {"x": 83.8318099975586, "y": 77.51734161376953, "subreddit": "itsafetish", "cluster": 1859, "color": 4}, {"x": 83.9227523803711, "y": 77.50780487060547, "subreddit": "trollgc", "cluster": 1859, "color": 4}, {"x": 84.41061401367188, "y": 75.68190002441406, "subreddit": "truelesbians", "cluster": 1859, "color": 4}, {"x": -24.212915420532227, "y": -109.38434600830078, "subreddit": "genesis", "cluster": 1449, "color": 2}, {"x": -23.939504623413086, "y": -109.58676147460938, "subreddit": "progrockmusic", "cluster": 1449, "color": 2}, {"x": -25.215789794921875, "y": -107.8079833984375, "subreddit": "rush", "cluster": 1449, "color": 2}, {"x": -23.588302612304688, "y": -111.33952331542969, "subreddit": "stevenwilson", "cluster": 1449, "color": 2}, {"x": -19.910375595092773, "y": -103.16499328613281, "subreddit": "zappa", "cluster": 1449, "color": 2}, {"x": 10.81136417388916, "y": -53.26491928100586, "subreddit": "geologycareers", "cluster": 1320, "color": 2}, {"x": 9.872077941894531, "y": -55.94345474243164, "subreddit": "oil", "cluster": 1320, "color": 2}, {"x": 9.882612228393555, "y": -55.90627670288086, "subreddit": "oilandgasworkers", "cluster": 1320, "color": 2}, {"x": 43.01642608642578, "y": 84.7818374633789, "subreddit": "gerd", "cluster": 1810, "color": 2}, {"x": 49.54086685180664, "y": 97.22577667236328, "subreddit": "ptsd", "cluster": 1810, "color": 2}, {"x": 42.34644317626953, "y": 97.03729248046875, "subreddit": "talktherapy", "cluster": 1810, "color": 2}, {"x": 42.35518264770508, "y": 97.02513885498047, "subreddit": "therapy", "cluster": 1810, "color": 2}, {"x": 35.6748046875, "y": 42.603572845458984, "subreddit": "germanshepherds", "cluster": 898, "color": 3}, {"x": 35.85364532470703, "y": 41.7847785949707, "subreddit": "husky", "cluster": 898, "color": 3}, {"x": 37.08420944213867, "y": 45.099788665771484, "subreddit": "samoyeds", "cluster": 898, "color": 3}, {"x": 35.88897705078125, "y": 41.654754638671875, "subreddit": "siberianhusky", "cluster": 898, "color": 3}, {"x": 40.196922302246094, "y": 1.8790711164474487, "subreddit": "getemployed", "cluster": 973, "color": 2}, {"x": 40.551483154296875, "y": 1.6077557802200317, "subreddit": "jobs", "cluster": 973, "color": 2}, {"x": 41.49299621582031, "y": 1.4368257522583008, "subreddit": "recruitinghell", "cluster": 973, "color": 2}, {"x": -42.678043365478516, "y": -17.292537689208984, "subreddit": "getfairshare", "cluster": 1420, "color": 4}, {"x": -42.797428131103516, "y": -18.729896545410156, "subreddit": "moderationlog", "cluster": 1420, "color": 4}, {"x": -42.77212905883789, "y": -18.473604202270508, "subreddit": "politic", "cluster": 1420, "color": 4}, {"x": -16.992280960083008, "y": 68.43558502197266, "subreddit": "getmoreviewsyt", "cluster": 1645, "color": 1}, {"x": -16.671499252319336, "y": 67.08470916748047, "subreddit": "industrialized", "cluster": 1645, "color": 1}, {"x": -16.92668342590332, "y": 68.15748596191406, "subreddit": "smallyoutubers", "cluster": 1645, "color": 1}, {"x": -16.75501251220703, "y": 67.46643829345703, "subreddit": "youtubegamers", "cluster": 1645, "color": 1}, {"x": 16.820573806762695, "y": -3.189103364944458, "subreddit": "getstudying", "cluster": 1443, "color": 4}, {"x": -45.198726654052734, "y": -11.974098205566406, "subreddit": "onenote", "cluster": 1443, "color": 4}, {"x": -45.0855712890625, "y": -11.965636253356934, "subreddit": "productivity", "cluster": 1443, "color": 4}, {"x": -19.94465446472168, "y": 49.37831115722656, "subreddit": "todoist", "cluster": 1443, "color": 4}, {"x": 48.4500617980957, "y": 85.50418853759766, "subreddit": "getting_over_it", "cluster": 1185, "color": 2}, {"x": 48.31998825073242, "y": 85.58680725097656, "subreddit": "mmfb", "cluster": 1185, "color": 2}, {"x": 47.58538055419922, "y": 86.16413879394531, "subreddit": "selfhelp", "cluster": 1185, "color": 2}, {"x": -42.92971420288086, "y": -48.18247985839844, "subreddit": "westchester", "cluster": 1185, "color": 2}, {"x": -70.70891571044922, "y": -59.16857147216797, "subreddit": "gh5", "cluster": 783, "color": 0}, {"x": -70.27832794189453, "y": -59.54334259033203, "subreddit": "ghostadventures", "cluster": 783, "color": 0}, {"x": 14.944435119628906, "y": 12.831965446472168, "subreddit": "ghettoglamourshots", "cluster": 868, "color": 2}, {"x": -9.060734748840332, "y": 8.132884979248047, "subreddit": "hittablefaces", "cluster": 868, "color": 2}, {"x": -18.128908157348633, "y": 23.68751335144043, "subreddit": "nattyorjuice", "cluster": 868, "color": 2}, {"x": -9.244688034057617, "y": 8.057687759399414, "subreddit": "punchableface", "cluster": 868, "color": 2}, {"x": -1.646763563156128, "y": 7.989272117614746, "subreddit": "punchablefaces", "cluster": 868, "color": 2}, {"x": -3.2439284324645996, "y": 16.042943954467773, "subreddit": "swordorsheath", "cluster": 868, "color": 2}, {"x": 57.742584228515625, "y": 4.655178070068359, "subreddit": "ghost_in_the_shell", "cluster": 938, "color": 2}, {"x": 79.34297180175781, "y": -44.32416534423828, "subreddit": "infinitythegame", "cluster": 938, "color": 2}, {"x": 79.34693145751953, "y": -43.388668060302734, "subreddit": "minipainting", "cluster": 938, "color": 2}, {"x": 79.41175842285156, "y": -44.951026916503906, "subreddit": "necrontyr", "cluster": 938, "color": 2}, {"x": 78.97481536865234, "y": -43.87498474121094, "subreddit": "terrainbuilding", "cluster": 938, "color": 2}, {"x": 77.59074401855469, "y": -41.32992935180664, "subreddit": "warmachine", "cluster": 938, "color": 2}, {"x": -25.069013595581055, "y": 1.216769814491272, "subreddit": "ghosts", "cluster": 1354, "color": 4}, {"x": -23.20768165588379, "y": 1.402289867401123, "subreddit": "humanoidencounters", "cluster": 1354, "color": 4}, {"x": -25.278606414794922, "y": 1.1607744693756104, "subreddit": "paranormal", "cluster": 1354, "color": 4}, {"x": -23.06381607055664, "y": 0.337471067905426, "subreddit": "skinwalkers", "cluster": 1354, "color": 4}, {"x": -23.517393112182617, "y": 1.0809544324874878, "subreddit": "thetruthishere", "cluster": 1354, "color": 4}, {"x": 63.0451545715332, "y": -6.504685878753662, "subreddit": "gifrecipes", "cluster": 905, "color": 2}, {"x": -39.695068359375, "y": -77.00643157958984, "subreddit": "hdtgm", "cluster": 905, "color": 2}, {"x": 63.39142608642578, "y": -6.534881114959717, "subreddit": "iamveryculinary", "cluster": 905, "color": 2}, {"x": 11.016633033752441, "y": -95.91618347167969, "subreddit": "projectrunway", "cluster": 905, "color": 2}, {"x": 35.26642990112305, "y": -47.424068450927734, "subreddit": "sneerclub", "cluster": 905, "color": 2}, {"x": 17.086523056030273, "y": 12.389881134033203, "subreddit": "stupidfood", "cluster": 905, "color": 2}, {"x": 28.4747371673584, "y": 70.2064437866211, "subreddit": "giftideas", "cluster": 787, "color": 3}, {"x": 28.471553802490234, "y": 70.20792388916016, "subreddit": "gifts", "cluster": 787, "color": 3}, {"x": -0.37303388118743896, "y": -92.97643280029297, "subreddit": "gimlet", "cluster": 1718, "color": 3}, {"x": 0.36103555560112, "y": -90.84584045410156, "subreddit": "shakespeare", "cluster": 1718, "color": 3}, {"x": -0.3348466455936432, "y": -92.88323211669922, "subreddit": "straightedge", "cluster": 1718, "color": 3}, {"x": 14.92442512512207, "y": -70.93809509277344, "subreddit": "swingdancing", "cluster": 1718, "color": 3}, {"x": -39.32460403442383, "y": 48.823509216308594, "subreddit": "gintama", "cluster": 1189, "color": 1}, {"x": -39.507083892822266, "y": 49.56270980834961, "subreddit": "mobpsycho100", "cluster": 1189, "color": 1}, {"x": -39.58085250854492, "y": 49.895599365234375, "subreddit": "onepunchman", "cluster": 1189, "color": 1}, {"x": -1.382676601409912, "y": 12.066585540771484, "subreddit": "giveaways", "cluster": 788, "color": 2}, {"x": -1.409157395362854, "y": 10.816280364990234, "subreddit": "sweepstakes", "cluster": 788, "color": 2}, {"x": -126.31375122070312, "y": 19.362504959106445, "subreddit": "glasses", "cluster": 1337, "color": 4}, {"x": -127.33138275146484, "y": 18.739856719970703, "subreddit": "keratoconus", "cluster": 1337, "color": 4}, {"x": -126.59130859375, "y": 19.195724487304688, "subreddit": "optometry", "cluster": 1337, "color": 4}, {"x": 42.09194564819336, "y": 60.465091705322266, "subreddit": "glossier", "cluster": 1108, "color": 2}, {"x": 43.1900749206543, "y": 59.591217041015625, "subreddit": "makeupflatlays", "cluster": 1108, "color": 2}, {"x": 43.04711151123047, "y": 59.4337158203125, "subreddit": "makeuporganization", "cluster": 1108, "color": 2}, {"x": 43.89550018310547, "y": 59.65285110473633, "subreddit": "panporn", "cluster": 1108, "color": 2}, {"x": 24.644559860229492, "y": -146.3894805908203, "subreddit": "glrp_eastblue", "cluster": 1234, "color": 3}, {"x": 24.542217254638672, "y": -146.7498779296875, "subreddit": "narutosekairp", "cluster": 1234, "color": 3}, {"x": 24.3771915435791, "y": -147.55645751953125, "subreddit": "strawhatrpg", "cluster": 1234, "color": 3}, {"x": -43.67867660522461, "y": -22.43516731262207, "subreddit": "gmat", "cluster": 794, "color": 0}, {"x": -43.69278335571289, "y": -22.344532012939453, "subreddit": "gre", "cluster": 794, "color": 0}, {"x": -43.61556625366211, "y": -23.178852081298828, "subreddit": "mba", "cluster": 794, "color": 0}, {"x": -57.76802062988281, "y": 36.27632522583008, "subreddit": "godofwar", "cluster": 795, "color": 1}, {"x": -57.77804183959961, "y": 36.281219482421875, "subreddit": "horizon", "cluster": 795, "color": 1}, {"x": -55.95673370361328, "y": 80.98075866699219, "subreddit": "linerangers", "cluster": 795, "color": 1}, {"x": -40.67427444458008, "y": 9.444437026977539, "subreddit": "godzilla", "cluster": 796, "color": 1}, {"x": -40.69386291503906, "y": 9.4815034866333, "subreddit": "monsterverse", "cluster": 796, "color": 1}, {"x": -34.29960250854492, "y": 1.45278000831604, "subreddit": "pacificrim", "cluster": 796, "color": 1}, {"x": 5.766058444976807, "y": -6.671120643615723, "subreddit": "gold", "cluster": 1626, "color": 4}, {"x": -89.3260269165039, "y": 12.602559089660645, "subreddit": "pmsforsale", "cluster": 1626, "color": 4}, {"x": -89.29660034179688, "y": 12.627464294433594, "subreddit": "silverbugs", "cluster": 1626, "color": 4}, {"x": 44.47781753540039, "y": 77.8481674194336, "subreddit": "goldendoodles", "cluster": 1146, "color": 3}, {"x": 130.86245727539062, "y": -1.9208701848983765, "subreddit": "mechanicalpencils", "cluster": 1146, "color": 3}, {"x": 130.82559204101562, "y": -1.940359115600586, "subreddit": "pens", "cluster": 1146, "color": 3}, {"x": -55.92692947387695, "y": -95.78612518310547, "subreddit": "goldenknights", "cluster": 1894, "color": 4}, {"x": -105.68207550048828, "y": -7.4159440994262695, "subreddit": "lasvegas", "cluster": 1894, "color": 4}, {"x": -12.113527297973633, "y": -61.170249938964844, "subreddit": "poker", "cluster": 1894, "color": 4}, {"x": -105.50975799560547, "y": -7.784890651702881, "subreddit": "vegas", "cluster": 1894, "color": 4}, {"x": -105.52835083007812, "y": -7.753422260284424, "subreddit": "vegaslocals", "cluster": 1894, "color": 4}, {"x": -17.873441696166992, "y": 7.3954620361328125, "subreddit": "goldensun", "cluster": 1406, "color": 3}, {"x": -36.30859375, "y": 22.331829071044922, "subreddit": "nuzlocke", "cluster": 1406, "color": 3}, {"x": 293.9909973144531, "y": 309.5746765136719, "subreddit": "omnipotent_league", "cluster": 1406, "color": 3}, {"x": -38.54877853393555, "y": 22.74435043334961, "subreddit": "pokemon", "cluster": 1406, "color": 3}, {"x": -38.30195236206055, "y": 22.875566482543945, "subreddit": "pokemonconspiracies", "cluster": 1406, "color": 3}, {"x": -48.14414596557617, "y": 41.421791076660156, "subreddit": "pokemonmasters", "cluster": 1406, "color": 3}, {"x": 17.09455108642578, "y": -138.0419464111328, "subreddit": "pokemonrp", "cluster": 1406, "color": 3}, {"x": -38.94308853149414, "y": 20.933385848999023, "subreddit": "pokemonshowdown", "cluster": 1406, "color": 3}, {"x": -38.72508239746094, "y": 21.20469856262207, "subreddit": "stunfisk", "cluster": 1406, "color": 3}, {"x": -40.22491455078125, "y": 22.234298706054688, "subreddit": "truepokemon", "cluster": 1406, "color": 3}, {"x": -37.65974807739258, "y": -95.39209747314453, "subreddit": "gonets", "cluster": 1236, "color": 4}, {"x": -109.54592895507812, "y": -23.646013259887695, "subreddit": "indyeleven", "cluster": 1236, "color": 4}, {"x": -110.56828308105469, "y": -23.665939331054688, "subreddit": "minnesotaunited", "cluster": 1236, "color": 4}, {"x": -109.80850982666016, "y": -23.6148624420166, "subreddit": "naslsoccer", "cluster": 1236, "color": 4}, {"x": -2.7193169593811035, "y": -45.799957275390625, "subreddit": "goodmythicalmorning", "cluster": 1616, "color": 5}, {"x": 19.399839401245117, "y": -18.07588005065918, "subreddit": "marchforscience", "cluster": 1616, "color": 5}, {"x": 11.369003295898438, "y": -3.460685968399048, "subreddit": "shittyanimalfacts", "cluster": 1616, "color": 5}, {"x": 11.307621002197266, "y": -3.4530436992645264, "subreddit": "sloths", "cluster": 1616, "color": 5}, {"x": -71.5234375, "y": -46.03647232055664, "subreddit": "goruck", "cluster": 1674, "color": 3}, {"x": -33.550785064697266, "y": -3.9470221996307373, "subreddit": "insanity", "cluster": 1674, "color": 3}, {"x": -126.58600616455078, "y": -44.94574737548828, "subreddit": "naturalbodybuilding", "cluster": 1674, "color": 3}, {"x": -126.6119384765625, "y": -44.93540954589844, "subreddit": "spartanrace", "cluster": 1674, "color": 3}, {"x": -88.80076599121094, "y": 78.94924926757812, "subreddit": "goth", "cluster": 803, "color": 1}, {"x": -88.79813385009766, "y": 78.9341049194336, "subreddit": "gothstyle", "cluster": 803, "color": 1}, {"x": 53.84189224243164, "y": 8.24180793762207, "subreddit": "silenthill", "cluster": 803, "color": 1}, {"x": -78.9148941040039, "y": 58.378692626953125, "subreddit": "gothboiclique", "cluster": 804, "color": 0}, {"x": -78.97809600830078, "y": 58.372459411621094, "subreddit": "lilpeep", "cluster": 804, "color": 0}, {"x": -101.64714050292969, "y": 43.51263427734375, "subreddit": "governorsball", "cluster": 805, "color": 2}, {"x": -101.59526062011719, "y": 43.56689453125, "subreddit": "lcdsoundsystem", "cluster": 805, "color": 2}, {"x": 38.17340087890625, "y": -24.486005783081055, "subreddit": "spaceribs", "cluster": 805, "color": 2}, {"x": -37.68825149536133, "y": 75.77339172363281, "subreddit": "grandpajoehate", "cluster": 1816, "color": 4}, {"x": -38.72994613647461, "y": 75.72769165039062, "subreddit": "rulesofsurvival", "cluster": 1816, "color": 4}, {"x": -38.46828842163086, "y": 75.7412338256836, "subreddit": "thewaterlew", "cluster": 1816, "color": 4}, {"x": -86.94039916992188, "y": -15.25364875793457, "subreddit": "graphicscard", "cluster": 1437, "color": 4}, {"x": -87.67932891845703, "y": -14.327590942382812, "subreddit": "lightroom", "cluster": 1437, "color": 4}, {"x": -26.164018630981445, "y": 10.548486709594727, "subreddit": "linustechtips", "cluster": 1437, "color": 4}, {"x": -87.29244232177734, "y": -14.40968132019043, "subreddit": "premiere", "cluster": 1437, "color": 4}, {"x": -86.3225326538086, "y": -13.812495231628418, "subreddit": "surface", "cluster": 1437, "color": 4}, {"x": -71.40523529052734, "y": -58.597354888916016, "subreddit": "videography", "cluster": 1437, "color": 4}, {"x": -103.51239013671875, "y": -22.621965408325195, "subreddit": "greasymoney", "cluster": 1738, "color": 2}, {"x": -30.130277633666992, "y": -43.33544158935547, "subreddit": "kamenrider", "cluster": 1738, "color": 2}, {"x": -30.34707260131836, "y": -42.440059661865234, "subreddit": "powerrangers", "cluster": 1738, "color": 2}, {"x": 15.06513500213623, "y": -8.046045303344727, "subreddit": "screaming", "cluster": 1738, "color": 2}, {"x": -30.217506408691406, "y": -42.98006057739258, "subreddit": "supersentai", "cluster": 1738, "color": 2}, {"x": 31.669588088989258, "y": 41.57053756713867, "subreddit": "greatdanes", "cluster": 1096, "color": 0}, {"x": -81.17896270751953, "y": -95.37847137451172, "subreddit": "lubbock", "cluster": 1096, "color": 0}, {"x": -81.17457580566406, "y": -95.37946319580078, "subreddit": "texastech", "cluster": 1096, "color": 0}, {"x": -26.127395629882812, "y": -89.29938507080078, "subreddit": "greatnwside", "cluster": 901, "color": 2}, {"x": 73.42959594726562, "y": -14.233478546142578, "subreddit": "hashimotos", "cluster": 901, "color": 2}, {"x": 73.43596649169922, "y": -14.238295555114746, "subreddit": "hypothyroidism", "cluster": 901, "color": 2}, {"x": -35.24156188964844, "y": 33.595191955566406, "subreddit": "thearcana", "cluster": 901, "color": 2}, {"x": -65.32552337646484, "y": 7.848635196685791, "subreddit": "greatxboxdeals", "cluster": 811, "color": 0}, {"x": 2.738922119140625, "y": -41.45315170288086, "subreddit": "microsoftrewards", "cluster": 811, "color": 0}, {"x": -65.41083526611328, "y": 7.9039459228515625, "subreddit": "ps4deals", "cluster": 811, "color": 0}, {"x": -63.693058013916016, "y": 7.496188640594482, "subreddit": "xbox", "cluster": 811, "color": 0}, {"x": 124.20704650878906, "y": -37.92454147338867, "subreddit": "greenandpleasant", "cluster": 1019, "color": 1}, {"x": 124.34691619873047, "y": -37.92913818359375, "subreddit": "labour", "cluster": 1019, "color": 1}, {"x": 125.75147247314453, "y": -37.969947814941406, "subreddit": "mtgoxinsolvency", "cluster": 1019, "color": 1}, {"x": -2.8559513092041016, "y": 35.781131744384766, "subreddit": "greentext", "cluster": 814, "color": 2}, {"x": -2.8673741817474365, "y": 35.71934127807617, "subreddit": "wholesomegreentext", "cluster": 814, "color": 2}, {"x": -23.260982513427734, "y": -39.88003158569336, "subreddit": "greysanatomy", "cluster": 1581, "color": 3}, {"x": -22.336280822753906, "y": -40.1617546081543, "subreddit": "htgawm", "cluster": 1581, "color": 3}, {"x": -22.509489059448242, "y": -40.11236572265625, "subreddit": "scandal", "cluster": 1581, "color": 3}, {"x": 52.77085876464844, "y": 86.6048812866211, "subreddit": "griefsupport", "cluster": 815, "color": 3}, {"x": 56.47603988647461, "y": 103.7936019897461, "subreddit": "prayerrequests", "cluster": 815, "color": 3}, {"x": 52.58322525024414, "y": 86.85331726074219, "subreddit": "suicidebereavement", "cluster": 815, "color": 3}, {"x": 53.608856201171875, "y": 85.26668548583984, "subreddit": "widowers", "cluster": 815, "color": 3}, {"x": -92.68702697753906, "y": 38.564048767089844, "subreddit": "grunge", "cluster": 816, "color": 1}, {"x": -92.41433715820312, "y": 38.73468017578125, "subreddit": "nirvana", "cluster": 816, "color": 1}, {"x": -94.06389617919922, "y": 38.39448165893555, "subreddit": "pearljam", "cluster": 816, "color": 1}, {"x": -98.62663269042969, "y": -100.1162338256836, "subreddit": "gso", "cluster": 818, "color": 3}, {"x": -20.792301177978516, "y": 47.300575256347656, "subreddit": "jimmyjohns", "cluster": 818, "color": 3}, {"x": -98.60601806640625, "y": -100.1817626953125, "subreddit": "winstonsalem", "cluster": 818, "color": 3}, {"x": -81.8467025756836, "y": 13.829933166503906, "subreddit": "gtaa", "cluster": 820, "color": 2}, {"x": -79.9745101928711, "y": 15.043303489685059, "subreddit": "gtadupe", "cluster": 820, "color": 2}, {"x": -80.01519012451172, "y": 15.010649681091309, "subreddit": "gtaglitches", "cluster": 820, "color": 2}, {"x": 85.11286926269531, "y": -4.747837066650391, "subreddit": "guildwars", "cluster": 821, "color": 2}, {"x": 86.40106201171875, "y": -4.484867572784424, "subreddit": "guildwars2", "cluster": 821, "color": 2}, {"x": 86.5787582397461, "y": -4.465696334838867, "subreddit": "guildwarsdyejob", "cluster": 821, "color": 2}, {"x": 22.682466506958008, "y": 28.908687591552734, "subreddit": "guineapigs", "cluster": 1327, "color": 3}, {"x": -21.626724243164062, "y": 2.9416980743408203, "subreddit": "impracticaljokers", "cluster": 1327, "color": 3}, {"x": -21.841310501098633, "y": 4.359149932861328, "subreddit": "oneyplays", "cluster": 1327, "color": 3}, {"x": -21.250625610351562, "y": 4.502828121185303, "subreddit": "sleepycabin", "cluster": 1327, "color": 3}, {"x": -22.377891540527344, "y": 4.474281311035156, "subreddit": "supermegashow", "cluster": 1327, "color": 3}, {"x": -97.15643310546875, "y": 41.34072494506836, "subreddit": "thestrokes", "cluster": 1327, "color": 3}, {"x": -111.6380615234375, "y": -74.22944641113281, "subreddit": "guitar", "cluster": 822, "color": 3}, {"x": -112.34840393066406, "y": -74.64958190917969, "subreddit": "guitaramps", "cluster": 822, "color": 3}, {"x": -115.2347412109375, "y": -72.99140167236328, "subreddit": "guitarcirclejerk", "cluster": 822, "color": 3}, {"x": 28.321107864379883, "y": 22.42756462097168, "subreddit": "guitarlessons", "cluster": 822, "color": 3}, {"x": -111.76789855957031, "y": -73.03303527832031, "subreddit": "guitarporn", "cluster": 822, "color": 3}, {"x": -111.7645034790039, "y": -73.42753601074219, "subreddit": "guitars", "cluster": 822, "color": 3}, {"x": 28.92276954650879, "y": 22.377126693725586, "subreddit": "jazzguitar", "cluster": 822, "color": 3}, {"x": -110.82836151123047, "y": -74.67562866210938, "subreddit": "luthier", "cluster": 822, "color": 3}, {"x": -20.553970336914062, "y": -116.62483215332031, "subreddit": "metalguitar", "cluster": 822, "color": 3}, {"x": 60.88347244262695, "y": 37.457088470458984, "subreddit": "songaweek", "cluster": 822, "color": 3}, {"x": 43.030357360839844, "y": -42.85107421875, "subreddit": "gunnerkrigg", "cluster": 1356, "color": 5}, {"x": -31.66823387145996, "y": -1.908363699913025, "subreddit": "pathfinder", "cluster": 1356, "color": 5}, {"x": -31.65369987487793, "y": -1.6447557210922241, "subreddit": "pathfinder2e", "cluster": 1356, "color": 5}, {"x": -31.658279418945312, "y": -2.3083901405334473, "subreddit": "pathfinder_rpg", "cluster": 1356, "color": 5}, {"x": -31.49212074279785, "y": -4.012917518615723, "subreddit": "starfinder_rpg", "cluster": 1356, "color": 5}, {"x": -43.44401168823242, "y": -83.08807373046875, "subreddit": "theglasscannonpodcast", "cluster": 1356, "color": 5}, {"x": -11.745431900024414, "y": 40.684288024902344, "subreddit": "gwcoepbot", "cluster": 830, "color": 1}, {"x": 49.0595703125, "y": -12.900975227355957, "subreddit": "gwent", "cluster": 1970, "color": 8}, {"x": 76.1348648071289, "y": 22.609907150268555, "subreddit": "netflixwitcher", "cluster": 1970, "color": 8}, {"x": 75.584716796875, "y": 21.405675888061523, "subreddit": "wiedzmin", "cluster": 1970, "color": 8}, {"x": 75.5853271484375, "y": 21.423696517944336, "subreddit": "witcher", "cluster": 1970, "color": 8}, {"x": 5.609389781951904, "y": -102.8653793334961, "subreddit": "gymnastics", "cluster": 1324, "color": 3}, {"x": 44.13200378417969, "y": -82.66780853271484, "subreddit": "olympics", "cluster": 1324, "color": 3}, {"x": 45.28436279296875, "y": -82.42626190185547, "subreddit": "rugbyunion", "cluster": 1324, "color": 3}, {"x": 44.08502197265625, "y": -82.68038177490234, "subreddit": "tennis", "cluster": 1324, "color": 3}, {"x": -7.570093154907227, "y": -97.09066772460938, "subreddit": "trance", "cluster": 1324, "color": 3}, {"x": 61.85150909423828, "y": 18.046852111816406, "subreddit": "h1z1", "cluster": 1398, "color": 3}, {"x": -75.32656860351562, "y": 86.634765625, "subreddit": "miscreated", "cluster": 1398, "color": 3}, {"x": 62.3205451965332, "y": 17.822315216064453, "subreddit": "playjustsurvive", "cluster": 1398, "color": 3}, {"x": 63.270652770996094, "y": 16.66172218322754, "subreddit": "ringofelysium", "cluster": 1398, "color": 3}, {"x": 83.03067016601562, "y": 30.40467643737793, "subreddit": "hajimenoippo", "cluster": 1006, "color": 3}, {"x": 85.76341247558594, "y": 29.895015716552734, "subreddit": "kingdom", "cluster": 1006, "color": 3}, {"x": 85.58511352539062, "y": 31.88249397277832, "subreddit": "shokugekinosoma", "cluster": 1006, "color": 3}, {"x": 68.25191497802734, "y": 13.379554748535156, "subreddit": "halflife", "cluster": 833, "color": 3}, {"x": 67.96958923339844, "y": 12.752318382263184, "subreddit": "portal", "cluster": 833, "color": 3}, {"x": 212.99090576171875, "y": 362.8724670410156, "subreddit": "solutiongambling", "cluster": 833, "color": 3}, {"x": 68.38885498046875, "y": 13.639298439025879, "subreddit": "valve", "cluster": 833, "color": 3}, {"x": 12.87686824798584, "y": -130.73353576660156, "subreddit": "halorp", "cluster": 837, "color": 1}, {"x": 13.71929931640625, "y": -129.62367248535156, "subreddit": "swdarktimes", "cluster": 837, "color": 1}, {"x": 12.847240447998047, "y": -130.7873992919922, "subreddit": "warhammer40krp", "cluster": 837, "color": 1}, {"x": -56.714927673339844, "y": -56.50458526611328, "subreddit": "hammockcamping", "cluster": 840, "color": 4}, {"x": -56.709190368652344, "y": -56.51030349731445, "subreddit": "hammocks", "cluster": 840, "color": 4}, {"x": 1.6122406721115112, "y": 10.062620162963867, "subreddit": "hampan", "cluster": 1051, "color": 3}, {"x": 49.660804748535156, "y": -70.68488311767578, "subreddit": "liberta", "cluster": 1051, "color": 3}, {"x": 49.66157913208008, "y": -70.68247985839844, "subreddit": "politota", "cluster": 1051, "color": 3}, {"x": -28.849145889282227, "y": 62.73759460449219, "subreddit": "hamptonbrandon", "cluster": 907, "color": 2}, {"x": -27.425962448120117, "y": 63.50253677368164, "subreddit": "hyphonixrs", "cluster": 907, "color": 2}, {"x": -28.13461685180664, "y": 62.96622848510742, "subreddit": "ice_poseidon", "cluster": 907, "color": 2}, {"x": -27.724876403808594, "y": 63.25051498413086, "subreddit": "ice_poseidon2", "cluster": 907, "color": 2}, {"x": -27.548673629760742, "y": 64.32861328125, "subreddit": "sampepper", "cluster": 907, "color": 2}, {"x": 26.657278060913086, "y": 22.915538787841797, "subreddit": "happy", "cluster": 842, "color": 1}, {"x": 27.15658950805664, "y": 22.618736267089844, "subreddit": "pastandpresentpics", "cluster": 842, "color": 1}, {"x": 26.034536361694336, "y": 23.260692596435547, "subreddit": "sad", "cluster": 842, "color": 1}, {"x": -22.724349975585938, "y": 38.48368835449219, "subreddit": "happytrees", "cluster": 1345, "color": 5}, {"x": 6.710093021392822, "y": 99.4954605102539, "subreddit": "heavymind", "cluster": 1345, "color": 5}, {"x": -22.359834671020508, "y": 39.66147232055664, "subreddit": "oilpainting", "cluster": 1345, "color": 5}, {"x": -22.099687576293945, "y": 39.186119079589844, "subreddit": "painting", "cluster": 1345, "color": 5}, {"x": -19.076583862304688, "y": 96.7699203491211, "subreddit": "pourpainting", "cluster": 1345, "color": 5}, {"x": -21.500972747802734, "y": 39.097633361816406, "subreddit": "watercolor", "cluster": 1345, "color": 5}, {"x": -118.43338775634766, "y": -4.071352958679199, "subreddit": "hardwareswap", "cluster": 1661, "color": 4}, {"x": -117.9464111328125, "y": -3.086273431777954, "subreddit": "microsoftsoftwareswap", "cluster": 1661, "color": 4}, {"x": -118.053955078125, "y": -3.2935073375701904, "subreddit": "softwareswap", "cluster": 1661, "color": 4}, {"x": -108.26116943359375, "y": -64.18260192871094, "subreddit": "harley", "cluster": 845, "color": 2}, {"x": -108.25420379638672, "y": -64.20225524902344, "subreddit": "sportster", "cluster": 845, "color": 2}, {"x": -36.697967529296875, "y": -19.995262145996094, "subreddit": "harvestmoon", "cluster": 848, "color": 2}, {"x": -34.105445861816406, "y": 22.17009162902832, "subreddit": "mytimeatportia", "cluster": 848, "color": 2}, {"x": -29.291824340820312, "y": -19.857759475708008, "subreddit": "stardewvalley", "cluster": 848, "color": 2}, {"x": -36.711490631103516, "y": -19.991249084472656, "subreddit": "storyofseasons", "cluster": 848, "color": 2}, {"x": 81.70164489746094, "y": -78.8703384399414, "subreddit": "hatfilms", "cluster": 1996, "color": 2}, {"x": 81.6505355834961, "y": -79.0523452758789, "subreddit": "sips", "cluster": 1996, "color": 2}, {"x": 81.68478393554688, "y": -78.91065979003906, "subreddit": "yogscast", "cluster": 1996, "color": 2}, {"x": -31.574201583862305, "y": -110.86490631103516, "subreddit": "hawaii", "cluster": 849, "color": 2}, {"x": -31.641277313232422, "y": -111.2900161743164, "subreddit": "hawaiivisitors", "cluster": 849, "color": 2}, {"x": -31.789182662963867, "y": -112.05363464355469, "subreddit": "maui", "cluster": 849, "color": 2}, {"x": -39.01420593261719, "y": 79.25825500488281, "subreddit": "hbofights", "cluster": 850, "color": 0}, {"x": 120.94550323486328, "y": -52.86520767211914, "subreddit": "hcfactions", "cluster": 1623, "color": 4}, {"x": 120.06468963623047, "y": -52.06690216064453, "subreddit": "minez", "cluster": 1623, "color": 4}, {"x": 120.08904266357422, "y": -52.08788299560547, "subreddit": "shotbow", "cluster": 1623, "color": 4}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "hdgameofthrones", "cluster": 853, "color": 5}, {"x": -94.39665222167969, "y": 22.070518493652344, "subreddit": "hdnationtv", "cluster": 855, "color": 1}, {"x": -94.6265640258789, "y": 25.410099029541016, "subreddit": "hdstream_", "cluster": 856, "color": 3}, {"x": 27.827472686767578, "y": -31.97549819946289, "subreddit": "healthcare", "cluster": 1300, "color": 2}, {"x": 26.32309913635254, "y": -32.619041442871094, "subreddit": "northkorea", "cluster": 1300, "color": 2}, {"x": 26.31325912475586, "y": -33.39223861694336, "subreddit": "northkoreanews", "cluster": 1300, "color": 2}, {"x": 26.334125518798828, "y": -32.391334533691406, "subreddit": "rtlsdr", "cluster": 1300, "color": 2}, {"x": 25.587547302246094, "y": -31.913734436035156, "subreddit": "sandy", "cluster": 1300, "color": 2}, {"x": 56.76155090332031, "y": 80.29273986816406, "subreddit": "healthyhooha", "cluster": 858, "color": 0}, {"x": 58.31376266479492, "y": 81.42601013183594, "subreddit": "herpes", "cluster": 858, "color": 0}, {"x": 72.63088989257812, "y": 70.27664947509766, "subreddit": "interstitialcystitis", "cluster": 858, "color": 0}, {"x": 56.64521408081055, "y": 80.18577575683594, "subreddit": "womenshealth", "cluster": 858, "color": 0}, {"x": -36.315670013427734, "y": -98.28470611572266, "subreddit": "heat", "cluster": 1163, "color": 1}, {"x": -36.280250549316406, "y": -98.35386657714844, "subreddit": "miamidolphins", "cluster": 1163, "color": 1}, {"x": -35.781349182128906, "y": -98.90998077392578, "subreddit": "miamihurricanes", "cluster": 1163, "color": 1}, {"x": 29.5755615234375, "y": -2.2190332412719727, "subreddit": "redacted", "cluster": 1163, "color": 1}, {"x": 43.860843658447266, "y": -52.54518127441406, "subreddit": "hebrew", "cluster": 971, "color": 2}, {"x": 6.3929667472839355, "y": 46.192256927490234, "subreddit": "jewdank", "cluster": 971, "color": 2}, {"x": 44.093849182128906, "y": -52.477806091308594, "subreddit": "jewish", "cluster": 971, "color": 2}, {"x": 44.789878845214844, "y": -52.222267150878906, "subreddit": "judaism", "cluster": 971, "color": 2}, {"x": -46.29264831542969, "y": 30.46333122253418, "subreddit": "metroidvania", "cluster": 971, "color": 2}, {"x": 68.80278015136719, "y": -28.050376892089844, "subreddit": "hellletloose", "cluster": 1432, "color": 2}, {"x": 68.17405700683594, "y": -28.688217163085938, "subreddit": "joinsquad", "cluster": 1432, "color": 2}, {"x": 68.47327423095703, "y": -28.32299041748047, "subreddit": "postscriptum", "cluster": 1432, "color": 2}, {"x": 73.27485656738281, "y": -108.27725219726562, "subreddit": "helpmefind", "cluster": 1827, "color": 4}, {"x": 73.27082061767578, "y": -108.27459716796875, "subreddit": "tipofmytongue", "cluster": 1827, "color": 4}, {"x": 71.51220703125, "y": -38.0407600402832, "subreddit": "heroclix", "cluster": 957, "color": 1}, {"x": -24.157983779907227, "y": -4.2425217628479, "subreddit": "israel", "cluster": 957, "color": 1}, {"x": -24.264936447143555, "y": -3.9082753658294678, "subreddit": "israelpalestine", "cluster": 957, "color": 1}, {"x": -29.209781646728516, "y": -1.1889289617538452, "subreddit": "palestine", "cluster": 957, "color": 1}, {"x": 86.19157409667969, "y": -23.721662521362305, "subreddit": "heroesofnewerth", "cluster": 1723, "color": 1}, {"x": 86.19125366210938, "y": -23.737512588500977, "subreddit": "strife", "cluster": 1723, "color": 1}, {"x": -100.62141418457031, "y": 77.93025207519531, "subreddit": "highlevelkarma", "cluster": 1093, "color": 3}, {"x": -100.62614440917969, "y": 77.79377746582031, "subreddit": "lowlevelaware", "cluster": 1093, "color": 3}, {"x": -101.1712417602539, "y": 76.98469543457031, "subreddit": "newsokuvip", "cluster": 1093, "color": 3}, {"x": -136.93331909179688, "y": 109.1519775390625, "subreddit": "yuri_jp", "cluster": 1093, "color": 3}, {"x": 13.629446029663086, "y": -3.7685422897338867, "subreddit": "highqualitygifs", "cluster": 862, "color": 3}, {"x": 1.82635498046875, "y": 5.350035667419434, "subreddit": "reactiongifs", "cluster": 862, "color": 3}, {"x": 14.334002494812012, "y": -3.817044734954834, "subreddit": "seinfeldgifs", "cluster": 862, "color": 3}, {"x": 13.203167915344238, "y": -3.8954203128814697, "subreddit": "startrekgifs", "cluster": 862, "color": 3}, {"x": -4.2137274742126465, "y": 100.60623931884766, "subreddit": "highthoughts", "cluster": 863, "color": 0}, {"x": -4.667069911956787, "y": 100.36897277832031, "subreddit": "stonerthoughts", "cluster": 863, "color": 0}, {"x": -3.2479875087738037, "y": 92.779541015625, "subreddit": "hijabis", "cluster": 1220, "color": 2}, {"x": -2.651010513305664, "y": 91.73709869384766, "subreddit": "muslimlounge", "cluster": 1220, "color": 2}, {"x": -3.1157453060150146, "y": 92.55320739746094, "subreddit": "muslimmarriage", "cluster": 1220, "color": 2}, {"x": 87.78561401367188, "y": -117.64383697509766, "subreddit": "himynameisjay", "cluster": 1564, "color": 3}, {"x": 87.7844009399414, "y": -117.64234161376953, "subreddit": "rva", "cluster": 1564, "color": 3}, {"x": -79.42943572998047, "y": 49.76715087890625, "subreddit": "hiphop101", "cluster": 864, "color": 1}, {"x": -78.25733947753906, "y": 51.613643646240234, "subreddit": "hiphopcirclejerk", "cluster": 864, "color": 1}, {"x": -80.04756164550781, "y": 50.34196472167969, "subreddit": "hiphopheads", "cluster": 864, "color": 1}, {"x": -80.39960479736328, "y": 50.431617736816406, "subreddit": "hiphopimages", "cluster": 864, "color": 1}, {"x": -22.48964500427246, "y": -13.29428482055664, "subreddit": "rapbattles", "cluster": 864, "color": 1}, {"x": -36.22460174560547, "y": -114.51072692871094, "subreddit": "thejoebuddenpodcast", "cluster": 864, "color": 1}, {"x": -78.11795806884766, "y": 51.67743682861328, "subreddit": "trapmuzik", "cluster": 864, "color": 1}, {"x": -26.26812744140625, "y": -123.29808807373047, "subreddit": "hiphopvinyl", "cluster": 1907, "color": 2}, {"x": -24.701595306396484, "y": -122.82316589355469, "subreddit": "vaporvinyl", "cluster": 1907, "color": 2}, {"x": -24.041906356811523, "y": -124.6390380859375, "subreddit": "vgmvinyl", "cluster": 1907, "color": 2}, {"x": -25.71627426147461, "y": -123.91551971435547, "subreddit": "vinylcollectors", "cluster": 1907, "color": 2}, {"x": -25.85926628112793, "y": -125.60111236572266, "subreddit": "vinyldeals", "cluster": 1907, "color": 2}, {"x": -26.737743377685547, "y": -124.22811126708984, "subreddit": "vinylmeplease", "cluster": 1907, "color": 2}, {"x": -25.62969207763672, "y": -124.0360336303711, "subreddit": "vinylreleases", "cluster": 1907, "color": 2}, {"x": -15.066780090332031, "y": -91.28653717041016, "subreddit": "hitchhiking", "cluster": 1885, "color": 4}, {"x": -14.13530445098877, "y": -90.74642181396484, "subreddit": "homeless", "cluster": 1885, "color": 4}, {"x": -14.7152099609375, "y": -91.08110809326172, "subreddit": "vagabond", "cluster": 1885, "color": 4}, {"x": -38.65983963012695, "y": -134.9178009033203, "subreddit": "hoboken", "cluster": 1260, "color": 2}, {"x": -38.65749740600586, "y": -134.91622924804688, "subreddit": "jerseycity", "cluster": 1260, "color": 2}, {"x": -22.552400588989258, "y": -79.34771728515625, "subreddit": "newjersey", "cluster": 1260, "color": 2}, {"x": -8.431840896606445, "y": 103.06037902832031, "subreddit": "newjerseymarijuana", "cluster": 1260, "color": 2}, {"x": -24.002195358276367, "y": -80.64511108398438, "subreddit": "njbeer", "cluster": 1260, "color": 2}, {"x": -80.39276123046875, "y": -72.76181030273438, "subreddit": "njguns", "cluster": 1260, "color": 2}, {"x": -87.97087097167969, "y": 2.4346554279327393, "subreddit": "njtech", "cluster": 1260, "color": 2}, {"x": -23.4962158203125, "y": -77.60011291503906, "subreddit": "rutgers", "cluster": 1260, "color": 2}, {"x": -22.347394943237305, "y": -79.33563232421875, "subreddit": "southjersey", "cluster": 1260, "color": 2}, {"x": -59.485130310058594, "y": -85.83207702636719, "subreddit": "hockeygoalies", "cluster": 871, "color": 0}, {"x": -59.47702407836914, "y": -85.8470687866211, "subreddit": "hockeyplayers", "cluster": 871, "color": 0}, {"x": -38.03652572631836, "y": -127.1670913696289, "subreddit": "hogwartswerewolves", "cluster": 872, "color": 2}, {"x": -37.76447296142578, "y": -127.3590316772461, "subreddit": "hogwartswerewolvesa", "cluster": 872, "color": 2}, {"x": -37.37785339355469, "y": -127.59699249267578, "subreddit": "hogwartswerewolvesb", "cluster": 872, "color": 2}, {"x": -36.57060623168945, "y": -128.07540893554688, "subreddit": "ploungemafia", "cluster": 872, "color": 2}, {"x": 51.82798385620117, "y": -28.381473541259766, "subreddit": "hoi4", "cluster": 988, "color": 2}, {"x": 48.57525634765625, "y": -30.777381896972656, "subreddit": "kaiserreich", "cluster": 988, "color": 2}, {"x": 48.52611541748047, "y": -30.806196212768555, "subreddit": "tnomod", "cluster": 988, "color": 2}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "hollowaypoirier2livee", "cluster": 873, "color": 3}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "hollowaypoirier2lives", "cluster": 874, "color": 4}, {"x": -1.3677650690078735, "y": -13.686903953552246, "subreddit": "holofractal", "cluster": 1463, "color": 3}, {"x": 11.300034523010254, "y": 102.13416290283203, "subreddit": "psychonaut", "cluster": 1463, "color": 3}, {"x": 11.50839900970459, "y": 102.33499145507812, "subreddit": "rationalpsychonaut", "cluster": 1463, "color": 3}, {"x": 10.852551460266113, "y": 101.24127197265625, "subreddit": "shruglifesyndicate", "cluster": 1463, "color": 3}, {"x": 34.22022247314453, "y": -25.80206871032715, "subreddit": "taoism", "cluster": 1463, "color": 3}, {"x": -83.6033706665039, "y": -53.21641540527344, "subreddit": "homedefense", "cluster": 879, "color": 0}, {"x": -83.591552734375, "y": -53.23292541503906, "subreddit": "homesecurity", "cluster": 879, "color": 0}, {"x": 133.10678100585938, "y": 481.2136535644531, "subreddit": "pythonforengineers", "cluster": 879, "color": 0}, {"x": -114.51901245117188, "y": 49.02611541748047, "subreddit": "homedepot", "cluster": 877, "color": 2}, {"x": -114.51897430419922, "y": 49.02852249145508, "subreddit": "walgreensstores", "cluster": 877, "color": 2}, {"x": -66.00237274169922, "y": -41.363773345947266, "subreddit": "homeimprovement", "cluster": 878, "color": 3}, {"x": -65.99885559082031, "y": -41.35687255859375, "subreddit": "homeowners", "cluster": 878, "color": 3}, {"x": -81.45565795898438, "y": -55.929901123046875, "subreddit": "hvac", "cluster": 878, "color": 3}, {"x": -80.74290466308594, "y": -55.274078369140625, "subreddit": "plumbing", "cluster": 878, "color": 3}, {"x": -60.59299087524414, "y": -13.014182090759277, "subreddit": "homekit", "cluster": 893, "color": 3}, {"x": -60.71590805053711, "y": -13.162691116333008, "subreddit": "hue", "cluster": 893, "color": 3}, {"x": -15.68289852142334, "y": 7.352603912353516, "subreddit": "instagram", "cluster": 893, "color": 3}, {"x": -85.83670043945312, "y": -67.37491607666016, "subreddit": "nest", "cluster": 893, "color": 3}, {"x": -61.06963348388672, "y": -29.07082748413086, "subreddit": "homenetworking", "cluster": 1165, "color": 0}, {"x": -61.168697357177734, "y": -30.422401428222656, "subreddit": "mikrotik", "cluster": 1165, "color": 0}, {"x": -61.16603088378906, "y": -30.588760375976562, "subreddit": "voip", "cluster": 1165, "color": 0}, {"x": 24.964204788208008, "y": -13.679059028625488, "subreddit": "hoocoodanode", "cluster": 1942, "color": 4}, {"x": 8.732600212097168, "y": -3.0866806507110596, "subreddit": "jillstein", "cluster": 1942, "color": 4}, {"x": 24.27734375, "y": -14.489029884338379, "subreddit": "kossacks_for_sanders", "cluster": 1942, "color": 4}, {"x": 24.710208892822266, "y": -14.377314567565918, "subreddit": "wayofthebern", "cluster": 1942, "color": 4}, {"x": 25.152732849121094, "y": -14.862010955810547, "subreddit": "wearenotasking", "cluster": 1942, "color": 4}, {"x": 78.22122192382812, "y": 111.05519104003906, "subreddit": "hookers", "cluster": 1604, "color": 3}, {"x": 77.63948059082031, "y": 110.56391143798828, "subreddit": "sexworkers", "cluster": 1604, "color": 3}, {"x": 77.44478607177734, "y": 110.39970397949219, "subreddit": "sexworkersonly", "cluster": 1604, "color": 3}, {"x": 53.27608108520508, "y": -67.77123260498047, "subreddit": "sugarlifestyleforum", "cluster": 1604, "color": 3}, {"x": 43.48816680908203, "y": 81.38516998291016, "subreddit": "hooping", "cluster": 1057, "color": 2}, {"x": -68.08304595947266, "y": -37.84239959716797, "subreddit": "lightingdesign", "cluster": 1057, "color": 2}, {"x": -3.8961076736450195, "y": 51.797481536865234, "subreddit": "lordsmobile", "cluster": 1057, "color": 2}, {"x": -67.66329956054688, "y": -38.64870834350586, "subreddit": "premierleague", "cluster": 1057, "color": 2}, {"x": -68.16228485107422, "y": -37.662418365478516, "subreddit": "techtheatre", "cluster": 1057, "color": 2}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "hossen420_tv", "cluster": 885, "color": 3}, {"x": -79.59683990478516, "y": -45.25715255737305, "subreddit": "hotones", "cluster": 886, "color": 3}, {"x": -78.5516357421875, "y": -46.06394958496094, "subreddit": "hotpeppers", "cluster": 886, "color": 3}, {"x": -78.97743225097656, "y": -45.0491828918457, "subreddit": "hotsauce", "cluster": 886, "color": 3}, {"x": -78.67620086669922, "y": -45.21208953857422, "subreddit": "spicy", "cluster": 886, "color": 3}, {"x": 19.389095306396484, "y": 91.10932159423828, "subreddit": "houseplants", "cluster": 888, "color": 1}, {"x": 20.16386604309082, "y": 90.77835845947266, "subreddit": "indoorgarden", "cluster": 888, "color": 1}, {"x": 19.742368698120117, "y": 92.23402404785156, "subreddit": "plantclinic", "cluster": 888, "color": 1}, {"x": 19.175933837890625, "y": 90.61918640136719, "subreddit": "plants", "cluster": 888, "color": 1}, {"x": 19.880634307861328, "y": 93.17230987548828, "subreddit": "proplifting", "cluster": 888, "color": 1}, {"x": 18.507980346679688, "y": 91.8011245727539, "subreddit": "takeaplantleaveaplant", "cluster": 888, "color": 1}, {"x": 103.88607788085938, "y": 50.096256256103516, "subreddit": "howwastoday", "cluster": 966, "color": 2}, {"x": 103.89080810546875, "y": 50.42558288574219, "subreddit": "jaxmains", "cluster": 966, "color": 2}, {"x": 103.99246215820312, "y": 52.10356140136719, "subreddit": "tryndameremains", "cluster": 966, "color": 2}, {"x": 137.80259704589844, "y": 48.02406311035156, "subreddit": "hpfanfiction", "cluster": 1233, "color": 4}, {"x": 137.8004608154297, "y": 48.02406311035156, "subreddit": "narutofanfiction", "cluster": 1233, "color": 4}, {"x": 41.83481216430664, "y": -40.43468475341797, "subreddit": "hpmor", "cluster": 1496, "color": 2}, {"x": 26.56523323059082, "y": -107.43807220458984, "subreddit": "mlpios", "cluster": 1496, "color": 2}, {"x": 41.84228515625, "y": -40.42276382446289, "subreddit": "rational", "cluster": 1496, "color": 2}, {"x": 26.201868057250977, "y": -105.42670440673828, "subreddit": "wanderinginn", "cluster": 1496, "color": 2}, {"x": -56.49666213989258, "y": 25.290353775024414, "subreddit": "hqsportstv", "cluster": 891, "color": 3}, {"x": 34.372379302978516, "y": 93.96158599853516, "subreddit": "httyd", "cluster": 1541, "color": 0}, {"x": 36.18436050415039, "y": 93.7580795288086, "subreddit": "ocd", "cluster": 1541, "color": 0}, {"x": 36.06908416748047, "y": 93.77603912353516, "subreddit": "rocd", "cluster": 1541, "color": 0}, {"x": 1.2655128240585327, "y": 11.346611022949219, "subreddit": "hulugans", "cluster": 1380, "color": 2}, {"x": -4.1516804695129395, "y": 48.979820251464844, "subreddit": "photoshoprequest", "cluster": 1380, "color": 2}, {"x": -4.150031566619873, "y": 48.989501953125, "subreddit": "picrequests", "cluster": 1380, "color": 2}, {"x": -25.32320213317871, "y": 90.78089141845703, "subreddit": "snorkblot", "cluster": 1380, "color": 2}, {"x": -34.27439880371094, "y": -36.50585174560547, "subreddit": "hungercraft", "cluster": 1632, "color": 4}, {"x": 0.07425626367330551, "y": 55.072837829589844, "subreddit": "love", "cluster": 1632, "color": 4}, {"x": 1.671600103378296, "y": 52.7520637512207, "subreddit": "replika", "cluster": 1632, "color": 4}, {"x": 1.9371044635772705, "y": 54.2193489074707, "subreddit": "shittyideas", "cluster": 1632, "color": 4}, {"x": 1.6430842876434326, "y": 54.228851318359375, "subreddit": "sixwordstories", "cluster": 1632, "color": 4}, {"x": 0.8870527744293213, "y": 54.93299102783203, "subreddit": "twinflames", "cluster": 1632, "color": 4}, {"x": -119.54715728759766, "y": 46.46931838989258, "subreddit": "huntersbell", "cluster": 1735, "color": 4}, {"x": -58.42596435546875, "y": 49.28901290893555, "subreddit": "snuggly", "cluster": 1735, "color": 4}, {"x": -119.71209716796875, "y": 46.52714920043945, "subreddit": "summonsign", "cluster": 1735, "color": 4}, {"x": 121.70401000976562, "y": 51.8697624206543, "subreddit": "hunterxhunter", "cluster": 896, "color": 3}, {"x": 61.36798095703125, "y": 24.455278396606445, "subreddit": "thepromisedneverland", "cluster": 896, "color": 3}, {"x": 121.70600128173828, "y": 51.871498107910156, "subreddit": "worldtrigger", "cluster": 896, "color": 3}, {"x": -63.89786911010742, "y": -100.52445983886719, "subreddit": "huskers", "cluster": 1249, "color": 1}, {"x": -65.19390869140625, "y": -100.26286315917969, "subreddit": "lincoln", "cluster": 1249, "color": 1}, {"x": -65.3341293334961, "y": -100.55827331542969, "subreddit": "nebraska", "cluster": 1249, "color": 1}, {"x": -65.79080963134766, "y": -100.94420623779297, "subreddit": "omaha", "cluster": 1249, "color": 1}, {"x": -5.01636266708374, "y": -89.76017761230469, "subreddit": "securityguards", "cluster": 1249, "color": 1}, {"x": -139.20156860351562, "y": -14.974956512451172, "subreddit": "hutcoinsales", "cluster": 899, "color": 3}, {"x": -138.72994995117188, "y": -15.538346290588379, "subreddit": "hutrep", "cluster": 899, "color": 3}, {"x": -139.45806884765625, "y": -14.65673828125, "subreddit": "nba2kmtselling", "cluster": 899, "color": 3}, {"x": 88.58321380615234, "y": 40.58844757080078, "subreddit": "hypnosis", "cluster": 1720, "color": 1}, {"x": 33.7747917175293, "y": -26.457763671875, "subreddit": "meditation", "cluster": 1720, "color": 1}, {"x": 89.4472427368164, "y": 41.479644775390625, "subreddit": "streamentry", "cluster": 1720, "color": 1}, {"x": 89.63479614257812, "y": 41.75382614135742, "subreddit": "themindilluminated", "cluster": 1720, "color": 1}, {"x": -38.16749954223633, "y": 17.354660034179688, "subreddit": "hypotheticalsituation", "cluster": 1999, "color": 0}, {"x": -39.14608383178711, "y": 18.198055267333984, "subreddit": "shovelknight", "cluster": 1999, "color": 0}, {"x": -23.55984878540039, "y": 82.73699188232422, "subreddit": "wizardoflegend", "cluster": 1999, "color": 0}, {"x": -38.64451217651367, "y": 17.736177444458008, "subreddit": "youenteradungeon", "cluster": 1999, "color": 0}, {"x": -7.112961292266846, "y": -4.183431148529053, "subreddit": "hyptoheicla", "cluster": 1151, "color": 3}, {"x": -4.977366924285889, "y": 46.270347595214844, "subreddit": "insidermemetrading", "cluster": 1151, "color": 3}, {"x": -7.964071750640869, "y": 21.67904281616211, "subreddit": "me_irl", "cluster": 1151, "color": 3}, {"x": 3.0174062252044678, "y": 15.481758117675781, "subreddit": "meirl", "cluster": 1151, "color": 3}, {"x": 2.8078887462615967, "y": 15.983126640319824, "subreddit": "whitepeopletwitter", "cluster": 1151, "color": 3}, {"x": 2.3901803493499756, "y": 4.202418327331543, "subreddit": "youtubehaiku", "cluster": 1151, "color": 3}, {"x": -82.89152526855469, "y": -42.25938034057617, "subreddit": "hyundai", "cluster": 902, "color": 4}, {"x": -83.09269714355469, "y": -42.876949310302734, "subreddit": "kia", "cluster": 902, "color": 4}, {"x": -83.02837371826172, "y": -41.78167724609375, "subreddit": "veloster", "cluster": 902, "color": 4}, {"x": -23.411760330200195, "y": 131.71295166015625, "subreddit": "i_irl", "cluster": 903, "color": 1}, {"x": -23.489852905273438, "y": 130.5686798095703, "subreddit": "longtail", "cluster": 903, "color": 1}, {"x": -23.400726318359375, "y": 131.86468505859375, "subreddit": "potuswatch", "cluster": 903, "color": 1}, {"x": -20.72308921813965, "y": -59.64718246459961, "subreddit": "iceland", "cluster": 908, "color": 2}, {"x": -20.730792999267578, "y": -59.644805908203125, "subreddit": "visitingiceland", "cluster": 908, "color": 2}, {"x": 2.8323605060577393, "y": 46.625118255615234, "subreddit": "ich_iel", "cluster": 1933, "color": 3}, {"x": 3.841536521911621, "y": 45.39950942993164, "subreddit": "navcoin", "cluster": 1933, "color": 3}, {"x": 3.0582873821258545, "y": 46.36792755126953, "subreddit": "wasletztepreis", "cluster": 1933, "color": 3}, {"x": -10.136978149414062, "y": 4.096000671386719, "subreddit": "ico", "cluster": 909, "color": 1}, {"x": -10.134847640991211, "y": 4.100420951843262, "subreddit": "icoanalysis", "cluster": 909, "color": 1}, {"x": 70.26032257080078, "y": 60.302337646484375, "subreddit": "ifparents", "cluster": 937, "color": 2}, {"x": 70.81062316894531, "y": 58.59379196166992, "subreddit": "ifseniorclass", "cluster": 937, "color": 2}, {"x": 70.52604675292969, "y": 59.06577682495117, "subreddit": "infertility", "cluster": 937, "color": 2}, {"x": 70.3088150024414, "y": 59.90922927856445, "subreddit": "infertilitybabies", "cluster": 937, "color": 2}, {"x": 58.64266586303711, "y": 58.4128303527832, "subreddit": "pcos", "cluster": 937, "color": 2}, {"x": -71.21678924560547, "y": -25.914691925048828, "subreddit": "ifttt", "cluster": 1972, "color": 4}, {"x": -82.63511657714844, "y": 105.92920684814453, "subreddit": "shortcuts", "cluster": 1972, "color": 4}, {"x": -82.63517761230469, "y": 105.92979431152344, "subreddit": "workflow", "cluster": 1972, "color": 4}, {"x": -3.077150583267212, "y": 5.232120990753174, "subreddit": "ifyoulikeblank", "cluster": 913, "color": 0}, {"x": -15.004920959472656, "y": -108.16842651367188, "subreddit": "letstalkmusic", "cluster": 913, "color": 0}, {"x": -4.209908485412598, "y": -32.232791900634766, "subreddit": "moviesuggestions", "cluster": 913, "color": 0}, {"x": -3.102811098098755, "y": 5.5542802810668945, "subreddit": "namethatsong", "cluster": 913, "color": 0}, {"x": 26.308242797851562, "y": 37.56782531738281, "subreddit": "ihe", "cluster": 916, "color": 2}, {"x": 26.390501022338867, "y": 37.72764587402344, "subreddit": "jarmedia", "cluster": 916, "color": 2}, {"x": 25.745872497558594, "y": 36.646846771240234, "subreddit": "minionhate", "cluster": 916, "color": 2}, {"x": 111.79918670654297, "y": 53.58509063720703, "subreddit": "illaoi", "cluster": 1998, "color": 0}, {"x": 112.83174896240234, "y": 56.48085021972656, "subreddit": "singedmains", "cluster": 1998, "color": 0}, {"x": 112.82066345214844, "y": 56.474708557128906, "subreddit": "yorickmains", "cluster": 1998, "color": 0}, {"x": -65.55654907226562, "y": -2.3981165885925293, "subreddit": "illegaltorrents", "cluster": 1918, "color": 5}, {"x": -64.32656860351562, "y": -2.844970703125, "subreddit": "privateinternetaccess", "cluster": 1918, "color": 5}, {"x": -66.39865112304688, "y": -3.3965961933135986, "subreddit": "seedboxes", "cluster": 1918, "color": 5}, {"x": -65.244873046875, "y": -2.6049253940582275, "subreddit": "vpn", "cluster": 1918, "color": 5}, {"x": 60.469932556152344, "y": 71.37992858886719, "subreddit": "illnessfakers", "cluster": 917, "color": 3}, {"x": 60.47825241088867, "y": 71.3742446899414, "subreddit": "illnessfakersgonewild", "cluster": 917, "color": 3}, {"x": 62.313961029052734, "y": 77.83016204833984, "subreddit": "service_dogs", "cluster": 917, "color": 3}, {"x": 140.4303436279297, "y": -66.52095031738281, "subreddit": "imagesofaustralia", "cluster": 919, "color": 0}, {"x": 141.1686553955078, "y": -65.89754486083984, "subreddit": "imagesofcalifornia", "cluster": 919, "color": 0}, {"x": 141.861083984375, "y": -66.08807373046875, "subreddit": "imagesofcanada", "cluster": 919, "color": 0}, {"x": 143.14501953125, "y": -67.05239868164062, "subreddit": "imagesofcolorado", "cluster": 919, "color": 0}, {"x": 140.09970092773438, "y": -65.6775894165039, "subreddit": "imagesofengland", "cluster": 919, "color": 0}, {"x": 143.03953552246094, "y": -66.14230346679688, "subreddit": "imagesofflorida", "cluster": 919, "color": 0}, {"x": 142.14071655273438, "y": -67.45128631591797, "subreddit": "imagesoffrance", "cluster": 919, "color": 0}, {"x": 141.70909118652344, "y": -65.06763458251953, "subreddit": "imagesofillinois", "cluster": 919, "color": 0}, {"x": 141.43748474121094, "y": -67.16036987304688, "subreddit": "imagesofindia", "cluster": 919, "color": 0}, {"x": 142.4936065673828, "y": -65.44253540039062, "subreddit": "imagesofjapan", "cluster": 919, "color": 0}, {"x": 141.0776824951172, "y": -66.69429779052734, "subreddit": "imagesofnewyork", "cluster": 919, "color": 0}, {"x": 142.26605224609375, "y": -66.65032196044922, "subreddit": "imagesofrussia", "cluster": 919, "color": 0}, {"x": 139.474365234375, "y": -66.50872802734375, "subreddit": "imagesofspain", "cluster": 919, "color": 0}, {"x": 140.80551147460938, "y": -65.12273406982422, "subreddit": "imagesoftexas", "cluster": 919, "color": 0}, {"x": 139.7742462158203, "y": -68.67658233642578, "subreddit": "imagesofthe1940s", "cluster": 919, "color": 0}, {"x": 141.21990966796875, "y": -68.41499328613281, "subreddit": "imagesofthe1960s", "cluster": 919, "color": 0}, {"x": 140.5875244140625, "y": -68.12374114990234, "subreddit": "imagesofthe1970s", "cluster": 919, "color": 0}, {"x": 140.10752868652344, "y": -67.69075775146484, "subreddit": "imagesofthe1980s", "cluster": 919, "color": 0}, {"x": 139.3343963623047, "y": -67.81471252441406, "subreddit": "imagesofthe1990s", "cluster": 919, "color": 0}, {"x": 141.570068359375, "y": -69.0353012084961, "subreddit": "imagesofthe2000s", "cluster": 919, "color": 0}, {"x": 140.5448760986328, "y": -69.12406158447266, "subreddit": "imagesofthe2010s", "cluster": 919, "color": 0}, {"x": 142.75799560546875, "y": -67.9525146484375, "subreddit": "imagesofusa", "cluster": 919, "color": 0}, {"x": 60.173500061035156, "y": -39.03310775756836, "subreddit": "imaginarycharacters", "cluster": 920, "color": 2}, {"x": 60.387672424316406, "y": -39.28559494018555, "subreddit": "imaginarylandscapes", "cluster": 920, "color": 2}, {"x": 60.174888610839844, "y": -39.46762466430664, "subreddit": "imaginarymonsters", "cluster": 920, "color": 2}, {"x": 60.6772575378418, "y": -39.17911148071289, "subreddit": "imaginarytechnology", "cluster": 920, "color": 2}, {"x": 5.252191066741943, "y": -24.73919105529785, "subreddit": "slowcooking", "cluster": 920, "color": 2}, {"x": 48.39616394042969, "y": 1.1071751117706299, "subreddit": "tombraider", "cluster": 920, "color": 2}, {"x": 36.45724868774414, "y": -61.216156005859375, "subreddit": "imaginarymaps", "cluster": 1115, "color": 4}, {"x": -12.765728950500488, "y": -10.946449279785156, "subreddit": "mapporncirclejerk", "cluster": 1115, "color": 4}, {"x": -12.760754585266113, "y": -10.948782920837402, "subreddit": "shittymapporn", "cluster": 1115, "color": 4}, {"x": 72.29769134521484, "y": -52.364070892333984, "subreddit": "imaginarywarhammer", "cluster": 1922, "color": 3}, {"x": 72.2193832397461, "y": -53.15009689331055, "subreddit": "wallpaper", "cluster": 1922, "color": 3}, {"x": 72.25414276123047, "y": -52.86605453491211, "subreddit": "wallpapers", "cluster": 1922, "color": 3}, {"x": 36.14226531982422, "y": 16.171340942382812, "subreddit": "imdbfilmgeneral", "cluster": 922, "color": 0}, {"x": 37.64164733886719, "y": 16.094362258911133, "subreddit": "imdbvg", "cluster": 922, "color": 0}, {"x": 35.670711517333984, "y": 16.34407615661621, "subreddit": "storiesaboutkevin", "cluster": 922, "color": 0}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "importatntmatch", "cluster": 924, "color": 5}, {"x": -14.134909629821777, "y": 72.43482971191406, "subreddit": "incest_relationships", "cluster": 1494, "color": 4}, {"x": 51.741859436035156, "y": 100.0483627319336, "subreddit": "rape", "cluster": 1494, "color": 4}, {"x": 51.69965744018555, "y": 100.00628662109375, "subreddit": "rapecounseling", "cluster": 1494, "color": 4}, {"x": 2.1125075817108154, "y": -12.113189697265625, "subreddit": "incremental_games", "cluster": 1857, "color": 4}, {"x": -21.373964309692383, "y": -63.300228118896484, "subreddit": "swimming", "cluster": 1857, "color": 4}, {"x": -21.993833541870117, "y": -63.355220794677734, "subreddit": "triathlon", "cluster": 1857, "color": 4}, {"x": -12.381450653076172, "y": 89.84691619873047, "subreddit": "india", "cluster": 927, "color": 3}, {"x": -17.7314453125, "y": 88.58373260498047, "subreddit": "librandu", "cluster": 927, "color": 3}, {"x": -12.347776412963867, "y": 89.89181518554688, "subreddit": "willis7737_news", "cluster": 927, "color": 3}, {"x": -9.947016716003418, "y": 86.7970962524414, "subreddit": "indianonpolitical", "cluster": 930, "color": 4}, {"x": -10.047871589660645, "y": 86.71965026855469, "subreddit": "indianpeoplequora", "cluster": 930, "color": 4}, {"x": -7.780379295349121, "y": 94.92982482910156, "subreddit": "soapboxbanhammer", "cluster": 930, "color": 4}, {"x": 10.420185089111328, "y": 13.688064575195312, "subreddit": "indiedev", "cluster": 934, "color": 3}, {"x": 10.424337387084961, "y": 13.671869277954102, "subreddit": "indiegames", "cluster": 934, "color": 3}, {"x": 41.10745620727539, "y": -25.262996673583984, "subreddit": "indiegaming", "cluster": 934, "color": 3}, {"x": 11.48211669921875, "y": 15.015010833740234, "subreddit": "playmygame", "cluster": 934, "color": 3}, {"x": 52.43217468261719, "y": 66.06697082519531, "subreddit": "indieexchange", "cluster": 933, "color": 2}, {"x": 52.40812683105469, "y": 66.03614044189453, "subreddit": "indiemakeupandmore", "cluster": 933, "color": 2}, {"x": -25.055864334106445, "y": 109.37623596191406, "subreddit": "indonesia", "cluster": 981, "color": 2}, {"x": -24.969499588012695, "y": 110.38738250732422, "subreddit": "jumpchain", "cluster": 981, "color": 2}, {"x": -25.522563934326172, "y": 111.25083923339844, "subreddit": "kengan_ashura", "cluster": 981, "color": 2}, {"x": -24.81047821044922, "y": 110.42719268798828, "subreddit": "makeyourchoice", "cluster": 981, "color": 2}, {"x": -27.183650970458984, "y": -14.370119094848633, "subreddit": "ingress", "cluster": 1812, "color": 1}, {"x": -27.19793128967285, "y": -14.3754301071167, "subreddit": "nianticwayfarer", "cluster": 1812, "color": 1}, {"x": 30.15691375732422, "y": 1.2224652767181396, "subreddit": "pokemongo", "cluster": 1812, "color": 1}, {"x": 30.57892608642578, "y": 2.4709365367889404, "subreddit": "pokemongodev", "cluster": 1812, "color": 1}, {"x": 31.601518630981445, "y": 0.5810195803642273, "subreddit": "pokemongoivs", "cluster": 1812, "color": 1}, {"x": 50.65106964111328, "y": -120.31067657470703, "subreddit": "pokemongonewjersey", "cluster": 1812, "color": 1}, {"x": 3.2709624767303467, "y": 14.614724159240723, "subreddit": "pokemongoyellow", "cluster": 1812, "color": 1}, {"x": 72.88164520263672, "y": 65.86038208007812, "subreddit": "rollerskating", "cluster": 1812, "color": 1}, {"x": 29.913223266601562, "y": 0.33620554208755493, "subreddit": "thesilpharena", "cluster": 1812, "color": 1}, {"x": 30.26419448852539, "y": 0.9404034614562988, "subreddit": "thesilphroad", "cluster": 1812, "color": 1}, {"x": -71.58171081542969, "y": 77.3137435913086, "subreddit": "injustice2mobilegame", "cluster": 940, "color": 3}, {"x": -71.59003448486328, "y": 77.3115463256836, "subreddit": "mkxmobile", "cluster": 940, "color": 3}, {"x": -42.04997634887695, "y": 79.0940933227539, "subreddit": "tekkenmobile", "cluster": 940, "color": 3}, {"x": 53.39796447753906, "y": -42.37858963012695, "subreddit": "injusticegame", "cluster": 1460, "color": 3}, {"x": -32.15306854248047, "y": 1.353312373161316, "subreddit": "paragon", "cluster": 1460, "color": 3}, {"x": 53.41669845581055, "y": -42.3751335144043, "subreddit": "psbattleroyale", "cluster": 1460, "color": 3}, {"x": 34.801212310791016, "y": -22.153400421142578, "subreddit": "instantpot", "cluster": 1423, "color": 0}, {"x": 34.93190002441406, "y": -22.373476028442383, "subreddit": "polymerclay", "cluster": 1423, "color": 0}, {"x": 34.40742492675781, "y": -22.90587043762207, "subreddit": "pressurecooking", "cluster": 1423, "color": 0}, {"x": 35.78634262084961, "y": -22.46142578125, "subreddit": "sculpture", "cluster": 1423, "color": 0}, {"x": -40.52669906616211, "y": 58.15535354614258, "subreddit": "integralfactor", "cluster": 1287, "color": 4}, {"x": -40.700016021728516, "y": 54.99713134765625, "subreddit": "narutoblazing", "cluster": 1287, "color": 4}, {"x": -41.57192611694336, "y": 55.453922271728516, "subreddit": "ninjavoltage", "cluster": 1287, "color": 4}, {"x": -41.87195587158203, "y": 55.58271026611328, "subreddit": "opbr", "cluster": 1287, "color": 4}, {"x": 112.3478012084961, "y": -33.50868606567383, "subreddit": "intellectualdarkweb", "cluster": 979, "color": 0}, {"x": 30.654647827148438, "y": 20.50935935974121, "subreddit": "jordan_peterson_memes", "cluster": 979, "color": 0}, {"x": 30.72127342224121, "y": 20.505069732666016, "subreddit": "jordanpeterson", "cluster": 979, "color": 0}, {"x": -2.8917577266693115, "y": 2.4342246055603027, "subreddit": "interdimensionalcable", "cluster": 1263, "color": 3}, {"x": 17.66051483154297, "y": 0.3903178870677948, "subreddit": "newsbotbot", "cluster": 1263, "color": 3}, {"x": 17.696399688720703, "y": 0.33895301818847656, "subreddit": "newstweetfeed", "cluster": 1263, "color": 3}, {"x": 84.11930847167969, "y": -128.12332153320312, "subreddit": "interstellar", "cluster": 1587, "color": 4}, {"x": 122.4433364868164, "y": -71.50080871582031, "subreddit": "lovedeathandrobots", "cluster": 1587, "color": 4}, {"x": 21.200576782226562, "y": -34.409584045410156, "subreddit": "printsf", "cluster": 1587, "color": 4}, {"x": 42.84765625, "y": -43.11874771118164, "subreddit": "questionablecontent", "cluster": 1587, "color": 4}, {"x": 22.122114181518555, "y": -32.08073043823242, "subreddit": "sciencefiction", "cluster": 1587, "color": 4}, {"x": 22.618635177612305, "y": -32.38507080078125, "subreddit": "secondlife", "cluster": 1587, "color": 4}, {"x": 21.619518280029297, "y": -31.459304809570312, "subreddit": "singularity", "cluster": 1587, "color": 4}, {"x": -4.071330547332764, "y": -37.29542922973633, "subreddit": "theexpanse", "cluster": 1587, "color": 4}, {"x": -67.8419189453125, "y": -1.2904404401779175, "subreddit": "invites", "cluster": 1837, "color": 4}, {"x": -66.44868469238281, "y": -0.4939287602901459, "subreddit": "piracy", "cluster": 1837, "color": 4}, {"x": -69.3044662475586, "y": -0.6886958479881287, "subreddit": "popcorntime", "cluster": 1837, "color": 4}, {"x": -66.52951049804688, "y": -1.0331288576126099, "subreddit": "thepiratebay", "cluster": 1837, "color": 4}, {"x": -67.64607238769531, "y": -1.472848892211914, "subreddit": "torrents", "cluster": 1837, "color": 4}, {"x": -67.47706604003906, "y": -2.46382212638855, "subreddit": "trackers", "cluster": 1837, "color": 4}, {"x": -56.727867126464844, "y": -7.144877910614014, "subreddit": "ios", "cluster": 946, "color": 2}, {"x": -56.705623626708984, "y": -7.988171100616455, "subreddit": "iosbeta", "cluster": 946, "color": 2}, {"x": -57.6420783996582, "y": -7.602190017700195, "subreddit": "iphone", "cluster": 946, "color": 2}, {"x": -56.43054962158203, "y": -6.726478576660156, "subreddit": "iphonehelp", "cluster": 946, "color": 2}, {"x": -60.67424392700195, "y": -5.169177532196045, "subreddit": "iphonexr", "cluster": 946, "color": 2}, {"x": -47.18370819091797, "y": -22.813621520996094, "subreddit": "iosprogramming", "cluster": 1747, "color": 5}, {"x": -47.18120574951172, "y": -22.81397819519043, "subreddit": "swift", "cluster": 1747, "color": 5}, {"x": -9.646108627319336, "y": 16.786577224731445, "subreddit": "iossetups", "cluster": 951, "color": 2}, {"x": -9.015508651733398, "y": 16.892276763916016, "subreddit": "iphonewallpapers", "cluster": 951, "color": 2}, {"x": -8.609143257141113, "y": 16.9789981842041, "subreddit": "iwallpaper", "cluster": 951, "color": 2}, {"x": 2.6639318466186523, "y": 72.31155395507812, "subreddit": "iota", "cluster": 948, "color": 3}, {"x": 419.36614990234375, "y": 118.90470886230469, "subreddit": "iotafaucet", "cluster": 948, "color": 3}, {"x": 2.6060802936553955, "y": 72.1689224243164, "subreddit": "iotamarkets", "cluster": 948, "color": 3}, {"x": 2.296196460723877, "y": 71.42222595214844, "subreddit": "oyster", "cluster": 948, "color": 3}, {"x": -18.223066329956055, "y": 122.7902603149414, "subreddit": "iptv", "cluster": 952, "color": 3}, {"x": -18.47453498840332, "y": 123.36579132080078, "subreddit": "iptvresellers", "cluster": 952, "color": 3}, {"x": -18.20015525817871, "y": 122.75926971435547, "subreddit": "iptvreviews", "cluster": 952, "color": 3}, {"x": -66.5405044555664, "y": -6.5894975662231445, "subreddit": "tvzionapp", "cluster": 952, "color": 3}, {"x": -89.80824279785156, "y": 6.492964744567871, "subreddit": "iran", "cluster": 953, "color": 1}, {"x": -89.86957550048828, "y": 6.2902045249938965, "subreddit": "iranian", "cluster": 953, "color": 1}, {"x": -90.12643432617188, "y": 5.425065040588379, "subreddit": "qatar", "cluster": 953, "color": 1}, {"x": -94.85150146484375, "y": -86.39012145996094, "subreddit": "irs", "cluster": 1767, "color": 2}, {"x": -34.360755920410156, "y": 43.46376419067383, "subreddit": "stimuluscheck", "cluster": 1767, "color": 2}, {"x": -94.72540283203125, "y": -86.1619644165039, "subreddit": "tax", "cluster": 1767, "color": 2}, {"x": -94.38442993164062, "y": -85.50528717041016, "subreddit": "taxpros", "cluster": 1767, "color": 2}, {"x": 129.66880798339844, "y": 46.28179168701172, "subreddit": "iteration110cradle", "cluster": 1133, "color": 0}, {"x": 129.6659698486328, "y": 46.28300094604492, "subreddit": "mattress", "cluster": 1133, "color": 0}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "jaguarstitanslives", "cluster": 960, "color": 8}, {"x": 139.5498504638672, "y": -15.731565475463867, "subreddit": "jakeandamir", "cluster": 1306, "color": 0}, {"x": 139.55026245117188, "y": -15.732041358947754, "subreddit": "notanotherdndpodcast", "cluster": 1306, "color": 0}, {"x": 22.84859848022461, "y": -74.3143539428711, "subreddit": "japan", "cluster": 1210, "color": 4}, {"x": 23.923274993896484, "y": -73.39213562011719, "subreddit": "japancirclejerk", "cluster": 1210, "color": 4}, {"x": 23.9984130859375, "y": -74.08214569091797, "subreddit": "japanlife", "cluster": 1210, "color": 4}, {"x": 22.845548629760742, "y": -72.81017303466797, "subreddit": "japantravel", "cluster": 1210, "color": 4}, {"x": -114.73799896240234, "y": 21.100643157958984, "subreddit": "kingcobrajfs", "cluster": 1210, "color": 4}, {"x": 23.390045166015625, "y": -73.41386413574219, "subreddit": "movingtojapan", "cluster": 1210, "color": 4}, {"x": 24.844615936279297, "y": -74.53865814208984, "subreddit": "teachinginjapan", "cluster": 1210, "color": 4}, {"x": 22.54876136779785, "y": -74.5288314819336, "subreddit": "tokyo", "cluster": 1210, "color": 4}, {"x": -1.096184253692627, "y": -33.875465393066406, "subreddit": "japanesefood", "cluster": 963, "color": 3}, {"x": 21.556943893432617, "y": -74.78733825683594, "subreddit": "japanpics", "cluster": 963, "color": 3}, {"x": -1.1588292121887207, "y": -34.026309967041016, "subreddit": "ramen", "cluster": 963, "color": 3}, {"x": 19.244789123535156, "y": 84.96165466308594, "subreddit": "jarrariums", "cluster": 1784, "color": 2}, {"x": 19.139799118041992, "y": 85.05347442626953, "subreddit": "terrariums", "cluster": 1784, "color": 2}, {"x": -6.739914894104004, "y": -30.243431091308594, "subreddit": "jazz", "cluster": 967, "color": 3}, {"x": 28.21150016784668, "y": 65.25228118896484, "subreddit": "jazzcirclejerk", "cluster": 967, "color": 3}, {"x": -6.90399694442749, "y": 4.183064937591553, "subreddit": "kenm", "cluster": 967, "color": 3}, {"x": 28.219478607177734, "y": 65.25279235839844, "subreddit": "synthesizercirclejerk", "cluster": 967, "color": 3}, {"x": -82.90995025634766, "y": 46.82907485961914, "subreddit": "jcole", "cluster": 1075, "color": 3}, {"x": -82.90164947509766, "y": 46.07864761352539, "subreddit": "logic_301", "cluster": 1075, "color": 3}, {"x": -10.014983177185059, "y": 32.99454116821289, "subreddit": "nfrealmusic", "cluster": 1075, "color": 3}, {"x": 108.11376190185547, "y": -29.531341552734375, "subreddit": "jellesmarbleruns", "cluster": 969, "color": 0}, {"x": 108.10688018798828, "y": -29.52777099609375, "subreddit": "marblelympics", "cluster": 969, "color": 0}, {"x": -11.547041893005371, "y": -53.417354583740234, "subreddit": "onision", "cluster": 969, "color": 0}, {"x": -13.49660873413086, "y": 40.11737823486328, "subreddit": "worldbox", "cluster": 969, "color": 0}, {"x": -67.93424987792969, "y": -146.4532470703125, "subreddit": "jerma985", "cluster": 1790, "color": 2}, {"x": -11.966727256774902, "y": -67.01094818115234, "subreddit": "mylittlefortress", "cluster": 1790, "color": 2}, {"x": 47.66844940185547, "y": 15.421822547912598, "subreddit": "randomactsoftf2", "cluster": 1790, "color": 2}, {"x": -18.68996810913086, "y": 0.5291327834129333, "subreddit": "sfm", "cluster": 1790, "color": 2}, {"x": 46.677459716796875, "y": 16.309717178344727, "subreddit": "tf2", "cluster": 1790, "color": 2}, {"x": 47.40065002441406, "y": 16.79936408996582, "subreddit": "tf2fashionadvice", "cluster": 1790, "color": 2}, {"x": 45.765602111816406, "y": 17.21135139465332, "subreddit": "tf2weaponideas", "cluster": 1790, "color": 2}, {"x": 46.49660110473633, "y": 16.07421112060547, "subreddit": "truetf2", "cluster": 1790, "color": 2}, {"x": 20.183605194091797, "y": -59.28010177612305, "subreddit": "jhu", "cluster": 1257, "color": 4}, {"x": 30.3995361328125, "y": -44.74070739746094, "subreddit": "neuro", "cluster": 1257, "color": 4}, {"x": 30.387176513671875, "y": -44.78968048095703, "subreddit": "neuroscience", "cluster": 1257, "color": 4}, {"x": 30.63050079345703, "y": -42.717105865478516, "subreddit": "objectivism", "cluster": 1257, "color": 4}, {"x": -109.80874633789062, "y": 21.667367935180664, "subreddit": "sbu", "cluster": 1257, "color": 4}, {"x": 275.0472106933594, "y": 200.9812469482422, "subreddit": "jjdandfamily", "cluster": 1230, "color": 3}, {"x": 102.61917114257812, "y": 33.50303268432617, "subreddit": "nanny", "cluster": 1230, "color": 3}, {"x": 102.86002349853516, "y": 33.12031936645508, "subreddit": "nerdist", "cluster": 1230, "color": 3}, {"x": -24.653425216674805, "y": -131.46923828125, "subreddit": "john_frusciante", "cluster": 975, "color": 1}, {"x": -24.654705047607422, "y": -131.4576873779297, "subreddit": "redhotchilipeppers", "cluster": 975, "color": 1}, {"x": 120.04952239990234, "y": 43.64141845703125, "subreddit": "jonbenet", "cluster": 977, "color": 1}, {"x": 120.04972076416016, "y": 43.63422775268555, "subreddit": "jonbenetramsey", "cluster": 977, "color": 1}, {"x": 293.55816650390625, "y": 470.43768310546875, "subreddit": "jonessmithlivehd", "cluster": 978, "color": 0}, {"x": -32.10237121582031, "y": -39.29855728149414, "subreddit": "journalism", "cluster": 1308, "color": 4}, {"x": -31.09804916381836, "y": -39.34480285644531, "subreddit": "npr", "cluster": 1308, "color": 4}, {"x": -71.21619415283203, "y": -81.994140625, "subreddit": "riograndevalley", "cluster": 1308, "color": 4}, {"x": -30.325763702392578, "y": -39.56879806518555, "subreddit": "santabarbara", "cluster": 1308, "color": 4}, {"x": -20.946969985961914, "y": -35.967952728271484, "subreddit": "shameless", "cluster": 1308, "color": 4}, {"x": 12.141167640686035, "y": 46.048667907714844, "subreddit": "jreg", "cluster": 1417, "color": 1}, {"x": 12.323131561279297, "y": 45.601722717285156, "subreddit": "polcompball", "cluster": 1417, "color": 1}, {"x": 12.955612182617188, "y": 45.013885498046875, "subreddit": "politicalcompass", "cluster": 1417, "color": 1}, {"x": 9.837928771972656, "y": 45.70404052734375, "subreddit": "simdemocracy", "cluster": 1417, "color": 1}, {"x": -83.18789672851562, "y": 57.587886810302734, "subreddit": "juicewrld", "cluster": 1991, "color": 3}, {"x": -22.416677474975586, "y": 25.085206985473633, "subreddit": "scarlxrd", "cluster": 1991, "color": 3}, {"x": -83.3661880493164, "y": 58.60282516479492, "subreddit": "xxxtentacion", "cluster": 1991, "color": 3}, {"x": -83.51362609863281, "y": 59.21788024902344, "subreddit": "zillakami", "cluster": 1991, "color": 3}, {"x": 47.94548416137695, "y": -5.142538547515869, "subreddit": "jurassicpark", "cluster": 983, "color": 1}, {"x": 32.2525634765625, "y": 0.35839319229125977, "subreddit": "jurassicworldalive", "cluster": 983, "color": 1}, {"x": 48.07816696166992, "y": -5.392700672149658, "subreddit": "jurassicworldevo", "cluster": 983, "color": 1}, {"x": 48.401573181152344, "y": -6.139112949371338, "subreddit": "planetzoo", "cluster": 983, "color": 1}, {"x": 57.938743591308594, "y": -55.19685363769531, "subreddit": "just_post", "cluster": 1688, "color": 2}, {"x": 22.489606857299805, "y": -40.47633743286133, "subreddit": "shitredditsays", "cluster": 1688, "color": 2}, {"x": 21.51203155517578, "y": -40.66413116455078, "subreddit": "srsbusiness", "cluster": 1688, "color": 2}, {"x": 20.69438362121582, "y": -41.19580841064453, "subreddit": "srsdiscussion", "cluster": 1688, "color": 2}, {"x": 20.54957389831543, "y": -40.025482177734375, "subreddit": "srsgaming", "cluster": 1688, "color": 2}, {"x": 21.603546142578125, "y": -40.792999267578125, "subreddit": "srsmeta", "cluster": 1688, "color": 2}, {"x": 21.64569854736328, "y": -41.89030075073242, "subreddit": "srswomen", "cluster": 1688, "color": 2}, {"x": 16.408872604370117, "y": 27.486099243164062, "subreddit": "justbootthings", "cluster": 984, "color": 0}, {"x": 16.36619758605957, "y": 27.463882446289062, "subreddit": "justdependathings", "cluster": 984, "color": 0}, {"x": 40.56391143798828, "y": -99.64310455322266, "subreddit": "militaryfaq", "cluster": 984, "color": 0}, {"x": -96.38117218017578, "y": 67.7203369140625, "subreddit": "justcool393", "cluster": 985, "color": 0}, {"x": 21.46139144897461, "y": -17.283233642578125, "subreddit": "justicedemocrats", "cluster": 1421, "color": 2}, {"x": 22.26321029663086, "y": -15.931059837341309, "subreddit": "political_revolution", "cluster": 1421, "color": 2}, {"x": 22.33183479309082, "y": -15.885571479797363, "subreddit": "sandersforpresident", "cluster": 1421, "color": 2}, {"x": 66.70858764648438, "y": 95.14998626708984, "subreddit": "justnofamily", "cluster": 1045, "color": 2}, {"x": 67.48260498046875, "y": 95.338623046875, "subreddit": "justnomil", "cluster": 1045, "color": 2}, {"x": 66.9683609008789, "y": 94.9544448852539, "subreddit": "justnoso", "cluster": 1045, "color": 2}, {"x": 66.76637268066406, "y": 97.18873596191406, "subreddit": "justnotalk", "cluster": 1045, "color": 2}, {"x": 67.43822479248047, "y": 97.58490753173828, "subreddit": "justnotruth", "cluster": 1045, "color": 2}, {"x": 66.9749984741211, "y": 96.02684020996094, "subreddit": "letterstojnmil", "cluster": 1045, "color": 2}, {"x": 66.0426025390625, "y": 97.67085266113281, "subreddit": "momforaminute", "cluster": 1045, "color": 2}, {"x": -62.725746154785156, "y": -91.26873016357422, "subreddit": "kansascitychiefs", "cluster": 990, "color": 1}, {"x": -62.7893180847168, "y": -91.30131530761719, "subreddit": "kcroyals", "cluster": 990, "color": 1}, {"x": 71.33696746826172, "y": 20.99923324584961, "subreddit": "kappa", "cluster": 992, "color": 4}, {"x": 71.65210723876953, "y": 22.406719207763672, "subreddit": "kofallstar", "cluster": 992, "color": 4}, {"x": 71.30302429199219, "y": 20.843252182006836, "subreddit": "salty", "cluster": 992, "color": 4}, {"x": -45.06533432006836, "y": 20.267669677734375, "subreddit": "streetfighter", "cluster": 992, "color": 4}, {"x": -42.74697494506836, "y": 18.2983341217041, "subreddit": "tekken", "cluster": 992, "color": 4}, {"x": 26.244829177856445, "y": -143.7337188720703, "subreddit": "karakuratown", "cluster": 993, "color": 2}, {"x": 25.965856552124023, "y": -144.503662109375, "subreddit": "lasnoches", "cluster": 993, "color": 2}, {"x": 26.045207977294922, "y": -143.421630859375, "subreddit": "seireitei", "cluster": 993, "color": 2}, {"x": -75.08704376220703, "y": -110.05813598632812, "subreddit": "tgrp", "cluster": 993, "color": 2}, {"x": 27.057357788085938, "y": -143.71371459960938, "subreddit": "xcution", "cluster": 993, "color": 2}, {"x": 87.61357879638672, "y": 98.9532699584961, "subreddit": "kava", "cluster": 1017, "color": 3}, {"x": 21.821748733520508, "y": 119.58234405517578, "subreddit": "kratom", "cluster": 1017, "color": 3}, {"x": 21.724658966064453, "y": 119.34426879882812, "subreddit": "kratomkorner", "cluster": 1017, "color": 3}, {"x": 22.065641403198242, "y": 120.20667266845703, "subreddit": "kratomm", "cluster": 1017, "color": 3}, {"x": -49.99089813232422, "y": -70.37894439697266, "subreddit": "kayaking", "cluster": 994, "color": 0}, {"x": -48.9254150390625, "y": -70.70378112792969, "subreddit": "pennstateuniversity", "cluster": 994, "color": 0}, {"x": -50.03851318359375, "y": -70.36309051513672, "subreddit": "whitewater", "cluster": 994, "color": 0}, {"x": -26.981565475463867, "y": 123.2803726196289, "subreddit": "kendama", "cluster": 1823, "color": 0}, {"x": -27.412425994873047, "y": 123.11239624023438, "subreddit": "throwers", "cluster": 1823, "color": 0}, {"x": -38.753475189208984, "y": -53.33171844482422, "subreddit": "kentucky", "cluster": 997, "color": 3}, {"x": -38.57862091064453, "y": -53.13685607910156, "subreddit": "lexington", "cluster": 997, "color": 3}, {"x": -39.2402229309082, "y": -53.868377685546875, "subreddit": "louisville", "cluster": 997, "color": 3}, {"x": -9.536641120910645, "y": 91.56356048583984, "subreddit": "kerala", "cluster": 1021, "color": 0}, {"x": -16.10088348388672, "y": 91.76375579833984, "subreddit": "kuttichevuru", "cluster": 1021, "color": 0}, {"x": -9.541834831237793, "y": 91.56059265136719, "subreddit": "lal_salaam", "cluster": 1021, "color": 0}, {"x": -94.7165756225586, "y": -5.945253372192383, "subreddit": "keto", "cluster": 1990, "color": 8}, {"x": -94.44789123535156, "y": -5.7858781814575195, "subreddit": "ketogains", "cluster": 1990, "color": 8}, {"x": -37.99539566040039, "y": 1.1941936016082764, "subreddit": "orangetheory", "cluster": 1990, "color": 8}, {"x": -95.70426940917969, "y": -6.058162212371826, "subreddit": "xxketo", "cluster": 1990, "color": 8}, {"x": -96.27294158935547, "y": -6.0000810623168945, "subreddit": "xxketo4u2", "cluster": 1990, "color": 8}, {"x": -94.55079650878906, "y": -8.19653034210205, "subreddit": "keto_food", "cluster": 999, "color": 2}, {"x": -94.43292236328125, "y": -8.802764892578125, "subreddit": "ketodrunk", "cluster": 999, "color": 2}, {"x": -94.67046356201172, "y": -7.677433490753174, "subreddit": "ketorecipes", "cluster": 999, "color": 2}, {"x": -91.41400909423828, "y": -0.16236142814159393, "subreddit": "ketochow", "cluster": 1671, "color": 3}, {"x": -91.30583953857422, "y": -0.08317036926746368, "subreddit": "soylent", "cluster": 1671, "color": 3}, {"x": 195.3174591064453, "y": 510.13604736328125, "subreddit": "takecareofmyplant", "cluster": 1671, "color": 3}, {"x": -17.80348777770996, "y": 100.9211654663086, "subreddit": "kfq", "cluster": 1000, "color": 1}, {"x": -94.56391143798828, "y": 50.186092376708984, "subreddit": "kgatlw", "cluster": 1762, "color": 2}, {"x": -96.49085998535156, "y": 52.20745849609375, "subreddit": "mgmt", "cluster": 1762, "color": 2}, {"x": -94.70532989501953, "y": 50.3157958984375, "subreddit": "tameimpala", "cluster": 1762, "color": 2}, {"x": -2.7834255695343018, "y": 22.632461547851562, "subreddit": "khanvscrawfordhd", "cluster": 1130, "color": 2}, {"x": -78.51586151123047, "y": 82.15711212158203, "subreddit": "mastersgolf2019live", "cluster": 1130, "color": 2}, {"x": -78.5248031616211, "y": 82.16015625, "subreddit": "tottenhamvsajaxlivehd", "cluster": 1130, "color": 2}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "khanvscrawfordlives", "cluster": 1001, "color": 8}, {"x": 36.40509796142578, "y": 72.98866271972656, "subreddit": "kibbe", "cluster": 1603, "color": 4}, {"x": 134.86026000976562, "y": 1.7883126735687256, "subreddit": "serialpodcast", "cluster": 1603, "color": 4}, {"x": 134.6595458984375, "y": 1.7506682872772217, "subreddit": "serialpodcastorigins", "cluster": 1603, "color": 4}, {"x": 135.63722229003906, "y": 1.9629533290863037, "subreddit": "serialthunderdome", "cluster": 1603, "color": 4}, {"x": -71.62056732177734, "y": 7.905884265899658, "subreddit": "killtony", "cluster": 1005, "color": 2}, {"x": -35.553466796875, "y": 0.9635186791419983, "subreddit": "owenbenjamin", "cluster": 1005, "color": 2}, {"x": -71.60575866699219, "y": 7.897508144378662, "subreddit": "retropie", "cluster": 1005, "color": 2}, {"x": -36.01688003540039, "y": -150.26080322265625, "subreddit": "kingofthehill", "cluster": 1813, "color": 4}, {"x": 24.197982788085938, "y": -100.16045379638672, "subreddit": "simpsonsshitposting", "cluster": 1813, "color": 4}, {"x": 24.19127082824707, "y": -100.14359283447266, "subreddit": "thesimpsons", "cluster": 1813, "color": 4}, {"x": 57.791259765625, "y": -51.460628509521484, "subreddit": "kingstonontario", "cluster": 1478, "color": 4}, {"x": 33.79230880737305, "y": -84.75967407226562, "subreddit": "mcgill", "cluster": 1478, "color": 4}, {"x": -109.06698608398438, "y": 48.94886016845703, "subreddit": "mcmaster", "cluster": 1478, "color": 4}, {"x": 57.79494857788086, "y": -51.476341247558594, "subreddit": "queensuniversity", "cluster": 1478, "color": 4}, {"x": -12.569366455078125, "y": -135.0003662109375, "subreddit": "kitchener", "cluster": 1939, "color": 3}, {"x": -12.62869930267334, "y": -135.12081909179688, "subreddit": "waterloo", "cluster": 1939, "color": 3}, {"x": -12.996793746948242, "y": -135.8620147705078, "subreddit": "wlu", "cluster": 1939, "color": 3}, {"x": -116.40230560302734, "y": -19.68160629272461, "subreddit": "kitswap", "cluster": 1633, "color": 3}, {"x": -117.30320739746094, "y": -18.26142120361328, "subreddit": "nwsl", "cluster": 1633, "color": 3}, {"x": -117.2293930053711, "y": -18.355566024780273, "subreddit": "sjearthquakes", "cluster": 1633, "color": 3}, {"x": 1.2433030605316162, "y": -12.347947120666504, "subreddit": "kittensgame", "cluster": 1040, "color": 0}, {"x": -37.44061279296875, "y": -50.88198471069336, "subreddit": "kroger", "cluster": 1040, "color": 0}, {"x": -7.780074596405029, "y": -31.74543571472168, "subreddit": "legionfx", "cluster": 1040, "color": 0}, {"x": 93.54149627685547, "y": -5.613933563232422, "subreddit": "mutantsandmasterminds", "cluster": 1040, "color": 0}, {"x": -7.493669033050537, "y": -32.056461334228516, "subreddit": "towerofgod", "cluster": 1040, "color": 0}, {"x": -7.730335712432861, "y": -30.63622283935547, "subreddit": "xmen", "cluster": 1040, "color": 0}, {"x": -5.14520788192749, "y": -20.84181022644043, "subreddit": "kotakuinaction", "cluster": 1014, "color": 2}, {"x": -5.1333208084106445, "y": -20.842735290527344, "subreddit": "kotakuinaction2", "cluster": 1014, "color": 2}, {"x": -6.261378765106201, "y": -22.0316162109375, "subreddit": "wikiinaction", "cluster": 1014, "color": 2}, {"x": -56.49666213989258, "y": 25.290353775024414, "subreddit": "ksivsloganpaul2", "cluster": 1018, "color": 4}, {"x": -30.827579498291016, "y": -76.15115356445312, "subreddit": "kurdistan", "cluster": 1753, "color": 3}, {"x": -31.421449661254883, "y": -77.15502166748047, "subreddit": "syriancirclejerkwar", "cluster": 1753, "color": 3}, {"x": -31.45090675354004, "y": -77.20498657226562, "subreddit": "syriancivilwar", "cluster": 1753, "color": 3}, {"x": -30.86229705810547, "y": -78.2404556274414, "subreddit": "syrianrebels", "cluster": 1753, "color": 3}, {"x": -32.37723922729492, "y": -77.5210189819336, "subreddit": "yemenicrisis", "cluster": 1753, "color": 3}, {"x": 13.711404800415039, "y": -102.97148895263672, "subreddit": "kuwtk", "cluster": 1778, "color": 5}, {"x": 15.866432189941406, "y": -101.39952850341797, "subreddit": "teenmom", "cluster": 1778, "color": 5}, {"x": 15.843256950378418, "y": -101.40121459960938, "subreddit": "teenmomogandteenmom2", "cluster": 1778, "color": 5}, {"x": 52.923763275146484, "y": 43.582801818847656, "subreddit": "tlcsisterwives", "cluster": 1778, "color": 5}, {"x": 51.09615707397461, "y": 45.26316833496094, "subreddit": "tlcunexpected", "cluster": 1778, "color": 5}, {"x": -78.41179656982422, "y": -63.27225112915039, "subreddit": "lacrosse", "cluster": 1709, "color": 3}, {"x": 64.07884979248047, "y": 81.11177825927734, "subreddit": "real_parents", "cluster": 1709, "color": 3}, {"x": 64.0747299194336, "y": 81.1561279296875, "subreddit": "stepparents", "cluster": 1709, "color": 3}, {"x": 35.0888557434082, "y": 31.04307746887207, "subreddit": "ladyboners", "cluster": 1020, "color": 0}, {"x": 35.42066192626953, "y": 31.282608032226562, "subreddit": "ladybonersgonecuddly", "cluster": 1020, "color": 0}, {"x": -29.590457916259766, "y": 0.13854536414146423, "subreddit": "parkour", "cluster": 1020, "color": 0}, {"x": -56.348594665527344, "y": -66.7388687133789, "subreddit": "landlord", "cluster": 1502, "color": 5}, {"x": -59.03205871582031, "y": -65.87110137939453, "subreddit": "mortgages", "cluster": 1502, "color": 5}, {"x": -33.409400939941406, "y": -3.4921629428863525, "subreddit": "p90x", "cluster": 1502, "color": 5}, {"x": -58.85448455810547, "y": -66.53775787353516, "subreddit": "realestate", "cluster": 1502, "color": 5}, {"x": -57.67018127441406, "y": -66.58915710449219, "subreddit": "realestateinvesting", "cluster": 1502, "color": 5}, {"x": -59.034400939941406, "y": -66.78376007080078, "subreddit": "realtors", "cluster": 1502, "color": 5}, {"x": -87.44640350341797, "y": -2.2435686588287354, "subreddit": "laptopdeals", "cluster": 1732, "color": 5}, {"x": -86.92472076416016, "y": -3.253634452819824, "subreddit": "laptops", "cluster": 1732, "color": 5}, {"x": -87.11490631103516, "y": -2.885559558868408, "subreddit": "suggestalaptop", "cluster": 1732, "color": 5}, {"x": -57.97062683105469, "y": -18.223007202148438, "subreddit": "suggestapc", "cluster": 1732, "color": 5}, {"x": 0.24954897165298462, "y": -60.76122283935547, "subreddit": "laravel", "cluster": 1376, "color": 4}, {"x": 0.2600577771663666, "y": -61.67351531982422, "subreddit": "php", "cluster": 1376, "color": 4}, {"x": 0.24932749569416046, "y": -61.875892639160156, "subreddit": "phphelp", "cluster": 1376, "color": 4}, {"x": -40.608642578125, "y": 82.59788513183594, "subreddit": "lastdayonearthgame", "cluster": 1023, "color": 2}, {"x": -40.60243606567383, "y": 82.60617065429688, "subreddit": "ldesurvival", "cluster": 1023, "color": 2}, {"x": -34.94329071044922, "y": 78.7207260131836, "subreddit": "lifeafter", "cluster": 1023, "color": 2}, {"x": 65.91021728515625, "y": 116.43856811523438, "subreddit": "latinopeopletwitter", "cluster": 1160, "color": 3}, {"x": 65.72435760498047, "y": 118.90508270263672, "subreddit": "mexico", "cluster": 1160, "color": 3}, {"x": 65.42411041259766, "y": 119.01683044433594, "subreddit": "mexicocity", "cluster": 1160, "color": 3}, {"x": 66.38217163085938, "y": 119.61892700195312, "subreddit": "monterrey", "cluster": 1160, "color": 3}, {"x": 66.1407699584961, "y": 117.7336654663086, "subreddit": "mujico", "cluster": 1160, "color": 3}, {"x": 65.92687225341797, "y": 116.75363159179688, "subreddit": "techoblanco", "cluster": 1160, "color": 3}, {"x": 12.157068252563477, "y": 92.5359878540039, "subreddit": "lawofattraction", "cluster": 1027, "color": 1}, {"x": 12.153844833374023, "y": 92.5410385131836, "subreddit": "nevillegoddard", "cluster": 1027, "color": 1}, {"x": 11.209441184997559, "y": 89.84490966796875, "subreddit": "subliminal", "cluster": 1027, "color": 1}, {"x": -2.310328722000122, "y": -80.59925079345703, "subreddit": "lawschool", "cluster": 1028, "color": 5}, {"x": -81.99784088134766, "y": 33.54890060424805, "subreddit": "lawschooladmissions", "cluster": 1028, "color": 5}, {"x": -81.99907684326172, "y": 33.55000686645508, "subreddit": "lsat", "cluster": 1028, "color": 5}, {"x": 15.974554061889648, "y": -20.733243942260742, "subreddit": "le_pen", "cluster": 1796, "color": 4}, {"x": 15.136971473693848, "y": -20.383087158203125, "subreddit": "the_europe", "cluster": 1796, "color": 4}, {"x": 15.32146167755127, "y": -20.505210876464844, "subreddit": "the_farage", "cluster": 1796, "color": 4}, {"x": 28.167638778686523, "y": -2.840402841567993, "subreddit": "thenewright", "cluster": 1796, "color": 4}, {"x": 103.14228057861328, "y": -21.205839157104492, "subreddit": "leagueofgiving", "cluster": 1030, "color": 1}, {"x": 103.1342544555664, "y": -21.237058639526367, "subreddit": "lolcodetrade", "cluster": 1030, "color": 1}, {"x": 103.4996566772461, "y": -18.79119110107422, "subreddit": "loleventvods", "cluster": 1030, "color": 1}, {"x": 103.48261260986328, "y": -24.701242446899414, "subreddit": "sharehearthstone", "cluster": 1030, "color": 1}, {"x": 103.905029296875, "y": 31.746068954467773, "subreddit": "leavingneverland", "cluster": 1035, "color": 2}, {"x": 103.59667205810547, "y": 32.01990509033203, "subreddit": "leavingneverlandhbo", "cluster": 1035, "color": 2}, {"x": 104.63224792480469, "y": 31.222698211669922, "subreddit": "michaeljackson", "cluster": 1035, "color": 2}, {"x": 78.51982116699219, "y": -113.61139678955078, "subreddit": "led_zeppelin", "cluster": 1036, "color": 0}, {"x": 78.52153015136719, "y": -113.61215209960938, "subreddit": "ledzeppelin", "cluster": 1036, "color": 0}, {"x": -12.477556228637695, "y": -41.880245208740234, "subreddit": "legaciescw", "cluster": 1809, "color": 4}, {"x": -11.961063385009766, "y": -41.30072021484375, "subreddit": "theoriginals", "cluster": 1809, "color": 4}, {"x": -11.925680160522461, "y": -41.2492561340332, "subreddit": "thevampirediaries", "cluster": 1809, "color": 4}, {"x": 43.556644439697266, "y": -108.39433288574219, "subreddit": "legaladviceuk", "cluster": 1418, "color": 3}, {"x": 43.557735443115234, "y": -108.3956069946289, "subreddit": "policeuk", "cluster": 1418, "color": 3}, {"x": -73.55615234375, "y": 33.945037841796875, "subreddit": "lego", "cluster": 1041, "color": 3}, {"x": -73.86865997314453, "y": 34.02407455444336, "subreddit": "legodeal", "cluster": 1041, "color": 3}, {"x": -73.62716674804688, "y": 33.8210563659668, "subreddit": "legomarket", "cluster": 1041, "color": 3}, {"x": -72.81430053710938, "y": 34.56549072265625, "subreddit": "legostarwars", "cluster": 1041, "color": 3}, {"x": -73.56336975097656, "y": 33.000301361083984, "subreddit": "legotrade", "cluster": 1041, "color": 3}, {"x": -74.99272155761719, "y": 34.23868179321289, "subreddit": "lepin", "cluster": 1041, "color": 3}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "lfnstreams", "cluster": 1046, "color": 8}, {"x": -83.61685943603516, "y": -8.50747299194336, "subreddit": "lgg6", "cluster": 1049, "color": 4}, {"x": -83.9403076171875, "y": -8.206157684326172, "subreddit": "lgg7", "cluster": 1049, "color": 4}, {"x": -82.98114776611328, "y": -9.5874662399292, "subreddit": "lgv20", "cluster": 1049, "color": 4}, {"x": -83.42657470703125, "y": -8.89091968536377, "subreddit": "lgv30", "cluster": 1049, "color": 4}, {"x": -145.88548278808594, "y": 20.000532150268555, "subreddit": "libertyrsa", "cluster": 1052, "color": 3}, {"x": -145.8862762451172, "y": 20.000524520874023, "subreddit": "tweetarchiver", "cluster": 1052, "color": 3}, {"x": 21.497495651245117, "y": 105.54344177246094, "subreddit": "life", "cluster": 1730, "color": 5}, {"x": 12.039731979370117, "y": 116.7715835571289, "subreddit": "methadone", "cluster": 1730, "color": 5}, {"x": 16.40057945251465, "y": 119.00824737548828, "subreddit": "opiatesrecovery", "cluster": 1730, "color": 5}, {"x": 18.02108383178711, "y": 121.3478012084961, "subreddit": "problemgambling", "cluster": 1730, "color": 5}, {"x": 16.383995056152344, "y": 118.97767639160156, "subreddit": "suboxone", "cluster": 1730, "color": 5}, {"x": 55.2227668762207, "y": 96.13931274414062, "subreddit": "lifeafternarcissism", "cluster": 1054, "color": 2}, {"x": 55.2203254699707, "y": 96.13538360595703, "subreddit": "raisedbynarcissists", "cluster": 1054, "color": 2}, {"x": 58.993614196777344, "y": 95.67013549804688, "subreddit": "relationships_advice", "cluster": 1054, "color": 2}, {"x": 3.2301583290100098, "y": -4.848934173583984, "subreddit": "snackexchange", "cluster": 1054, "color": 2}, {"x": 37.15200424194336, "y": 87.74179077148438, "subreddit": "limerence", "cluster": 1062, "color": 2}, {"x": -30.640840530395508, "y": 0.6353034377098083, "subreddit": "owlcity", "cluster": 1062, "color": 2}, {"x": 102.41728973388672, "y": 12.833967208862305, "subreddit": "liquidlegends", "cluster": 1770, "color": 2}, {"x": 102.24321746826172, "y": 12.839802742004395, "subreddit": "team_liquid", "cluster": 1770, "color": 2}, {"x": 101.3460693359375, "y": 12.855663299560547, "subreddit": "teamliquid", "cluster": 1770, "color": 2}, {"x": 14.524293899536133, "y": 77.01576232910156, "subreddit": "litecoin", "cluster": 1066, "color": 2}, {"x": 14.530929565429688, "y": 77.03984069824219, "subreddit": "litecoinmarkets", "cluster": 1066, "color": 2}, {"x": -0.9241850972175598, "y": -97.79826354980469, "subreddit": "litrpg", "cluster": 1514, "color": 0}, {"x": -1.432062029838562, "y": -97.62264251708984, "subreddit": "redditguild", "cluster": 1514, "color": 0}, {"x": -1.5666162967681885, "y": -97.57638549804688, "subreddit": "westvirginia", "cluster": 1514, "color": 0}, {"x": -95.93680572509766, "y": 57.622615814208984, "subreddit": "livestream_online", "cluster": 1070, "color": 1}, {"x": 25.57294273376465, "y": 78.36798095703125, "subreddit": "livetvus", "cluster": 1071, "color": 3}, {"x": -51.799190521240234, "y": -113.4377212524414, "subreddit": "lockpicking", "cluster": 1073, "color": 2}, {"x": -51.70139694213867, "y": -113.20327758789062, "subreddit": "locksmith", "cluster": 1073, "color": 2}, {"x": -51.9833869934082, "y": -116.8932113647461, "subreddit": "roversmorningglory", "cluster": 1073, "color": 2}, {"x": -80.82339477539062, "y": 68.8786849975586, "subreddit": "longboarding", "cluster": 1635, "color": 3}, {"x": -78.24885559082031, "y": 70.34034729003906, "subreddit": "newskaters", "cluster": 1635, "color": 3}, {"x": -78.25807189941406, "y": 70.33293151855469, "subreddit": "skateboarding", "cluster": 1635, "color": 3}, {"x": -48.04301452636719, "y": 9.599259376525879, "subreddit": "longdistance", "cluster": 1953, "color": 4}, {"x": -47.7629508972168, "y": 10.772186279296875, "subreddit": "sailormoon", "cluster": 1953, "color": 4}, {"x": -47.93525314331055, "y": 10.142354965209961, "subreddit": "wemetonline", "cluster": 1953, "color": 4}, {"x": 26.40648078918457, "y": 113.72931671142578, "subreddit": "longevity", "cluster": 1691, "color": 4}, {"x": 25.236417770385742, "y": 113.74945068359375, "subreddit": "nootropics", "cluster": 1691, "color": 4}, {"x": 25.842815399169922, "y": 113.73062896728516, "subreddit": "stackadvice", "cluster": 1691, "color": 4}, {"x": 18.903404235839844, "y": -33.88774871826172, "subreddit": "tdcs", "cluster": 1691, "color": 4}, {"x": 130.4376678466797, "y": 56.32324981689453, "subreddit": "lootcrate", "cluster": 1083, "color": 2}, {"x": 130.43605041503906, "y": 56.3231086730957, "subreddit": "lootcratespoilers", "cluster": 1083, "color": 2}, {"x": 0.21208436787128448, "y": 50.852569580078125, "subreddit": "lordoftherings", "cluster": 1089, "color": 3}, {"x": 41.052589416503906, "y": -45.65829849243164, "subreddit": "lotr", "cluster": 1089, "color": 3}, {"x": 78.73873901367188, "y": -34.91273498535156, "subreddit": "lotrlcg", "cluster": 1089, "color": 3}, {"x": 41.15614318847656, "y": -45.58444595336914, "subreddit": "tolkienfans", "cluster": 1089, "color": 3}, {"x": -47.315460205078125, "y": -81.66619873046875, "subreddit": "losangelesrams", "cluster": 1713, "color": 2}, {"x": -48.573734283447266, "y": -82.8082504272461, "subreddit": "sanjosesharks", "cluster": 1713, "color": 2}, {"x": -47.351226806640625, "y": -81.69183349609375, "subreddit": "stlouisrams", "cluster": 1713, "color": 2}, {"x": -36.6016960144043, "y": 35.92693328857422, "subreddit": "lossprevention", "cluster": 1086, "color": 3}, {"x": -36.59075927734375, "y": 35.9249267578125, "subreddit": "shoplifting", "cluster": 1086, "color": 3}, {"x": 28.9632511138916, "y": -31.652790069580078, "subreddit": "lostgeneration", "cluster": 1088, "color": 0}, {"x": 28.74728012084961, "y": -31.69468879699707, "subreddit": "rant", "cluster": 1088, "color": 0}, {"x": 13.534300804138184, "y": 74.0062484741211, "subreddit": "studentloandefaulters", "cluster": 1088, "color": 0}, {"x": 33.26591491699219, "y": 20.765111923217773, "subreddit": "trueoffmychest", "cluster": 1088, "color": 0}, {"x": 59.16102600097656, "y": -9.619454383850098, "subreddit": "lotro", "cluster": 1312, "color": 1}, {"x": 55.80479431152344, "y": -10.423846244812012, "subreddit": "morrowind", "cluster": 1312, "color": 1}, {"x": 55.242462158203125, "y": -10.536581039428711, "subreddit": "oblivion", "cluster": 1312, "color": 1}, {"x": 54.67432403564453, "y": -10.935659408569336, "subreddit": "skyrim", "cluster": 1312, "color": 1}, {"x": -130.2208709716797, "y": -8.361784934997559, "subreddit": "lottery", "cluster": 1588, "color": 0}, {"x": -112.05461883544922, "y": -52.514774322509766, "subreddit": "moped", "cluster": 1588, "color": 0}, {"x": -112.03981018066406, "y": -52.51947784423828, "subreddit": "scooters", "cluster": 1588, "color": 0}, {"x": 16.36717987060547, "y": -95.1344985961914, "subreddit": "loveisblindonnetflix", "cluster": 1779, "color": 2}, {"x": 17.519832611083984, "y": -95.146728515625, "subreddit": "temptationislandusa", "cluster": 1779, "color": 2}, {"x": 17.95486831665039, "y": -95.12960815429688, "subreddit": "thebachelor", "cluster": 1779, "color": 2}, {"x": -27.082582473754883, "y": 1.6205036640167236, "subreddit": "lovelive", "cluster": 1092, "color": 1}, {"x": -27.648334503173828, "y": 1.525562047958374, "subreddit": "otonokizaka", "cluster": 1092, "color": 1}, {"x": 87.63695526123047, "y": 21.930124282836914, "subreddit": "weissschwarz", "cluster": 1092, "color": 1}, {"x": -26.358034133911133, "y": 71.34622192382812, "subreddit": "lowtiertradingrl", "cluster": 1543, "color": 0}, {"x": 238.27272033691406, "y": 485.54168701171875, "subreddit": "rlcustomdesigns", "cluster": 1543, "color": 0}, {"x": -25.639263153076172, "y": 70.74525451660156, "subreddit": "rlfashionadvice", "cluster": 1543, "color": 0}, {"x": -26.107223510742188, "y": 72.3541259765625, "subreddit": "rocket_league_trading", "cluster": 1543, "color": 0}, {"x": -26.124074935913086, "y": 71.42591094970703, "subreddit": "rocketleagueexchange", "cluster": 1543, "color": 0}, {"x": -25.9919376373291, "y": 72.88401794433594, "subreddit": "rocketleagueps4trades", "cluster": 1543, "color": 0}, {"x": -2.9305975437164307, "y": 19.711318969726562, "subreddit": "lssautomation", "cluster": 1095, "color": 3}, {"x": 106.37065887451172, "y": -66.20423126220703, "subreddit": "luciddreaming", "cluster": 1097, "color": 1}, {"x": 106.3722152709961, "y": -66.20626068115234, "subreddit": "sleepparalysis", "cluster": 1097, "color": 1}, {"x": -0.7872163653373718, "y": -84.06566619873047, "subreddit": "tulpas", "cluster": 1097, "color": 1}, {"x": -39.668216705322266, "y": -141.87445068359375, "subreddit": "m1finance", "cluster": 1282, "color": 5}, {"x": -39.66695022583008, "y": -141.8759307861328, "subreddit": "nier", "cluster": 1282, "color": 5}, {"x": -28.528301239013672, "y": 0.4749939441680908, "subreddit": "outerwilds", "cluster": 1282, "color": 5}, {"x": -69.55924224853516, "y": -55.76061248779297, "subreddit": "m43", "cluster": 1631, "color": 4}, {"x": 124.79747009277344, "y": 3.856360912322998, "subreddit": "sgexams", "cluster": 1631, "color": 4}, {"x": 124.79448699951172, "y": 3.85542631149292, "subreddit": "singapore", "cluster": 1631, "color": 4}, {"x": -75.65904235839844, "y": -51.1674690246582, "subreddit": "machinists", "cluster": 1158, "color": 1}, {"x": -102.36288452148438, "y": -30.0328426361084, "subreddit": "mead", "cluster": 1158, "color": 1}, {"x": -75.90681457519531, "y": -51.64076614379883, "subreddit": "metalworking", "cluster": 1158, "color": 1}, {"x": -76.52751159667969, "y": -52.240482330322266, "subreddit": "welding", "cluster": 1158, "color": 1}, {"x": -43.9974250793457, "y": -113.25611114501953, "subreddit": "maddenmobilebuysell", "cluster": 1142, "color": 3}, {"x": -44.74949645996094, "y": -112.26945495605469, "subreddit": "maddenmobileforums", "cluster": 1142, "color": 3}, {"x": -42.88822555541992, "y": -110.64977264404297, "subreddit": "maddenultimateteam", "cluster": 1142, "color": 3}, {"x": -43.6188850402832, "y": -112.4256591796875, "subreddit": "mcsrep", "cluster": 1142, "color": 3}, {"x": -43.19511032104492, "y": -112.06526184082031, "subreddit": "mutcoinselling", "cluster": 1142, "color": 3}, {"x": 46.33106994628906, "y": 114.3013916015625, "subreddit": "madeofstyrofoam", "cluster": 1599, "color": 1}, {"x": 46.11811065673828, "y": 113.38553619384766, "subreddit": "selfharm", "cluster": 1599, "color": 1}, {"x": 46.03855895996094, "y": 113.0655517578125, "subreddit": "selfharmpics", "cluster": 1599, "color": 1}, {"x": 46.306766510009766, "y": 114.24823760986328, "subreddit": "selfharmscars", "cluster": 1599, "color": 1}, {"x": 96.19721221923828, "y": -45.90763854980469, "subreddit": "stopselfharm", "cluster": 1599, "color": 1}, {"x": -36.65190505981445, "y": -73.98008728027344, "subreddit": "madisonwi", "cluster": 1968, "color": 4}, {"x": -37.361663818359375, "y": -73.3724365234375, "subreddit": "milwaukee", "cluster": 1968, "color": 4}, {"x": -37.071529388427734, "y": -73.62744140625, "subreddit": "wisconsin", "cluster": 1968, "color": 4}, {"x": 74.51399230957031, "y": 16.289522171020508, "subreddit": "madokamagica", "cluster": 1102, "color": 2}, {"x": 75.65462493896484, "y": 16.66876220703125, "subreddit": "magiarecord", "cluster": 1102, "color": 2}, {"x": 75.94416046142578, "y": 16.74660301208496, "subreddit": "memorydefrag", "cluster": 1102, "color": 2}, {"x": 85.58148193359375, "y": 46.04596710205078, "subreddit": "magick", "cluster": 1969, "color": 5}, {"x": 83.98004150390625, "y": 46.451656341552734, "subreddit": "tarot", "cluster": 1969, "color": 5}, {"x": 85.06373596191406, "y": 47.512794494628906, "subreddit": "wicca", "cluster": 1969, "color": 5}, {"x": 84.99815368652344, "y": 46.929019927978516, "subreddit": "witchcraft", "cluster": 1969, "color": 5}, {"x": -19.194740295410156, "y": 9.762468338012695, "subreddit": "magicrush", "cluster": 1450, "color": 2}, {"x": -18.138973236083984, "y": 9.524734497070312, "subreddit": "projared", "cluster": 1450, "color": 2}, {"x": -18.519601821899414, "y": 9.582891464233398, "subreddit": "projared2", "cluster": 1450, "color": 2}, {"x": 89.10684967041016, "y": -109.7837142944336, "subreddit": "maher", "cluster": 1670, "color": 5}, {"x": 89.10919189453125, "y": -109.78361511230469, "subreddit": "sovietwomble", "cluster": 1670, "color": 5}, {"x": 122.19941711425781, "y": 39.89994812011719, "subreddit": "makingamurderer", "cluster": 1109, "color": 2}, {"x": 121.91200256347656, "y": 39.64205551147461, "subreddit": "stevenaveryisguilty", "cluster": 1109, "color": 2}, {"x": 121.60222625732422, "y": 39.47075653076172, "subreddit": "supermam", "cluster": 1109, "color": 2}, {"x": 122.80207824707031, "y": 40.51525115966797, "subreddit": "ticktockmanitowoc", "cluster": 1109, "color": 2}, {"x": 57.85724639892578, "y": 62.477657318115234, "subreddit": "malepolish", "cluster": 1228, "color": 3}, {"x": 57.80840301513672, "y": 62.08985137939453, "subreddit": "nails", "cluster": 1228, "color": 3}, {"x": 59.31391906738281, "y": 61.52180480957031, "subreddit": "octoberbumpers2017", "cluster": 1228, "color": 3}, {"x": 56.97636413574219, "y": 61.68939971923828, "subreddit": "redditlaqueristas", "cluster": 1228, "color": 3}, {"x": -16.188936233520508, "y": 39.83945846557617, "subreddit": "manchesterunited", "cluster": 1510, "color": 4}, {"x": 60.89841842651367, "y": -93.62491607666016, "subreddit": "muppetiers", "cluster": 1510, "color": 4}, {"x": 60.94410705566406, "y": -93.5464096069336, "subreddit": "reddevils", "cluster": 1510, "color": 4}, {"x": 94.37422180175781, "y": 44.93989181518555, "subreddit": "mandelaeffect", "cluster": 1532, "color": 1}, {"x": 57.71636199951172, "y": 72.3522720336914, "subreddit": "narcolepsy", "cluster": 1532, "color": 1}, {"x": 94.15047454833984, "y": 44.85928726196289, "subreddit": "retconned", "cluster": 1532, "color": 1}, {"x": 92.70213317871094, "y": 44.275081634521484, "subreddit": "soulnexus", "cluster": 1532, "color": 1}, {"x": -31.432260513305664, "y": 8.610076904296875, "subreddit": "mandjtv", "cluster": 1358, "color": 2}, {"x": -31.68704605102539, "y": 6.8792805671691895, "subreddit": "pax", "cluster": 1358, "color": 2}, {"x": -31.54888343811035, "y": 8.070137977600098, "subreddit": "paxpassexchange", "cluster": 1358, "color": 2}, {"x": -85.43067932128906, "y": 84.41915893554688, "subreddit": "mangacollectors", "cluster": 1113, "color": 2}, {"x": -85.4311752319336, "y": 84.41732025146484, "subreddit": "mangaswap", "cluster": 1113, "color": 2}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "marchmadness2019livee", "cluster": 1116, "color": 4}, {"x": -62.09652328491211, "y": 90.83890533447266, "subreddit": "mariomaker", "cluster": 1119, "color": 2}, {"x": -62.097442626953125, "y": 90.84285736083984, "subreddit": "mariomaker2", "cluster": 1119, "color": 2}, {"x": -45.22214126586914, "y": 31.222612380981445, "subreddit": "mariotennis", "cluster": 1288, "color": 3}, {"x": -45.31068420410156, "y": 25.434032440185547, "subreddit": "nintendo", "cluster": 1288, "color": 3}, {"x": -47.207427978515625, "y": 24.717912673950195, "subreddit": "nintendonx", "cluster": 1288, "color": 3}, {"x": -47.21694564819336, "y": 24.51357078552246, "subreddit": "nintendoswitch", "cluster": 1288, "color": 3}, {"x": -47.633121490478516, "y": 23.467239379882812, "subreddit": "tomorrow", "cluster": 1288, "color": 3}, {"x": -45.84809112548828, "y": 25.14190101623535, "subreddit": "wiiu", "cluster": 1288, "color": 3}, {"x": -62.36980056762695, "y": 38.02904510498047, "subreddit": "marvelstudiosspoilers", "cluster": 1704, "color": 3}, {"x": -65.89436340332031, "y": 39.54420471191406, "subreddit": "saltierthancrait", "cluster": 1704, "color": 3}, {"x": -65.04042053222656, "y": 37.73271560668945, "subreddit": "starwars", "cluster": 1704, "color": 3}, {"x": -63.570438385009766, "y": 39.72682189941406, "subreddit": "starwarscantina", "cluster": 1704, "color": 3}, {"x": -66.24801635742188, "y": 33.70161437988281, "subreddit": "starwarscelebration", "cluster": 1704, "color": 3}, {"x": -63.664710998535156, "y": 38.59274673461914, "subreddit": "starwarsleaks", "cluster": 1704, "color": 3}, {"x": -63.63688278198242, "y": 39.24713134765625, "subreddit": "starwarsspeculation", "cluster": 1704, "color": 3}, {"x": 132.80223083496094, "y": -28.327823638916016, "subreddit": "masseffect_nomad", "cluster": 1126, "color": 4}, {"x": 132.80259704589844, "y": -28.329681396484375, "subreddit": "migrantfleet", "cluster": 1126, "color": 4}, {"x": -66.56143951416016, "y": 40.019168853759766, "subreddit": "mauler", "cluster": 1763, "color": 5}, {"x": 50.33555221557617, "y": -61.82724380493164, "subreddit": "shittytechnicals", "cluster": 1763, "color": 5}, {"x": 52.09260940551758, "y": -60.70719909667969, "subreddit": "tankporn", "cluster": 1763, "color": 5}, {"x": 52.05927658081055, "y": -60.69524383544922, "subreddit": "tanks", "cluster": 1763, "color": 5}, {"x": 52.75019073486328, "y": -59.765167236328125, "subreddit": "warthunder", "cluster": 1763, "color": 5}, {"x": 53.30144119262695, "y": -56.997127532958984, "subreddit": "worldoftanks", "cluster": 1763, "color": 5}, {"x": -31.62147331237793, "y": 131.76658630371094, "subreddit": "maybemaybemaybe", "cluster": 1134, "color": 3}, {"x": -31.62124252319336, "y": 131.76707458496094, "subreddit": "maybemaybeoriginal", "cluster": 1134, "color": 3}, {"x": 43.81315612792969, "y": 121.52965545654297, "subreddit": "mcat", "cluster": 1139, "color": 3}, {"x": 43.819908142089844, "y": 121.53751373291016, "subreddit": "premed", "cluster": 1139, "color": 3}, {"x": -24.01740837097168, "y": 35.56876754760742, "subreddit": "mcpe", "cluster": 1169, "color": 4}, {"x": -57.730003356933594, "y": 64.39713287353516, "subreddit": "minecraft360", "cluster": 1169, "color": 4}, {"x": -57.73822784423828, "y": 64.41099548339844, "subreddit": "minecraftone", "cluster": 1169, "color": 4}, {"x": -55.202640533447266, "y": 63.34949493408203, "subreddit": "psminecraft", "cluster": 1169, "color": 4}, {"x": -20.943161010742188, "y": 35.555294036865234, "subreddit": "mcrealmsservers", "cluster": 1503, "color": 8}, {"x": -26.855815887451172, "y": 36.46272277832031, "subreddit": "minecraft", "cluster": 1503, "color": 8}, {"x": -28.05590057373047, "y": 37.479087829589844, "subreddit": "minecraftcommands", "cluster": 1503, "color": 8}, {"x": -27.977691650390625, "y": 37.408172607421875, "subreddit": "realms", "cluster": 1503, "color": 8}, {"x": -26.417388916015625, "y": 38.807743072509766, "subreddit": "redstone", "cluster": 1503, "color": 8}, {"x": -41.27041244506836, "y": -113.93241882324219, "subreddit": "mcsplaystation", "cluster": 1141, "color": 2}, {"x": -41.28688430786133, "y": -113.92298889160156, "subreddit": "mcsxbox", "cluster": 1141, "color": 2}, {"x": 24.836162567138672, "y": 2.908784866333008, "subreddit": "mealtimevideos", "cluster": 1384, "color": 4}, {"x": 23.033723831176758, "y": 37.48725128173828, "subreddit": "nujabes", "cluster": 1384, "color": 4}, {"x": -0.21120598912239075, "y": 12.904701232910156, "subreddit": "oneyearon", "cluster": 1384, "color": 4}, {"x": 22.995643615722656, "y": 37.461673736572266, "subreddit": "pitchforkemporium", "cluster": 1384, "color": 4}, {"x": -36.855255126953125, "y": 43.273834228515625, "subreddit": "megturney", "cluster": 1665, "color": 0}, {"x": -27.336545944213867, "y": -48.18581771850586, "subreddit": "sourcefed", "cluster": 1665, "color": 0}, {"x": -27.354459762573242, "y": -48.18525314331055, "subreddit": "sugarpine7", "cluster": 1665, "color": 0}, {"x": -10.76309585571289, "y": 15.274900436401367, "subreddit": "memeframe", "cluster": 1926, "color": 3}, {"x": 100.88445281982422, "y": -28.288558959960938, "subreddit": "randomactsofcsgo", "cluster": 1926, "color": 3}, {"x": 42.74496841430664, "y": 12.124171257019043, "subreddit": "warframe", "cluster": 1926, "color": 3}, {"x": -10.28543758392334, "y": 15.239238739013672, "subreddit": "warframerunway", "cluster": 1926, "color": 3}, {"x": 42.12794494628906, "y": 12.58932876586914, "subreddit": "wartrade", "cluster": 1926, "color": 3}, {"x": 89.56781768798828, "y": 30.702970504760742, "subreddit": "memepiece", "cluster": 1326, "color": 4}, {"x": 88.84939575195312, "y": 30.068662643432617, "subreddit": "onepiece", "cluster": 1326, "color": 4}, {"x": 89.35336303710938, "y": 30.50818634033203, "subreddit": "onepiececirclejerk", "cluster": 1326, "color": 4}, {"x": -36.911861419677734, "y": 11.03904914855957, "subreddit": "mercymains", "cluster": 1154, "color": 0}, {"x": -33.53889083862305, "y": 2.3424577713012695, "subreddit": "owconsole", "cluster": 1154, "color": 0}, {"x": -36.712642669677734, "y": 11.221899032592773, "subreddit": "sombramains", "cluster": 1154, "color": 0}, {"x": -37.40056228637695, "y": 10.445991516113281, "subreddit": "symmetramains", "cluster": 1154, "color": 0}, {"x": -37.170379638671875, "y": 13.878555297851562, "subreddit": "yandere_simulator", "cluster": 1154, "color": 0}, {"x": 45.97884750366211, "y": 3.670743227005005, "subreddit": "metro", "cluster": 1159, "color": 2}, {"x": 45.97263717651367, "y": 3.6682016849517822, "subreddit": "metro2033", "cluster": 1159, "color": 2}, {"x": -24.873292922973633, "y": 4.946600437164307, "subreddit": "vaporwaveaesthetics", "cluster": 1159, "color": 2}, {"x": 28.022109985351562, "y": 9.258340835571289, "subreddit": "migraine", "cluster": 1995, "color": 0}, {"x": 28.029678344726562, "y": 9.227707862854004, "subreddit": "yoga", "cluster": 1995, "color": 0}, {"x": 50.956703186035156, "y": -66.53559112548828, "subreddit": "militariacollecting", "cluster": 1981, "color": 1}, {"x": 50.76565933227539, "y": -66.3520278930664, "subreddit": "ww2", "cluster": 1981, "color": 1}, {"x": 50.129638671875, "y": -65.79717254638672, "subreddit": "wwiipics", "cluster": 1981, "color": 1}, {"x": 6.630703449249268, "y": -115.62046813964844, "subreddit": "mindcrack", "cluster": 1168, "color": 3}, {"x": 6.174188613891602, "y": -115.21484375, "subreddit": "mindcrackcirclejerk", "cluster": 1168, "color": 3}, {"x": 6.575254917144775, "y": -115.6640853881836, "subreddit": "mindcrackdiscussion", "cluster": 1168, "color": 3}, {"x": -92.90274047851562, "y": -58.085514068603516, "subreddit": "mini", "cluster": 1171, "color": 3}, {"x": 120.68966674804688, "y": -30.65644645690918, "subreddit": "puertorico", "cluster": 1171, "color": 3}, {"x": 33.719459533691406, "y": -19.304059982299805, "subreddit": "minisnesmods", "cluster": 1173, "color": 2}, {"x": 33.68449020385742, "y": -19.297630310058594, "subreddit": "nesclassicmods", "cluster": 1173, "color": 2}, {"x": 11.359892845153809, "y": -63.978816986083984, "subreddit": "playstationclassic", "cluster": 1173, "color": 2}, {"x": 63.12586212158203, "y": 58.101402282714844, "subreddit": "miscarriage", "cluster": 1876, "color": 5}, {"x": 62.993560791015625, "y": 58.62892150878906, "subreddit": "pregnancyafterloss", "cluster": 1876, "color": 5}, {"x": 63.05527877807617, "y": 58.1806755065918, "subreddit": "ttcafterloss", "cluster": 1876, "color": 5}, {"x": -14.724263191223145, "y": -17.015661239624023, "subreddit": "xfiles", "cluster": 1876, "color": 5}, {"x": -23.22879981994629, "y": 58.056766510009766, "subreddit": "mitchjones", "cluster": 1181, "color": 2}, {"x": -23.25444221496582, "y": 58.03351593017578, "subreddit": "reckful", "cluster": 1181, "color": 2}, {"x": -20.268373489379883, "y": 57.981903076171875, "subreddit": "serious_gaming", "cluster": 1181, "color": 2}, {"x": -23.23635482788086, "y": 58.81660461425781, "subreddit": "sodapoppin", "cluster": 1181, "color": 2}, {"x": -92.51469421386719, "y": 70.73438262939453, "subreddit": "mlbstreams_hq", "cluster": 1182, "color": 4}, {"x": 29.134693145751953, "y": -112.15229797363281, "subreddit": "mlplounge", "cluster": 1401, "color": 2}, {"x": 30.422529220581055, "y": -111.43022918701172, "subreddit": "mylittlesupportgroup", "cluster": 1401, "color": 2}, {"x": 29.988920211791992, "y": -112.19932556152344, "subreddit": "ploungeafterdark", "cluster": 1401, "color": 2}, {"x": 30.194753646850586, "y": -112.4356918334961, "subreddit": "transmlp", "cluster": 1401, "color": 2}, {"x": -40.56424331665039, "y": 132.73374938964844, "subreddit": "mnnontrolls", "cluster": 1187, "color": 0}, {"x": -40.56397247314453, "y": 132.734130859375, "subreddit": "mntrolls", "cluster": 1187, "color": 0}, {"x": 27.204818725585938, "y": -79.87771606445312, "subreddit": "modeltrains", "cluster": 1847, "color": 4}, {"x": -31.057876586914062, "y": -0.7063818573951721, "subreddit": "paris", "cluster": 1847, "color": 4}, {"x": 25.274755477905273, "y": -79.08618927001953, "subreddit": "sheffield", "cluster": 1847, "color": 4}, {"x": 26.17066764831543, "y": -79.3041000366211, "subreddit": "trainporn", "cluster": 1847, "color": 4}, {"x": 26.59697151184082, "y": -79.45942687988281, "subreddit": "trains", "cluster": 1847, "color": 4}, {"x": 16.812284469604492, "y": -116.4595718383789, "subreddit": "modelusgov", "cluster": 1190, "color": 2}, {"x": 16.810802459716797, "y": -116.46649932861328, "subreddit": "modelushouse", "cluster": 1190, "color": 2}, {"x": 79.37921142578125, "y": -121.08717346191406, "subreddit": "monarchyofequestria", "cluster": 1806, "color": 1}, {"x": 79.37950897216797, "y": -121.08716583251953, "subreddit": "theoddadventures", "cluster": 1806, "color": 1}, {"x": 65.50971221923828, "y": 8.62521743774414, "subreddit": "monsterhunter", "cluster": 1195, "color": 4}, {"x": 20.575925827026367, "y": 5.093280792236328, "subreddit": "monsterhunterclan", "cluster": 1195, "color": 4}, {"x": 63.846214294433594, "y": 8.565668106079102, "subreddit": "monsterhuntermeta", "cluster": 1195, "color": 4}, {"x": 65.44474792480469, "y": 8.467638969421387, "subreddit": "monsterhunterrage", "cluster": 1195, "color": 4}, {"x": 64.07975769042969, "y": 8.63406753540039, "subreddit": "monsterhunterworld", "cluster": 1195, "color": 4}, {"x": 66.51311492919922, "y": 9.047391891479492, "subreddit": "puzzleanddragons", "cluster": 1195, "color": 4}, {"x": -52.9273796081543, "y": 89.08255767822266, "subreddit": "moomooio", "cluster": 1700, "color": 2}, {"x": -52.80927276611328, "y": 89.13819122314453, "subreddit": "starveio", "cluster": 1700, "color": 2}, {"x": -51.27299499511719, "y": 89.89582824707031, "subreddit": "survivio", "cluster": 1700, "color": 2}, {"x": -97.81753540039062, "y": -35.732669830322266, "subreddit": "motorsports", "cluster": 1945, "color": 2}, {"x": -29.506389617919922, "y": -69.10063934326172, "subreddit": "rally", "cluster": 1945, "color": 2}, {"x": -12.931617736816406, "y": -70.19986724853516, "subreddit": "v8supercars", "cluster": 1945, "color": 2}, {"x": -13.001522064208984, "y": -70.18759155273438, "subreddit": "wec", "cluster": 1945, "color": 2}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "movieavengersendgame", "cluster": 1206, "color": 9}, {"x": -8.752723693847656, "y": -23.196340560913086, "subreddit": "moviedetails", "cluster": 1207, "color": 5}, {"x": -5.1902031898498535, "y": 25.25018882751465, "subreddit": "shittymoviedetails", "cluster": 1207, "color": 5}, {"x": -8.611994743347168, "y": -24.226953506469727, "subreddit": "tesdcares", "cluster": 1207, "color": 5}, {"x": -5.003177642822266, "y": 12.554763793945312, "subreddit": "tvdetails", "cluster": 1207, "color": 5}, {"x": -8.692051887512207, "y": -22.990848541259766, "subreddit": "zippo", "cluster": 1207, "color": 5}, {"x": -33.151817321777344, "y": 5.762831687927246, "subreddit": "mrlove", "cluster": 1340, "color": 3}, {"x": -35.4577522277832, "y": 32.23303985595703, "subreddit": "mysticmessenger", "cluster": 1340, "color": 3}, {"x": -43.24794006347656, "y": 58.398353576660156, "subreddit": "obeyme", "cluster": 1340, "color": 3}, {"x": -33.056095123291016, "y": 5.330430507659912, "subreddit": "otomegames", "cluster": 1340, "color": 3}, {"x": 5.852935314178467, "y": -82.3707046508789, "subreddit": "multiplesclerosis", "cluster": 1223, "color": 1}, {"x": 61.85320281982422, "y": -23.35966682434082, "subreddit": "mwo", "cluster": 1223, "color": 1}, {"x": 61.822601318359375, "y": -23.338438034057617, "subreddit": "outreachhpg", "cluster": 1223, "color": 1}, {"x": 3.2807323932647705, "y": 106.79706573486328, "subreddit": "mushroomgrowers", "cluster": 1624, "color": 4}, {"x": 5.231302261352539, "y": 107.4008560180664, "subreddit": "psilocybinmushrooms", "cluster": 1624, "color": 4}, {"x": 4.169242858886719, "y": 107.05522918701172, "subreddit": "shroomers", "cluster": 1624, "color": 4}, {"x": 4.586238384246826, "y": 107.16893768310547, "subreddit": "shrooms", "cluster": 1624, "color": 4}, {"x": 2.673492431640625, "y": 106.63761901855469, "subreddit": "sporetraders", "cluster": 1624, "color": 4}, {"x": 8.104645729064941, "y": -41.588356018066406, "subreddit": "musicthemetime", "cluster": 1512, "color": 3}, {"x": 8.107563018798828, "y": -41.59299087524414, "subreddit": "redditdayof", "cluster": 1512, "color": 3}, {"x": -19.3941650390625, "y": -56.11915588378906, "subreddit": "mvc3", "cluster": 1221, "color": 3}, {"x": -19.24698829650879, "y": -55.328460693359375, "subreddit": "mvci", "cluster": 1221, "color": 3}, {"x": -19.156044006347656, "y": -54.817893981933594, "subreddit": "teenwolf", "cluster": 1221, "color": 3}, {"x": -18.264371871948242, "y": -54.423614501953125, "subreddit": "worldwarzthegame", "cluster": 1221, "color": 3}, {"x": -124.03294372558594, "y": 13.182022094726562, "subreddit": "mxtv", "cluster": 1224, "color": 0}, {"x": -124.03340148925781, "y": 13.182818412780762, "subreddit": "realinfo", "cluster": 1224, "color": 0}, {"x": 80.46448516845703, "y": -59.77317428588867, "subreddit": "myfavoritemurder", "cluster": 1868, "color": 4}, {"x": 112.15293884277344, "y": 37.88502883911133, "subreddit": "serialkillers", "cluster": 1868, "color": 4}, {"x": 112.51901245117188, "y": 37.918880462646484, "subreddit": "truecrime", "cluster": 1868, "color": 4}, {"x": 113.11461639404297, "y": 37.949798583984375, "subreddit": "truecrimediscussion", "cluster": 1868, "color": 4}, {"x": 56.71975326538086, "y": 52.73017120361328, "subreddit": "namenerdcirclejerk", "cluster": 1229, "color": 1}, {"x": 56.486209869384766, "y": 52.09268569946289, "subreddit": "namenerds", "cluster": 1229, "color": 1}, {"x": 56.3347053527832, "y": 51.81224060058594, "subreddit": "taylorswift", "cluster": 1229, "color": 1}, {"x": 27.851959228515625, "y": -101.6451416015625, "subreddit": "nancydrew", "cluster": 1838, "color": 4}, {"x": 30.577716827392578, "y": 90.53584289550781, "subreddit": "tortoise", "cluster": 1838, "color": 4}, {"x": 30.582847595214844, "y": 90.53596496582031, "subreddit": "turtle", "cluster": 1838, "color": 4}, {"x": 10.461821556091309, "y": 72.258544921875, "subreddit": "nanocurrency", "cluster": 1231, "color": 2}, {"x": 10.80315113067627, "y": 71.82076263427734, "subreddit": "nanotrade", "cluster": 1231, "color": 2}, {"x": 11.295461654663086, "y": 71.09334564208984, "subreddit": "raiblocks", "cluster": 1231, "color": 2}, {"x": 11.133950233459473, "y": 71.3724365234375, "subreddit": "raitrade", "cluster": 1231, "color": 2}, {"x": 16.359025955200195, "y": -36.32122039794922, "subreddit": "nature", "cluster": 1516, "color": 3}, {"x": 16.382667541503906, "y": -36.47507858276367, "subreddit": "redditoroftheday", "cluster": 1516, "color": 3}, {"x": 16.503450393676758, "y": -36.850162506103516, "subreddit": "women", "cluster": 1516, "color": 3}, {"x": -37.643211364746094, "y": -109.4405517578125, "subreddit": "nba2k", "cluster": 1241, "color": 4}, {"x": -37.640899658203125, "y": -109.33682250976562, "subreddit": "nba2kteamup", "cluster": 1241, "color": 4}, {"x": -37.57848358154297, "y": -110.21959686279297, "subreddit": "nbalive", "cluster": 1241, "color": 4}, {"x": -126.15814208984375, "y": 32.126712799072266, "subreddit": "nba_playoffs_live", "cluster": 1242, "color": 1}, {"x": 50.264163970947266, "y": 25.399490356445312, "subreddit": "nbaforums", "cluster": 1328, "color": 4}, {"x": 50.110050201416016, "y": 24.37767219543457, "subreddit": "onionhate", "cluster": 1328, "color": 4}, {"x": 0.6958880424499512, "y": -48.5133171081543, "subreddit": "stanleykubrick", "cluster": 1328, "color": 4}, {"x": 50.09224319458008, "y": 24.203336715698242, "subreddit": "tarantino", "cluster": 1328, "color": 4}, {"x": -75.85706329345703, "y": 46.267662048339844, "subreddit": "nbaplayoffslivehq", "cluster": 1243, "color": 2}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "nbaplayoffslivestream", "cluster": 1244, "color": 5}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "nbaplayoffstv", "cluster": 1245, "color": 9}, {"x": -56.49666213989258, "y": 25.290353775024414, "subreddit": "nbcnflfootballlive", "cluster": 1247, "color": 5}, {"x": -93.60691833496094, "y": 85.23745727539062, "subreddit": "ncbca", "cluster": 1248, "color": 0}, {"x": -93.60625457763672, "y": 85.23896789550781, "subreddit": "nzcfl", "cluster": 1248, "color": 0}, {"x": 22.170637130737305, "y": -55.91790008544922, "subreddit": "neoconnwo", "cluster": 1253, "color": 2}, {"x": 22.35926628112793, "y": -56.076393127441406, "subreddit": "tuesday", "cluster": 1253, "color": 2}, {"x": -123.32538604736328, "y": -8.944988250732422, "subreddit": "nerf", "cluster": 1254, "color": 1}, {"x": -123.43621063232422, "y": -8.937819480895996, "subreddit": "nerfexchange", "cluster": 1254, "color": 1}, {"x": -121.81078338623047, "y": -9.035313606262207, "subreddit": "rccars", "cluster": 1254, "color": 1}, {"x": 12.4793062210083, "y": -82.30552673339844, "subreddit": "newcastleupontyne", "cluster": 1309, "color": 1}, {"x": -99.9339828491211, "y": 31.075639724731445, "subreddit": "nufc", "cluster": 1309, "color": 1}, {"x": -99.82376098632812, "y": 31.285249710083008, "subreddit": "thefrontbottoms", "cluster": 1309, "color": 1}, {"x": -12.433661460876465, "y": 99.62528228759766, "subreddit": "newsdk", "cluster": 1264, "color": 3}, {"x": 12.984475135803223, "y": -12.634162902832031, "subreddit": "newsofthestupid", "cluster": 1265, "color": 1}, {"x": 13.00656795501709, "y": -12.681424140930176, "subreddit": "newsoftheweird", "cluster": 1265, "color": 1}, {"x": 4.479765892028809, "y": 5.549487113952637, "subreddit": "wince", "cluster": 1265, "color": 1}, {"x": 90.4306869506836, "y": -25.720359802246094, "subreddit": "newtotf2", "cluster": 1791, "color": 4}, {"x": 92.72749328613281, "y": -25.88915252685547, "subreddit": "steamtrade", "cluster": 1791, "color": 4}, {"x": 88.90438079833984, "y": -27.261823654174805, "subreddit": "tf2items", "cluster": 1791, "color": 4}, {"x": 90.45348358154297, "y": -25.80321502685547, "subreddit": "tf2trade", "cluster": 1791, "color": 4}, {"x": -72.42076873779297, "y": -15.200016975402832, "subreddit": "nexus", "cluster": 1270, "color": 0}, {"x": -73.40155792236328, "y": -15.376307487487793, "subreddit": "nexus5x", "cluster": 1270, "color": 0}, {"x": -71.84607696533203, "y": -13.74712085723877, "subreddit": "nexus6", "cluster": 1270, "color": 0}, {"x": -72.12168884277344, "y": -14.833852767944336, "subreddit": "nexus6p", "cluster": 1270, "color": 0}, {"x": -90.9577407836914, "y": 21.694074630737305, "subreddit": "nfllivekstream", "cluster": 1274, "color": 4}, {"x": 29.18794822692871, "y": 33.49348449707031, "subreddit": "nflstrreams", "cluster": 1275, "color": 0}, {"x": 17.571626663208008, "y": 50.26369857788086, "subreddit": "nflupdates", "cluster": 1276, "color": 1}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "nflweek13tv", "cluster": 1277, "color": 6}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "nhl4kkktv", "cluster": 1278, "color": 8}, {"x": -13.946688652038574, "y": 34.56903076171875, "subreddit": "nice", "cluster": 1280, "color": 4}, {"x": -13.937731742858887, "y": 34.46245574951172, "subreddit": "shitposting", "cluster": 1280, "color": 4}, {"x": -32.65095520019531, "y": -52.599205017089844, "subreddit": "nightshift", "cluster": 1619, "color": 1}, {"x": 0.19662122428417206, "y": -36.30998229980469, "subreddit": "shittyfoodporn", "cluster": 1619, "color": 1}, {"x": 0.21119324862957, "y": -36.31251525878906, "subreddit": "tonightsdinner", "cluster": 1619, "color": 1}, {"x": -13.083688735961914, "y": -42.96415328979492, "subreddit": "travelerstv", "cluster": 1619, "color": 1}, {"x": 107.78240966796875, "y": -16.555438995361328, "subreddit": "nlsscirclejerk", "cluster": 1299, "color": 3}, {"x": 107.76869201660156, "y": -16.552839279174805, "subreddit": "northernlion", "cluster": 1299, "color": 3}, {"x": 104.573974609375, "y": -14.946685791015625, "subreddit": "robocraft", "cluster": 1299, "color": 3}, {"x": 53.23753356933594, "y": 19.075632095336914, "subreddit": "nmscoordinateexchange", "cluster": 1291, "color": 0}, {"x": 52.65339279174805, "y": 21.14879035949707, "subreddit": "nmsgalactichub", "cluster": 1291, "color": 0}, {"x": 52.86117172241211, "y": 20.445207595825195, "subreddit": "no_mans_sky", "cluster": 1291, "color": 0}, {"x": 52.61433792114258, "y": 21.305879592895508, "subreddit": "nomanshigh", "cluster": 1291, "color": 0}, {"x": 8.047117233276367, "y": 93.24128723144531, "subreddit": "nofap", "cluster": 1295, "color": 2}, {"x": 7.249872207641602, "y": 93.49095153808594, "subreddit": "nofapwar", "cluster": 1295, "color": 2}, {"x": 32.86610412597656, "y": 77.63957214355469, "subreddit": "pornfree", "cluster": 1295, "color": 2}, {"x": 8.29681396484375, "y": 93.17232513427734, "subreddit": "semenretention", "cluster": 1295, "color": 2}, {"x": 40.59611892700195, "y": 80.68504333496094, "subreddit": "stopgaming", "cluster": 1295, "color": 2}, {"x": -29.506942749023438, "y": 54.68721389770508, "subreddit": "nolanbatmanmemes", "cluster": 1487, "color": 4}, {"x": -29.51706886291504, "y": 54.68002700805664, "subreddit": "raimimemes", "cluster": 1487, "color": 4}, {"x": -76.6653060913086, "y": -125.17478942871094, "subreddit": "nonprofit", "cluster": 1403, "color": 4}, {"x": -76.66574096679688, "y": -125.17529296875, "subreddit": "pocketplanes", "cluster": 1403, "color": 4}, {"x": -35.56215286254883, "y": 60.122230529785156, "subreddit": "tinytower", "cluster": 1403, "color": 4}, {"x": -25.071481704711914, "y": 67.06013488769531, "subreddit": "nopixel", "cluster": 1553, "color": 2}, {"x": -25.06863784790039, "y": 67.04306030273438, "subreddit": "rpclipsgta", "cluster": 1553, "color": 2}, {"x": -3.5173959732055664, "y": 14.170477867126465, "subreddit": "twitchrpdrama", "cluster": 1553, "color": 2}, {"x": 51.935970306396484, "y": -88.96066284179688, "subreddit": "nordiccountries", "cluster": 1744, "color": 4}, {"x": 61.17048645019531, "y": -54.23603820800781, "subreddit": "norse", "cluster": 1744, "color": 4}, {"x": 51.29574966430664, "y": -89.33413696289062, "subreddit": "svenska", "cluster": 1744, "color": 4}, {"x": 50.79094314575195, "y": -89.51915740966797, "subreddit": "tillsverige", "cluster": 1744, "color": 4}, {"x": 54.619571685791016, "y": -86.72333526611328, "subreddit": "norge", "cluster": 1301, "color": 2}, {"x": 53.481502532958984, "y": -86.4508056640625, "subreddit": "norsk", "cluster": 1301, "color": 2}, {"x": 55.46501541137695, "y": -86.89898681640625, "subreddit": "norskfotball", "cluster": 1301, "color": 2}, {"x": 53.95088195800781, "y": -86.60486602783203, "subreddit": "norway", "cluster": 1301, "color": 2}, {"x": 133.63255310058594, "y": 29.730003356933594, "subreddit": "nosleep", "cluster": 1303, "color": 3}, {"x": 134.6182098388672, "y": 29.720443725585938, "subreddit": "nosleepooc", "cluster": 1303, "color": 3}, {"x": 134.88153076171875, "y": 29.72290802001953, "subreddit": "shortscarystories", "cluster": 1303, "color": 3}, {"x": 25.383399963378906, "y": 32.510948181152344, "subreddit": "notlikeothergirls", "cluster": 1758, "color": 5}, {"x": -54.91473388671875, "y": -39.66461181640625, "subreddit": "santacruz", "cluster": 1758, "color": 5}, {"x": 25.396743774414062, "y": 32.4911994934082, "subreddit": "talesfromthefrontdesk", "cluster": 1758, "color": 5}, {"x": 53.196739196777344, "y": 71.62966918945312, "subreddit": "nurse", "cluster": 1725, "color": 3}, {"x": 53.55143356323242, "y": 72.4144287109375, "subreddit": "nursing", "cluster": 1725, "color": 3}, {"x": -74.54756927490234, "y": -38.99166488647461, "subreddit": "saltlakecity", "cluster": 1725, "color": 3}, {"x": 54.855926513671875, "y": 69.63336944580078, "subreddit": "sororities", "cluster": 1725, "color": 3}, {"x": 53.563148498535156, "y": 72.18521118164062, "subreddit": "studentnurse", "cluster": 1725, "color": 3}, {"x": 85.9424819946289, "y": 45.471248626708984, "subreddit": "occult", "cluster": 1313, "color": 3}, {"x": 47.607051849365234, "y": -44.120033264160156, "subreddit": "satanism", "cluster": 1313, "color": 3}, {"x": 86.08199310302734, "y": 44.72553634643555, "subreddit": "thelema", "cluster": 1313, "color": 3}, {"x": 36.05817413330078, "y": -25.592578887939453, "subreddit": "zen", "cluster": 1313, "color": 3}, {"x": 42.83669662475586, "y": -125.98150634765625, "subreddit": "ocpoetry", "cluster": 1405, "color": 3}, {"x": 43.35469055175781, "y": -124.87506103515625, "subreddit": "pensacola", "cluster": 1405, "color": 3}, {"x": 42.91350555419922, "y": -125.80631256103516, "subreddit": "poetry", "cluster": 1405, "color": 3}, {"x": 13.32565689086914, "y": -139.08261108398438, "subreddit": "poetry_critics", "cluster": 1405, "color": 3}, {"x": -9.085147857666016, "y": 98.32139587402344, "subreddit": "ohsheeshyall", "cluster": 1319, "color": 5}, {"x": 30.03585433959961, "y": -57.09878158569336, "subreddit": "okbestface", "cluster": 1322, "color": 0}, {"x": 29.956411361694336, "y": -57.067420959472656, "subreddit": "okcupid", "cluster": 1322, "color": 0}, {"x": 69.14936065673828, "y": 30.62398910522461, "subreddit": "op1users", "cluster": 1332, "color": 3}, {"x": 69.1585464477539, "y": 30.61595916748047, "subreddit": "pocketoperators", "cluster": 1332, "color": 3}, {"x": 57.93074417114258, "y": 35.938720703125, "subreddit": "open_bots_test", "cluster": 1333, "color": 2}, {"x": 47.37128829956055, "y": -54.87067413330078, "subreddit": "openchristian", "cluster": 1334, "color": 3}, {"x": 47.341575622558594, "y": -54.14072036743164, "subreddit": "radicalchristianity", "cluster": 1334, "color": 3}, {"x": 47.325469970703125, "y": -55.13682556152344, "subreddit": "singing", "cluster": 1334, "color": 3}, {"x": -117.8890151977539, "y": 9.624845504760742, "subreddit": "opieandanthony", "cluster": 1336, "color": 3}, {"x": -117.93006896972656, "y": 9.873492240905762, "subreddit": "opienanthony", "cluster": 1336, "color": 3}, {"x": -33.801578521728516, "y": -52.463722229003906, "subreddit": "ronandfez", "cluster": 1336, "color": 3}, {"x": -117.99903869628906, "y": 8.885513305664062, "subreddit": "tacsdiscussion", "cluster": 1336, "color": 3}, {"x": -35.55583572387695, "y": -2.304166078567505, "subreddit": "osheaga", "cluster": 1941, "color": 5}, {"x": -24.2290096282959, "y": 54.555625915527344, "subreddit": "sherwinwilliams", "cluster": 1941, "color": 5}, {"x": -35.89805221557617, "y": -2.588536262512207, "subreddit": "wayhome", "cluster": 1941, "color": 5}, {"x": -31.24422836303711, "y": 1.2641805410385132, "subreddit": "osugame", "cluster": 1339, "color": 3}, {"x": -31.252038955688477, "y": 1.2666910886764526, "subreddit": "osureport", "cluster": 1339, "color": 3}, {"x": -31.23893928527832, "y": 1.2569085359573364, "subreddit": "osuskins", "cluster": 1339, "color": 3}, {"x": -32.39194107055664, "y": 2.455275774002075, "subreddit": "paladins", "cluster": 1649, "color": 4}, {"x": 49.03460693359375, "y": -9.623552322387695, "subreddit": "smite", "cluster": 1649, "color": 4}, {"x": -32.600284576416016, "y": 12.519375801086426, "subreddit": "smitetrades", "cluster": 1649, "color": 4}, {"x": 49.01459503173828, "y": -9.414352416992188, "subreddit": "smitetraining", "cluster": 1649, "color": 4}, {"x": -43.223793029785156, "y": 5.653473854064941, "subreddit": "partneredyoutube", "cluster": 2002, "color": 4}, {"x": 79.40582275390625, "y": 25.421430587768555, "subreddit": "steinsgate", "cluster": 2002, "color": 4}, {"x": -43.010196685791016, "y": 6.6028008460998535, "subreddit": "youtube", "cluster": 2002, "color": 4}, {"x": -42.94011306762695, "y": 7.029474258422852, "subreddit": "youtubegaming", "cluster": 2002, "color": 4}, {"x": 56.031150817871094, "y": -3.4261415004730225, "subreddit": "pcreddead", "cluster": 1509, "color": 3}, {"x": -32.68842697143555, "y": 73.2437973022461, "subreddit": "reddeadfashion", "cluster": 1509, "color": 3}, {"x": -30.737014770507812, "y": 73.34386444091797, "subreddit": "reddeadmysteries", "cluster": 1509, "color": 3}, {"x": -32.4325065612793, "y": 73.1568832397461, "subreddit": "reddeadonline", "cluster": 1509, "color": 3}, {"x": -31.50154685974121, "y": 72.83477783203125, "subreddit": "reddeadredemption2", "cluster": 1509, "color": 3}, {"x": -76.50469207763672, "y": -60.59486770629883, "subreddit": "pelletgrills", "cluster": 1362, "color": 4}, {"x": -76.56903839111328, "y": -60.46268844604492, "subreddit": "traeger", "cluster": 1362, "color": 4}, {"x": -39.954811096191406, "y": 104.60809326171875, "subreddit": "pennystocks", "cluster": 1365, "color": 4}, {"x": -39.94612503051758, "y": 104.59844970703125, "subreddit": "robinhoodpennystocks", "cluster": 1365, "color": 4}, {"x": -73.33651733398438, "y": 11.166263580322266, "subreddit": "penpals", "cluster": 1493, "color": 5}, {"x": 131.12539672851562, "y": -13.223085403442383, "subreddit": "randomactsofcards", "cluster": 1493, "color": 5}, {"x": 131.12803649902344, "y": -13.220653533935547, "subreddit": "raocflair", "cluster": 1493, "color": 5}, {"x": 121.96637725830078, "y": 62.036102294921875, "subreddit": "periscope", "cluster": 1471, "color": 1}, {"x": 5.650277137756348, "y": 2.335239887237549, "subreddit": "pussypass", "cluster": 1471, "color": 1}, {"x": 5.561853885650635, "y": 2.4399616718292236, "subreddit": "pussypassdenied", "cluster": 1471, "color": 1}, {"x": 12.222846031188965, "y": 19.41017723083496, "subreddit": "whiteknighting", "cluster": 1471, "color": 1}, {"x": -62.59060287475586, "y": 67.87686920166016, "subreddit": "phpmyadmin", "cluster": 1377, "color": 3}, {"x": -99.8224105834961, "y": -17.237823486328125, "subreddit": "physicianassistant", "cluster": 1378, "color": 2}, {"x": -100.02787017822266, "y": -17.270000457763672, "subreddit": "prephysicianassistant", "cluster": 1378, "color": 2}, {"x": -98.77215576171875, "y": -17.113304138183594, "subreddit": "streetphotography", "cluster": 1378, "color": 2}, {"x": 5.704657077789307, "y": -90.27507019042969, "subreddit": "piano", "cluster": 1874, "color": 4}, {"x": 5.268924236297607, "y": -90.88580322265625, "subreddit": "trumpet", "cluster": 1874, "color": 4}, {"x": -138.35499572753906, "y": -48.43901062011719, "subreddit": "pikabu", "cluster": 1569, "color": 2}, {"x": -138.49842834472656, "y": -48.90615463256836, "subreddit": "pikabupolitics", "cluster": 1569, "color": 2}, {"x": -139.74424743652344, "y": -48.87688064575195, "subreddit": "ru", "cluster": 1569, "color": 2}, {"x": -138.7520294189453, "y": -48.786529541015625, "subreddit": "safearea", "cluster": 1569, "color": 2}, {"x": 42.19544219970703, "y": -113.8962173461914, "subreddit": "pka", "cluster": 1388, "color": 2}, {"x": 42.19417953491211, "y": -113.89746856689453, "subreddit": "rapesquadkillas", "cluster": 1388, "color": 2}, {"x": -68.17313385009766, "y": 26.052846908569336, "subreddit": "pkmntcg", "cluster": 1389, "color": 3}, {"x": -68.71876525878906, "y": 28.29930305480957, "subreddit": "pkmntcgreferences", "cluster": 1389, "color": 3}, {"x": -68.56074523925781, "y": 28.1605281829834, "subreddit": "pkmntcgtrades", "cluster": 1389, "color": 3}, {"x": -69.3790283203125, "y": 28.911069869995117, "subreddit": "poketcgonlinetrading", "cluster": 1389, "color": 3}, {"x": -52.33928298950195, "y": 80.35299682617188, "subreddit": "plantsvszombies", "cluster": 1473, "color": 4}, {"x": -51.33620071411133, "y": 81.19505310058594, "subreddit": "pokemonuranium", "cluster": 1473, "color": 4}, {"x": -51.35611343383789, "y": 79.80651092529297, "subreddit": "pvzgardenwarfare", "cluster": 1473, "color": 4}, {"x": -51.658233642578125, "y": 80.77073669433594, "subreddit": "pvzheroes", "cluster": 1473, "color": 4}, {"x": -47.563968658447266, "y": 42.09599685668945, "subreddit": "southparkphone", "cluster": 1473, "color": 4}, {"x": -75.72540283203125, "y": 74.06161499023438, "subreddit": "play4k", "cluster": 1394, "color": 2}, {"x": -111.29131317138672, "y": 17.133058547973633, "subreddit": "plexshares", "cluster": 1400, "color": 3}, {"x": -111.29194641113281, "y": 17.129863739013672, "subreddit": "shareplex", "cluster": 1400, "color": 3}, {"x": 54.76476287841797, "y": 57.893070220947266, "subreddit": "plussize", "cluster": 1947, "color": 4}, {"x": 55.79487228393555, "y": 56.48930358886719, "subreddit": "wedding", "cluster": 1947, "color": 4}, {"x": 55.15321350097656, "y": 55.76288986206055, "subreddit": "weddingdress", "cluster": 1947, "color": 4}, {"x": 55.74972915649414, "y": 56.61399459838867, "subreddit": "weddingplanning", "cluster": 1947, "color": 4}, {"x": 55.197364807128906, "y": 57.16762161254883, "subreddit": "weddingsunder10k", "cluster": 1947, "color": 4}, {"x": 109.7777328491211, "y": 79.60616302490234, "subreddit": "pnws", "cluster": 1803, "color": 2}, {"x": 109.7779312133789, "y": 79.60726928710938, "subreddit": "themagnusarchives", "cluster": 1803, "color": 2}, {"x": -4.397769451141357, "y": -131.53640747070312, "subreddit": "pokemoncreate", "cluster": 1407, "color": 0}, {"x": -3.703949213027954, "y": -131.83108520507812, "subreddit": "pokemonromhacks", "cluster": 1407, "color": 0}, {"x": -6.869784355163574, "y": -129.5457763671875, "subreddit": "thecinemassacretruth", "cluster": 1407, "color": 0}, {"x": -4.506995677947998, "y": -131.49183654785156, "subreddit": "theroom", "cluster": 1407, "color": 0}, {"x": -10.509663581848145, "y": 79.13311767578125, "subreddit": "pokemongosniping", "cluster": 1410, "color": 2}, {"x": -10.136283874511719, "y": 76.86507415771484, "subreddit": "pokemongospoofing", "cluster": 1410, "color": 2}, {"x": 48.75113296508789, "y": -135.8617706298828, "subreddit": "pokemoninsurgence", "cluster": 1411, "color": 2}, {"x": 48.74912643432617, "y": -135.86203002929688, "subreddit": "pokemonzetaomicron", "cluster": 1411, "color": 2}, {"x": -40.33447265625, "y": 35.261024475097656, "subreddit": "pokemonswordandshield", "cluster": 1412, "color": 4}, {"x": -40.9859733581543, "y": 35.69195556640625, "subreddit": "shinyraids", "cluster": 1412, "color": 4}, {"x": -39.90280532836914, "y": 35.64361572265625, "subreddit": "swordandshieldtrades", "cluster": 1412, "color": 4}, {"x": -40.34607696533203, "y": 34.54989242553711, "subreddit": "swshleaks", "cluster": 1412, "color": 4}, {"x": -37.44641876220703, "y": 20.245967864990234, "subreddit": "vgc", "cluster": 1412, "color": 4}, {"x": 51.67948532104492, "y": -75.34488677978516, "subreddit": "poland", "cluster": 1415, "color": 0}, {"x": 51.685020446777344, "y": -75.34114837646484, "subreddit": "polska", "cluster": 1415, "color": 0}, {"x": 46.74274444580078, "y": -33.47408676147461, "subreddit": "polandball", "cluster": 1416, "color": 3}, {"x": 46.75156021118164, "y": -33.480247497558594, "subreddit": "polandballart", "cluster": 1416, "color": 3}, {"x": 92.16360473632812, "y": -37.06635284423828, "subreddit": "polishgauntlet", "cluster": 1419, "color": 0}, {"x": 92.79547882080078, "y": -37.772090911865234, "subreddit": "randomactsofpolish", "cluster": 1419, "color": 0}, {"x": 92.0804672241211, "y": -36.982906341552734, "subreddit": "redditpolish", "cluster": 1419, "color": 0}, {"x": 50.94099044799805, "y": -45.40027618408203, "subreddit": "politicalopinions", "cluster": 1422, "color": 0}, {"x": 50.88866424560547, "y": -45.5576057434082, "subreddit": "politicsdebate", "cluster": 1422, "color": 0}, {"x": 50.2877197265625, "y": -46.876190185546875, "subreddit": "theology", "cluster": 1422, "color": 0}, {"x": 95.74647521972656, "y": 75.99465942382812, "subreddit": "portugal", "cluster": 1426, "color": 4}, {"x": -26.32447052001953, "y": 32.25341796875, "subreddit": "portugalcaralho", "cluster": 1426, "color": 4}, {"x": 95.8447494506836, "y": 76.20214080810547, "subreddit": "portuguese", "cluster": 1426, "color": 4}, {"x": 16.46612548828125, "y": -123.11155700683594, "subreddit": "postworldpowers", "cluster": 1934, "color": 5}, {"x": 16.44472312927246, "y": -122.22354888916016, "subreddit": "victorianworldpowers", "cluster": 1934, "color": 5}, {"x": 16.469982147216797, "y": -122.8440170288086, "subreddit": "wastelandpowers", "cluster": 1934, "color": 5}, {"x": 39.72980499267578, "y": 41.97702407836914, "subreddit": "proed", "cluster": 1444, "color": 4}, {"x": 39.8125, "y": 41.92761993408203, "subreddit": "proedmemes", "cluster": 1444, "color": 4}, {"x": -45.57278060913086, "y": -8.733650207519531, "subreddit": "progressive_islam", "cluster": 1448, "color": 4}, {"x": -45.37729263305664, "y": -8.921042442321777, "subreddit": "quraniyoon", "cluster": 1448, "color": 4}, {"x": 46.926429748535156, "y": -44.69047927856445, "subreddit": "religion", "cluster": 1448, "color": 4}, {"x": 369.881103515625, "y": 251.299072265625, "subreddit": "sgiwhistleblowers", "cluster": 1448, "color": 4}, {"x": 8.781289100646973, "y": 136.01815795898438, "subreddit": "protonmail", "cluster": 1454, "color": 2}, {"x": 8.780569076538086, "y": 136.01980590820312, "subreddit": "protonvpn", "cluster": 1454, "color": 2}, {"x": 21.799522399902344, "y": 6.395034313201904, "subreddit": "psnfriends", "cluster": 1985, "color": 2}, {"x": 21.83011817932129, "y": 6.397713661193848, "subreddit": "xboxonegamers", "cluster": 1985, "color": 2}, {"x": 14.549928665161133, "y": -27.991680145263672, "subreddit": "psychology", "cluster": 1462, "color": 4}, {"x": 14.489665031433105, "y": -28.650127410888672, "subreddit": "samharris", "cluster": 1462, "color": 4}, {"x": 14.665660858154297, "y": -27.382442474365234, "subreddit": "skeptic", "cluster": 1462, "color": 4}, {"x": -25.028419494628906, "y": 117.70118713378906, "subreddit": "r4rtoronto", "cluster": 1481, "color": 1}, {"x": -25.028120040893555, "y": 117.70416259765625, "subreddit": "virgin", "cluster": 1481, "color": 1}, {"x": -64.34676361083984, "y": -27.865234375, "subreddit": "radarr", "cluster": 1483, "color": 4}, {"x": -64.34918212890625, "y": -27.78009033203125, "subreddit": "sonarr", "cluster": 1483, "color": 4}, {"x": -62.769569396972656, "y": -27.38018035888672, "subreddit": "synology", "cluster": 1483, "color": 4}, {"x": -64.49168395996094, "y": -28.584884643554688, "subreddit": "zfs", "cluster": 1483, "color": 4}, {"x": -0.4398316740989685, "y": -71.90876770019531, "subreddit": "rails", "cluster": 1486, "color": 4}, {"x": -0.42952263355255127, "y": -71.91163635253906, "subreddit": "ruby", "cluster": 1486, "color": 4}, {"x": 91.31584167480469, "y": -40.598506927490234, "subreddit": "random_acts_of_pizza", "cluster": 1491, "color": 1}, {"x": 92.19127655029297, "y": -39.673011779785156, "subreddit": "randomactsofpizza", "cluster": 1491, "color": 1}, {"x": 22.688762664794922, "y": -137.09011840820312, "subreddit": "randomsuperpowers", "cluster": 1492, "color": 4}, {"x": 22.45579719543457, "y": -136.9705810546875, "subreddit": "sburbrp", "cluster": 1492, "color": 4}, {"x": 23.274452209472656, "y": -137.86502075195312, "subreddit": "superrp", "cluster": 1492, "color": 4}, {"x": 22.431577682495117, "y": -136.17886352539062, "subreddit": "supersrp", "cluster": 1492, "color": 4}, {"x": 22.502410888671875, "y": -134.42555236816406, "subreddit": "whowouldwinverse", "cluster": 1492, "color": 4}, {"x": 23.67438507080078, "y": -138.40985107421875, "subreddit": "wormrp", "cluster": 1492, "color": 4}, {"x": 14.834916114807129, "y": 111.05713653564453, "subreddit": "rcsources", "cluster": 1528, "color": 4}, {"x": 14.796894073486328, "y": 111.0058364868164, "subreddit": "researchchemicals", "cluster": 1528, "color": 4}, {"x": 71.45700073242188, "y": -87.93777465820312, "subreddit": "readmyscript", "cluster": 1499, "color": 4}, {"x": 71.47356414794922, "y": -87.93402862548828, "subreddit": "screenwriting", "cluster": 1499, "color": 4}, {"x": -127.22923278808594, "y": -73.88886260986328, "subreddit": "recordthis", "cluster": 1507, "color": 4}, {"x": -127.23006439208984, "y": -73.88895416259766, "subreddit": "voiceacting", "cluster": 1507, "color": 4}, {"x": 18.795690536499023, "y": 133.17889404296875, "subreddit": "redditbay", "cluster": 1642, "color": 0}, {"x": 19.135181427001953, "y": 132.94313049316406, "subreddit": "signupsforpay", "cluster": 1642, "color": 0}, {"x": 18.940935134887695, "y": 133.30104064941406, "subreddit": "slavelabour", "cluster": 1642, "color": 0}, {"x": 19.183752059936523, "y": 133.52908325195312, "subreddit": "slrep", "cluster": 1642, "color": 0}, {"x": -62.59060287475586, "y": 67.87686920166016, "subreddit": "reddithdtv", "cluster": 1515, "color": 4}, {"x": -11.627514839172363, "y": -24.276063919067383, "subreddit": "redlettermedia", "cluster": 1518, "color": 4}, {"x": -22.315139770507812, "y": -15.608672142028809, "subreddit": "thespoonyexperiment", "cluster": 1518, "color": 4}, {"x": -11.63204574584961, "y": -24.245698928833008, "subreddit": "weeklyplanetpodcast", "cluster": 1518, "color": 4}, {"x": 40.02922439575195, "y": 132.14573669433594, "subreddit": "redpillwives", "cluster": 1520, "color": 2}, {"x": 40.02879333496094, "y": 132.14390563964844, "subreddit": "redpillwomen", "cluster": 1520, "color": 2}, {"x": 56.466739654541016, "y": 116.10067749023438, "subreddit": "repladies", "cluster": 1525, "color": 4}, {"x": 56.467586517333984, "y": 116.0999526977539, "subreddit": "repladiesbst", "cluster": 1525, "color": 4}, {"x": 60.230289459228516, "y": -9.699809074401855, "subreddit": "rift", "cluster": 1693, "color": 8}, {"x": 104.50243377685547, "y": 18.31298065185547, "subreddit": "starbucks", "cluster": 1693, "color": 8}, {"x": 104.51095581054688, "y": 18.313308715820312, "subreddit": "starbucksbaristas", "cluster": 1693, "color": 8}, {"x": 13.198531150817871, "y": 48.45637130737305, "subreddit": "threekings", "cluster": 1693, "color": 8}, {"x": 16.74454689025879, "y": 517.7347412109375, "subreddit": "rodeolivehd", "cluster": 1544, "color": 2}, {"x": 140.91061401367188, "y": -30.550636291503906, "subreddit": "roleplay", "cluster": 1546, "color": 4}, {"x": -8.670271873474121, "y": -33.874359130859375, "subreddit": "roleplaykik", "cluster": 1546, "color": 4}, {"x": 140.9127655029297, "y": -30.549036026000977, "subreddit": "txstate", "cluster": 1546, "color": 4}, {"x": 73.82791137695312, "y": 65.47240447998047, "subreddit": "rollerderby", "cluster": 1989, "color": 3}, {"x": 46.213905334472656, "y": 49.70659255981445, "subreddit": "stripper", "cluster": 1989, "color": 3}, {"x": 46.21691131591797, "y": 48.5758056640625, "subreddit": "strongcurves", "cluster": 1989, "color": 3}, {"x": 46.23395538330078, "y": 48.88227844238281, "subreddit": "xxfitness", "cluster": 1989, "color": 3}, {"x": -126.15812683105469, "y": 32.12670135498047, "subreddit": "rosebowllivehq", "cluster": 1551, "color": 4}, {"x": 146.133544921875, "y": 6.974937915802002, "subreddit": "rpgstuck", "cluster": 1556, "color": 4}, {"x": 145.69764709472656, "y": 8.857222557067871, "subreddit": "rpgstuck_a1", "cluster": 1556, "color": 4}, {"x": 145.67947387695312, "y": 8.930659294128418, "subreddit": "rpgstuck_c3", "cluster": 1556, "color": 4}, {"x": 146.12118530273438, "y": 7.026721954345703, "subreddit": "rpgstuck_c4", "cluster": 1556, "color": 4}, {"x": -21.422809600830078, "y": 66.94341278076172, "subreddit": "rs3ironmen", "cluster": 1558, "color": 3}, {"x": 69.62577819824219, "y": -14.840033531188965, "subreddit": "rschronicle", "cluster": 1558, "color": 3}, {"x": -21.048908233642578, "y": 67.73835754394531, "subreddit": "rsdarkscape", "cluster": 1558, "color": 3}, {"x": -21.261877059936523, "y": 67.25878143310547, "subreddit": "runescape", "cluster": 1558, "color": 3}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "runnerhdtv", "cluster": 1559, "color": 0}, {"x": -36.34944152832031, "y": -65.66810607910156, "subreddit": "ryerson", "cluster": 1566, "color": 3}, {"x": -36.90945053100586, "y": -66.5683822631836, "subreddit": "yorku", "cluster": 1566, "color": 3}, {"x": 5.302579879760742, "y": -68.66090393066406, "subreddit": "scala", "cluster": 1641, "color": 4}, {"x": 39.22924041748047, "y": -42.03715896606445, "subreddit": "slatestarcodex", "cluster": 1641, "color": 4}, {"x": 39.2289924621582, "y": -42.04524230957031, "subreddit": "themotte", "cluster": 1641, "color": 4}, {"x": 47.640743255615234, "y": 91.56195831298828, "subreddit": "schizoaffective", "cluster": 1585, "color": 4}, {"x": 47.61450958251953, "y": 91.54379272460938, "subreddit": "schizophrenia", "cluster": 1585, "color": 4}, {"x": 118.82642364501953, "y": 9.177291870117188, "subreddit": "schoolidolfestival", "cluster": 1586, "color": 3}, {"x": 119.03437042236328, "y": 9.241456031799316, "subreddit": "siftrades", "cluster": 1586, "color": 3}, {"x": 117.89755249023438, "y": 8.866195678710938, "subreddit": "starlightstage", "cluster": 1586, "color": 3}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "seahawksramslive", "cluster": 1593, "color": 1}, {"x": -99.04131317138672, "y": -76.0928726196289, "subreddit": "seattle", "cluster": 1594, "color": 3}, {"x": -98.71224212646484, "y": -76.57449340820312, "subreddit": "seattlewa", "cluster": 1594, "color": 3}, {"x": -98.51496124267578, "y": -76.85169982910156, "subreddit": "seawa", "cluster": 1594, "color": 3}, {"x": 114.70602416992188, "y": -33.3047981262207, "subreddit": "seculartalk", "cluster": 1804, "color": 2}, {"x": 113.75940704345703, "y": -33.41488265991211, "subreddit": "thedavidpakmanshow", "cluster": 1804, "color": 2}, {"x": 114.24687957763672, "y": -33.37274932861328, "subreddit": "themajorityreport", "cluster": 1804, "color": 2}, {"x": 53.65678024291992, "y": -15.711673736572266, "subreddit": "shadow_of_war", "cluster": 1606, "color": 2}, {"x": 53.55793380737305, "y": -15.660036087036133, "subreddit": "shadowofmordor", "cluster": 1606, "color": 2}, {"x": 47.78269958496094, "y": 74.2549819946289, "subreddit": "shave_bazaar", "cluster": 1611, "color": 5}, {"x": 47.73075485229492, "y": 74.35746002197266, "subreddit": "wet_shavers", "cluster": 1611, "color": 5}, {"x": 48.0402717590332, "y": 73.84215545654297, "subreddit": "wetshaving", "cluster": 1611, "color": 5}, {"x": 47.3360710144043, "y": 74.98856353759766, "subreddit": "wicked_edge", "cluster": 1611, "color": 5}, {"x": 41.09854507446289, "y": 32.71989822387695, "subreddit": "shittyveganfoodporn", "cluster": 1893, "color": 0}, {"x": 41.09493637084961, "y": 32.76351547241211, "subreddit": "veganfoodporn", "cluster": 1893, "color": 0}, {"x": 7.84603214263916, "y": -30.18693733215332, "subreddit": "veganrecipes", "cluster": 1893, "color": 0}, {"x": 107.61788940429688, "y": -6.565674304962158, "subreddit": "shroudoftheavatar", "cluster": 1625, "color": 1}, {"x": 107.61961364746094, "y": -6.564364910125732, "subreddit": "shroudoftheavatar_raw", "cluster": 1625, "color": 1}, {"x": -91.99034881591797, "y": 103.11519622802734, "subreddit": "simpleplanes", "cluster": 1629, "color": 2}, {"x": -91.99087524414062, "y": 103.11491394042969, "subreddit": "simplerockets", "cluster": 1629, "color": 2}, {"x": 30.646066665649414, "y": 55.65790939331055, "subreddit": "sims3", "cluster": 1814, "color": 3}, {"x": 30.038738250732422, "y": 54.926815032958984, "subreddit": "sims4", "cluster": 1814, "color": 3}, {"x": 15.530753135681152, "y": 1.7433085441589355, "subreddit": "swgalaxyofheroes", "cluster": 1814, "color": 3}, {"x": 30.03805923461914, "y": 54.928871154785156, "subreddit": "thesims", "cluster": 1814, "color": 3}, {"x": -81.99365997314453, "y": -85.67305755615234, "subreddit": "siouxfalls", "cluster": 1669, "color": 5}, {"x": -81.9676513671875, "y": -85.69099426269531, "subreddit": "southdakota", "cluster": 1669, "color": 5}, {"x": -3.6444201469421387, "y": -96.46330261230469, "subreddit": "wyoming", "cluster": 1669, "color": 5}, {"x": -36.993011474609375, "y": 27.6486873626709, "subreddit": "smashgifs", "cluster": 1689, "color": 2}, {"x": -37.04426193237305, "y": 27.63140869140625, "subreddit": "ssbm", "cluster": 1689, "color": 2}, {"x": -79.27555084228516, "y": -82.82329559326172, "subreddit": "snowboarding", "cluster": 1653, "color": 2}, {"x": -79.2879409790039, "y": -82.8287582397461, "subreddit": "snowboardingnoobs", "cluster": 1653, "color": 2}, {"x": -4.817746639251709, "y": -19.230148315429688, "subreddit": "socialjusticeinaction", "cluster": 1878, "color": 3}, {"x": -4.51279878616333, "y": -17.982877731323242, "subreddit": "tiadiscussion", "cluster": 1878, "color": 3}, {"x": -5.2813262939453125, "y": -17.49446678161621, "subreddit": "tumblratrest", "cluster": 1878, "color": 3}, {"x": -5.306857585906982, "y": -17.72831916809082, "subreddit": "tumblrinaction", "cluster": 1878, "color": 3}, {"x": -6.199526786804199, "y": -17.718830108642578, "subreddit": "tumblrpls", "cluster": 1878, "color": 3}, {"x": 130.17042541503906, "y": -45.18653869628906, "subreddit": "somalia", "cluster": 1662, "color": 0}, {"x": 130.17112731933594, "y": -45.18555450439453, "subreddit": "xsomalian", "cluster": 1662, "color": 0}, {"x": 81.56324768066406, "y": 2.122562885284424, "subreddit": "soulhuntersgame", "cluster": 1863, "color": 4}, {"x": 22.78871726989746, "y": 1.6983039379119873, "subreddit": "trove", "cluster": 1863, "color": 4}, {"x": 22.960214614868164, "y": 1.6002845764160156, "subreddit": "trovecreations", "cluster": 1863, "color": 4}, {"x": 77.31895446777344, "y": -52.3658561706543, "subreddit": "spiderbro", "cluster": 1676, "color": 1}, {"x": 77.20980834960938, "y": -52.53409194946289, "subreddit": "spiders", "cluster": 1676, "color": 1}, {"x": 78.4527359008789, "y": -52.94155502319336, "subreddit": "tarantulas", "cluster": 1676, "color": 1}, {"x": 76.88092803955078, "y": -51.04694366455078, "subreddit": "thousandsons", "cluster": 1676, "color": 1}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "sporthdtv", "cluster": 1682, "color": 2}, {"x": 111.94157409667969, "y": -14.535309791564941, "subreddit": "sports4kstream", "cluster": 1683, "color": 1}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "sportsonhere", "cluster": 1684, "color": 3}, {"x": -76.47352600097656, "y": 96.9486083984375, "subreddit": "spotify", "cluster": 1685, "color": 2}, {"x": -76.46884155273438, "y": 96.95388793945312, "subreddit": "spotifyplaylists", "cluster": 1685, "color": 2}, {"x": -10.412099838256836, "y": -16.350818634033203, "subreddit": "standup", "cluster": 1692, "color": 3}, {"x": -10.43361759185791, "y": -16.341543197631836, "subreddit": "standupcomedy", "cluster": 1692, "color": 3}, {"x": -2.6199147701263428, "y": 8.201943397521973, "subreddit": "standupshots", "cluster": 1692, "color": 3}, {"x": -120.5390396118164, "y": 66.40047454833984, "subreddit": "stanleycupplayofflive", "cluster": 1935, "color": 3}, {"x": -120.53903198242188, "y": 66.40076446533203, "subreddit": "watch123tv", "cluster": 1935, "color": 3}, {"x": 52.233673095703125, "y": -25.091398239135742, "subreddit": "starsector", "cluster": 1714, "color": 4}, {"x": 61.68068313598633, "y": -35.02288055419922, "subreddit": "sto", "cluster": 1714, "color": 4}, {"x": 61.69654083251953, "y": -35.03758239746094, "subreddit": "stobuilds", "cluster": 1714, "color": 4}, {"x": 76.6796875, "y": 7.389938831329346, "subreddit": "starwarsforcearena", "cluster": 1703, "color": 0}, {"x": 78.30233764648438, "y": 7.76824426651001, "subreddit": "teppen", "cluster": 1703, "color": 0}, {"x": -26.180160522460938, "y": 84.5564193725586, "subreddit": "walkingwarrobots", "cluster": 1703, "color": 0}, {"x": 56.378780364990234, "y": -60.23683166503906, "subreddit": "steel_division", "cluster": 1927, "color": 1}, {"x": 56.36267852783203, "y": -60.2586669921875, "subreddit": "wargame", "cluster": 1927, "color": 1}, {"x": -55.794090270996094, "y": -76.8877944946289, "subreddit": "stpetersburgfl", "cluster": 1717, "color": 0}, {"x": -55.800533294677734, "y": -76.87387084960938, "subreddit": "tampa", "cluster": 1717, "color": 0}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "stream_boxing", "cluster": 1719, "color": 4}, {"x": 57.0233154296875, "y": -122.68181610107422, "subreddit": "sub4sub", "cluster": 1729, "color": 2}, {"x": 57.15449142456055, "y": -122.91070556640625, "subreddit": "subforsub", "cluster": 1729, "color": 2}, {"x": 57.37637710571289, "y": -123.2940673828125, "subreddit": "youtube_startups", "cluster": 1729, "color": 2}, {"x": 47.037960052490234, "y": -62.72663116455078, "subreddit": "submarines", "cluster": 1931, "color": 2}, {"x": 47.3441047668457, "y": -63.95487976074219, "subreddit": "warplaneporn", "cluster": 1931, "color": 2}, {"x": 47.226463317871094, "y": -63.19894027709961, "subreddit": "warshipporn", "cluster": 1931, "color": 2}, {"x": 52.208255767822266, "y": -57.332881927490234, "subreddit": "worldofwarships", "cluster": 1931, "color": 2}, {"x": 48.338417053222656, "y": -65.19959259033203, "subreddit": "wwiiplanes", "cluster": 1931, "color": 2}, {"x": 126.95874786376953, "y": 33.39358901977539, "subreddit": "subway", "cluster": 1841, "color": 5}, {"x": 126.95307922363281, "y": 33.387840270996094, "subreddit": "tourettes", "cluster": 1841, "color": 5}, {"x": 132.81394958496094, "y": 18.977800369262695, "subreddit": "superstarbts", "cluster": 1739, "color": 4}, {"x": 133.5364227294922, "y": 19.651777267456055, "subreddit": "superstarjypnation", "cluster": 1739, "color": 4}, {"x": 133.55332946777344, "y": 19.666540145874023, "subreddit": "superstarsmtown", "cluster": 1739, "color": 4}, {"x": -64.36805725097656, "y": 20.736265182495117, "subreddit": "switchhacks", "cluster": 1749, "color": 3}, {"x": -64.42176818847656, "y": 20.889097213745117, "subreddit": "switchhaxing", "cluster": 1749, "color": 3}, {"x": -64.90386199951172, "y": 22.5175838470459, "subreddit": "switchnsps", "cluster": 1749, "color": 3}, {"x": -64.83551788330078, "y": 22.325786590576172, "subreddit": "switchpirates", "cluster": 1749, "color": 3}, {"x": -64.08849334716797, "y": 19.76988410949707, "subreddit": "wiiuhacks", "cluster": 1749, "color": 3}, {"x": 62.77167892456055, "y": 27.924724578857422, "subreddit": "tacticalgear", "cluster": 1826, "color": 4}, {"x": 62.76690673828125, "y": 27.930500030517578, "subreddit": "tinnitus", "cluster": 1826, "color": 4}, {"x": 30.186195373535156, "y": 105.11058807373047, "subreddit": "tmj", "cluster": 1826, "color": 4}, {"x": -66.60005187988281, "y": -57.23084259033203, "subreddit": "tahoe", "cluster": 1755, "color": 2}, {"x": -66.58930206298828, "y": -57.2271728515625, "subreddit": "yosemite", "cluster": 1755, "color": 2}, {"x": 35.00239181518555, "y": -124.23902130126953, "subreddit": "tamrielscholarsguild", "cluster": 1787, "color": 2}, {"x": 57.15607833862305, "y": -10.42321491241455, "subreddit": "teslore", "cluster": 1787, "color": 2}, {"x": 56.81797409057617, "y": -10.45388412475586, "subreddit": "truestl", "cluster": 1787, "color": 2}, {"x": 19.733386993408203, "y": 50.88212966918945, "subreddit": "technologyaddicted", "cluster": 1774, "color": 3}, {"x": -78.31775665283203, "y": 65.4120101928711, "subreddit": "teenfa", "cluster": 1777, "color": 2}, {"x": -78.3307113647461, "y": 65.42340850830078, "subreddit": "teenmfa", "cluster": 1777, "color": 2}, {"x": -62.59060287475586, "y": 67.87686920166016, "subreddit": "tensportstv", "cluster": 1781, "color": 5}, {"x": -48.798030853271484, "y": 1.1075456142425537, "subreddit": "the_division", "cluster": 1800, "color": 2}, {"x": -25.25086784362793, "y": 42.00603485107422, "subreddit": "the_division_2", "cluster": 1800, "color": 2}, {"x": -48.347049713134766, "y": 1.355660080909729, "subreddit": "thedivision", "cluster": 1800, "color": 2}, {"x": -48.15494155883789, "y": 1.4805231094360352, "subreddit": "thedivision_lfg", "cluster": 1800, "color": 2}, {"x": 120.72784423828125, "y": 73.47744750976562, "subreddit": "thecannalysts", "cluster": 1948, "color": 3}, {"x": 120.72648620605469, "y": 73.47810363769531, "subreddit": "weedstocks", "cluster": 1948, "color": 3}, {"x": -12.843765258789062, "y": -14.859759330749512, "subreddit": "thegrandtour", "cluster": 1835, "color": 1}, {"x": -12.863171577453613, "y": -14.893178939819336, "subreddit": "topgear", "cluster": 1835, "color": 1}, {"x": 39.015830993652344, "y": -46.05107498168945, "subreddit": "thehobbit", "cluster": 1952, "color": 1}, {"x": 38.925907135009766, "y": -46.071231842041016, "subreddit": "wellington", "cluster": 1952, "color": 1}, {"x": -44.58136749267578, "y": 101.91503143310547, "subreddit": "thewallstreet", "cluster": 1923, "color": 0}, {"x": -43.415279388427734, "y": 100.76744079589844, "subreddit": "wallstreetbets", "cluster": 1923, "color": 0}, {"x": -43.35319900512695, "y": 100.67205810546875, "subreddit": "winkerpack", "cluster": 1923, "color": 0}, {"x": 2.982823133468628, "y": 60.19517135620117, "subreddit": "thread_crawler", "cluster": 1822, "color": 3}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "todygamelive2019", "cluster": 1832, "color": 5}, {"x": -72.39559173583984, "y": 91.3459701538086, "subreddit": "toontown", "cluster": 1834, "color": 4}, {"x": -72.39752960205078, "y": 91.34527587890625, "subreddit": "toontownrewritten", "cluster": 1834, "color": 4}, {"x": -61.59103012084961, "y": 78.77761840820312, "subreddit": "topdrives", "cluster": 1979, "color": 5}, {"x": -36.027679443359375, "y": 72.74284362792969, "subreddit": "worldoftanksblitz", "cluster": 1979, "color": 5}, {"x": -56.6093635559082, "y": 77.3006820678711, "subreddit": "wows_legends", "cluster": 1979, "color": 5}, {"x": -59.52482604980469, "y": 78.65045166015625, "subreddit": "wowsblitz", "cluster": 1979, "color": 5}, {"x": 70.36975860595703, "y": -131.47181701660156, "subreddit": "totaldrama", "cluster": 1839, "color": 5}, {"x": 70.15458679199219, "y": -132.47886657714844, "subreddit": "totaldramaroleplay", "cluster": 1839, "color": 5}, {"x": 70.0550765991211, "y": -132.28306579589844, "subreddit": "totaldramaroleplay2", "cluster": 1839, "color": 5}, {"x": 69.7180404663086, "y": -131.44415283203125, "subreddit": "totaldramathegameshow", "cluster": 1839, "color": 5}, {"x": 50.16032791137695, "y": -127.67430114746094, "subreddit": "tppkappa", "cluster": 1843, "color": 0}, {"x": 50.18405532836914, "y": -128.4157257080078, "subreddit": "ttploreplaycentral", "cluster": 1843, "color": 0}, {"x": 50.15708923339844, "y": -127.63915252685547, "subreddit": "twitchplayspokemon", "cluster": 1843, "color": 0}, {"x": -116.54529571533203, "y": -59.013179779052734, "subreddit": "truckers", "cluster": 1864, "color": 3}, {"x": -116.54337310791016, "y": -59.01430130004883, "subreddit": "trucking", "cluster": 1864, "color": 3}, {"x": -90.66191101074219, "y": 93.55280303955078, "subreddit": "twice", "cluster": 1880, "color": 3}, {"x": -90.70015716552734, "y": 93.36030578613281, "subreddit": "twicemedia", "cluster": 1880, "color": 3}, {"x": -90.72206115722656, "y": 93.25191497802734, "subreddit": "twicememes", "cluster": 1880, "color": 3}, {"x": -62.59060287475586, "y": 67.87686920166016, "subreddit": "viplivetv", "cluster": 1908, "color": 8}, {"x": 92.27837371826172, "y": -14.65633773803711, "subreddit": "warcraft3", "cluster": 1943, "color": 4}, {"x": 92.28660583496094, "y": -14.66224193572998, "subreddit": "wc3", "cluster": 1943, "color": 4}, {"x": -32.04985809326172, "y": 60.35622787475586, "subreddit": "warriorcats", "cluster": 1929, "color": 3}, {"x": -32.045860290527344, "y": 60.34891891479492, "subreddit": "wingsoffire", "cluster": 1929, "color": 3}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "warriors_rockets_live", "cluster": 1930, "color": 8}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "watchufc235", "cluster": 1938, "color": 9}, {"x": -33.26847457885742, "y": -9.781686782836914, "subreddit": "wilderfurylive", "cluster": 1964, "color": 2}, {"x": -38.80268096923828, "y": -9.68972110748291, "subreddit": "wilderfurylivehd", "cluster": 1965, "color": 2}, {"x": -0.220903217792511, "y": 12.99792766571045, "subreddit": "xymarket", "cluster": 1992, "color": 0}, {"x": 105.795166015625, "y": 38.36664962768555, "subreddit": "ygobinders", "cluster": 1994, "color": 0}, {"x": 104.9444351196289, "y": 38.53553771972656, "subreddit": "ygomarketplace", "cluster": 1994, "color": 0}, {"x": 105.6570053100586, "y": 38.3946647644043, "subreddit": "ygosales", "cluster": 1994, "color": 0}, {"x": -49.4827766418457, "y": 34.71565628051758, "subreddit": "yokaitrade", "cluster": 1997, "color": 1}, {"x": -49.48436737060547, "y": 34.70490264892578, "subreddit": "yokaiwatch", "cluster": 1997, "color": 1}, {"x": -31.551050186157227, "y": 0.5233099460601807, "subreddit": "young_tvs", "cluster": 2000, "color": 3}]}};
+      var embedOpt = {"mode": "vega-lite"};
+
+      function showError(el, error){
+          el.innerHTML = ('<div class="error" style="color:red;">'
+                          + '<p>JavaScript Error: ' + error.message + '</p>'
+                          + "<p>This usually means there's a typo in your chart specification. "
+                          + "See the javascript console for the full traceback.</p>"
+                          + '</div>');
+          throw error;
+      }
+      const el = document.getElementById('vis');
+      vegaEmbed("#vis", spec, embedOpt)
+        .catch(error => showError(el, error));
+    })(vegaEmbed);
+
+  </script>
+</body>
+</html>
\ No newline at end of file
diff --git a/visualization/subreddit_author_tf_similarities_10000_viewport.html b/visualization/subreddit_author_tf_similarities_10000_viewport.html
new file mode 100644 (file)
index 0000000..6e686bd
--- /dev/null
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <style>
+    .error {
+        color: red;
+    }
+  </style>
+  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega@5"></script>
+  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega-lite@4.8.1"></script>
+  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega-embed@6"></script>
+</head>
+<body>
+  <div id="vis"></div>
+  <script>
+    (function(vegaEmbed) {
+      var spec = {"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}}, "vconcat": [{"hconcat": [{"mark": {"type": "point", "fillOpacity": 0.2, "opacity": 0.2}, "encoding": {"color": {"condition": {"type": "nominal", "field": "color", "scale": {"scheme": "category10"}, "selection": " "}, "value": "lightgray"}, "text": {"type": "nominal", "field": "subreddit"}, "x": {"type": "quantitative", "axis": {"grid": false}, "field": "x"}, "y": {"type": "quantitative", "axis": {"grid": false}, "field": "y"}}, "height": 400, "selection": {" ": {"type": "single", "on": "click,", "fields": ["cluster"], "bind": {"input": "select", "options": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "106", "107", "108", "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157", "158", "159", "160", "161", "162", "163", "164", "165", "166", "167", "168", "169", "170", "171", "172", "173", "174", "175", "176", "177", "178", "179", "180", "181", "182", "183", "184", "185", "186", "187", "188", "189", "190", "191", "192", "193", "194", "195", "196", "197", "198", "199", "200", "201", "202", "203", "204", "205", "206", "207", "208", "209", "210", "211", "212", "213", "214", "215", "216", "217", "218", "219", "220", "221", "222", "223", "224", "225", "226", "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "237", "238", "239", "240", "241", "242", "243", "244", "245", "246", "247", "248", "249", "250", "251", "252", "253", "254", "255", "256", "257", "258", "259", "260", "261", "262", "263", "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287", "288", "289", "290", "291", "292", "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307", "308", "309", "310", "311", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "322", "323", "324", "325", "326", "327", "328", "329", "330", "331", "332", "333", "334", "335", "336", "337", "338", "339", "340", "341", "342", "343", "344", "345", "346", "347", "348", "349", "350", "351", "352", "353", "354", "355", "356", "357", "358", "359", "360", "361", "362", "363", "364", "365", "366", "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392", "393", "394", "395", "396", "397", "398", "399", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "425", "426", "427", "428", "429", "430", "431", "432", "433", "434", "435", "436", "437", "438", "439", "440", "441", "442", "443", "444", "445", "446", "447", "448", "449", "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463", "464", "465", "466", "467", "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481", "482", "483", "484", "485", "486", "487", "488", "489", "490", "491", "492", "493", "494", "495", "496", "497", "498", "499", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514", "515", "516", "517", "518", "519", "520", "521", "522", "523", "524", "525", "526", "527", "528", "529", "530", "531", "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545", "546", "547", "548", "549", "550", "551", "552", "553", "554", "555", "556", "557", "558", "559", "560", "561", "562", "563", "564", "565", "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579", "580", "581", "582", "583", "584", "585", "586", "587", "588", "589", "590", "591", "592", "593", "594", "595", "596", "597", "598", "599", "600", "601", "602", "603", "604", "605", "606", "607", "608", "609", "610", "611", "612", "613", "614", "615", "616", "617", "618", "619", "620", "621", "622", "623", "624", "625", "626", "627", "628", "629", "630", "631", "632", "633", "634", "635", "636", "637", "638", "639", "640", "641", "642", "643", "644", "645", "646", "647", "648", "649", "650", "651", "652", "653", "654", "655", "656", "657", "658", "659", "660", "661", "662", "663", "664", "665", "666", "667", "668", "669", "670", "671", "672", "673", "674", "675", "676", "677", "678", "679", "680", "681", "682", "683", "684", "685", "686", "687", "688", "689", "690", "691", "692", "693", "694", "695", "696", "697", "698", "699", "700", "701", "702", "703", "704", "705", "706", "707", "708", "709", "710", "711", "712", "713", "714", "715", "716", "717", "718", "719", "720", "721", "722", "723", "724", "725", "726", "727", "728", "729", "730", "731", "732", "733", "734", "735", "736", "737", "738", "739", "740", "741", "742", "743", "744", "745", "746", "747", "748", "749", "750", "751", "752", "753", "754", "755", "756", "757", "758", "759", "760", "761", "762", "763", "764", "765", "766", "767", "768", "769", "770", "771", "772", "773", "774", "775", "776", "777", "778", "779", "780", "781", "782", "783", "784", "785", "786", "787", "788", "789", "790", "791", "792", "793", "794", "795", "796", "797", "798", "799", "800", "801", "802", "803", "804", "805", "806", "807", "808", "809", "810", "811", "812", "813", "814", "815", "816", "817", "818", "819", "820", "821", "822", "823", "824", "825", "826", "827", "828", "829", "830", "831", "832", "833", "834", "835", "836", "837", "838", "839", "840", "841", "842", "843", "844", "845", "846", "847", "848", "849", "850", "851", "852", "853", "854", "855", "856", "857", "858", "859", "860", "861", "862", "863", "864", "865", "866", "867", "868", "869", "870", "871", "872", "873", "874", "875", "876", "877", "878", "879", "880", "881", "882", "883", "884", "885", "886", "887", "888", "889", "890", "891", "892", "893", "894", "895", "896", "897", "898", "899", "900", "901", "902", "903", "904", "905", "906", "907", "908", "909", "910", "911", "912", "913", "914", "915", "916", "917", "918", "919", "920", "921", "922", "923", "924", "925", "926", "927", "928", "929", "930", "931", "932", "933", "934", "935", "936", "937", "938", "939", "940", "941", "942", "943", "944", "945", "946", "947", "948", "949", "950", "951", "952", "953", "954", "955", "956", "957", "958", "959", "960", "961", "962", "963", "964", "965", "966", "967", "968", "969", "970", "971", "972", "973", "974", "975", "976", "977", "978", "979", "980", "981", "982", "983", "984", "985", "986", "987", "988", "989", "990", "991", "992", "993", "994", "995", "996", "997", "998", "999", "1000", "1001", "1002", "1003", "1004", "1005", "1006", "1007", "1008", "1009", "1010", "1011", "1012", "1013", "1014", "1015", "1016", "1017", "1018", "1019", "1020", "1021", "1022", "1023", "1024", "1025", "1026", "1027", "1028", "1029", "1030", "1031", "1032", "1033", "1034", "1035", "1036", "1037", "1038", "1039", "1040", "1041", "1042", "1043", "1044", "1045", "1046", "1047", "1048", "1049", "1050", "1051", "1052", "1053", "1054", "1055", "1056", "1057", "1058", "1059", "1060", "1061", "1062", "1063", "1064", "1065", "1066", "1067", "1068", "1069", "1070", "1071", "1072", "1073", "1074", "1075", "1076", "1077", "1078", "1079", "1080", "1081", "1082", "1083", "1084", "1085", "1086", "1087", "1088", "1089", "1090", "1091", "1092", "1093", "1094", "1095", "1096", "1097", "1098", "1099", "1100", "1101", "1102", "1103", "1104", "1105", "1106", "1107", "1108", "1109", "1110", "1111", "1112", "1113", "1114", "1115", "1116", "1117", "1118", "1119", "1120", "1121", "1122", "1123", "1124", "1125", "1126", "1127", "1128", "1129", "1130", "1131", "1132", "1133", "1134", "1135", "1136", "1137", "1138", "1139", "1140", "1141", "1142", "1143", "1144", "1145", "1146", "1147", "1148", "1149", "1150", "1151", "1152", "1153", "1154", "1155", "1156", "1157", "1158", "1159", "1160", "1161", "1162", "1163", "1164", "1165", "1166", "1167", "1168", "1169", "1170", "1171", "1172", "1173", "1174", "1175", "1176", "1177", "1178", "1179", "1180", "1181", "1182", "1183", "1184", "1185", "1186", "1187", "1188", "1189", "1190", "1191", "1192", "1193", "1194", "1195", "1196", "1197", "1198", "1199", "1200", "1201", "1202", "1203", "1204", "1205", "1206", "1207", "1208", "1209", "1210", "1211", "1212", "1213", "1214", "1215", "1216", "1217", "1218", "1219", "1220", "1221", "1222", "1223", "1224", "1225", "1226", "1227", "1228", "1229", "1230", "1231", "1232", "1233", "1234", "1235", "1236", "1237", "1238", "1239", "1240", "1241", "1242", "1243", "1244", "1245", "1246", "1247", "1248", "1249", "1250", "1251", "1252", "1253", "1254", "1255", "1256", "1257", "1258", "1259", "1260", "1261", "1262", "1263", "1264", "1265", "1266", "1267", "1268", "1269", "1270", "1271", "1272", "1273", "1274", "1275", "1276", "1277", "1278", "1279", "1280", "1281", "1282", "1283", "1284", "1285", "1286", "1287", "1288", "1289", "1290", "1291", "1292", "1293", "1294", "1295", "1296", "1297", "1298", "1299", "1300", "1301", "1302", "1303", "1304", "1305", "1306", "1307", "1308", "1309", "1310", "1311", "1312", "1313", "1314", "1315", "1316", "1317", "1318", "1319", "1320", "1321", "1322", "1323", "1324", "1325", "1326", "1327", "1328", "1329", "1330", "1331", "1332", "1333", "1334", "1335", "1336", "1337", "1338", "1339", "1340", "1341", "1342", "1343", "1344", "1345", "1346", "1347", "1348", "1349", "1350", "1351", "1352", "1353", "1354", "1355", "1356", "1357", "1358", "1359", "1360", "1361", "1362", "1363", "1364", "1365", "1366", "1367", "1368", "1369", "1370", "1371", "1372", "1373", "1374", "1375", "1376", "1377", "1378", "1379", "1380", "1381", "1382", "1383", "1384", "1385", "1386", "1387", "1388", "1389", "1390", "1391", "1392", "1393", "1394", "1395", "1396", "1397", "1398", "1399", "1400", "1401", "1402", "1403", "1404", "1405", "1406", "1407", "1408", "1409", "1410", "1411", "1412", "1413", "1414", "1415", "1416", "1417", "1418", "1419", "1420", "1421", "1422", "1423", "1424", "1425", "1426", "1427", "1428", "1429", "1430", "1431", "1432", "1433", "1434", "1435", "1436", "1437", "1438", "1439", "1440", "1441", "1442", "1443", "1444", "1445", "1446", "1447", "1448", "1449", "1450", "1451", "1452", "1453", "1454", "1455", "1456", "1457", "1458", "1459", "1460", "1461", "1462", "1463", "1464", "1465", "1466", "1467", "1468", "1469", "1470", "1471", "1472", "1473", "1474", "1475", "1476", "1477", "1478", "1479", "1480", "1481", "1482", "1483", "1484", "1485", "1486", "1487", "1488", "1489", "1490", "1491", "1492", "1493", "1494", "1495", "1496", "1497", "1498", "1499", "1500", "1501", "1502", "1503", "1504", "1505", "1506", "1507", "1508", "1509", "1510", "1511", "1512", "1513", "1514", "1515", "1516", "1517", "1518", "1519", "1520", "1521", "1522", "1523", "1524", "1525", "1526", "1527", "1528", "1529", "1530", "1531", "1532", "1533", "1534", "1535", "1536", "1537", "1538", "1539", "1540", "1541", "1542", "1543", "1544", "1545", "1546", "1547", "1548", "1549", "1550", "1551", "1552", "1553", "1554", "1555", "1556", "1557", "1558", "1559", "1560", "1561", "1562", "1563", "1564", "1565", "1566", "1567", "1568", "1569", "1570", "1571", "1572", "1573", "1574", "1575", "1576", "1577", "1578", "1579", "1580", "1581", "1582", "1583", "1584", "1585", "1586", "1587", "1588", "1589", "1590", "1591", "1592", "1593", "1594", "1595", "1596", "1597", "1598", "1599", "1600", "1601", "1602", "1603", "1604", "1605", "1606", "1607", "1608", "1609", "1610", "1611", "1612", "1613", "1614", "1615", "1616", "1617", "1618", "1619", "1620", "1621", "1622", "1623", "1624", "1625", "1626", "1627", "1628", "1629", "1630", "1631", "1632", "1633", "1634", "1635", "1636", "1637", "1638", "1639", "1640", "1641", "1642", "1643", "1644", "1645", "1646", "1647", "1648", "1649", "1650", "1651", "1652", "1653", "1654", "1655", "1656", "1657", "1658", "1659", "1660", "1661", "1662", "1663", "1664", "1665", "1666", "1667", "1668", "1669", "1670", "1671", "1672", "1673", "1674", "1675", "1676", "1677", "1678", "1679", "1680", "1681", "1682", "1683", "1684", "1685", "1686", "1687", "1688", "1689", "1690", "1691", "1692", "1693", "1694", "1695", "1696", "1697", "1698", "1699", "1700", "1701", "1702", "1703", "1704", "1705", "1706", "1707", "1708", "1709", "1710", "1711", "1712", "1713", "1714", "1715", "1716", "1717", "1718", "1719", "1720", "1721", "1722", "1723", "1724", "1725", "1726", "1727", "1728", "1729", "1730", "1731", "1732", "1733", "1734", "1735", "1736", "1737", "1738", "1739", "1740", "1741", "1742", "1743", "1744", "1745", "1746", "1747", "1748", "1749", "1750", "1751", "1752", "1753", "1754", "1755", "1756", "1757", "1758", "1759", "1760", "1761", "1762", "1763", "1764", "1765", "1766", "1767", "1768", "1769", "1770", "1771", "1772", "1773", "1774", "1775", "1776", "1777", "1778", "1779", "1780", "1781", "1782", "1783", "1784", "1785", "1786", "1787", "1788", "1789", "1790", "1791", "1792", "1793", "1794", "1795", "1796", "1797", "1798", "1799", "1800", "1801", "1802", "1803", "1804", "1805", "1806", "1807", "1808", "1809", "1810", "1811", "1812", "1813", "1814", "1815", "1816", "1817", "1818", "1819", "1820", "1821", "1822", "1823", "1824", "1825", "1826", "1827", "1828", "1829", "1830", "1831", "1832", "1833", "1834", "1835", "1836", "1837", "1838", "1839", "1840", "1841", "1842", "1843", "1844", "1845", "1846", "1847", "1848", "1849", "1850", "1851", "1852", "1853", "1854", "1855", "1856", "1857", "1858", "1859", "1860", "1861", "1862", "1863", "1864", "1865", "1866", "1867", "1868", "1869", "1870", "1871", "1872", "1873", "1874", "1875", "1876", "1877", "1878", "1879", "1880", "1881", "1882", "1883", "1884", "1885", "1886", "1887", "1888", "1889", "1890", "1891", "1892", "1893", "1894", "1895", "1896", "1897", "1898", "1899", "1900", "1901", "1902", "1903", "1904", "1905", "1906", "1907", "1908", "1909", "1910", "1911", "1912", "1913", "1914", "1915", "1916", "1917", "1918", "1919", "1920", "1921", "1922", "1923", "1924", "1925", "1926", "1927", "1928", "1929", "1930", "1931", "1932", "1933", "1934", "1935", "1936", "1937", "1938", "1939", "1940", "1941", "1942", "1943", "1944", "1945", "1946", "1947", "1948", "1949", "1950", "1951", "1952", "1953", "1954", "1955", "1956", "1957", "1958", "1959", "1960", "1961", "1962", "1963", "1964", "1965", "1966", "1967", "1968", "1969", "1970", "1971", "1972", "1973", "1974", "1975", "1976", "1977", "1978", "1979", "1980", "1981", "1982", "1983", "1984", "1985", "1986", "1987", "1988", "1989", "1990", "1991", "1992", "1993", "1994", "1995", "1996", "1997", "1998", "1999", "2000", "2001", "2002", "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010"]}}, "selector002": {"type": "interval", "encodings": ["x", "y"], "init": {"x": [-65, 65], "y": [-65, 65]}}}, "width": 600}, {"mark": {"type": "point", "fillOpacity": 0.2, "opacity": 0.2}, "encoding": {"color": {"condition": {"type": "nominal", "field": "color", "scale": {"scheme": "category10"}, "selection": " "}, "value": "lightgray"}, "text": {"type": "nominal", "field": "subreddit"}, "x": {"type": "quantitative", "axis": {"grid": false}, "field": "x", "scale": {"domain": {"selection": "selector002"}}}, "y": {"type": "quantitative", "axis": {"grid": false}, "field": "y", "scale": {"domain": {"selection": "selector002"}}}}, "height": 400, "selection": {" ": {"type": "single", "on": "click,", "fields": ["cluster"], "bind": {"input": "select", "options": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "106", "107", "108", "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157", "158", "159", "160", "161", "162", "163", "164", "165", "166", "167", "168", "169", "170", "171", "172", "173", "174", "175", "176", "177", "178", "179", "180", "181", "182", "183", "184", "185", "186", "187", "188", "189", "190", "191", "192", "193", "194", "195", "196", "197", "198", "199", "200", "201", "202", "203", "204", "205", "206", "207", "208", "209", "210", "211", "212", "213", "214", "215", "216", "217", "218", "219", "220", "221", "222", "223", "224", "225", "226", "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "237", "238", "239", "240", "241", "242", "243", "244", "245", "246", "247", "248", "249", "250", "251", "252", "253", "254", "255", "256", "257", "258", "259", "260", "261", "262", "263", "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287", "288", "289", "290", "291", "292", "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307", "308", "309", "310", "311", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "322", "323", "324", "325", "326", "327", "328", "329", "330", "331", "332", "333", "334", "335", "336", "337", "338", "339", "340", "341", "342", "343", "344", "345", "346", "347", "348", "349", "350", "351", "352", "353", "354", "355", "356", "357", "358", "359", "360", "361", "362", "363", "364", "365", "366", "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392", "393", "394", "395", "396", "397", "398", "399", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "425", "426", "427", "428", "429", "430", "431", "432", "433", "434", "435", "436", "437", "438", "439", "440", "441", "442", "443", "444", "445", "446", "447", "448", "449", "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463", "464", "465", "466", "467", "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481", "482", "483", "484", "485", "486", "487", "488", "489", "490", "491", "492", "493", "494", "495", "496", "497", "498", "499", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514", "515", "516", "517", "518", "519", "520", "521", "522", "523", "524", "525", "526", "527", "528", "529", "530", "531", "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545", "546", "547", "548", "549", "550", "551", "552", "553", "554", "555", "556", "557", "558", "559", "560", "561", "562", "563", "564", "565", "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579", "580", "581", "582", "583", "584", "585", "586", "587", "588", "589", "590", "591", "592", "593", "594", "595", "596", "597", "598", "599", "600", "601", "602", "603", "604", "605", "606", "607", "608", "609", "610", "611", "612", "613", "614", "615", "616", "617", "618", "619", "620", "621", "622", "623", "624", "625", "626", "627", "628", "629", "630", "631", "632", "633", "634", "635", "636", "637", "638", "639", "640", "641", "642", "643", "644", "645", "646", "647", "648", "649", "650", "651", "652", "653", "654", "655", "656", "657", "658", "659", "660", "661", "662", "663", "664", "665", "666", "667", "668", "669", "670", "671", "672", "673", "674", "675", "676", "677", "678", "679", "680", "681", "682", "683", "684", "685", "686", "687", "688", "689", "690", "691", "692", "693", "694", "695", "696", "697", "698", "699", "700", "701", "702", "703", "704", "705", "706", "707", "708", "709", "710", "711", "712", "713", "714", "715", "716", "717", "718", "719", "720", "721", "722", "723", "724", "725", "726", "727", "728", "729", "730", "731", "732", "733", "734", "735", "736", "737", "738", "739", "740", "741", "742", "743", "744", "745", "746", "747", "748", "749", "750", "751", "752", "753", "754", "755", "756", "757", "758", "759", "760", "761", "762", "763", "764", "765", "766", "767", "768", "769", "770", "771", "772", "773", "774", "775", "776", "777", "778", "779", "780", "781", "782", "783", "784", "785", "786", "787", "788", "789", "790", "791", "792", "793", "794", "795", "796", "797", "798", "799", "800", "801", "802", "803", "804", "805", "806", "807", "808", "809", "810", "811", "812", "813", "814", "815", "816", "817", "818", "819", "820", "821", "822", "823", "824", "825", "826", "827", "828", "829", "830", "831", "832", "833", "834", "835", "836", "837", "838", "839", "840", "841", "842", "843", "844", "845", "846", "847", "848", "849", "850", "851", "852", "853", "854", "855", "856", "857", "858", "859", "860", "861", "862", "863", "864", "865", "866", "867", "868", "869", "870", "871", "872", "873", "874", "875", "876", "877", "878", "879", "880", "881", "882", "883", "884", "885", "886", "887", "888", "889", "890", "891", "892", "893", "894", "895", "896", "897", "898", "899", "900", "901", "902", "903", "904", "905", "906", "907", "908", "909", "910", "911", "912", "913", "914", "915", "916", "917", "918", "919", "920", "921", "922", "923", "924", "925", "926", "927", "928", "929", "930", "931", "932", "933", "934", "935", "936", "937", "938", "939", "940", "941", "942", "943", "944", "945", "946", "947", "948", "949", "950", "951", "952", "953", "954", "955", "956", "957", "958", "959", "960", "961", "962", "963", "964", "965", "966", "967", "968", "969", "970", "971", "972", "973", "974", "975", "976", "977", "978", "979", "980", "981", "982", "983", "984", "985", "986", "987", "988", "989", "990", "991", "992", "993", "994", "995", "996", "997", "998", "999", "1000", "1001", "1002", "1003", "1004", "1005", "1006", "1007", "1008", "1009", "1010", "1011", "1012", "1013", "1014", "1015", "1016", "1017", "1018", "1019", "1020", "1021", "1022", "1023", "1024", "1025", "1026", "1027", "1028", "1029", "1030", "1031", "1032", "1033", "1034", "1035", "1036", "1037", "1038", "1039", "1040", "1041", "1042", "1043", "1044", "1045", "1046", "1047", "1048", "1049", "1050", "1051", "1052", "1053", "1054", "1055", "1056", "1057", "1058", "1059", "1060", "1061", "1062", "1063", "1064", "1065", "1066", "1067", "1068", "1069", "1070", "1071", "1072", "1073", "1074", "1075", "1076", "1077", "1078", "1079", "1080", "1081", "1082", "1083", "1084", "1085", "1086", "1087", "1088", "1089", "1090", "1091", "1092", "1093", "1094", "1095", "1096", "1097", "1098", "1099", "1100", "1101", "1102", "1103", "1104", "1105", "1106", "1107", "1108", "1109", "1110", "1111", "1112", "1113", "1114", "1115", "1116", "1117", "1118", "1119", "1120", "1121", "1122", "1123", "1124", "1125", "1126", "1127", "1128", "1129", "1130", "1131", "1132", "1133", "1134", "1135", "1136", "1137", "1138", "1139", "1140", "1141", "1142", "1143", "1144", "1145", "1146", "1147", "1148", "1149", "1150", "1151", "1152", "1153", "1154", "1155", "1156", "1157", "1158", "1159", "1160", "1161", "1162", "1163", "1164", "1165", "1166", "1167", "1168", "1169", "1170", "1171", "1172", "1173", "1174", "1175", "1176", "1177", "1178", "1179", "1180", "1181", "1182", "1183", "1184", "1185", "1186", "1187", "1188", "1189", "1190", "1191", "1192", "1193", "1194", "1195", "1196", "1197", "1198", "1199", "1200", "1201", "1202", "1203", "1204", "1205", "1206", "1207", "1208", "1209", "1210", "1211", "1212", "1213", "1214", "1215", "1216", "1217", "1218", "1219", "1220", "1221", "1222", "1223", "1224", "1225", "1226", "1227", "1228", "1229", "1230", "1231", "1232", "1233", "1234", "1235", "1236", "1237", "1238", "1239", "1240", "1241", "1242", "1243", "1244", "1245", "1246", "1247", "1248", "1249", "1250", "1251", "1252", "1253", "1254", "1255", "1256", "1257", "1258", "1259", "1260", "1261", "1262", "1263", "1264", "1265", "1266", "1267", "1268", "1269", "1270", "1271", "1272", "1273", "1274", "1275", "1276", "1277", "1278", "1279", "1280", "1281", "1282", "1283", "1284", "1285", "1286", "1287", "1288", "1289", "1290", "1291", "1292", "1293", "1294", "1295", "1296", "1297", "1298", "1299", "1300", "1301", "1302", "1303", "1304", "1305", "1306", "1307", "1308", "1309", "1310", "1311", "1312", "1313", "1314", "1315", "1316", "1317", "1318", "1319", "1320", "1321", "1322", "1323", "1324", "1325", "1326", "1327", "1328", "1329", "1330", "1331", "1332", "1333", "1334", "1335", "1336", "1337", "1338", "1339", "1340", "1341", "1342", "1343", "1344", "1345", "1346", "1347", "1348", "1349", "1350", "1351", "1352", "1353", "1354", "1355", "1356", "1357", "1358", "1359", "1360", "1361", "1362", "1363", "1364", "1365", "1366", "1367", "1368", "1369", "1370", "1371", "1372", "1373", "1374", "1375", "1376", "1377", "1378", "1379", "1380", "1381", "1382", "1383", "1384", "1385", "1386", "1387", "1388", "1389", "1390", "1391", "1392", "1393", "1394", "1395", "1396", "1397", "1398", "1399", "1400", "1401", "1402", "1403", "1404", "1405", "1406", "1407", "1408", "1409", "1410", "1411", "1412", "1413", "1414", "1415", "1416", "1417", "1418", "1419", "1420", "1421", "1422", "1423", "1424", "1425", "1426", "1427", "1428", "1429", "1430", "1431", "1432", "1433", "1434", "1435", "1436", "1437", "1438", "1439", "1440", "1441", "1442", "1443", "1444", "1445", "1446", "1447", "1448", "1449", "1450", "1451", "1452", "1453", "1454", "1455", "1456", "1457", "1458", "1459", "1460", "1461", "1462", "1463", "1464", "1465", "1466", "1467", "1468", "1469", "1470", "1471", "1472", "1473", "1474", "1475", "1476", "1477", "1478", "1479", "1480", "1481", "1482", "1483", "1484", "1485", "1486", "1487", "1488", "1489", "1490", "1491", "1492", "1493", "1494", "1495", "1496", "1497", "1498", "1499", "1500", "1501", "1502", "1503", "1504", "1505", "1506", "1507", "1508", "1509", "1510", "1511", "1512", "1513", "1514", "1515", "1516", "1517", "1518", "1519", "1520", "1521", "1522", "1523", "1524", "1525", "1526", "1527", "1528", "1529", "1530", "1531", "1532", "1533", "1534", "1535", "1536", "1537", "1538", "1539", "1540", "1541", "1542", "1543", "1544", "1545", "1546", "1547", "1548", "1549", "1550", "1551", "1552", "1553", "1554", "1555", "1556", "1557", "1558", "1559", "1560", "1561", "1562", "1563", "1564", "1565", "1566", "1567", "1568", "1569", "1570", "1571", "1572", "1573", "1574", "1575", "1576", "1577", "1578", "1579", "1580", "1581", "1582", "1583", "1584", "1585", "1586", "1587", "1588", "1589", "1590", "1591", "1592", "1593", "1594", "1595", "1596", "1597", "1598", "1599", "1600", "1601", "1602", "1603", "1604", "1605", "1606", "1607", "1608", "1609", "1610", "1611", "1612", "1613", "1614", "1615", "1616", "1617", "1618", "1619", "1620", "1621", "1622", "1623", "1624", "1625", "1626", "1627", "1628", "1629", "1630", "1631", "1632", "1633", "1634", "1635", "1636", "1637", "1638", "1639", "1640", "1641", "1642", "1643", "1644", "1645", "1646", "1647", "1648", "1649", "1650", "1651", "1652", "1653", "1654", "1655", "1656", "1657", "1658", "1659", "1660", "1661", "1662", "1663", "1664", "1665", "1666", "1667", "1668", "1669", "1670", "1671", "1672", "1673", "1674", "1675", "1676", "1677", "1678", "1679", "1680", "1681", "1682", "1683", "1684", "1685", "1686", "1687", "1688", "1689", "1690", "1691", "1692", "1693", "1694", "1695", "1696", "1697", "1698", "1699", "1700", "1701", "1702", "1703", "1704", "1705", "1706", "1707", "1708", "1709", "1710", "1711", "1712", "1713", "1714", "1715", "1716", "1717", "1718", "1719", "1720", "1721", "1722", "1723", "1724", "1725", "1726", "1727", "1728", "1729", "1730", "1731", "1732", "1733", "1734", "1735", "1736", "1737", "1738", "1739", "1740", "1741", "1742", "1743", "1744", "1745", "1746", "1747", "1748", "1749", "1750", "1751", "1752", "1753", "1754", "1755", "1756", "1757", "1758", "1759", "1760", "1761", "1762", "1763", "1764", "1765", "1766", "1767", "1768", "1769", "1770", "1771", "1772", "1773", "1774", "1775", "1776", "1777", "1778", "1779", "1780", "1781", "1782", "1783", "1784", "1785", "1786", "1787", "1788", "1789", "1790", "1791", "1792", "1793", "1794", "1795", "1796", "1797", "1798", "1799", "1800", "1801", "1802", "1803", "1804", "1805", "1806", "1807", "1808", "1809", "1810", "1811", "1812", "1813", "1814", "1815", "1816", "1817", "1818", "1819", "1820", "1821", "1822", "1823", "1824", "1825", "1826", "1827", "1828", "1829", "1830", "1831", "1832", "1833", "1834", "1835", "1836", "1837", "1838", "1839", "1840", "1841", "1842", "1843", "1844", "1845", "1846", "1847", "1848", "1849", "1850", "1851", "1852", "1853", "1854", "1855", "1856", "1857", "1858", "1859", "1860", "1861", "1862", "1863", "1864", "1865", "1866", "1867", "1868", "1869", "1870", "1871", "1872", "1873", "1874", "1875", "1876", "1877", "1878", "1879", "1880", "1881", "1882", "1883", "1884", "1885", "1886", "1887", "1888", "1889", "1890", "1891", "1892", "1893", "1894", "1895", "1896", "1897", "1898", "1899", "1900", "1901", "1902", "1903", "1904", "1905", "1906", "1907", "1908", "1909", "1910", "1911", "1912", "1913", "1914", "1915", "1916", "1917", "1918", "1919", "1920", "1921", "1922", "1923", "1924", "1925", "1926", "1927", "1928", "1929", "1930", "1931", "1932", "1933", "1934", "1935", "1936", "1937", "1938", "1939", "1940", "1941", "1942", "1943", "1944", "1945", "1946", "1947", "1948", "1949", "1950", "1951", "1952", "1953", "1954", "1955", "1956", "1957", "1958", "1959", "1960", "1961", "1962", "1963", "1964", "1965", "1966", "1967", "1968", "1969", "1970", "1971", "1972", "1973", "1974", "1975", "1976", "1977", "1978", "1979", "1980", "1981", "1982", "1983", "1984", "1985", "1986", "1987", "1988", "1989", "1990", "1991", "1992", "1993", "1994", "1995", "1996", "1997", "1998", "1999", "2000", "2001", "2002", "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010"]}}, "selector003": {"type": "interval", "encodings": ["x"], "init": {"x": [30, 40]}}, "selector004": {"type": "interval", "encodings": ["y"], "init": {"y": [-20, 0]}}}, "width": 600}]}, {"mark": "text", "encoding": {"color": {"condition": {"type": "nominal", "field": "color", "scale": {"scheme": "category10"}, "selection": " "}, "value": "lightgray"}, "text": {"type": "nominal", "field": "subreddit"}, "x": {"type": "quantitative", "axis": {"grid": false}, "field": "x", "scale": {"domain": {"selection": "selector003"}}}, "y": {"type": "quantitative", "axis": {"grid": false}, "field": "y", "scale": {"domain": {"selection": "selector004"}}}}, "height": 600, "selection": {" ": {"type": "single", "on": "click,", "fields": ["cluster"], "bind": {"input": "select", "options": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "106", "107", "108", "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157", "158", "159", "160", "161", "162", "163", "164", "165", "166", "167", "168", "169", "170", "171", "172", "173", "174", "175", "176", "177", "178", "179", "180", "181", "182", "183", "184", "185", "186", "187", "188", "189", "190", "191", "192", "193", "194", "195", "196", "197", "198", "199", "200", "201", "202", "203", "204", "205", "206", "207", "208", "209", "210", "211", "212", "213", "214", "215", "216", "217", "218", "219", "220", "221", "222", "223", "224", "225", "226", "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "237", "238", "239", "240", "241", "242", "243", "244", "245", "246", "247", "248", "249", "250", "251", "252", "253", "254", "255", "256", "257", "258", "259", "260", "261", "262", "263", "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287", "288", "289", "290", "291", "292", "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307", "308", "309", "310", "311", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "322", "323", "324", "325", "326", "327", "328", "329", "330", "331", "332", "333", "334", "335", "336", "337", "338", "339", "340", "341", "342", "343", "344", "345", "346", "347", "348", "349", "350", "351", "352", "353", "354", "355", "356", "357", "358", "359", "360", "361", "362", "363", "364", "365", "366", "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392", "393", "394", "395", "396", "397", "398", "399", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "425", "426", "427", "428", "429", "430", "431", "432", "433", "434", "435", "436", "437", "438", "439", "440", "441", "442", "443", "444", "445", "446", "447", "448", "449", "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463", "464", "465", "466", "467", "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481", "482", "483", "484", "485", "486", "487", "488", "489", "490", "491", "492", "493", "494", "495", "496", "497", "498", "499", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514", "515", "516", "517", "518", "519", "520", "521", "522", "523", "524", "525", "526", "527", "528", "529", "530", "531", "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545", "546", "547", "548", "549", "550", "551", "552", "553", "554", "555", "556", "557", "558", "559", "560", "561", "562", "563", "564", "565", "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579", "580", "581", "582", "583", "584", "585", "586", "587", "588", "589", "590", "591", "592", "593", "594", "595", "596", "597", "598", "599", "600", "601", "602", "603", "604", "605", "606", "607", "608", "609", "610", "611", "612", "613", "614", "615", "616", "617", "618", "619", "620", "621", "622", "623", "624", "625", "626", "627", "628", "629", "630", "631", "632", "633", "634", "635", "636", "637", "638", "639", "640", "641", "642", "643", "644", "645", "646", "647", "648", "649", "650", "651", "652", "653", "654", "655", "656", "657", "658", "659", "660", "661", "662", "663", "664", "665", "666", "667", "668", "669", "670", "671", "672", "673", "674", "675", "676", "677", "678", "679", "680", "681", "682", "683", "684", "685", "686", "687", "688", "689", "690", "691", "692", "693", "694", "695", "696", "697", "698", "699", "700", "701", "702", "703", "704", "705", "706", "707", "708", "709", "710", "711", "712", "713", "714", "715", "716", "717", "718", "719", "720", "721", "722", "723", "724", "725", "726", "727", "728", "729", "730", "731", "732", "733", "734", "735", "736", "737", "738", "739", "740", "741", "742", "743", "744", "745", "746", "747", "748", "749", "750", "751", "752", "753", "754", "755", "756", "757", "758", "759", "760", "761", "762", "763", "764", "765", "766", "767", "768", "769", "770", "771", "772", "773", "774", "775", "776", "777", "778", "779", "780", "781", "782", "783", "784", "785", "786", "787", "788", "789", "790", "791", "792", "793", "794", "795", "796", "797", "798", "799", "800", "801", "802", "803", "804", "805", "806", "807", "808", "809", "810", "811", "812", "813", "814", "815", "816", "817", "818", "819", "820", "821", "822", "823", "824", "825", "826", "827", "828", "829", "830", "831", "832", "833", "834", "835", "836", "837", "838", "839", "840", "841", "842", "843", "844", "845", "846", "847", "848", "849", "850", "851", "852", "853", "854", "855", "856", "857", "858", "859", "860", "861", "862", "863", "864", "865", "866", "867", "868", "869", "870", "871", "872", "873", "874", "875", "876", "877", "878", "879", "880", "881", "882", "883", "884", "885", "886", "887", "888", "889", "890", "891", "892", "893", "894", "895", "896", "897", "898", "899", "900", "901", "902", "903", "904", "905", "906", "907", "908", "909", "910", "911", "912", "913", "914", "915", "916", "917", "918", "919", "920", "921", "922", "923", "924", "925", "926", "927", "928", "929", "930", "931", "932", "933", "934", "935", "936", "937", "938", "939", "940", "941", "942", "943", "944", "945", "946", "947", "948", "949", "950", "951", "952", "953", "954", "955", "956", "957", "958", "959", "960", "961", "962", "963", "964", "965", "966", "967", "968", "969", "970", "971", "972", "973", "974", "975", "976", "977", "978", "979", "980", "981", "982", "983", "984", "985", "986", "987", "988", "989", "990", "991", "992", "993", "994", "995", "996", "997", "998", "999", "1000", "1001", "1002", "1003", "1004", "1005", "1006", "1007", "1008", "1009", "1010", "1011", "1012", "1013", "1014", "1015", "1016", "1017", "1018", "1019", "1020", "1021", "1022", "1023", "1024", "1025", "1026", "1027", "1028", "1029", "1030", "1031", "1032", "1033", "1034", "1035", "1036", "1037", "1038", "1039", "1040", "1041", "1042", "1043", "1044", "1045", "1046", "1047", "1048", "1049", "1050", "1051", "1052", "1053", "1054", "1055", "1056", "1057", "1058", "1059", "1060", "1061", "1062", "1063", "1064", "1065", "1066", "1067", "1068", "1069", "1070", "1071", "1072", "1073", "1074", "1075", "1076", "1077", "1078", "1079", "1080", "1081", "1082", "1083", "1084", "1085", "1086", "1087", "1088", "1089", "1090", "1091", "1092", "1093", "1094", "1095", "1096", "1097", "1098", "1099", "1100", "1101", "1102", "1103", "1104", "1105", "1106", "1107", "1108", "1109", "1110", "1111", "1112", "1113", "1114", "1115", "1116", "1117", "1118", "1119", "1120", "1121", "1122", "1123", "1124", "1125", "1126", "1127", "1128", "1129", "1130", "1131", "1132", "1133", "1134", "1135", "1136", "1137", "1138", "1139", "1140", "1141", "1142", "1143", "1144", "1145", "1146", "1147", "1148", "1149", "1150", "1151", "1152", "1153", "1154", "1155", "1156", "1157", "1158", "1159", "1160", "1161", "1162", "1163", "1164", "1165", "1166", "1167", "1168", "1169", "1170", "1171", "1172", "1173", "1174", "1175", "1176", "1177", "1178", "1179", "1180", "1181", "1182", "1183", "1184", "1185", "1186", "1187", "1188", "1189", "1190", "1191", "1192", "1193", "1194", "1195", "1196", "1197", "1198", "1199", "1200", "1201", "1202", "1203", "1204", "1205", "1206", "1207", "1208", "1209", "1210", "1211", "1212", "1213", "1214", "1215", "1216", "1217", "1218", "1219", "1220", "1221", "1222", "1223", "1224", "1225", "1226", "1227", "1228", "1229", "1230", "1231", "1232", "1233", "1234", "1235", "1236", "1237", "1238", "1239", "1240", "1241", "1242", "1243", "1244", "1245", "1246", "1247", "1248", "1249", "1250", "1251", "1252", "1253", "1254", "1255", "1256", "1257", "1258", "1259", "1260", "1261", "1262", "1263", "1264", "1265", "1266", "1267", "1268", "1269", "1270", "1271", "1272", "1273", "1274", "1275", "1276", "1277", "1278", "1279", "1280", "1281", "1282", "1283", "1284", "1285", "1286", "1287", "1288", "1289", "1290", "1291", "1292", "1293", "1294", "1295", "1296", "1297", "1298", "1299", "1300", "1301", "1302", "1303", "1304", "1305", "1306", "1307", "1308", "1309", "1310", "1311", "1312", "1313", "1314", "1315", "1316", "1317", "1318", "1319", "1320", "1321", "1322", "1323", "1324", "1325", "1326", "1327", "1328", "1329", "1330", "1331", "1332", "1333", "1334", "1335", "1336", "1337", "1338", "1339", "1340", "1341", "1342", "1343", "1344", "1345", "1346", "1347", "1348", "1349", "1350", "1351", "1352", "1353", "1354", "1355", "1356", "1357", "1358", "1359", "1360", "1361", "1362", "1363", "1364", "1365", "1366", "1367", "1368", "1369", "1370", "1371", "1372", "1373", "1374", "1375", "1376", "1377", "1378", "1379", "1380", "1381", "1382", "1383", "1384", "1385", "1386", "1387", "1388", "1389", "1390", "1391", "1392", "1393", "1394", "1395", "1396", "1397", "1398", "1399", "1400", "1401", "1402", "1403", "1404", "1405", "1406", "1407", "1408", "1409", "1410", "1411", "1412", "1413", "1414", "1415", "1416", "1417", "1418", "1419", "1420", "1421", "1422", "1423", "1424", "1425", "1426", "1427", "1428", "1429", "1430", "1431", "1432", "1433", "1434", "1435", "1436", "1437", "1438", "1439", "1440", "1441", "1442", "1443", "1444", "1445", "1446", "1447", "1448", "1449", "1450", "1451", "1452", "1453", "1454", "1455", "1456", "1457", "1458", "1459", "1460", "1461", "1462", "1463", "1464", "1465", "1466", "1467", "1468", "1469", "1470", "1471", "1472", "1473", "1474", "1475", "1476", "1477", "1478", "1479", "1480", "1481", "1482", "1483", "1484", "1485", "1486", "1487", "1488", "1489", "1490", "1491", "1492", "1493", "1494", "1495", "1496", "1497", "1498", "1499", "1500", "1501", "1502", "1503", "1504", "1505", "1506", "1507", "1508", "1509", "1510", "1511", "1512", "1513", "1514", "1515", "1516", "1517", "1518", "1519", "1520", "1521", "1522", "1523", "1524", "1525", "1526", "1527", "1528", "1529", "1530", "1531", "1532", "1533", "1534", "1535", "1536", "1537", "1538", "1539", "1540", "1541", "1542", "1543", "1544", "1545", "1546", "1547", "1548", "1549", "1550", "1551", "1552", "1553", "1554", "1555", "1556", "1557", "1558", "1559", "1560", "1561", "1562", "1563", "1564", "1565", "1566", "1567", "1568", "1569", "1570", "1571", "1572", "1573", "1574", "1575", "1576", "1577", "1578", "1579", "1580", "1581", "1582", "1583", "1584", "1585", "1586", "1587", "1588", "1589", "1590", "1591", "1592", "1593", "1594", "1595", "1596", "1597", "1598", "1599", "1600", "1601", "1602", "1603", "1604", "1605", "1606", "1607", "1608", "1609", "1610", "1611", "1612", "1613", "1614", "1615", "1616", "1617", "1618", "1619", "1620", "1621", "1622", "1623", "1624", "1625", "1626", "1627", "1628", "1629", "1630", "1631", "1632", "1633", "1634", "1635", "1636", "1637", "1638", "1639", "1640", "1641", "1642", "1643", "1644", "1645", "1646", "1647", "1648", "1649", "1650", "1651", "1652", "1653", "1654", "1655", "1656", "1657", "1658", "1659", "1660", "1661", "1662", "1663", "1664", "1665", "1666", "1667", "1668", "1669", "1670", "1671", "1672", "1673", "1674", "1675", "1676", "1677", "1678", "1679", "1680", "1681", "1682", "1683", "1684", "1685", "1686", "1687", "1688", "1689", "1690", "1691", "1692", "1693", "1694", "1695", "1696", "1697", "1698", "1699", "1700", "1701", "1702", "1703", "1704", "1705", "1706", "1707", "1708", "1709", "1710", "1711", "1712", "1713", "1714", "1715", "1716", "1717", "1718", "1719", "1720", "1721", "1722", "1723", "1724", "1725", "1726", "1727", "1728", "1729", "1730", "1731", "1732", "1733", "1734", "1735", "1736", "1737", "1738", "1739", "1740", "1741", "1742", "1743", "1744", "1745", "1746", "1747", "1748", "1749", "1750", "1751", "1752", "1753", "1754", "1755", "1756", "1757", "1758", "1759", "1760", "1761", "1762", "1763", "1764", "1765", "1766", "1767", "1768", "1769", "1770", "1771", "1772", "1773", "1774", "1775", "1776", "1777", "1778", "1779", "1780", "1781", "1782", "1783", "1784", "1785", "1786", "1787", "1788", "1789", "1790", "1791", "1792", "1793", "1794", "1795", "1796", "1797", "1798", "1799", "1800", "1801", "1802", "1803", "1804", "1805", "1806", "1807", "1808", "1809", "1810", "1811", "1812", "1813", "1814", "1815", "1816", "1817", "1818", "1819", "1820", "1821", "1822", "1823", "1824", "1825", "1826", "1827", "1828", "1829", "1830", "1831", "1832", "1833", "1834", "1835", "1836", "1837", "1838", "1839", "1840", "1841", "1842", "1843", "1844", "1845", "1846", "1847", "1848", "1849", "1850", "1851", "1852", "1853", "1854", "1855", "1856", "1857", "1858", "1859", "1860", "1861", "1862", "1863", "1864", "1865", "1866", "1867", "1868", "1869", "1870", "1871", "1872", "1873", "1874", "1875", "1876", "1877", "1878", "1879", "1880", "1881", "1882", "1883", "1884", "1885", "1886", "1887", "1888", "1889", "1890", "1891", "1892", "1893", "1894", "1895", "1896", "1897", "1898", "1899", "1900", "1901", "1902", "1903", "1904", "1905", "1906", "1907", "1908", "1909", "1910", "1911", "1912", "1913", "1914", "1915", "1916", "1917", "1918", "1919", "1920", "1921", "1922", "1923", "1924", "1925", "1926", "1927", "1928", "1929", "1930", "1931", "1932", "1933", "1934", "1935", "1936", "1937", "1938", "1939", "1940", "1941", "1942", "1943", "1944", "1945", "1946", "1947", "1948", "1949", "1950", "1951", "1952", "1953", "1954", "1955", "1956", "1957", "1958", "1959", "1960", "1961", "1962", "1963", "1964", "1965", "1966", "1967", "1968", "1969", "1970", "1971", "1972", "1973", "1974", "1975", "1976", "1977", "1978", "1979", "1980", "1981", "1982", "1983", "1984", "1985", "1986", "1987", "1988", "1989", "1990", "1991", "1992", "1993", "1994", "1995", "1996", "1997", "1998", "1999", "2000", "2001", "2002", "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010"]}}}, "width": 1275}], "data": {"name": "data-6c6779c2e81755904ba664b6113392f2"}, "$schema": "https://vega.github.io/schema/vega-lite/v4.8.1.json", "datasets": {"data-6c6779c2e81755904ba664b6113392f2": [{"x": -93.52179718017578, "y": -1.8281320333480835, "subreddit": "100daysofketo", "cluster": 0, "color": 0}, {"x": -93.3797836303711, "y": -1.7434841394424438, "subreddit": "kzoo", "cluster": 0, "color": 0}, {"x": -94.63633728027344, "y": -1.1991649866104126, "subreddit": "southpaws", "cluster": 0, "color": 0}, {"x": -93.5853271484375, "y": -2.9799892902374268, "subreddit": "whole30", "cluster": 0, "color": 0}, {"x": -30.958045959472656, "y": 19.74875259399414, "subreddit": "100thieves", "cluster": 1910, "color": 4}, {"x": -44.9583740234375, "y": -69.29569244384766, "subreddit": "motorcitykitties", "cluster": 1910, "color": 4}, {"x": -45.69942092895508, "y": -67.91986083984375, "subreddit": "norfolk", "cluster": 1910, "color": 4}, {"x": -44.48984909057617, "y": -67.18582916259766, "subreddit": "personalfinance", "cluster": 1910, "color": 4}, {"x": -45.1955451965332, "y": -68.03180694580078, "subreddit": "virginiabeach", "cluster": 1910, "color": 4}, {"x": 114.83763122558594, "y": -152.2458953857422, "subreddit": "100yearsago", "cluster": 1772, "color": 4}, {"x": 0.18620125949382782, "y": -46.34917068481445, "subreddit": "degrassi", "cluster": 1772, "color": 4}, {"x": 4.31430196762085, "y": -22.990360260009766, "subreddit": "tech", "cluster": 1772, "color": 4}, {"x": 11.120508193969727, "y": -21.99440574645996, "subreddit": "technews", "cluster": 1772, "color": 4}, {"x": 11.05219841003418, "y": -22.05185317993164, "subreddit": "technewstoday", "cluster": 1772, "color": 4}, {"x": -80.5703353881836, "y": -78.73502349853516, "subreddit": "1022", "cluster": 1789, "color": 3}, {"x": -61.93907928466797, "y": -83.33051300048828, "subreddit": "dallasstars", "cluster": 1789, "color": 3}, {"x": -80.49811553955078, "y": -78.7817153930664, "subreddit": "texasrangers", "cluster": 1789, "color": 3}, {"x": -17.078004837036133, "y": -27.411088943481445, "subreddit": "10cloverfieldlane", "cluster": 381, "color": 0}, {"x": -16.24155616760254, "y": -27.088106155395508, "subreddit": "asoue", "cluster": 381, "color": 0}, {"x": -16.926551818847656, "y": -27.361431121826172, "subreddit": "cloververse", "cluster": 381, "color": 0}, {"x": -9.057729721069336, "y": 36.158836364746094, "subreddit": "skulduggerypleasant", "cluster": 381, "color": 0}, {"x": 43.78318405151367, "y": 45.062557220458984, "subreddit": "1200isfineiguessugh", "cluster": 1, "color": 0}, {"x": 43.48722839355469, "y": 45.31993103027344, "subreddit": "1200isjerky", "cluster": 1, "color": 0}, {"x": 44.55153274536133, "y": 44.5479736328125, "subreddit": "1200isplenty", "cluster": 1, "color": 0}, {"x": 44.62970733642578, "y": 44.34171676635742, "subreddit": "1500isplenty", "cluster": 1, "color": 0}, {"x": 18.539560317993164, "y": -5.144558429718018, "subreddit": "bento", "cluster": 1, "color": 0}, {"x": 45.498592376708984, "y": 42.80308532714844, "subreddit": "cico", "cluster": 1, "color": 0}, {"x": 46.52503204345703, "y": 44.59490203857422, "subreddit": "loseit", "cluster": 1, "color": 0}, {"x": 46.65042495727539, "y": 45.46434783935547, "subreddit": "progresspics", "cluster": 1, "color": 0}, {"x": 46.59664535522461, "y": 44.27294921875, "subreddit": "weightlossadvice", "cluster": 1, "color": 0}, {"x": 112.6224594116211, "y": -69.81558990478516, "subreddit": "12monkeys", "cluster": 890, "color": 2}, {"x": 29.377445220947266, "y": 58.18258285522461, "subreddit": "fuseboxgames", "cluster": 890, "color": 2}, {"x": 112.62389373779297, "y": -69.81443786621094, "subreddit": "hphogwartsmystery", "cluster": 890, "color": 2}, {"x": 5.140254974365234, "y": 20.158912658691406, "subreddit": "13or30", "cluster": 1003, "color": 2}, {"x": 0.19479452073574066, "y": 16.2659969329834, "subreddit": "absoluteunit", "cluster": 1003, "color": 2}, {"x": 8.143112182617188, "y": 28.687374114990234, "subreddit": "aquaticasfuck", "cluster": 1003, "color": 2}, {"x": -6.102567195892334, "y": 37.26953887939453, "subreddit": "askquija", "cluster": 1003, "color": 2}, {"x": -7.1585469245910645, "y": 22.68878936767578, "subreddit": "birdsarentreal", "cluster": 1003, "color": 2}, {"x": -0.5891727209091187, "y": 18.839887619018555, "subreddit": "blessedimages", "cluster": 1003, "color": 2}, {"x": -2.0333123207092285, "y": 50.87885665893555, "subreddit": "brasilnoticias", "cluster": 1003, "color": 2}, {"x": 62.43693923950195, "y": 137.88514709472656, "subreddit": "chaoticgood", "cluster": 1003, "color": 2}, {"x": -13.727219581604004, "y": 9.484169960021973, "subreddit": "convenientcop", "cluster": 1003, "color": 2}, {"x": -0.9258052706718445, "y": 13.720719337463379, "subreddit": "diwhy", "cluster": 1003, "color": 2}, {"x": -59.144004821777344, "y": 110.69193267822266, "subreddit": "extremelyinfuriating", "cluster": 1003, "color": 2}, {"x": -62.53958511352539, "y": 124.27848815917969, "subreddit": "fridgedetective", "cluster": 1003, "color": 2}, {"x": 2.4027626514434814, "y": 23.740692138671875, "subreddit": "fuckyoukaren", "cluster": 1003, "color": 2}, {"x": -0.25227978825569153, "y": 13.931478500366211, "subreddit": "funnyandsad", "cluster": 1003, "color": 2}, {"x": 5.677161693572998, "y": 24.73640251159668, "subreddit": "gatesopencomeonin", "cluster": 1003, "color": 2}, {"x": 10.848570823669434, "y": 11.494453430175781, "subreddit": "happycryingdads", "cluster": 1003, "color": 2}, {"x": 6.642660617828369, "y": 11.289649963378906, "subreddit": "holdmyjuicebox", "cluster": 1003, "color": 2}, {"x": 6.616783142089844, "y": 19.875913619995117, "subreddit": "humansaremetal", "cluster": 1003, "color": 2}, {"x": 6.698422908782959, "y": 20.50914192199707, "subreddit": "iamactuallyverybadass", "cluster": 1003, "color": 2}, {"x": -121.40645599365234, "y": 58.740455627441406, "subreddit": "idiotswithguns", "cluster": 1003, "color": 2}, {"x": 2.5030086040496826, "y": 114.93803405761719, "subreddit": "illegallifeprotips", "cluster": 1003, "color": 2}, {"x": 3.6743953227996826, "y": 24.131027221679688, "subreddit": "insanepeoplequora", "cluster": 1003, "color": 2}, {"x": 2.0971527099609375, "y": 12.889875411987305, "subreddit": "instantbarbarians", "cluster": 1003, "color": 2}, {"x": -0.45509040355682373, "y": 16.329439163208008, "subreddit": "irleastereggs", "cluster": 1003, "color": 2}, {"x": 2.41815447807312, "y": 12.321941375732422, "subreddit": "keanubeingawesome", "cluster": 1003, "color": 2}, {"x": -0.1817842572927475, "y": 16.17925262451172, "subreddit": "kidsarefuckingstupid", "cluster": 1003, "color": 2}, {"x": -12.112140655517578, "y": 10.52661418914795, "subreddit": "medizzy", "cluster": 1003, "color": 2}, {"x": -21.203292846679688, "y": 20.96044921875, "subreddit": "misfits", "cluster": 1003, "color": 2}, {"x": -14.364531517028809, "y": 172.10890197753906, "subreddit": "monkeyspaw", "cluster": 1003, "color": 2}, {"x": 2.3142075538635254, "y": 22.50758171081543, "subreddit": "notliketheothergirls", "cluster": 1003, "color": 2}, {"x": -0.5950999855995178, "y": 23.190685272216797, "subreddit": "offensivememes", "cluster": 1003, "color": 2}, {"x": 5.153367519378662, "y": 23.503211975097656, "subreddit": "parentsarefuckingdumb", "cluster": 1003, "color": 2}, {"x": -11.741929054260254, "y": 13.929829597473145, "subreddit": "planetdolan", "cluster": 1003, "color": 2}, {"x": 0.2199276238679886, "y": 18.176578521728516, "subreddit": "praisethecameraman", "cluster": 1003, "color": 2}, {"x": -1.8493342399597168, "y": 18.019290924072266, "subreddit": "pyrocynical", "cluster": 1003, "color": 2}, {"x": 2.552363634109497, "y": 17.585254669189453, "subreddit": "scriptedasiangifs", "cluster": 1003, "color": 2}, {"x": -37.259864807128906, "y": 142.6145477294922, "subreddit": "terminallystupid", "cluster": 1003, "color": 2}, {"x": -2.1489052772521973, "y": 21.729297637939453, "subreddit": "thanksihateit", "cluster": 1003, "color": 2}, {"x": -8.937925338745117, "y": 10.536619186401367, "subreddit": "thatlookedexpensive", "cluster": 1003, "color": 2}, {"x": -122.06756591796875, "y": 184.6376953125, "subreddit": "therewasanattempt", "cluster": 1003, "color": 2}, {"x": 1.1739943027496338, "y": 17.163454055786133, "subreddit": "vent", "cluster": 1003, "color": 2}, {"x": 0.31261056661605835, "y": 17.45317840576172, "subreddit": "walmartcelebrities", "cluster": 1003, "color": 2}, {"x": -34.4618034362793, "y": 62.34556579589844, "subreddit": "warface", "cluster": 1003, "color": 2}, {"x": -0.14101853966712952, "y": 15.006011009216309, "subreddit": "yesyesyesno", "cluster": 1003, "color": 2}, {"x": 447.4808654785156, "y": 168.7206268310547, "subreddit": "youseeingthisshit", "cluster": 1003, "color": 2}, {"x": -15.320778846740723, "y": -42.14198303222656, "subreddit": "13reasonswhy", "cluster": 2, "color": 0}, {"x": -15.269574165344238, "y": -42.14154815673828, "subreddit": "cobrakai", "cluster": 2, "color": 0}, {"x": 113.78520202636719, "y": 11.033099174499512, "subreddit": "jaimebrienne", "cluster": 2, "color": 0}, {"x": -16.120784759521484, "y": -44.46995544433594, "subreddit": "netflixsexeducation", "cluster": 2, "color": 0}, {"x": -90.51805114746094, "y": -68.52259063720703, "subreddit": "1911", "cluster": 792, "color": 0}, {"x": -86.63343048095703, "y": -68.39232635498047, "subreddit": "ccw", "cluster": 792, "color": 0}, {"x": -87.66600799560547, "y": -69.12728118896484, "subreddit": "glockmod", "cluster": 792, "color": 0}, {"x": -87.68473052978516, "y": -69.02238464355469, "subreddit": "glocks", "cluster": 792, "color": 0}, {"x": -89.10551452636719, "y": -67.9470443725586, "subreddit": "handguns", "cluster": 792, "color": 0}, {"x": -91.52998352050781, "y": -68.47904205322266, "subreddit": "hecklerkoch", "cluster": 792, "color": 0}, {"x": -89.54316711425781, "y": -69.027099609375, "subreddit": "sigsauer", "cluster": 792, "color": 0}, {"x": -89.13347625732422, "y": -67.41262817382812, "subreddit": "smithandwesson", "cluster": 792, "color": 0}, {"x": -88.39994812011719, "y": -74.0700912475586, "subreddit": "weekendgunnit", "cluster": 792, "color": 0}, {"x": 4.930490016937256, "y": 13.501633644104004, "subreddit": "195", "cluster": 1621, "color": 4}, {"x": -12.463903427124023, "y": -0.6800727844238281, "subreddit": "americandad", "cluster": 1621, "color": 4}, {"x": 5.2761921882629395, "y": 14.79526138305664, "subreddit": "apexvideos", "cluster": 1621, "color": 4}, {"x": 9.70655632019043, "y": 15.427299499511719, "subreddit": "awww", "cluster": 1621, "color": 4}, {"x": 8.481756210327148, "y": 12.837772369384766, "subreddit": "brokengifs", "cluster": 1621, "color": 4}, {"x": -41.054359436035156, "y": 12.333582878112793, "subreddit": "cartoons", "cluster": 1621, "color": 4}, {"x": 5.598665714263916, "y": 12.586244583129883, "subreddit": "catpranks", "cluster": 1621, "color": 4}, {"x": 25.45658302307129, "y": 20.600603103637695, "subreddit": "dankmemearchive", "cluster": 1621, "color": 4}, {"x": 34.14772415161133, "y": -1.8364578485488892, "subreddit": "fiveyearsagoonreddit", "cluster": 1621, "color": 4}, {"x": 9.599381446838379, "y": 13.811775207519531, "subreddit": "gamedevscreens", "cluster": 1621, "color": 4}, {"x": 6.437400817871094, "y": 14.4287691116333, "subreddit": "gentlemanbonersgifs", "cluster": 1621, "color": 4}, {"x": 7.947965145111084, "y": 12.09411334991455, "subreddit": "gifextra", "cluster": 1621, "color": 4}, {"x": 1.8163776397705078, "y": 43.83289337158203, "subreddit": "karma", "cluster": 1621, "color": 4}, {"x": 3.898759365081787, "y": 15.130359649658203, "subreddit": "meow_irl", "cluster": 1621, "color": 4}, {"x": 3.589229106903076, "y": 11.942867279052734, "subreddit": "michaelbaygifs", "cluster": 1621, "color": 4}, {"x": 14.945887565612793, "y": 9.747994422912598, "subreddit": "mistyfront", "cluster": 1621, "color": 4}, {"x": 24.379276275634766, "y": 30.161754608154297, "subreddit": "onetruegod", "cluster": 1621, "color": 4}, {"x": -32.94817352294922, "y": 34.299442291259766, "subreddit": "penspinning", "cluster": 1621, "color": 4}, {"x": 6.250971794128418, "y": 13.619765281677246, "subreddit": "pixelart", "cluster": 1621, "color": 4}, {"x": 42.67637252807617, "y": 20.027942657470703, "subreddit": "rocketleague", "cluster": 1621, "color": 4}, {"x": 2.310750722885132, "y": 12.966765403747559, "subreddit": "romania_ss", "cluster": 1621, "color": 4}, {"x": 5.122341156005859, "y": 14.215575218200684, "subreddit": "sequence", "cluster": 1621, "color": 4}, {"x": 5.399322509765625, "y": 14.081290245056152, "subreddit": "shittyreactiongifs", "cluster": 1621, "color": 4}, {"x": 6.730283260345459, "y": 12.376407623291016, "subreddit": "slygifs", "cluster": 1621, "color": 4}, {"x": 14.801884651184082, "y": 11.2358980178833, "subreddit": "subredditsimulator_ss", "cluster": 1621, "color": 4}, {"x": 5.381650924682617, "y": 15.482857704162598, "subreddit": "thatpeelingfeeling", "cluster": 1621, "color": 4}, {"x": 7.237310886383057, "y": 13.457521438598633, "subreddit": "thedonald", "cluster": 1621, "color": 4}, {"x": 0.8824228048324585, "y": 11.890339851379395, "subreddit": "thisismylifenow", "cluster": 1621, "color": 4}, {"x": 65.57587432861328, "y": -125.19507598876953, "subreddit": "timelapse", "cluster": 1621, "color": 4}, {"x": 6.563429832458496, "y": 15.345185279846191, "subreddit": "woof_irl", "cluster": 1621, "color": 4}, {"x": -10.13927173614502, "y": -49.40104293823242, "subreddit": "19kidsandcounting", "cluster": 430, "color": 1}, {"x": -10.166889190673828, "y": -49.27204513549805, "subreddit": "countingon", "cluster": 430, "color": 1}, {"x": -10.480002403259277, "y": -47.94298553466797, "subreddit": "duggarssnark", "cluster": 430, "color": 1}, {"x": -10.492115020751953, "y": -47.76982116699219, "subreddit": "fundiesnark", "cluster": 430, "color": 1}, {"x": 60.48324966430664, "y": 56.7501335144043, "subreddit": "may2018bumpers", "cluster": 430, "color": 1}, {"x": 10.900137901306152, "y": 105.94151306152344, "subreddit": "1p_lsd", "cluster": 1094, "color": 3}, {"x": 9.934714317321777, "y": 108.90142822265625, "subreddit": "2cb", "cluster": 1094, "color": 3}, {"x": 9.186651229858398, "y": 106.22821807861328, "subreddit": "acid", "cluster": 1094, "color": 3}, {"x": 9.859414100646973, "y": 105.89934539794922, "subreddit": "lsd", "cluster": 1094, "color": 3}, {"x": 9.74704360961914, "y": 106.81682586669922, "subreddit": "lsdtriplifehacks", "cluster": 1094, "color": 3}, {"x": 10.10791015625, "y": 108.93103790283203, "subreddit": "mdma", "cluster": 1094, "color": 3}, {"x": 10.295805931091309, "y": 104.4543685913086, "subreddit": "psychedelics", "cluster": 1094, "color": 3}, {"x": 7.9509992599487305, "y": 103.39581298828125, "subreddit": "replications", "cluster": 1094, "color": 3}, {"x": 13.097258567810059, "y": 108.54846954345703, "subreddit": "tripsit", "cluster": 1094, "color": 3}, {"x": -19.994173049926758, "y": 63.57986831665039, "subreddit": "2007scape", "cluster": 3, "color": 0}, {"x": -19.666963577270508, "y": 62.73586654663086, "subreddit": "cutenoobs", "cluster": 3, "color": 0}, {"x": -19.486629486083984, "y": 64.43718719482422, "subreddit": "ironscape", "cluster": 3, "color": 0}, {"x": -20.183753967285156, "y": 63.689552307128906, "subreddit": "oldschoolrs", "cluster": 3, "color": 0}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "2018redditgame", "cluster": 4, "color": 0}, {"x": 99.30044555664062, "y": -73.72835540771484, "subreddit": "23andme", "cluster": 65, "color": 0}, {"x": 99.29886627197266, "y": -73.7282943725586, "subreddit": "ancestrydna", "cluster": 65, "color": 0}, {"x": -17.475664138793945, "y": -33.350833892822266, "subreddit": "twinpeaks", "cluster": 65, "color": 0}, {"x": -104.87483215332031, "y": -38.47780227661133, "subreddit": "240sx", "cluster": 567, "color": 3}, {"x": -105.22882080078125, "y": -38.588924407958984, "subreddit": "drifting", "cluster": 567, "color": 3}, {"x": -106.41773986816406, "y": -38.990970611572266, "subreddit": "e30", "cluster": 567, "color": 3}, {"x": -57.57252502441406, "y": -22.34612274169922, "subreddit": "24hoursupport", "cluster": 5, "color": 0}, {"x": -59.02738571166992, "y": -21.536996841430664, "subreddit": "antivirus", "cluster": 5, "color": 0}, {"x": -57.11582946777344, "y": -22.363204956054688, "subreddit": "computertechs", "cluster": 5, "color": 0}, {"x": -47.91828155517578, "y": -31.01106834411621, "subreddit": "manjarolinux", "cluster": 5, "color": 0}, {"x": -83.01203155517578, "y": -74.69756317138672, "subreddit": "2aliberals", "cluster": 1050, "color": 3}, {"x": -83.0721664428711, "y": -74.59915924072266, "subreddit": "liberalgunowners", "cluster": 1050, "color": 3}, {"x": 138.03811645507812, "y": -22.704063415527344, "subreddit": "media_criticism", "cluster": 1050, "color": 3}, {"x": -50.83499526977539, "y": 112.09696197509766, "subreddit": "2b2t", "cluster": 6, "color": 0}, {"x": -50.30083465576172, "y": 111.30828094482422, "subreddit": "9b9t", "cluster": 6, "color": 0}, {"x": -51.3431282043457, "y": 112.84556579589844, "subreddit": "constantiam", "cluster": 6, "color": 0}, {"x": -50.93751907348633, "y": 112.24922180175781, "subreddit": "rusherarmy2b2t", "cluster": 6, "color": 0}, {"x": -101.06908416748047, "y": 282.1517028808594, "subreddit": "2healthbars", "cluster": 786, "color": 2}, {"x": 7.646378993988037, "y": -177.0707244873047, "subreddit": "achievement_hunter", "cluster": 786, "color": 2}, {"x": 0.6085878610610962, "y": 14.020488739013672, "subreddit": "animaltextgifs", "cluster": 786, "color": 2}, {"x": 1.8823479413986206, "y": 14.334738731384277, "subreddit": "asianpeoplegifs", "cluster": 786, "color": 2}, {"x": 5.720803737640381, "y": 18.723283767700195, "subreddit": "bigboye", "cluster": 786, "color": 2}, {"x": 13.3569974899292, "y": 7.992254734039307, "subreddit": "birdsbeingdicks", "cluster": 786, "color": 2}, {"x": 5.810636520385742, "y": 10.322796821594238, "subreddit": "bitchimabus", "cluster": 786, "color": 2}, {"x": 9.453010559082031, "y": 11.8782320022583, "subreddit": "catgifs", "cluster": 786, "color": 2}, {"x": 12.79243278503418, "y": 14.276147842407227, "subreddit": "catsthegame", "cluster": 786, "color": 2}, {"x": 2.1285412311553955, "y": 11.339356422424316, "subreddit": "childrenfallingover", "cluster": 786, "color": 2}, {"x": 0.5413976907730103, "y": 13.380790710449219, "subreddit": "combinedgifs", "cluster": 786, "color": 2}, {"x": 4.5521416664123535, "y": 14.18263053894043, "subreddit": "corridor", "cluster": 786, "color": 2}, {"x": 7.03685998916626, "y": 100.92329406738281, "subreddit": "currentlytripping", "cluster": 786, "color": 2}, {"x": -12.38602066040039, "y": 8.803622245788574, "subreddit": "dashcamgifs", "cluster": 786, "color": 2}, {"x": 7.552916526794434, "y": 48.94584274291992, "subreddit": "deepdream", "cluster": 786, "color": 2}, {"x": 4.846269607543945, "y": 17.40199089050293, "subreddit": "doggos", "cluster": 786, "color": 2}, {"x": 0.9893923997879028, "y": 14.623100280761719, "subreddit": "dragonballsuper", "cluster": 786, "color": 2}, {"x": 2.225928783416748, "y": 15.17561149597168, "subreddit": "fullscorpion", "cluster": 786, "color": 2}, {"x": -3.9014010429382324, "y": 16.06336212158203, "subreddit": "gameofthronesmemes", "cluster": 786, "color": 2}, {"x": 1.4347225427627563, "y": 14.621833801269531, "subreddit": "gifsthatendtoosoon", "cluster": 786, "color": 2}, {"x": 1.4338704347610474, "y": 13.466815948486328, "subreddit": "gifsthatkeepongiving", "cluster": 786, "color": 2}, {"x": 0.534305214881897, "y": 13.780022621154785, "subreddit": "girlsmirin", "cluster": 786, "color": 2}, {"x": 4.273130893707275, "y": 15.654417037963867, "subreddit": "glitch_art", "cluster": 786, "color": 2}, {"x": 10.349278450012207, "y": 16.73826026916504, "subreddit": "happycowgifs", "cluster": 786, "color": 2}, {"x": -7.4174370765686035, "y": 7.837340831756592, "subreddit": "instantregret", "cluster": 786, "color": 2}, {"x": 9.618287086486816, "y": 43.54401397705078, "subreddit": "karmaconspiracy", "cluster": 786, "color": 2}, {"x": 96.5912094116211, "y": 58.150333404541016, "subreddit": "leagueoffailures", "cluster": 786, "color": 2}, {"x": 4.20172643661499, "y": 14.338376998901367, "subreddit": "loadingicon", "cluster": 786, "color": 2}, {"x": 118.09364318847656, "y": 95.10270690917969, "subreddit": "luciomains", "cluster": 786, "color": 2}, {"x": 2.299671173095703, "y": 16.687442779541016, "subreddit": "masterreturns", "cluster": 786, "color": 2}, {"x": 1.120577096939087, "y": 16.414167404174805, "subreddit": "mlem", "cluster": 786, "color": 2}, {"x": 2.187567949295044, "y": 13.490489959716797, "subreddit": "mypeopleneedme", "cluster": 786, "color": 2}, {"x": 6.760101795196533, "y": 16.279434204101562, "subreddit": "noisygifs", "cluster": 786, "color": 2}, {"x": -0.01683484949171543, "y": 14.26744556427002, "subreddit": "perfectfit", "cluster": 786, "color": 2}, {"x": -5.5554327964782715, "y": 4.403893947601318, "subreddit": "samuraijack", "cluster": 786, "color": 2}, {"x": 3.4275076389312744, "y": 10.682502746582031, "subreddit": "sportsarefun", "cluster": 786, "color": 2}, {"x": -1.2125660181045532, "y": 21.81395721435547, "subreddit": "thanosdidnothingwrong", "cluster": 786, "color": 2}, {"x": 1.475037932395935, "y": 15.800406455993652, "subreddit": "thisismylifemeow", "cluster": 786, "color": 2}, {"x": 3.7191219329833984, "y": 16.51959800720215, "subreddit": "tiresaretheenemy", "cluster": 786, "color": 2}, {"x": 4.128424167633057, "y": 12.876577377319336, "subreddit": "totallynotrobots", "cluster": 786, "color": 2}, {"x": 6.919867515563965, "y": 100.36944580078125, "subreddit": "trippy", "cluster": 786, "color": 2}, {"x": 33.100791931152344, "y": 4.4481730461120605, "subreddit": "trollcoping", "cluster": 786, "color": 2}, {"x": -1.8750025033950806, "y": 14.760746002197266, "subreddit": "trypophobia", "cluster": 786, "color": 2}, {"x": 0.8954662084579468, "y": 12.339377403259277, "subreddit": "whitepeoplegifs", "cluster": 786, "color": 2}, {"x": 3.161564350128174, "y": 12.851639747619629, "subreddit": "wholesomegifs", "cluster": 786, "color": 2}, {"x": 10.311638832092285, "y": 40.25787353515625, "subreddit": "wrestlewiththepackage", "cluster": 786, "color": 2}, {"x": 2.0122439861297607, "y": -111.03306579589844, "subreddit": "wrestlinghumiliation", "cluster": 786, "color": 2}, {"x": -20.448991775512695, "y": 31.945390701293945, "subreddit": "2kmyteam", "cluster": 471, "color": 1}, {"x": -8.949923515319824, "y": 25.093172073364258, "subreddit": "5050", "cluster": 471, "color": 1}, {"x": -0.6862967014312744, "y": 16.956003189086914, "subreddit": "absolutelynotme_irl", "cluster": 471, "color": 1}, {"x": -1.072701096534729, "y": 16.5043888092041, "subreddit": "absolutelynotmeirl", "cluster": 471, "color": 1}, {"x": -15.25901985168457, "y": 31.062532424926758, "subreddit": "agraelus", "cluster": 471, "color": 1}, {"x": -19.091352462768555, "y": 30.33055877685547, "subreddit": "animalcrossingnewhor", "cluster": 471, "color": 1}, {"x": -15.940767288208008, "y": 26.744007110595703, "subreddit": "apexconsole", "cluster": 471, "color": 1}, {"x": -11.665716171264648, "y": 24.960323333740234, "subreddit": "aprilfools", "cluster": 471, "color": 1}, {"x": -12.812455177307129, "y": 26.38936996459961, "subreddit": "askmeanythingianswer", "cluster": 471, "color": 1}, {"x": -17.756736755371094, "y": 29.099733352661133, "subreddit": "beyblade", "cluster": 471, "color": 1}, {"x": -13.01916217803955, "y": 23.14952850341797, "subreddit": "bigmouth", "cluster": 471, "color": 1}, {"x": -11.666474342346191, "y": 31.907197952270508, "subreddit": "bitlifeapp", "cluster": 471, "color": 1}, {"x": -9.591793060302734, "y": 25.630050659179688, "subreddit": "blessed_images", "cluster": 471, "color": 1}, {"x": -14.152223587036133, "y": 24.559558868408203, "subreddit": "botw", "cluster": 471, "color": 1}, {"x": -11.82975959777832, "y": 26.555627822875977, "subreddit": "brawl_stars", "cluster": 471, "color": 1}, {"x": -9.922849655151367, "y": 23.948190689086914, "subreddit": "breadstapledtotrees", "cluster": 471, "color": 1}, {"x": -18.081254959106445, "y": 23.794511795043945, "subreddit": "brogress", "cluster": 471, "color": 1}, {"x": 21.546600341796875, "y": 209.03961181640625, "subreddit": "cakeday", "cluster": 471, "color": 1}, {"x": -14.628568649291992, "y": 28.598363876342773, "subreddit": "callofdutymobile", "cluster": 471, "color": 1}, {"x": -50.8167839050293, "y": 90.13297271728516, "subreddit": "chrisramsay52", "cluster": 471, "color": 1}, {"x": -9.029086112976074, "y": 23.47165298461914, "subreddit": "cleanjokes", "cluster": 471, "color": 1}, {"x": -10.996259689331055, "y": 26.869029998779297, "subreddit": "coachcorysubmissions", "cluster": 471, "color": 1}, {"x": -14.836112022399902, "y": 28.804798126220703, "subreddit": "codmobile", "cluster": 471, "color": 1}, {"x": -30.470800399780273, "y": -29.01777458190918, "subreddit": "conan", "cluster": 471, "color": 1}, {"x": -16.93365478515625, "y": 32.29037094116211, "subreddit": "criticalopsgame", "cluster": 471, "color": 1}, {"x": 13.183708190917969, "y": 58.500362396240234, "subreddit": "cutetraps", "cluster": 471, "color": 1}, {"x": -10.011292457580566, "y": 25.762165069580078, "subreddit": "dankexchange", "cluster": 471, "color": 1}, {"x": -10.431187629699707, "y": 25.675729751586914, "subreddit": "darkhumorandmemes", "cluster": 471, "color": 1}, {"x": -10.927046775817871, "y": 25.580535888671875, "subreddit": "darkjokecentral", "cluster": 471, "color": 1}, {"x": -10.961943626403809, "y": 25.626686096191406, "subreddit": "davie504", "cluster": 471, "color": 1}, {"x": -15.011336326599121, "y": 25.496702194213867, "subreddit": "dblegendsreddit", "cluster": 471, "color": 1}, {"x": -15.466310501098633, "y": 32.7579231262207, "subreddit": "deadahead", "cluster": 471, "color": 1}, {"x": 122.60246276855469, "y": -92.86601257324219, "subreddit": "diceporn", "cluster": 471, "color": 1}, {"x": -25.154056549072266, "y": 41.9277229309082, "subreddit": "division2", "cluster": 471, "color": 1}, {"x": -12.866683006286621, "y": 24.25440788269043, "subreddit": "dmdadjokes", "cluster": 471, "color": 1}, {"x": -10.579191207885742, "y": 25.230976104736328, "subreddit": "dog", "cluster": 471, "color": 1}, {"x": -10.886209487915039, "y": 21.954675674438477, "subreddit": "doodles", "cluster": 471, "color": 1}, {"x": -13.490144729614258, "y": 1.2447489500045776, "subreddit": "dyinglight", "cluster": 471, "color": 1}, {"x": -8.192602157592773, "y": 25.3847599029541, "subreddit": "emkay", "cluster": 471, "color": 1}, {"x": 8.37480354309082, "y": 54.914798736572266, "subreddit": "falloutnewvegas", "cluster": 471, "color": 1}, {"x": -23.099109649658203, "y": 29.19117546081543, "subreddit": "fingerboards", "cluster": 471, "color": 1}, {"x": -66.50491333007812, "y": 88.61189270019531, "subreddit": "geometrydash", "cluster": 471, "color": 1}, {"x": -18.986434936523438, "y": 25.397411346435547, "subreddit": "gettingshredded", "cluster": 471, "color": 1}, {"x": -7.877291202545166, "y": 23.107501983642578, "subreddit": "giraffesdontexist", "cluster": 471, "color": 1}, {"x": -7.7880096435546875, "y": 24.22856330871582, "subreddit": "godtiersuperpowers", "cluster": 471, "color": 1}, {"x": -143.90185546875, "y": 8.813753128051758, "subreddit": "goforgold", "cluster": 471, "color": 1}, {"x": -19.61832046508789, "y": 28.607158660888672, "subreddit": "growcastle", "cluster": 471, "color": 1}, {"x": -16.088254928588867, "y": 29.781068801879883, "subreddit": "growtopia", "cluster": 471, "color": 1}, {"x": -12.399568557739258, "y": 21.757465362548828, "subreddit": "gtaorrussia", "cluster": 471, "color": 1}, {"x": -16.98057746887207, "y": 25.807626724243164, "subreddit": "helpme", "cluster": 471, "color": 1}, {"x": -10.149284362792969, "y": 24.684406280517578, "subreddit": "hmmmgifs", "cluster": 471, "color": 1}, {"x": -12.398824691772461, "y": 27.476797103881836, "subreddit": "hypixelskyblock", "cluster": 471, "color": 1}, {"x": -24.913484573364258, "y": 33.71560287475586, "subreddit": "hytaleinfo", "cluster": 471, "color": 1}, {"x": -10.923066139221191, "y": 36.69352722167969, "subreddit": "imposter", "cluster": 471, "color": 1}, {"x": -11.448516845703125, "y": 27.61199188232422, "subreddit": "inoobchannel", "cluster": 471, "color": 1}, {"x": -12.387531280517578, "y": 25.460325241088867, "subreddit": "isericwearingshorts", "cluster": 471, "color": 1}, {"x": -7.294152736663818, "y": 24.638389587402344, "subreddit": "itemshop", "cluster": 471, "color": 1}, {"x": -9.869964599609375, "y": 26.44003677368164, "subreddit": "jacksepticeye", "cluster": 471, "color": 1}, {"x": -11.735013008117676, "y": 25.789670944213867, "subreddit": "just2good", "cluster": 471, "color": 1}, {"x": 1.750085711479187, "y": 14.696245193481445, "subreddit": "justcause", "cluster": 471, "color": 1}, {"x": -17.365673065185547, "y": 30.78867530822754, "subreddit": "krunkerio", "cluster": 471, "color": 1}, {"x": -20.81203269958496, "y": 24.928821563720703, "subreddit": "lacasadepapel", "cluster": 471, "color": 1}, {"x": -67.75882720947266, "y": 33.77648162841797, "subreddit": "lightsabers", "cluster": 471, "color": 1}, {"x": -31.668787002563477, "y": -181.495849609375, "subreddit": "lingling40hrs", "cluster": 471, "color": 1}, {"x": -12.024945259094238, "y": 30.41338539123535, "subreddit": "lostpause", "cluster": 471, "color": 1}, {"x": -13.251033782958984, "y": 25.263853073120117, "subreddit": "ludwigahgren", "cluster": 471, "color": 1}, {"x": -14.662827491760254, "y": 27.098554611206055, "subreddit": "markiplier", "cluster": 471, "color": 1}, {"x": -9.70934009552002, "y": 29.01239013671875, "subreddit": "mathmemes", "cluster": 471, "color": 1}, {"x": -10.792709350585938, "y": 24.948278427124023, "subreddit": "meanjokes", "cluster": 471, "color": 1}, {"x": -1.709792137145996, "y": 12.478632926940918, "subreddit": "memes_of_the_dank", "cluster": 471, "color": 1}, {"x": -11.141042709350586, "y": 26.379764556884766, "subreddit": "memesita", "cluster": 471, "color": 1}, {"x": -20.73728370666504, "y": 26.82484245300293, "subreddit": "metaldetecting", "cluster": 471, "color": 1}, {"x": -23.237783432006836, "y": 22.954792022705078, "subreddit": "miband", "cluster": 471, "color": 1}, {"x": -7.181674480438232, "y": 16.944358825683594, "subreddit": "mildyinteresting", "cluster": 471, "color": 1}, {"x": -13.936928749084473, "y": 30.142642974853516, "subreddit": "minecraftseeds", "cluster": 471, "color": 1}, {"x": -2.1961371898651123, "y": 16.598791122436523, "subreddit": "mkbhd", "cluster": 471, "color": 1}, {"x": -84.9525375366211, "y": -32.736968994140625, "subreddit": "mountainbiking", "cluster": 471, "color": 1}, {"x": -10.25717830657959, "y": 26.938100814819336, "subreddit": "mxrmods", "cluster": 471, "color": 1}, {"x": -12.105484962463379, "y": 28.521137237548828, "subreddit": "nuxtakusubmissions", "cluster": 471, "color": 1}, {"x": -10.365205764770508, "y": 25.97150230407715, "subreddit": "offensivejokes", "cluster": 471, "color": 1}, {"x": -13.063307762145996, "y": 29.527475357055664, "subreddit": "optifine", "cluster": 471, "color": 1}, {"x": -15.66739273071289, "y": 23.212024688720703, "subreddit": "oriandtheblindforest", "cluster": 471, "color": 1}, {"x": -30.892343521118164, "y": 2.1349735260009766, "subreddit": "pacybits", "cluster": 471, "color": 1}, {"x": -8.663875579833984, "y": 23.7248592376709, "subreddit": "pickuplines", "cluster": 471, "color": 1}, {"x": -13.971114158630371, "y": 26.06048011779785, "subreddit": "pixelcarracer", "cluster": 471, "color": 1}, {"x": -21.08185386657715, "y": 22.968618392944336, "subreddit": "pocketmortys", "cluster": 471, "color": 1}, {"x": -10.962767601013184, "y": 23.81633949279785, "subreddit": "pokecord", "cluster": 471, "color": 1}, {"x": -68.89205932617188, "y": 120.62090301513672, "subreddit": "pokemongovalor", "cluster": 471, "color": 1}, {"x": -13.301727294921875, "y": 28.232181549072266, "subreddit": "polytopia", "cluster": 471, "color": 1}, {"x": -7.776461601257324, "y": 37.52790069580078, "subreddit": "pornhubcomments", "cluster": 471, "color": 1}, {"x": -10.334158897399902, "y": 23.00550079345703, "subreddit": "pornomemes", "cluster": 471, "color": 1}, {"x": -10.482366561889648, "y": 30.013944625854492, "subreddit": "redditoryt", "cluster": 471, "color": 1}, {"x": 9.565861701965332, "y": 20.028860092163086, "subreddit": "roastme", "cluster": 471, "color": 1}, {"x": -14.25444221496582, "y": 21.511985778808594, "subreddit": "scottthewoz", "cluster": 471, "color": 1}, {"x": -11.754465103149414, "y": 23.0733585357666, "subreddit": "sexstories", "cluster": 471, "color": 1}, {"x": -17.936750411987305, "y": 27.127857208251953, "subreddit": "sherlock", "cluster": 471, "color": 1}, {"x": -6.737497329711914, "y": 23.55548095703125, "subreddit": "shittysuperpowers", "cluster": 471, "color": 1}, {"x": -8.98786735534668, "y": 26.141935348510742, "subreddit": "sidemen", "cluster": 471, "color": 1}, {"x": -10.303108215332031, "y": 27.749675750732422, "subreddit": "sixthworldproblems", "cluster": 471, "color": 1}, {"x": -21.492128372192383, "y": 28.539833068847656, "subreddit": "skate3", "cluster": 471, "color": 1}, {"x": 1.270076036453247, "y": 15.502925872802734, "subreddit": "sommerray", "cluster": 471, "color": 1}, {"x": -15.810502052307129, "y": 36.09189987182617, "subreddit": "soulknight", "cluster": 471, "color": 1}, {"x": -21.29582405090332, "y": 54.87856674194336, "subreddit": "taptapheroes", "cluster": 471, "color": 1}, {"x": -10.792167663574219, "y": 28.497882843017578, "subreddit": "technoblade", "cluster": 471, "color": 1}, {"x": -11.869012832641602, "y": 33.54471206665039, "subreddit": "testingground4bots", "cluster": 471, "color": 1}, {"x": -11.480019569396973, "y": 29.3572998046875, "subreddit": "thechurchofpeanut", "cluster": 471, "color": 1}, {"x": 54.89200973510742, "y": -151.88818359375, "subreddit": "theericandreshow", "cluster": 471, "color": 1}, {"x": -9.463237762451172, "y": 24.747718811035156, "subreddit": "theletterh", "cluster": 471, "color": 1}, {"x": -0.6395087242126465, "y": 14.454145431518555, "subreddit": "trippinthroughtime", "cluster": 471, "color": 1}, {"x": -18.702070236206055, "y": 32.211917877197266, "subreddit": "tubersimulator", "cluster": 471, "color": 1}, {"x": -13.438139915466309, "y": 27.13749885559082, "subreddit": "wbugihyibaubhiahbh", "cluster": 471, "color": 1}, {"x": -18.299087524414062, "y": 51.155155181884766, "subreddit": "wizard101", "cluster": 471, "color": 1}, {"x": -12.451958656311035, "y": 35.94527816772461, "subreddit": "yandere", "cluster": 471, "color": 1}, {"x": -14.269368171691895, "y": 23.211284637451172, "subreddit": "youfellforitfool", "cluster": 471, "color": 1}, {"x": -11.846548080444336, "y": 24.16495704650879, "subreddit": "youtooz", "cluster": 471, "color": 1}, {"x": -24.207326889038086, "y": 31.1055965423584, "subreddit": "zhcsubmissions", "cluster": 471, "color": 1}, {"x": 0.7075761556625366, "y": 19.838579177856445, "subreddit": "2meirl42meirl4meirl", "cluster": 7, "color": 1}, {"x": 0.4510633647441864, "y": 19.364259719848633, "subreddit": "2meirl4meirl", "cluster": 7, "color": 1}, {"x": 2.551238536834717, "y": 25.348543167114258, "subreddit": "depression_memes", "cluster": 7, "color": 1}, {"x": 100.65647888183594, "y": -122.96630096435547, "subreddit": "fml", "cluster": 7, "color": 1}, {"x": 0.2971464991569519, "y": 15.375763893127441, "subreddit": "toomeirlformeirl", "cluster": 7, "color": 1}, {"x": 5.131232261657715, "y": 26.035133361816406, "subreddit": "wowthanksimcured", "cluster": 7, "color": 1}, {"x": -91.71895599365234, "y": -72.61335754394531, "subreddit": "300blk", "cluster": 827, "color": 2}, {"x": -90.15725708007812, "y": -72.05858612060547, "subreddit": "ar15", "cluster": 827, "color": 2}, {"x": -87.87505340576172, "y": -71.27275848388672, "subreddit": "caguns", "cluster": 827, "color": 2}, {"x": -11.672859191894531, "y": 71.33610534667969, "subreddit": "cougarsandcubs", "cluster": 827, "color": 2}, {"x": -90.05916595458984, "y": -69.85792541503906, "subreddit": "czfirearms", "cluster": 827, "color": 2}, {"x": -91.65888214111328, "y": -70.77700805664062, "subreddit": "czscorpion", "cluster": 827, "color": 2}, {"x": -85.2542724609375, "y": -49.165443420410156, "subreddit": "fjcruiser", "cluster": 827, "color": 2}, {"x": -89.26592254638672, "y": -71.39083099365234, "subreddit": "gunaccessoriesforsale", "cluster": 827, "color": 2}, {"x": -89.76496887207031, "y": -71.57310485839844, "subreddit": "gundeals", "cluster": 827, "color": 2}, {"x": -88.32721710205078, "y": -73.66604614257812, "subreddit": "guns", "cluster": 827, "color": 2}, {"x": -90.590087890625, "y": -73.25051879882812, "subreddit": "longrange", "cluster": 827, "color": 2}, {"x": -91.1675033569336, "y": -71.4949722290039, "subreddit": "nfa", "cluster": 827, "color": 2}, {"x": -91.47972106933594, "y": -73.1925048828125, "subreddit": "reloading", "cluster": 827, "color": 2}, {"x": -96.90232849121094, "y": -27.266525268554688, "subreddit": "300zx", "cluster": 8, "color": 0}, {"x": -21.352766036987305, "y": -19.05754280090332, "subreddit": "lebowski", "cluster": 8, "color": 0}, {"x": -96.56014251708984, "y": -26.299896240234375, "subreddit": "wilfred", "cluster": 8, "color": 0}, {"x": 43.02014923095703, "y": 67.85301971435547, "subreddit": "30plusskincare", "cluster": 1855, "color": 3}, {"x": 43.81611633300781, "y": 69.44422149658203, "subreddit": "curlyhair", "cluster": 1855, "color": 3}, {"x": 42.7064323425293, "y": 65.0212631225586, "subreddit": "skincare_addiction", "cluster": 1855, "color": 3}, {"x": 42.54844665527344, "y": 66.80318450927734, "subreddit": "skincareaddicts", "cluster": 1855, "color": 3}, {"x": 43.378353118896484, "y": 68.3179702758789, "subreddit": "tretinoin", "cluster": 1855, "color": 3}, {"x": -19.765583038330078, "y": -24.80864906311035, "subreddit": "30rock", "cluster": 1349, "color": 2}, {"x": -19.885059356689453, "y": -26.559974670410156, "subreddit": "brooklynninenine", "cluster": 1349, "color": 2}, {"x": -17.020450592041016, "y": -23.767953872680664, "subreddit": "disenchantment", "cluster": 1349, "color": 2}, {"x": -20.891511917114258, "y": -25.242616653442383, "subreddit": "dundermifflin", "cluster": 1349, "color": 2}, {"x": -10.752106666564941, "y": -21.798603057861328, "subreddit": "modern_family", "cluster": 1349, "color": 2}, {"x": -20.54067039489746, "y": -25.441246032714844, "subreddit": "pandr", "cluster": 1349, "color": 2}, {"x": -22.520872116088867, "y": -26.256484985351562, "subreddit": "psych", "cluster": 1349, "color": 2}, {"x": -88.29686737060547, "y": 41.970821380615234, "subreddit": "311", "cluster": 252, "color": 0}, {"x": -89.25437927246094, "y": 42.731807708740234, "subreddit": "angelsandairwaves", "cluster": 252, "color": 0}, {"x": -88.93473815917969, "y": 42.68454360961914, "subreddit": "blink182", "cluster": 252, "color": 0}, {"x": -89.31889343261719, "y": 41.405372619628906, "subreddit": "coldplay", "cluster": 252, "color": 0}, {"x": -90.85771942138672, "y": 41.55066680908203, "subreddit": "foofighters", "cluster": 252, "color": 0}, {"x": -87.56829833984375, "y": 42.88529968261719, "subreddit": "geazy", "cluster": 252, "color": 0}, {"x": -94.53988647460938, "y": 42.022010803222656, "subreddit": "greenday", "cluster": 252, "color": 0}, {"x": -89.79755401611328, "y": 43.72744369506836, "subreddit": "jonbellion", "cluster": 252, "color": 0}, {"x": -87.27818298339844, "y": 45.55606460571289, "subreddit": "kendricklamar", "cluster": 252, "color": 0}, {"x": -86.32058715820312, "y": 40.62448501586914, "subreddit": "ladygaga", "cluster": 252, "color": 0}, {"x": -85.11305236816406, "y": 44.782474517822266, "subreddit": "macmiller", "cluster": 252, "color": 0}, {"x": -88.25086212158203, "y": 44.02864074707031, "subreddit": "postmalone", "cluster": 252, "color": 0}, {"x": -65.2573471069336, "y": -44.60369110107422, "subreddit": "321", "cluster": 695, "color": 0}, {"x": -64.6691665649414, "y": -45.16571044921875, "subreddit": "florida", "cluster": 695, "color": 0}, {"x": 70.72528076171875, "y": 25.789321899414062, "subreddit": "fortlauderdale", "cluster": 695, "color": 0}, {"x": -63.92276382446289, "y": -44.18433380126953, "subreddit": "gnv", "cluster": 695, "color": 0}, {"x": 62.34352493286133, "y": -108.17484283447266, "subreddit": "jacksonville", "cluster": 695, "color": 0}, {"x": -31.835235595703125, "y": -0.4782885015010834, "subreddit": "orlando", "cluster": 695, "color": 0}, {"x": -64.17704772949219, "y": -46.13620376586914, "subreddit": "sarasota", "cluster": 695, "color": 0}, {"x": -103.02751922607422, "y": -37.16463851928711, "subreddit": "350z", "cluster": 1290, "color": 2}, {"x": -103.41134643554688, "y": -35.77976608276367, "subreddit": "370z", "cluster": 1290, "color": 2}, {"x": -101.27234649658203, "y": -38.240631103515625, "subreddit": "datsun", "cluster": 1290, "color": 2}, {"x": -58.822383880615234, "y": 29.114395141601562, "subreddit": "mixer", "cluster": 1290, "color": 2}, {"x": -102.9670639038086, "y": -37.83575439453125, "subreddit": "nissan", "cluster": 1290, "color": 2}, {"x": -11.051204681396484, "y": 42.81047058105469, "subreddit": "3amjokes", "cluster": 80, "color": 0}, {"x": -10.021059036254883, "y": 43.11613082885742, "subreddit": "antiantijokes", "cluster": 80, "color": 0}, {"x": -10.458803176879883, "y": 43.384159088134766, "subreddit": "antijokes", "cluster": 80, "color": 0}, {"x": -80.22599792480469, "y": 38.342041015625, "subreddit": "latvianjokes", "cluster": 80, "color": 0}, {"x": -10.414047241210938, "y": 11.684024810791016, "subreddit": "notinteresting", "cluster": 80, "color": 0}, {"x": -11.494673728942871, "y": 44.50979995727539, "subreddit": "pointlessstories", "cluster": 80, "color": 0}, {"x": -10.276277542114258, "y": 44.108055114746094, "subreddit": "subredditname", "cluster": 80, "color": 0}, {"x": -5.6064453125, "y": 45.02775955200195, "subreddit": "3atatime", "cluster": 222, "color": 2}, {"x": 6.992665767669678, "y": -9.284638404846191, "subreddit": "anythinggoespics", "cluster": 222, "color": 2}, {"x": 8.087601661682129, "y": -6.4483232498168945, "subreddit": "banned", "cluster": 222, "color": 2}, {"x": 6.406652450561523, "y": -6.97126579284668, "subreddit": "bertstrips", "cluster": 222, "color": 2}, {"x": 6.833563804626465, "y": -7.20009708404541, "subreddit": "bidenbro", "cluster": 222, "color": 2}, {"x": 7.334960460662842, "y": -7.811726093292236, "subreddit": "fo3", "cluster": 222, "color": 2}, {"x": 8.365527153015137, "y": 54.922950744628906, "subreddit": "newvegasmemes", "cluster": 222, "color": 2}, {"x": 4.527216911315918, "y": -8.413501739501953, "subreddit": "ragenovels", "cluster": 222, "color": 2}, {"x": -3.2694685459136963, "y": 44.7064094543457, "subreddit": "skyrimmemes", "cluster": 222, "color": 2}, {"x": 139.390625, "y": 30.745773315429688, "subreddit": "twosentencehorror", "cluster": 222, "color": 2}, {"x": 43.72276306152344, "y": -17.005258560180664, "subreddit": "3d6", "cluster": 545, "color": 2}, {"x": -8.952187538146973, "y": -77.68143463134766, "subreddit": "adventurersleague", "cluster": 545, "color": 2}, {"x": 45.39229202270508, "y": -17.373748779296875, "subreddit": "criticalrole", "cluster": 545, "color": 2}, {"x": 45.875267028808594, "y": -14.531271934509277, "subreddit": "curseofstrahd", "cluster": 545, "color": 2}, {"x": 47.22603225708008, "y": 22.39688491821289, "subreddit": "daily3d", "cluster": 545, "color": 2}, {"x": -19.2141056060791, "y": -135.0342559814453, "subreddit": "dicecameraaction", "cluster": 545, "color": 2}, {"x": 43.275733947753906, "y": -15.889078140258789, "subreddit": "dnd", "cluster": 545, "color": 2}, {"x": 41.919769287109375, "y": -16.743873596191406, "subreddit": "dnd5e", "cluster": 545, "color": 2}, {"x": 43.441890716552734, "y": -16.298715591430664, "subreddit": "dndnext", "cluster": 545, "color": 2}, {"x": 44.80084991455078, "y": 25.94764518737793, "subreddit": "3dmodeling", "cluster": 413, "color": 0}, {"x": 46.17667007446289, "y": 25.50396728515625, "subreddit": "3dsmax", "cluster": 413, "color": 0}, {"x": 44.745826721191406, "y": 24.83476448059082, "subreddit": "computergraphics", "cluster": 413, "color": 0}, {"x": 44.3937873840332, "y": 25.121362686157227, "subreddit": "maya", "cluster": 413, "color": 0}, {"x": 39.89801788330078, "y": -26.35066795349121, "subreddit": "opengl", "cluster": 413, "color": 0}, {"x": 45.11402893066406, "y": 23.799348831176758, "subreddit": "steampunk", "cluster": 413, "color": 0}, {"x": 43.35617446899414, "y": 24.680545806884766, "subreddit": "vfx", "cluster": 413, "color": 0}, {"x": 44.61298370361328, "y": 26.565536499023438, "subreddit": "zbrush", "cluster": 413, "color": 0}, {"x": -53.86115264892578, "y": -36.201053619384766, "subreddit": "3dprinting", "cluster": 9, "color": 0}, {"x": -53.502384185791016, "y": -35.59001159667969, "subreddit": "functionalprint", "cluster": 9, "color": 0}, {"x": -53.48805236816406, "y": -34.2161979675293, "subreddit": "mpselectminiowners", "cluster": 9, "color": 0}, {"x": 47.91269302368164, "y": 30.757360458374023, "subreddit": "obs", "cluster": 9, "color": 0}, {"x": -54.598167419433594, "y": -35.746070861816406, "subreddit": "prusa3d", "cluster": 9, "color": 0}, {"x": -53.84725570678711, "y": -36.677982330322266, "subreddit": "reprap", "cluster": 9, "color": 0}, {"x": -49.67879867553711, "y": 25.162508010864258, "subreddit": "3ds", "cluster": 383, "color": 2}, {"x": -50.04555130004883, "y": 25.36731719970703, "subreddit": "club_nintendo", "cluster": 383, "color": 2}, {"x": -50.62527084350586, "y": 25.667774200439453, "subreddit": "clubnintendotrade", "cluster": 383, "color": 2}, {"x": -51.344276428222656, "y": 22.74576187133789, "subreddit": "3dsdeals", "cluster": 1289, "color": 4}, {"x": -51.2861442565918, "y": 22.70211410522461, "subreddit": "nintendoswitchdeals", "cluster": 1289, "color": 4}, {"x": -49.26652145385742, "y": 22.414691925048828, "subreddit": "switch", "cluster": 1289, "color": 4}, {"x": -53.05824279785156, "y": 24.753910064697266, "subreddit": "3dsfcswap", "cluster": 297, "color": 1}, {"x": -41.213661193847656, "y": 43.095947265625, "subreddit": "animalcrossingnewleaf", "cluster": 297, "color": 1}, {"x": -41.23222732543945, "y": 43.076812744140625, "subreddit": "buddycrossing", "cluster": 297, "color": 1}, {"x": -61.69881820678711, "y": 18.084674835205078, "subreddit": "3dshacks", "cluster": 1456, "color": 1}, {"x": -61.85469055175781, "y": 17.613496780395508, "subreddit": "ffxi", "cluster": 1456, "color": 1}, {"x": -60.96333694458008, "y": 17.961610794067383, "subreddit": "guiltygear", "cluster": 1456, "color": 1}, {"x": -61.53132247924805, "y": 17.921899795532227, "subreddit": "ps2", "cluster": 1456, "color": 1}, {"x": 72.29598236083984, "y": 14.14900016784668, "subreddit": "3dspiracy", "cluster": 10, "color": 0}, {"x": 73.5843505859375, "y": 15.293037414550781, "subreddit": "battlenetwork", "cluster": 10, "color": 0}, {"x": 13.258177757263184, "y": 2.898716449737549, "subreddit": "gamingdetails", "cluster": 10, "color": 0}, {"x": -49.30231475830078, "y": -11.567595481872559, "subreddit": "lowendgaming", "cluster": 10, "color": 0}, {"x": 71.99958038330078, "y": 14.364712715148926, "subreddit": "psp", "cluster": 10, "color": 0}, {"x": -50.22812271118164, "y": 57.15764236450195, "subreddit": "roms", "cluster": 10, "color": 0}, {"x": 73.48301696777344, "y": 11.623478889465332, "subreddit": "thereportoftheweek", "cluster": 10, "color": 0}, {"x": 72.43157196044922, "y": 13.644146919250488, "subreddit": "torchlight", "cluster": 10, "color": 0}, {"x": 58.07313919067383, "y": 13.492812156677246, "subreddit": "wolfenstein", "cluster": 10, "color": 0}, {"x": 74.63372802734375, "y": -45.501441955566406, "subreddit": "40k", "cluster": 1928, "color": 3}, {"x": 70.78642272949219, "y": -46.797828674316406, "subreddit": "40klore", "cluster": 1928, "color": 3}, {"x": 75.852294921875, "y": -46.25300598144531, "subreddit": "adeptusmechanicus", "cluster": 1928, "color": 3}, {"x": 30.107921600341797, "y": -35.61973190307617, "subreddit": "adulting", "cluster": 1928, "color": 3}, {"x": 73.14542388916016, "y": -46.11268997192383, "subreddit": "bloodangels", "cluster": 1928, "color": 3}, {"x": 76.66122436523438, "y": -47.447608947753906, "subreddit": "deathguard40k", "cluster": 1928, "color": 3}, {"x": 75.479248046875, "y": -48.126258850097656, "subreddit": "eldar", "cluster": 1928, "color": 3}, {"x": 70.67024230957031, "y": -47.84235763549805, "subreddit": "grimdank", "cluster": 1928, "color": 3}, {"x": 81.90998840332031, "y": -41.270992279052734, "subreddit": "middleearthminiatures", "cluster": 1928, "color": 3}, {"x": 72.81201934814453, "y": -43.7441291809082, "subreddit": "miniswap", "cluster": 1928, "color": 3}, {"x": 75.20277404785156, "y": -43.23292541503906, "subreddit": "necromunda", "cluster": 1928, "color": 3}, {"x": 30.612089157104492, "y": -34.91957473754883, "subreddit": "orks", "cluster": 1928, "color": 3}, {"x": 70.56378173828125, "y": -46.50904083251953, "subreddit": "sigmarxism", "cluster": 1928, "color": 3}, {"x": 73.71878814697266, "y": -48.02066421508789, "subreddit": "spacewolves", "cluster": 1928, "color": 3}, {"x": 75.97956848144531, "y": -44.660091400146484, "subreddit": "tau40k", "cluster": 1928, "color": 3}, {"x": 78.25401306152344, "y": -46.38471221923828, "subreddit": "theastramilitarum", "cluster": 1928, "color": 3}, {"x": 74.24470520019531, "y": -46.683692932128906, "subreddit": "tyranids", "cluster": 1928, "color": 3}, {"x": 7.4212646484375, "y": -39.18144226074219, "subreddit": "waco", "cluster": 1928, "color": 3}, {"x": 73.09717559814453, "y": -44.24794006347656, "subreddit": "warhammer", "cluster": 1928, "color": 3}, {"x": 74.04715728759766, "y": -44.59892272949219, "subreddit": "warhammer30k", "cluster": 1928, "color": 3}, {"x": 74.03169250488281, "y": -45.48126220703125, "subreddit": "warhammer40k", "cluster": 1928, "color": 3}, {"x": 71.46143341064453, "y": -44.336692810058594, "subreddit": "warhammerfantasy", "cluster": 1928, "color": 3}, {"x": 68.7679443359375, "y": -42.17194366455078, "subreddit": "yoyhammer", "cluster": 1928, "color": 3}, {"x": 70.20953369140625, "y": -48.69310760498047, "subreddit": "40korkscience", "cluster": 192, "color": 0}, {"x": 68.08979797363281, "y": -50.80963134765625, "subreddit": "battlebots", "cluster": 192, "color": 0}, {"x": 68.05874633789062, "y": -50.83989715576172, "subreddit": "robotwars", "cluster": 192, "color": 0}, {"x": 67.86992645263672, "y": -46.165191650390625, "subreddit": "40krpg", "cluster": 1555, "color": 1}, {"x": 39.04816436767578, "y": -18.520320892333984, "subreddit": "askgamemasters", "cluster": 1555, "color": 1}, {"x": 38.669189453125, "y": -21.377241134643555, "subreddit": "callofcthulhu", "cluster": 1555, "color": 1}, {"x": 39.5369987487793, "y": -15.826516151428223, "subreddit": "eberron", "cluster": 1555, "color": 1}, {"x": -34.91260528564453, "y": -70.78785705566406, "subreddit": "exalted", "cluster": 1555, "color": 1}, {"x": 38.76347732543945, "y": -17.426172256469727, "subreddit": "loremasters", "cluster": 1555, "color": 1}, {"x": 36.96377944946289, "y": -17.84442138671875, "subreddit": "numenera", "cluster": 1555, "color": 1}, {"x": 38.15556335449219, "y": -19.277524948120117, "subreddit": "osr", "cluster": 1555, "color": 1}, {"x": 38.9710693359375, "y": -18.601226806640625, "subreddit": "rpg", "cluster": 1555, "color": 1}, {"x": 39.89859390258789, "y": -18.728578567504883, "subreddit": "rpgdesign", "cluster": 1555, "color": 1}, {"x": 40.55670166015625, "y": -20.487810134887695, "subreddit": "whitewolfrpg", "cluster": 1555, "color": 1}, {"x": -13.138579368591309, "y": -63.924217224121094, "subreddit": "40something", "cluster": 1513, "color": 2}, {"x": 38.230934143066406, "y": 9.614679336547852, "subreddit": "askmenover30", "cluster": 1513, "color": 2}, {"x": 39.610294342041016, "y": 9.443253517150879, "subreddit": "askoldpeople", "cluster": 1513, "color": 2}, {"x": 38.05213928222656, "y": 9.663288116455078, "subreddit": "askwomenover30", "cluster": 1513, "color": 2}, {"x": 14.862228393554688, "y": 96.56779479980469, "subreddit": "decaf", "cluster": 1513, "color": 2}, {"x": 11.060370445251465, "y": -5.747687816619873, "subreddit": "fresno", "cluster": 1513, "color": 2}, {"x": -13.721049308776855, "y": -64.20993041992188, "subreddit": "genx", "cluster": 1513, "color": 2}, {"x": 38.910282135009766, "y": 9.449517250061035, "subreddit": "redditforgrownups", "cluster": 1513, "color": 2}, {"x": -44.245445251464844, "y": -97.31824493408203, "subreddit": "49ers", "cluster": 1272, "color": 4}, {"x": -40.22547149658203, "y": -104.76930236816406, "subreddit": "buffalobills", "cluster": 1272, "color": 4}, {"x": -45.63134765625, "y": -96.51133728027344, "subreddit": "cowboys", "cluster": 1272, "color": 4}, {"x": -48.89469528198242, "y": -96.59196472167969, "subreddit": "denverbroncos", "cluster": 1272, "color": 4}, {"x": -44.974571228027344, "y": -71.25473022460938, "subreddit": "detroitlions", "cluster": 1272, "color": 4}, {"x": -46.990570068359375, "y": -96.49369049072266, "subreddit": "evilleagueofevil", "cluster": 1272, "color": 4}, {"x": -46.121856689453125, "y": -98.78117370605469, "subreddit": "jaguars", "cluster": 1272, "color": 4}, {"x": -10.505607604980469, "y": -21.936378479003906, "subreddit": "mash", "cluster": 1272, "color": 4}, {"x": -46.45112991333008, "y": -97.04498291015625, "subreddit": "nfl", "cluster": 1272, "color": 4}, {"x": -46.22598648071289, "y": -97.95048522949219, "subreddit": "nfl_draft", "cluster": 1272, "color": 4}, {"x": -43.252166748046875, "y": -94.43275451660156, "subreddit": "nygiants", "cluster": 1272, "color": 4}, {"x": -44.650978088378906, "y": -92.81787872314453, "subreddit": "nyjets", "cluster": 1272, "color": 4}, {"x": -47.806121826171875, "y": -98.10037231445312, "subreddit": "oaklandraiders", "cluster": 1272, "color": 4}, {"x": -46.83646774291992, "y": -95.20844268798828, "subreddit": "patriots", "cluster": 1272, "color": 4}, {"x": -33.55323791503906, "y": -39.2025146484375, "subreddit": "ravens", "cluster": 1272, "color": 4}, {"x": -43.805931091308594, "y": -88.34664916992188, "subreddit": "redskins", "cluster": 1272, "color": 4}, {"x": -69.46865844726562, "y": -97.17512512207031, "subreddit": "seahawks", "cluster": 1272, "color": 4}, {"x": -28.876766204833984, "y": -99.39727020263672, "subreddit": "steelers", "cluster": 1272, "color": 4}, {"x": -59.956295013427734, "y": -90.7131118774414, "subreddit": "tennesseetitans", "cluster": 1272, "color": 4}, {"x": 5.515927791595459, "y": 4.361428737640381, "subreddit": "4chan", "cluster": 377, "color": 0}, {"x": 0.004652413539588451, "y": 11.561549186706543, "subreddit": "bannedfromclubpenguin", "cluster": 377, "color": 0}, {"x": -2.1334431171417236, "y": -80.69519805908203, "subreddit": "burial", "cluster": 377, "color": 0}, {"x": 5.338931083679199, "y": 4.635324001312256, "subreddit": "classic4chan", "cluster": 377, "color": 0}, {"x": 5.574529647827148, "y": 55.6467399597168, "subreddit": "tardtales", "cluster": 377, "color": 0}, {"x": 106.71240997314453, "y": -55.45661926269531, "subreddit": "4chan4trump", "cluster": 427, "color": 0}, {"x": 29.35153579711914, "y": 43.153446197509766, "subreddit": "canadacoronavirus", "cluster": 427, "color": 0}, {"x": 27.683889389038086, "y": 41.6201171875, "subreddit": "china_flu", "cluster": 427, "color": 0}, {"x": 27.61408805847168, "y": 41.376983642578125, "subreddit": "coronavirus", "cluster": 427, "color": 0}, {"x": 29.321571350097656, "y": 40.76815414428711, "subreddit": "coronavirusdownunder", "cluster": 427, "color": 0}, {"x": 27.294170379638672, "y": 40.55695343017578, "subreddit": "coronavirusrecession", "cluster": 427, "color": 0}, {"x": 3.7648561000823975, "y": 25.962032318115234, "subreddit": "coronavirustx", "cluster": 427, "color": 0}, {"x": -19.130508422851562, "y": 71.00814056396484, "subreddit": "gottheories", "cluster": 427, "color": 0}, {"x": 29.33943748474121, "y": 6.491013050079346, "subreddit": "4chanmeta", "cluster": 1273, "color": 1}, {"x": -35.668251037597656, "y": -92.9051284790039, "subreddit": "nbacirclejerk", "cluster": 1273, "color": 1}, {"x": -34.91090393066406, "y": -92.99576568603516, "subreddit": "nflcirclejerk", "cluster": 1273, "color": 1}, {"x": -34.479061126708984, "y": -92.99210357666016, "subreddit": "pardonmytake", "cluster": 1273, "color": 1}, {"x": -94.88761901855469, "y": 3.0868759155273438, "subreddit": "4hourbodyslowcarb", "cluster": 133, "color": 0}, {"x": -91.42264556884766, "y": -17.823566436767578, "subreddit": "askphotography", "cluster": 133, "color": 0}, {"x": -94.76160430908203, "y": -16.314926147460938, "subreddit": "beginning_photography", "cluster": 133, "color": 0}, {"x": -91.13951110839844, "y": -17.30716896057129, "subreddit": "cameras", "cluster": 133, "color": 0}, {"x": -87.52629089355469, "y": -19.367321014404297, "subreddit": "canon", "cluster": 133, "color": 0}, {"x": -23.49666404724121, "y": -58.91043472290039, "subreddit": "cornell", "cluster": 133, "color": 0}, {"x": -92.58209228515625, "y": -18.30955696105957, "subreddit": "nikon", "cluster": 133, "color": 0}, {"x": -4.231622219085693, "y": 11.499495506286621, "subreddit": "ozoneofftopic", "cluster": 133, "color": 0}, {"x": -90.76274871826172, "y": -18.891639709472656, "subreddit": "photography", "cluster": 133, "color": 0}, {"x": -91.8775405883789, "y": -17.457304000854492, "subreddit": "sonyalpha", "cluster": 133, "color": 0}, {"x": -89.9533920288086, "y": -18.544946670532227, "subreddit": "weddingphotography", "cluster": 133, "color": 0}, {"x": -74.14716339111328, "y": -29.52455711364746, "subreddit": "4ktv", "cluster": 882, "color": 0}, {"x": -73.05653381347656, "y": -31.815444946289062, "subreddit": "audiophile", "cluster": 882, "color": 0}, {"x": -74.4886703491211, "y": -31.41108512878418, "subreddit": "budgetaudiophile", "cluster": 882, "color": 0}, {"x": -73.98112487792969, "y": -30.09712791442871, "subreddit": "hometheater", "cluster": 882, "color": 0}, {"x": -100.13667297363281, "y": -54.353824615478516, "subreddit": "motorrad", "cluster": 882, "color": 0}, {"x": -69.5954360961914, "y": -33.52954864501953, "subreddit": "projectors", "cluster": 882, "color": 0}, {"x": 4.471776008605957, "y": 32.43151092529297, "subreddit": "4panelcringe", "cluster": 400, "color": 1}, {"x": 4.882370948791504, "y": 33.51805877685547, "subreddit": "aaaaaaaaaaaaaaaaa", "cluster": 400, "color": 1}, {"x": 5.109719753265381, "y": 32.17437744140625, "subreddit": "absoluteunits", "cluster": 400, "color": 1}, {"x": 8.206589698791504, "y": 34.62883758544922, "subreddit": "agedlikemilk", "cluster": 400, "color": 1}, {"x": 7.445979595184326, "y": 30.1585636138916, "subreddit": "anormaldayinrussia", "cluster": 400, "color": 1}, {"x": 8.351513862609863, "y": 32.028499603271484, "subreddit": "assholedesign", "cluster": 400, "color": 1}, {"x": 6.291800022125244, "y": 25.621036529541016, "subreddit": "atetheonion", "cluster": 400, "color": 1}, {"x": 6.890885353088379, "y": 31.308530807495117, "subreddit": "aww", "cluster": 400, "color": 1}, {"x": 4.314334392547607, "y": 36.48838424682617, "subreddit": "bikinibottomtwitter", "cluster": 400, "color": 1}, {"x": 12.186485290527344, "y": 33.298648834228516, "subreddit": "boneappletea", "cluster": 400, "color": 1}, {"x": 3.461385726928711, "y": 30.132383346557617, "subreddit": "brandnewsentence", "cluster": 400, "color": 1}, {"x": 4.041187286376953, "y": 28.87122917175293, "subreddit": "breathinginformation", "cluster": 400, "color": 1}, {"x": 1.4154877662658691, "y": 33.62499237060547, "subreddit": "captainsparklez", "cluster": 400, "color": 1}, {"x": 6.182312488555908, "y": 30.129053115844727, "subreddit": "catsareliquid", "cluster": 400, "color": 1}, {"x": 6.717700481414795, "y": 29.062580108642578, "subreddit": "chonkers", "cluster": 400, "color": 1}, {"x": 1.7892752885818481, "y": 27.409896850585938, "subreddit": "comedycemetery", "cluster": 400, "color": 1}, {"x": 0.0789022445678711, "y": 31.891586303710938, "subreddit": "comedyheaven", "cluster": 400, "color": 1}, {"x": 5.097178936004639, "y": 32.806114196777344, "subreddit": "comedyhomicide", "cluster": 400, "color": 1}, {"x": 6.1979146003723145, "y": 32.8187255859375, "subreddit": "confusing_perspective", "cluster": 400, "color": 1}, {"x": 9.934706687927246, "y": 29.023473739624023, "subreddit": "crackheadcraigslist", "cluster": 400, "color": 1}, {"x": 8.640615463256836, "y": 30.84308624267578, "subreddit": "crappydesign", "cluster": 400, "color": 1}, {"x": 2.780668258666992, "y": 32.60817337036133, "subreddit": "cringetopia", "cluster": 400, "color": 1}, {"x": 5.279240131378174, "y": 33.92399978637695, "subreddit": "dankchristianmemes", "cluster": 400, "color": 1}, {"x": 6.009366512298584, "y": 33.3139533996582, "subreddit": "didntknowiwantedthat", "cluster": 400, "color": 1}, {"x": 9.62771987915039, "y": 34.55215072631836, "subreddit": "dogswithjobs", "cluster": 400, "color": 1}, {"x": 4.993408203125, "y": 35.001197814941406, "subreddit": "dontdeadopeninside", "cluster": 400, "color": 1}, {"x": 6.299015998840332, "y": 32.190757751464844, "subreddit": "donthelpjustfilm", "cluster": 400, "color": 1}, {"x": 5.204969882965088, "y": 32.84292984008789, "subreddit": "dontputyourdickinthat", "cluster": 400, "color": 1}, {"x": 7.131588459014893, "y": 35.09312057495117, "subreddit": "engrish", "cluster": 400, "color": 1}, {"x": -0.6390934586524963, "y": 13.60385799407959, "subreddit": "fellowkids", "cluster": 400, "color": 1}, {"x": 5.480414867401123, "y": 33.0252799987793, "subreddit": "forbiddensnacks", "cluster": 400, "color": 1}, {"x": 6.681238174438477, "y": 33.88957977294922, "subreddit": "fuckyouinparticular", "cluster": 400, "color": 1}, {"x": 4.973964214324951, "y": 32.78125762939453, "subreddit": "gachalifecringe", "cluster": 400, "color": 1}, {"x": 6.134250164031982, "y": 38.977054595947266, "subreddit": "goddesses", "cluster": 400, "color": 1}, {"x": 3.7711386680603027, "y": 35.21098327636719, "subreddit": "historymemes", "cluster": 400, "color": 1}, {"x": 6.413881301879883, "y": 37.31266403198242, "subreddit": "holup", "cluster": 400, "color": 1}, {"x": 4.422237396240234, "y": 33.255409240722656, "subreddit": "hydrohomies", "cluster": 400, "color": 1}, {"x": 3.2968292236328125, "y": 31.53970718383789, "subreddit": "im14andthisisdeep", "cluster": 400, "color": 1}, {"x": 4.025267124176025, "y": 34.38416290283203, "subreddit": "imsorryjon", "cluster": 400, "color": 1}, {"x": 10.194490432739258, "y": 31.28203010559082, "subreddit": "instantkarma", "cluster": 400, "color": 1}, {"x": 5.979860782623291, "y": 35.088436126708984, "subreddit": "ithadtobebrazil", "cluster": 400, "color": 1}, {"x": 2.2942872047424316, "y": 29.48531723022461, "subreddit": "jacksfilms", "cluster": 400, "color": 1}, {"x": 8.313189506530762, "y": 33.328922271728516, "subreddit": "justfuckmyshitup", "cluster": 400, "color": 1}, {"x": 4.731222629547119, "y": 37.80857849121094, "subreddit": "mariokarttour", "cluster": 400, "color": 1}, {"x": 3.676530361175537, "y": 33.546897888183594, "subreddit": "meme", "cluster": 400, "color": 1}, {"x": 2.2215306758880615, "y": 35.27150344848633, "subreddit": "miniladd", "cluster": 400, "color": 1}, {"x": 7.206480503082275, "y": 33.15837097167969, "subreddit": "misleadingthumbnails", "cluster": 400, "color": 1}, {"x": 6.024105072021484, "y": 31.287879943847656, "subreddit": "nextfuckinglevel", "cluster": 400, "color": 1}, {"x": 3.565098285675049, "y": 32.58473205566406, "subreddit": "noahgettheboat", "cluster": 400, "color": 1}, {"x": 7.58970308303833, "y": 36.272464752197266, "subreddit": "nocontextpics", "cluster": 400, "color": 1}, {"x": 5.731468200683594, "y": 32.08338928222656, "subreddit": "oddlysatisfying", "cluster": 400, "color": 1}, {"x": 44.77533721923828, "y": 352.6529846191406, "subreddit": "oddlyspecific", "cluster": 400, "color": 1}, {"x": 2.849968910217285, "y": 36.642364501953125, "subreddit": "pewdiepiesubmissions", "cluster": 400, "color": 1}, {"x": -0.19136545062065125, "y": 33.868858337402344, "subreddit": "phoenixsc", "cluster": 400, "color": 1}, {"x": 3.9540932178497314, "y": 31.254878997802734, "subreddit": "phonesarebad", "cluster": 400, "color": 1}, {"x": 9.935832023620605, "y": 32.982906341552734, "subreddit": "rareinsults", "cluster": 400, "color": 1}, {"x": 6.591476917266846, "y": 27.74360466003418, "subreddit": "rarepuppers", "cluster": 400, "color": 1}, {"x": -2.6510250568389893, "y": 11.27792739868164, "subreddit": "satisfyingasfuck", "cluster": 400, "color": 1}, {"x": 5.663206100463867, "y": 36.25592803955078, "subreddit": "sexywomanoftheday", "cluster": 400, "color": 1}, {"x": 2.6686367988586426, "y": 34.004798889160156, "subreddit": "shittymobilegameads", "cluster": 400, "color": 1}, {"x": 3.5526957511901855, "y": 17.669822692871094, "subreddit": "specializedtools", "cluster": 400, "color": 1}, {"x": 5.3925700187683105, "y": 32.58677673339844, "subreddit": "strangerthings", "cluster": 400, "color": 1}, {"x": 1.629956841468811, "y": 31.836692810058594, "subreddit": "suddenlygay", "cluster": 400, "color": 1}, {"x": 2.2608096599578857, "y": 30.852624893188477, "subreddit": "suddenlyincest", "cluster": 400, "color": 1}, {"x": 8.152849197387695, "y": 37.67844009399414, "subreddit": "suspiciouslyspecific", "cluster": 400, "color": 1}, {"x": 5.218483924865723, "y": 31.48528289794922, "subreddit": "sweatypalms", "cluster": 400, "color": 1}, {"x": 4.913936614990234, "y": 27.8192081451416, "subreddit": "thanksimcured", "cluster": 400, "color": 1}, {"x": 5.09414529800415, "y": 32.7198600769043, "subreddit": "tihi", "cluster": 400, "color": 1}, {"x": 5.492583751678467, "y": 29.06996726989746, "subreddit": "tippytaps", "cluster": 400, "color": 1}, {"x": 7.275969982147217, "y": 32.138336181640625, "subreddit": "watchpeoplesurvive", "cluster": 400, "color": 1}, {"x": 5.3006110191345215, "y": 11.3792142868042, "subreddit": "whatcouldgowrong", "cluster": 400, "color": 1}, {"x": 98.6110610961914, "y": 108.41902160644531, "subreddit": "witchesvspatriarchy", "cluster": 400, "color": 1}, {"x": 4.627423286437988, "y": 30.055185317993164, "subreddit": "yesyesyesyesno", "cluster": 400, "color": 1}, {"x": 3.73406720161438, "y": 32.38689422607422, "subreddit": "yiffinhell", "cluster": 400, "color": 1}, {"x": 0.49560412764549255, "y": 15.102154731750488, "subreddit": "zoomies", "cluster": 400, "color": 1}, {"x": -87.34700775146484, "y": -49.43014144897461, "subreddit": "4runner", "cluster": 892, "color": 1}, {"x": -76.88431549072266, "y": -12.955863952636719, "subreddit": "htc", "cluster": 892, "color": 1}, {"x": -76.52912902832031, "y": -13.107319831848145, "subreddit": "htcone", "cluster": 892, "color": 1}, {"x": -77.17774963378906, "y": -11.227970123291016, "subreddit": "lgg4", "cluster": 892, "color": 1}, {"x": -0.12093710154294968, "y": -107.02499389648438, "subreddit": "riseagainst", "cluster": 892, "color": 1}, {"x": -87.56674194335938, "y": -49.082984924316406, "subreddit": "4x4", "cluster": 968, "color": 4}, {"x": -89.77301025390625, "y": -52.240718841552734, "subreddit": "cherokeexj", "cluster": 968, "color": 4}, {"x": -87.67998504638672, "y": -52.78006362915039, "subreddit": "grandcherokee", "cluster": 968, "color": 4}, {"x": -88.56352233886719, "y": -51.101951599121094, "subreddit": "heep", "cluster": 968, "color": 4}, {"x": -88.62861633300781, "y": -52.077083587646484, "subreddit": "jeep", "cluster": 968, "color": 4}, {"x": -85.73490142822266, "y": -48.907596588134766, "subreddit": "overlanding", "cluster": 968, "color": 4}, {"x": -88.65276336669922, "y": -52.16953659057617, "subreddit": "wrangler", "cluster": 968, "color": 4}, {"x": 57.33415222167969, "y": -28.20082664489746, "subreddit": "4xgaming", "cluster": 615, "color": 1}, {"x": 57.40668869018555, "y": -26.99925422668457, "subreddit": "endlesslegend", "cluster": 615, "color": 1}, {"x": 57.276336669921875, "y": -26.777917861938477, "subreddit": "endlessspace", "cluster": 615, "color": 1}, {"x": 50.70743179321289, "y": -24.295177459716797, "subreddit": "survivingmars", "cluster": 615, "color": 1}, {"x": 56.62295913696289, "y": -25.665422439575195, "subreddit": "totalwarhammer", "cluster": 615, "color": 1}, {"x": 116.41622924804688, "y": 21.483510971069336, "subreddit": "52book", "cluster": 1409, "color": 3}, {"x": 117.12784576416016, "y": 22.279674530029297, "subreddit": "neopets", "cluster": 1409, "color": 3}, {"x": 116.54528045654297, "y": 21.63120460510254, "subreddit": "pokemongoseattle", "cluster": 1409, "color": 3}, {"x": 28.89884376525879, "y": 35.48511505126953, "subreddit": "52weeksofcooking", "cluster": 564, "color": 1}, {"x": -5.948331832885742, "y": 51.0233268737793, "subreddit": "amoledbackgrounds", "cluster": 564, "color": 1}, {"x": 98.30086517333984, "y": 21.8846492767334, "subreddit": "appleswap", "cluster": 564, "color": 1}, {"x": -38.09456253051758, "y": 67.259521484375, "subreddit": "aqw", "cluster": 564, "color": 1}, {"x": 30.556047439575195, "y": 31.73457145690918, "subreddit": "australiancattledog", "cluster": 564, "color": 1}, {"x": 18.64702033996582, "y": 70.17255401611328, "subreddit": "bitheroes", "cluster": 564, "color": 1}, {"x": -28.044479370117188, "y": 67.41207122802734, "subreddit": "bloggers", "cluster": 564, "color": 1}, {"x": -53.59601593017578, "y": 55.62299346923828, "subreddit": "bootlegmtg", "cluster": 564, "color": 1}, {"x": -105.92159271240234, "y": -15.029759407043457, "subreddit": "bulkorcut", "cluster": 564, "color": 1}, {"x": -17.64100456237793, "y": 44.76569366455078, "subreddit": "characterdrawing", "cluster": 564, "color": 1}, {"x": -6.068180561065674, "y": 14.896751403808594, "subreddit": "circleoftrust", "cluster": 564, "color": 1}, {"x": 36.469112396240234, "y": 53.939537048339844, "subreddit": "covetfashion", "cluster": 564, "color": 1}, {"x": 35.87703323364258, "y": 70.06768798828125, "subreddit": "dermatology", "cluster": 564, "color": 1}, {"x": -3.1472086906433105, "y": 14.79665756225586, "subreddit": "desktopdetective", "cluster": 564, "color": 1}, {"x": -23.18673324584961, "y": 22.892972946166992, "subreddit": "desktops", "cluster": 564, "color": 1}, {"x": -2.7579092979431152, "y": 14.958849906921387, "subreddit": "drawforme", "cluster": 564, "color": 1}, {"x": -3.149873733520508, "y": 14.837370872497559, "subreddit": "drawme", "cluster": 564, "color": 1}, {"x": -22.808053970336914, "y": 94.13697052001953, "subreddit": "drumkittrading", "cluster": 564, "color": 1}, {"x": -3.162510633468628, "y": 14.810221672058105, "subreddit": "editmyraw", "cluster": 564, "color": 1}, {"x": -3.078033685684204, "y": 60.32373809814453, "subreddit": "equalattraction", "cluster": 564, "color": 1}, {"x": -10.531188011169434, "y": 13.330033302307129, "subreddit": "ffxivglamours", "cluster": 564, "color": 1}, {"x": -81.56900787353516, "y": 50.45854187011719, "subreddit": "freshalbumart", "cluster": 564, "color": 1}, {"x": -49.60307312011719, "y": 99.74440002441406, "subreddit": "furryartschool", "cluster": 564, "color": 1}, {"x": -21.129674911499023, "y": 85.9076156616211, "subreddit": "g2a", "cluster": 564, "color": 1}, {"x": 24.550519943237305, "y": 63.38431930541992, "subreddit": "gotrades", "cluster": 564, "color": 1}, {"x": -4.428001880645752, "y": 59.16548538208008, "subreddit": "guessmyage", "cluster": 564, "color": 1}, {"x": -52.85924530029297, "y": 76.83197784423828, "subreddit": "hillclimbracing", "cluster": 564, "color": 1}, {"x": 516.0183715820312, "y": 142.0128631591797, "subreddit": "ibuypower", "cluster": 564, "color": 1}, {"x": 56.52311325073242, "y": 21.157865524291992, "subreddit": "idleheroesps", "cluster": 564, "color": 1}, {"x": -2.82603120803833, "y": 15.48686695098877, "subreddit": "largeimages", "cluster": 564, "color": 1}, {"x": 27.327743530273438, "y": -8.042237281799316, "subreddit": "lastfm", "cluster": 564, "color": 1}, {"x": -2.7867517471313477, "y": 46.85005187988281, "subreddit": "lovenikki", "cluster": 564, "color": 1}, {"x": -3.874826192855835, "y": 14.715697288513184, "subreddit": "maplestorym", "cluster": 564, "color": 1}, {"x": -81.01081848144531, "y": 0.004856517538428307, "subreddit": "matebookxpro", "cluster": 564, "color": 1}, {"x": -3.17181134223938, "y": 14.848106384277344, "subreddit": "mayocideactionnow", "cluster": 564, "color": 1}, {"x": -4.418164253234863, "y": 15.597538948059082, "subreddit": "memetemplatesofficial", "cluster": 564, "color": 1}, {"x": -26.846590042114258, "y": 54.69639205932617, "subreddit": "mtgaltered", "cluster": 564, "color": 1}, {"x": -29.395341873168945, "y": 1.619878888130188, "subreddit": "origami", "cluster": 564, "color": 1}, {"x": -29.828989028930664, "y": 0.9166948199272156, "subreddit": "paccoin", "cluster": 564, "color": 1}, {"x": -1.5654832124710083, "y": 14.098636627197266, "subreddit": "pareidolia", "cluster": 564, "color": 1}, {"x": -26.319639205932617, "y": 6.614445209503174, "subreddit": "paymoneywubby", "cluster": 564, "color": 1}, {"x": -11.412635803222656, "y": 16.9417781829834, "subreddit": "petscop", "cluster": 564, "color": 1}, {"x": 27.87179183959961, "y": 32.125057220458984, "subreddit": "pomeranians", "cluster": 564, "color": 1}, {"x": -29.49311065673828, "y": 69.39604949951172, "subreddit": "presetbay", "cluster": 564, "color": 1}, {"x": -4.636818885803223, "y": 13.995871543884277, "subreddit": "rainmeter", "cluster": 564, "color": 1}, {"x": 11.955300331115723, "y": 16.036975860595703, "subreddit": "redditgetsdrawnbadly", "cluster": 564, "color": 1}, {"x": -101.9095458984375, "y": 100.60528564453125, "subreddit": "scienceofdeduction", "cluster": 564, "color": 1}, {"x": 0.5224168300628662, "y": 14.492441177368164, "subreddit": "seaofthieves", "cluster": 564, "color": 1}, {"x": -0.5429102182388306, "y": 14.60335922241211, "subreddit": "showerbeer", "cluster": 564, "color": 1}, {"x": -19.7286319732666, "y": 44.998775482177734, "subreddit": "sketchdaily", "cluster": 564, "color": 1}, {"x": 7.7301435470581055, "y": 19.100418090820312, "subreddit": "slavs_squatting", "cluster": 564, "color": 1}, {"x": -57.94337844848633, "y": 68.04315185546875, "subreddit": "snapchatgeofilters", "cluster": 564, "color": 1}, {"x": -4.231754302978516, "y": 56.609127044677734, "subreddit": "steamaccountsforsale", "cluster": 564, "color": 1}, {"x": -31.84095001220703, "y": 92.49602508544922, "subreddit": "steelseries", "cluster": 564, "color": 1}, {"x": -15.497986793518066, "y": 81.14656066894531, "subreddit": "totalwararena", "cluster": 564, "color": 1}, {"x": -16.11919593811035, "y": 60.44903564453125, "subreddit": "truthordareme", "cluster": 564, "color": 1}, {"x": -4.463486194610596, "y": 14.813175201416016, "subreddit": "wallpaperrequests", "cluster": 564, "color": 1}, {"x": 87.8595962524414, "y": -101.92813873291016, "subreddit": "5555555", "cluster": 1793, "color": 2}, {"x": 86.50080871582031, "y": -101.93679809570312, "subreddit": "bangkok", "cluster": 1793, "color": 2}, {"x": 20.748828887939453, "y": 78.00324249267578, "subreddit": "malaysia", "cluster": 1793, "color": 2}, {"x": 87.08722686767578, "y": -102.09677124023438, "subreddit": "thailand", "cluster": 1793, "color": 2}, {"x": 86.79715728759766, "y": -102.32196044921875, "subreddit": "thailandtourism", "cluster": 1793, "color": 2}, {"x": -51.97990798950195, "y": 50.68707275390625, "subreddit": "5nafcirclejerk", "cluster": 688, "color": 3}, {"x": -29.783660888671875, "y": 27.620180130004883, "subreddit": "ben10", "cluster": 688, "color": 3}, {"x": -51.22381591796875, "y": 50.089561462402344, "subreddit": "bendyandtheinkmachine", "cluster": 688, "color": 3}, {"x": -50.186344146728516, "y": 49.457759857177734, "subreddit": "dhmis", "cluster": 688, "color": 3}, {"x": -51.335060119628906, "y": 49.8997917175293, "subreddit": "fivenightsatfreddys", "cluster": 688, "color": 3}, {"x": -51.7247314453125, "y": 47.40172576904297, "subreddit": "fnafb", "cluster": 688, "color": 3}, {"x": -51.766014099121094, "y": 48.90924072265625, "subreddit": "fnafcringe", "cluster": 688, "color": 3}, {"x": 22.023725509643555, "y": 61.123905181884766, "subreddit": "5toubunnohanayome", "cluster": 1946, "color": 0}, {"x": 22.38634490966797, "y": 60.15135192871094, "subreddit": "nisekoi", "cluster": 1946, "color": 0}, {"x": 22.07442283630371, "y": 61.00678634643555, "subreddit": "wecantstudy", "cluster": 1946, "color": 0}, {"x": 67.06930541992188, "y": -72.93672180175781, "subreddit": "600euro", "cluster": 487, "color": 2}, {"x": 65.8741226196289, "y": -73.91445922851562, "subreddit": "dachschaden", "cluster": 487, "color": 2}, {"x": 65.60855102539062, "y": -73.41082000732422, "subreddit": "de", "cluster": 487, "color": 2}, {"x": 65.00504302978516, "y": -75.09261322021484, "subreddit": "finanzen", "cluster": 487, "color": 2}, {"x": 60.41933822631836, "y": -73.62023162841797, "subreddit": "germany", "cluster": 487, "color": 2}, {"x": 68.13192749023438, "y": -75.67196655273438, "subreddit": "the_schulz", "cluster": 487, "color": 2}, {"x": 67.62451171875, "y": -72.84256744384766, "subreddit": "vegande", "cluster": 487, "color": 2}, {"x": 19.357799530029297, "y": -100.29635620117188, "subreddit": "60daysin", "cluster": 11, "color": 0}, {"x": 19.38036346435547, "y": -100.32954406738281, "subreddit": "livepd", "cluster": 11, "color": 0}, {"x": -47.08899688720703, "y": 85.35169219970703, "subreddit": "6thform", "cluster": 12, "color": 0}, {"x": -47.08749008178711, "y": 85.3514633178711, "subreddit": "gcse", "cluster": 12, "color": 0}, {"x": -67.49638366699219, "y": -88.01634216308594, "subreddit": "704nascarheat", "cluster": 1235, "color": 0}, {"x": -66.22978973388672, "y": -88.3033676147461, "subreddit": "indycar", "cluster": 1235, "color": 0}, {"x": -66.71556854248047, "y": -88.52633666992188, "subreddit": "nascar", "cluster": 1235, "color": 0}, {"x": -66.92022705078125, "y": -89.14744567871094, "subreddit": "nascarcollectors", "cluster": 1235, "color": 0}, {"x": 25.73573112487793, "y": -2.0180184841156006, "subreddit": "7daystodie", "cluster": 1538, "color": 4}, {"x": -28.98378562927246, "y": 46.13640213012695, "subreddit": "btd6", "cluster": 1538, "color": 4}, {"x": 30.1673641204834, "y": 8.45125961303711, "subreddit": "noita", "cluster": 1538, "color": 4}, {"x": -29.165700912475586, "y": 45.223411560058594, "subreddit": "riskofrain", "cluster": 1538, "color": 4}, {"x": -29.20493507385254, "y": 45.00276565551758, "subreddit": "ror2", "cluster": 1538, "color": 4}, {"x": 77.53404235839844, "y": -56.11346435546875, "subreddit": "starcraft2coop", "cluster": 1538, "color": 4}, {"x": 49.51221466064453, "y": 21.355581283569336, "subreddit": "theisle", "cluster": 1538, "color": 4}, {"x": 15.455677032470703, "y": 68.76374053955078, "subreddit": "7kglobal", "cluster": 13, "color": 0}, {"x": 80.23822021484375, "y": 16.13323974609375, "subreddit": "alchemistcodegl", "cluster": 13, "color": 0}, {"x": 79.1240005493164, "y": 15.159272193908691, "subreddit": "grandchase", "cluster": 13, "color": 0}, {"x": 88.06808471679688, "y": 9.601603507995605, "subreddit": "mslgame", "cluster": 13, "color": 0}, {"x": 15.443765640258789, "y": 68.74557495117188, "subreddit": "sololeveling", "cluster": 13, "color": 0}, {"x": -20.28559112548828, "y": -99.37994384765625, "subreddit": "80s", "cluster": 1570, "color": 2}, {"x": -66.14404296875, "y": -72.84102630615234, "subreddit": "ohiostatefootball", "cluster": 1570, "color": 2}, {"x": -66.17127227783203, "y": -72.83854675292969, "subreddit": "sanantonio", "cluster": 1570, "color": 2}, {"x": -10.013132095336914, "y": -108.78543853759766, "subreddit": "80smusic", "cluster": 932, "color": 3}, {"x": -9.47287654876709, "y": -108.20672607421875, "subreddit": "90shiphop", "cluster": 932, "color": 3}, {"x": -9.032801628112793, "y": -109.23904418945312, "subreddit": "classicrock", "cluster": 932, "color": 3}, {"x": -10.723053932189941, "y": -109.12240600585938, "subreddit": "country", "cluster": 932, "color": 3}, {"x": -11.109947204589844, "y": -111.676025390625, "subreddit": "deathcore", "cluster": 932, "color": 3}, {"x": -19.044668197631836, "y": -108.59488677978516, "subreddit": "djent", "cluster": 932, "color": 3}, {"x": -9.468276023864746, "y": -106.92706298828125, "subreddit": "dnb", "cluster": 932, "color": 3}, {"x": -10.431119918823242, "y": -103.92906188964844, "subreddit": "electrohouse", "cluster": 932, "color": 3}, {"x": -9.643632888793945, "y": -111.22793579101562, "subreddit": "emo", "cluster": 932, "color": 3}, {"x": 0.17657722532749176, "y": 8.89029312133789, "subreddit": "frisson", "cluster": 932, "color": 3}, {"x": -11.375406265258789, "y": -110.2423095703125, "subreddit": "hardcore", "cluster": 932, "color": 3}, {"x": -12.331518173217773, "y": -106.81087493896484, "subreddit": "hardstyle", "cluster": 932, "color": 3}, {"x": -8.008553504943848, "y": -106.47077178955078, "subreddit": "hiphop", "cluster": 932, "color": 3}, {"x": -10.012362480163574, "y": -108.8621826171875, "subreddit": "indie_rock", "cluster": 932, "color": 3}, {"x": -10.840827941894531, "y": -107.50679016113281, "subreddit": "industrialmusic", "cluster": 932, "color": 3}, {"x": -11.810734748840332, "y": -108.58799743652344, "subreddit": "melodicdeathmetal", "cluster": 932, "color": 3}, {"x": -25.053508758544922, "y": 4.8156514167785645, "subreddit": "outrun", "cluster": 932, "color": 3}, {"x": -8.385644912719727, "y": -109.87814331054688, "subreddit": "psychedelicrock", "cluster": 932, "color": 3}, {"x": -8.189151763916016, "y": -107.90921020507812, "subreddit": "psytrance", "cluster": 932, "color": 3}, {"x": -10.703834533691406, "y": -105.88411712646484, "subreddit": "punk", "cluster": 932, "color": 3}, {"x": -22.156917572021484, "y": 31.048736572265625, "subreddit": "rap", "cluster": 932, "color": 3}, {"x": -9.938508033752441, "y": -109.82746887207031, "subreddit": "reggae", "cluster": 932, "color": 3}, {"x": -14.465349197387695, "y": -108.68214416503906, "subreddit": "shoegaze", "cluster": 932, "color": 3}, {"x": -10.242189407348633, "y": -108.42890930175781, "subreddit": "treemusic", "cluster": 932, "color": 3}, {"x": 50.76253128051758, "y": 42.74559020996094, "subreddit": "90dayfiance", "cluster": 14, "color": 0}, {"x": 51.106895446777344, "y": 42.63629150390625, "subreddit": "90dayfianceuncensored", "cluster": 14, "color": 0}, {"x": 50.459346771240234, "y": 43.01163101196289, "subreddit": "loveafterlockup", "cluster": 14, "color": 0}, {"x": 18.47066307067871, "y": -97.8888931274414, "subreddit": "marriedatfirstsight", "cluster": 14, "color": 0}, {"x": 49.49467086791992, "y": 41.649776458740234, "subreddit": "my600lblife", "cluster": 14, "color": 0}, {"x": 52.82432174682617, "y": 43.53866195678711, "subreddit": "seekingsisterwifetlc", "cluster": 14, "color": 0}, {"x": 45.019222259521484, "y": 53.26375961303711, "subreddit": "90daysgoal", "cluster": 780, "color": 1}, {"x": 43.189186096191406, "y": 2.8061954975128174, "subreddit": "cancer", "cluster": 780, "color": 1}, {"x": 21.982284545898438, "y": 19.46916961669922, "subreddit": "corpus", "cluster": 780, "color": 1}, {"x": 3.856673240661621, "y": -44.42177963256836, "subreddit": "cs50", "cluster": 780, "color": 1}, {"x": 4.2871222496032715, "y": -43.199466705322266, "subreddit": "genealogy", "cluster": 780, "color": 1}, {"x": -20.67137908935547, "y": -99.17106628417969, "subreddit": "90s", "cluster": 1924, "color": 5}, {"x": -24.420610427856445, "y": -97.4165267944336, "subreddit": "agt", "cluster": 1924, "color": 5}, {"x": 56.69261169433594, "y": 24.548938751220703, "subreddit": "introvert", "cluster": 1924, "color": 5}, {"x": -28.845558166503906, "y": -99.40044403076172, "subreddit": "penguins", "cluster": 1924, "color": 5}, {"x": -24.7125301361084, "y": -99.65149688720703, "subreddit": "the1975", "cluster": 1924, "color": 5}, {"x": -24.485496520996094, "y": -97.79190063476562, "subreddit": "walmart", "cluster": 1924, "color": 5}, {"x": -64.10819244384766, "y": -63.947853088378906, "subreddit": "911dispatchers", "cluster": 1255, "color": 3}, {"x": -13.994178771972656, "y": -23.807737350463867, "subreddit": "bestofnetflix", "cluster": 1255, "color": 3}, {"x": -14.800639152526855, "y": -25.86101722717285, "subreddit": "netflix", "cluster": 1255, "color": 3}, {"x": -14.558114051818848, "y": -25.421510696411133, "subreddit": "portugaltheman", "cluster": 1255, "color": 3}, {"x": -10.653189659118652, "y": -82.36174011230469, "subreddit": "theoa", "cluster": 1255, "color": 3}, {"x": 0.9810582399368286, "y": -15.635080337524414, "subreddit": "911truth", "cluster": 418, "color": 0}, {"x": 0.015328980050981045, "y": -14.393254280090332, "subreddit": "alternativehistory", "cluster": 418, "color": 0}, {"x": 72.8785171508789, "y": -57.61977005004883, "subreddit": "boxing", "cluster": 418, "color": 0}, {"x": 0.1003575399518013, "y": -14.573851585388184, "subreddit": "c_s_t", "cluster": 418, "color": 0}, {"x": 0.487544983625412, "y": -14.964356422424316, "subreddit": "conspiracy", "cluster": 418, "color": 0}, {"x": 96.3758544921875, "y": 39.838157653808594, "subreddit": "conspiracy_commons", "cluster": 418, "color": 0}, {"x": 28.551870346069336, "y": -24.37754249572754, "subreddit": "conspiracyii", "cluster": 418, "color": 0}, {"x": 113.73334503173828, "y": -18.530881881713867, "subreddit": "conspiro", "cluster": 418, "color": 0}, {"x": -8.688336372375488, "y": 82.86000061035156, "subreddit": "9gag", "cluster": 1940, "color": 5}, {"x": -8.820538520812988, "y": 83.70321655273438, "subreddit": "globaltalk", "cluster": 1940, "color": 5}, {"x": -8.79566764831543, "y": 83.54174041748047, "subreddit": "waterniggas", "cluster": 1940, "color": 5}, {"x": -26.86615562438965, "y": -34.673465728759766, "subreddit": "a24", "cluster": 1575, "color": 0}, {"x": 29.026077270507812, "y": 38.01118469238281, "subreddit": "sardonicast", "cluster": 1575, "color": 0}, {"x": -24.985183715820312, "y": 20.889812469482422, "subreddit": "theofficialpodcast", "cluster": 1575, "color": 0}, {"x": 29.05401611328125, "y": 38.00937271118164, "subreddit": "yms", "cluster": 1575, "color": 0}, {"x": -112.5708236694336, "y": 57.29137420654297, "subreddit": "a_irsoft", "cluster": 41, "color": 0}, {"x": -113.05199432373047, "y": 58.22771453857422, "subreddit": "airsoft", "cluster": 41, "color": 0}, {"x": -112.58233642578125, "y": 58.830257415771484, "subreddit": "airsoftcirclejerk", "cluster": 41, "color": 0}, {"x": -113.2142562866211, "y": 57.98948287963867, "subreddit": "airsoftmarket", "cluster": 41, "color": 0}, {"x": -114.12387084960938, "y": 58.95803451538086, "subreddit": "airsoftmarketcanada", "cluster": 41, "color": 0}, {"x": 3.619138240814209, "y": -22.582971572875977, "subreddit": "aaaaaaabbbb", "cluster": 70, "color": 0}, {"x": -35.102272033691406, "y": -30.860715866088867, "subreddit": "androiddev", "cluster": 70, "color": 0}, {"x": -34.866966247558594, "y": -30.748844146728516, "subreddit": "kotlin", "cluster": 70, "color": 0}, {"x": -36.11894226074219, "y": -32.1585578918457, "subreddit": "mobiusff", "cluster": 70, "color": 0}, {"x": 17.431055068969727, "y": 41.542015075683594, "subreddit": "aaaaaaacccccccce", "cluster": 111, "color": 0}, {"x": 17.74297332763672, "y": 43.21294021606445, "subreddit": "aromantic", "cluster": 111, "color": 0}, {"x": 18.433347702026367, "y": 42.41676712036133, "subreddit": "asexual", "cluster": 111, "color": 0}, {"x": 18.09280014038086, "y": 42.386959075927734, "subreddit": "asexuality", "cluster": 111, "color": 0}, {"x": -57.44578170776367, "y": -108.95132446289062, "subreddit": "bostonu", "cluster": 111, "color": 0}, {"x": -30.912355422973633, "y": 108.22207641601562, "subreddit": "masturbationquestions", "cluster": 111, "color": 0}, {"x": -50.16798782348633, "y": -100.3292007446289, "subreddit": "aaf_football", "cluster": 1987, "color": 1}, {"x": -49.43088150024414, "y": -99.67333221435547, "subreddit": "aafb", "cluster": 1987, "color": 1}, {"x": -50.07483673095703, "y": -100.23158264160156, "subreddit": "xfl", "cluster": 1987, "color": 1}, {"x": 103.56401062011719, "y": 56.73038101196289, "subreddit": "aatroxmains", "cluster": 15, "color": 0}, {"x": 106.67351531982422, "y": 63.091251373291016, "subreddit": "dianamains", "cluster": 15, "color": 0}, {"x": 104.87226867675781, "y": 54.61425018310547, "subreddit": "kledmains", "cluster": 15, "color": 0}, {"x": 103.04386901855469, "y": 56.81078338623047, "subreddit": "mordekaisermains", "cluster": 15, "color": 0}, {"x": 105.53693389892578, "y": 52.83961868286133, "subreddit": "renektonmains", "cluster": 15, "color": 0}, {"x": 101.79450225830078, "y": 58.05176544189453, "subreddit": "shen", "cluster": 15, "color": 0}, {"x": 103.43193817138672, "y": 57.40383529663086, "subreddit": "sylasmains", "cluster": 15, "color": 0}, {"x": 103.76560974121094, "y": 55.7234992980957, "subreddit": "wukongmains", "cluster": 15, "color": 0}, {"x": 42.541866302490234, "y": -68.18245697021484, "subreddit": "abandonedporn", "cluster": 1638, "color": 0}, {"x": 41.5277099609375, "y": -67.922119140625, "subreddit": "adporn", "cluster": 1638, "color": 0}, {"x": 41.042842864990234, "y": -68.0669174194336, "subreddit": "adrenalineporn", "cluster": 1638, "color": 0}, {"x": 39.96961212158203, "y": -68.5523452758789, "subreddit": "albumartporn", "cluster": 1638, "color": 0}, {"x": 38.4718132019043, "y": -69.11231994628906, "subreddit": "animalporn", "cluster": 1638, "color": 0}, {"x": 38.812965393066406, "y": -66.39498901367188, "subreddit": "architectureporn", "cluster": 1638, "color": 0}, {"x": 42.55172348022461, "y": -69.3514175415039, "subreddit": "artporn", "cluster": 1638, "color": 0}, {"x": 41.72180938720703, "y": -68.62957763671875, "subreddit": "bookporn", "cluster": 1638, "color": 0}, {"x": 39.81186294555664, "y": -69.39036560058594, "subreddit": "botanicalporn", "cluster": 1638, "color": 0}, {"x": 40.41680908203125, "y": -70.41560363769531, "subreddit": "carporn", "cluster": 1638, "color": 0}, {"x": 39.404029846191406, "y": -67.35283660888672, "subreddit": "cityporn", "cluster": 1638, "color": 0}, {"x": 40.04273986816406, "y": -66.48021697998047, "subreddit": "designporn", "cluster": 1638, "color": 0}, {"x": 41.500186920166016, "y": -69.30862426757812, "subreddit": "dessertporn", "cluster": 1638, "color": 0}, {"x": 41.59420394897461, "y": -66.71759033203125, "subreddit": "destructionporn", "cluster": 1638, "color": 0}, {"x": 40.36993408203125, "y": -67.8653793334961, "subreddit": "earthporn", "cluster": 1638, "color": 0}, {"x": 41.5707893371582, "y": -70.13229370117188, "subreddit": "exposureporn", "cluster": 1638, "color": 0}, {"x": 38.5670051574707, "y": -71.4992904663086, "subreddit": "f1porn", "cluster": 1638, "color": 0}, {"x": 40.7642707824707, "y": -69.43318939208984, "subreddit": "foodporn", "cluster": 1638, "color": 0}, {"x": 43.9023551940918, "y": -68.7087631225586, "subreddit": "futureporn", "cluster": 1638, "color": 0}, {"x": 43.11780548095703, "y": -70.63272094726562, "subreddit": "gunporn", "cluster": 1638, "color": 0}, {"x": 43.450130462646484, "y": -67.29431915283203, "subreddit": "historyporn", "cluster": 1638, "color": 0}, {"x": 40.80786895751953, "y": -67.22567749023438, "subreddit": "humanporn", "cluster": 1638, "color": 0}, {"x": 40.05128860473633, "y": -65.3364028930664, "subreddit": "infrastructureporn", "cluster": 1638, "color": 0}, {"x": 41.21306610107422, "y": -65.7031478881836, "subreddit": "machineporn", "cluster": 1638, "color": 0}, {"x": 37.124324798583984, "y": -68.81405639648438, "subreddit": "macroporn", "cluster": 1638, "color": 0}, {"x": 45.41828155517578, "y": -65.0763931274414, "subreddit": "militaryporn", "cluster": 1638, "color": 0}, {"x": 40.362125396728516, "y": -71.8094482421875, "subreddit": "motorcycleporn", "cluster": 1638, "color": 0}, {"x": 44.040470123291016, "y": -65.93792724609375, "subreddit": "policeporn", "cluster": 1638, "color": 0}, {"x": 41.87970733642578, "y": -71.43902587890625, "subreddit": "powerwashingporn", "cluster": 1638, "color": 0}, {"x": 39.08751678466797, "y": -70.17298889160156, "subreddit": "quotesporn", "cluster": 1638, "color": 0}, {"x": 38.14407730102539, "y": -67.3006362915039, "subreddit": "roomporn", "cluster": 1638, "color": 0}, {"x": 40.95478439331055, "y": -68.6523666381836, "subreddit": "skyporn", "cluster": 1638, "color": 0}, {"x": 42.3400764465332, "y": -67.0284652709961, "subreddit": "spaceporn", "cluster": 1638, "color": 0}, {"x": 44.69160079956055, "y": -69.57361602783203, "subreddit": "starshipporn", "cluster": 1638, "color": 0}, {"x": 42.244544982910156, "y": -64.98970794677734, "subreddit": "thingscutinhalfporn", "cluster": 1638, "color": 0}, {"x": 39.061668395996094, "y": -68.23169708251953, "subreddit": "villageporn", "cluster": 1638, "color": 0}, {"x": 40.52485656738281, "y": -68.53946685791016, "subreddit": "waterporn", "cluster": 1638, "color": 0}, {"x": -11.62309455871582, "y": 2.917562246322632, "subreddit": "abcc", "cluster": 453, "color": 0}, {"x": 5.492981433868408, "y": 118.79600524902344, "subreddit": "agmarketplace", "cluster": 453, "color": 0}, {"x": 7.365836143493652, "y": 71.1556167602539, "subreddit": "altcoin", "cluster": 453, "color": 0}, {"x": -1.8580337762832642, "y": 11.106083869934082, "subreddit": "ama", "cluster": 453, "color": 0}, {"x": -17.88608741760254, "y": 74.31571960449219, "subreddit": "avakinofficial", "cluster": 453, "color": 0}, {"x": -29.966876983642578, "y": 39.093116760253906, "subreddit": "baltimoreanddcr4r", "cluster": 453, "color": 0}, {"x": 1.7196481227874756, "y": 69.43051147460938, "subreddit": "bitfinex", "cluster": 453, "color": 0}, {"x": -1.207206130027771, "y": 9.919445037841797, "subreddit": "bitmarket", "cluster": 453, "color": 0}, {"x": -1.7502442598342896, "y": 10.102483749389648, "subreddit": "blockchain", "cluster": 453, "color": 0}, {"x": -1.0376468896865845, "y": 9.762495040893555, "subreddit": "conspiracyundone", "cluster": 453, "color": 0}, {"x": -4.2735114097595215, "y": 17.256624221801758, "subreddit": "creepypasta", "cluster": 453, "color": 0}, {"x": 13.387639999389648, "y": 0.9598253965377808, "subreddit": "crypto_currency_news", "cluster": 453, "color": 0}, {"x": -1.7877954244613647, "y": 10.423707008361816, "subreddit": "cryptocurrencies", "cluster": 453, "color": 0}, {"x": -2.271846055984497, "y": 10.091910362243652, "subreddit": "cryptocurrencytrading", "cluster": 453, "color": 0}, {"x": -0.6131266355514526, "y": 10.58324909210205, "subreddit": "dadjokes", "cluster": 453, "color": 0}, {"x": -51.30228805541992, "y": -14.669923782348633, "subreddit": "deals", "cluster": 453, "color": 0}, {"x": -28.937891006469727, "y": 9.210761070251465, "subreddit": "dolphinscoltslivess", "cluster": 453, "color": 0}, {"x": -1.419802188873291, "y": 45.04686737060547, "subreddit": "ethplode", "cluster": 453, "color": 0}, {"x": -4.317771911621094, "y": -0.08494511246681213, "subreddit": "explainlikeiama", "cluster": 453, "color": 0}, {"x": -3.8693411350250244, "y": 10.679174423217773, "subreddit": "floridar4r", "cluster": 453, "color": 0}, {"x": -82.83992004394531, "y": 79.1325912475586, "subreddit": "gothamelections", "cluster": 453, "color": 0}, {"x": -2.830469846725464, "y": 10.482565879821777, "subreddit": "gta5modding", "cluster": 453, "color": 0}, {"x": 7.512481212615967, "y": 70.60868072509766, "subreddit": "icocrypto", "cluster": 453, "color": 0}, {"x": -5.050380229949951, "y": 10.605098724365234, "subreddit": "istodayfridaythe13th", "cluster": 453, "color": 0}, {"x": 351.53070068359375, "y": 384.4562683105469, "subreddit": "italy_ss", "cluster": 453, "color": 0}, {"x": -26.258136749267578, "y": 142.15965270996094, "subreddit": "jacksucksatlife", "cluster": 453, "color": 0}, {"x": -3.090916156768799, "y": 9.348028182983398, "subreddit": "jenniferlawrence", "cluster": 453, "color": 0}, {"x": -0.4252726137638092, "y": 11.601714134216309, "subreddit": "justiceserved", "cluster": 453, "color": 0}, {"x": -9.644835472106934, "y": 68.8967514038086, "subreddit": "kik", "cluster": 453, "color": 0}, {"x": 5.767278671264648, "y": 73.60701751708984, "subreddit": "kucoin", "cluster": 453, "color": 0}, {"x": 0.1717313528060913, "y": 73.99617004394531, "subreddit": "lisk", "cluster": 453, "color": 0}, {"x": -5.281557559967041, "y": 8.234427452087402, "subreddit": "louisck", "cluster": 453, "color": 0}, {"x": -8.568923950195312, "y": 3.303215503692627, "subreddit": "markmywords", "cluster": 453, "color": 0}, {"x": -29.66637420654297, "y": 22.278629302978516, "subreddit": "minnesotar4r", "cluster": 453, "color": 0}, {"x": -5.861057758331299, "y": 53.56599426269531, "subreddit": "mixedracegirls", "cluster": 453, "color": 0}, {"x": 88.8458023071289, "y": 510.94635009765625, "subreddit": "nullthworldproblems", "cluster": 453, "color": 0}, {"x": -4.69755744934082, "y": 6.978404521942139, "subreddit": "oneliners", "cluster": 453, "color": 0}, {"x": -30.514219284057617, "y": 0.12018047273159027, "subreddit": "origin", "cluster": 453, "color": 0}, {"x": -4.71170711517334, "y": 6.801837921142578, "subreddit": "quotes", "cluster": 453, "color": 0}, {"x": -20.709108352661133, "y": 10.888421058654785, "subreddit": "r4rdfw", "cluster": 453, "color": 0}, {"x": 24.656400680541992, "y": 51.698612213134766, "subreddit": "reactnative", "cluster": 453, "color": 0}, {"x": -75.74925231933594, "y": -25.337543487548828, "subreddit": "referralcodes", "cluster": 453, "color": 0}, {"x": -7.529359817504883, "y": 10.707149505615234, "subreddit": "scarystories", "cluster": 453, "color": 0}, {"x": -11.923834800720215, "y": 4.73193359375, "subreddit": "seahawkspantherslives", "cluster": 453, "color": 0}, {"x": -5.189381122589111, "y": 9.67343807220459, "subreddit": "sfr4r", "cluster": 453, "color": 0}, {"x": -6.263978004455566, "y": 6.96395206451416, "subreddit": "shortstories", "cluster": 453, "color": 0}, {"x": -6.241125106811523, "y": 9.69340705871582, "subreddit": "sissy", "cluster": 453, "color": 0}, {"x": -1.4410439729690552, "y": 9.344511032104492, "subreddit": "socialengineering", "cluster": 453, "color": 0}, {"x": -1.2375568151474, "y": 10.44235897064209, "subreddit": "subredditoftheday", "cluster": 453, "color": 0}, {"x": -6.344760894775391, "y": 8.478055953979492, "subreddit": "subredditsimulator", "cluster": 453, "color": 0}, {"x": -31.610389709472656, "y": 22.131423950195312, "subreddit": "subsimulatorgpt2", "cluster": 453, "color": 0}, {"x": -4.250703811645508, "y": 9.725200653076172, "subreddit": "tendies", "cluster": 453, "color": 0}, {"x": -1.1872985363006592, "y": 11.074987411499023, "subreddit": "trendingsubreddits", "cluster": 453, "color": 0}, {"x": 442.5423583984375, "y": 268.95330810546875, "subreddit": "womad", "cluster": 453, "color": 0}, {"x": -55.63556671142578, "y": 49.76154327392578, "subreddit": "woodsphiltv", "cluster": 453, "color": 0}, {"x": -78.72696685791016, "y": 76.90866088867188, "subreddit": "writingprompts", "cluster": 453, "color": 0}, {"x": -6.5560302734375, "y": 90.79907989501953, "subreddit": "abcdesis", "cluster": 956, "color": 4}, {"x": -46.61071014404297, "y": -7.711757659912109, "subreddit": "islam", "cluster": 956, "color": 4}, {"x": -2.237189531326294, "y": 91.2028579711914, "subreddit": "izlam", "cluster": 956, "color": 4}, {"x": 32.80974197387695, "y": -32.830684661865234, "subreddit": "morocco", "cluster": 956, "color": 4}, {"x": -0.065984345972538, "y": 91.7508544921875, "subreddit": "muslimnofap", "cluster": 956, "color": 4}, {"x": -46.795352935791016, "y": -7.574745178222656, "subreddit": "shia", "cluster": 956, "color": 4}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "abcdsports", "cluster": 16, "color": 0}, {"x": 74.36565399169922, "y": 36.245521545410156, "subreddit": "abcqwerty123", "cluster": 313, "color": 0}, {"x": 73.77887725830078, "y": 35.32439041137695, "subreddit": "cadenmorandairy", "cluster": 313, "color": 0}, {"x": 73.71916198730469, "y": 35.22871780395508, "subreddit": "cadenmorandiary", "cluster": 313, "color": 0}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "abcsportstv", "cluster": 17, "color": 1}, {"x": 23.340545654296875, "y": -85.87784576416016, "subreddit": "aberdeen", "cluster": 1589, "color": 3}, {"x": 21.363067626953125, "y": -84.12967681884766, "subreddit": "badunitedkingdom", "cluster": 1589, "color": 3}, {"x": 23.33454704284668, "y": -85.24412536621094, "subreddit": "edinburgh", "cluster": 1589, "color": 3}, {"x": 23.80612564086914, "y": -84.51823425292969, "subreddit": "scotland", "cluster": 1589, "color": 3}, {"x": 24.126039505004883, "y": -84.0766830444336, "subreddit": "scottishpeopletwitter", "cluster": 1589, "color": 3}, {"x": -50.886505126953125, "y": -60.0640983581543, "subreddit": "ynab", "cluster": 1589, "color": 3}, {"x": -23.08507537841797, "y": -37.44802474975586, "subreddit": "aberoth", "cluster": 838, "color": 1}, {"x": -22.379741668701172, "y": -36.94047546386719, "subreddit": "haltandcatchfire", "cluster": 838, "color": 1}, {"x": -21.713817596435547, "y": -36.86494827270508, "subreddit": "theamericans", "cluster": 838, "color": 1}, {"x": 68.77185821533203, "y": 34.78976821899414, "subreddit": "ableton", "cluster": 1752, "color": 3}, {"x": -30.070348739624023, "y": -56.95097351074219, "subreddit": "aewofficial", "cluster": 1752, "color": 3}, {"x": 66.72342681884766, "y": 32.214080810546875, "subreddit": "ipadmusic", "cluster": 1752, "color": 3}, {"x": 65.1287841796875, "y": 31.43722152709961, "subreddit": "modular", "cluster": 1752, "color": 3}, {"x": 10.964120864868164, "y": 48.75996017456055, "subreddit": "scams", "cluster": 1752, "color": 3}, {"x": -83.20171356201172, "y": -120.35702514648438, "subreddit": "sfsu", "cluster": 1752, "color": 3}, {"x": 65.78797912597656, "y": 31.143293380737305, "subreddit": "synthdiy", "cluster": 1752, "color": 3}, {"x": 65.7775650024414, "y": 31.510311126708984, "subreddit": "synthesizers", "cluster": 1752, "color": 3}, {"x": 66.18310546875, "y": 35.385459899902344, "subreddit": "synthrecipes", "cluster": 1752, "color": 3}, {"x": 68.46382904052734, "y": 35.188899993896484, "subreddit": "abletonlive", "cluster": 597, "color": 1}, {"x": 67.36644744873047, "y": 36.62405776977539, "subreddit": "edmprodcirclejerk", "cluster": 597, "color": 1}, {"x": 67.54734802246094, "y": 36.733238220214844, "subreddit": "edmproduction", "cluster": 597, "color": 1}, {"x": 66.75473022460938, "y": 38.37701416015625, "subreddit": "fl_studio", "cluster": 597, "color": 1}, {"x": 64.5998306274414, "y": 36.97758865356445, "subreddit": "logic_studio", "cluster": 597, "color": 1}, {"x": 68.89108276367188, "y": 37.651241302490234, "subreddit": "reasoners", "cluster": 597, "color": 1}, {"x": -23.274024963378906, "y": 95.43638610839844, "subreddit": "torrentlinks", "cluster": 597, "color": 1}, {"x": -67.63909149169922, "y": -27.03292465209961, "subreddit": "abode", "cluster": 876, "color": 2}, {"x": -66.31629943847656, "y": -25.384315490722656, "subreddit": "homeassistant", "cluster": 876, "color": 2}, {"x": -67.53251647949219, "y": -25.209571838378906, "subreddit": "homeautomation", "cluster": 876, "color": 2}, {"x": -28.413293838500977, "y": -17.273853302001953, "subreddit": "qualityassurance", "cluster": 876, "color": 2}, {"x": -67.86447143554688, "y": -24.95339584350586, "subreddit": "smarthome", "cluster": 876, "color": 2}, {"x": 18.988134384155273, "y": 33.25178527832031, "subreddit": "aboringdystopia", "cluster": 1024, "color": 2}, {"x": 34.922218322753906, "y": -14.359663963317871, "subreddit": "antiwork", "cluster": 1024, "color": 2}, {"x": 34.46615219116211, "y": -13.176431655883789, "subreddit": "latestagecapitalism", "cluster": 1024, "color": 2}, {"x": 28.174598693847656, "y": -20.57445526123047, "subreddit": "latestageimperialism", "cluster": 1024, "color": 2}, {"x": 33.71112823486328, "y": -12.823330879211426, "subreddit": "neckbeardstories", "cluster": 1024, "color": 2}, {"x": 33.60246658325195, "y": -12.817181587219238, "subreddit": "negareddit", "cluster": 1024, "color": 2}, {"x": 38.38554763793945, "y": -34.923072814941406, "subreddit": "shitliberalssay", "cluster": 1024, "color": 2}, {"x": 35.466156005859375, "y": -12.672440528869629, "subreddit": "vcu", "cluster": 1024, "color": 2}, {"x": -55.00043869018555, "y": -124.9464340209961, "subreddit": "abortion", "cluster": 18, "color": 0}, {"x": -55.21315383911133, "y": -123.87812042236328, "subreddit": "abortiondebate", "cluster": 18, "color": 0}, {"x": -55.12263870239258, "y": -124.31500244140625, "subreddit": "prochoice", "cluster": 18, "color": 0}, {"x": -55.38449478149414, "y": -123.15435028076172, "subreddit": "prolife", "cluster": 18, "color": 0}, {"x": 73.27103424072266, "y": 40.778289794921875, "subreddit": "aboveandbeyond", "cluster": 627, "color": 1}, {"x": -80.03975677490234, "y": 7.9103522300720215, "subreddit": "deadmau5", "cluster": 627, "color": 1}, {"x": -80.14378356933594, "y": 7.7000322341918945, "subreddit": "ericprydz", "cluster": 627, "color": 1}, {"x": 50.88373947143555, "y": 56.25910186767578, "subreddit": "abrathatfits", "cluster": 19, "color": 0}, {"x": 50.88080596923828, "y": 55.059104919433594, "subreddit": "avengersacademygame", "cluster": 19, "color": 0}, {"x": 51.000389099121094, "y": 56.16263198852539, "subreddit": "bigboobproblems", "cluster": 19, "color": 0}, {"x": 51.61617660522461, "y": 57.0342903137207, "subreddit": "braswap", "cluster": 19, "color": 0}, {"x": -18.858922958374023, "y": 27.221860885620117, "subreddit": "cumberbitches", "cluster": 19, "color": 0}, {"x": 50.07749938964844, "y": 56.851566314697266, "subreddit": "sugarfreemua", "cluster": 19, "color": 0}, {"x": -17.744890213012695, "y": 18.767059326171875, "subreddit": "abruptchaos", "cluster": 468, "color": 0}, {"x": 8.251964569091797, "y": 16.48599624633789, "subreddit": "animalsbeingderps", "cluster": 468, "color": 0}, {"x": -13.405291557312012, "y": 17.920557022094727, "subreddit": "animalsdoingstuff", "cluster": 468, "color": 0}, {"x": -16.13176727294922, "y": 17.574554443359375, "subreddit": "arabfunny", "cluster": 468, "color": 0}, {"x": -20.222780227661133, "y": 20.089704513549805, "subreddit": "callmecarson", "cluster": 468, "color": 0}, {"x": -18.9290828704834, "y": 17.718059539794922, "subreddit": "cellbits", "cluster": 468, "color": 0}, {"x": 3.7063894271850586, "y": 7.061925411224365, "subreddit": "contagiouslaughter", "cluster": 468, "color": 0}, {"x": -16.056743621826172, "y": 17.46261215209961, "subreddit": "cursedvideos", "cluster": 468, "color": 0}, {"x": -15.311803817749023, "y": 19.455326080322266, "subreddit": "dankgentina", "cluster": 468, "color": 0}, {"x": -16.220020294189453, "y": 17.385997772216797, "subreddit": "dankvideos", "cluster": 468, "color": 0}, {"x": -16.49734878540039, "y": 20.878009796142578, "subreddit": "dogelore", "cluster": 468, "color": 0}, {"x": -15.532894134521484, "y": 17.52094078063965, "subreddit": "etikaredditnetwork", "cluster": 468, "color": 0}, {"x": 141.18251037597656, "y": 39.20224380493164, "subreddit": "evangelionmemes", "cluster": 468, "color": 0}, {"x": -12.95118236541748, "y": 15.395710945129395, "subreddit": "funnyvideos", "cluster": 468, "color": 0}, {"x": -20.028398513793945, "y": 17.033241271972656, "subreddit": "g0ularte", "cluster": 468, "color": 0}, {"x": -14.025189399719238, "y": 14.526056289672852, "subreddit": "gif", "cluster": 468, "color": 0}, {"x": -15.26928424835205, "y": 14.631525993347168, "subreddit": "hadtohurt", "cluster": 468, "color": 0}, {"x": -19.71904182434082, "y": 15.388825416564941, "subreddit": "halomemes", "cluster": 468, "color": 0}, {"x": -16.50786590576172, "y": 14.275450706481934, "subreddit": "holdmyfeedingtube", "cluster": 468, "color": 0}, {"x": -14.720352172851562, "y": 15.147560119628906, "subreddit": "holdmyredbull", "cluster": 468, "color": 0}, {"x": -14.97164535522461, "y": 15.422999382019043, "subreddit": "idiotsnearlydying", "cluster": 468, "color": 0}, {"x": -18.63802719116211, "y": 20.827184677124023, "subreddit": "ihaveihaveihavereddit", "cluster": 468, "color": 0}, {"x": -16.235721588134766, "y": 17.375507354736328, "subreddit": "joker", "cluster": 468, "color": 0}, {"x": -18.77190589904785, "y": 19.083951950073242, "subreddit": "kgbtr", "cluster": 468, "color": 0}, {"x": -16.873838424682617, "y": 16.861488342285156, "subreddit": "maau", "cluster": 468, "color": 0}, {"x": -14.447787284851074, "y": 18.649690628051758, "subreddit": "makemesuffer", "cluster": 468, "color": 0}, {"x": -17.638463973999023, "y": 14.493449211120605, "subreddit": "meatcrayon", "cluster": 468, "color": 0}, {"x": -16.28343391418457, "y": 18.69795036315918, "subreddit": "okbuddyretard", "cluster": 468, "color": 0}, {"x": -17.32957649230957, "y": 17.319618225097656, "subreddit": "orochinho", "cluster": 468, "color": 0}, {"x": -16.11065673828125, "y": 17.270278930664062, "subreddit": "perfectlycutscreams", "cluster": 468, "color": 0}, {"x": -14.292966842651367, "y": 16.969579696655273, "subreddit": "raining", "cluster": 468, "color": 0}, {"x": -40.0588264465332, "y": 160.2676239013672, "subreddit": "scpsecretlab", "cluster": 468, "color": 0}, {"x": -15.644566535949707, "y": 18.34906768798828, "subreddit": "squareposting", "cluster": 468, "color": 0}, {"x": -21.741771697998047, "y": 18.716007232666016, "subreddit": "tf2shitposterclub", "cluster": 468, "color": 0}, {"x": -13.218536376953125, "y": 16.575607299804688, "subreddit": "thatsinsane", "cluster": 468, "color": 0}, {"x": -17.047622680664062, "y": 13.38044548034668, "subreddit": "thebullwins", "cluster": 468, "color": 0}, {"x": -15.580802917480469, "y": 17.027374267578125, "subreddit": "tiktokcringe", "cluster": 468, "color": 0}, {"x": -17.09990692138672, "y": 18.004125595092773, "subreddit": "tiktokthots", "cluster": 468, "color": 0}, {"x": -16.859405517578125, "y": 15.605294227600098, "subreddit": "tooktoomuch", "cluster": 468, "color": 0}, {"x": 3.0391485691070557, "y": 38.328773498535156, "subreddit": "toptalent", "cluster": 468, "color": 0}, {"x": -18.4776668548584, "y": 16.532554626464844, "subreddit": "watchpeopledieinside", "cluster": 468, "color": 0}, {"x": -18.015304565429688, "y": 15.52675724029541, "subreddit": "whywomenlivelonger", "cluster": 468, "color": 0}, {"x": -16.029787063598633, "y": 16.088726043701172, "subreddit": "winstupidprizes", "cluster": 468, "color": 0}, {"x": -16.7310733795166, "y": 19.752344131469727, "subreddit": "yescompanionimbecil", "cluster": 468, "color": 0}, {"x": -34.67013931274414, "y": 94.86711120605469, "subreddit": "absolver", "cluster": 1664, "color": 5}, {"x": 70.0541763305664, "y": 10.162431716918945, "subreddit": "deadoralive", "cluster": 1664, "color": 5}, {"x": 73.07015991210938, "y": 8.733640670776367, "subreddit": "dissidia", "cluster": 1664, "color": 5}, {"x": 71.12185668945312, "y": 8.308823585510254, "subreddit": "finalfantasyxii", "cluster": 1664, "color": 5}, {"x": 70.48285675048828, "y": 8.491218566894531, "subreddit": "soulcalibur", "cluster": 1664, "color": 5}, {"x": 69.76915740966797, "y": 8.333876609802246, "subreddit": "soulcaliburcreations", "cluster": 1664, "color": 5}, {"x": 59.460323333740234, "y": 98.13595581054688, "subreddit": "abuse", "cluster": 552, "color": 0}, {"x": 59.362640380859375, "y": 97.63627624511719, "subreddit": "abusiverelationships", "cluster": 552, "color": 0}, {"x": 59.471012115478516, "y": 98.45088195800781, "subreddit": "domesticviolence", "cluster": 552, "color": 0}, {"x": 59.46794509887695, "y": 99.42684936523438, "subreddit": "narcissisticabuse", "cluster": 552, "color": 0}, {"x": -4.535905838012695, "y": 107.0031509399414, "subreddit": "abv", "cluster": 1853, "color": 5}, {"x": -5.192406177520752, "y": 106.02293395996094, "subreddit": "beagle", "cluster": 1853, "color": 5}, {"x": -5.34551477432251, "y": 108.90484619140625, "subreddit": "eldertrees", "cluster": 1853, "color": 5}, {"x": -2.9149246215820312, "y": 107.36222839355469, "subreddit": "entwives", "cluster": 1853, "color": 5}, {"x": 57.52325439453125, "y": 85.89112091064453, "subreddit": "menopause", "cluster": 1853, "color": 5}, {"x": -4.913415431976318, "y": 108.95460510253906, "subreddit": "mmj", "cluster": 1853, "color": 5}, {"x": -4.693239212036133, "y": 109.28137969970703, "subreddit": "saplings", "cluster": 1853, "color": 5}, {"x": -4.25447940826416, "y": 107.21546173095703, "subreddit": "treedibles", "cluster": 1853, "color": 5}, {"x": -3.7229573726654053, "y": 106.09423065185547, "subreddit": "weed", "cluster": 1853, "color": 5}, {"x": 8.929753303527832, "y": 20.668214797973633, "subreddit": "abyssrium", "cluster": 915, "color": 0}, {"x": 10.752537727355957, "y": 37.719261169433594, "subreddit": "bingingwithbabish", "cluster": 915, "color": 0}, {"x": 11.50918197631836, "y": 38.402278900146484, "subreddit": "demisexuality", "cluster": 915, "color": 0}, {"x": 10.707103729248047, "y": 37.67005920410156, "subreddit": "ihadastroke", "cluster": 915, "color": 0}, {"x": -40.65385055541992, "y": 39.64847946166992, "subreddit": "ac_newhorizons", "cluster": 74, "color": 0}, {"x": -40.59300231933594, "y": 38.43016052246094, "subreddit": "acqr", "cluster": 74, "color": 0}, {"x": -40.92947006225586, "y": 39.23749542236328, "subreddit": "animalcrossing", "cluster": 74, "color": 0}, {"x": -20.602142333984375, "y": 30.181396484375, "subreddit": "dodocodes", "cluster": 74, "color": 0}, {"x": -38.271080017089844, "y": 42.6379280090332, "subreddit": "tamagotchi", "cluster": 74, "color": 0}, {"x": 74.43058776855469, "y": 43.64958572387695, "subreddit": "tomorrowland", "cluster": 74, "color": 0}, {"x": 48.20573043823242, "y": -47.46750259399414, "subreddit": "academicbiblical", "cluster": 493, "color": 1}, {"x": 45.5811653137207, "y": -48.570533752441406, "subreddit": "askachristian", "cluster": 493, "color": 1}, {"x": 50.439361572265625, "y": -42.37649917602539, "subreddit": "blacklight", "cluster": 493, "color": 1}, {"x": 45.49052429199219, "y": -47.75807571411133, "subreddit": "debateachristian", "cluster": 493, "color": 1}, {"x": 45.37109375, "y": -47.264808654785156, "subreddit": "debatereligion", "cluster": 493, "color": 1}, {"x": 1.0803923606872559, "y": -76.72022247314453, "subreddit": "academicpsychology", "cluster": 20, "color": 0}, {"x": 2.0465168952941895, "y": -75.86614990234375, "subreddit": "askpsychology", "cluster": 20, "color": 0}, {"x": 1.1565179824829102, "y": -76.8778076171875, "subreddit": "psychologystudents", "cluster": 20, "color": 0}, {"x": 0.10299501568078995, "y": -76.75072479248047, "subreddit": "psychotherapy", "cluster": 20, "color": 0}, {"x": -12.347038269042969, "y": -58.029293060302734, "subreddit": "acadiana", "cluster": 1091, "color": 2}, {"x": -11.14716911315918, "y": -57.57683181762695, "subreddit": "batonrouge", "cluster": 1091, "color": 2}, {"x": -11.870429992675781, "y": -57.586708068847656, "subreddit": "louisiana", "cluster": 1091, "color": 2}, {"x": -10.452982902526855, "y": -57.608009338378906, "subreddit": "lsu", "cluster": 1091, "color": 2}, {"x": -12.807069778442383, "y": -56.493717193603516, "subreddit": "shreveport", "cluster": 1091, "color": 2}, {"x": -3.559741973876953, "y": 17.152463912963867, "subreddit": "accidentalcomedy", "cluster": 1517, "color": 2}, {"x": -1.1279337406158447, "y": 14.529317855834961, "subreddit": "accidentalwesanderson", "cluster": 1517, "color": 2}, {"x": -2.615588903427124, "y": 19.98764991760254, "subreddit": "awardspeechedits", "cluster": 1517, "color": 2}, {"x": -3.7974185943603516, "y": 18.704486846923828, "subreddit": "beetlejuicing", "cluster": 1517, "color": 2}, {"x": -1.6052852869033813, "y": 25.83292007446289, "subreddit": "comedyhitmen", "cluster": 1517, "color": 2}, {"x": -4.730410575866699, "y": 19.15029525756836, "subreddit": "dankmark", "cluster": 1517, "color": 2}, {"x": -3.354346990585327, "y": 20.14982795715332, "subreddit": "downvotedtooblivion", "cluster": 1517, "color": 2}, {"x": -0.6345484256744385, "y": 23.173986434936523, "subreddit": "edgymemes", "cluster": 1517, "color": 2}, {"x": -15.800915718078613, "y": 34.401092529296875, "subreddit": "emojipolice", "cluster": 1517, "color": 2}, {"x": -3.8924129009246826, "y": 19.200944900512695, "subreddit": "giofilms", "cluster": 1517, "color": 2}, {"x": 3.349125385284424, "y": 27.186803817749023, "subreddit": "iamveryrandom", "cluster": 1517, "color": 2}, {"x": -2.97965145111084, "y": 19.19428253173828, "subreddit": "ihavereddit", "cluster": 1517, "color": 2}, {"x": 13.44042682647705, "y": 31.465442657470703, "subreddit": "inthesoulstone", "cluster": 1517, "color": 2}, {"x": -4.772013187408447, "y": 18.545461654663086, "subreddit": "justunsubbed", "cluster": 1517, "color": 2}, {"x": -4.221129894256592, "y": 21.182065963745117, "subreddit": "karmaroulette", "cluster": 1517, "color": 2}, {"x": 2.1091127395629883, "y": 47.36893081665039, "subreddit": "klengan", "cluster": 1517, "color": 2}, {"x": -2.1119184494018555, "y": 23.790016174316406, "subreddit": "lithuaniakittens", "cluster": 1517, "color": 2}, {"x": -3.972458839416504, "y": 20.01222801208496, "subreddit": "lostredditors", "cluster": 1517, "color": 2}, {"x": -1.0712958574295044, "y": 15.382710456848145, "subreddit": "mildlypenis", "cluster": 1517, "color": 2}, {"x": -1.956703782081604, "y": 19.854324340820312, "subreddit": "mildyinfuriating", "cluster": 1517, "color": 2}, {"x": -11.121129989624023, "y": 8.042075157165527, "subreddit": "nudelete", "cluster": 1517, "color": 2}, {"x": -6.943873405456543, "y": 18.243541717529297, "subreddit": "playstation", "cluster": 1517, "color": 2}, {"x": -4.657604217529297, "y": 20.00796127319336, "subreddit": "punpatrol", "cluster": 1517, "color": 2}, {"x": -3.8487579822540283, "y": 19.176591873168945, "subreddit": "redditsings", "cluster": 1517, "color": 2}, {"x": 7.370623588562012, "y": 26.411779403686523, "subreddit": "religiousfruitcake", "cluster": 1517, "color": 2}, {"x": 10.173768997192383, "y": 48.27104568481445, "subreddit": "scambait", "cluster": 1517, "color": 2}, {"x": -6.4431633949279785, "y": 16.07967185974121, "subreddit": "shamelessplug", "cluster": 1517, "color": 2}, {"x": -7.723521709442139, "y": 15.852460861206055, "subreddit": "shittyhdr", "cluster": 1517, "color": 2}, {"x": -7.308056831359863, "y": 35.64507293701172, "subreddit": "showthistoaloona", "cluster": 1517, "color": 2}, {"x": -31.39812469482422, "y": 116.96334838867188, "subreddit": "slazo", "cluster": 1517, "color": 2}, {"x": -1.8739198446273804, "y": 42.862083435058594, "subreddit": "subredditnn", "cluster": 1517, "color": 2}, {"x": -1.9315677881240845, "y": 17.73895263671875, "subreddit": "suicidebywords", "cluster": 1517, "color": 2}, {"x": -6.585550308227539, "y": 20.04509735107422, "subreddit": "technope", "cluster": 1517, "color": 2}, {"x": -21.962055206298828, "y": 18.76085662841797, "subreddit": "tf2memes", "cluster": 1517, "color": 2}, {"x": -3.0374481678009033, "y": 18.990306854248047, "subreddit": "therealjoke", "cluster": 1517, "color": 2}, {"x": -1.7953410148620605, "y": 15.506580352783203, "subreddit": "trebuchetmemes", "cluster": 1517, "color": 2}, {"x": -2.7619822025299072, "y": 18.177766799926758, "subreddit": "tworedditorsonecup", "cluster": 1517, "color": 2}, {"x": -3.1723508834838867, "y": 19.493335723876953, "subreddit": "whoooosh", "cluster": 1517, "color": 2}, {"x": 19.16828155517578, "y": 36.83267593383789, "subreddit": "accidentallycommunist", "cluster": 467, "color": 1}, {"x": 19.960050582885742, "y": 38.04595947265625, "subreddit": "antifascistsofreddit", "cluster": 467, "color": 1}, {"x": 18.141008377075195, "y": 38.38389205932617, "subreddit": "antifastonetoss", "cluster": 467, "color": 1}, {"x": 19.791166305541992, "y": 38.352596282958984, "subreddit": "dankleft", "cluster": 467, "color": 1}, {"x": 20.08201789855957, "y": 39.001869201660156, "subreddit": "darkmemes", "cluster": 467, "color": 1}, {"x": -3.8448240756988525, "y": 31.478092193603516, "subreddit": "accidentalracism", "cluster": 918, "color": 2}, {"x": 0.045076943933963776, "y": 28.886667251586914, "subreddit": "boomershumor", "cluster": 918, "color": 2}, {"x": -2.044100284576416, "y": 22.835351943969727, "subreddit": "dark_humor", "cluster": 918, "color": 2}, {"x": -0.7811822891235352, "y": 30.078279495239258, "subreddit": "fragilewhiteredditor", "cluster": 918, "color": 2}, {"x": -1.5389034748077393, "y": 30.022079467773438, "subreddit": "gangweed", "cluster": 918, "color": 2}, {"x": -8.808053016662598, "y": 29.974912643432617, "subreddit": "gocommitdie", "cluster": 918, "color": 2}, {"x": -1.720414400100708, "y": 29.141746520996094, "subreddit": "im15andthisisyeet", "cluster": 918, "color": 2}, {"x": -1.5247573852539062, "y": 28.81679916381836, "subreddit": "imveryedgy", "cluster": 918, "color": 2}, {"x": -3.4375791549682617, "y": 39.12826156616211, "subreddit": "layer", "cluster": 918, "color": 2}, {"x": 124.10322570800781, "y": 182.4280242919922, "subreddit": "norules", "cluster": 918, "color": 2}, {"x": -1.7182111740112305, "y": 29.164321899414062, "subreddit": "nwordcountbot", "cluster": 918, "color": 2}, {"x": -3.039336681365967, "y": 30.179981231689453, "subreddit": "peterexplainsthejoke", "cluster": 918, "color": 2}, {"x": 12.455084800720215, "y": 44.84264373779297, "subreddit": "politicalcompassmemes", "cluster": 918, "color": 2}, {"x": -1.7323294878005981, "y": 28.867633819580078, "subreddit": "rimjob_steve", "cluster": 918, "color": 2}, {"x": -4.676466464996338, "y": 33.52632141113281, "subreddit": "samonellaacademy", "cluster": 918, "color": 2}, {"x": -1.7423683404922485, "y": 27.55799674987793, "subreddit": "sbeve", "cluster": 918, "color": 2}, {"x": -2.9488697052001953, "y": 40.87727737426758, "subreddit": "srgrafo", "cluster": 918, "color": 2}, {"x": -3.0871360301971436, "y": 27.90921401977539, "subreddit": "themonkeyspaw", "cluster": 918, "color": 2}, {"x": 17.327470779418945, "y": 37.079219818115234, "subreddit": "toiletpaperusa", "cluster": 918, "color": 2}, {"x": -2.964712619781494, "y": 29.013734817504883, "subreddit": "youngpeopleyoutube", "cluster": 918, "color": 2}, {"x": 120.20513916015625, "y": 160.08712768554688, "subreddit": "accidentalrenaissance", "cluster": 598, "color": 1}, {"x": 44.306514739990234, "y": -159.59027099609375, "subreddit": "blackmagicfuckery", "cluster": 598, "color": 1}, {"x": 79.89361572265625, "y": -142.97564697265625, "subreddit": "calvinandhobbes", "cluster": 598, "color": 1}, {"x": 0.5801783800125122, "y": 10.932662963867188, "subreddit": "chemicalreactiongifs", "cluster": 598, "color": 1}, {"x": -0.3088338077068329, "y": 13.102137565612793, "subreddit": "coolguides", "cluster": 598, "color": 1}, {"x": 0.26188942790031433, "y": 13.087078094482422, "subreddit": "crewscrew", "cluster": 598, "color": 1}, {"x": 0.6371122598648071, "y": 12.334968566894531, "subreddit": "damnthatsinteresting", "cluster": 598, "color": 1}, {"x": 136.24856567382812, "y": -9.415931701660156, "subreddit": "earrumblersassemble", "cluster": 598, "color": 1}, {"x": 0.7258731722831726, "y": 10.610848426818848, "subreddit": "educationalgifs", "cluster": 598, "color": 1}, {"x": 4.675902843475342, "y": 10.419977188110352, "subreddit": "fastworkers", "cluster": 598, "color": 1}, {"x": 3.408918857574463, "y": 7.7806077003479, "subreddit": "happycrowds", "cluster": 598, "color": 1}, {"x": 18.70085906982422, "y": 17.15191650390625, "subreddit": "holdmycatnip", "cluster": 598, "color": 1}, {"x": 5.844625473022461, "y": 8.075684547424316, "subreddit": "illusionporn", "cluster": 598, "color": 1}, {"x": -160.71572875976562, "y": -66.5945816040039, "subreddit": "ineeeedit", "cluster": 598, "color": 1}, {"x": 2.109849452972412, "y": 8.525140762329102, "subreddit": "infographics", "cluster": 598, "color": 1}, {"x": -0.6495622992515564, "y": 7.854490280151367, "subreddit": "iwanttolearn", "cluster": 598, "color": 1}, {"x": 0.28514906764030457, "y": 9.78856086730957, "subreddit": "learnuselesstalents", "cluster": 598, "color": 1}, {"x": 2.437488317489624, "y": 10.197532653808594, "subreddit": "mechanical_gifs", "cluster": 598, "color": 1}, {"x": 11.66776180267334, "y": 66.83906555175781, "subreddit": "megalinks", "cluster": 598, "color": 1}, {"x": 16.45768928527832, "y": -56.56340026855469, "subreddit": "morbidlybeautiful", "cluster": 598, "color": 1}, {"x": 3.277771472930908, "y": 8.8056001663208, "subreddit": "moviesinthemaking", "cluster": 598, "color": 1}, {"x": 2.107160806655884, "y": 10.330199241638184, "subreddit": "physicsgifs", "cluster": 598, "color": 1}, {"x": -154.7671356201172, "y": -17.374122619628906, "subreddit": "productporn", "cluster": 598, "color": 1}, {"x": 1.2027554512023926, "y": 10.792478561401367, "subreddit": "theocho", "cluster": 598, "color": 1}, {"x": 114.23280334472656, "y": 200.0305633544922, "subreddit": "tiltshift", "cluster": 598, "color": 1}, {"x": 1.1166586875915527, "y": 9.300053596496582, "subreddit": "toosoon", "cluster": 598, "color": 1}, {"x": 5.035604476928711, "y": 9.289670944213867, "subreddit": "watchandlearn", "cluster": 598, "color": 1}, {"x": 7.265054702758789, "y": 8.058036804199219, "subreddit": "youseecomrade", "cluster": 598, "color": 1}, {"x": -3.2081964015960693, "y": 17.847225189208984, "subreddit": "accidentalswastika", "cluster": 801, "color": 0}, {"x": 70.94376373291016, "y": -150.11109924316406, "subreddit": "amathenedit", "cluster": 801, "color": 0}, {"x": -1.197767972946167, "y": 18.117427825927734, "subreddit": "antiassholedesign", "cluster": 801, "color": 0}, {"x": -3.9036037921905518, "y": 23.758777618408203, "subreddit": "antimeme", "cluster": 801, "color": 0}, {"x": -0.04493385925889015, "y": 21.04975700378418, "subreddit": "badfaketexts", "cluster": 801, "color": 0}, {"x": 3.97841477394104, "y": 24.204198837280273, "subreddit": "badmensanatomy", "cluster": 801, "color": 0}, {"x": 0.8596743941307068, "y": 25.111207962036133, "subreddit": "bingbongtheorem", "cluster": 801, "color": 0}, {"x": -3.1320576667785645, "y": 23.975156784057617, "subreddit": "bonehurtingjuice", "cluster": 801, "color": 0}, {"x": -0.3270331025123596, "y": 25.956289291381836, "subreddit": "coaxedintoasnafu", "cluster": 801, "color": 0}, {"x": -45.424102783203125, "y": 56.91255187988281, "subreddit": "coloringcorruptions", "cluster": 801, "color": 0}, {"x": 0.5112173557281494, "y": 27.227651596069336, "subreddit": "comedynecromancy", "cluster": 801, "color": 0}, {"x": 2.091118335723877, "y": 27.855432510375977, "subreddit": "cursedimages", "cluster": 801, "color": 0}, {"x": -1.460503101348877, "y": 13.463274002075195, "subreddit": "dank_meme", "cluster": 801, "color": 0}, {"x": -8.475517272949219, "y": 31.284435272216797, "subreddit": "discord_irl", "cluster": 801, "color": 0}, {"x": 1.0409095287322998, "y": 23.351900100708008, "subreddit": "elsagate", "cluster": 801, "color": 0}, {"x": -2.5472497940063477, "y": 20.779769897460938, "subreddit": "everyfuckingthread", "cluster": 801, "color": 0}, {"x": -2.910785675048828, "y": 16.89118194580078, "subreddit": "excgarated", "cluster": 801, "color": 0}, {"x": -11.635857582092285, "y": -8.158231735229492, "subreddit": "findareddit", "cluster": 801, "color": 0}, {"x": -3.4285378456115723, "y": 21.066699981689453, "subreddit": "foundfelix", "cluster": 801, "color": 0}, {"x": -1.6963709592819214, "y": 30.867334365844727, "subreddit": "gamersriseup", "cluster": 801, "color": 0}, {"x": -3.751612663269043, "y": 12.69883918762207, "subreddit": "garlicbreadmemes", "cluster": 801, "color": 0}, {"x": -1.281376600265503, "y": 17.16827964782715, "subreddit": "goodfaketexts", "cluster": 801, "color": 0}, {"x": -6.12927770614624, "y": 18.728633880615234, "subreddit": "hmm", "cluster": 801, "color": 0}, {"x": -1.107529640197754, "y": 20.592283248901367, "subreddit": "jesuschristouija", "cluster": 801, "color": 0}, {"x": -1.0130622386932373, "y": 15.422388076782227, "subreddit": "mapswithoutnz", "cluster": 801, "color": 0}, {"x": -1.397537350654602, "y": 15.863579750061035, "subreddit": "mildlyvagina", "cluster": 801, "color": 0}, {"x": 1.3189616203308105, "y": 20.451269149780273, "subreddit": "notdisneyvacation", "cluster": 801, "color": 0}, {"x": -2.555164337158203, "y": 16.02035903930664, "subreddit": "notkenm", "cluster": 801, "color": 0}, {"x": 3.8302581310272217, "y": 21.311738967895508, "subreddit": "petioles", "cluster": 801, "color": 0}, {"x": 1.164273977279663, "y": 41.72089767456055, "subreddit": "projectoblio", "cluster": 801, "color": 0}, {"x": -10.44455337524414, "y": 9.87118911743164, "subreddit": "puns", "cluster": 801, "color": 0}, {"x": -2.208357095718384, "y": 17.070018768310547, "subreddit": "redditinreddit", "cluster": 801, "color": 0}, {"x": -0.41689562797546387, "y": 15.451325416564941, "subreddit": "restofthefuckingowl", "cluster": 801, "color": 0}, {"x": -0.5368354916572571, "y": 15.557923316955566, "subreddit": "showerorange", "cluster": 801, "color": 0}, {"x": -0.3689669072628021, "y": 20.036752700805664, "subreddit": "smoobypost", "cluster": 801, "color": 0}, {"x": -2.0115299224853516, "y": 18.529712677001953, "subreddit": "subsifellfor", "cluster": 801, "color": 0}, {"x": -1.7053759098052979, "y": 20.697080612182617, "subreddit": "suddenlysexoffender", "cluster": 801, "color": 0}, {"x": -2.6077966690063477, "y": 17.338016510009766, "subreddit": "suspiciousquotes", "cluster": 801, "color": 0}, {"x": 0.7749294638633728, "y": 24.581531524658203, "subreddit": "terriblefacebookmemes", "cluster": 801, "color": 0}, {"x": -5.16752815246582, "y": 20.80962562561035, "subreddit": "texts", "cluster": 801, "color": 0}, {"x": -1.4582576751708984, "y": 16.07366371154785, "subreddit": "theydidthemonstermath", "cluster": 801, "color": 0}, {"x": -1.4378935098648071, "y": 19.32700538635254, "subreddit": "theyknew", "cluster": 801, "color": 0}, {"x": -2.2936642169952393, "y": 12.971250534057617, "subreddit": "thingsforants", "cluster": 801, "color": 0}, {"x": 1.2162823677062988, "y": 25.95665168762207, "subreddit": "wackytictacs", "cluster": 801, "color": 0}, {"x": -2.696218252182007, "y": 13.73197078704834, "subreddit": "wellworn", "cluster": 801, "color": 0}, {"x": -0.7969157695770264, "y": 24.511289596557617, "subreddit": "whatintarnation", "cluster": 801, "color": 0}, {"x": -19.128089904785156, "y": 21.66529655456543, "subreddit": "wosh", "cluster": 801, "color": 0}, {"x": -1.256873607635498, "y": 11.37485122680664, "subreddit": "wowthissubexists", "cluster": 801, "color": 0}, {"x": -31.048471450805664, "y": -66.86479949951172, "subreddit": "accompetizione", "cluster": 1630, "color": 5}, {"x": -32.31916809082031, "y": -66.47763061523438, "subreddit": "acrl", "cluster": 1630, "color": 5}, {"x": -31.93876075744629, "y": -67.1669692993164, "subreddit": "assettocorsa", "cluster": 1630, "color": 5}, {"x": -29.60567855834961, "y": -69.05441284179688, "subreddit": "dirtgame", "cluster": 1630, "color": 5}, {"x": -56.96721267700195, "y": 7.879566192626953, "subreddit": "granturismo", "cluster": 1630, "color": 5}, {"x": -31.935836791992188, "y": -68.67672729492188, "subreddit": "iracing", "cluster": 1630, "color": 5}, {"x": -97.82422637939453, "y": -34.948116302490234, "subreddit": "karting", "cluster": 1630, "color": 5}, {"x": -33.0028190612793, "y": -68.0726547241211, "subreddit": "pcars", "cluster": 1630, "color": 5}, {"x": -32.05759811401367, "y": -68.07795715332031, "subreddit": "simracing", "cluster": 1630, "color": 5}, {"x": -31.39656639099121, "y": -20.6308536529541, "subreddit": "steam_link", "cluster": 1630, "color": 5}, {"x": -92.95740509033203, "y": -82.09281921386719, "subreddit": "accounting", "cluster": 21, "color": 0}, {"x": -93.42127990722656, "y": -82.56664276123047, "subreddit": "cpa", "cluster": 21, "color": 0}, {"x": -92.69160461425781, "y": -81.75025939941406, "subreddit": "nyguns", "cluster": 21, "color": 0}, {"x": -12.188332557678223, "y": 38.21208572387695, "subreddit": "accuratebattlesim", "cluster": 525, "color": 3}, {"x": -26.873382568359375, "y": -19.658348083496094, "subreddit": "agario", "cluster": 525, "color": 3}, {"x": -27.713403701782227, "y": 47.519203186035156, "subreddit": "bloonstdbattles", "cluster": 525, "color": 3}, {"x": -52.39505386352539, "y": 83.73161315917969, "subreddit": "diepio", "cluster": 525, "color": 3}, {"x": -52.424354553222656, "y": 83.74568176269531, "subreddit": "diepiopartylinks", "cluster": 525, "color": 3}, {"x": 42.692237854003906, "y": 20.04070472717285, "subreddit": "rocketleagueesports", "cluster": 525, "color": 3}, {"x": -52.045589447021484, "y": 86.00244903564453, "subreddit": "starblastio", "cluster": 525, "color": 3}, {"x": 36.918670654296875, "y": 67.57691955566406, "subreddit": "accutane", "cluster": 22, "color": 0}, {"x": 36.67585754394531, "y": 66.82096099853516, "subreddit": "acne", "cluster": 22, "color": 0}, {"x": 36.119789123535156, "y": 66.61508178710938, "subreddit": "hayday", "cluster": 22, "color": 0}, {"x": 37.816280364990234, "y": 65.91565704345703, "subreddit": "naturalbeauty", "cluster": 22, "color": 0}, {"x": -43.93930435180664, "y": 41.34386444091797, "subreddit": "acduplication", "cluster": 24, "color": 0}, {"x": -43.45828628540039, "y": 40.24844741821289, "subreddit": "actrade", "cluster": 24, "color": 0}, {"x": -43.146209716796875, "y": 39.25676727294922, "subreddit": "acturnips", "cluster": 24, "color": 0}, {"x": -42.9944953918457, "y": 40.573856353759766, "subreddit": "adoptmyvillager", "cluster": 24, "color": 0}, {"x": -43.47201919555664, "y": 36.81279373168945, "subreddit": "animalcrossingtrading", "cluster": 24, "color": 0}, {"x": -44.731815338134766, "y": 39.56629943847656, "subreddit": "masterchefau", "cluster": 24, "color": 0}, {"x": -43.720314025878906, "y": 39.930809020996094, "subreddit": "ratemymayor", "cluster": 24, "color": 0}, {"x": -49.46572494506836, "y": 38.26158905029297, "subreddit": "aceattorney", "cluster": 2007, "color": 2}, {"x": -49.470333099365234, "y": 38.27823257446289, "subreddit": "zeroescape", "cluster": 2007, "color": 2}, {"x": -68.77131652832031, "y": 51.16570281982422, "subreddit": "acecombat", "cluster": 807, "color": 2}, {"x": -67.69828033447266, "y": 52.531917572021484, "subreddit": "blackbookgraffiti", "cluster": 807, "color": 2}, {"x": -66.27513885498047, "y": 52.78673553466797, "subreddit": "bombing", "cluster": 807, "color": 2}, {"x": -67.22631072998047, "y": 52.55367660522461, "subreddit": "graffhelp", "cluster": 807, "color": 2}, {"x": -66.43865966796875, "y": 52.02787780761719, "subreddit": "graffiti", "cluster": 807, "color": 2}, {"x": 52.55655288696289, "y": 36.302974700927734, "subreddit": "hondafit", "cluster": 807, "color": 2}, {"x": -65.69244384765625, "y": 51.14281463623047, "subreddit": "streetart", "cluster": 807, "color": 2}, {"x": -67.59909057617188, "y": 53.9524040222168, "subreddit": "yeezys", "cluster": 807, "color": 2}, {"x": 41.699954986572266, "y": 77.69651794433594, "subreddit": "acl", "cluster": 665, "color": 1}, {"x": 53.66117477416992, "y": 63.0049934387207, "subreddit": "femalefashionadvice", "cluster": 665, "color": 1}, {"x": 53.764896392822266, "y": 63.006103515625, "subreddit": "ffacj", "cluster": 665, "color": 1}, {"x": -102.14824676513672, "y": 39.90237808227539, "subreddit": "aclfestival", "cluster": 667, "color": 2}, {"x": -77.72565460205078, "y": 5.900735855102539, "subreddit": "avesnyc", "cluster": 667, "color": 2}, {"x": 78.9381332397461, "y": 39.747657775878906, "subreddit": "bisco", "cluster": 667, "color": 2}, {"x": 80.29385375976562, "y": 39.63825607299805, "subreddit": "bonnaroo", "cluster": 667, "color": 2}, {"x": -103.48240661621094, "y": 39.934993743896484, "subreddit": "coachella", "cluster": 667, "color": 2}, {"x": 79.34207916259766, "y": 39.84627151489258, "subreddit": "festivals", "cluster": 667, "color": 2}, {"x": -101.04203796386719, "y": 36.95246887207031, "subreddit": "fireflyfestival", "cluster": 667, "color": 2}, {"x": 79.99579620361328, "y": 38.18760299682617, "subreddit": "hulaween", "cluster": 667, "color": 2}, {"x": 83.63570404052734, "y": 38.263824462890625, "subreddit": "jambands", "cluster": 667, "color": 2}, {"x": -103.64544677734375, "y": 39.934574127197266, "subreddit": "lifeisbeautifullv", "cluster": 667, "color": 2}, {"x": 78.61821746826172, "y": 43.20147705078125, "subreddit": "lostlandsmusicfest", "cluster": 667, "color": 2}, {"x": -104.76026916503906, "y": 36.4073371887207, "subreddit": "sasquatch", "cluster": 667, "color": 2}, {"x": 78.12763214111328, "y": 41.11124038696289, "subreddit": "shambhala", "cluster": 667, "color": 2}, {"x": 77.10550689697266, "y": 42.88359451293945, "subreddit": "tomorrowworld", "cluster": 667, "color": 2}, {"x": 67.6865234375, "y": -94.04071807861328, "subreddit": "acmilan", "cluster": 1655, "color": 1}, {"x": 67.47626495361328, "y": -86.47077178955078, "subreddit": "ajaxamsterdam", "cluster": 1655, "color": 1}, {"x": 47.776206970214844, "y": -97.29605865478516, "subreddit": "atletico", "cluster": 1655, "color": 1}, {"x": 65.82456970214844, "y": -88.94657897949219, "subreddit": "barca", "cluster": 1655, "color": 1}, {"x": 64.36910247802734, "y": -88.51599884033203, "subreddit": "chelseafc", "cluster": 1655, "color": 1}, {"x": 65.05828094482422, "y": -92.79192352294922, "subreddit": "crystalpalace", "cluster": 1655, "color": 1}, {"x": 8.24124526977539, "y": -84.84115600585938, "subreddit": "everton", "cluster": 1655, "color": 1}, {"x": 60.903236389160156, "y": -91.0527572631836, "subreddit": "fantasypl", "cluster": 1655, "color": 1}, {"x": 64.35175323486328, "y": -86.38343811035156, "subreddit": "fcbayern", "cluster": 1655, "color": 1}, {"x": 118.9101333618164, "y": 28.26894760131836, "subreddit": "fcintermilan", "cluster": 1655, "color": 1}, {"x": 60.69224548339844, "y": -88.63188934326172, "subreddit": "fifacareers", "cluster": 1655, "color": 1}, {"x": 63.001861572265625, "y": -88.76268005371094, "subreddit": "footballmanagergames", "cluster": 1655, "color": 1}, {"x": 62.82646179199219, "y": -90.12676239013672, "subreddit": "gunners", "cluster": 1655, "color": 1}, {"x": -110.3901138305664, "y": -9.682868957519531, "subreddit": "hammers", "cluster": 1655, "color": 1}, {"x": 61.45361328125, "y": -86.27726745605469, "subreddit": "juve", "cluster": 1655, "color": 1}, {"x": 59.86329650878906, "y": -101.21968078613281, "subreddit": "lcfc", "cluster": 1655, "color": 1}, {"x": 37.6802978515625, "y": 97.79621124267578, "subreddit": "ligamx", "cluster": 1655, "color": 1}, {"x": 64.19007873535156, "y": -89.7218246459961, "subreddit": "liverpoolfc", "cluster": 1655, "color": 1}, {"x": 57.94185256958008, "y": -90.58470916748047, "subreddit": "loveislandtv", "cluster": 1655, "color": 1}, {"x": 63.875797271728516, "y": -91.17030334472656, "subreddit": "mcfc", "cluster": 1655, "color": 1}, {"x": 66.71220397949219, "y": -90.51371765136719, "subreddit": "psg", "cluster": 1655, "color": 1}, {"x": -38.81526184082031, "y": 55.2251091003418, "subreddit": "realmadrid", "cluster": 1655, "color": 1}, {"x": 12.356311798095703, "y": -91.68016052246094, "subreddit": "saintsfc", "cluster": 1655, "color": 1}, {"x": 64.16880798339844, "y": -89.67884063720703, "subreddit": "soccer", "cluster": 1655, "color": 1}, {"x": 65.06044006347656, "y": -90.6639633178711, "subreddit": "soccercirclejerk", "cluster": 1655, "color": 1}, {"x": 59.755577087402344, "y": -97.63361358642578, "subreddit": "swanseacity", "cluster": 1655, "color": 1}, {"x": 56.4794921875, "y": -105.17803192138672, "subreddit": "acorns", "cluster": 1765, "color": 4}, {"x": 57.673912048339844, "y": -105.56364440917969, "subreddit": "ineedaname", "cluster": 1765, "color": 4}, {"x": 62.594825744628906, "y": 43.97810363769531, "subreddit": "massage", "cluster": 1765, "color": 4}, {"x": 56.942996978759766, "y": -105.3228988647461, "subreddit": "tasmania", "cluster": 1765, "color": 4}, {"x": -39.867271423339844, "y": 40.25493240356445, "subreddit": "acpocketcamp", "cluster": 1916, "color": 4}, {"x": 11.519502639770508, "y": 42.20770263671875, "subreddit": "furry_irl", "cluster": 1916, "color": 4}, {"x": 11.504877090454102, "y": 42.210418701171875, "subreddit": "vore_irl", "cluster": 1916, "color": 4}, {"x": 62.5982780456543, "y": -10.311328887939453, "subreddit": "acrebellion", "cluster": 1353, "color": 4}, {"x": 66.57498931884766, "y": -41.71355438232422, "subreddit": "parahumans", "cluster": 1353, "color": 4}, {"x": 63.83664321899414, "y": -41.93238830566406, "subreddit": "practicalguidetoevil", "cluster": 1353, "color": 4}, {"x": 66.17984771728516, "y": -41.61210250854492, "subreddit": "wormfanfic", "cluster": 1353, "color": 4}, {"x": 67.0975112915039, "y": -41.798988342285156, "subreddit": "wormmemes", "cluster": 1353, "color": 4}, {"x": -45.48042678833008, "y": 92.78409576416016, "subreddit": "act", "cluster": 91, "color": 1}, {"x": -43.863948822021484, "y": 91.929443359375, "subreddit": "applyingtocollege", "cluster": 91, "color": 1}, {"x": -44.69268035888672, "y": 93.15264129638672, "subreddit": "apstudents", "cluster": 91, "color": 1}, {"x": -43.791229248046875, "y": 91.86383056640625, "subreddit": "chanceme", "cluster": 91, "color": 1}, {"x": -44.258689880371094, "y": 94.09156799316406, "subreddit": "highschool", "cluster": 91, "color": 1}, {"x": -45.329925537109375, "y": 88.76626586914062, "subreddit": "ibo", "cluster": 91, "color": 1}, {"x": -44.85688400268555, "y": 92.70169067382812, "subreddit": "sat", "cluster": 91, "color": 1}, {"x": -32.91072082519531, "y": -116.52678680419922, "subreddit": "stanford", "cluster": 91, "color": 1}, {"x": 24.728605270385742, "y": -69.07442474365234, "subreddit": "acting", "cluster": 1032, "color": 4}, {"x": 23.78266716003418, "y": -68.0897216796875, "subreddit": "ballet", "cluster": 1032, "color": 4}, {"x": 23.557130813598633, "y": -67.52310943603516, "subreddit": "dance", "cluster": 1032, "color": 4}, {"x": 24.445037841796875, "y": -70.28421020507812, "subreddit": "japanese", "cluster": 1032, "color": 4}, {"x": 25.658489227294922, "y": -72.73953247070312, "subreddit": "jetprogramme", "cluster": 1032, "color": 4}, {"x": 24.201684951782227, "y": -69.35903930664062, "subreddit": "learnjapanese", "cluster": 1032, "color": 4}, {"x": 23.087926864624023, "y": -69.5595703125, "subreddit": "weeabootales", "cluster": 1032, "color": 4}, {"x": -64.12828063964844, "y": 31.1557559967041, "subreddit": "actionfigures", "cluster": 23, "color": 0}, {"x": -65.10112762451172, "y": 30.462417602539062, "subreddit": "hottoys", "cluster": 23, "color": 0}, {"x": -63.43962478637695, "y": 31.690372467041016, "subreddit": "marvellegends", "cluster": 23, "color": 0}, {"x": -64.70278930664062, "y": 33.08988571166992, "subreddit": "starwarsblackseries", "cluster": 23, "color": 0}, {"x": -64.98040771484375, "y": 32.844886779785156, "subreddit": "starwarscollecting", "cluster": 23, "color": 0}, {"x": -62.92925262451172, "y": 29.546476364135742, "subreddit": "tmnt", "cluster": 23, "color": 0}, {"x": -64.11911010742188, "y": 31.016515731811523, "subreddit": "toyexchange", "cluster": 23, "color": 0}, {"x": 20.089168548583984, "y": 10.631324768066406, "subreddit": "actlikeyoubelong", "cluster": 831, "color": 1}, {"x": 19.175289154052734, "y": 10.081257820129395, "subreddit": "hacking", "cluster": 831, "color": 1}, {"x": 19.043245315551758, "y": 10.013603210449219, "subreddit": "howtohack", "cluster": 831, "color": 1}, {"x": 34.633888244628906, "y": 57.586708068847656, "subreddit": "actuallesbians", "cluster": 25, "color": 0}, {"x": 36.08263397216797, "y": 57.29079818725586, "subreddit": "butchlesbians", "cluster": 25, "color": 0}, {"x": 34.04624938964844, "y": 58.90278244018555, "subreddit": "dykesgonemild", "cluster": 25, "color": 0}, {"x": -29.395044326782227, "y": -12.692333221435547, "subreddit": "korrasami", "cluster": 25, "color": 0}, {"x": 33.56978225708008, "y": 57.74386978149414, "subreddit": "ladyladyboners", "cluster": 25, "color": 0}, {"x": 35.698341369628906, "y": 58.60369873046875, "subreddit": "latebloomerlesbians", "cluster": 25, "color": 0}, {"x": 35.37555694580078, "y": 57.401729583740234, "subreddit": "lesbianactually", "cluster": 25, "color": 0}, {"x": 34.03757858276367, "y": 59.22799301147461, "subreddit": "lesbianfashionadvice", "cluster": 25, "color": 0}, {"x": 34.20944595336914, "y": 56.50581359863281, "subreddit": "lesbiangamers", "cluster": 25, "color": 0}, {"x": -15.993743896484375, "y": 11.760282516479492, "subreddit": "actualpublicfreakouts", "cluster": 904, "color": 2}, {"x": 8.928814888000488, "y": 25.88154411315918, "subreddit": "casualchildabuse", "cluster": 904, "color": 2}, {"x": 7.2796854972839355, "y": 24.306228637695312, "subreddit": "clevercomebacks", "cluster": 904, "color": 2}, {"x": 10.254119873046875, "y": 26.171382904052734, "subreddit": "fuckthesepeople", "cluster": 904, "color": 2}, {"x": 9.884882926940918, "y": 25.180654525756836, "subreddit": "iamatotalpieceofshit", "cluster": 904, "color": 2}, {"x": 9.385838508605957, "y": 24.602642059326172, "subreddit": "insaneparents", "cluster": 904, "color": 2}, {"x": 9.107105255126953, "y": 24.540756225585938, "subreddit": "insanepeoplefacebook", "cluster": 904, "color": 2}, {"x": 7.645327568054199, "y": 24.2049617767334, "subreddit": "murderedbywords", "cluster": 904, "color": 2}, {"x": 14.591327667236328, "y": 26.351423263549805, "subreddit": "toreba", "cluster": 904, "color": 2}, {"x": 10.07231330871582, "y": 22.350500106811523, "subreddit": "trashy", "cluster": 904, "color": 2}, {"x": -44.227596282958984, "y": -63.392738342285156, "subreddit": "actuary", "cluster": 241, "color": 0}, {"x": 50.19623565673828, "y": 33.68795394897461, "subreddit": "blackjack", "cluster": 241, "color": 0}, {"x": 49.797569274902344, "y": 33.39060592651367, "subreddit": "doctorbutts", "cluster": 241, "color": 0}, {"x": 50.487831115722656, "y": 33.90232467651367, "subreddit": "gambling", "cluster": 241, "color": 0}, {"x": -103.2831039428711, "y": -43.137882232666016, "subreddit": "acura", "cluster": 883, "color": 1}, {"x": -104.40875244140625, "y": -43.05097961425781, "subreddit": "acura_rsx", "cluster": 883, "color": 1}, {"x": -103.49895477294922, "y": -41.867897033691406, "subreddit": "civic", "cluster": 883, "color": 1}, {"x": -75.06797790527344, "y": 8.27808666229248, "subreddit": "genesiscoupe", "cluster": 883, "color": 1}, {"x": -103.53147888183594, "y": -42.20179748535156, "subreddit": "honda", "cluster": 883, "color": 1}, {"x": -100.40563201904297, "y": -61.6513671875, "subreddit": "s2000", "cluster": 883, "color": 1}, {"x": -42.77000045776367, "y": -77.82903289794922, "subreddit": "adamcarolla", "cluster": 974, "color": 0}, {"x": -109.68376922607422, "y": -31.448326110839844, "subreddit": "billburr", "cluster": 974, "color": 0}, {"x": 13.145994186401367, "y": -6.512089252471924, "subreddit": "dancarlin", "cluster": 974, "color": 0}, {"x": 13.478816986083984, "y": -6.7973456382751465, "subreddit": "joerogan", "cluster": 974, "color": 0}, {"x": -65.43008422851562, "y": 98.95806121826172, "subreddit": "joerogan2", "cluster": 974, "color": 0}, {"x": 14.064566612243652, "y": -7.279417991638184, "subreddit": "mma", "cluster": 974, "color": 0}, {"x": -107.8183822631836, "y": 10.168736457824707, "subreddit": "thefighterandthekid", "cluster": 974, "color": 0}, {"x": 374.4908142089844, "y": 343.3923034667969, "subreddit": "adamdriverfans", "cluster": 1951, "color": 3}, {"x": 17.493459701538086, "y": -105.45608520507812, "subreddit": "flightattendants", "cluster": 1951, "color": 3}, {"x": 17.49576187133789, "y": -105.45452880859375, "subreddit": "weightwatchers", "cluster": 1951, "color": 3}, {"x": 16.858400344848633, "y": 113.31364440917969, "subreddit": "adderall", "cluster": 26, "color": 0}, {"x": 42.36173629760742, "y": 104.21163940429688, "subreddit": "adhd", "cluster": 26, "color": 0}, {"x": 43.1236572265625, "y": 104.41471099853516, "subreddit": "adhdmeme", "cluster": 26, "color": 0}, {"x": 42.73822784423828, "y": 103.65449523925781, "subreddit": "adhdwomen", "cluster": 26, "color": 0}, {"x": 41.65370178222656, "y": 104.46796417236328, "subreddit": "enfp", "cluster": 26, "color": 0}, {"x": -62.95750045776367, "y": 12.411616325378418, "subreddit": "playstationnow", "cluster": 26, "color": 0}, {"x": 47.86499786376953, "y": 106.31390380859375, "subreddit": "addiction", "cluster": 48, "color": 0}, {"x": 49.20066452026367, "y": 105.85289001464844, "subreddit": "adultchildren", "cluster": 48, "color": 0}, {"x": 48.562862396240234, "y": 106.72383117675781, "subreddit": "alanon", "cluster": 48, "color": 0}, {"x": 49.379737854003906, "y": 107.64073181152344, "subreddit": "alcoholicsanonymous", "cluster": 48, "color": 0}, {"x": 48.52294158935547, "y": 107.09584045410156, "subreddit": "alcoholism", "cluster": 48, "color": 0}, {"x": 4.03781795501709, "y": 21.473291397094727, "subreddit": "leaves", "cluster": 48, "color": 0}, {"x": 48.2960205078125, "y": 106.9136734008789, "subreddit": "redditorsinrecovery", "cluster": 48, "color": 0}, {"x": 47.78805923461914, "y": 108.05341339111328, "subreddit": "stopdrinking", "cluster": 48, "color": 0}, {"x": -62.979007720947266, "y": -22.002323150634766, "subreddit": "addons4kodi", "cluster": 1983, "color": 5}, {"x": -64.92459869384766, "y": -21.829612731933594, "subreddit": "firetv", "cluster": 1983, "color": 5}, {"x": -64.17569732666016, "y": -24.005817413330078, "subreddit": "htpc", "cluster": 1983, "color": 5}, {"x": -63.59726333618164, "y": -22.423276901245117, "subreddit": "kodi", "cluster": 1983, "color": 5}, {"x": -63.838287353515625, "y": -22.53278923034668, "subreddit": "xbmc", "cluster": 1983, "color": 5}, {"x": 34.08145523071289, "y": 34.536773681640625, "subreddit": "adelaide", "cluster": 154, "color": 0}, {"x": 79.00961303710938, "y": -65.52254486083984, "subreddit": "australia", "cluster": 154, "color": 0}, {"x": 36.51138687133789, "y": 35.39421463012695, "subreddit": "bapcsalesaustralia", "cluster": 154, "color": 0}, {"x": 80.11186218261719, "y": -63.507625579833984, "subreddit": "brisbane", "cluster": 154, "color": 0}, {"x": 79.52172088623047, "y": -65.51356506347656, "subreddit": "melbourne", "cluster": 154, "color": 0}, {"x": 74.56997680664062, "y": -74.17668914794922, "subreddit": "nrl", "cluster": 154, "color": 0}, {"x": 78.27877807617188, "y": -65.37843322753906, "subreddit": "sydney", "cluster": 154, "color": 0}, {"x": 77.05889129638672, "y": -74.1966552734375, "subreddit": "adelaidefc", "cluster": 35, "color": 0}, {"x": 76.7015380859375, "y": -74.42054748535156, "subreddit": "afl", "cluster": 35, "color": 0}, {"x": 76.64396667480469, "y": -71.26309967041016, "subreddit": "aleague", "cluster": 35, "color": 0}, {"x": 53.570556640625, "y": 32.136051177978516, "subreddit": "australianmfa", "cluster": 35, "color": 0}, {"x": 75.74923706054688, "y": -74.2386474609375, "subreddit": "cricket", "cluster": 35, "color": 0}, {"x": 77.101806640625, "y": -75.59912109375, "subreddit": "essendonfc", "cluster": 35, "color": 0}, {"x": -66.0273666381836, "y": 56.51999282836914, "subreddit": "adidas", "cluster": 1652, "color": 2}, {"x": -69.14419555664062, "y": 60.0510139465332, "subreddit": "adidasatc", "cluster": 1652, "color": 2}, {"x": -67.99397277832031, "y": 58.1354866027832, "subreddit": "dunksnotdead", "cluster": 1652, "color": 2}, {"x": -64.7156982421875, "y": 58.27295684814453, "subreddit": "nike", "cluster": 1652, "color": 2}, {"x": 16.75554847717285, "y": 32.48056411743164, "subreddit": "shoebots", "cluster": 1652, "color": 2}, {"x": -67.33208465576172, "y": 60.03989028930664, "subreddit": "sneakerfits", "cluster": 1652, "color": 2}, {"x": -68.21822357177734, "y": 59.23604965209961, "subreddit": "sneakermarket", "cluster": 1652, "color": 2}, {"x": -68.1833267211914, "y": 59.27884292602539, "subreddit": "sneakers", "cluster": 1652, "color": 2}, {"x": -60.07038116455078, "y": -54.53730773925781, "subreddit": "adirondacks", "cluster": 321, "color": 1}, {"x": 11.597209930419922, "y": -36.39192581176758, "subreddit": "asheville", "cluster": 321, "color": 1}, {"x": -61.84598159790039, "y": -54.052696228027344, "subreddit": "camping", "cluster": 321, "color": 1}, {"x": -61.62725830078125, "y": -55.03230667114258, "subreddit": "campingandhiking", "cluster": 321, "color": 1}, {"x": -61.738502502441406, "y": -55.5870246887207, "subreddit": "campinggear", "cluster": 321, "color": 1}, {"x": -62.501747131347656, "y": -56.52302932739258, "subreddit": "geartrade", "cluster": 321, "color": 1}, {"x": -62.88472366333008, "y": -54.11793899536133, "subreddit": "hiking", "cluster": 321, "color": 1}, {"x": -58.7825813293457, "y": -56.81259536743164, "subreddit": "myog", "cluster": 321, "color": 1}, {"x": -63.537803649902344, "y": -54.166751861572266, "subreddit": "nationalpark", "cluster": 321, "color": 1}, {"x": -61.59093475341797, "y": -53.38444137573242, "subreddit": "outdoors", "cluster": 321, "color": 1}, {"x": -60.709922790527344, "y": -56.76349639892578, "subreddit": "socalhiking", "cluster": 321, "color": 1}, {"x": -60.76522445678711, "y": -55.85218048095703, "subreddit": "wildernessbackpacking", "cluster": 321, "color": 1}, {"x": -15.908194541931152, "y": -143.34906005859375, "subreddit": "admincraft", "cluster": 27, "color": 0}, {"x": -25.558317184448242, "y": 39.21011734008789, "subreddit": "hermitcraft", "cluster": 27, "color": 0}, {"x": -28.953716278076172, "y": -46.04051971435547, "subreddit": "mcpublic", "cluster": 27, "color": 0}, {"x": -15.908914566040039, "y": -143.35391235351562, "subreddit": "mcservers", "cluster": 27, "color": 0}, {"x": 0.49709588289260864, "y": 58.7476692199707, "subreddit": "admiralbulldog", "cluster": 555, "color": 2}, {"x": 85.32728576660156, "y": -14.535805702209473, "subreddit": "artifact", "cluster": 555, "color": 2}, {"x": -77.1527328491211, "y": -40.48360061645508, "subreddit": "csuf", "cluster": 555, "color": 2}, {"x": 86.1638412475586, "y": -15.44343090057373, "subreddit": "dota2", "cluster": 555, "color": 2}, {"x": 87.55323028564453, "y": -14.841268539428711, "subreddit": "dota2circlejerk", "cluster": 555, "color": 2}, {"x": 88.21802520751953, "y": -16.737361907958984, "subreddit": "dota2modding", "cluster": 555, "color": 2}, {"x": 86.16386413574219, "y": -20.030132293701172, "subreddit": "dota2pubs", "cluster": 555, "color": 2}, {"x": 90.15836334228516, "y": -20.03945541381836, "subreddit": "dota2trade", "cluster": 555, "color": 2}, {"x": -47.74412155151367, "y": 58.985015869140625, "subreddit": "dotaimba", "cluster": 555, "color": 2}, {"x": 86.29021453857422, "y": -15.324528694152832, "subreddit": "dotamasterrace", "cluster": 555, "color": 2}, {"x": 87.79808807373047, "y": -18.862205505371094, "subreddit": "redditdota2league", "cluster": 555, "color": 2}, {"x": 89.71256256103516, "y": -22.243484497070312, "subreddit": "sharedota2", "cluster": 555, "color": 2}, {"x": -19.40578842163086, "y": -5.349282741546631, "subreddit": "adobeillustrator", "cluster": 1076, "color": 2}, {"x": -15.081277847290039, "y": -13.516778945922852, "subreddit": "designjobs", "cluster": 1076, "color": 2}, {"x": -15.382625579833984, "y": -12.546031951904297, "subreddit": "freedesign", "cluster": 1076, "color": 2}, {"x": -8.419174194335938, "y": 12.577677726745605, "subreddit": "logo_critique", "cluster": 1076, "color": 2}, {"x": -7.954400539398193, "y": 13.084044456481934, "subreddit": "logodesign", "cluster": 1076, "color": 2}, {"x": 1.6914249658584595, "y": 61.988304138183594, "subreddit": "pickuptorrents", "cluster": 1076, "color": 2}, {"x": 35.67555236816406, "y": 50.76636505126953, "subreddit": "rescuedogs", "cluster": 1076, "color": 2}, {"x": -22.09804344177246, "y": 45.34748077392578, "subreddit": "wacom", "cluster": 1076, "color": 2}, {"x": -42.17844772338867, "y": -44.970420837402344, "subreddit": "adops", "cluster": 1435, "color": 4}, {"x": -40.97233963012695, "y": -45.388004302978516, "subreddit": "digitalmarketing", "cluster": 1435, "color": 4}, {"x": -41.21218490600586, "y": -45.401615142822266, "subreddit": "ppc", "cluster": 1435, "color": 4}, {"x": 82.99281311035156, "y": 69.5484848022461, "subreddit": "adoption", "cluster": 28, "color": 0}, {"x": 84.33246612548828, "y": 70.13468170166016, "subreddit": "bookclub", "cluster": 28, "color": 0}, {"x": 82.87788391113281, "y": 69.49745178222656, "subreddit": "fosterit", "cluster": 28, "color": 0}, {"x": -4.477710247039795, "y": -8.889612197875977, "subreddit": "ads", "cluster": 29, "color": 0}, {"x": -14.362800598144531, "y": -19.66480827331543, "subreddit": "adultswim", "cluster": 29, "color": 0}, {"x": -4.5218825340271, "y": -9.009209632873535, "subreddit": "juggalo", "cluster": 29, "color": 0}, {"x": -12.423022270202637, "y": 74.03019714355469, "subreddit": "adultery", "cluster": 488, "color": 0}, {"x": 29.98708152770996, "y": 76.07268524169922, "subreddit": "deadbedroom", "cluster": 488, "color": 0}, {"x": 29.484214782714844, "y": 76.32093048095703, "subreddit": "deadbedrooms", "cluster": 488, "color": 0}, {"x": 33.47167205810547, "y": 76.77128601074219, "subreddit": "loveafterporn", "cluster": 488, "color": 0}, {"x": 29.16736602783203, "y": 76.4856185913086, "subreddit": "sexover30", "cluster": 488, "color": 0}, {"x": 47.66016387939453, "y": 96.82691955566406, "subreddit": "adultsurvivors", "cluster": 387, "color": 0}, {"x": 46.26176452636719, "y": 98.17346954345703, "subreddit": "bpd", "cluster": 387, "color": 0}, {"x": 47.34952163696289, "y": 96.70718383789062, "subreddit": "codependency", "cluster": 387, "color": 0}, {"x": 48.44490051269531, "y": 97.61593627929688, "subreddit": "cptsd", "cluster": 387, "color": 0}, {"x": 47.280879974365234, "y": 96.6575698852539, "subreddit": "cults", "cluster": 387, "color": 0}, {"x": 46.231712341308594, "y": 95.3568344116211, "subreddit": "mentalhealth", "cluster": 387, "color": 0}, {"x": 48.60370635986328, "y": 96.4522476196289, "subreddit": "survivorsofabuse", "cluster": 387, "color": 0}, {"x": -119.10236358642578, "y": -46.473365783691406, "subreddit": "advancedfitness", "cluster": 686, "color": 4}, {"x": -0.34430330991744995, "y": 7.689291000366211, "subreddit": "btfc", "cluster": 686, "color": 4}, {"x": -119.51197052001953, "y": -45.90525817871094, "subreddit": "fitness", "cluster": 686, "color": 4}, {"x": -118.03820037841797, "y": -46.57037353515625, "subreddit": "fitness30plus", "cluster": 686, "color": 4}, {"x": -119.63133239746094, "y": -45.453758239746094, "subreddit": "fitnesscirclejerk", "cluster": 686, "color": 4}, {"x": -118.36930847167969, "y": -44.15639877319336, "subreddit": "griptraining", "cluster": 686, "color": 4}, {"x": -119.96475982666016, "y": -44.682865142822266, "subreddit": "swoleacceptance", "cluster": 686, "color": 4}, {"x": -121.1748046875, "y": -45.42053985595703, "subreddit": "weakpots", "cluster": 686, "color": 4}, {"x": -47.05401611328125, "y": -16.091712951660156, "subreddit": "advancedmicrodevices", "cluster": 56, "color": 1}, {"x": -47.46876525878906, "y": -15.655344009399414, "subreddit": "amd", "cluster": 56, "color": 1}, {"x": -47.26483917236328, "y": -14.630309104919434, "subreddit": "amd_stock", "cluster": 56, "color": 1}, {"x": -48.08259201049805, "y": 52.283607482910156, "subreddit": "amdhelp", "cluster": 56, "color": 1}, {"x": -33.52100372314453, "y": -73.98444366455078, "subreddit": "asroma", "cluster": 56, "color": 1}, {"x": -45.728607177734375, "y": -15.337801933288574, "subreddit": "ayymd", "cluster": 56, "color": 1}, {"x": -48.26359939575195, "y": -15.865877151489258, "subreddit": "intel", "cluster": 56, "color": 1}, {"x": -49.74269485473633, "y": -16.146032333374023, "subreddit": "monitors", "cluster": 56, "color": 1}, {"x": -47.99184799194336, "y": 52.84228515625, "subreddit": "msi_gaming", "cluster": 56, "color": 1}, {"x": -48.93476104736328, "y": -15.978034973144531, "subreddit": "nvidia", "cluster": 56, "color": 1}, {"x": -51.06678771972656, "y": -18.160490036010742, "subreddit": "sffpc", "cluster": 56, "color": 1}, {"x": -59.64276885986328, "y": -61.9901237487793, "subreddit": "advancedrunning", "cluster": 1561, "color": 5}, {"x": -59.690887451171875, "y": -62.106807708740234, "subreddit": "artc", "cluster": 1561, "color": 5}, {"x": 30.257614135742188, "y": 60.961185455322266, "subreddit": "c25k", "cluster": 1561, "color": 5}, {"x": -58.89860534667969, "y": -60.15271759033203, "subreddit": "running", "cluster": 1561, "color": 5}, {"x": -58.928138732910156, "y": -60.388729095458984, "subreddit": "runningcirclejerk", "cluster": 1561, "color": 5}, {"x": -58.881980895996094, "y": -59.04179763793945, "subreddit": "trailrunning", "cluster": 1561, "color": 5}, {"x": 4.3416643142700195, "y": -71.968994140625, "subreddit": "adventofcode", "cluster": 964, "color": 3}, {"x": 6.844249248504639, "y": -72.0386962890625, "subreddit": "java", "cluster": 964, "color": 3}, {"x": 7.668222904205322, "y": -71.83223724365234, "subreddit": "javahelp", "cluster": 964, "color": 3}, {"x": 7.689690113067627, "y": -71.83493041992188, "subreddit": "learnjava", "cluster": 964, "color": 3}, {"x": 8.319019317626953, "y": -71.04961395263672, "subreddit": "learnprogramming", "cluster": 964, "color": 3}, {"x": -43.922061920166016, "y": 63.69682693481445, "subreddit": "adventurecapitalist", "cluster": 30, "color": 0}, {"x": -43.42860412597656, "y": 63.29335403442383, "subreddit": "adventurecommunist", "cluster": 30, "color": 0}, {"x": -44.35924530029297, "y": 64.38223266601562, "subreddit": "clickerheroes", "cluster": 30, "color": 0}, {"x": -44.7523078918457, "y": 64.02684783935547, "subreddit": "cookieclicker", "cluster": 30, "color": 0}, {"x": -128.5087127685547, "y": -36.37416076660156, "subreddit": "idleminertycoon", "cluster": 30, "color": 0}, {"x": -46.67054748535156, "y": -85.47151184082031, "subreddit": "taptitans", "cluster": 30, "color": 0}, {"x": -14.264204025268555, "y": -39.699981689453125, "subreddit": "adventuresofsabrina", "cluster": 31, "color": 0}, {"x": -25.305036544799805, "y": -41.05247116088867, "subreddit": "crazyexgirlfriend", "cluster": 31, "color": 0}, {"x": -52.65237045288086, "y": 44.48765563964844, "subreddit": "inazumaeleven", "cluster": 31, "color": 0}, {"x": -14.292025566101074, "y": -39.69053268432617, "subreddit": "riverdale", "cluster": 31, "color": 0}, {"x": -27.360050201416016, "y": -41.045928955078125, "subreddit": "schittscreek", "cluster": 31, "color": 0}, {"x": -26.039154052734375, "y": -40.0427360534668, "subreddit": "superstore", "cluster": 31, "color": 0}, {"x": -12.563525199890137, "y": -3.0872371196746826, "subreddit": "adventuretime", "cluster": 32, "color": 0}, {"x": -12.571353912353516, "y": -3.109488010406494, "subreddit": "regularshow", "cluster": 32, "color": 0}, {"x": -38.26498794555664, "y": -44.628013610839844, "subreddit": "advertising", "cluster": 1120, "color": 3}, {"x": -39.21188735961914, "y": -43.15631866455078, "subreddit": "askmarketing", "cluster": 1120, "color": 3}, {"x": -39.2424430847168, "y": -43.28428268432617, "subreddit": "marketing", "cluster": 1120, "color": 3}, {"x": -40.186641693115234, "y": -43.385616302490234, "subreddit": "socialmedia", "cluster": 1120, "color": 3}, {"x": 40.13351058959961, "y": 21.570934295654297, "subreddit": "advice", "cluster": 931, "color": 3}, {"x": 40.43465042114258, "y": 23.045080184936523, "subreddit": "animation", "cluster": 931, "color": 3}, {"x": -13.85760498046875, "y": -6.576817989349365, "subreddit": "art", "cluster": 931, "color": 3}, {"x": 40.230525970458984, "y": 22.393213272094727, "subreddit": "facebook", "cluster": 931, "color": 3}, {"x": -24.515640258789062, "y": 27.896015167236328, "subreddit": "hxhbattleallstars", "cluster": 931, "color": 3}, {"x": -5.194105625152588, "y": -107.82479858398438, "subreddit": "indie", "cluster": 931, "color": 3}, {"x": -4.817384243011475, "y": -107.76488494873047, "subreddit": "listentothis", "cluster": 931, "color": 3}, {"x": -2.6877198219299316, "y": -6.1715874671936035, "subreddit": "adviceanimals", "cluster": 33, "color": 0}, {"x": -1.7075222730636597, "y": -7.56712532043457, "subreddit": "adviceatheists", "cluster": 33, "color": 0}, {"x": -2.105578660964966, "y": -6.292965888977051, "subreddit": "ameristralia", "cluster": 33, "color": 0}, {"x": -6.862380504608154, "y": 11.723952293395996, "subreddit": "asongofmemesandrage", "cluster": 33, "color": 0}, {"x": -51.6751708984375, "y": 2.5164082050323486, "subreddit": "gaaaaaaayyyyyyyyyyyy", "cluster": 33, "color": 0}, {"x": -0.7647024989128113, "y": -5.80388069152832, "subreddit": "hifw", "cluster": 33, "color": 0}, {"x": -3.387421131134033, "y": -5.7333831787109375, "subreddit": "see", "cluster": 33, "color": 0}, {"x": -3.198259115219116, "y": -6.850029468536377, "subreddit": "shittyadviceanimals", "cluster": 33, "color": 0}, {"x": -2.3381223678588867, "y": -4.965601444244385, "subreddit": "thanksobama", "cluster": 33, "color": 0}, {"x": 2.241111993789673, "y": 86.22106170654297, "subreddit": "aeon", "cluster": 1194, "color": 4}, {"x": 1.9659316539764404, "y": 84.90401458740234, "subreddit": "monero", "cluster": 1194, "color": 4}, {"x": 1.9142836332321167, "y": 84.73126983642578, "subreddit": "xmrtrader", "cluster": 1194, "color": 4}, {"x": 32.52096939086914, "y": 97.66206359863281, "subreddit": "aerials", "cluster": 1656, "color": 4}, {"x": 33.11252975463867, "y": 98.63018798828125, "subreddit": "hsp", "cluster": 1656, "color": 4}, {"x": 30.947364807128906, "y": 100.42317199707031, "subreddit": "hyperhidrosis", "cluster": 1656, "color": 4}, {"x": 32.96636962890625, "y": 98.4695816040039, "subreddit": "socialanxiety", "cluster": 1656, "color": 4}, {"x": 17.7895450592041, "y": -72.3543701171875, "subreddit": "aerospace", "cluster": 34, "color": 0}, {"x": 17.78732681274414, "y": -72.3578109741211, "subreddit": "aerospaceengineering", "cluster": 34, "color": 0}, {"x": -43.59815979003906, "y": -39.839168548583984, "subreddit": "affiliatemarketing", "cluster": 592, "color": 2}, {"x": -41.6921272277832, "y": -39.16578674316406, "subreddit": "dropship", "cluster": 592, "color": 2}, {"x": -41.17898178100586, "y": -38.77147674560547, "subreddit": "ecommerce", "cluster": 592, "color": 2}, {"x": -40.49086380004883, "y": -38.08882141113281, "subreddit": "magento", "cluster": 592, "color": 2}, {"x": -30.103513717651367, "y": -0.5134034156799316, "subreddit": "passive_income", "cluster": 592, "color": 2}, {"x": -41.559791564941406, "y": -39.077030181884766, "subreddit": "shopify", "cluster": 592, "color": 2}, {"x": 23.357439041137695, "y": 111.85935974121094, "subreddit": "afinil", "cluster": 1367, "color": 1}, {"x": 23.421031951904297, "y": 111.92483520507812, "subreddit": "modafinil", "cluster": 1367, "color": 1}, {"x": 23.488252639770508, "y": 114.20934295654297, "subreddit": "peptides", "cluster": 1367, "color": 1}, {"x": 22.218730926513672, "y": 114.35284423828125, "subreddit": "phenibut", "cluster": 1367, "color": 1}, {"x": 23.573305130004883, "y": 114.72166442871094, "subreddit": "sarmssourcetalk", "cluster": 1367, "color": 1}, {"x": 24.513565063476562, "y": 113.81209564208984, "subreddit": "supplements", "cluster": 1367, "color": 1}, {"x": -37.711753845214844, "y": 62.184234619140625, "subreddit": "afkarena", "cluster": 1592, "color": 4}, {"x": -27.088150024414062, "y": 76.03926849365234, "subreddit": "hyperheroes", "cluster": 1592, "color": 4}, {"x": 84.73089599609375, "y": 12.795008659362793, "subreddit": "knightschroniclegl", "cluster": 1592, "color": 4}, {"x": -35.391075134277344, "y": -13.908868789672852, "subreddit": "monsterstrike", "cluster": 1592, "color": 4}, {"x": -35.62602615356445, "y": -14.402702331542969, "subreddit": "sdsgrandcross", "cluster": 1592, "color": 4}, {"x": 34.43050003051758, "y": -6.720408916473389, "subreddit": "africa", "cluster": 225, "color": 0}, {"x": 33.59033966064453, "y": -6.9295430183410645, "subreddit": "bigfoot", "cluster": 225, "color": 0}, {"x": 32.97751235961914, "y": -6.40175724029541, "subreddit": "cryptozoology", "cluster": 225, "color": 0}, {"x": 32.20333480834961, "y": -8.004672050476074, "subreddit": "sciences", "cluster": 225, "color": 0}, {"x": 37.89114761352539, "y": -101.72418975830078, "subreddit": "afrotc", "cluster": 36, "color": 0}, {"x": 37.87473678588867, "y": -101.731201171875, "subreddit": "airforce", "cluster": 36, "color": 0}, {"x": 40.90663146972656, "y": -102.7332534790039, "subreddit": "militaryfinance", "cluster": 36, "color": 0}, {"x": 41.34838104248047, "y": 24.68596076965332, "subreddit": "aftereffects", "cluster": 1200, "color": 1}, {"x": 41.19318389892578, "y": 25.79427719116211, "subreddit": "cinema4d", "cluster": 1200, "color": 1}, {"x": 41.3195915222168, "y": 25.00214958190918, "subreddit": "motiondesign", "cluster": 1200, "color": 1}, {"x": 69.94206237792969, "y": -58.55583572387695, "subreddit": "muaythai", "cluster": 1200, "color": 1}, {"x": 50.14971923828125, "y": 3.6888630390167236, "subreddit": "aftermath1231", "cluster": 37, "color": 0}, {"x": 50.179664611816406, "y": 3.784147024154663, "subreddit": "assassinscreed", "cluster": 37, "color": 0}, {"x": 20.659242630004883, "y": -79.11918640136719, "subreddit": "inglin", "cluster": 37, "color": 0}, {"x": 49.10863494873047, "y": -27.957763671875, "subreddit": "aftertheendfanfork", "cluster": 451, "color": 0}, {"x": 50.00917434692383, "y": -26.97802734375, "subreddit": "ck2gameofthrones", "cluster": 451, "color": 0}, {"x": 50.27256393432617, "y": -27.213594436645508, "subreddit": "crusaderkings", "cluster": 451, "color": 0}, {"x": 52.2396240234375, "y": -27.382213592529297, "subreddit": "imperator", "cluster": 451, "color": 0}, {"x": 51.2557373046875, "y": -25.70120620727539, "subreddit": "stellaris", "cluster": 451, "color": 0}, {"x": 56.304073333740234, "y": -25.302684783935547, "subreddit": "totalwar", "cluster": 451, "color": 0}, {"x": 16.429407119750977, "y": -45.03709030151367, "subreddit": "againstgamergate", "cluster": 38, "color": 0}, {"x": 15.791961669921875, "y": -44.97867965698242, "subreddit": "ggdiscussion", "cluster": 38, "color": 0}, {"x": 16.729228973388672, "y": -45.11601257324219, "subreddit": "ggfreeforall", "cluster": 38, "color": 0}, {"x": 67.6450424194336, "y": -7.598649978637695, "subreddit": "againsthatesubreddits", "cluster": 1251, "color": 3}, {"x": 68.4686050415039, "y": -7.735496997833252, "subreddit": "asablackman", "cluster": 1251, "color": 3}, {"x": 65.92208862304688, "y": -10.790525436401367, "subreddit": "badlegaladvice", "cluster": 1251, "color": 3}, {"x": 67.5384750366211, "y": -9.596112251281738, "subreddit": "badpolitics", "cluster": 1251, "color": 3}, {"x": 66.88040161132812, "y": -8.548659324645996, "subreddit": "badscience", "cluster": 1251, "color": 3}, {"x": 71.51181030273438, "y": -8.148067474365234, "subreddit": "badukpolitics", "cluster": 1251, "color": 3}, {"x": 68.1567153930664, "y": -6.511011123657227, "subreddit": "botsrights", "cluster": 1251, "color": 3}, {"x": 70.26744079589844, "y": -5.916683197021484, "subreddit": "buttcoin", "cluster": 1251, "color": 3}, {"x": 65.95426940917969, "y": -7.775807857513428, "subreddit": "circlebroke2", "cluster": 1251, "color": 3}, {"x": 69.16475677490234, "y": -6.1407389640808105, "subreddit": "deuxrama", "cluster": 1251, "color": 3}, {"x": 67.45986938476562, "y": -5.592042446136475, "subreddit": "drama", "cluster": 1251, "color": 3}, {"x": 68.28932189941406, "y": -8.680220603942871, "subreddit": "enoughcommiespam", "cluster": 1251, "color": 3}, {"x": 68.7802505493164, "y": -7.14616584777832, "subreddit": "enoughtrumpspam", "cluster": 1251, "color": 3}, {"x": 69.49529266357422, "y": -7.616337299346924, "subreddit": "gamingcirclejerk", "cluster": 1251, "color": 3}, {"x": 68.94766235351562, "y": -4.725205898284912, "subreddit": "gendercynical", "cluster": 1251, "color": 3}, {"x": 71.4770278930664, "y": -5.014866828918457, "subreddit": "hobbydrama", "cluster": 1251, "color": 3}, {"x": 69.7173080444336, "y": -6.712704658508301, "subreddit": "indiadiscussion", "cluster": 1251, "color": 3}, {"x": 68.97234344482422, "y": -6.955397129058838, "subreddit": "jesuschristreddit", "cluster": 1251, "color": 3}, {"x": 70.14228820800781, "y": -4.772820949554443, "subreddit": "lgbdropthet", "cluster": 1251, "color": 3}, {"x": 69.64967346191406, "y": -3.2259914875030518, "subreddit": "mgtow", "cluster": 1251, "color": 3}, {"x": 68.7653579711914, "y": -6.907657623291016, "subreddit": "negativewithgold", "cluster": 1251, "color": 3}, {"x": 68.49604797363281, "y": -5.579197883605957, "subreddit": "nothingeverhappens", "cluster": 1251, "color": 3}, {"x": 70.2209701538086, "y": -8.963309288024902, "subreddit": "qult_headquarters", "cluster": 1251, "color": 3}, {"x": 67.61590576171875, "y": -4.046005725860596, "subreddit": "shitrconservativesays", "cluster": 1251, "color": 3}, {"x": 70.34703063964844, "y": -7.505270481109619, "subreddit": "shittykickstarters", "cluster": 1251, "color": 3}, {"x": 68.93120574951172, "y": -9.879205703735352, "subreddit": "shitwehraboossay", "cluster": 1251, "color": 3}, {"x": 70.14989471435547, "y": -11.067983627319336, "subreddit": "stupidpol", "cluster": 1251, "color": 3}, {"x": 71.16437530517578, "y": -6.685835838317871, "subreddit": "subredditcancer", "cluster": 1251, "color": 3}, {"x": 65.61237335205078, "y": -4.7711052894592285, "subreddit": "subredditdrama", "cluster": 1251, "color": 3}, {"x": 65.54342651367188, "y": -4.506060600280762, "subreddit": "subredditdramadrama", "cluster": 1251, "color": 3}, {"x": 66.16840362548828, "y": -6.424828052520752, "subreddit": "thebluepill", "cluster": 1251, "color": 3}, {"x": 69.32421875, "y": -8.432233810424805, "subreddit": "topmindsofreddit", "cluster": 1251, "color": 3}, {"x": 72.55245208740234, "y": -9.591882705688477, "subreddit": "torontoanarchy", "cluster": 1251, "color": 3}, {"x": 67.26261901855469, "y": -6.760132789611816, "subreddit": "worstof", "cluster": 1251, "color": 3}, {"x": 32.294456481933594, "y": -10.96545696258545, "subreddit": "againstmensrights", "cluster": 765, "color": 0}, {"x": 30.930500030517578, "y": -11.251420021057129, "subreddit": "bestofoutrageculture", "cluster": 765, "color": 0}, {"x": -21.770084381103516, "y": -16.7443904876709, "subreddit": "channelawesome", "cluster": 765, "color": 0}, {"x": 31.689640045166016, "y": -11.250271797180176, "subreddit": "gamerghazi", "cluster": 765, "color": 0}, {"x": 86.33325958251953, "y": -35.46293258666992, "subreddit": "marvelpuzzlequest", "cluster": 765, "color": 0}, {"x": 75.43783569335938, "y": -35.199012756347656, "subreddit": "agameofthroneslcg", "cluster": 39, "color": 0}, {"x": 75.99588775634766, "y": -34.33650588989258, "subreddit": "arkhamhorrorlcg", "cluster": 39, "color": 0}, {"x": 75.28784942626953, "y": -35.45832824707031, "subreddit": "l5r", "cluster": 39, "color": 0}, {"x": -17.725370407104492, "y": -30.134183883666992, "subreddit": "agentcarter", "cluster": 40, "color": 0}, {"x": -10.37983512878418, "y": -35.60887145996094, "subreddit": "izombie", "cluster": 40, "color": 0}, {"x": -18.446739196777344, "y": -30.539260864257812, "subreddit": "lastmanonearthtv", "cluster": 40, "color": 0}, {"x": -18.06174659729004, "y": -29.43655776977539, "subreddit": "orphanblack", "cluster": 40, "color": 0}, {"x": 45.91565704345703, "y": -10.28123950958252, "subreddit": "pcmasterracebuilds", "cluster": 40, "color": 0}, {"x": -16.672306060791016, "y": -31.061771392822266, "subreddit": "personofinterest", "cluster": 40, "color": 0}, {"x": -17.086824417114258, "y": -30.310943603515625, "subreddit": "shield", "cluster": 40, "color": 0}, {"x": 50.83945083618164, "y": -32.19249725341797, "subreddit": "ageofmythology", "cluster": 1505, "color": 2}, {"x": 60.67441940307617, "y": -30.43842124938965, "subreddit": "aoe3", "cluster": 1505, "color": 2}, {"x": 60.69902801513672, "y": -28.966285705566406, "subreddit": "commandandconquer", "cluster": 1505, "color": 2}, {"x": 60.52733612060547, "y": -27.783180236816406, "subreddit": "dawnofwar", "cluster": 1505, "color": 2}, {"x": 60.65144729614258, "y": -28.87224578857422, "subreddit": "realtimestrategy", "cluster": 1505, "color": 2}, {"x": 73.80146789550781, "y": -41.915618896484375, "subreddit": "ageofsigmar", "cluster": 1925, "color": 0}, {"x": 75.1986083984375, "y": -41.80816650390625, "subreddit": "killteam", "cluster": 1925, "color": 0}, {"x": 74.71942901611328, "y": -41.42827224731445, "subreddit": "warcry", "cluster": 1925, "color": 0}, {"x": 74.63109588623047, "y": -40.910606384277344, "subreddit": "warhammerunderworlds", "cluster": 1925, "color": 0}, {"x": -74.40245056152344, "y": -96.74266815185547, "subreddit": "aggies", "cluster": 458, "color": 2}, {"x": -74.93896484375, "y": -97.83692932128906, "subreddit": "chemicalengineering", "cluster": 458, "color": 2}, {"x": -74.5510482788086, "y": -97.04183959960938, "subreddit": "cuboulder", "cluster": 458, "color": 2}, {"x": -9.88434886932373, "y": -68.67256164550781, "subreddit": "agile", "cluster": 1453, "color": 5}, {"x": -42.5454216003418, "y": -29.25385284423828, "subreddit": "bahai", "cluster": 1453, "color": 5}, {"x": -68.88623046875, "y": 70.7132568359375, "subreddit": "goldcoast", "cluster": 1453, "color": 5}, {"x": 122.22046661376953, "y": -25.936105728149414, "subreddit": "gunsnroses", "cluster": 1453, "color": 5}, {"x": -42.04642105102539, "y": -30.70669937133789, "subreddit": "pmp", "cluster": 1453, "color": 5}, {"x": -18.588865280151367, "y": -65.75315856933594, "subreddit": "productmanagement", "cluster": 1453, "color": 5}, {"x": -42.121124267578125, "y": -30.401439666748047, "subreddit": "projectmanagement", "cluster": 1453, "color": 5}, {"x": 45.8047981262207, "y": -44.57734298706055, "subreddit": "agnostic", "cluster": 1694, "color": 4}, {"x": 100.16648864746094, "y": -42.98468017578125, "subreddit": "dereksmart", "cluster": 1694, "color": 4}, {"x": 104.45167541503906, "y": -43.927860260009766, "subreddit": "hotas", "cluster": 1694, "color": 4}, {"x": 100.13339233398438, "y": -42.786949157714844, "subreddit": "starcitizen", "cluster": 1694, "color": 4}, {"x": 100.68119812011719, "y": -41.55519485473633, "subreddit": "starcitizen_refunds", "cluster": 1694, "color": 4}, {"x": 99.06278991699219, "y": -41.96814727783203, "subreddit": "starcitizen_trades", "cluster": 1694, "color": 4}, {"x": 39.48058319091797, "y": 91.0832290649414, "subreddit": "agoraphobia", "cluster": 1351, "color": 4}, {"x": 41.523826599121094, "y": 91.126953125, "subreddit": "anxietyhelp", "cluster": 1351, "color": 4}, {"x": 94.48392486572266, "y": 16.826541900634766, "subreddit": "gamemaker", "cluster": 1351, "color": 4}, {"x": 40.561641693115234, "y": 93.2811508178711, "subreddit": "healthanxiety", "cluster": 1351, "color": 4}, {"x": 40.062530517578125, "y": 91.22779846191406, "subreddit": "panicattack", "cluster": 1351, "color": 4}, {"x": -32.041404724121094, "y": 29.98968505859375, "subreddit": "ahatintime", "cluster": 459, "color": 1}, {"x": -32.86387252807617, "y": 28.970224380493164, "subreddit": "cuphead", "cluster": 459, "color": 1}, {"x": -33.9147834777832, "y": 29.195594787597656, "subreddit": "necrodancer", "cluster": 459, "color": 1}, {"x": -32.63711166381836, "y": 28.570148468017578, "subreddit": "videogamedunkey", "cluster": 459, "color": 1}, {"x": 104.09388732910156, "y": 64.553955078125, "subreddit": "ahrimains", "cluster": 987, "color": 2}, {"x": 105.13751983642578, "y": 62.49681854248047, "subreddit": "akalimains", "cluster": 987, "color": 2}, {"x": 109.7850570678711, "y": 57.116119384765625, "subreddit": "draven", "cluster": 987, "color": 2}, {"x": 104.26313781738281, "y": 59.69404220581055, "subreddit": "ezrealmains", "cluster": 987, "color": 2}, {"x": 104.7398910522461, "y": 62.06269836425781, "subreddit": "ireliamains", "cluster": 987, "color": 2}, {"x": 103.98080444335938, "y": 58.80201721191406, "subreddit": "jhinmains", "cluster": 987, "color": 2}, {"x": 104.08938598632812, "y": 59.49293899536133, "subreddit": "kaisamains", "cluster": 987, "color": 2}, {"x": 102.75016784667969, "y": 58.78048324584961, "subreddit": "pykemains", "cluster": 987, "color": 2}, {"x": 17.113601684570312, "y": -33.36635208129883, "subreddit": "aikido", "cluster": 1121, "color": 1}, {"x": 72.120849609375, "y": -58.22501754760742, "subreddit": "amateur_boxing", "cluster": 1121, "color": 1}, {"x": 67.93534851074219, "y": -61.029544830322266, "subreddit": "bjj", "cluster": 1121, "color": 1}, {"x": 67.33223724365234, "y": -60.755279541015625, "subreddit": "judo", "cluster": 1121, "color": 1}, {"x": 69.2646484375, "y": -60.967979431152344, "subreddit": "karate", "cluster": 1121, "color": 1}, {"x": 70.63490295410156, "y": -62.494049072265625, "subreddit": "kungfu", "cluster": 1121, "color": 1}, {"x": 68.72193908691406, "y": -61.426361083984375, "subreddit": "martialarts", "cluster": 1121, "color": 1}, {"x": 68.4924545288086, "y": -62.31074905395508, "subreddit": "taekwondo", "cluster": 1121, "color": 1}, {"x": 70.8308334350586, "y": -62.60322952270508, "subreddit": "wingchun", "cluster": 1121, "color": 1}, {"x": 65.3605728149414, "y": -58.86989212036133, "subreddit": "wrestling", "cluster": 1121, "color": 1}, {"x": 80.54322814941406, "y": 84.00516510009766, "subreddit": "ainbow", "cluster": 1851, "color": 3}, {"x": 80.976806640625, "y": 83.723876953125, "subreddit": "lgbt", "cluster": 1851, "color": 3}, {"x": 79.31063842773438, "y": 83.8515625, "subreddit": "lgbtnews", "cluster": 1851, "color": 3}, {"x": 79.46212768554688, "y": 85.55670166015625, "subreddit": "transgamers", "cluster": 1851, "color": 3}, {"x": 80.87664794921875, "y": 85.56488800048828, "subreddit": "transgender", "cluster": 1851, "color": 3}, {"x": 79.97049713134766, "y": 84.5647201538086, "subreddit": "transspace", "cluster": 1851, "color": 3}, {"x": 30.193300247192383, "y": -35.926544189453125, "subreddit": "aion", "cluster": 972, "color": 2}, {"x": 68.4489974975586, "y": -55.486690521240234, "subreddit": "jobfair", "cluster": 972, "color": 2}, {"x": 68.45064544677734, "y": -55.490135192871094, "subreddit": "navyseals", "cluster": 972, "color": 2}, {"x": 7.606629848480225, "y": -110.46449279785156, "subreddit": "redditknightsrcs", "cluster": 972, "color": 2}, {"x": -19.019119262695312, "y": -16.325702667236328, "subreddit": "airbnb", "cluster": 692, "color": 2}, {"x": -4.535375595092773, "y": -1.885288119316101, "subreddit": "dumpsterdiving", "cluster": 692, "color": 2}, {"x": -18.143949508666992, "y": -16.670516967773438, "subreddit": "flipping", "cluster": 692, "color": 2}, {"x": -18.433902740478516, "y": -17.32034683227539, "subreddit": "fulfillmentbyamazon", "cluster": 692, "color": 2}, {"x": -16.988388061523438, "y": -16.14820098876953, "subreddit": "thriftstorehauls", "cluster": 692, "color": 2}, {"x": -3.567606210708618, "y": -120.8274154663086, "subreddit": "airguns", "cluster": 188, "color": 1}, {"x": -35.13656234741211, "y": -47.79350280761719, "subreddit": "bass", "cluster": 188, "color": 1}, {"x": -34.25132751464844, "y": -47.31661605834961, "subreddit": "bassguitar", "cluster": 188, "color": 1}, {"x": 69.43167877197266, "y": 34.222320556640625, "subreddit": "basspedals", "cluster": 188, "color": 1}, {"x": -35.49443817138672, "y": -48.42250061035156, "subreddit": "freemasonry", "cluster": 188, "color": 1}, {"x": -114.37427520751953, "y": -46.254024505615234, "subreddit": "kettlebell", "cluster": 188, "color": 1}, {"x": -64.15526580810547, "y": -31.70899772644043, "subreddit": "airnationalguard", "cluster": 1372, "color": 3}, {"x": -87.28515625, "y": -48.25972366333008, "subreddit": "landcruisers", "cluster": 1372, "color": 3}, {"x": -64.20235443115234, "y": -31.61981964111328, "subreddit": "pfsense", "cluster": 1372, "color": 3}, {"x": -66.7846450805664, "y": -31.149494171142578, "subreddit": "tasker", "cluster": 1372, "color": 3}, {"x": 15.911673545837402, "y": 92.98291778564453, "subreddit": "airplants", "cluster": 310, "color": 0}, {"x": 19.621723175048828, "y": 95.55420684814453, "subreddit": "cactus", "cluster": 310, "color": 0}, {"x": 8.564261436462402, "y": -6.465122699737549, "subreddit": "freeworldnews", "cluster": 310, "color": 0}, {"x": 19.818300247192383, "y": 96.21151733398438, "subreddit": "prlegacywars", "cluster": 310, "color": 0}, {"x": 19.817115783691406, "y": 94.15431213378906, "subreddit": "succulents", "cluster": 310, "color": 0}, {"x": -58.82481384277344, "y": -9.252779960632324, "subreddit": "airpods", "cluster": 950, "color": 4}, {"x": -59.966861724853516, "y": -7.6231865882873535, "subreddit": "ipad", "cluster": 950, "color": 4}, {"x": -59.93979263305664, "y": -7.559163570404053, "subreddit": "ipadpro", "cluster": 950, "color": 4}, {"x": -58.660255432128906, "y": -7.217467784881592, "subreddit": "iphonex", "cluster": 950, "color": 4}, {"x": -21.830490112304688, "y": 12.23528003692627, "subreddit": "procreate", "cluster": 950, "color": 4}, {"x": -101.17757415771484, "y": 55.97078323364258, "subreddit": "ajr", "cluster": 190, "color": 0}, {"x": -101.87469482421875, "y": 55.47269058227539, "subreddit": "bastille", "cluster": 190, "color": 0}, {"x": -101.99309539794922, "y": 55.38694763183594, "subreddit": "imaginedragons", "cluster": 190, "color": 0}, {"x": -90.41934204101562, "y": -76.51197052001953, "subreddit": "ak47", "cluster": 42, "color": 1}, {"x": -88.87113952636719, "y": -77.80827331542969, "subreddit": "forgottenweapons", "cluster": 42, "color": 1}, {"x": -90.64828491210938, "y": -76.46348571777344, "subreddit": "mosinnagant", "cluster": 42, "color": 1}, {"x": -90.68643188476562, "y": -76.53771209716797, "subreddit": "sks", "cluster": 42, "color": 1}, {"x": 79.62541198730469, "y": 32.04556655883789, "subreddit": "akamegakill", "cluster": 1004, "color": 2}, {"x": 77.13543701171875, "y": 31.814071655273438, "subreddit": "gurrenlagann", "cluster": 1004, "color": 2}, {"x": 77.16632080078125, "y": 31.815683364868164, "subreddit": "killlakill", "cluster": 1004, "color": 2}, {"x": 20.133380889892578, "y": 54.107078552246094, "subreddit": "nogamenolife", "cluster": 1004, "color": 2}, {"x": 127.96287536621094, "y": 9.711966514587402, "subreddit": "akb48", "cluster": 1442, "color": 2}, {"x": 128.50027465820312, "y": 11.839306831359863, "subreddit": "broducex101", "cluster": 1442, "color": 2}, {"x": 128.02830505371094, "y": 10.766290664672852, "subreddit": "izone", "cluster": 1442, "color": 2}, {"x": 128.07907104492188, "y": 10.752936363220215, "subreddit": "produce48", "cluster": 1442, "color": 2}, {"x": -134.83200073242188, "y": 35.370994567871094, "subreddit": "akhanvscrawfordlive", "cluster": 43, "color": 0}, {"x": -134.83206176757812, "y": 35.37128448486328, "subreddit": "liverpoolvsbarcalivee", "cluster": 43, "color": 0}, {"x": -134.83197021484375, "y": 35.37095260620117, "subreddit": "nfl_draft_live_hd", "cluster": 43, "color": 0}, {"x": -24.725830078125, "y": 12.331948280334473, "subreddit": "akron", "cluster": 1489, "color": 1}, {"x": -23.278112411499023, "y": 13.751681327819824, "subreddit": "babyyoda", "cluster": 1489, "color": 1}, {"x": 52.269168853759766, "y": 94.7404556274414, "subreddit": "bpdlovedones", "cluster": 1489, "color": 1}, {"x": -1.6445684432983398, "y": 48.85239791870117, "subreddit": "empiredidnothingwrong", "cluster": 1489, "color": 1}, {"x": -24.708009719848633, "y": 13.292914390563965, "subreddit": "justlegbeardthings", "cluster": 1489, "color": 1}, {"x": -24.538843154907227, "y": 13.087918281555176, "subreddit": "raisedbyborderlines", "cluster": 1489, "color": 1}, {"x": 35.42704772949219, "y": -116.11711883544922, "subreddit": "alabama", "cluster": 44, "color": 0}, {"x": 35.45549774169922, "y": -116.43873596191406, "subreddit": "birmingham", "cluster": 44, "color": 0}, {"x": 35.36301040649414, "y": -115.47858428955078, "subreddit": "huntsvillealabama", "cluster": 44, "color": 0}, {"x": -55.31576919555664, "y": -3.687964677810669, "subreddit": "alaska", "cluster": 45, "color": 0}, {"x": -55.301212310791016, "y": -3.666933536529541, "subreddit": "anchorage", "cluster": 45, "color": 0}, {"x": -58.05778884887695, "y": -7.215570449829102, "subreddit": "iphoneography", "cluster": 45, "color": 0}, {"x": 33.21436309814453, "y": -29.936548233032227, "subreddit": "scifiwriting", "cluster": 45, "color": 0}, {"x": -54.17127990722656, "y": -1.9668538570404053, "subreddit": "snowmobiling", "cluster": 45, "color": 0}, {"x": 93.33550262451172, "y": -82.44928741455078, "subreddit": "albania", "cluster": 1013, "color": 0}, {"x": 93.310546875, "y": -82.45054626464844, "subreddit": "kosovo", "cluster": 1013, "color": 0}, {"x": -13.349924087524414, "y": -79.13780212402344, "subreddit": "albany", "cluster": 1268, "color": 3}, {"x": -12.134371757507324, "y": -78.96319580078125, "subreddit": "buffalo", "cluster": 1268, "color": 3}, {"x": -12.258657455444336, "y": -78.91686248779297, "subreddit": "newyork", "cluster": 1268, "color": 3}, {"x": -88.43391418457031, "y": -63.577083587646484, "subreddit": "syracuse", "cluster": 1268, "color": 3}, {"x": -87.61112976074219, "y": -28.437519073486328, "subreddit": "alberta", "cluster": 46, "color": 0}, {"x": -87.26094818115234, "y": -26.56064796447754, "subreddit": "calgary", "cluster": 46, "color": 0}, {"x": -87.64253997802734, "y": -28.555665969848633, "subreddit": "edmonton", "cluster": 46, "color": 0}, {"x": 96.42217254638672, "y": -4.332135200500488, "subreddit": "albiononline", "cluster": 1186, "color": 3}, {"x": 91.17994689941406, "y": -0.9229181408882141, "subreddit": "bestbuy", "cluster": 1186, "color": 3}, {"x": 91.22886657714844, "y": -1.4932187795639038, "subreddit": "mmorpg", "cluster": 1186, "color": 3}, {"x": 93.99063110351562, "y": -1.3468176126480103, "subreddit": "new_world_mmo", "cluster": 1186, "color": 3}, {"x": 84.62754821777344, "y": 2.515286922454834, "subreddit": "ragnarokonline", "cluster": 1186, "color": 3}, {"x": -9.228931427001953, "y": -122.62203979492188, "subreddit": "swgemu", "cluster": 1186, "color": 3}, {"x": 86.95838165283203, "y": 2.688180446624756, "subreddit": "treeofsavior", "cluster": 1186, "color": 3}, {"x": 89.4575424194336, "y": 4.9892964363098145, "subreddit": "vindictus", "cluster": 1186, "color": 3}, {"x": 89.92206573486328, "y": -2.1281957626342773, "subreddit": "wildstar", "cluster": 1186, "color": 3}, {"x": 78.10875701904297, "y": 3.4085681438446045, "subreddit": "albuquerque", "cluster": 47, "color": 0}, {"x": 78.19190979003906, "y": 3.4298415184020996, "subreddit": "newmexico", "cluster": 47, "color": 0}, {"x": 76.4969711303711, "y": 2.9641711711883545, "subreddit": "stopsmoking", "cluster": 47, "color": 0}, {"x": -89.08084106445312, "y": -94.29531860351562, "subreddit": "alcohol", "cluster": 384, "color": 0}, {"x": -27.042448043823242, "y": -77.3459243774414, "subreddit": "bartenders", "cluster": 384, "color": 0}, {"x": -27.04775047302246, "y": -77.35029602050781, "subreddit": "cocktails", "cluster": 384, "color": 0}, {"x": -89.04082489013672, "y": -94.34134674072266, "subreddit": "gin", "cluster": 384, "color": 0}, {"x": -110.90910339355469, "y": 70.00203704833984, "subreddit": "alcoholism_medication", "cluster": 573, "color": 2}, {"x": -110.9065933227539, "y": 69.99956512451172, "subreddit": "dryalcoholics", "cluster": 573, "color": 2}, {"x": 37.25490188598633, "y": 37.84068298339844, "subreddit": "aldi", "cluster": 53, "color": 0}, {"x": 37.63931655883789, "y": 38.57920837402344, "subreddit": "amateurroomporn", "cluster": 53, "color": 0}, {"x": 37.74626159667969, "y": 38.780643463134766, "subreddit": "chicagotrees", "cluster": 53, "color": 0}, {"x": -3.6318092346191406, "y": 42.646446228027344, "subreddit": "knightsofpineapple", "cluster": 53, "color": 0}, {"x": -67.76683807373047, "y": -21.818387985229492, "subreddit": "alexa", "cluster": 54, "color": 1}, {"x": -67.77008056640625, "y": -21.84357452392578, "subreddit": "amazonecho", "cluster": 54, "color": 1}, {"x": -14.198715209960938, "y": -37.32322692871094, "subreddit": "hannibaltv", "cluster": 54, "color": 1}, {"x": 103.67357635498047, "y": 43.240318298339844, "subreddit": "algeria", "cluster": 93, "color": 1}, {"x": -74.01852416992188, "y": 41.796592712402344, "subreddit": "arabs", "cluster": 93, "color": 1}, {"x": -73.32305145263672, "y": 43.229095458984375, "subreddit": "bahrain", "cluster": 93, "color": 1}, {"x": -75.01979064941406, "y": 42.16638946533203, "subreddit": "egypt", "cluster": 93, "color": 1}, {"x": -74.21573638916016, "y": 40.946598052978516, "subreddit": "iraq", "cluster": 93, "color": 1}, {"x": 17.76943016052246, "y": 79.9757308959961, "subreddit": "kuwait", "cluster": 93, "color": 1}, {"x": 32.50943374633789, "y": -32.66697311401367, "subreddit": "learn_arabic", "cluster": 93, "color": 1}, {"x": -73.62606811523438, "y": 41.87843704223633, "subreddit": "saudiarabia", "cluster": 93, "color": 1}, {"x": 10.205286979675293, "y": -65.70529174804688, "subreddit": "algorithms", "cluster": 411, "color": 0}, {"x": 10.91001033782959, "y": -64.33092498779297, "subreddit": "askcomputerscience", "cluster": 411, "color": 0}, {"x": 13.912073135375977, "y": -68.53084564208984, "subreddit": "baduk", "cluster": 411, "color": 0}, {"x": 9.922986030578613, "y": -65.08480072021484, "subreddit": "compsci", "cluster": 411, "color": 0}, {"x": 10.193811416625977, "y": -67.36566162109375, "subreddit": "computerscience", "cluster": 411, "color": 0}, {"x": 3.767277240753174, "y": -70.6913833618164, "subreddit": "dailyprogrammer", "cluster": 411, "color": 0}, {"x": 7.8137736320495605, "y": -64.48478698730469, "subreddit": "haskell", "cluster": 411, "color": 0}, {"x": 13.224871635437012, "y": -66.01473999023438, "subreddit": "latex", "cluster": 411, "color": 0}, {"x": 5.690474987030029, "y": -66.19912719726562, "subreddit": "programminglanguages", "cluster": 411, "color": 0}, {"x": -45.81749725341797, "y": 105.29273223876953, "subreddit": "algotrading", "cluster": 676, "color": 2}, {"x": -42.25315475463867, "y": -26.051467895507812, "subreddit": "cfa", "cluster": 676, "color": 2}, {"x": -41.224491119384766, "y": -25.72753143310547, "subreddit": "finance", "cluster": 676, "color": 2}, {"x": -41.95759582519531, "y": -25.94378089904785, "subreddit": "financialcareers", "cluster": 676, "color": 2}, {"x": -52.837158203125, "y": -62.85373306274414, "subreddit": "financialplanning", "cluster": 676, "color": 2}, {"x": -40.505516052246094, "y": -25.577068328857422, "subreddit": "securityanalysis", "cluster": 676, "color": 2}, {"x": -30.347240447998047, "y": -22.86494255065918, "subreddit": "alienblue", "cluster": 49, "color": 0}, {"x": -28.611652374267578, "y": -23.22878074645996, "subreddit": "help", "cluster": 49, "color": 0}, {"x": -30.435203552246094, "y": -22.84471321105957, "subreddit": "redditmobile", "cluster": 49, "color": 0}, {"x": 46.99827194213867, "y": -2.5424394607543945, "subreddit": "alienisolation", "cluster": 1701, "color": 4}, {"x": 57.57661056518555, "y": -1.1570885181427002, "subreddit": "battlefront", "cluster": 1701, "color": 4}, {"x": 58.09205627441406, "y": -0.5462697744369507, "subreddit": "battlefronttwo", "cluster": 1701, "color": 4}, {"x": 58.49354553222656, "y": 0.535232663154602, "subreddit": "fallenorder", "cluster": 1701, "color": 4}, {"x": 58.059234619140625, "y": -0.4413631856441498, "subreddit": "starwarsbattlefront", "cluster": 1701, "color": 4}, {"x": 92.63483428955078, "y": 43.90776443481445, "subreddit": "aliens", "cluster": 790, "color": 0}, {"x": -23.870487213134766, "y": 9.369658470153809, "subreddit": "dimensionaljumping", "cluster": 790, "color": 0}, {"x": -23.59917449951172, "y": 9.573768615722656, "subreddit": "glitch_in_the_matrix", "cluster": 790, "color": 0}, {"x": -23.01238250732422, "y": 10.115762710571289, "subreddit": "glitchinthematrix", "cluster": 790, "color": 0}, {"x": -24.615833282470703, "y": 8.606728553771973, "subreddit": "timetravel", "cluster": 790, "color": 0}, {"x": -88.72437286376953, "y": -6.589810371398926, "subreddit": "alienware", "cluster": 767, "color": 1}, {"x": -88.60411071777344, "y": -6.74464750289917, "subreddit": "gaminglaptops", "cluster": 767, "color": 1}, {"x": -88.1008071899414, "y": -7.571134090423584, "subreddit": "lenovo", "cluster": 767, "color": 1}, {"x": -86.44522094726562, "y": -4.213649749755859, "subreddit": "msilaptops", "cluster": 767, "color": 1}, {"x": -47.01762008666992, "y": -38.11430740356445, "subreddit": "aliexpress", "cluster": 55, "color": 0}, {"x": -46.92355728149414, "y": -39.807472229003906, "subreddit": "amazon", "cluster": 55, "color": 0}, {"x": -46.25300979614258, "y": -39.40625762939453, "subreddit": "amazonprime", "cluster": 55, "color": 0}, {"x": -45.345680236816406, "y": -39.436981201171875, "subreddit": "blogging", "cluster": 55, "color": 0}, {"x": -28.49834632873535, "y": -88.64063262939453, "subreddit": "horseracing", "cluster": 55, "color": 0}, {"x": -20.74551773071289, "y": -22.291889190673828, "subreddit": "alisonbrie", "cluster": 406, "color": 1}, {"x": -20.920372009277344, "y": -22.366500854492188, "subreddit": "community", "cluster": 406, "color": 1}, {"x": -21.75401496887207, "y": -21.943675994873047, "subreddit": "harmontown", "cluster": 406, "color": 1}, {"x": -64.83226776123047, "y": 74.17208862304688, "subreddit": "alitabattleangel", "cluster": 828, "color": 1}, {"x": -64.50626373291016, "y": 75.0342788696289, "subreddit": "codegeass", "cluster": 828, "color": 1}, {"x": -64.60149383544922, "y": 74.79230499267578, "subreddit": "gunnm", "cluster": 828, "color": 1}, {"x": 52.61484909057617, "y": 81.4604263305664, "subreddit": "allergies", "cluster": 144, "color": 0}, {"x": 52.60918045043945, "y": 81.45791625976562, "subreddit": "asthma", "cluster": 144, "color": 0}, {"x": 17.69453239440918, "y": 5.0579304695129395, "subreddit": "allsports4ktv", "cluster": 433, "color": 0}, {"x": 19.947528839111328, "y": 7.857386112213135, "subreddit": "amaaggregator", "cluster": 433, "color": 0}, {"x": 116.79791259765625, "y": -15.91283130645752, "subreddit": "boxingfight1", "cluster": 433, "color": 0}, {"x": 86.20025634765625, "y": -19.97795867919922, "subreddit": "compdota2", "cluster": 433, "color": 0}, {"x": 17.542137145996094, "y": 5.119116306304932, "subreddit": "cowboysramslivetv", "cluster": 433, "color": 0}, {"x": -26.110136032104492, "y": 17.0863094329834, "subreddit": "destiny_2", "cluster": 433, "color": 0}, {"x": 52.79967498779297, "y": -102.21653747558594, "subreddit": "eft_lfg", "cluster": 433, "color": 0}, {"x": 19.170442581176758, "y": 5.2305378913879395, "subreddit": "esoguilds", "cluster": 433, "color": 0}, {"x": 22.537622451782227, "y": 4.254917144775391, "subreddit": "ffxivhousingmarket", "cluster": 433, "color": 0}, {"x": 18.130617141723633, "y": 3.530921459197998, "subreddit": "fifaclubs", "cluster": 433, "color": 0}, {"x": 16.61334991455078, "y": 5.277132987976074, "subreddit": "findaleague", "cluster": 433, "color": 0}, {"x": 17.290388107299805, "y": 4.034782409667969, "subreddit": "findaunit", "cluster": 433, "color": 0}, {"x": 17.68400001525879, "y": 7.677780628204346, "subreddit": "fortnitelfg", "cluster": 433, "color": 0}, {"x": 18.599721908569336, "y": 6.653588771820068, "subreddit": "gamerpals", "cluster": 433, "color": 0}, {"x": 18.350608825683594, "y": 4.545903205871582, "subreddit": "guildrecruitment", "cluster": 433, "color": 0}, {"x": 16.978612899780273, "y": 3.0054214000701904, "subreddit": "kindvoice", "cluster": 433, "color": 0}, {"x": 17.81123161315918, "y": 6.532607078552246, "subreddit": "leagueconnect", "cluster": 433, "color": 0}, {"x": 18.553163528442383, "y": 2.246636390686035, "subreddit": "lfg", "cluster": 433, "color": 0}, {"x": 15.450887680053711, "y": 3.9245946407318115, "subreddit": "motorsportsstreams", "cluster": 433, "color": 0}, {"x": 19.211275100708008, "y": 3.9900286197662354, "subreddit": "nfl_game2018", "cluster": 433, "color": 0}, {"x": 18.251811981201172, "y": 5.498852729797363, "subreddit": "nflgamesday", "cluster": 433, "color": 0}, {"x": 17.1259708404541, "y": 5.859619617462158, "subreddit": "overwatchlft", "cluster": 433, "color": 0}, {"x": 14.571916580200195, "y": 6.559386730194092, "subreddit": "playarkservers", "cluster": 433, "color": 0}, {"x": 15.238188743591309, "y": 5.2222371101379395, "subreddit": "proofreading", "cluster": 433, "color": 0}, {"x": 16.65874671936035, "y": 7.011016368865967, "subreddit": "r6steams", "cluster": 433, "color": 0}, {"x": 16.080385208129883, "y": 6.100203990936279, "subreddit": "recruitcs", "cluster": 433, "color": 0}, {"x": 19.607894897460938, "y": 6.311458110809326, "subreddit": "rocketleaguefriends", "cluster": 433, "color": 0}, {"x": 20.46070098876953, "y": 3.763671398162842, "subreddit": "smitelfm", "cluster": 433, "color": 0}, {"x": -37.3798942565918, "y": -101.9963607788086, "subreddit": "sportsbook", "cluster": 433, "color": 0}, {"x": 17.584333419799805, "y": 5.112732410430908, "subreddit": "sportsnext", "cluster": 433, "color": 0}, {"x": 15.707515716552734, "y": 2.246032238006592, "subreddit": "swgoh_guilds", "cluster": 433, "color": 0}, {"x": 20.484508514404297, "y": 0.4414013922214508, "subreddit": "tabletopsimulator", "cluster": 433, "color": 0}, {"x": 56.18800354003906, "y": 16.287477493286133, "subreddit": "tarkovtrading", "cluster": 433, "color": 0}, {"x": 16.406187057495117, "y": 4.411126613616943, "subreddit": "teamredditteams", "cluster": 433, "color": 0}, {"x": 19.956138610839844, "y": 2.395977020263672, "subreddit": "twitch_startup", "cluster": 433, "color": 0}, {"x": 41.60502243041992, "y": 12.914008140563965, "subreddit": "warframeclanrecruit", "cluster": 433, "color": 0}, {"x": 17.35888671875, "y": 5.026986122131348, "subreddit": "wowguilds", "cluster": 433, "color": 0}, {"x": -35.481712341308594, "y": -10.652200698852539, "subreddit": "allsportshq", "cluster": 50, "color": 0}, {"x": 55.428245544433594, "y": -97.93769073486328, "subreddit": "allsvenskan", "cluster": 1746, "color": 5}, {"x": 54.038822174072266, "y": -92.55818176269531, "subreddit": "gothenburg", "cluster": 1746, "color": 5}, {"x": 45.1312141418457, "y": 17.77596664428711, "subreddit": "ignorantimgur", "cluster": 1746, "color": 5}, {"x": 52.8217887878418, "y": -92.98526763916016, "subreddit": "stockholm", "cluster": 1746, "color": 5}, {"x": 54.0709114074707, "y": -93.9019775390625, "subreddit": "svenskpolitik", "cluster": 1746, "color": 5}, {"x": 52.39997100830078, "y": -94.24346923828125, "subreddit": "swarje", "cluster": 1746, "color": 5}, {"x": 53.34522247314453, "y": -93.55229187011719, "subreddit": "sweden", "cluster": 1746, "color": 5}, {"x": 52.349124908447266, "y": -95.64124298095703, "subreddit": "swedents", "cluster": 1746, "color": 5}, {"x": 52.1839599609375, "y": -94.5130844116211, "subreddit": "swedishproblems", "cluster": 1746, "color": 5}, {"x": 56.89091110229492, "y": -80.62718200683594, "subreddit": "allthingsprotoss", "cluster": 1695, "color": 3}, {"x": 57.736907958984375, "y": -81.8514633178711, "subreddit": "allthingsterran", "cluster": 1695, "color": 3}, {"x": 57.93953323364258, "y": -80.34674072265625, "subreddit": "allthingszerg", "cluster": 1695, "color": 3}, {"x": 55.44736099243164, "y": -97.97732543945312, "subreddit": "broodwar", "cluster": 1695, "color": 3}, {"x": 97.7779541015625, "y": -112.55671691894531, "subreddit": "presidentialracememes", "cluster": 1695, "color": 3}, {"x": 57.27404022216797, "y": -80.69589233398438, "subreddit": "starcraft", "cluster": 1695, "color": 3}, {"x": 58.558624267578125, "y": -80.72898864746094, "subreddit": "starcraft2", "cluster": 1695, "color": 3}, {"x": 57.819637298583984, "y": -82.15046691894531, "subreddit": "starcraft_strategy", "cluster": 1695, "color": 3}, {"x": -40.23874282836914, "y": 62.38699722290039, "subreddit": "almostahero", "cluster": 757, "color": 2}, {"x": -76.42512512207031, "y": -7.858858585357666, "subreddit": "galaxys7", "cluster": 757, "color": 2}, {"x": -76.42523956298828, "y": -7.769157409667969, "subreddit": "galaxys8", "cluster": 757, "color": 2}, {"x": -78.79981231689453, "y": -4.589862823486328, "subreddit": "galaxys9", "cluster": 757, "color": 2}, {"x": -34.4388313293457, "y": -52.657073974609375, "subreddit": "alonetv", "cluster": 305, "color": 0}, {"x": -54.65134811401367, "y": -51.65541458129883, "subreddit": "axecraft", "cluster": 305, "color": 0}, {"x": -54.43093490600586, "y": -52.560115814208984, "subreddit": "bushcraft", "cluster": 305, "color": 0}, {"x": 32.94404220581055, "y": 23.37407875061035, "subreddit": "leathercraft", "cluster": 305, "color": 0}, {"x": -54.366641998291016, "y": -52.771400451660156, "subreddit": "survival", "cluster": 305, "color": 0}, {"x": -82.0089111328125, "y": 3.9229986667633057, "subreddit": "woodcarving", "cluster": 305, "color": 0}, {"x": 5.040802955627441, "y": 125.00857543945312, "subreddit": "alphabaymarket", "cluster": 51, "color": 0}, {"x": 5.0610833168029785, "y": 125.0335464477539, "subreddit": "dream_market", "cluster": 51, "color": 0}, {"x": 2.2402329444885254, "y": 125.94995880126953, "subreddit": "fraudnet2", "cluster": 51, "color": 0}, {"x": -4.482005596160889, "y": 5.392116546630859, "subreddit": "alpharadtv", "cluster": 1647, "color": 4}, {"x": -39.74423599243164, "y": 27.405250549316406, "subreddit": "crazyhand", "cluster": 1647, "color": 4}, {"x": -39.32683181762695, "y": 24.647308349609375, "subreddit": "pokkengame", "cluster": 1647, "color": 4}, {"x": -38.787960052490234, "y": 26.027671813964844, "subreddit": "rivalsofaether", "cluster": 1647, "color": 4}, {"x": -40.1772346496582, "y": 26.079011917114258, "subreddit": "smashbros", "cluster": 1647, "color": 4}, {"x": -41.63825988769531, "y": 24.470064163208008, "subreddit": "smashcirclejerk", "cluster": 1647, "color": 4}, {"x": -0.581447958946228, "y": -126.40078735351562, "subreddit": "speedrun", "cluster": 1647, "color": 4}, {"x": -40.26642990112305, "y": 25.888124465942383, "subreddit": "ssbpm", "cluster": 1647, "color": 4}, {"x": -62.83585739135742, "y": -59.89855194091797, "subreddit": "alpinism", "cluster": 1204, "color": 0}, {"x": -63.06114196777344, "y": -57.01051330566406, "subreddit": "arcteryx", "cluster": 1204, "color": 0}, {"x": -62.844329833984375, "y": -59.885498046875, "subreddit": "mountaineering", "cluster": 1204, "color": 0}, {"x": 48.696998596191406, "y": -19.81703758239746, "subreddit": "alteredcarbon", "cluster": 1799, "color": 4}, {"x": 48.928401947021484, "y": -18.51835823059082, "subreddit": "cyberpunkgame", "cluster": 1799, "color": 4}, {"x": 48.508121490478516, "y": -21.276256561279297, "subreddit": "factorio", "cluster": 1799, "color": 4}, {"x": 48.678314208984375, "y": -20.042919158935547, "subreddit": "theculture", "cluster": 1799, "color": 4}, {"x": 36.12538528442383, "y": -60.68846130371094, "subreddit": "alternatehistory", "cluster": 867, "color": 0}, {"x": -86.35234069824219, "y": -80.45883178710938, "subreddit": "ar10", "cluster": 867, "color": 0}, {"x": -86.12757873535156, "y": -80.94021606445312, "subreddit": "futurewhatif", "cluster": 867, "color": 0}, {"x": -86.2004623413086, "y": -80.8067626953125, "subreddit": "historywhatif", "cluster": 867, "color": 0}, {"x": -88.6353988647461, "y": 34.56364822387695, "subreddit": "alternativeamazonvgf", "cluster": 1286, "color": 4}, {"x": -92.01525115966797, "y": 31.159595489501953, "subreddit": "korn", "cluster": 1286, "color": 4}, {"x": -92.0084228515625, "y": 31.426198959350586, "subreddit": "linkinpark", "cluster": 1286, "color": 4}, {"x": -90.17693328857422, "y": 32.4669189453125, "subreddit": "marilyn_manson", "cluster": 1286, "color": 4}, {"x": -91.75411987304688, "y": 32.961761474609375, "subreddit": "nin", "cluster": 1286, "color": 4}, {"x": -91.88801574707031, "y": 33.32033157348633, "subreddit": "nincirclejerk", "cluster": 1286, "color": 4}, {"x": -14.819717407226562, "y": -5.669849872589111, "subreddit": "alternativeart", "cluster": 921, "color": 1}, {"x": -15.046995162963867, "y": -9.690814018249512, "subreddit": "armoredwomen", "cluster": 921, "color": 1}, {"x": -14.362192153930664, "y": -8.274478912353516, "subreddit": "comicbookart", "cluster": 921, "color": 1}, {"x": -16.218265533447266, "y": -8.494078636169434, "subreddit": "imaginaryhorrors", "cluster": 921, "color": 1}, {"x": -15.572624206542969, "y": -8.026811599731445, "subreddit": "imaginaryjedi", "cluster": 921, "color": 1}, {"x": -15.97249984741211, "y": -8.651777267456055, "subreddit": "imaginaryleviathans", "cluster": 921, "color": 1}, {"x": -16.073348999023438, "y": -7.811887264251709, "subreddit": "imaginarymindscapes", "cluster": 921, "color": 1}, {"x": -17.391443252563477, "y": -8.31961727142334, "subreddit": "imaginarysliceoflife", "cluster": 921, "color": 1}, {"x": -16.023603439331055, "y": -9.28099536895752, "subreddit": "imaginarywesteros", "cluster": 921, "color": 1}, {"x": -16.709489822387695, "y": -6.461634159088135, "subreddit": "specart", "cluster": 921, "color": 1}, {"x": -17.01077651977539, "y": -10.180445671081543, "subreddit": "tomhiddleston", "cluster": 921, "color": 1}, {"x": -39.50425338745117, "y": 14.707688331604004, "subreddit": "althomestuck", "cluster": 1902, "color": 3}, {"x": 50.739227294921875, "y": -28.77400779724121, "subreddit": "paradoxplaza", "cluster": 1902, "color": 3}, {"x": 42.08955001831055, "y": -78.6869888305664, "subreddit": "redditbrigade", "cluster": 1902, "color": 3}, {"x": 50.819095611572266, "y": -29.29373550415039, "subreddit": "victoria2", "cluster": 1902, "color": 3}, {"x": 14.190705299377441, "y": -18.209630966186523, "subreddit": "altnewz", "cluster": 159, "color": 1}, {"x": 13.09036922454834, "y": -18.19476890563965, "subreddit": "autonewspaper", "cluster": 159, "color": 1}, {"x": 13.328091621398926, "y": -17.412334442138672, "subreddit": "cnet_all_rss", "cluster": 159, "color": 1}, {"x": 11.659811019897461, "y": -19.7391357421875, "subreddit": "cyberlaws", "cluster": 159, "color": 1}, {"x": 9.409287452697754, "y": -23.855144500732422, "subreddit": "economy", "cluster": 159, "color": 1}, {"x": 15.423954963684082, "y": -22.724342346191406, "subreddit": "hackernews", "cluster": 159, "color": 1}, {"x": 14.0712308883667, "y": -19.564146041870117, "subreddit": "islamunveiled", "cluster": 159, "color": 1}, {"x": 13.973426818847656, "y": -15.160256385803223, "subreddit": "keepournetfree", "cluster": 159, "color": 1}, {"x": 13.9617919921875, "y": -15.205042839050293, "subreddit": "netneutrality", "cluster": 159, "color": 1}, {"x": 12.220995903015137, "y": -17.080930709838867, "subreddit": "noshitsherlock", "cluster": 159, "color": 1}, {"x": 11.353866577148438, "y": -18.00299835205078, "subreddit": "panamapapers", "cluster": 159, "color": 1}, {"x": 13.21558952331543, "y": -20.81755828857422, "subreddit": "realtech", "cluster": 159, "color": 1}, {"x": 11.618769645690918, "y": -20.15544319152832, "subreddit": "restorethefourth", "cluster": 159, "color": 1}, {"x": 12.808429718017578, "y": -18.731380462646484, "subreddit": "savedyouaclick", "cluster": 159, "color": 1}, {"x": 27.114097595214844, "y": 13.120137214660645, "subreddit": "the_donald_discuss", "cluster": 159, "color": 1}, {"x": 12.352090835571289, "y": -18.674650192260742, "subreddit": "worldnews", "cluster": 159, "color": 1}, {"x": 1.1908650398254395, "y": -1.494944453239441, "subreddit": "amateurfights", "cluster": 1721, "color": 4}, {"x": -22.72506332397461, "y": 26.989166259765625, "subreddit": "dominos", "cluster": 1721, "color": 4}, {"x": -18.90143585205078, "y": 12.634410858154297, "subreddit": "fightporn", "cluster": 1721, "color": 4}, {"x": -19.03282928466797, "y": 12.459619522094727, "subreddit": "streetfights", "cluster": 1721, "color": 4}, {"x": -92.87210845947266, "y": -14.327144622802734, "subreddit": "amateurphotography", "cluster": 743, "color": 2}, {"x": -92.86965942382812, "y": -15.26020336151123, "subreddit": "fujifilm", "cluster": 743, "color": 2}, {"x": -92.9011001586914, "y": -15.363029479980469, "subreddit": "fujix", "cluster": 743, "color": 2}, {"x": -57.0478401184082, "y": -49.21271514892578, "subreddit": "amateurradio", "cluster": 52, "color": 0}, {"x": -57.034088134765625, "y": -49.20595932006836, "subreddit": "hamradio", "cluster": 52, "color": 0}, {"x": 96.44713592529297, "y": -34.24714279174805, "subreddit": "amazonfaeries", "cluster": 1490, "color": 2}, {"x": 92.89350891113281, "y": -33.47431564331055, "subreddit": "bookexchange", "cluster": 1490, "color": 2}, {"x": 96.04185485839844, "y": -34.85721969604492, "subreddit": "random_acts_of_amazon", "cluster": 1490, "color": 2}, {"x": 93.71369171142578, "y": -37.73554992675781, "subreddit": "randomactsofamazon", "cluster": 1490, "color": 2}, {"x": 93.74527740478516, "y": -34.555973052978516, "subreddit": "randomactsofgifting", "cluster": 1490, "color": 2}, {"x": 96.02424621582031, "y": -35.12472915649414, "subreddit": "wishlist", "cluster": 1490, "color": 2}, {"x": -128.48623657226562, "y": -0.37375038862228394, "subreddit": "amazonflexdrivers", "cluster": 554, "color": 2}, {"x": -126.9686508178711, "y": 2.0533854961395264, "subreddit": "doordash", "cluster": 554, "color": 2}, {"x": -127.02201843261719, "y": 2.143291473388672, "subreddit": "doordash_drivers", "cluster": 554, "color": 2}, {"x": 10.461031913757324, "y": -42.372283935546875, "subreddit": "instacartshoppers", "cluster": 554, "color": 2}, {"x": -49.522499084472656, "y": -92.38642120361328, "subreddit": "ncaafbseries", "cluster": 554, "color": 2}, {"x": -124.4258041381836, "y": 5.991969108581543, "subreddit": "skipthedishes", "cluster": 554, "color": 2}, {"x": -43.98479080200195, "y": -38.5012321472168, "subreddit": "amazonmerch", "cluster": 624, "color": 0}, {"x": -37.75556564331055, "y": -43.94585037231445, "subreddit": "copywriting", "cluster": 624, "color": 0}, {"x": -38.290592193603516, "y": -41.4110107421875, "subreddit": "entrepreneur", "cluster": 624, "color": 0}, {"x": -39.07259750366211, "y": -40.629920959472656, "subreddit": "entrepreneurridealong", "cluster": 624, "color": 0}, {"x": -44.3068962097168, "y": -39.22123336791992, "subreddit": "juststart", "cluster": 624, "color": 0}, {"x": -37.324058532714844, "y": -42.21675491333008, "subreddit": "sales", "cluster": 624, "color": 0}, {"x": -37.31413650512695, "y": -38.56595993041992, "subreddit": "sideproject", "cluster": 624, "color": 0}, {"x": -38.387821197509766, "y": -41.686241149902344, "subreddit": "smallbusiness", "cluster": 624, "color": 0}, {"x": -37.32283020019531, "y": -38.60066604614258, "subreddit": "startup", "cluster": 624, "color": 0}, {"x": -37.47233963012695, "y": -40.67038345336914, "subreddit": "startups", "cluster": 624, "color": 0}, {"x": 41.201560974121094, "y": 44.35282516479492, "subreddit": "amberlynn", "cluster": 594, "color": 1}, {"x": 43.59442901611328, "y": 41.956668853759766, "subreddit": "bingeeatingdisorder", "cluster": 594, "color": 1}, {"x": 41.80995178222656, "y": 41.07688522338867, "subreddit": "edanonymemes", "cluster": 594, "color": 1}, {"x": 41.69471740722656, "y": 41.06886672973633, "subreddit": "edanonymous", "cluster": 594, "color": 1}, {"x": 40.907981872558594, "y": 41.58887481689453, "subreddit": "edfood", "cluster": 594, "color": 1}, {"x": 41.86549758911133, "y": 38.90529251098633, "subreddit": "fuckeatingdisorders", "cluster": 594, "color": 1}, {"x": 9.226457595825195, "y": 113.2307357788086, "subreddit": "ambien", "cluster": 570, "color": 1}, {"x": 11.314120292663574, "y": 114.44619750976562, "subreddit": "benzodiazepines", "cluster": 570, "color": 1}, {"x": 10.706008911132812, "y": 123.56403350830078, "subreddit": "darknet", "cluster": 570, "color": 1}, {"x": 11.769746780395508, "y": 111.14982604980469, "subreddit": "drugmemes", "cluster": 570, "color": 1}, {"x": 11.852828979492188, "y": 113.02333068847656, "subreddit": "drugsarebeautiful", "cluster": 570, "color": 1}, {"x": 11.950379371643066, "y": 110.7428970336914, "subreddit": "drugscirclejerk", "cluster": 570, "color": 1}, {"x": 11.803397178649902, "y": 112.99874114990234, "subreddit": "drugstashes", "cluster": 570, "color": 1}, {"x": 6.349865436553955, "y": 114.26656341552734, "subreddit": "drugtesthelp", "cluster": 570, "color": 1}, {"x": 9.999115943908691, "y": 116.4011459350586, "subreddit": "lean", "cluster": 570, "color": 1}, {"x": 13.241931915283203, "y": 116.23909759521484, "subreddit": "opiatechurch", "cluster": 570, "color": 1}, {"x": 11.949176788330078, "y": 115.71078491210938, "subreddit": "pillhead", "cluster": 570, "color": 1}, {"x": -13.110906600952148, "y": -109.82737731933594, "subreddit": "ambientmusic", "cluster": 568, "color": 0}, {"x": 18.066402435302734, "y": 99.15234375, "subreddit": "druggardening", "cluster": 568, "color": 0}, {"x": 17.33115577697754, "y": 102.19794464111328, "subreddit": "lsa", "cluster": 568, "color": 0}, {"x": 18.10546112060547, "y": 99.04447174072266, "subreddit": "sanpedrocactus", "cluster": 568, "color": 0}, {"x": -18.63278579711914, "y": -82.26827239990234, "subreddit": "amcsalist", "cluster": 1208, "color": 2}, {"x": 89.65058898925781, "y": 72.33428955078125, "subreddit": "asheronscall", "cluster": 1208, "color": 2}, {"x": 101.34290313720703, "y": 67.65189361572266, "subreddit": "disneymagickingdoms", "cluster": 1208, "color": 2}, {"x": -18.4331111907959, "y": -82.2349853515625, "subreddit": "moviepass", "cluster": 1208, "color": 2}, {"x": -16.992063522338867, "y": -82.08564758300781, "subreddit": "moviepassclub", "cluster": 1208, "color": 2}, {"x": -17.107194900512695, "y": -82.0946044921875, "subreddit": "sinemia", "cluster": 1208, "color": 2}, {"x": -135.20956420898438, "y": 25.049701690673828, "subreddit": "americanbasketballfed", "cluster": 218, "color": 2}, {"x": -134.5644073486328, "y": 25.29654884338379, "subreddit": "basketballgm", "cluster": 218, "color": 2}, {"x": -136.1591339111328, "y": 24.7065486907959, "subreddit": "bgasl", "cluster": 218, "color": 2}, {"x": -136.3349151611328, "y": 24.642858505249023, "subreddit": "bgmll", "cluster": 218, "color": 2}, {"x": -13.559911727905273, "y": -37.42515182495117, "subreddit": "americangods", "cluster": 1829, "color": 4}, {"x": -12.557706832885742, "y": -38.9976806640625, "subreddit": "brakebills", "cluster": 1829, "color": 4}, {"x": -9.34138298034668, "y": 13.899006843566895, "subreddit": "bulletbarry", "cluster": 1829, "color": 4}, {"x": -12.033446311950684, "y": -37.866817474365234, "subreddit": "lucifer", "cluster": 1829, "color": 4}, {"x": 62.080509185791016, "y": -0.27552640438079834, "subreddit": "skyrimtogether", "cluster": 1829, "color": 4}, {"x": -12.27961540222168, "y": -36.78123474121094, "subreddit": "theboys", "cluster": 1829, "color": 4}, {"x": -12.119084358215332, "y": -37.699317932128906, "subreddit": "titanstv", "cluster": 1829, "color": 4}, {"x": -10.879861831665039, "y": -37.6309928894043, "subreddit": "youngjustice", "cluster": 1829, "color": 4}, {"x": -20.98677635192871, "y": -42.52690505981445, "subreddit": "americanhorrorstory", "cluster": 1591, "color": 4}, {"x": -21.100309371948242, "y": -44.28711700439453, "subreddit": "mtvscream", "cluster": 1591, "color": 4}, {"x": -21.10556411743164, "y": -44.2957763671875, "subreddit": "prettylittleliars", "cluster": 1591, "color": 4}, {"x": -21.023900985717773, "y": -42.89427185058594, "subreddit": "screamqueenstv", "cluster": 1591, "color": 4}, {"x": -19.96006965637207, "y": -40.39955520629883, "subreddit": "americanidol", "cluster": 57, "color": 0}, {"x": -19.739784240722656, "y": -40.039100646972656, "subreddit": "thenightof", "cluster": 57, "color": 0}, {"x": 13.668081283569336, "y": -22.81038475036621, "subreddit": "americanpolitics", "cluster": 616, "color": 2}, {"x": 13.117443084716797, "y": -23.99234962463379, "subreddit": "endlesswar", "cluster": 616, "color": 2}, {"x": 12.819186210632324, "y": -23.734914779663086, "subreddit": "intelligence", "cluster": 616, "color": 2}, {"x": 13.723336219787598, "y": -24.572460174560547, "subreddit": "randpaul", "cluster": 616, "color": 2}, {"x": 12.166324615478516, "y": -25.044923782348633, "subreddit": "worldevents", "cluster": 616, "color": 2}, {"x": -20.43694496154785, "y": -89.83635711669922, "subreddit": "amex", "cluster": 442, "color": 3}, {"x": -17.804872512817383, "y": -86.14778137207031, "subreddit": "banking", "cluster": 442, "color": 3}, {"x": -19.41666603088379, "y": -89.90621948242188, "subreddit": "credit", "cluster": 442, "color": 3}, {"x": -20.046693801879883, "y": -89.84628295898438, "subreddit": "creditcards", "cluster": 442, "color": 3}, {"x": -18.170549392700195, "y": -20.357027053833008, "subreddit": "amibeingdetained", "cluster": 906, "color": 3}, {"x": -19.48954963684082, "y": -23.488452911376953, "subreddit": "arresteddevelopment", "cluster": 906, "color": 3}, {"x": -27.46371841430664, "y": -8.137415885925293, "subreddit": "callmebyyourname", "cluster": 906, "color": 3}, {"x": -19.05193519592285, "y": -20.432907104492188, "subreddit": "iasip", "cluster": 906, "color": 3}, {"x": -102.25859069824219, "y": -124.09886169433594, "subreddit": "letterkenny", "cluster": 906, "color": 3}, {"x": -21.032262802124023, "y": -19.29812240600586, "subreddit": "mitchellandwebb", "cluster": 906, "color": 3}, {"x": -18.407188415527344, "y": -21.38485336303711, "subreddit": "scrubs", "cluster": 906, "color": 3}, {"x": -19.327665328979492, "y": -20.201757431030273, "subreddit": "the_dennis", "cluster": 906, "color": 3}, {"x": 89.9355697631836, "y": -57.20869827270508, "subreddit": "trailerparkboys", "cluster": 906, "color": 3}, {"x": -0.9411162734031677, "y": -2.047337532043457, "subreddit": "workaholics", "cluster": 906, "color": 3}, {"x": 25.629730224609375, "y": -4.987298488616943, "subreddit": "amifreetogo", "cluster": 174, "color": 0}, {"x": 25.88235855102539, "y": -4.900352478027344, "subreddit": "bad_cop_no_donut", "cluster": 174, "color": 0}, {"x": 26.6937255859375, "y": -4.570832252502441, "subreddit": "rightwinglgbt", "cluster": 174, "color": 0}, {"x": 27.347116470336914, "y": -4.353463649749756, "subreddit": "walkaway", "cluster": 174, "color": 0}, {"x": -50.08685302734375, "y": -28.641109466552734, "subreddit": "amiga", "cluster": 1063, "color": 3}, {"x": -5.12295389175415, "y": -64.25457763671875, "subreddit": "archlinux", "cluster": 1063, "color": 3}, {"x": -6.852986812591553, "y": -61.570823669433594, "subreddit": "debian", "cluster": 1063, "color": 3}, {"x": 49.656700134277344, "y": 18.621267318725586, "subreddit": "elementaryos", "cluster": 1063, "color": 3}, {"x": 18.856260299682617, "y": -42.3938102722168, "subreddit": "gentoo", "cluster": 1063, "color": 3}, {"x": -8.672443389892578, "y": -64.59054565429688, "subreddit": "kde", "cluster": 1063, "color": 3}, {"x": -17.742841720581055, "y": 48.991180419921875, "subreddit": "krita", "cluster": 1063, "color": 3}, {"x": -6.262369155883789, "y": -63.212615966796875, "subreddit": "linux", "cluster": 1063, "color": 3}, {"x": -45.264278411865234, "y": -31.629560470581055, "subreddit": "linux_gaming", "cluster": 1063, "color": 3}, {"x": -9.441672325134277, "y": -62.17369079589844, "subreddit": "linuxactionshow", "cluster": 1063, "color": 3}, {"x": -46.42002868652344, "y": -29.478885650634766, "subreddit": "linuxmasterrace", "cluster": 1063, "color": 3}, {"x": -46.40958786010742, "y": -29.39167022705078, "subreddit": "linuxmemes", "cluster": 1063, "color": 3}, {"x": -6.241272926330566, "y": -63.10698699951172, "subreddit": "opensource", "cluster": 1063, "color": 3}, {"x": -50.92837905883789, "y": -32.68085861206055, "subreddit": "solusproject", "cluster": 1063, "color": 3}, {"x": -8.936978340148926, "y": -64.95809173583984, "subreddit": "vfio", "cluster": 1063, "color": 3}, {"x": -4.159991264343262, "y": 63.0457763671875, "subreddit": "amihot", "cluster": 60, "color": 0}, {"x": -4.272692680358887, "y": 63.29243469238281, "subreddit": "amipretty", "cluster": 60, "color": 0}, {"x": -4.315205097198486, "y": 64.07504272460938, "subreddit": "amiuglybrutallyhonest", "cluster": 60, "color": 0}, {"x": -52.46663284301758, "y": 27.962261199951172, "subreddit": "amiibo", "cluster": 58, "color": 0}, {"x": -52.297725677490234, "y": 27.8642635345459, "subreddit": "amiiboswap", "cluster": 58, "color": 0}, {"x": 80.42081451416016, "y": 59.27642059326172, "subreddit": "monstermusume", "cluster": 58, "color": 0}, {"x": -53.1541633605957, "y": 28.348827362060547, "subreddit": "worldofnintendo", "cluster": 58, "color": 0}, {"x": -49.4880485534668, "y": 19.630062103271484, "subreddit": "amiibocanada", "cluster": 59, "color": 0}, {"x": -48.950172424316406, "y": 18.404346466064453, "subreddit": "ghibli", "cluster": 59, "color": 0}, {"x": -49.555667877197266, "y": 19.755090713500977, "subreddit": "videogamedealscanada", "cluster": 59, "color": 0}, {"x": -1.6633836030960083, "y": 62.905277252197266, "subreddit": "amisexy", "cluster": 61, "color": 1}, {"x": -1.6264528036117554, "y": 63.00727462768555, "subreddit": "amiugly", "cluster": 61, "color": 1}, {"x": -1.9514503479003906, "y": 62.657466888427734, "subreddit": "rateme", "cluster": 61, "color": 1}, {"x": -9.766979217529297, "y": 0.2715469300746918, "subreddit": "amishadowbanned", "cluster": 1858, "color": 5}, {"x": -8.125268936157227, "y": -0.562159538269043, "subreddit": "evex", "cluster": 1858, "color": 5}, {"x": -47.30601119995117, "y": 80.73487854003906, "subreddit": "happywars", "cluster": 1858, "color": 5}, {"x": 0.7694862484931946, "y": 10.195671081542969, "subreddit": "quizzybot", "cluster": 1858, "color": 5}, {"x": 455.322998046875, "y": 320.2605895996094, "subreddit": "shadowbanned", "cluster": 1858, "color": 5}, {"x": 0.7852081060409546, "y": 10.037701606750488, "subreddit": "shittyrobots", "cluster": 1858, "color": 5}, {"x": -8.032045364379883, "y": 1.3073804378509521, "subreddit": "test", "cluster": 1858, "color": 5}, {"x": -8.056361198425293, "y": 0.39487823843955994, "subreddit": "thebutton", "cluster": 1858, "color": 5}, {"x": -8.07447338104248, "y": 0.4586987793445587, "subreddit": "trollabot", "cluster": 1858, "color": 5}, {"x": 12.18940258026123, "y": 23.115421295166016, "subreddit": "amitheangel", "cluster": 1612, "color": 2}, {"x": 20.01150131225586, "y": -6.361199378967285, "subreddit": "no_sob_story", "cluster": 1612, "color": 2}, {"x": 26.695558547973633, "y": 7.0024733543396, "subreddit": "shitpost", "cluster": 1612, "color": 2}, {"x": 26.745973587036133, "y": 6.988169193267822, "subreddit": "warriors", "cluster": 1612, "color": 2}, {"x": 12.42209529876709, "y": 23.1038761138916, "subreddit": "amitheasshole", "cluster": 1521, "color": 3}, {"x": -7.118658542633057, "y": 70.65444946289062, "subreddit": "askmenadvice", "cluster": 1521, "color": 3}, {"x": -8.483942985534668, "y": 72.49884033203125, "subreddit": "dating_advice", "cluster": 1521, "color": 3}, {"x": 0.3551369309425354, "y": 9.383602142333984, "subreddit": "hukd", "cluster": 1521, "color": 3}, {"x": 29.199254989624023, "y": 11.613443374633789, "subreddit": "relationship_advice", "cluster": 1521, "color": 3}, {"x": 29.22574234008789, "y": 11.620299339294434, "subreddit": "relationships", "cluster": 1521, "color": 3}, {"x": 23.19893455505371, "y": 32.0750846862793, "subreddit": "amithebuttface", "cluster": 289, "color": 1}, {"x": 21.574024200439453, "y": 30.820512771606445, "subreddit": "bridezillas", "cluster": 289, "color": 1}, {"x": 24.331815719604492, "y": 25.879150390625, "subreddit": "exjw", "cluster": 289, "color": 1}, {"x": 20.156042098999023, "y": 31.22901153564453, "subreddit": "shittytattoos", "cluster": 289, "color": 1}, {"x": 21.563398361206055, "y": 30.818904876708984, "subreddit": "weddingshaming", "cluster": 289, "color": 1}, {"x": 38.76484298706055, "y": -85.1015625, "subreddit": "amsterdam", "cluster": 62, "color": 1}, {"x": 38.8344841003418, "y": -85.08531951904297, "subreddit": "amsterdaments", "cluster": 62, "color": 1}, {"x": -58.99101638793945, "y": -18.855924606323242, "subreddit": "asktechnology", "cluster": 62, "color": 1}, {"x": 37.778404235839844, "y": -84.53955078125, "subreddit": "googlemaps", "cluster": 62, "color": 1}, {"x": 38.87399673461914, "y": -87.3418960571289, "subreddit": "iwantout", "cluster": 62, "color": 1}, {"x": 40.10480499267578, "y": -84.68101501464844, "subreddit": "netherlands", "cluster": 62, "color": 1}, {"x": 84.10614013671875, "y": -27.470266342163086, "subreddit": "amv", "cluster": 309, "color": 0}, {"x": -53.974853515625, "y": -17.33071517944336, "subreddit": "cablemanagement", "cluster": 309, "color": 0}, {"x": -38.60939025878906, "y": 91.9934310913086, "subreddit": "corsair", "cluster": 309, "color": 0}, {"x": -54.140220642089844, "y": -17.173994064331055, "subreddit": "gamingpc", "cluster": 309, "color": 0}, {"x": -53.173851013183594, "y": -18.090713500976562, "subreddit": "pcmods", "cluster": 309, "color": 0}, {"x": -52.900238037109375, "y": -18.38250160217285, "subreddit": "watercooling", "cluster": 309, "color": 0}, {"x": 9.1368408203125, "y": -140.3461456298828, "subreddit": "an_rp", "cluster": 1387, "color": 2}, {"x": 12.212441444396973, "y": -139.84121704101562, "subreddit": "descendantsofrome", "cluster": 1387, "color": 2}, {"x": 10.31200885772705, "y": -138.80665588378906, "subreddit": "gameofthronesrp", "cluster": 1387, "color": 2}, {"x": 7.722164154052734, "y": -142.8514404296875, "subreddit": "hogwartsrp", "cluster": 1387, "color": 2}, {"x": 11.883760452270508, "y": -139.68670654296875, "subreddit": "kingdomsalvaticarp", "cluster": 1387, "color": 2}, {"x": 8.604097366333008, "y": -140.31175231933594, "subreddit": "norsemythrp", "cluster": 1387, "color": 2}, {"x": 10.680769920349121, "y": -139.9549102783203, "subreddit": "orhavenacademy", "cluster": 1387, "color": 2}, {"x": 11.380692481994629, "y": -141.8372344970703, "subreddit": "percyjacksonrp", "cluster": 1387, "color": 2}, {"x": 10.795197486877441, "y": -140.6986541748047, "subreddit": "pjrp_community", "cluster": 1387, "color": 2}, {"x": 9.408355712890625, "y": -140.49063110351562, "subreddit": "pjrpafterdark", "cluster": 1387, "color": 2}, {"x": -50.53266525268555, "y": -83.96397399902344, "subreddit": "anaheimducks", "cluster": 870, "color": 3}, {"x": -55.97368621826172, "y": -87.98587799072266, "subreddit": "bluejackets", "cluster": 870, "color": 3}, {"x": -51.90010070800781, "y": -91.40421295166016, "subreddit": "bostonbruins", "cluster": 870, "color": 3}, {"x": -56.73708724975586, "y": -84.75367736816406, "subreddit": "calgaryflames", "cluster": 870, "color": 3}, {"x": -51.54119110107422, "y": -81.66218566894531, "subreddit": "canes", "cluster": 870, "color": 3}, {"x": -55.585853576660156, "y": -83.10171508789062, "subreddit": "canucks", "cluster": 870, "color": 3}, {"x": -44.13901138305664, "y": -87.86024475097656, "subreddit": "caps", "cluster": 870, "color": 3}, {"x": -55.91402053833008, "y": -91.35151672363281, "subreddit": "coloradoavalanche", "cluster": 870, "color": 3}, {"x": -52.507965087890625, "y": -83.6448745727539, "subreddit": "coyotes", "cluster": 870, "color": 3}, {"x": -45.534332275390625, "y": -72.53529357910156, "subreddit": "detroitredwings", "cluster": 870, "color": 3}, {"x": -53.095558166503906, "y": -86.47061157226562, "subreddit": "devils", "cluster": 870, "color": 3}, {"x": -55.11320877075195, "y": -85.12423706054688, "subreddit": "edmontonoilers", "cluster": 870, "color": 3}, {"x": -54.591495513916016, "y": -86.54621887207031, "subreddit": "fantasyhockey", "cluster": 870, "color": 3}, {"x": -46.78988265991211, "y": -86.03998565673828, "subreddit": "floridapanthers", "cluster": 870, "color": 3}, {"x": -54.154842376708984, "y": -83.96588897705078, "subreddit": "habs", "cluster": 870, "color": 3}, {"x": -32.71175003051758, "y": -87.67278289794922, "subreddit": "hawks", "cluster": 870, "color": 3}, {"x": -53.55078887939453, "y": -84.89266967773438, "subreddit": "hgd", "cluster": 870, "color": 3}, {"x": -53.65090560913086, "y": -84.69054412841797, "subreddit": "hockey", "cluster": 870, "color": 3}, {"x": -56.98003387451172, "y": -88.288818359375, "subreddit": "hockeycards", "cluster": 870, "color": 3}, {"x": -58.368431091308594, "y": -88.24150085449219, "subreddit": "hockeyjerseys", "cluster": 870, "color": 3}, {"x": -50.85106658935547, "y": -86.9025650024414, "subreddit": "leafs", "cluster": 870, "color": 3}, {"x": -52.56367111206055, "y": -85.03241729736328, "subreddit": "losangeleskings", "cluster": 870, "color": 3}, {"x": -53.71701431274414, "y": -82.52938842773438, "subreddit": "ottawasenators", "cluster": 870, "color": 3}, {"x": -60.178836822509766, "y": -90.26924133300781, "subreddit": "predators", "cluster": 870, "color": 3}, {"x": -43.24079513549805, "y": -94.70899963378906, "subreddit": "rangers", "cluster": 870, "color": 3}, {"x": -40.103878021240234, "y": -104.73149108886719, "subreddit": "sabres", "cluster": 870, "color": 3}, {"x": -50.82516860961914, "y": -86.62117004394531, "subreddit": "stevedangle", "cluster": 870, "color": 3}, {"x": -54.16018295288086, "y": -79.78853607177734, "subreddit": "tampabaylightning", "cluster": 870, "color": 3}, {"x": -63.206581115722656, "y": -105.87555694580078, "subreddit": "wildhockey", "cluster": 870, "color": 3}, {"x": -57.96276092529297, "y": -80.86795806884766, "subreddit": "winnipegjets", "cluster": 870, "color": 3}, {"x": -95.28639221191406, "y": -20.02787208557129, "subreddit": "analog", "cluster": 63, "color": 1}, {"x": -95.25611877441406, "y": -19.959880828857422, "subreddit": "analogcommunity", "cluster": 63, "color": 1}, {"x": -95.19339752197266, "y": -18.965970993041992, "subreddit": "leica", "cluster": 63, "color": 1}, {"x": -90.76158905029297, "y": -19.865419387817383, "subreddit": "photographs", "cluster": 63, "color": 1}, {"x": -93.64784240722656, "y": -18.25151252746582, "subreddit": "photomarket", "cluster": 63, "color": 1}, {"x": -96.06631469726562, "y": -21.244537353515625, "subreddit": "polaroid", "cluster": 63, "color": 1}, {"x": -42.09123611450195, "y": -43.68636703491211, "subreddit": "analytics", "cluster": 1601, "color": 1}, {"x": -42.56717300415039, "y": -42.2781867980957, "subreddit": "bigseo", "cluster": 1601, "color": 1}, {"x": -42.56149673461914, "y": -42.21649169921875, "subreddit": "seo", "cluster": 1601, "color": 1}, {"x": -40.554744720458984, "y": -35.06315994262695, "subreddit": "waltdisneyworld", "cluster": 1601, "color": 1}, {"x": 34.39066696166992, "y": -35.97119903564453, "subreddit": "anarchism", "cluster": 64, "color": 0}, {"x": 35.61450958251953, "y": -36.541603088378906, "subreddit": "completeanarchy", "cluster": 64, "color": 0}, {"x": 34.227779388427734, "y": -35.87166213989258, "subreddit": "metanarchism", "cluster": 64, "color": 0}, {"x": 36.44575119018555, "y": -34.50709915161133, "subreddit": "socialistra", "cluster": 64, "color": 0}, {"x": 30.51975440979004, "y": -39.57527160644531, "subreddit": "anarcho_capitalism", "cluster": 799, "color": 1}, {"x": 27.90241813659668, "y": -39.375736236572266, "subreddit": "asklibertarians", "cluster": 799, "color": 1}, {"x": 24.5472469329834, "y": -50.756935119628906, "subreddit": "austrian_economics", "cluster": 799, "color": 1}, {"x": 31.822280883789062, "y": -38.075321197509766, "subreddit": "capitalism", "cluster": 799, "color": 1}, {"x": 31.452163696289062, "y": -40.94060516357422, "subreddit": "ebikes", "cluster": 799, "color": 1}, {"x": 30.43326187133789, "y": -39.70497131347656, "subreddit": "goldandblack", "cluster": 799, "color": 1}, {"x": 29.646785736083984, "y": -39.80924606323242, "subreddit": "libertarianmeme", "cluster": 799, "color": 1}, {"x": -78.438232421875, "y": -57.66374969482422, "subreddit": "newhampshire", "cluster": 799, "color": 1}, {"x": 29.546432495117188, "y": -37.90253829956055, "subreddit": "shitstatistssay", "cluster": 799, "color": 1}, {"x": -16.92696762084961, "y": 21.72138214111328, "subreddit": "anarchy", "cluster": 1785, "color": 4}, {"x": -1.7694085836410522, "y": 32.01072692871094, "subreddit": "chadsriseup", "cluster": 1785, "color": 4}, {"x": -0.3697425127029419, "y": 27.12560272216797, "subreddit": "comedyamputation", "cluster": 1785, "color": 4}, {"x": -2.8684921264648438, "y": 33.45466995239258, "subreddit": "marvelcringe", "cluster": 1785, "color": 4}, {"x": -2.820554494857788, "y": 33.353336334228516, "subreddit": "terriblefandommemes", "cluster": 1785, "color": 4}, {"x": 34.72043228149414, "y": -38.32121658325195, "subreddit": "anarchy101", "cluster": 494, "color": 2}, {"x": 32.686500549316406, "y": -38.7828483581543, "subreddit": "capitalismvsocialism", "cluster": 494, "color": 2}, {"x": 36.159942626953125, "y": -40.04658889770508, "subreddit": "debateacommunist", "cluster": 494, "color": 2}, {"x": 34.609500885009766, "y": -38.68301010131836, "subreddit": "debateanarchism", "cluster": 494, "color": 2}, {"x": 34.22866439819336, "y": -39.684513092041016, "subreddit": "debatefascism", "cluster": 494, "color": 2}, {"x": 36.06227493286133, "y": -40.61606216430664, "subreddit": "troubledteens", "cluster": 494, "color": 2}, {"x": 86.47074890136719, "y": -63.069541931152344, "subreddit": "anarchychess", "cluster": 354, "color": 2}, {"x": 86.4702377319336, "y": -63.0807991027832, "subreddit": "chess", "cluster": 354, "color": 2}, {"x": -88.30294799804688, "y": 15.42803955078125, "subreddit": "ancientcoins", "cluster": 392, "color": 1}, {"x": -87.75894165039062, "y": 15.08594036102295, "subreddit": "coins", "cluster": 392, "color": 1}, {"x": -88.27327728271484, "y": 14.161887168884277, "subreddit": "coins4sale", "cluster": 392, "color": 1}, {"x": -86.16898345947266, "y": 14.282126426696777, "subreddit": "crh", "cluster": 392, "color": 1}, {"x": 38.83528137207031, "y": -81.23835754394531, "subreddit": "geoguessr", "cluster": 392, "color": 1}, {"x": 38.56153869628906, "y": -21.96095085144043, "subreddit": "lovecraft", "cluster": 392, "color": 1}, {"x": -86.02645874023438, "y": 14.269976615905762, "subreddit": "papermoney", "cluster": 392, "color": 1}, {"x": -87.35993957519531, "y": 15.68491268157959, "subreddit": "rockhounds", "cluster": 392, "color": 1}, {"x": -21.871078491210938, "y": -85.2518081665039, "subreddit": "ancientrome", "cluster": 66, "color": 0}, {"x": -22.771265029907227, "y": -85.76467895507812, "subreddit": "chicagosuburbs", "cluster": 66, "color": 0}, {"x": 30.836437225341797, "y": -67.53067779541016, "subreddit": "latin", "cluster": 66, "color": 0}, {"x": -21.64939308166504, "y": -85.12146759033203, "subreddit": "roughromanmemes", "cluster": 66, "color": 0}, {"x": -105.24668884277344, "y": 30.242380142211914, "subreddit": "sociopath", "cluster": 66, "color": 0}, {"x": 1.3675165176391602, "y": 65.5871353149414, "subreddit": "androgynoushotties", "cluster": 67, "color": 0}, {"x": 1.6351522207260132, "y": 65.72252655029297, "subreddit": "femboy", "cluster": 67, "color": 0}, {"x": 0.6302706599235535, "y": 65.2099380493164, "subreddit": "shorthairedhotties", "cluster": 67, "color": 0}, {"x": -73.44681549072266, "y": -12.87674331665039, "subreddit": "android", "cluster": 68, "color": 1}, {"x": -74.1466293334961, "y": -12.939652442932129, "subreddit": "androidcirclejerk", "cluster": 68, "color": 1}, {"x": -10.43976879119873, "y": -10.683091163635254, "subreddit": "baconreader", "cluster": 68, "color": 1}, {"x": -75.65787506103516, "y": -20.694454193115234, "subreddit": "blackberry", "cluster": 68, "color": 1}, {"x": -73.36868286132812, "y": -11.460811614990234, "subreddit": "galaxynexus", "cluster": 68, "color": 1}, {"x": -75.21913146972656, "y": -9.901952743530273, "subreddit": "galaxys6", "cluster": 68, "color": 1}, {"x": -70.77368927001953, "y": -14.0685453414917, "subreddit": "googlepixel", "cluster": 68, "color": 1}, {"x": -48.194217681884766, "y": -17.619592666625977, "subreddit": "hardware", "cluster": 68, "color": 1}, {"x": -75.00819396972656, "y": -11.512017250061035, "subreddit": "lgg2", "cluster": 68, "color": 1}, {"x": -76.89114379882812, "y": -11.073156356811523, "subreddit": "lgg3", "cluster": 68, "color": 1}, {"x": -75.5484848022461, "y": -15.05014705657959, "subreddit": "motox", "cluster": 68, "color": 1}, {"x": -72.14353942871094, "y": -11.72181510925293, "subreddit": "nexus4", "cluster": 68, "color": 1}, {"x": -72.64095306396484, "y": -11.71930980682373, "subreddit": "nexus7", "cluster": 68, "color": 1}, {"x": -70.78115844726562, "y": -10.418885231018066, "subreddit": "oneplus", "cluster": 68, "color": 1}, {"x": -78.19552612304688, "y": -15.213207244873047, "subreddit": "redditsync", "cluster": 68, "color": 1}, {"x": 90.1456298828125, "y": -60.798343658447266, "subreddit": "thedickshow", "cluster": 68, "color": 1}, {"x": -26.27039337158203, "y": 99.03623962402344, "subreddit": "whatsapp", "cluster": 68, "color": 1}, {"x": -78.95407104492188, "y": -17.896556854248047, "subreddit": "zenfone2", "cluster": 68, "color": 1}, {"x": -70.3682632446289, "y": -13.940184593200684, "subreddit": "android_beta", "cluster": 1452, "color": 4}, {"x": -73.27848815917969, "y": -70.41566467285156, "subreddit": "googlefi", "cluster": 1452, "color": 4}, {"x": -73.27474212646484, "y": -70.41233825683594, "subreddit": "projectfi", "cluster": 1452, "color": 4}, {"x": -73.00296020507812, "y": -8.487298965454102, "subreddit": "androidapps", "cluster": 69, "color": 1}, {"x": -72.999755859375, "y": -8.466608047485352, "subreddit": "androidgaming", "cluster": 69, "color": 1}, {"x": -79.25060272216797, "y": -14.167240142822266, "subreddit": "androidquestions", "cluster": 69, "color": 1}, {"x": -26.84129524230957, "y": 102.90120697021484, "subreddit": "boostforreddit", "cluster": 69, "color": 1}, {"x": -71.89138793945312, "y": -3.016897201538086, "subreddit": "googleplaydeals", "cluster": 69, "color": 1}, {"x": 5.540249824523926, "y": 47.877689361572266, "subreddit": "joeyforreddit", "cluster": 69, "color": 1}, {"x": -69.75424194335938, "y": -23.918819427490234, "subreddit": "androidauto", "cluster": 1646, "color": 3}, {"x": -11.727123260498047, "y": -5.484262943267822, "subreddit": "fuckhoa", "cluster": 1646, "color": 3}, {"x": -69.14645385742188, "y": -23.86758041381836, "subreddit": "googlehome", "cluster": 1646, "color": 3}, {"x": -78.9687271118164, "y": -20.11393928527832, "subreddit": "smartphones", "cluster": 1646, "color": 3}, {"x": -68.80510711669922, "y": -24.299409866333008, "subreddit": "smartthings", "cluster": 1646, "color": 3}, {"x": -70.64886474609375, "y": -6.446193218231201, "subreddit": "androidmasterrace", "cluster": 71, "color": 0}, {"x": -70.38683319091797, "y": -6.113030910491943, "subreddit": "exjew", "cluster": 71, "color": 0}, {"x": -69.82695770263672, "y": -5.4449005126953125, "subreddit": "exmuslim", "cluster": 71, "color": 0}, {"x": -74.151123046875, "y": -5.544104099273682, "subreddit": "galaxynote4", "cluster": 71, "color": 0}, {"x": -78.00739288330078, "y": 16.38556480407715, "subreddit": "mcjuggernuggets", "cluster": 71, "color": 0}, {"x": -71.26853942871094, "y": -7.39697790145874, "subreddit": "xposed", "cluster": 71, "color": 0}, {"x": -81.77591705322266, "y": -15.34870719909668, "subreddit": "androidroot", "cluster": 461, "color": 0}, {"x": -81.792236328125, "y": -15.376276016235352, "subreddit": "cyanogenmod", "cluster": 461, "color": 0}, {"x": -80.83203125, "y": -16.151124954223633, "subreddit": "galaxys3", "cluster": 461, "color": 0}, {"x": -82.03082275390625, "y": -14.210803985595703, "subreddit": "galaxys4", "cluster": 461, "color": 0}, {"x": -81.49300384521484, "y": -15.16971206665039, "subreddit": "galaxys5", "cluster": 461, "color": 0}, {"x": -82.59930419921875, "y": -15.89005184173584, "subreddit": "lineageos", "cluster": 461, "color": 0}, {"x": -78.88702392578125, "y": -14.834028244018555, "subreddit": "pickanandroidforme", "cluster": 461, "color": 0}, {"x": 27.486249923706055, "y": 19.36360740661621, "subreddit": "androidthemes", "cluster": 72, "color": 0}, {"x": 27.5306396484375, "y": 19.36928939819336, "subreddit": "kustom", "cluster": 72, "color": 0}, {"x": -69.49378204345703, "y": -18.777729034423828, "subreddit": "androidtv", "cluster": 362, "color": 1}, {"x": -69.7081069946289, "y": -17.44367218017578, "subreddit": "chromecast", "cluster": 362, "color": 1}, {"x": -6.623989105224609, "y": -1.7841380834579468, "subreddit": "holidaybullshit", "cluster": 362, "color": 1}, {"x": -69.70869445800781, "y": -17.308889389038086, "subreddit": "malta", "cluster": 362, "color": 1}, {"x": -69.98409271240234, "y": -15.095723152160645, "subreddit": "pixel_phones", "cluster": 362, "color": 1}, {"x": -43.891639709472656, "y": 78.95549011230469, "subreddit": "questland", "cluster": 362, "color": 1}, {"x": -69.2314224243164, "y": -19.055944442749023, "subreddit": "shieldandroidtv", "cluster": 362, "color": 1}, {"x": -67.14946746826172, "y": -7.694596767425537, "subreddit": "terrariumtv", "cluster": 362, "color": 1}, {"x": -51.25597381591797, "y": -5.446221828460693, "subreddit": "thenvidiashield", "cluster": 362, "color": 1}, {"x": -79.17057800292969, "y": -9.00218677520752, "subreddit": "androidwear", "cluster": 73, "color": 0}, {"x": -80.26739501953125, "y": -9.531046867370605, "subreddit": "cadillac", "cluster": 73, "color": 0}, {"x": -63.808353424072266, "y": -6.305150985717773, "subreddit": "freedommobile", "cluster": 73, "color": 0}, {"x": -79.42793273925781, "y": -7.274700164794922, "subreddit": "galaxywatch", "cluster": 73, "color": 0}, {"x": -79.13773345947266, "y": -10.087244033813477, "subreddit": "moto360", "cluster": 73, "color": 0}, {"x": 39.388816833496094, "y": 69.05200958251953, "subreddit": "sebderm", "cluster": 73, "color": 0}, {"x": -79.1263427734375, "y": -8.604392051696777, "subreddit": "wearos", "cluster": 73, "color": 0}, {"x": 71.34410858154297, "y": -19.42306137084961, "subreddit": "angelsbaseball", "cluster": 185, "color": 1}, {"x": -47.224483489990234, "y": -89.92375183105469, "subreddit": "baseball", "cluster": 185, "color": 1}, {"x": -55.86868667602539, "y": -91.55706024169922, "subreddit": "coloradorockies", "cluster": 185, "color": 1}, {"x": -47.136375427246094, "y": -89.07966613769531, "subreddit": "dodgers", "cluster": 185, "color": 1}, {"x": 216.1208038330078, "y": 279.7062683105469, "subreddit": "espnyankees", "cluster": 185, "color": 1}, {"x": -46.87199020385742, "y": -86.98011016845703, "subreddit": "letsgofish", "cluster": 185, "color": 1}, {"x": -69.46478271484375, "y": -97.1771469116211, "subreddit": "mariners", "cluster": 185, "color": 1}, {"x": -39.98984909057617, "y": -80.9580078125, "subreddit": "mlb", "cluster": 185, "color": 1}, {"x": -21.98529624938965, "y": 49.96977233886719, "subreddit": "mlb_9innings", "cluster": 185, "color": 1}, {"x": -48.16856384277344, "y": -90.29643249511719, "subreddit": "mlbtheshow", "cluster": 185, "color": 1}, {"x": -44.4615364074707, "y": -88.8604965209961, "subreddit": "nationals", "cluster": 185, "color": 1}, {"x": -46.49293518066406, "y": -90.66140747070312, "subreddit": "newyorkmets", "cluster": 185, "color": 1}, {"x": 31.29526138305664, "y": 44.245845794677734, "subreddit": "nyyankees", "cluster": 185, "color": 1}, {"x": -116.53824615478516, "y": 37.15068435668945, "subreddit": "oaklandathletics", "cluster": 185, "color": 1}, {"x": -49.2044563293457, "y": -92.06759643554688, "subreddit": "ootp", "cluster": 185, "color": 1}, {"x": -47.201786041259766, "y": -93.8632583618164, "subreddit": "redsox", "cluster": 185, "color": 1}, {"x": -37.29370880126953, "y": -88.00367736816406, "subreddit": "sfgiants", "cluster": 185, "color": 1}, {"x": -49.158138275146484, "y": -88.51099395751953, "subreddit": "torontobluejays", "cluster": 185, "color": 1}, {"x": -39.88192367553711, "y": -78.31571197509766, "subreddit": "yankees", "cluster": 185, "color": 1}, {"x": 45.606685638427734, "y": 87.69493865966797, "subreddit": "anger", "cluster": 1464, "color": 3}, {"x": 45.9093132019043, "y": 88.14677429199219, "subreddit": "depressed", "cluster": 1464, "color": 3}, {"x": 45.91232681274414, "y": 94.64562225341797, "subreddit": "mentalillness", "cluster": 1464, "color": 3}, {"x": 45.905616760253906, "y": 88.13021850585938, "subreddit": "psychosis", "cluster": 1464, "color": 3}, {"x": -12.541857719421387, "y": 49.5191650390625, "subreddit": "angievaronalegal", "cluster": 303, "color": 0}, {"x": -114.61627197265625, "y": -10.132075309753418, "subreddit": "borussiadortmund", "cluster": 303, "color": 0}, {"x": 64.62025451660156, "y": -83.86788940429688, "subreddit": "bundesliga", "cluster": 303, "color": 0}, {"x": 64.63195037841797, "y": -83.80110931396484, "subreddit": "schalke04", "cluster": 303, "color": 0}, {"x": -4.681713104248047, "y": -64.53363800048828, "subreddit": "thinkpad", "cluster": 303, "color": 0}, {"x": 9.20395278930664, "y": -36.9872932434082, "subreddit": "anglicanism", "cluster": 390, "color": 1}, {"x": 102.45045471191406, "y": 21.177278518676758, "subreddit": "barista", "cluster": 390, "color": 1}, {"x": 8.613296508789062, "y": -35.88112258911133, "subreddit": "coffee", "cluster": 390, "color": 1}, {"x": 7.824983596801758, "y": -36.21967697143555, "subreddit": "espresso", "cluster": 390, "color": 1}, {"x": 8.707764625549316, "y": -35.65184020996094, "subreddit": "roasting", "cluster": 390, "color": 1}, {"x": 400.70050048828125, "y": 306.5851135253906, "subreddit": "angry", "cluster": 563, "color": 1}, {"x": -32.82843017578125, "y": 54.69343566894531, "subreddit": "dragonballxenoverse2", "cluster": 563, "color": 1}, {"x": -32.790870666503906, "y": 54.689788818359375, "subreddit": "memehunter", "cluster": 563, "color": 1}, {"x": -35.53822326660156, "y": 55.60097885131836, "subreddit": "narutoshinobistriker", "cluster": 563, "color": 1}, {"x": 3.570887327194214, "y": -59.669715881347656, "subreddit": "angular2", "cluster": 965, "color": 2}, {"x": 2.1831042766571045, "y": -58.875877380371094, "subreddit": "angularjs", "cluster": 965, "color": 2}, {"x": 0.38060468435287476, "y": -56.16835403442383, "subreddit": "freecodecamp", "cluster": 965, "color": 2}, {"x": 1.534008264541626, "y": -57.53255081176758, "subreddit": "javascript", "cluster": 965, "color": 2}, {"x": 1.7039891481399536, "y": -55.6778564453125, "subreddit": "lasercutting", "cluster": 965, "color": 2}, {"x": 1.1643279790878296, "y": -56.610572814941406, "subreddit": "learnjavascript", "cluster": 965, "color": 2}, {"x": 1.3083405494689941, "y": -58.330467224121094, "subreddit": "node", "cluster": 965, "color": 2}, {"x": 2.5428683757781982, "y": -57.431827545166016, "subreddit": "reactjs", "cluster": 965, "color": 2}, {"x": 0.3230706453323364, "y": -59.3779182434082, "subreddit": "vuejs", "cluster": 965, "color": 2}, {"x": 8.210132598876953, "y": 46.94704818725586, "subreddit": "ani_bm", "cluster": 1613, "color": 2}, {"x": 14.063175201416016, "y": 55.73895263671875, "subreddit": "animememes", "cluster": 1613, "color": 2}, {"x": -0.44566142559051514, "y": 37.22146987915039, "subreddit": "cursedjojo", "cluster": 1613, "color": 2}, {"x": -0.13515420258045197, "y": 35.642051696777344, "subreddit": "jojosbizarrememepage", "cluster": 1613, "color": 2}, {"x": -2.3267436027526855, "y": 37.772422790527344, "subreddit": "projectjojo", "cluster": 1613, "color": 2}, {"x": 0.4825974702835083, "y": 35.97898864746094, "subreddit": "shitpostcrusaders", "cluster": 1613, "color": 2}, {"x": 0.07928968966007233, "y": 36.837806701660156, "subreddit": "wholesomejojo", "cluster": 1613, "color": 2}, {"x": -96.8558349609375, "y": 48.4248046875, "subreddit": "animalcollective", "cluster": 935, "color": 3}, {"x": -98.8907470703125, "y": 50.114891052246094, "subreddit": "beachhouse", "cluster": 935, "color": 3}, {"x": -80.9249038696289, "y": 38.771095275878906, "subreddit": "doggohate", "cluster": 935, "color": 3}, {"x": -93.79037475585938, "y": 46.144290924072266, "subreddit": "elliottsmith", "cluster": 935, "color": 3}, {"x": -81.59122467041016, "y": 39.150943756103516, "subreddit": "indieheads", "cluster": 935, "color": 3}, {"x": -80.61174011230469, "y": -37.09725570678711, "subreddit": "interpol", "cluster": 935, "color": 3}, {"x": -81.97969055175781, "y": 39.372291564941406, "subreddit": "listeningheads", "cluster": 935, "color": 3}, {"x": -87.44735717773438, "y": 46.25235366821289, "subreddit": "music_survivor", "cluster": 935, "color": 3}, {"x": -35.947731018066406, "y": -23.318260192871094, "subreddit": "themountaingoats", "cluster": 935, "color": 3}, {"x": 26.432653427124023, "y": 11.309937477111816, "subreddit": "vampireweekend", "cluster": 935, "color": 3}, {"x": 9.607022285461426, "y": 4.307837963104248, "subreddit": "animalid", "cluster": 1105, "color": 1}, {"x": 34.35270690917969, "y": -52.05644607543945, "subreddit": "artefactporn", "cluster": 1105, "color": 1}, {"x": -16.931396484375, "y": -25.449417114257812, "subreddit": "blackmirror", "cluster": 1105, "color": 1}, {"x": 64.10511016845703, "y": -38.164268493652344, "subreddit": "brexit", "cluster": 1105, "color": 1}, {"x": 7.515537738800049, "y": 2.957432985305786, "subreddit": "castles", "cluster": 1105, "color": 1}, {"x": 3.8636441230773926, "y": 9.701818466186523, "subreddit": "catastrophicfailure", "cluster": 1105, "color": 1}, {"x": 12.185346603393555, "y": -0.9155974984169006, "subreddit": "colorizedhistory", "cluster": 1105, "color": 1}, {"x": 8.827247619628906, "y": 3.457336187362671, "subreddit": "creepywikipedia", "cluster": 1105, "color": 1}, {"x": 14.741567611694336, "y": -26.693464279174805, "subreddit": "debunkthis", "cluster": 1105, "color": 1}, {"x": -0.07095085829496384, "y": 10.308369636535645, "subreddit": "documentaries", "cluster": 1105, "color": 1}, {"x": 125.95822143554688, "y": -104.2786636352539, "subreddit": "fakealbumcovers", "cluster": 1105, "color": 1}, {"x": 22.59270668029785, "y": -62.21757888793945, "subreddit": "genetics", "cluster": 1105, "color": 1}, {"x": 11.54408073425293, "y": 2.9780447483062744, "subreddit": "humanforscale", "cluster": 1105, "color": 1}, {"x": 35.08197021484375, "y": -6.317497253417969, "subreddit": "kenya", "cluster": 1105, "color": 1}, {"x": -22.120471954345703, "y": 541.9624633789062, "subreddit": "kulchasimulator", "cluster": 1105, "color": 1}, {"x": 14.31173038482666, "y": -61.75362777709961, "subreddit": "logic", "cluster": 1105, "color": 1}, {"x": 29.399606704711914, "y": 94.46687316894531, "subreddit": "lpotl", "cluster": 1105, "color": 1}, {"x": 8.458854675292969, "y": 4.486146926879883, "subreddit": "makefile_dot_in_user", "cluster": 1105, "color": 1}, {"x": 37.63134002685547, "y": -62.576480865478516, "subreddit": "map_porn", "cluster": 1105, "color": 1}, {"x": 36.824275970458984, "y": -61.82612228393555, "subreddit": "mapporn", "cluster": 1105, "color": 1}, {"x": 33.33131790161133, "y": -59.7471809387207, "subreddit": "maps", "cluster": 1105, "color": 1}, {"x": 9.246785163879395, "y": 5.268243789672852, "subreddit": "marinebiology", "cluster": 1105, "color": 1}, {"x": 43.46745681762695, "y": -32.86604309082031, "subreddit": "me_ira", "cluster": 1105, "color": 1}, {"x": 1.9582359790802002, "y": 18.452835083007812, "subreddit": "megalophobia", "cluster": 1105, "color": 1}, {"x": -33.03954315185547, "y": 0.39124035835266113, "subreddit": "pariscomments", "cluster": 1105, "color": 1}, {"x": 7.799033164978027, "y": 4.074368476867676, "subreddit": "propagandaposters", "cluster": 1105, "color": 1}, {"x": 469.08685302734375, "y": 217.56036376953125, "subreddit": "removedbythe_donald", "cluster": 1105, "color": 1}, {"x": 3.412538766860962, "y": 9.780882835388184, "subreddit": "shockwaveporn", "cluster": 1105, "color": 1}, {"x": -5.17793083190918, "y": 85.86974334716797, "subreddit": "srilanka", "cluster": 1105, "color": 1}, {"x": 30.8310546875, "y": 4.7413225173950195, "subreddit": "sumo", "cluster": 1105, "color": 1}, {"x": 8.256577491760254, "y": 5.340539932250977, "subreddit": "tellmeafact", "cluster": 1105, "color": 1}, {"x": 68.17110443115234, "y": -107.14936828613281, "subreddit": "tipofmyjoystick", "cluster": 1105, "color": 1}, {"x": 7.7512125968933105, "y": 6.784127712249756, "subreddit": "trendingreddits", "cluster": 1105, "color": 1}, {"x": 10.042109489440918, "y": 3.0406923294067383, "subreddit": "whatisthis", "cluster": 1105, "color": 1}, {"x": 7.262183666229248, "y": -43.80177688598633, "subreddit": "whatsthatbook", "cluster": 1105, "color": 1}, {"x": 7.215181350708008, "y": 4.892919063568115, "subreddit": "whatstheword", "cluster": 1105, "color": 1}, {"x": 29.60439109802246, "y": -15.854068756103516, "subreddit": "animalrights", "cluster": 1896, "color": 3}, {"x": -75.63565063476562, "y": -42.93547821044922, "subreddit": "bakersfield", "cluster": 1896, "color": 3}, {"x": 27.96194076538086, "y": -15.858460426330566, "subreddit": "vegetarian", "cluster": 1896, "color": 3}, {"x": 27.771343231201172, "y": -16.048864364624023, "subreddit": "vegetarianism", "cluster": 1896, "color": 3}, {"x": 9.700484275817871, "y": -32.465667724609375, "subreddit": "animals", "cluster": 698, "color": 3}, {"x": 5.3397393226623535, "y": -28.730804443359375, "subreddit": "cheap_meals", "cluster": 698, "color": 3}, {"x": 9.148963928222656, "y": -32.43125534057617, "subreddit": "foodhacks", "cluster": 698, "color": 3}, {"x": 5.394307613372803, "y": -34.50339126586914, "subreddit": "seriouseats", "cluster": 698, "color": 3}, {"x": 2.372225522994995, "y": -11.598591804504395, "subreddit": "trimps", "cluster": 698, "color": 3}, {"x": 8.129799842834473, "y": 10.010220527648926, "subreddit": "animalsbeingbros", "cluster": 75, "color": 0}, {"x": 15.183748245239258, "y": 14.236153602600098, "subreddit": "animalsbeingjerks", "cluster": 75, "color": 0}, {"x": 21.8659610748291, "y": 11.563775062561035, "subreddit": "dobermanpinscher", "cluster": 75, "color": 0}, {"x": 7.9943461418151855, "y": 10.40140438079834, "subreddit": "facebookwins", "cluster": 75, "color": 0}, {"x": 8.815117835998535, "y": 10.23149585723877, "subreddit": "facepalm", "cluster": 75, "color": 0}, {"x": 1.7599748373031616, "y": 12.20559024810791, "subreddit": "humansbeingbros", "cluster": 75, "color": 0}, {"x": 8.080046653747559, "y": 9.176604270935059, "subreddit": "whatsinthisthing", "cluster": 75, "color": 0}, {"x": -44.496917724609375, "y": 46.506591796875, "subreddit": "animalsonreddit", "cluster": 536, "color": 2}, {"x": -45.21225357055664, "y": 47.59086990356445, "subreddit": "distantsocializing", "cluster": 536, "color": 2}, {"x": -44.7014274597168, "y": 45.39730453491211, "subreddit": "pan", "cluster": 536, "color": 2}, {"x": -44.48537826538086, "y": 44.60252380371094, "subreddit": "pan_media", "cluster": 536, "color": 2}, {"x": -44.50107955932617, "y": 47.83125686645508, "subreddit": "redditinthekitchen", "cluster": 536, "color": 2}, {"x": -46.54851531982422, "y": 46.26134490966797, "subreddit": "redditmasterclasses", "cluster": 536, "color": 2}, {"x": -45.4176025390625, "y": 46.70734405517578, "subreddit": "redditsessions", "cluster": 536, "color": 2}, {"x": -46.04043197631836, "y": 47.32099914550781, "subreddit": "talentshow", "cluster": 536, "color": 2}, {"x": -46.2249641418457, "y": 48.20756530761719, "subreddit": "theartiststudio", "cluster": 536, "color": 2}, {"x": -45.06680679321289, "y": 48.83076095581055, "subreddit": "thegamerlounge", "cluster": 536, "color": 2}, {"x": -45.171634674072266, "y": 47.711063385009766, "subreddit": "theyoushow", "cluster": 536, "color": 2}, {"x": -43.81528854370117, "y": 47.46613693237305, "subreddit": "whereintheworld", "cluster": 536, "color": 2}, {"x": -74.79783630371094, "y": 15.528818130493164, "subreddit": "animationthrowdown", "cluster": 1002, "color": 4}, {"x": 25.556509017944336, "y": 0.45630237460136414, "subreddit": "khux", "cluster": 1002, "color": 4}, {"x": 25.675941467285156, "y": 0.39282023906707764, "subreddit": "kingdomhearts", "cluster": 1002, "color": 4}, {"x": 77.23104858398438, "y": 27.576181411743164, "subreddit": "anime", "cluster": 76, "color": 0}, {"x": 76.10765075683594, "y": 27.557750701904297, "subreddit": "digibro", "cluster": 76, "color": 0}, {"x": -32.07640075683594, "y": 0.8626347780227661, "subreddit": "oregairusnafu", "cluster": 76, "color": 0}, {"x": 82.2996826171875, "y": -19.378854751586914, "subreddit": "trueanime", "cluster": 76, "color": 0}, {"x": 16.19069480895996, "y": 54.4460334777832, "subreddit": "anime_irl", "cluster": 77, "color": 0}, {"x": 15.99604320526123, "y": 52.901329040527344, "subreddit": "animegifs", "cluster": 77, "color": 0}, {"x": 14.815849304199219, "y": 54.41407012939453, "subreddit": "animemes", "cluster": 77, "color": 0}, {"x": 16.069454193115234, "y": 53.88364791870117, "subreddit": "animenocontext", "cluster": 77, "color": 0}, {"x": 16.236217498779297, "y": 54.447872161865234, "subreddit": "animesuggest", "cluster": 77, "color": 0}, {"x": 17.259408950805664, "y": 54.298458099365234, "subreddit": "manga", "cluster": 77, "color": 0}, {"x": 15.319198608398438, "y": 55.35301208496094, "subreddit": "wholesomeanimemes", "cluster": 77, "color": 0}, {"x": 16.58340072631836, "y": 55.213706970214844, "subreddit": "wholesomeyuri", "cluster": 77, "color": 0}, {"x": 76.86758422851562, "y": 24.429948806762695, "subreddit": "animedubs", "cluster": 1911, "color": 4}, {"x": -43.95071792602539, "y": 22.785436630249023, "subreddit": "blazblue", "cluster": 1911, "color": 4}, {"x": 95.05416107177734, "y": -95.43179321289062, "subreddit": "mylittlehouseoffun", "cluster": 1911, "color": 4}, {"x": 95.05272674560547, "y": -95.42655944824219, "subreddit": "visualnovels", "cluster": 1911, "color": 4}, {"x": 84.62265014648438, "y": 54.05470657348633, "subreddit": "animefigures", "cluster": 996, "color": 2}, {"x": 83.51077270507812, "y": 54.90435028076172, "subreddit": "awwnime", "cluster": 996, "color": 2}, {"x": 82.03498077392578, "y": 56.42717361450195, "subreddit": "cutelittlefangs", "cluster": 996, "color": 2}, {"x": 81.26835632324219, "y": 58.50658416748047, "subreddit": "dragonmaid", "cluster": 996, "color": 2}, {"x": 84.04354858398438, "y": 54.53750991821289, "subreddit": "kanmusu", "cluster": 996, "color": 2}, {"x": 82.24539947509766, "y": 57.88333511352539, "subreddit": "kemonofriends", "cluster": 996, "color": 2}, {"x": 82.57472229003906, "y": 56.15837478637695, "subreddit": "kemonomimi", "cluster": 996, "color": 2}, {"x": 80.94046783447266, "y": 56.97502899169922, "subreddit": "littlewitchacademia", "cluster": 996, "color": 2}, {"x": 83.83092498779297, "y": 57.00720977783203, "subreddit": "spiceandwolf", "cluster": 996, "color": 2}, {"x": 85.99488067626953, "y": 58.98248291015625, "subreddit": "tenseislime", "cluster": 996, "color": 2}, {"x": 82.7374496459961, "y": 57.27299880981445, "subreddit": "toradora", "cluster": 996, "color": 2}, {"x": 82.39484405517578, "y": 55.46294403076172, "subreddit": "zettairyouiki", "cluster": 996, "color": 2}, {"x": 83.01073455810547, "y": 58.8261604309082, "subreddit": "zombielandsaga", "cluster": 996, "color": 2}, {"x": -20.29140281677246, "y": 51.972782135009766, "subreddit": "animesketch", "cluster": 548, "color": 1}, {"x": 10.51746654510498, "y": 80.63395690917969, "subreddit": "digibyte", "cluster": 548, "color": 1}, {"x": 73.96037292480469, "y": 50.21290969848633, "subreddit": "dogecoin", "cluster": 548, "color": 1}, {"x": 73.92901611328125, "y": 50.20402908325195, "subreddit": "dogecoinbeg", "cluster": 548, "color": 1}, {"x": 75.00252532958984, "y": 50.07223892211914, "subreddit": "dogecoinpif", "cluster": 548, "color": 1}, {"x": -72.54315948486328, "y": -36.93300247192383, "subreddit": "dogemarket", "cluster": 548, "color": 1}, {"x": 73.60047149658203, "y": 51.05576705932617, "subreddit": "dogemining", "cluster": 548, "color": 1}, {"x": 73.29872131347656, "y": 49.477638244628906, "subreddit": "supershibe", "cluster": 548, "color": 1}, {"x": 81.96167755126953, "y": 53.98173522949219, "subreddit": "animewallpaper", "cluster": 1567, "color": 3}, {"x": 79.5683822631836, "y": 52.24141311645508, "subreddit": "fatestaynight", "cluster": 1567, "color": 3}, {"x": 80.47792053222656, "y": 52.400970458984375, "subreddit": "fgocomics", "cluster": 1567, "color": 3}, {"x": 79.80667877197266, "y": 53.89518737792969, "subreddit": "onetruebiribiri", "cluster": 1567, "color": 3}, {"x": 80.20955657958984, "y": 53.03050994873047, "subreddit": "saber", "cluster": 1567, "color": 3}, {"x": 19.366586685180664, "y": 62.08274459838867, "subreddit": "toarumajutsunoindex", "cluster": 1567, "color": 3}, {"x": -1.8491406440734863, "y": -48.984764099121094, "subreddit": "animorphs", "cluster": 626, "color": 1}, {"x": -2.0608410835266113, "y": -48.96389389038086, "subreddit": "eragon", "cluster": 626, "color": 1}, {"x": -3.1753268241882324, "y": -48.82585906982422, "subreddit": "harrypotter", "cluster": 626, "color": 1}, {"x": 106.7208480834961, "y": 65.34053802490234, "subreddit": "aniviamains", "cluster": 2009, "color": 8}, {"x": 104.08135223388672, "y": 61.27666473388672, "subreddit": "camillemains", "cluster": 2009, "color": 8}, {"x": 103.41749572753906, "y": 65.1457748413086, "subreddit": "evelynnmains", "cluster": 2009, "color": 8}, {"x": 106.66896057128906, "y": 60.89484405517578, "subreddit": "kassadinmains", "cluster": 2009, "color": 8}, {"x": 97.98424530029297, "y": 62.90755081176758, "subreddit": "lux", "cluster": 2009, "color": 8}, {"x": 94.64069366455078, "y": 55.642948150634766, "subreddit": "poppymains", "cluster": 2009, "color": 8}, {"x": 109.23406982421875, "y": 65.13102722167969, "subreddit": "quinnmains", "cluster": 2009, "color": 8}, {"x": 102.31285858154297, "y": 61.45146179199219, "subreddit": "yuumimains", "cluster": 2009, "color": 8}, {"x": 103.27313995361328, "y": 61.0860595703125, "subreddit": "zoemains", "cluster": 2009, "color": 8}, {"x": 45.6102180480957, "y": 126.16619110107422, "subreddit": "anki", "cluster": 1148, "color": 4}, {"x": 46.110107421875, "y": 125.68102264404297, "subreddit": "medicalschoolanki", "cluster": 1148, "color": 4}, {"x": 46.06084060668945, "y": 125.20863342285156, "subreddit": "step1", "cluster": 1148, "color": 4}, {"x": 47.13858413696289, "y": 126.08673095703125, "subreddit": "tunisia", "cluster": 1148, "color": 4}, {"x": 67.24905395507812, "y": 70.46176147460938, "subreddit": "ankylosingspondylitis", "cluster": 1536, "color": 3}, {"x": 64.64230346679688, "y": 69.65451049804688, "subreddit": "healthinsurance", "cluster": 1536, "color": 3}, {"x": 63.54141616821289, "y": 71.14839172363281, "subreddit": "lupus", "cluster": 1536, "color": 3}, {"x": 63.13468933105469, "y": 67.56621551513672, "subreddit": "moneydiariesactive", "cluster": 1536, "color": 3}, {"x": -7.414929389953613, "y": -70.54325103759766, "subreddit": "psoriasis", "cluster": 1536, "color": 3}, {"x": 13.56473445892334, "y": 37.94389343261719, "subreddit": "rabbits", "cluster": 1536, "color": 3}, {"x": 64.64629364013672, "y": 69.54704284667969, "subreddit": "rheumatoid", "cluster": 1536, "color": 3}, {"x": -10.075728416442871, "y": 56.887664794921875, "subreddit": "annakendrick", "cluster": 340, "color": 2}, {"x": -9.114875793457031, "y": 55.078277587890625, "subreddit": "celebrityfeet", "cluster": 340, "color": 2}, {"x": -11.504646301269531, "y": 58.48469161987305, "subreddit": "highheels", "cluster": 340, "color": 2}, {"x": -8.599563598632812, "y": 54.75376510620117, "subreddit": "irlgirls", "cluster": 340, "color": 2}, {"x": -7.2093963623046875, "y": 56.21339416503906, "subreddit": "oldschoolcelebs", "cluster": 340, "color": 2}, {"x": -9.61583423614502, "y": 54.6881103515625, "subreddit": "selenagomez", "cluster": 340, "color": 2}, {"x": -9.320728302001953, "y": 55.68904495239258, "subreddit": "taylorswiftslegs", "cluster": 340, "color": 2}, {"x": -7.233180046081543, "y": 56.20512771606445, "subreddit": "vgb", "cluster": 340, "color": 2}, {"x": -59.033782958984375, "y": -36.880470275878906, "subreddit": "annarbor", "cluster": 1716, "color": 3}, {"x": -59.90180587768555, "y": -34.84098434448242, "subreddit": "meraki", "cluster": 1716, "color": 3}, {"x": -59.17281723022461, "y": -36.022491455078125, "subreddit": "storage", "cluster": 1716, "color": 3}, {"x": -59.12487030029297, "y": -35.809722900390625, "subreddit": "vmware", "cluster": 1716, "color": 3}, {"x": -56.018009185791016, "y": -73.69385528564453, "subreddit": "wilmington", "cluster": 1716, "color": 3}, {"x": -49.133544921875, "y": -20.199491500854492, "subreddit": "annepro", "cluster": 1145, "color": 2}, {"x": -51.660335540771484, "y": -20.5333309173584, "subreddit": "keyboards", "cluster": 1145, "color": 2}, {"x": -51.83121109008789, "y": -20.354068756103516, "subreddit": "mechanicalkeyboards", "cluster": 1145, "color": 2}, {"x": -52.12184524536133, "y": -19.550092697143555, "subreddit": "mechmarket", "cluster": 1145, "color": 2}, {"x": -52.84825134277344, "y": -21.937664031982422, "subreddit": "olkb", "cluster": 1145, "color": 2}, {"x": -51.13842010498047, "y": -21.076066970825195, "subreddit": "trackballs", "cluster": 1145, "color": 2}, {"x": 108.97367858886719, "y": 52.517662048339844, "subreddit": "anno", "cluster": 528, "color": 1}, {"x": 106.86923217773438, "y": 54.76860809326172, "subreddit": "dariusmains", "cluster": 528, "color": 1}, {"x": 108.72450256347656, "y": 52.83925247192383, "subreddit": "dirtysionmains", "cluster": 528, "color": 1}, {"x": 107.41094970703125, "y": 52.69457244873047, "subreddit": "gangplankmains", "cluster": 528, "color": 1}, {"x": 108.46154022216797, "y": 54.06191635131836, "subreddit": "swainmains", "cluster": 528, "color": 1}, {"x": 2.924947500228882, "y": 2.1398744583129883, "subreddit": "announcements", "cluster": 1192, "color": 4}, {"x": -27.683584213256836, "y": -22.128616333007812, "subreddit": "automoderator", "cluster": 1192, "color": 4}, {"x": -24.333927154541016, "y": -22.337902069091797, "subreddit": "blog", "cluster": 1192, "color": 4}, {"x": -25.262056350708008, "y": -22.817590713500977, "subreddit": "changelog", "cluster": 1192, "color": 4}, {"x": -2.4918882846832275, "y": -9.515286445617676, "subreddit": "internetama", "cluster": 1192, "color": 4}, {"x": -25.88492202758789, "y": -23.275562286376953, "subreddit": "modnews", "cluster": 1192, "color": 4}, {"x": -26.94628143310547, "y": -23.449012756347656, "subreddit": "modsupport", "cluster": 1192, "color": 4}, {"x": -8.060199737548828, "y": -9.204194068908691, "subreddit": "needamod", "cluster": 1192, "color": 4}, {"x": -24.929250717163086, "y": -24.068450927734375, "subreddit": "newreddits", "cluster": 1192, "color": 4}, {"x": -8.076699256896973, "y": -2.5181021690368652, "subreddit": "redditrequest", "cluster": 1192, "color": 4}, {"x": -29.141883850097656, "y": -20.515775680541992, "subreddit": "redesign", "cluster": 1192, "color": 4}, {"x": -26.259571075439453, "y": -22.239582061767578, "subreddit": "theoryofreddit", "cluster": 1192, "color": 4}, {"x": 9.430709838867188, "y": -20.03426742553711, "subreddit": "anonymous", "cluster": 637, "color": 2}, {"x": 0.597012460231781, "y": -43.484474182128906, "subreddit": "evolutionreddit", "cluster": 637, "color": 2}, {"x": 0.5903024077415466, "y": -43.48501968383789, "subreddit": "sopa", "cluster": 637, "color": 2}, {"x": 82.42575073242188, "y": 17.663816452026367, "subreddit": "anotheredenglobal", "cluster": 668, "color": 1}, {"x": 78.89935302734375, "y": 12.129523277282715, "subreddit": "dissidiaffoo", "cluster": 668, "color": 1}, {"x": 86.0806884765625, "y": 18.454010009765625, "subreddit": "dragonblaze", "cluster": 668, "color": 1}, {"x": 82.9589614868164, "y": 16.63673973083496, "subreddit": "ffbeblog", "cluster": 668, "color": 1}, {"x": 82.83589935302734, "y": 16.401012420654297, "subreddit": "ffbraveexvius", "cluster": 668, "color": 1}, {"x": 83.78687286376953, "y": 17.03700065612793, "subreddit": "soanamnesis", "cluster": 668, "color": 1}, {"x": 81.41923522949219, "y": 9.536458015441895, "subreddit": "terrabattle", "cluster": 668, "color": 1}, {"x": 82.03560638427734, "y": 15.347359657287598, "subreddit": "wotv_ffbe", "cluster": 668, "color": 1}, {"x": -3.8864901065826416, "y": -68.03433227539062, "subreddit": "ansible", "cluster": 519, "color": 2}, {"x": -3.8933322429656982, "y": -69.81432342529297, "subreddit": "aws", "cluster": 519, "color": 2}, {"x": -3.366543769836426, "y": -69.2140121459961, "subreddit": "devops", "cluster": 519, "color": 2}, {"x": -2.6240711212158203, "y": -68.70381164550781, "subreddit": "docker", "cluster": 519, "color": 2}, {"x": -3.006800889968872, "y": -69.42315673828125, "subreddit": "kubernetes", "cluster": 519, "color": 2}, {"x": -4.737745761871338, "y": -67.70248413085938, "subreddit": "linuxadmin", "cluster": 519, "color": 2}, {"x": 30.71657371520996, "y": -29.86996078491211, "subreddit": "answers", "cluster": 1305, "color": 1}, {"x": 30.489192962646484, "y": -28.486927032470703, "subreddit": "explainlikeimfive", "cluster": 1305, "color": 1}, {"x": 30.52454948425293, "y": -28.635217666625977, "subreddit": "nostupidquestions", "cluster": 1305, "color": 1}, {"x": 60.42053985595703, "y": 8.750383377075195, "subreddit": "anthemthegame", "cluster": 78, "color": 0}, {"x": -1.900542974472046, "y": 18.97161865234375, "subreddit": "freegold", "cluster": 78, "color": 0}, {"x": 60.42110061645508, "y": 8.78011703491211, "subreddit": "lowsodiumanthem", "cluster": 78, "color": 0}, {"x": 61.22044372558594, "y": 6.675920009613037, "subreddit": "remnantgame", "cluster": 78, "color": 0}, {"x": 34.55278015136719, "y": -50.1750373840332, "subreddit": "anthropology", "cluster": 119, "color": 0}, {"x": 34.361305236816406, "y": -51.5355110168457, "subreddit": "archaeology", "cluster": 119, "color": 0}, {"x": 34.74296951293945, "y": -49.73173141479492, "subreddit": "askanthropology", "cluster": 119, "color": 0}, {"x": 35.36439895629883, "y": -48.799076080322266, "subreddit": "badsocialscience", "cluster": 119, "color": 0}, {"x": 27.68536949157715, "y": -20.03431510925293, "subreddit": "anticonsumption", "cluster": 1628, "color": 2}, {"x": -3.7894320487976074, "y": -55.05063247680664, "subreddit": "drupal", "cluster": 1628, "color": 2}, {"x": 27.52586555480957, "y": -18.62303352355957, "subreddit": "minimalism", "cluster": 1628, "color": 2}, {"x": 27.407604217529297, "y": -18.75764274597168, "subreddit": "simpleliving", "cluster": 1628, "color": 2}, {"x": 25.917585372924805, "y": -19.57587432861328, "subreddit": "sustainability", "cluster": 1628, "color": 2}, {"x": 26.356840133666992, "y": -19.857831954956055, "subreddit": "zerowaste", "cluster": 1628, "color": 2}, {"x": 25.381507873535156, "y": 108.23399353027344, "subreddit": "antidepressants", "cluster": 79, "color": 0}, {"x": 25.881168365478516, "y": 108.65745544433594, "subreddit": "depressionregimens", "cluster": 79, "color": 0}, {"x": 25.004981994628906, "y": 108.27017211914062, "subreddit": "etizolam", "cluster": 79, "color": 0}, {"x": 28.400503158569336, "y": 105.79129791259766, "subreddit": "lexapro", "cluster": 79, "color": 0}, {"x": 26.70474624633789, "y": 106.09562683105469, "subreddit": "zoloft", "cluster": 79, "color": 0}, {"x": -3.6592304706573486, "y": -23.281923294067383, "subreddit": "antifa", "cluster": 1634, "color": 3}, {"x": -2.88210391998291, "y": -23.801145553588867, "subreddit": "askaconservative", "cluster": 1634, "color": 3}, {"x": -2.5614430904388428, "y": -23.752559661865234, "subreddit": "new_right", "cluster": 1634, "color": 3}, {"x": -2.696820020675659, "y": -21.678728103637695, "subreddit": "physical_removal", "cluster": 1634, "color": 3}, {"x": -3.0109052658081055, "y": -23.52680015563965, "subreddit": "sjwhate", "cluster": 1634, "color": 3}, {"x": 9.9183988571167, "y": -149.1867218017578, "subreddit": "antiherorp", "cluster": 1077, "color": 4}, {"x": 9.384750366210938, "y": -150.65443420410156, "subreddit": "dotaconcepts", "cluster": 1077, "color": 4}, {"x": 9.467988014221191, "y": -150.42286682128906, "subreddit": "lolchampconcepts", "cluster": 1077, "color": 4}, {"x": -32.860599517822266, "y": 1.4751042127609253, "subreddit": "overwatchheroconcepts", "cluster": 1077, "color": 4}, {"x": -6.52548360824585, "y": -6.546111583709717, "subreddit": "antimatterindustries", "cluster": 976, "color": 2}, {"x": -7.777381420135498, "y": -6.222323894500732, "subreddit": "buttonaftermath", "cluster": 976, "color": 2}, {"x": -7.034943580627441, "y": -4.747843265533447, "subreddit": "counting", "cluster": 976, "color": 2}, {"x": -8.524009704589844, "y": -6.342223167419434, "subreddit": "emerald_council", "cluster": 976, "color": 2}, {"x": -24.71480369567871, "y": -21.008102416992188, "subreddit": "geraffesaresodumb", "cluster": 976, "color": 2}, {"x": -6.616881847381592, "y": -7.546322345733643, "subreddit": "greypocounting", "cluster": 976, "color": 2}, {"x": -6.961766242980957, "y": -6.244263648986816, "subreddit": "joinrobin", "cluster": 976, "color": 2}, {"x": -3.30464768409729, "y": 11.813939094543457, "subreddit": "place", "cluster": 976, "color": 2}, {"x": -5.707767009735107, "y": -6.320899486541748, "subreddit": "promos", "cluster": 976, "color": 2}, {"x": 19.77996253967285, "y": 28.304582595825195, "subreddit": "antimlm", "cluster": 81, "color": 0}, {"x": 19.327131271362305, "y": 28.24706268310547, "subreddit": "lulano", "cluster": 81, "color": 0}, {"x": 20.4694766998291, "y": 28.322160720825195, "subreddit": "old_recipes", "cluster": 81, "color": 0}, {"x": 8.82750129699707, "y": 25.44308090209961, "subreddit": "shitmomgroupssay", "cluster": 81, "color": 0}, {"x": 19.08452033996582, "y": 28.554092407226562, "subreddit": "youniqueamua", "cluster": 81, "color": 0}, {"x": 70.03182220458984, "y": 81.937255859375, "subreddit": "antinatalism", "cluster": 1175, "color": 3}, {"x": 64.30036163330078, "y": 24.85321044921875, "subreddit": "cncrivals", "cluster": 1175, "color": 3}, {"x": 70.00942993164062, "y": 81.99232482910156, "subreddit": "misanthropy", "cluster": 1175, "color": 3}, {"x": 70.9060287475586, "y": 79.35679626464844, "subreddit": "nihilism", "cluster": 1175, "color": 3}, {"x": 69.30401611328125, "y": 83.9433364868164, "subreddit": "timetogo", "cluster": 1175, "color": 3}, {"x": -137.01309204101562, "y": 15.046453475952148, "subreddit": "antipozi", "cluster": 82, "color": 1}, {"x": 74.9956283569336, "y": -6.380465507507324, "subreddit": "european", "cluster": 82, "color": 1}, {"x": -137.0125274658203, "y": 15.046658515930176, "subreddit": "whiterights", "cluster": 82, "color": 1}, {"x": 36.916160583496094, "y": -40.1860466003418, "subreddit": "antipsychiatry", "cluster": 360, "color": 0}, {"x": 27.97344207763672, "y": -75.08428192138672, "subreddit": "chinesetourists", "cluster": 360, "color": 0}, {"x": 27.989946365356445, "y": -75.05962371826172, "subreddit": "contemporaryart", "cluster": 360, "color": 0}, {"x": 43.91545486450195, "y": -35.02971649169922, "subreddit": "pyongyang", "cluster": 360, "color": 0}, {"x": -20.08742904663086, "y": -13.315302848815918, "subreddit": "antiques", "cluster": 1958, "color": 5}, {"x": -18.588119506835938, "y": -12.38188362121582, "subreddit": "death", "cluster": 1958, "color": 5}, {"x": -70.75334167480469, "y": -21.510833740234375, "subreddit": "kindlefire", "cluster": 1958, "color": 5}, {"x": -19.097179412841797, "y": -14.060705184936523, "subreddit": "mid_century", "cluster": 1958, "color": 5}, {"x": -19.106624603271484, "y": -12.818618774414062, "subreddit": "whatisthispainting", "cluster": 1958, "color": 5}, {"x": -19.574033737182617, "y": -13.271463394165039, "subreddit": "whatsthisworth", "cluster": 1958, "color": 5}, {"x": -72.24234008789062, "y": 57.10755920410156, "subreddit": "antisocialsocialclub", "cluster": 1346, "color": 3}, {"x": -71.01879119873047, "y": 57.02084732055664, "subreddit": "kithnyc", "cluster": 1346, "color": 3}, {"x": -71.99899291992188, "y": 57.27302169799805, "subreddit": "palaceclothing", "cluster": 1346, "color": 3}, {"x": -72.39205169677734, "y": 58.9852180480957, "subreddit": "supreme", "cluster": 1346, "color": 3}, {"x": 11.055082321166992, "y": -14.462690353393555, "subreddit": "antisrs", "cluster": 83, "color": 0}, {"x": 72.49626922607422, "y": -6.509678363800049, "subreddit": "blackout2015", "cluster": 83, "color": 0}, {"x": 16.613384246826172, "y": -68.40511322021484, "subreddit": "dominion", "cluster": 83, "color": 0}, {"x": 11.366083145141602, "y": -14.910131454467773, "subreddit": "freespeech", "cluster": 83, "color": 0}, {"x": 10.921910285949707, "y": -14.208542823791504, "subreddit": "hailcorporate", "cluster": 83, "color": 0}, {"x": 18.495328903198242, "y": -15.361881256103516, "subreddit": "antitrumpalliance", "cluster": 1563, "color": 3}, {"x": 19.893680572509766, "y": -15.036619186401367, "subreddit": "keep_track", "cluster": 1563, "color": 3}, {"x": 19.162561416625977, "y": -14.711979866027832, "subreddit": "russialago", "cluster": 1563, "color": 3}, {"x": 19.20361328125, "y": -14.312647819519043, "subreddit": "the_mueller", "cluster": 1563, "color": 3}, {"x": -73.60354614257812, "y": 112.79126739501953, "subreddit": "antivax", "cluster": 84, "color": 0}, {"x": -73.57344818115234, "y": 112.77193450927734, "subreddit": "antivaxxers", "cluster": 84, "color": 0}, {"x": -74.17314910888672, "y": 113.15147399902344, "subreddit": "debatevaccines", "cluster": 84, "color": 0}, {"x": 43.85760498046875, "y": 30.276409149169922, "subreddit": "antivegan", "cluster": 881, "color": 2}, {"x": 28.826679229736328, "y": 4.375772476196289, "subreddit": "goats", "cluster": 881, "color": 2}, {"x": 12.238998413085938, "y": -35.45869445800781, "subreddit": "homestead", "cluster": 881, "color": 2}, {"x": 12.076716423034668, "y": -35.72039031982422, "subreddit": "homesteading", "cluster": 881, "color": 2}, {"x": 12.822833061218262, "y": -34.06424331665039, "subreddit": "permaculture", "cluster": 881, "color": 2}, {"x": 84.25559997558594, "y": -48.06724166870117, "subreddit": "antkeeping", "cluster": 85, "color": 0}, {"x": 84.19953918457031, "y": -48.03535079956055, "subreddit": "ants", "cluster": 85, "color": 0}, {"x": 81.8051528930664, "y": -46.5975227355957, "subreddit": "fromthedepths", "cluster": 85, "color": 0}, {"x": 11.02746295928955, "y": -95.95736694335938, "subreddit": "antm", "cluster": 1562, "color": 1}, {"x": 113.35757446289062, "y": 28.982938766479492, "subreddit": "drag", "cluster": 1562, "color": 1}, {"x": 112.7419204711914, "y": 28.534889221191406, "subreddit": "dragula", "cluster": 1562, "color": 1}, {"x": 114.07730102539062, "y": 26.731096267700195, "subreddit": "mspaintsartrace", "cluster": 1562, "color": 1}, {"x": 111.00437927246094, "y": 28.95444107055664, "subreddit": "rpdr_uk", "cluster": 1562, "color": 1}, {"x": 111.82544708251953, "y": 28.2525634765625, "subreddit": "rupaulsdragrace", "cluster": 1562, "color": 1}, {"x": 111.4438705444336, "y": 27.973283767700195, "subreddit": "spoileddragrace", "cluster": 1562, "color": 1}, {"x": 5.3397393226623535, "y": 78.8058090209961, "subreddit": "antshares", "cluster": 1252, "color": 4}, {"x": 5.996424674987793, "y": 79.90444946289062, "subreddit": "elastos", "cluster": 1252, "color": 4}, {"x": 5.5872697830200195, "y": 78.91699981689453, "subreddit": "neo", "cluster": 1252, "color": 4}, {"x": 6.194986820220947, "y": 77.83615112304688, "subreddit": "waltonchain", "cluster": 1252, "color": 4}, {"x": -24.21996307373047, "y": -96.19629669189453, "subreddit": "anw", "cluster": 1069, "color": 1}, {"x": -23.863737106323242, "y": -46.7747802734375, "subreddit": "livefromnewyork", "cluster": 1069, "color": 1}, {"x": -24.019214630126953, "y": -46.86858367919922, "subreddit": "outsidelands", "cluster": 1069, "color": 1}, {"x": -22.481014251708984, "y": -46.631412506103516, "subreddit": "themaskedsinger", "cluster": 1069, "color": 1}, {"x": 42.11603546142578, "y": 92.9075698852539, "subreddit": "anxiety", "cluster": 510, "color": 1}, {"x": 42.6515998840332, "y": 91.359619140625, "subreddit": "anxietydepression", "cluster": 510, "color": 1}, {"x": 43.12150955200195, "y": 91.36109161376953, "subreddit": "depression", "cluster": 510, "color": 1}, {"x": 55.20698547363281, "y": 103.65924072265625, "subreddit": "depression_help", "cluster": 510, "color": 1}, {"x": 0.6822940111160278, "y": 49.02236557006836, "subreddit": "lonely", "cluster": 510, "color": 1}, {"x": 35.288978576660156, "y": 85.43287658691406, "subreddit": "maladaptivedreaming", "cluster": 510, "color": 1}, {"x": 43.909000396728516, "y": 91.24842834472656, "subreddit": "suicidewatch", "cluster": 510, "color": 1}, {"x": -79.42052459716797, "y": 29.75689697265625, "subreddit": "anycubicphoton", "cluster": 1439, "color": 4}, {"x": -78.8416519165039, "y": 30.574228286743164, "subreddit": "dndiy", "cluster": 1439, "color": 4}, {"x": -79.01571655273438, "y": 30.326711654663086, "subreddit": "printedminis", "cluster": 1439, "color": 4}, {"x": 15.502197265625, "y": -17.523073196411133, "subreddit": "anythinggoesnews", "cluster": 508, "color": 0}, {"x": 17.0260009765625, "y": -17.67885971069336, "subreddit": "democrats", "cluster": 508, "color": 0}, {"x": 16.351085662841797, "y": -16.483156204223633, "subreddit": "inthenews", "cluster": 508, "color": 0}, {"x": 17.523380279541016, "y": -16.906436920166016, "subreddit": "politicalhumor", "cluster": 508, "color": 0}, {"x": 17.378705978393555, "y": -18.3066349029541, "subreddit": "progressive", "cluster": 508, "color": 0}, {"x": 16.61898422241211, "y": -17.757158279418945, "subreddit": "worldpolitics", "cluster": 508, "color": 0}, {"x": 22.525785446166992, "y": -19.303598403930664, "subreddit": "aoc", "cluster": 86, "color": 1}, {"x": 22.218257904052734, "y": -18.69536018371582, "subreddit": "democraticsocialism", "cluster": 86, "color": 1}, {"x": -87.35994720458984, "y": -43.6736946105957, "subreddit": "fiestast", "cluster": 86, "color": 1}, {"x": 19.83957862854004, "y": -13.466836929321289, "subreddit": "foxfiction", "cluster": 86, "color": 1}, {"x": 22.798439025878906, "y": -19.832820892333984, "subreddit": "leftwithoutedge", "cluster": 86, "color": 1}, {"x": 22.02773666381836, "y": -18.11184310913086, "subreddit": "ourpresident", "cluster": 86, "color": 1}, {"x": 60.091461181640625, "y": -32.479652404785156, "subreddit": "aoe2", "cluster": 1214, "color": 0}, {"x": -17.536197662353516, "y": -51.16246795654297, "subreddit": "muse", "cluster": 1214, "color": 0}, {"x": -17.529125213623047, "y": -51.05678176879883, "subreddit": "svu", "cluster": 1214, "color": 0}, {"x": 9.291132926940918, "y": -142.92991638183594, "subreddit": "aotrp", "cluster": 1433, "color": 5}, {"x": 5.837757587432861, "y": -141.99569702148438, "subreddit": "assassinorder", "cluster": 1433, "color": 5}, {"x": 6.038434982299805, "y": -142.05686950683594, "subreddit": "potterplayrp", "cluster": 1433, "color": 5}, {"x": -27.7066650390625, "y": 19.435789108276367, "subreddit": "apexlegends", "cluster": 87, "color": 0}, {"x": -27.40333366394043, "y": 21.016284942626953, "subreddit": "apexlfg", "cluster": 87, "color": 0}, {"x": -28.027286529541016, "y": 18.750022888183594, "subreddit": "apexlore", "cluster": 87, "color": 0}, {"x": -27.362398147583008, "y": 19.265840530395508, "subreddit": "apexoutlands", "cluster": 87, "color": 0}, {"x": -28.18747329711914, "y": 20.56370735168457, "subreddit": "apexuniversity", "cluster": 87, "color": 0}, {"x": -28.467613220214844, "y": 20.303897857666016, "subreddit": "competitiveapex", "cluster": 87, "color": 0}, {"x": 73.22135162353516, "y": -66.33876037597656, "subreddit": "lawbreakers", "cluster": 87, "color": 0}, {"x": -28.487964630126953, "y": 52.01976013183594, "subreddit": "vainglorygame", "cluster": 87, "color": 0}, {"x": 26.80472183227539, "y": 100.01793670654297, "subreddit": "aphantasia", "cluster": 88, "color": 0}, {"x": 26.787351608276367, "y": 100.04402160644531, "subreddit": "neet", "cluster": 88, "color": 0}, {"x": -22.464767456054688, "y": 89.41729736328125, "subreddit": "smashingfour", "cluster": 88, "color": 0}, {"x": 30.54738426208496, "y": -25.359106063842773, "subreddit": "aphextwin", "cluster": 155, "color": 0}, {"x": 30.309459686279297, "y": -25.27361488342285, "subreddit": "autechre", "cluster": 155, "color": 0}, {"x": 29.149181365966797, "y": -24.762760162353516, "subreddit": "chomsky", "cluster": 155, "color": 0}, {"x": 122.64505004882812, "y": 15.744338989257812, "subreddit": "apink", "cluster": 1015, "color": 0}, {"x": 123.40139770507812, "y": 15.899589538574219, "subreddit": "asiangirlsbeingcute", "cluster": 1015, "color": 0}, {"x": 123.34205627441406, "y": 19.248750686645508, "subreddit": "dreamcatcher", "cluster": 1015, "color": 0}, {"x": 123.49758911132812, "y": 15.89206314086914, "subreddit": "kpics", "cluster": 1015, "color": 0}, {"x": -15.55769157409668, "y": 49.49464416503906, "subreddit": "realasians", "cluster": 1015, "color": 0}, {"x": 9.190947532653809, "y": -8.894124031066895, "subreddit": "apocalympics2016", "cluster": 338, "color": 0}, {"x": -14.032400131225586, "y": -74.25247955322266, "subreddit": "ccna", "cluster": 338, "color": 0}, {"x": -14.066726684570312, "y": -74.22201538085938, "subreddit": "ccnp", "cluster": 338, "color": 0}, {"x": -14.643747329711914, "y": -73.65210723876953, "subreddit": "cissp", "cluster": 338, "color": 0}, {"x": -61.07110595703125, "y": 84.4645767211914, "subreddit": "apocalypserising", "cluster": 1540, "color": 0}, {"x": -20.257553100585938, "y": 33.71391296386719, "subreddit": "murdermystery2", "cluster": 1540, "color": 0}, {"x": -61.37605285644531, "y": 84.3509750366211, "subreddit": "phantomforces", "cluster": 1540, "color": 0}, {"x": -59.50986862182617, "y": 83.73210144042969, "subreddit": "roblox", "cluster": 1540, "color": 0}, {"x": -59.34914016723633, "y": 83.63301086425781, "subreddit": "robloxgamedev", "cluster": 1540, "color": 0}, {"x": -61.0831413269043, "y": 85.39661407470703, "subreddit": "tradelands", "cluster": 1540, "color": 0}, {"x": -56.63085174560547, "y": -10.37069320678711, "subreddit": "apolloapp", "cluster": 89, "color": 1}, {"x": -57.21288299560547, "y": -9.572884559631348, "subreddit": "apple", "cluster": 89, "color": 1}, {"x": -21.70677375793457, "y": -89.9683837890625, "subreddit": "applecard", "cluster": 89, "color": 1}, {"x": -58.448570251464844, "y": -9.219335556030273, "subreddit": "applewatch", "cluster": 89, "color": 1}, {"x": -79.25031280517578, "y": -101.97623443603516, "subreddit": "clemson", "cluster": 89, "color": 1}, {"x": -54.936859130859375, "y": -8.216642379760742, "subreddit": "ios7", "cluster": 89, "color": 1}, {"x": -55.555511474609375, "y": -8.294949531555176, "subreddit": "ios9", "cluster": 89, "color": 1}, {"x": 34.05198287963867, "y": -128.46627807617188, "subreddit": "apotheosisvillage", "cluster": 679, "color": 0}, {"x": 34.17329788208008, "y": -127.45796966552734, "subreddit": "fireemblem", "cluster": 679, "color": 0}, {"x": 34.110103607177734, "y": -127.62527465820312, "subreddit": "fireemblemcasual", "cluster": 679, "color": 0}, {"x": 36.34575271606445, "y": -128.64686584472656, "subreddit": "reddit_emblem", "cluster": 679, "color": 0}, {"x": 82.35440826416016, "y": 33.545982360839844, "subreddit": "shitpostemblem", "cluster": 679, "color": 0}, {"x": -58.614192962646484, "y": -54.08705139160156, "subreddit": "appalachiantrail", "cluster": 1343, "color": 3}, {"x": -58.312068939208984, "y": -53.711177825927734, "subreddit": "pacificcresttrail", "cluster": 1343, "color": 3}, {"x": -57.56719970703125, "y": -52.836002349853516, "subreddit": "surveying", "cluster": 1343, "color": 3}, {"x": -58.294349670410156, "y": -4.046788215637207, "subreddit": "apphookup", "cluster": 947, "color": 2}, {"x": -58.27912139892578, "y": -3.981334924697876, "subreddit": "iosgaming", "cluster": 947, "color": 2}, {"x": -113.55384063720703, "y": 25.331790924072266, "subreddit": "metalearth", "cluster": 947, "color": 2}, {"x": -32.845767974853516, "y": 32.33168029785156, "subreddit": "skygame", "cluster": 947, "color": 2}, {"x": -53.55291748046875, "y": -10.31961441040039, "subreddit": "applehelp", "cluster": 1099, "color": 3}, {"x": -53.49188995361328, "y": -10.844169616699219, "subreddit": "mac", "cluster": 1099, "color": 3}, {"x": -56.40936279296875, "y": -12.929780006408691, "subreddit": "macbook", "cluster": 1099, "color": 3}, {"x": -56.41109848022461, "y": -12.951517105102539, "subreddit": "macbookpro", "cluster": 1099, "color": 3}, {"x": -53.18409729003906, "y": -11.88277816772461, "subreddit": "macgaming", "cluster": 1099, "color": 3}, {"x": -54.68998336791992, "y": -11.101462364196777, "subreddit": "macos", "cluster": 1099, "color": 3}, {"x": -57.02336502075195, "y": -29.596220016479492, "subreddit": "macsysadmin", "cluster": 1099, "color": 3}, {"x": -53.20369338989258, "y": -10.580448150634766, "subreddit": "osx", "cluster": 1099, "color": 3}, {"x": -50.15228271484375, "y": -23.729488372802734, "subreddit": "printers", "cluster": 1099, "color": 3}, {"x": -62.35082244873047, "y": -9.22632884979248, "subreddit": "applemusic", "cluster": 90, "color": 0}, {"x": -60.600257873535156, "y": -11.086228370666504, "subreddit": "appletv", "cluster": 90, "color": 0}, {"x": -76.94405364990234, "y": -28.731338500976562, "subreddit": "bravia", "cluster": 90, "color": 0}, {"x": -58.66954803466797, "y": -11.047112464904785, "subreddit": "carplay", "cluster": 90, "color": 0}, {"x": -63.8072509765625, "y": -18.4478702545166, "subreddit": "directvnow", "cluster": 90, "color": 0}, {"x": -60.40345764160156, "y": -10.915067672729492, "subreddit": "homepod", "cluster": 90, "color": 0}, {"x": -74.30830383300781, "y": -1.0875786542892456, "subreddit": "pocophones", "cluster": 90, "color": 0}, {"x": -61.55965805053711, "y": -11.757834434509277, "subreddit": "sonos", "cluster": 90, "color": 0}, {"x": -65.89509582519531, "y": -17.281299591064453, "subreddit": "youtubetv", "cluster": 90, "color": 0}, {"x": -56.0658073425293, "y": -38.69756317138672, "subreddit": "appliancerepair", "cluster": 92, "color": 1}, {"x": 23.487123489379883, "y": 85.13392639160156, "subreddit": "aquarium", "cluster": 92, "color": 1}, {"x": 23.159879684448242, "y": 83.52943420410156, "subreddit": "aquariums", "cluster": 92, "color": 1}, {"x": 23.991735458374023, "y": 82.89996337890625, "subreddit": "bettafish", "cluster": 92, "color": 1}, {"x": 24.3956298828125, "y": 85.24072265625, "subreddit": "cichlid", "cluster": 92, "color": 1}, {"x": 23.134206771850586, "y": 85.75117492675781, "subreddit": "fishtank", "cluster": 92, "color": 1}, {"x": 23.00871467590332, "y": 81.59355926513672, "subreddit": "reeftank", "cluster": 92, "color": 1}, {"x": 23.699573516845703, "y": 83.77845001220703, "subreddit": "shittyaquariums", "cluster": 92, "color": 1}, {"x": 11.734485626220703, "y": 384.15191650390625, "subreddit": "appnana", "cluster": 1397, "color": 4}, {"x": 97.19535064697266, "y": -30.726585388183594, "subreddit": "giftofgames", "cluster": 1397, "color": 4}, {"x": -74.25480651855469, "y": 78.02332305908203, "subreddit": "injusticemobile", "cluster": 1397, "color": 4}, {"x": 97.08649444580078, "y": -30.92102813720703, "subreddit": "playitforward", "cluster": 1397, "color": 4}, {"x": -58.42536544799805, "y": -73.14083862304688, "subreddit": "appstate", "cluster": 1904, "color": 3}, {"x": -69.08196258544922, "y": -34.77239990234375, "subreddit": "commercialav", "cluster": 1904, "color": 3}, {"x": -68.96572875976562, "y": -35.06401824951172, "subreddit": "videoengineering", "cluster": 1904, "color": 3}, {"x": -32.97134780883789, "y": -29.025142669677734, "subreddit": "vocaloid", "cluster": 1904, "color": 3}, {"x": 61.91143035888672, "y": 55.09096908569336, "subreddit": "april2017bumpers", "cluster": 217, "color": 0}, {"x": 65.17594146728516, "y": 51.57735061645508, "subreddit": "aprilbumpers2018", "cluster": 217, "color": 0}, {"x": 62.43214416503906, "y": 54.17979049682617, "subreddit": "babybumps", "cluster": 217, "color": 0}, {"x": 62.994606018066406, "y": 52.19599533081055, "subreddit": "babywearing", "cluster": 217, "color": 0}, {"x": 62.5466423034668, "y": 53.46812438964844, "subreddit": "beyondthebump", "cluster": 217, "color": 0}, {"x": 61.873260498046875, "y": 51.518218994140625, "subreddit": "breastfeeding", "cluster": 217, "color": 0}, {"x": 64.64498901367188, "y": 51.75593948364258, "subreddit": "clothdiaps", "cluster": 217, "color": 0}, {"x": 60.52875900268555, "y": 54.19622039794922, "subreddit": "fitpregnancy", "cluster": 217, "color": 0}, {"x": 63.19534683227539, "y": 54.89312744140625, "subreddit": "gestationaldiabetes", "cluster": 217, "color": 0}, {"x": 65.05018615722656, "y": 54.780029296875, "subreddit": "julybumpers2017", "cluster": 217, "color": 0}, {"x": 60.0087776184082, "y": 53.7381477355957, "subreddit": "pregnant", "cluster": 217, "color": 0}, {"x": 63.71672821044922, "y": 53.42485427856445, "subreddit": "sleeptrain", "cluster": 217, "color": 0}, {"x": 62.4682731628418, "y": 53.18604278564453, "subreddit": "toddlers", "cluster": 217, "color": 0}, {"x": 61.34125900268555, "y": 53.33820343017578, "subreddit": "workingmoms", "cluster": 217, "color": 0}, {"x": 14.501367568969727, "y": -34.314510345458984, "subreddit": "aquaponics", "cluster": 900, "color": 2}, {"x": 5.6023101806640625, "y": 60.032283782958984, "subreddit": "hydro", "cluster": 900, "color": 2}, {"x": 5.598840713500977, "y": 60.023014068603516, "subreddit": "hydroponics", "cluster": 900, "color": 2}, {"x": -14.266597747802734, "y": 108.88943481445312, "subreddit": "spacebuckets", "cluster": 900, "color": 2}, {"x": 18.177160263061523, "y": 59.251258850097656, "subreddit": "aquasama", "cluster": 1012, "color": 2}, {"x": 18.53462791442871, "y": 58.68518829345703, "subreddit": "konosuba", "cluster": 1012, "color": 2}, {"x": 18.81222152709961, "y": 58.370635986328125, "subreddit": "megumin", "cluster": 1012, "color": 2}, {"x": 21.52728271484375, "y": 84.17414093017578, "subreddit": "aquascape", "cluster": 1392, "color": 1}, {"x": 21.83286476135254, "y": 82.90817260742188, "subreddit": "aquaswap", "cluster": 1392, "color": 1}, {"x": 0.9016658067703247, "y": 11.789206504821777, "subreddit": "dkcleague", "cluster": 1392, "color": 1}, {"x": 21.762428283691406, "y": 83.61663055419922, "subreddit": "plantedtank", "cluster": 1392, "color": 1}, {"x": 20.74353790283203, "y": 83.3633041381836, "subreddit": "shrimptank", "cluster": 1392, "color": 1}, {"x": -14.2321195602417, "y": -64.4634780883789, "subreddit": "volleyball", "cluster": 1392, "color": 1}, {"x": 15.2395601272583, "y": 62.8864860534668, "subreddit": "araara", "cluster": 1547, "color": 3}, {"x": 16.299238204956055, "y": 62.12981033325195, "subreddit": "fierceflow", "cluster": 1547, "color": 3}, {"x": 15.303242683410645, "y": 60.36113357543945, "subreddit": "nagatoro", "cluster": 1547, "color": 3}, {"x": 16.065582275390625, "y": 62.08271026611328, "subreddit": "rolereversal", "cluster": 1547, "color": 3}, {"x": 105.05052947998047, "y": 69.1256332397461, "subreddit": "aram", "cluster": 94, "color": 1}, {"x": 103.82364654541016, "y": 65.76655578613281, "subreddit": "leblancmains", "cluster": 94, "color": 1}, {"x": 105.09031677246094, "y": 69.2668228149414, "subreddit": "spacearena", "cluster": 94, "color": 1}, {"x": 6.049840927124023, "y": 34.195526123046875, "subreddit": "araragi", "cluster": 1342, "color": 2}, {"x": 76.43849182128906, "y": 23.310157775878906, "subreddit": "goblinslayer", "cluster": 1342, "color": 2}, {"x": 8.985116958618164, "y": 51.20842742919922, "subreddit": "overlord", "cluster": 1342, "color": 2}, {"x": 8.85446548461914, "y": 51.09803009033203, "subreddit": "rucoyonline", "cluster": 1342, "color": 2}, {"x": 9.648356437683105, "y": 52.0452766418457, "subreddit": "youjosenki", "cluster": 1342, "color": 2}, {"x": 31.280641555786133, "y": -19.236328125, "subreddit": "arcade1up", "cluster": 1172, "color": 1}, {"x": 31.790937423706055, "y": -18.62311553955078, "subreddit": "minines", "cluster": 1172, "color": 1}, {"x": 31.78546905517578, "y": -18.74243927001953, "subreddit": "minisnes", "cluster": 1172, "color": 1}, {"x": -54.09683609008789, "y": 21.482412338256836, "subreddit": "nscollectors", "cluster": 1172, "color": 1}, {"x": -99.78369903564453, "y": 44.80483627319336, "subreddit": "arcadefire", "cluster": 1484, "color": 5}, {"x": -91.76748657226562, "y": 41.37895202636719, "subreddit": "qotsa", "cluster": 1484, "color": 5}, {"x": -97.14532470703125, "y": 45.54285430908203, "subreddit": "radiohead", "cluster": 1484, "color": 5}, {"x": -97.08963012695312, "y": 45.5252685546875, "subreddit": "radioheadcirclejerk", "cluster": 1484, "color": 5}, {"x": 123.88156127929688, "y": -54.101226806640625, "subreddit": "arcane", "cluster": 852, "color": 3}, {"x": 123.13656616210938, "y": -53.83881378173828, "subreddit": "hcteams", "cluster": 852, "color": 3}, {"x": 122.87173461914062, "y": -53.74419403076172, "subreddit": "kohi", "cluster": 852, "color": 3}, {"x": -58.3236083984375, "y": 86.51319122314453, "subreddit": "arcaneadventures", "cluster": 1428, "color": 3}, {"x": 24.694591522216797, "y": 9.918622016906738, "subreddit": "ledootgeneration", "cluster": 1428, "color": 3}, {"x": 8.609854698181152, "y": 39.339717864990234, "subreddit": "memeeconomy", "cluster": 1428, "color": 3}, {"x": -5.8635053634643555, "y": 22.850399017333984, "subreddit": "neverbrokeabone", "cluster": 1428, "color": 3}, {"x": 24.529638290405273, "y": 11.120857238769531, "subreddit": "oldpeoplefacebook", "cluster": 1428, "color": 3}, {"x": 24.47825813293457, "y": 10.504057884216309, "subreddit": "postandbecomeamod", "cluster": 1428, "color": 3}, {"x": -0.7711138725280762, "y": 11.396927833557129, "subreddit": "rickandmorty", "cluster": 1428, "color": 3}, {"x": 25.050260543823242, "y": 9.318086624145508, "subreddit": "shittynosleep", "cluster": 1428, "color": 3}, {"x": 97.46985626220703, "y": 0.006319261621683836, "subreddit": "archeage", "cluster": 1640, "color": 2}, {"x": 99.09835052490234, "y": -0.6459307670593262, "subreddit": "fo4vr", "cluster": 1640, "color": 2}, {"x": 97.88990020751953, "y": -0.03977087140083313, "subreddit": "skyrimvr", "cluster": 1640, "color": 2}, {"x": 100.37367248535156, "y": -0.01110357791185379, "subreddit": "vive", "cluster": 1640, "color": 2}, {"x": -16.261781692504883, "y": -21.244674682617188, "subreddit": "archerfx", "cluster": 95, "color": 0}, {"x": -17.126399993896484, "y": -24.441730499267578, "subreddit": "bojackhorseman", "cluster": 95, "color": 0}, {"x": -16.540416717529297, "y": -18.86675453186035, "subreddit": "c137", "cluster": 95, "color": 0}, {"x": -5.921278476715088, "y": -36.4740104675293, "subreddit": "ddo", "cluster": 95, "color": 0}, {"x": -18.055500030517578, "y": -32.5853271484375, "subreddit": "fargotv", "cluster": 95, "color": 0}, {"x": -16.728404998779297, "y": -22.998632431030273, "subreddit": "futurama", "cluster": 95, "color": 0}, {"x": -31.34653091430664, "y": -71.90802764892578, "subreddit": "racetrackdesigns", "cluster": 95, "color": 0}, {"x": -16.17180824279785, "y": -21.377487182617188, "subreddit": "southpark", "cluster": 95, "color": 0}, {"x": -14.423966407775879, "y": -16.655290603637695, "subreddit": "thedollop", "cluster": 95, "color": 0}, {"x": 27.23758316040039, "y": -0.3481425642967224, "subreddit": "toonami", "cluster": 95, "color": 0}, {"x": -15.710077285766602, "y": -20.12189292907715, "subreddit": "venturebros", "cluster": 95, "color": 0}, {"x": -23.18756103515625, "y": 47.79680252075195, "subreddit": "archero", "cluster": 284, "color": 0}, {"x": -24.644807815551758, "y": 47.53740692138672, "subreddit": "brawlstars", "cluster": 284, "color": 0}, {"x": -24.795713424682617, "y": 47.716278076171875, "subreddit": "brawlstarscompetitive", "cluster": 284, "color": 0}, {"x": -25.56296157836914, "y": 49.43913650512695, "subreddit": "clashroyale", "cluster": 284, "color": 0}, {"x": -25.5262451171875, "y": 49.62174987792969, "subreddit": "clashroyaletrade", "cluster": 284, "color": 0}, {"x": -24.523900985717773, "y": 46.79557800292969, "subreddit": "mortisgang", "cluster": 284, "color": 0}, {"x": -80.92594909667969, "y": -62.05818557739258, "subreddit": "archery", "cluster": 1267, "color": 3}, {"x": -44.40086364746094, "y": 5.269960403442383, "subreddit": "newtubers", "cluster": 1267, "color": 3}, {"x": 343.3336181640625, "y": 301.1217346191406, "subreddit": "smallytchannel", "cluster": 1267, "color": 3}, {"x": -44.69745635986328, "y": 5.165633201599121, "subreddit": "youtubers", "cluster": 1267, "color": 3}, {"x": 14.824149131774902, "y": -76.13008117675781, "subreddit": "architecture", "cluster": 1080, "color": 4}, {"x": -71.54521179199219, "y": -39.3421516418457, "subreddit": "ketouk", "cluster": 1080, "color": 4}, {"x": 14.631580352783203, "y": -77.35269927978516, "subreddit": "london", "cluster": 1080, "color": 4}, {"x": 14.94668960571289, "y": -77.49352264404297, "subreddit": "londoncycling", "cluster": 1080, "color": 4}, {"x": 13.838027954101562, "y": -77.5421371459961, "subreddit": "londonsocialclub", "cluster": 1080, "color": 4}, {"x": -98.867919921875, "y": 40.187477111816406, "subreddit": "arcticmonkeys", "cluster": 1079, "color": 4}, {"x": -34.026397705078125, "y": -20.2441349029541, "subreddit": "chicagoedm", "cluster": 1079, "color": 4}, {"x": 12.383566856384277, "y": -80.20030212402344, "subreddit": "glastonbury_festival", "cluster": 1079, "color": 4}, {"x": -113.74856567382812, "y": 6.261220455169678, "subreddit": "howardstern", "cluster": 1079, "color": 4}, {"x": -98.95574188232422, "y": 40.1441650390625, "subreddit": "lollapalooza", "cluster": 1079, "color": 4}, {"x": -34.78588104248047, "y": -86.28427124023438, "subreddit": "riotfest", "cluster": 1079, "color": 4}, {"x": -79.50044250488281, "y": -32.95661926269531, "subreddit": "arduino", "cluster": 96, "color": 2}, {"x": -78.41058349609375, "y": -33.42138671875, "subreddit": "emdrive", "cluster": 96, "color": 2}, {"x": -79.513427734375, "y": -33.039459228515625, "subreddit": "esp8266", "cluster": 96, "color": 2}, {"x": -88.54118347167969, "y": -42.09049987792969, "subreddit": "fordfocus", "cluster": 96, "color": 2}, {"x": 23.18101692199707, "y": -61.382938385009766, "subreddit": "labrats", "cluster": 96, "color": 2}, {"x": -16.306913375854492, "y": 52.758941650390625, "subreddit": "nokia", "cluster": 96, "color": 2}, {"x": -79.96431732177734, "y": -32.0912971496582, "subreddit": "ouya", "cluster": 96, "color": 2}, {"x": -36.33110046386719, "y": -47.53004455566406, "subreddit": "processing", "cluster": 96, "color": 2}, {"x": -78.47621154785156, "y": -30.85095977783203, "subreddit": "sonyxperia", "cluster": 96, "color": 2}, {"x": -81.04859924316406, "y": -33.924232482910156, "subreddit": "subaru_outback", "cluster": 96, "color": 2}, {"x": -61.01204299926758, "y": 59.092079162597656, "subreddit": "telegram", "cluster": 96, "color": 2}, {"x": 101.15109252929688, "y": -58.895111083984375, "subreddit": "arenafps", "cluster": 97, "color": 0}, {"x": 101.10456848144531, "y": -57.64547348022461, "subreddit": "diabotical", "cluster": 97, "color": 0}, {"x": 101.10198974609375, "y": -57.61213302612305, "subreddit": "quakechampions", "cluster": 97, "color": 0}, {"x": 101.16234588623047, "y": -59.12059783935547, "subreddit": "quakelive", "cluster": 97, "color": 0}, {"x": -60.61867141723633, "y": 95.70165252685547, "subreddit": "arenahs", "cluster": 98, "color": 1}, {"x": -60.62206268310547, "y": 95.70084381103516, "subreddit": "bobstavern", "cluster": 98, "color": 1}, {"x": -31.295202255249023, "y": -109.04415130615234, "subreddit": "realmdefensetd", "cluster": 98, "color": 1}, {"x": -28.41046714782715, "y": 79.95073699951172, "subreddit": "arenaofvalor", "cluster": 1330, "color": 2}, {"x": -26.39220428466797, "y": 79.50955963134766, "subreddit": "cytus", "cluster": 1330, "color": 2}, {"x": -28.33184051513672, "y": 79.93859100341797, "subreddit": "onmyojiarena", "cluster": 1330, "color": 2}, {"x": 16.883222579956055, "y": 34.95266342163086, "subreddit": "arethestraightsok", "cluster": 1153, "color": 1}, {"x": 25.476337432861328, "y": 67.94816589355469, "subreddit": "incelexit", "cluster": 1153, "color": 1}, {"x": 11.799410820007324, "y": 27.876089096069336, "subreddit": "mendrawingwomen", "cluster": 1153, "color": 1}, {"x": 14.145547866821289, "y": 29.189163208007812, "subreddit": "menwritingwomen", "cluster": 1153, "color": 1}, {"x": 14.40864372253418, "y": 29.373449325561523, "subreddit": "mythology", "cluster": 1153, "color": 1}, {"x": 13.786951065063477, "y": 28.307104110717773, "subreddit": "nothowgirlswork", "cluster": 1153, "color": 1}, {"x": 12.795561790466309, "y": 29.070934295654297, "subreddit": "pointlesslygendered", "cluster": 1153, "color": 1}, {"x": 10.72081470489502, "y": -99.77894592285156, "subreddit": "areyoutheone", "cluster": 640, "color": 0}, {"x": 9.349579811096191, "y": -104.12259674072266, "subreddit": "dancemoms", "cluster": 640, "color": 0}, {"x": 10.82211971282959, "y": -100.34120178222656, "subreddit": "exonthebeach", "cluster": 640, "color": 0}, {"x": 12.121959686279297, "y": -100.61660766601562, "subreddit": "floribama", "cluster": 640, "color": 0}, {"x": 12.652898788452148, "y": -100.54674530029297, "subreddit": "jerseyshore", "cluster": 640, "color": 0}, {"x": 10.51512622833252, "y": -100.64439392089844, "subreddit": "mtvchallenge", "cluster": 640, "color": 0}, {"x": 9.371149063110352, "y": -104.3533935546875, "subreddit": "yalit", "cluster": 640, "color": 0}, {"x": -2.583935022354126, "y": 14.377263069152832, "subreddit": "arg", "cluster": 388, "color": 0}, {"x": -11.664799690246582, "y": -5.347829341888428, "subreddit": "codes", "cluster": 388, "color": 0}, {"x": -18.542673110961914, "y": 53.98516082763672, "subreddit": "mgtow2", "cluster": 388, "color": 0}, {"x": 109.12055206298828, "y": -22.251497268676758, "subreddit": "argaming", "cluster": 99, "color": 0}, {"x": 109.90345001220703, "y": -22.857412338256836, "subreddit": "argentina", "cluster": 99, "color": 0}, {"x": -4.7066216468811035, "y": 82.6292495727539, "subreddit": "argentinabenderstyle", "cluster": 99, "color": 0}, {"x": 109.63289642333984, "y": -23.046642303466797, "subreddit": "argentinacirclejerk", "cluster": 99, "color": 0}, {"x": 110.78046417236328, "y": -22.712556838989258, "subreddit": "republicaargentina", "cluster": 99, "color": 0}, {"x": 111.32847595214844, "y": -23.2475643157959, "subreddit": "vzla", "cluster": 99, "color": 0}, {"x": 25.110286712646484, "y": 54.527164459228516, "subreddit": "arianagrande", "cluster": 100, "color": 1}, {"x": 25.147380828857422, "y": 54.54210662841797, "subreddit": "ariheads", "cluster": 100, "color": 1}, {"x": -10.463390350341797, "y": 54.14492416381836, "subreddit": "victoriajustice", "cluster": 100, "color": 1}, {"x": -80.70741271972656, "y": -50.157344818115234, "subreddit": "arizona", "cluster": 101, "color": 0}, {"x": -82.41608428955078, "y": -49.04099655151367, "subreddit": "bringmethehorizon", "cluster": 101, "color": 0}, {"x": -47.8785285949707, "y": -117.0560531616211, "subreddit": "flagstaff", "cluster": 101, "color": 0}, {"x": -80.71570587158203, "y": -50.478614807128906, "subreddit": "phoenix", "cluster": 101, "color": 0}, {"x": -80.10540771484375, "y": -49.43515396118164, "subreddit": "tucson", "cluster": 101, "color": 0}, {"x": -83.2223892211914, "y": -49.05270767211914, "subreddit": "xterra", "cluster": 101, "color": 0}, {"x": -80.41502380371094, "y": -51.821136474609375, "subreddit": "zonaents", "cluster": 101, "color": 0}, {"x": 50.88909149169922, "y": 14.295379638671875, "subreddit": "ark", "cluster": 102, "color": 0}, {"x": 51.79648971557617, "y": 15.16159439086914, "subreddit": "arkone", "cluster": 102, "color": 0}, {"x": 50.49325180053711, "y": 14.124903678894043, "subreddit": "arkps4", "cluster": 102, "color": 0}, {"x": 51.747623443603516, "y": 14.5512113571167, "subreddit": "playark", "cluster": 102, "color": 0}, {"x": -30.95667266845703, "y": 51.9111442565918, "subreddit": "playarkmobile", "cluster": 102, "color": 0}, {"x": -4.889787197113037, "y": 138.4342498779297, "subreddit": "ark_ps4_community", "cluster": 104, "color": 1}, {"x": -4.889873027801514, "y": 138.43370056152344, "subreddit": "arkbuyandsell", "cluster": 104, "color": 1}, {"x": -9.854682922363281, "y": -93.21199035644531, "subreddit": "arkansas", "cluster": 103, "color": 0}, {"x": -9.92736530303955, "y": -92.74596405029297, "subreddit": "fayetteville", "cluster": 103, "color": 0}, {"x": -9.783634185791016, "y": -93.63519287109375, "subreddit": "littlerock", "cluster": 103, "color": 0}, {"x": 6.220649719238281, "y": 75.71124267578125, "subreddit": "arkecosystem", "cluster": 454, "color": 1}, {"x": 4.458025932312012, "y": 76.33052062988281, "subreddit": "cardano", "cluster": 454, "color": 1}, {"x": 7.049691200256348, "y": 74.02460479736328, "subreddit": "cossio", "cluster": 454, "color": 1}, {"x": 8.153966903686523, "y": 74.91273498535156, "subreddit": "cryptocurrency", "cluster": 454, "color": 1}, {"x": 7.269407272338867, "y": 71.8988037109375, "subreddit": "cryptomarkets", "cluster": 454, "color": 1}, {"x": 8.805414199829102, "y": 68.26605987548828, "subreddit": "dashpay", "cluster": 454, "color": 1}, {"x": 5.687801361083984, "y": 71.29114532470703, "subreddit": "eos", "cluster": 454, "color": 1}, {"x": 8.818275451660156, "y": 73.5146484375, "subreddit": "genesisvision", "cluster": 454, "color": 1}, {"x": 7.41044807434082, "y": 79.40038299560547, "subreddit": "helloicon", "cluster": 454, "color": 1}, {"x": -1.6320793628692627, "y": 83.72635650634766, "subreddit": "myriadcoin", "cluster": 454, "color": 1}, {"x": -42.65914535522461, "y": -16.919036865234375, "subreddit": "reddcoin", "cluster": 454, "color": 1}, {"x": 7.601347923278809, "y": 76.81768035888672, "subreddit": "requestnetwork", "cluster": 454, "color": 1}, {"x": 11.1845703125, "y": 74.41497039794922, "subreddit": "siacoin", "cluster": 454, "color": 1}, {"x": 11.546124458312988, "y": 78.28755950927734, "subreddit": "stellar", "cluster": 454, "color": 1}, {"x": 9.787282943725586, "y": 76.0180892944336, "subreddit": "tronix", "cluster": 454, "color": 1}, {"x": 8.247432708740234, "y": 75.27832794189453, "subreddit": "vechain", "cluster": 454, "color": 1}, {"x": 10.710352897644043, "y": 75.48532104492188, "subreddit": "vergecurrency", "cluster": 454, "color": 1}, {"x": 88.46723175048828, "y": 14.81828784942627, "subreddit": "arknights", "cluster": 105, "color": 0}, {"x": 88.39063262939453, "y": 14.646746635437012, "subreddit": "azurelane", "cluster": 105, "color": 0}, {"x": 89.49529266357422, "y": 15.149127006530762, "subreddit": "girlsfrontline", "cluster": 105, "color": 0}, {"x": 79.94468688964844, "y": 51.126529693603516, "subreddit": "grandorder", "cluster": 105, "color": 0}, {"x": 88.83695220947266, "y": 16.927244186401367, "subreddit": "virtualyoutubers", "cluster": 105, "color": 0}, {"x": 60.884315490722656, "y": -59.19318389892578, "subreddit": "arma", "cluster": 106, "color": 0}, {"x": 61.101280212402344, "y": -59.631893157958984, "subreddit": "armadev", "cluster": 106, "color": 0}, {"x": 59.622222900390625, "y": -59.225093841552734, "subreddit": "modelmakers", "cluster": 106, "color": 0}, {"x": 61.78728485107422, "y": -61.5788459777832, "subreddit": "projectmilsim", "cluster": 106, "color": 0}, {"x": 61.06060791015625, "y": -58.643558502197266, "subreddit": "purebattlefield", "cluster": 106, "color": 0}, {"x": 105.9249496459961, "y": -74.19275665283203, "subreddit": "armenia", "cluster": 107, "color": 0}, {"x": 105.94200897216797, "y": -74.18164825439453, "subreddit": "azerbaijan", "cluster": 107, "color": 0}, {"x": -71.78067016601562, "y": 41.04030227661133, "subreddit": "lebanon", "cluster": 107, "color": 0}, {"x": 104.63926696777344, "y": -75.03450012207031, "subreddit": "sakartvelo", "cluster": 107, "color": 0}, {"x": 53.88850784301758, "y": -56.92799758911133, "subreddit": "armoredwarfare", "cluster": 512, "color": 0}, {"x": 55.286006927490234, "y": -56.695594787597656, "subreddit": "derscheisser", "cluster": 512, "color": 0}, {"x": 55.29341125488281, "y": -56.68686294555664, "subreddit": "girlsundpanzer", "cluster": 512, "color": 0}, {"x": 67.21559143066406, "y": -29.718549728393555, "subreddit": "insurgency", "cluster": 512, "color": 0}, {"x": -36.53016662597656, "y": 25.08759117126465, "subreddit": "arms", "cluster": 1680, "color": 5}, {"x": -35.01409912109375, "y": 25.44500732421875, "subreddit": "saltoon", "cluster": 1680, "color": 5}, {"x": -36.3944091796875, "y": 25.10852813720703, "subreddit": "splatoon_2", "cluster": 1680, "color": 5}, {"x": 42.19917297363281, "y": -99.8971939086914, "subreddit": "army", "cluster": 108, "color": 1}, {"x": 41.41352844238281, "y": -99.29766845703125, "subreddit": "military", "cluster": 108, "color": 1}, {"x": 42.30160140991211, "y": -101.30198669433594, "subreddit": "nationalguard", "cluster": 108, "color": 1}, {"x": 42.78715515136719, "y": -100.11801147460938, "subreddit": "rotc", "cluster": 108, "color": 1}, {"x": -46.5416374206543, "y": -101.5008773803711, "subreddit": "aroundthenfl", "cluster": 1446, "color": 2}, {"x": -63.54206466674805, "y": -86.80502319335938, "subreddit": "golf", "cluster": 1446, "color": 2}, {"x": 470.413818359375, "y": 29.800874710083008, "subreddit": "mvis", "cluster": 1446, "color": 2}, {"x": -63.564430236816406, "y": -86.85071563720703, "subreddit": "progolf", "cluster": 1446, "color": 2}, {"x": -11.080945014953613, "y": -32.578941345214844, "subreddit": "arrow", "cluster": 690, "color": 1}, {"x": -11.580269813537598, "y": 52.45930862426758, "subreddit": "flarrowporn", "cluster": 690, "color": 1}, {"x": -10.757709503173828, "y": -32.89969253540039, "subreddit": "flashtv", "cluster": 690, "color": 1}, {"x": -9.531205177307129, "y": -33.63497543334961, "subreddit": "gotham", "cluster": 690, "color": 1}, {"x": -10.990638732910156, "y": -33.51902389526367, "subreddit": "legendsoftomorrow", "cluster": 690, "color": 1}, {"x": 25.680158615112305, "y": 14.920916557312012, "subreddit": "nepal", "cluster": 690, "color": 1}, {"x": -31.32598304748535, "y": 4.438221454620361, "subreddit": "outlast", "cluster": 690, "color": 1}, {"x": -31.27705192565918, "y": 71.96688079833984, "subreddit": "rdr2", "cluster": 690, "color": 1}, {"x": -8.828716278076172, "y": -27.186325073242188, "subreddit": "superman", "cluster": 690, "color": 1}, {"x": -10.078231811523438, "y": -31.333545684814453, "subreddit": "theflash", "cluster": 690, "color": 1}, {"x": -13.619162559509277, "y": -34.79003143310547, "subreddit": "arrowverse", "cluster": 198, "color": 1}, {"x": -12.049878120422363, "y": -34.512725830078125, "subreddit": "batwomantv", "cluster": 198, "color": 1}, {"x": -11.442286491394043, "y": -34.443416595458984, "subreddit": "blacklightning", "cluster": 198, "color": 1}, {"x": -11.675932884216309, "y": -34.006263732910156, "subreddit": "supergirltv", "cluster": 198, "color": 1}, {"x": -26.46493911743164, "y": 13.599921226501465, "subreddit": "talesfromcavesupport", "cluster": 198, "color": 1}, {"x": -0.9187156558036804, "y": 14.405135154724121, "subreddit": "artbyte", "cluster": 1636, "color": 3}, {"x": -17.05282974243164, "y": -5.8260698318481445, "subreddit": "conceptart", "cluster": 1636, "color": 3}, {"x": -5.547149181365967, "y": 17.564311981201172, "subreddit": "digitalart", "cluster": 1636, "color": 3}, {"x": -5.752386093139648, "y": 17.307817459106445, "subreddit": "drawing", "cluster": 1636, "color": 3}, {"x": -14.756585121154785, "y": -5.061788558959961, "subreddit": "idap", "cluster": 1636, "color": 3}, {"x": -15.024121284484863, "y": -4.094832420349121, "subreddit": "illustration", "cluster": 1636, "color": 3}, {"x": -21.83617401123047, "y": 42.05305480957031, "subreddit": "learntodraw", "cluster": 1636, "color": 3}, {"x": -5.7375593185424805, "y": 17.320934295654297, "subreddit": "sketches", "cluster": 1636, "color": 3}, {"x": -20.787179946899414, "y": 41.97419738769531, "subreddit": "artcrit", "cluster": 110, "color": 1}, {"x": -20.32353401184082, "y": 42.826786041259766, "subreddit": "artistlounge", "cluster": 110, "color": 1}, {"x": -21.802284240722656, "y": 42.53324890136719, "subreddit": "learnart", "cluster": 110, "color": 1}, {"x": -20.10247039794922, "y": 43.037052154541016, "subreddit": "redditgetsdrawn", "cluster": 110, "color": 1}, {"x": -18.898990631103516, "y": 40.450809478759766, "subreddit": "artfundamentals", "cluster": 109, "color": 0}, {"x": -18.87027931213379, "y": 40.40896224975586, "subreddit": "digitalpainting", "cluster": 109, "color": 0}, {"x": 30.929248809814453, "y": -52.662105560302734, "subreddit": "arthistory", "cluster": 1215, "color": 3}, {"x": 23.048995971679688, "y": -37.34260177612305, "subreddit": "lectures", "cluster": 1215, "color": 3}, {"x": 30.871740341186523, "y": -51.520660400390625, "subreddit": "museum", "cluster": 1215, "color": 3}, {"x": 30.87692642211914, "y": -51.26149368286133, "subreddit": "sorceryofthespectacle", "cluster": 1215, "color": 3}, {"x": -68.6021499633789, "y": 13.653815269470215, "subreddit": "artificial", "cluster": 1183, "color": 0}, {"x": -67.82018280029297, "y": 15.420797348022461, "subreddit": "computervision", "cluster": 1183, "color": 0}, {"x": -65.32304382324219, "y": 15.632759094238281, "subreddit": "datascience", "cluster": 1183, "color": 0}, {"x": -66.17050170898438, "y": 13.645519256591797, "subreddit": "datasets", "cluster": 1183, "color": 0}, {"x": 24.52692222595215, "y": -39.319461822509766, "subreddit": "kingkillerchronicle", "cluster": 1183, "color": 0}, {"x": -66.03598022460938, "y": 15.118097305297852, "subreddit": "learnmachinelearning", "cluster": 1183, "color": 0}, {"x": -67.00546264648438, "y": 14.906885147094727, "subreddit": "machinelearning", "cluster": 1183, "color": 0}, {"x": -66.27532196044922, "y": 14.950743675231934, "subreddit": "mlquestions", "cluster": 1183, "color": 0}, {"x": 4.836013317108154, "y": 7.509289264678955, "subreddit": "artisanvideos", "cluster": 621, "color": 1}, {"x": -4.811796188354492, "y": -102.43315887451172, "subreddit": "deephouse", "cluster": 621, "color": 1}, {"x": 4.356654167175293, "y": 8.41415023803711, "subreddit": "engineeringporn", "cluster": 621, "color": 1}, {"x": -76.7759017944336, "y": -49.567466735839844, "subreddit": "skookum", "cluster": 621, "color": 1}, {"x": -10.581640243530273, "y": 126.40953063964844, "subreddit": "artofrolling", "cluster": 1854, "color": 5}, {"x": 0.8313329815864563, "y": -9.742924690246582, "subreddit": "mflb", "cluster": 1854, "color": 5}, {"x": -4.247000694274902, "y": 110.8327865600586, "subreddit": "stonerengineering", "cluster": 1854, "color": 5}, {"x": -4.375391006469727, "y": 110.63799285888672, "subreddit": "stonerprotips", "cluster": 1854, "color": 5}, {"x": 1.621925950050354, "y": -9.077540397644043, "subreddit": "treecomics", "cluster": 1854, "color": 5}, {"x": 1.0284202098846436, "y": -9.54210376739502, "subreddit": "trees", "cluster": 1854, "color": 5}, {"x": -17.19024658203125, "y": 42.55609130859375, "subreddit": "artstore", "cluster": 895, "color": 3}, {"x": -23.87071990966797, "y": 44.11634063720703, "subreddit": "comicbookcollabs", "cluster": 895, "color": 3}, {"x": -17.157182693481445, "y": 42.56049728393555, "subreddit": "hungryartists", "cluster": 895, "color": 3}, {"x": -15.291378021240234, "y": 41.447086334228516, "subreddit": "tattoodesigns", "cluster": 895, "color": 3}, {"x": 61.36893844604492, "y": -53.356021881103516, "subreddit": "asatru", "cluster": 1344, "color": 1}, {"x": 61.47914123535156, "y": -52.41987991333008, "subreddit": "heathenry", "cluster": 1344, "color": 1}, {"x": 61.42790222167969, "y": -53.00117874145508, "subreddit": "pagan", "cluster": 1344, "color": 1}, {"x": -7.933370113372803, "y": -128.39596557617188, "subreddit": "ashens", "cluster": 292, "color": 2}, {"x": 20.90769386291504, "y": -78.96370697021484, "subreddit": "britishmilitary", "cluster": 292, "color": 2}, {"x": 17.976045608520508, "y": -80.8318862915039, "subreddit": "britishproblems", "cluster": 292, "color": 2}, {"x": 17.872194290161133, "y": -80.856689453125, "subreddit": "britishsuccess", "cluster": 292, "color": 2}, {"x": 18.195833206176758, "y": -79.88121795654297, "subreddit": "britishtv", "cluster": 292, "color": 2}, {"x": 20.27920150756836, "y": -83.4436264038086, "subreddit": "brum", "cluster": 292, "color": 2}, {"x": 29.183549880981445, "y": -69.20054626464844, "subreddit": "grammar", "cluster": 292, "color": 2}, {"x": 92.82416534423828, "y": -2.9073433876037598, "subreddit": "ashesofcreation", "cluster": 450, "color": 1}, {"x": 92.0246353149414, "y": -3.2555854320526123, "subreddit": "camelotunchained", "cluster": 450, "color": 1}, {"x": 92.03404998779297, "y": -3.6173300743103027, "subreddit": "crowfall", "cluster": 450, "color": 1}, {"x": 93.05778503417969, "y": -4.985402584075928, "subreddit": "eqnext", "cluster": 450, "color": 1}, {"x": 91.05978393554688, "y": -4.409069538116455, "subreddit": "hextcg", "cluster": 450, "color": 1}, {"x": -49.904293060302734, "y": 95.0658187866211, "subreddit": "ashikarasha2019", "cluster": 112, "color": 0}, {"x": -71.85794067382812, "y": 0.9740384817123413, "subreddit": "ashleymadisonhack", "cluster": 910, "color": 1}, {"x": 45.747859954833984, "y": -118.46324920654297, "subreddit": "boise", "cluster": 910, "color": 1}, {"x": 45.745849609375, "y": -118.46131896972656, "subreddit": "idaho", "cluster": 910, "color": 1}, {"x": 77.57423400878906, "y": 67.46482849121094, "subreddit": "asianamerican", "cluster": 114, "color": 0}, {"x": 77.78580474853516, "y": 67.1990966796875, "subreddit": "asiantwox", "cluster": 114, "color": 0}, {"x": 78.42486572265625, "y": 66.89916229248047, "subreddit": "interracialdating", "cluster": 114, "color": 0}, {"x": 74.99872589111328, "y": 64.95508575439453, "subreddit": "publichealth", "cluster": 114, "color": 0}, {"x": 45.07280349731445, "y": 67.3689956665039, "subreddit": "asianbeauty", "cluster": 113, "color": 0}, {"x": 49.44450759887695, "y": 66.49494934082031, "subreddit": "asianbeautyexchange", "cluster": 113, "color": 0}, {"x": 49.478187561035156, "y": 66.60633850097656, "subreddit": "randomactsofab", "cluster": 113, "color": 0}, {"x": 27.19905662536621, "y": 51.420745849609375, "subreddit": "asianladyboners", "cluster": 1016, "color": 1}, {"x": 131.24169921875, "y": 17.629985809326172, "subreddit": "bangtan", "cluster": 1016, "color": 1}, {"x": 126.78301239013672, "y": 19.733306884765625, "subreddit": "blackpink", "cluster": 1016, "color": 1}, {"x": 128.4105987548828, "y": 14.639942169189453, "subreddit": "broduce101", "cluster": 1016, "color": 1}, {"x": 127.38597869873047, "y": 15.284768104553223, "subreddit": "exo", "cluster": 1016, "color": 1}, {"x": 130.1780548095703, "y": 14.06101131439209, "subreddit": "koreanvariety", "cluster": 1016, "color": 1}, {"x": 128.366455078125, "y": 15.425627708435059, "subreddit": "kpop", "cluster": 1016, "color": 1}, {"x": 128.29701232910156, "y": 16.429216384887695, "subreddit": "kpophelp", "cluster": 1016, "color": 1}, {"x": 128.34275817871094, "y": 17.120973587036133, "subreddit": "kpopthoughts", "cluster": 1016, "color": 1}, {"x": 125.89228820800781, "y": 13.284628868103027, "subreddit": "loona", "cluster": 1016, "color": 1}, {"x": 129.4052276611328, "y": 15.768440246582031, "subreddit": "shinee", "cluster": 1016, "color": 1}, {"x": 125.15047454833984, "y": 15.995261192321777, "subreddit": "snsd", "cluster": 1016, "color": 1}, {"x": 105.14481353759766, "y": 90.72242736816406, "subreddit": "asianmasculinity", "cluster": 169, "color": 0}, {"x": 105.06180572509766, "y": 91.4576187133789, "subreddit": "aznidentity", "cluster": 169, "color": 0}, {"x": 105.05140686035156, "y": 91.58460235595703, "subreddit": "easternsunrising", "cluster": 169, "color": 0}, {"x": 103.88704681396484, "y": 91.77570343017578, "subreddit": "hapas", "cluster": 169, "color": 0}, {"x": 106.03732299804688, "y": 92.0903549194336, "subreddit": "sino", "cluster": 169, "color": 0}, {"x": -42.04312515258789, "y": -66.07087707519531, "subreddit": "asianparentstories", "cluster": 138, "color": 0}, {"x": -41.11626052856445, "y": -66.02013397216797, "subreddit": "askto", "cluster": 138, "color": 0}, {"x": -41.06362533569336, "y": -66.91521453857422, "subreddit": "pokemongotoronto", "cluster": 138, "color": 0}, {"x": -98.572998046875, "y": 22.57707977294922, "subreddit": "poledancing", "cluster": 138, "color": 0}, {"x": -41.35963439941406, "y": -65.12294006347656, "subreddit": "shanedawson", "cluster": 138, "color": 0}, {"x": -39.2960205078125, "y": -69.27021026611328, "subreddit": "tfc", "cluster": 138, "color": 0}, {"x": -39.82925033569336, "y": -65.80967712402344, "subreddit": "toronto", "cluster": 138, "color": 0}, {"x": -35.8895149230957, "y": 118.86212158203125, "subreddit": "asiatripper", "cluster": 1574, "color": 4}, {"x": -36.886512756347656, "y": 124.16967010498047, "subreddit": "china_irl", "cluster": 1574, "color": 4}, {"x": -37.3759880065918, "y": 124.8201675415039, "subreddit": "chonglangtv", "cluster": 1574, "color": 4}, {"x": -37.00297546386719, "y": 124.32327270507812, "subreddit": "saraba1st", "cluster": 1574, "color": 4}, {"x": 73.01178741455078, "y": -68.60830688476562, "subreddit": "ask", "cluster": 118, "color": 0}, {"x": 73.29572296142578, "y": -68.16026306152344, "subreddit": "askanaustralian", "cluster": 118, "color": 0}, {"x": -14.014772415161133, "y": -16.953306198120117, "subreddit": "canberra", "cluster": 118, "color": 0}, {"x": 74.38062286376953, "y": -67.27057647705078, "subreddit": "newcastle", "cluster": 118, "color": 0}, {"x": 73.70304107666016, "y": -67.18025970458984, "subreddit": "straya", "cluster": 118, "color": 0}, {"x": -18.101089477539062, "y": -42.21998596191406, "subreddit": "tooafraidtoask", "cluster": 118, "color": 0}, {"x": -4.71806526184082, "y": -79.30543518066406, "subreddit": "ask_lawyers", "cluster": 115, "color": 0}, {"x": -4.841882705688477, "y": -78.8685531616211, "subreddit": "law", "cluster": 115, "color": 0}, {"x": -4.428447246551514, "y": -79.83843231201172, "subreddit": "lawfirm", "cluster": 115, "color": 0}, {"x": 26.06626319885254, "y": -41.731910705566406, "subreddit": "ask_politics", "cluster": 1258, "color": 3}, {"x": -8.106904029846191, "y": -145.6111602783203, "subreddit": "changemyview", "cluster": 1258, "color": 3}, {"x": 28.238554000854492, "y": -41.420448303222656, "subreddit": "moderatepolitics", "cluster": 1258, "color": 3}, {"x": 27.66353988647461, "y": -42.92148208618164, "subreddit": "neutralnews", "cluster": 1258, "color": 3}, {"x": 27.6276798248291, "y": -42.862831115722656, "subreddit": "neutralpolitics", "cluster": 1258, "color": 3}, {"x": 25.94632339477539, "y": -41.467403411865234, "subreddit": "politicaldiscussion", "cluster": 1258, "color": 3}, {"x": 81.83456420898438, "y": 87.98038482666016, "subreddit": "ask_transgender", "cluster": 139, "color": 0}, {"x": 81.89128875732422, "y": 88.12159729003906, "subreddit": "asktransgender", "cluster": 139, "color": 0}, {"x": 81.20127868652344, "y": 88.93781280517578, "subreddit": "mtf", "cluster": 139, "color": 0}, {"x": 82.37261962890625, "y": 86.90921020507812, "subreddit": "mypartneristrans", "cluster": 139, "color": 0}, {"x": 82.43419647216797, "y": 89.00614929199219, "subreddit": "transgender_surgeries", "cluster": 139, "color": 0}, {"x": 80.25508880615234, "y": 87.93560791015625, "subreddit": "transgendercirclejerk", "cluster": 139, "color": 0}, {"x": 83.47640228271484, "y": 88.1373519897461, "subreddit": "transgenderuk", "cluster": 139, "color": 0}, {"x": 26.8530216217041, "y": -56.00239181518555, "subreddit": "askacademia", "cluster": 116, "color": 1}, {"x": 27.465497970581055, "y": -56.4569091796875, "subreddit": "gradadmissions", "cluster": 116, "color": 1}, {"x": 26.639270782470703, "y": -56.37758255004883, "subreddit": "gradschool", "cluster": 116, "color": 1}, {"x": 75.08333587646484, "y": 63.16343307495117, "subreddit": "ladiesofscience", "cluster": 116, "color": 1}, {"x": 26.03938102722168, "y": -57.042755126953125, "subreddit": "phd", "cluster": 116, "color": 1}, {"x": 28.27385711669922, "y": -54.462554931640625, "subreddit": "politicalscience", "cluster": 116, "color": 1}, {"x": 26.495655059814453, "y": -55.19196701049805, "subreddit": "professors", "cluster": 116, "color": 1}, {"x": 30.249011993408203, "y": -83.3864974975586, "subreddit": "askacanadian", "cluster": 865, "color": 0}, {"x": 37.629005432128906, "y": -49.5717658996582, "subreddit": "askhistorians", "cluster": 865, "color": 0}, {"x": 38.24664306640625, "y": -51.37420654296875, "subreddit": "askhistory", "cluster": 865, "color": 0}, {"x": 37.31137466430664, "y": -49.62017822265625, "subreddit": "badhistory", "cluster": 865, "color": 0}, {"x": 38.032325744628906, "y": -50.935489654541016, "subreddit": "history", "cluster": 865, "color": 0}, {"x": 18.685407638549805, "y": -45.484130859375, "subreddit": "askaliberal", "cluster": 117, "color": 0}, {"x": 18.99613380432129, "y": -45.4317626953125, "subreddit": "askconservatives", "cluster": 117, "color": 0}, {"x": 23.6600341796875, "y": -34.7783088684082, "subreddit": "basicincome", "cluster": 117, "color": 0}, {"x": 23.87932586669922, "y": -35.06195068359375, "subreddit": "rammstein", "cluster": 117, "color": 0}, {"x": 65.5584716796875, "y": -11.218841552734375, "subreddit": "askanamerican", "cluster": 1455, "color": 0}, {"x": 45.12867736816406, "y": 38.323551177978516, "subreddit": "juicing", "cluster": 1455, "color": 0}, {"x": -112.9388656616211, "y": -85.91609191894531, "subreddit": "providence", "cluster": 1455, "color": 0}, {"x": -112.9392318725586, "y": -85.91443634033203, "subreddit": "rhodeisland", "cluster": 1455, "color": 0}, {"x": -82.38343048095703, "y": -58.69826889038086, "subreddit": "askanelectrician", "cluster": 603, "color": 0}, {"x": -82.38870239257812, "y": -58.68586349487305, "subreddit": "electrical", "cluster": 603, "color": 0}, {"x": -83.45985412597656, "y": -57.65958786010742, "subreddit": "electricians", "cluster": 603, "color": 0}, {"x": 23.14179229736328, "y": 67.84794616699219, "subreddit": "askanincel", "cluster": 279, "color": 1}, {"x": 23.372962951660156, "y": 67.16718292236328, "subreddit": "braincels", "cluster": 279, "color": 1}, {"x": 23.912424087524414, "y": 66.2154312133789, "subreddit": "incels", "cluster": 279, "color": 1}, {"x": 22.415515899658203, "y": 68.7569808959961, "subreddit": "incelselfies", "cluster": 279, "color": 1}, {"x": 23.66363525390625, "y": 67.50235748291016, "subreddit": "incelswithouthate", "cluster": 279, "color": 1}, {"x": 21.592897415161133, "y": 66.06282043457031, "subreddit": "shortcels", "cluster": 279, "color": 1}, {"x": -2.492013692855835, "y": 60.470733642578125, "subreddit": "truerateme", "cluster": 279, "color": 1}, {"x": 43.400333404541016, "y": -58.514305114746094, "subreddit": "askarussian", "cluster": 120, "color": 0}, {"x": 43.57894515991211, "y": -58.71406173706055, "subreddit": "askcentralasia", "cluster": 120, "color": 0}, {"x": 43.42595291137695, "y": -56.86225509643555, "subreddit": "russia", "cluster": 120, "color": 0}, {"x": 42.6213493347168, "y": -58.04753875732422, "subreddit": "russian", "cluster": 120, "color": 0}, {"x": -7.509696960449219, "y": -14.215266227722168, "subreddit": "askashittydoctor", "cluster": 1615, "color": 1}, {"x": -8.201946258544922, "y": -15.17818832397461, "subreddit": "reno", "cluster": 1615, "color": 1}, {"x": -7.805447101593018, "y": -14.630027770996094, "subreddit": "shittyadvice", "cluster": 1615, "color": 1}, {"x": 37.478084564208984, "y": 117.30927276611328, "subreddit": "askastrologers", "cluster": 121, "color": 0}, {"x": 37.632347106933594, "y": 116.48866271972656, "subreddit": "astrology", "cluster": 121, "color": 0}, {"x": 37.77652359008789, "y": 115.8065414428711, "subreddit": "astrologymemes", "cluster": 121, "color": 0}, {"x": 37.41997528076172, "y": 117.62247467041016, "subreddit": "astrologyreadings", "cluster": 121, "color": 0}, {"x": -0.2628105878829956, "y": -117.74681091308594, "subreddit": "askastronomy", "cluster": 145, "color": 0}, {"x": 0.10620879381895065, "y": -117.42284393310547, "subreddit": "astronomy", "cluster": 145, "color": 0}, {"x": 0.14282353222370148, "y": -116.51957702636719, "subreddit": "astrophotography", "cluster": 145, "color": 0}, {"x": -1.259455680847168, "y": -118.8458023071289, "subreddit": "harmonica", "cluster": 145, "color": 0}, {"x": 16.016321182250977, "y": -5.331585884094238, "subreddit": "poi", "cluster": 145, "color": 0}, {"x": 59.224945068359375, "y": -64.50131225585938, "subreddit": "savagegarden", "cluster": 145, "color": 0}, {"x": 0.7900475263595581, "y": -117.73518371582031, "subreddit": "telescopes", "cluster": 145, "color": 0}, {"x": 4.159030914306641, "y": -125.35248565673828, "subreddit": "askasurvivor", "cluster": 220, "color": 0}, {"x": -25.89497184753418, "y": -62.18887710571289, "subreddit": "bicycletouring", "cluster": 220, "color": 0}, {"x": -26.133913040161133, "y": -64.36336517333984, "subreddit": "bicycling", "cluster": 220, "color": 0}, {"x": -28.634502410888672, "y": -63.63615036010742, "subreddit": "bikecommuting", "cluster": 220, "color": 0}, {"x": -26.08976173400879, "y": -65.09795379638672, "subreddit": "bikeporn", "cluster": 220, "color": 0}, {"x": -26.784101486206055, "y": -63.47107696533203, "subreddit": "bikewrench", "cluster": 220, "color": 0}, {"x": -73.05533599853516, "y": 52.47832107543945, "subreddit": "bmx", "cluster": 220, "color": 0}, {"x": -26.011051177978516, "y": -63.67166519165039, "subreddit": "cycling", "cluster": 220, "color": 0}, {"x": -24.959272384643555, "y": -65.14230346679688, "subreddit": "cyclocross", "cluster": 220, "color": 0}, {"x": -84.2391128540039, "y": -30.228229522705078, "subreddit": "fatbike", "cluster": 220, "color": 0}, {"x": -26.70296859741211, "y": -65.95201873779297, "subreddit": "fixedgearbicycle", "cluster": 220, "color": 0}, {"x": -84.85934448242188, "y": -32.71666717529297, "subreddit": "mtb", "cluster": 220, "color": 0}, {"x": -23.453048706054688, "y": -65.78536987304688, "subreddit": "peloton", "cluster": 220, "color": 0}, {"x": -24.794639587402344, "y": -63.3672981262207, "subreddit": "strava", "cluster": 220, "color": 0}, {"x": -24.279529571533203, "y": -65.0074691772461, "subreddit": "velo", "cluster": 220, "color": 0}, {"x": -27.445112228393555, "y": -64.3680419921875, "subreddit": "whichbike", "cluster": 220, "color": 0}, {"x": -24.001773834228516, "y": -63.15267562866211, "subreddit": "zwift", "cluster": 220, "color": 0}, {"x": 89.7969741821289, "y": -82.74113464355469, "subreddit": "askbalkans", "cluster": 1549, "color": 3}, {"x": 27.051158905029297, "y": 56.60145568847656, "subreddit": "robac", "cluster": 1549, "color": 3}, {"x": 97.8670883178711, "y": 100.7020492553711, "subreddit": "rocirclejerk", "cluster": 1549, "color": 3}, {"x": 97.86736297607422, "y": 100.69941711425781, "subreddit": "romania", "cluster": 1549, "color": 3}, {"x": -52.68339157104492, "y": -15.227821350097656, "subreddit": "askbattlestations", "cluster": 196, "color": 0}, {"x": -53.80596160888672, "y": -15.3142728805542, "subreddit": "battlestations", "cluster": 196, "color": 0}, {"x": -54.41093444824219, "y": -14.067033767700195, "subreddit": "macsetups", "cluster": 196, "color": 0}, {"x": 30.98200035095215, "y": 25.84413719177246, "subreddit": "megamanlounge", "cluster": 196, "color": 0}, {"x": -6.098926067352295, "y": -72.79610443115234, "subreddit": "nzxt", "cluster": 196, "color": 0}, {"x": -57.89564895629883, "y": 52.61405563354492, "subreddit": "pcbuilds", "cluster": 196, "color": 0}, {"x": 17.59728240966797, "y": -47.93145751953125, "subreddit": "askberniesupporters", "cluster": 124, "color": 0}, {"x": 17.605419158935547, "y": -47.92570114135742, "subreddit": "askhillarysupporters", "cluster": 124, "color": 0}, {"x": 21.443187713623047, "y": -45.153018951416016, "subreddit": "asktrumpsupporters", "cluster": 124, "color": 0}, {"x": 51.54539108276367, "y": 1.510715365409851, "subreddit": "battlefieldcosmetics", "cluster": 124, "color": 0}, {"x": 16.178508758544922, "y": -48.853736877441406, "subreddit": "daftpunk", "cluster": 124, "color": 0}, {"x": 16.199758529663086, "y": -48.85784149169922, "subreddit": "edbangerrecords", "cluster": 124, "color": 0}, {"x": 18.3814754486084, "y": -48.4080696105957, "subreddit": "politicalvideo", "cluster": 124, "color": 0}, {"x": -90.77783203125, "y": -34.6358642578125, "subreddit": "askcarguys", "cluster": 538, "color": 1}, {"x": -90.12137603759766, "y": -33.47814178466797, "subreddit": "diyaudio", "cluster": 538, "color": 1}, {"x": -90.00060272216797, "y": -33.4248046875, "subreddit": "diysound", "cluster": 538, "color": 1}, {"x": -91.17987823486328, "y": -32.939056396484375, "subreddit": "mr2", "cluster": 538, "color": 1}, {"x": -2.8771438598632812, "y": -2.871816635131836, "subreddit": "povertyfinance", "cluster": 538, "color": 1}, {"x": -98.26885986328125, "y": -45.09486389160156, "subreddit": "askcarsales", "cluster": 329, "color": 0}, {"x": -101.00856018066406, "y": -45.117401123046875, "subreddit": "audi", "cluster": 329, "color": 0}, {"x": -98.70417022705078, "y": -43.384559631347656, "subreddit": "autos", "cluster": 329, "color": 0}, {"x": -98.83238983154297, "y": -43.526676177978516, "subreddit": "cars", "cluster": 329, "color": 0}, {"x": -98.6249008178711, "y": -42.151893615722656, "subreddit": "carscirclejerk", "cluster": 329, "color": 0}, {"x": -99.17925262451172, "y": -48.627281188964844, "subreddit": "corvette", "cluster": 329, "color": 0}, {"x": -108.04833221435547, "y": -44.55868148803711, "subreddit": "haggardgarage", "cluster": 329, "color": 0}, {"x": -9.434242248535156, "y": -12.270974159240723, "subreddit": "mousehunt", "cluster": 329, "color": 0}, {"x": -96.38813781738281, "y": -42.085323333740234, "subreddit": "regularcarreviews", "cluster": 329, "color": 0}, {"x": -99.7544937133789, "y": -44.22603225708008, "subreddit": "whatcarshouldibuy", "cluster": 329, "color": 0}, {"x": 5.592482566833496, "y": -32.84915542602539, "subreddit": "askculinary", "cluster": 425, "color": 0}, {"x": 33.17817687988281, "y": -26.454116821289062, "subreddit": "buddhism", "cluster": 425, "color": 0}, {"x": 5.709722995758057, "y": -32.343414306640625, "subreddit": "cooking", "cluster": 425, "color": 0}, {"x": 6.690573692321777, "y": -31.7935791015625, "subreddit": "cookingforbeginners", "cluster": 425, "color": 0}, {"x": 5.700056552886963, "y": -31.655473709106445, "subreddit": "recipes", "cluster": 425, "color": 0}, {"x": 55.82577133178711, "y": 76.96492767333984, "subreddit": "askdocs", "cluster": 1149, "color": 3}, {"x": 76.68141174316406, "y": -62.69795608520508, "subreddit": "auslaw", "cluster": 1149, "color": 3}, {"x": 52.46839141845703, "y": 76.52993774414062, "subreddit": "medicalschool", "cluster": 1149, "color": 3}, {"x": 53.93503189086914, "y": 76.2790756225586, "subreddit": "medicine", "cluster": 1149, "color": 3}, {"x": 54.33904266357422, "y": 76.42269134521484, "subreddit": "psychiatry", "cluster": 1149, "color": 3}, {"x": -13.303685188293457, "y": 2.8359968662261963, "subreddit": "radiology", "cluster": 1149, "color": 3}, {"x": 52.4854621887207, "y": 76.50439453125, "subreddit": "residency", "cluster": 1149, "color": 3}, {"x": 56.21596908569336, "y": 77.09434509277344, "subreddit": "askdoctorsmeeee", "cluster": 233, "color": 2}, {"x": 49.03181457519531, "y": 51.95038986206055, "subreddit": "birthcontrol", "cluster": 233, "color": 2}, {"x": 48.22364807128906, "y": 52.1595458984375, "subreddit": "periods", "cluster": 233, "color": 2}, {"x": 49.22083282470703, "y": 51.901668548583984, "subreddit": "thegirlsurvivalguide", "cluster": 233, "color": 2}, {"x": 15.34471607208252, "y": 108.85100555419922, "subreddit": "askdrugnerds", "cluster": 569, "color": 2}, {"x": 14.53757381439209, "y": 108.16783905029297, "subreddit": "askdrugs", "cluster": 569, "color": 2}, {"x": 16.119190216064453, "y": 107.54933166503906, "subreddit": "bitcoinuk", "cluster": 569, "color": 2}, {"x": 14.886418342590332, "y": 108.61199951171875, "subreddit": "drugnerds", "cluster": 569, "color": 2}, {"x": 14.192997932434082, "y": 108.95706176757812, "subreddit": "drugs", "cluster": 569, "color": 2}, {"x": 2.421647787094116, "y": -22.462278366088867, "subreddit": "fireuk", "cluster": 569, "color": 2}, {"x": 24.897340774536133, "y": -50.91307067871094, "subreddit": "askeconomics", "cluster": 175, "color": 1}, {"x": 26.600893020629883, "y": -51.058349609375, "subreddit": "asksocialscience", "cluster": 175, "color": 1}, {"x": 25.976972579956055, "y": -51.02708435058594, "subreddit": "badeconomics", "cluster": 175, "color": 1}, {"x": 9.68628978729248, "y": -24.319190979003906, "subreddit": "economics", "cluster": 175, "color": 1}, {"x": -59.86216354370117, "y": -46.45815658569336, "subreddit": "askelectronics", "cluster": 606, "color": 1}, {"x": -61.77180480957031, "y": -45.54316711425781, "subreddit": "diyelectronics", "cluster": 606, "color": 1}, {"x": -58.77310562133789, "y": -45.942955017089844, "subreddit": "ece", "cluster": 606, "color": 1}, {"x": -59.7286262512207, "y": -47.33465576171875, "subreddit": "electricalengineering", "cluster": 606, "color": 1}, {"x": -59.81036376953125, "y": -46.07038116455078, "subreddit": "electronics", "cluster": 606, "color": 1}, {"x": -59.383663177490234, "y": -44.999610900878906, "subreddit": "embedded", "cluster": 606, "color": 1}, {"x": -66.18936920166016, "y": -46.658485412597656, "subreddit": "mythbusters", "cluster": 606, "color": 1}, {"x": -64.77706146240234, "y": -47.703208923339844, "subreddit": "pipetobacco", "cluster": 606, "color": 1}, {"x": -60.20744705200195, "y": -44.858699798583984, "subreddit": "printedcircuitboard", "cluster": 606, "color": 1}, {"x": -65.28092956542969, "y": -47.1400032043457, "subreddit": "rocketry", "cluster": 606, "color": 1}, {"x": -53.456199645996094, "y": -47.95413589477539, "subreddit": "askengineers", "cluster": 620, "color": 1}, {"x": -53.4051513671875, "y": -47.9345817565918, "subreddit": "engineering", "cluster": 620, "color": 1}, {"x": -52.37400817871094, "y": -48.3748779296875, "subreddit": "engineeringstudents", "cluster": 620, "color": 1}, {"x": -53.801883697509766, "y": -47.15900421142578, "subreddit": "mechanicalengineering", "cluster": 620, "color": 1}, {"x": 30.173547744750977, "y": -83.1397705078125, "subreddit": "skydiving", "cluster": 620, "color": 1}, {"x": 56.19681930541992, "y": -74.42945861816406, "subreddit": "askeurope", "cluster": 634, "color": 2}, {"x": 108.12592315673828, "y": -50.48878479003906, "subreddit": "cyprus", "cluster": 634, "color": 2}, {"x": 54.5696907043457, "y": -74.08002471923828, "subreddit": "eesti", "cluster": 634, "color": 2}, {"x": 56.02959060668945, "y": -74.64762115478516, "subreddit": "europe", "cluster": 634, "color": 2}, {"x": 53.12955093383789, "y": -71.48417663574219, "subreddit": "greece", "cluster": 634, "color": 2}, {"x": -74.92418670654297, "y": -46.30104446411133, "subreddit": "lithuania", "cluster": 634, "color": 2}, {"x": 110.90164947509766, "y": -10.796332359313965, "subreddit": "slovenia", "cluster": 634, "color": 2}, {"x": 56.038307189941406, "y": -75.51170349121094, "subreddit": "yurop", "cluster": 634, "color": 2}, {"x": -5.368331432342529, "y": -139.62660217285156, "subreddit": "askfeminists", "cluster": 122, "color": 1}, {"x": -5.3682708740234375, "y": -139.62509155273438, "subreddit": "feminism", "cluster": 122, "color": 1}, {"x": 43.095821380615234, "y": -6.935224533081055, "subreddit": "askgames", "cluster": 768, "color": 2}, {"x": 44.68608856201172, "y": -6.245902061462402, "subreddit": "controlgame", "cluster": 768, "color": 2}, {"x": 44.243289947509766, "y": -6.570217609405518, "subreddit": "gamingsuggestions", "cluster": 768, "color": 2}, {"x": 43.26806640625, "y": -7.010501384735107, "subreddit": "shouldibuythisgame", "cluster": 768, "color": 2}, {"x": -55.3013801574707, "y": 2.407275676727295, "subreddit": "askgaybros", "cluster": 773, "color": 0}, {"x": -53.274253845214844, "y": 2.2678442001342773, "subreddit": "gaybros", "cluster": 773, "color": 0}, {"x": -53.506900787353516, "y": 1.5807791948318481, "subreddit": "gaybroscirclejerk", "cluster": 773, "color": 0}, {"x": -52.325782775878906, "y": 2.4806954860687256, "subreddit": "gaymers", "cluster": 773, "color": 0}, {"x": 27.592409133911133, "y": 52.99081039428711, "subreddit": "gaysian", "cluster": 773, "color": 0}, {"x": -55.39799499511719, "y": 2.399991273880005, "subreddit": "askgaybrosover30", "cluster": 123, "color": 0}, {"x": -57.252498626708984, "y": 3.0561609268188477, "subreddit": "askgaymen", "cluster": 123, "color": 0}, {"x": -57.21829605102539, "y": 3.780437707901001, "subreddit": "gay", "cluster": 123, "color": 0}, {"x": -57.45505905151367, "y": 2.715362787246704, "subreddit": "gayyoungold", "cluster": 123, "color": 0}, {"x": -14.096907615661621, "y": -95.97268676757812, "subreddit": "askhr", "cluster": 125, "color": 1}, {"x": -13.945526123046875, "y": -95.95729064941406, "subreddit": "humanresources", "cluster": 125, "color": 1}, {"x": 47.53057098388672, "y": -85.37065124511719, "subreddit": "asklatinamerica", "cluster": 395, "color": 0}, {"x": 47.44316482543945, "y": -85.24720764160156, "subreddit": "colombia", "cluster": 395, "color": 0}, {"x": 46.48308563232422, "y": -83.9010238647461, "subreddit": "mlrugby", "cluster": 395, "color": 0}, {"x": -4.719724178314209, "y": -87.62206268310547, "subreddit": "askle", "cluster": 126, "color": 1}, {"x": -4.691197872161865, "y": -87.50091552734375, "subreddit": "askleo", "cluster": 126, "color": 1}, {"x": -5.473410606384277, "y": -85.169677734375, "subreddit": "computerforensics", "cluster": 126, "color": 1}, {"x": -3.7590396404266357, "y": -87.30586242675781, "subreddit": "police", "cluster": 126, "color": 1}, {"x": -5.404616355895996, "y": -88.81056213378906, "subreddit": "protectandserve", "cluster": 126, "color": 1}, {"x": -1.9582959413528442, "y": -30.60344696044922, "subreddit": "zombiesurvivaltactics", "cluster": 126, "color": 1}, {"x": 28.563058853149414, "y": -67.753173828125, "subreddit": "asklinguistics", "cluster": 127, "color": 1}, {"x": 27.508129119873047, "y": -67.43377685546875, "subreddit": "badlinguistics", "cluster": 127, "color": 1}, {"x": 27.539134979248047, "y": -66.37564086914062, "subreddit": "conlangs", "cluster": 127, "color": 1}, {"x": 29.110198974609375, "y": -68.01567077636719, "subreddit": "etymology", "cluster": 127, "color": 1}, {"x": 27.922443389892578, "y": -67.55317687988281, "subreddit": "linguistics", "cluster": 127, "color": 1}, {"x": 29.89631462097168, "y": -48.439056396484375, "subreddit": "askliterarystudies", "cluster": 447, "color": 2}, {"x": 30.508460998535156, "y": -48.66505813598633, "subreddit": "criticaltheory", "cluster": 447, "color": 2}, {"x": 81.7388687133789, "y": -107.38993072509766, "subreddit": "thelastpsychiatrist", "cluster": 447, "color": 2}, {"x": 30.9877872467041, "y": -48.71277618408203, "subreddit": "zizek", "cluster": 447, "color": 2}, {"x": 2.8263015747070312, "y": -51.398807525634766, "subreddit": "asklosangeles", "cluster": 1085, "color": 3}, {"x": 4.396804332733154, "y": -53.31965637207031, "subreddit": "csun", "cluster": 1085, "color": 3}, {"x": 2.8690617084503174, "y": -50.13499069213867, "subreddit": "filmindustryla", "cluster": 1085, "color": 3}, {"x": 2.8329949378967285, "y": -51.7388801574707, "subreddit": "lalist", "cluster": 1085, "color": 3}, {"x": 2.9358956813812256, "y": -51.74932098388672, "subreddit": "losangeles", "cluster": 1085, "color": 3}, {"x": 103.46550750732422, "y": -91.0251235961914, "subreddit": "pucatrade", "cluster": 1085, "color": 3}, {"x": 3.903563976287842, "y": -52.712154388427734, "subreddit": "sfv", "cluster": 1085, "color": 3}, {"x": 16.499574661254883, "y": -62.505348205566406, "subreddit": "askmath", "cluster": 1033, "color": 3}, {"x": -57.651954650878906, "y": 4.708364963531494, "subreddit": "calculus", "cluster": 1033, "color": 3}, {"x": 17.910320281982422, "y": -62.57767868041992, "subreddit": "cheatatmathhomework", "cluster": 1033, "color": 3}, {"x": 17.711217880249023, "y": -62.600181579589844, "subreddit": "learnmath", "cluster": 1033, "color": 3}, {"x": 15.556259155273438, "y": -63.15789031982422, "subreddit": "mathematics", "cluster": 1033, "color": 3}, {"x": -110.5269546508789, "y": -41.1911506652832, "subreddit": "askmechanics", "cluster": 1144, "color": 5}, {"x": -92.97785949707031, "y": -45.656314849853516, "subreddit": "autobody", "cluster": 1144, "color": 5}, {"x": -94.16923522949219, "y": -46.803672790527344, "subreddit": "autorepair", "cluster": 1144, "color": 5}, {"x": -94.12208557128906, "y": -45.88241195678711, "subreddit": "cartalk", "cluster": 1144, "color": 5}, {"x": -16.859580993652344, "y": -87.40383911132812, "subreddit": "insurance", "cluster": 1144, "color": 5}, {"x": -94.13249969482422, "y": -43.97083282470703, "subreddit": "justrolledintotheshop", "cluster": 1144, "color": 5}, {"x": -93.91654205322266, "y": -45.710960388183594, "subreddit": "mechanicadvice", "cluster": 1144, "color": 5}, {"x": -95.58088684082031, "y": -44.96981430053711, "subreddit": "mechanics", "cluster": 1144, "color": 5}, {"x": 38.02207946777344, "y": 6.238051414489746, "subreddit": "askmen", "cluster": 128, "color": 0}, {"x": 37.59440994262695, "y": 6.525771617889404, "subreddit": "sex", "cluster": 128, "color": 0}, {"x": 38.571956634521484, "y": 5.80997371673584, "subreddit": "swrpg", "cluster": 128, "color": 0}, {"x": -83.913330078125, "y": 98.38831329345703, "subreddit": "askmrp", "cluster": 129, "color": 0}, {"x": -83.92399597167969, "y": 98.3881607055664, "subreddit": "marriedredpill", "cluster": 129, "color": 0}, {"x": -82.71174621582031, "y": 98.43122863769531, "subreddit": "whereareallthegoodmen", "cluster": 129, "color": 0}, {"x": -0.2779938876628876, "y": -26.494775772094727, "subreddit": "asknetsec", "cluster": 130, "color": 0}, {"x": 0.8464913964271545, "y": -27.43397331237793, "subreddit": "cybersecurity", "cluster": 130, "color": 0}, {"x": -1.2970093488693237, "y": -26.80744743347168, "subreddit": "defcon", "cluster": 130, "color": 0}, {"x": -0.28993362188339233, "y": -26.383373260498047, "subreddit": "netsecstudents", "cluster": 130, "color": 0}, {"x": 1.3465664386749268, "y": -24.69611358642578, "subreddit": "reverseengineering", "cluster": 130, "color": 0}, {"x": 0.9718964099884033, "y": -27.185922622680664, "subreddit": "security", "cluster": 130, "color": 0}, {"x": -88.2518310546875, "y": 38.74736404418945, "subreddit": "asknola", "cluster": 1262, "color": 2}, {"x": -88.23937225341797, "y": 38.650272369384766, "subreddit": "neworleans", "cluster": 1262, "color": 2}, {"x": -74.79095458984375, "y": 3.8166110515594482, "subreddit": "asknyc", "cluster": 131, "color": 0}, {"x": -75.20977783203125, "y": 3.1176295280456543, "subreddit": "astoria", "cluster": 131, "color": 0}, {"x": -74.53485870361328, "y": 4.006011962890625, "subreddit": "nycapartments", "cluster": 131, "color": 0}, {"x": -75.15668487548828, "y": 5.01623010635376, "subreddit": "nycmeetups", "cluster": 131, "color": 0}, {"x": -34.06963348388672, "y": 0.46611741185188293, "subreddit": "paralegal", "cluster": 131, "color": 0}, {"x": -6.110903263092041, "y": 43.88907241821289, "subreddit": "askouija", "cluster": 132, "color": 1}, {"x": -5.922274112701416, "y": 44.30491638183594, "subreddit": "onewordeach", "cluster": 132, "color": 1}, {"x": -28.426185607910156, "y": -10.18738079071045, "subreddit": "askparents", "cluster": 1355, "color": 4}, {"x": 59.16584396362305, "y": 49.117984771728516, "subreddit": "family", "cluster": 1355, "color": 4}, {"x": 60.953311920166016, "y": 50.42331314086914, "subreddit": "mommit", "cluster": 1355, "color": 4}, {"x": 60.25222396850586, "y": 49.80628204345703, "subreddit": "parenting", "cluster": 1355, "color": 4}, {"x": 60.83791732788086, "y": 49.30464553833008, "subreddit": "raisingkids", "cluster": 1355, "color": 4}, {"x": 34.5247688293457, "y": -43.9493408203125, "subreddit": "askphilosophy", "cluster": 1374, "color": 3}, {"x": 33.52794647216797, "y": -45.338294982910156, "subreddit": "badphilosophy", "cluster": 1374, "color": 3}, {"x": 34.41863250732422, "y": -43.98590087890625, "subreddit": "philosophy", "cluster": 1374, "color": 3}, {"x": 33.43230438232422, "y": -45.300716400146484, "subreddit": "philosophyofscience", "cluster": 1374, "color": 3}, {"x": 24.261627197265625, "y": -23.352027893066406, "subreddit": "askphysics", "cluster": 134, "color": 0}, {"x": 25.988737106323242, "y": -23.598859786987305, "subreddit": "askscience", "cluster": 134, "color": 0}, {"x": 24.43642807006836, "y": -24.280214309692383, "subreddit": "asksciencediscussion", "cluster": 134, "color": 0}, {"x": 23.552942276000977, "y": -24.18704605102539, "subreddit": "dataisugly", "cluster": 134, "color": 0}, {"x": 74.02946472167969, "y": -18.21705436706543, "subreddit": "diablo2", "cluster": 134, "color": 0}, {"x": 16.41683006286621, "y": -59.941436767578125, "subreddit": "eastenders", "cluster": 134, "color": 0}, {"x": 25.045869827270508, "y": -23.180984497070312, "subreddit": "physics", "cluster": 134, "color": 0}, {"x": 23.870033264160156, "y": -22.7025089263916, "subreddit": "physicsstudents", "cluster": 134, "color": 0}, {"x": 24.717849731445312, "y": -21.933090209960938, "subreddit": "quantum", "cluster": 134, "color": 0}, {"x": 23.846237182617188, "y": -23.99570083618164, "subreddit": "theydidthemath", "cluster": 134, "color": 0}, {"x": -111.0915756225586, "y": -3.1297905445098877, "subreddit": "askportland", "cluster": 1425, "color": 3}, {"x": -112.1161117553711, "y": 0.74873948097229, "subreddit": "boardkings", "cluster": 1425, "color": 3}, {"x": -111.34294128417969, "y": -0.753831148147583, "subreddit": "boombeach", "cluster": 1425, "color": 3}, {"x": -111.13803100585938, "y": -3.0274016857147217, "subreddit": "portland", "cluster": 1425, "color": 3}, {"x": -111.50433349609375, "y": -4.240145683288574, "subreddit": "portlandtrees", "cluster": 1425, "color": 3}, {"x": -6.305259704589844, "y": -88.91960906982422, "subreddit": "talesfromthesquadcar", "cluster": 1425, "color": 3}, {"x": -111.2589340209961, "y": -1.6328842639923096, "subreddit": "vancouverwa", "cluster": 1425, "color": 3}, {"x": 56.606990814208984, "y": -70.10484313964844, "subreddit": "askprogramming", "cluster": 1960, "color": 3}, {"x": 57.963172912597656, "y": -70.79165649414062, "subreddit": "austria", "cluster": 1960, "color": 3}, {"x": 60.252525329589844, "y": -73.08888244628906, "subreddit": "german", "cluster": 1960, "color": 3}, {"x": 87.3609390258789, "y": -35.02410888671875, "subreddit": "girlgamers", "cluster": 1960, "color": 3}, {"x": 78.77142333984375, "y": -35.00822830200195, "subreddit": "imperialassaulttmg", "cluster": 1960, "color": 3}, {"x": 56.53946304321289, "y": -70.03743743896484, "subreddit": "isitbullshit", "cluster": 1960, "color": 3}, {"x": 58.04195022583008, "y": -70.85340118408203, "subreddit": "wien", "cluster": 1960, "color": 3}, {"x": -0.2703340947628021, "y": 6.086810111999512, "subreddit": "askreddit", "cluster": 1381, "color": 1}, {"x": 0.9331033229827881, "y": 8.773496627807617, "subreddit": "awesome", "cluster": 1381, "color": 1}, {"x": 0.32119861245155334, "y": 4.523871898651123, "subreddit": "bestof", "cluster": 1381, "color": 1}, {"x": 1.5088266134262085, "y": -6.625810623168945, "subreddit": "doesanybodyelse", "cluster": 1381, "color": 1}, {"x": 3.739055633544922, "y": -8.137171745300293, "subreddit": "fffffffuuuuuuuuuuuu", "cluster": 1381, "color": 1}, {"x": 2.7630996704101562, "y": -6.864008903503418, "subreddit": "firstworldproblems", "cluster": 1381, "color": 1}, {"x": 0.6541480422019958, "y": 6.0858964920043945, "subreddit": "funny", "cluster": 1381, "color": 1}, {"x": 1.4731621742248535, "y": 4.181273937225342, "subreddit": "gaming", "cluster": 1381, "color": 1}, {"x": 1.301130771636963, "y": 6.055950164794922, "subreddit": "gifs", "cluster": 1381, "color": 1}, {"x": 2.0054361820220947, "y": -5.007230281829834, "subreddit": "iama", "cluster": 1381, "color": 1}, {"x": -131.81741333007812, "y": -9.517949104309082, "subreddit": "ifiwonthelottery", "cluster": 1381, "color": 1}, {"x": 2.0232558250427246, "y": -0.2552321255207062, "subreddit": "justiceporn", "cluster": 1381, "color": 1}, {"x": 0.8191026449203491, "y": 7.05186653137207, "subreddit": "murica", "cluster": 1381, "color": 1}, {"x": 2.9488046169281006, "y": 6.027397155761719, "subreddit": "nameaserver", "cluster": 1381, "color": 1}, {"x": 0.4720785319805145, "y": 3.7280325889587402, "subreddit": "news", "cluster": 1381, "color": 1}, {"x": 5.735464096069336, "y": -4.826244831085205, "subreddit": "photoshopbattles", "cluster": 1381, "color": 1}, {"x": 5.602299213409424, "y": -11.238364219665527, "subreddit": "pic", "cluster": 1381, "color": 1}, {"x": 0.6611546277999878, "y": 6.473575115203857, "subreddit": "pics", "cluster": 1381, "color": 1}, {"x": 10.028705596923828, "y": -18.522367477416992, "subreddit": "politics", "cluster": 1381, "color": 1}, {"x": 2.784555673599243, "y": -16.71564483642578, "subreddit": "shutupandtakemymoney", "cluster": 1381, "color": 1}, {"x": 0.9517177939414978, "y": 2.7448225021362305, "subreddit": "sports", "cluster": 1381, "color": 1}, {"x": 3.4519431591033936, "y": 1.6030359268188477, "subreddit": "the_meltdown", "cluster": 1381, "color": 1}, {"x": 0.4883004426956177, "y": 7.140083312988281, "subreddit": "todayilearned", "cluster": 1381, "color": 1}, {"x": 1.1264777183532715, "y": 6.617082595825195, "subreddit": "videos", "cluster": 1381, "color": 1}, {"x": 0.48643356561660767, "y": 5.986143589019775, "subreddit": "wtf", "cluster": 1381, "color": 1}, {"x": -0.3151654303073883, "y": 7.529928207397461, "subreddit": "youshouldknow", "cluster": 1381, "color": 1}, {"x": 256.66363525390625, "y": 378.8626708984375, "subreddit": "askredditul", "cluster": 280, "color": 1}, {"x": 97.55105590820312, "y": 80.19723510742188, "subreddit": "brasil", "cluster": 280, "color": 1}, {"x": 96.24070739746094, "y": 80.23294067382812, "subreddit": "brasildob", "cluster": 280, "color": 1}, {"x": 97.6088638305664, "y": 80.51026153564453, "subreddit": "brasilivre", "cluster": 280, "color": 1}, {"x": 96.67576599121094, "y": 78.10843658447266, "subreddit": "brazil", "cluster": 280, "color": 1}, {"x": 97.36986541748047, "y": 79.56238555908203, "subreddit": "circojeca", "cluster": 280, "color": 1}, {"x": 98.54938507080078, "y": 79.43445587158203, "subreddit": "desabafos", "cluster": 280, "color": 1}, {"x": 98.92391204833984, "y": 80.96361541748047, "subreddit": "futebol", "cluster": 280, "color": 1}, {"x": 97.1565933227539, "y": 81.81726837158203, "subreddit": "investimentos", "cluster": 280, "color": 1}, {"x": -4.126551151275635, "y": -26.491485595703125, "subreddit": "asksciencefiction", "cluster": 656, "color": 1}, {"x": 108.71746063232422, "y": -111.07434844970703, "subreddit": "creepygaming", "cluster": 656, "color": 1}, {"x": -6.059764385223389, "y": -24.868839263916016, "subreddit": "fantheories", "cluster": 656, "color": 1}, {"x": -6.0403218269348145, "y": -24.874671936035156, "subreddit": "plotholes", "cluster": 656, "color": 1}, {"x": 84.46651458740234, "y": -32.14302062988281, "subreddit": "askseddit", "cluster": 135, "color": 0}, {"x": 85.93016815185547, "y": -30.385311126708984, "subreddit": "infinitecrisis", "cluster": 135, "color": 0}, {"x": 84.43719482421875, "y": -32.17387008666992, "subreddit": "seduction", "cluster": 135, "color": 0}, {"x": -11.248078346252441, "y": -84.41092681884766, "subreddit": "asksf", "cluster": 199, "color": 2}, {"x": -12.428007125854492, "y": -84.41654968261719, "subreddit": "bayarea", "cluster": 199, "color": 2}, {"x": -13.729705810546875, "y": -83.12545776367188, "subreddit": "berkeley", "cluster": 199, "color": 2}, {"x": -13.007952690124512, "y": -84.4410171508789, "subreddit": "oakland", "cluster": 199, "color": 2}, {"x": -11.943450927734375, "y": -84.303466796875, "subreddit": "sanfrancisco", "cluster": 199, "color": 2}, {"x": -12.993709564208984, "y": -86.78375244140625, "subreddit": "sanjose", "cluster": 199, "color": 2}, {"x": -13.053900718688965, "y": -87.00196075439453, "subreddit": "sjsu", "cluster": 199, "color": 2}, {"x": 29.05600357055664, "y": -78.22329711914062, "subreddit": "transit", "cluster": 199, "color": 2}, {"x": 19.756269454956055, "y": -65.8326416015625, "subreddit": "askstatistics", "cluster": 1557, "color": 5}, {"x": 21.918704986572266, "y": -63.263282775878906, "subreddit": "bioinformatics", "cluster": 1557, "color": 5}, {"x": 21.03002166748047, "y": -64.32752227783203, "subreddit": "rlanguage", "cluster": 1557, "color": 5}, {"x": 20.878480911254883, "y": -64.51025390625, "subreddit": "rstats", "cluster": 1557, "color": 5}, {"x": 19.767234802246094, "y": -65.80667114257812, "subreddit": "statistics", "cluster": 1557, "color": 5}, {"x": 40.70758819580078, "y": -60.690853118896484, "subreddit": "askswitzerland", "cluster": 1750, "color": 8}, {"x": -4.990700721740723, "y": -3.7054383754730225, "subreddit": "askvet", "cluster": 1750, "color": 8}, {"x": 40.70408248901367, "y": -60.68798828125, "subreddit": "switzerland", "cluster": 1750, "color": 8}, {"x": -3.893935441970825, "y": 67.59261322021484, "subreddit": "askteenboys", "cluster": 136, "color": 2}, {"x": -3.865999937057495, "y": 67.72041320800781, "subreddit": "askteengirls", "cluster": 136, "color": 2}, {"x": -1.0882710218429565, "y": 52.8422737121582, "subreddit": "crushes", "cluster": 136, "color": 2}, {"x": -2.907381534576416, "y": 66.43956756591797, "subreddit": "teenamiugly", "cluster": 136, "color": 2}, {"x": -2.815310478210449, "y": 66.65609741210938, "subreddit": "teensmeetteens", "cluster": 136, "color": 2}, {"x": 21.532697677612305, "y": -45.0941276550293, "subreddit": "askthe_donald", "cluster": 1795, "color": 2}, {"x": 3.8239147663116455, "y": 1.21049964427948, "subreddit": "hillarymeltdown", "cluster": 1795, "color": 2}, {"x": 29.949434280395508, "y": -5.064936637878418, "subreddit": "hottiesfortrump", "cluster": 1795, "color": 2}, {"x": 29.430025100708008, "y": -6.890041351318359, "subreddit": "mr_trump", "cluster": 1795, "color": 2}, {"x": 29.135379791259766, "y": -5.85183572769165, "subreddit": "the_congress", "cluster": 1795, "color": 2}, {"x": 29.256975173950195, "y": -5.987138271331787, "subreddit": "the_donald", "cluster": 1795, "color": 2}, {"x": -7.632881164550781, "y": 42.007408142089844, "subreddit": "asktheouija", "cluster": 137, "color": 2}, {"x": -8.059988975524902, "y": 45.40035629272461, "subreddit": "hbnsportstv", "cluster": 137, "color": 2}, {"x": -7.635802268981934, "y": 41.968990325927734, "subreddit": "inclusiveor", "cluster": 137, "color": 2}, {"x": 34.89467239379883, "y": 4.382011890411377, "subreddit": "asktrollx", "cluster": 1860, "color": 4}, {"x": 6.966216087341309, "y": -74.6676254272461, "subreddit": "brighton", "cluster": 1860, "color": 4}, {"x": 35.943119049072266, "y": 3.8431568145751953, "subreddit": "exredpill", "cluster": 1860, "color": 4}, {"x": 34.555545806884766, "y": 2.3179337978363037, "subreddit": "femmethoughts", "cluster": 1860, "color": 4}, {"x": 35.773826599121094, "y": 3.4367311000823975, "subreddit": "menslib", "cluster": 1860, "color": 4}, {"x": 103.69973754882812, "y": -51.035316467285156, "subreddit": "peru", "cluster": 1860, "color": 4}, {"x": 34.55820083618164, "y": 4.330902099609375, "subreddit": "trollxchromosomes", "cluster": 1860, "color": 4}, {"x": 34.24293518066406, "y": 4.153274059295654, "subreddit": "trollychromosome", "cluster": 1860, "color": 4}, {"x": 35.7806510925293, "y": 7.028841972351074, "subreddit": "twoxsex", "cluster": 1860, "color": 4}, {"x": 42.30037307739258, "y": 16.680456161499023, "subreddit": "asktrp", "cluster": 1811, "color": 1}, {"x": 42.56216812133789, "y": 15.681922912597656, "subreddit": "darkenlightenment", "cluster": 1811, "color": 1}, {"x": 42.35467529296875, "y": 16.463083267211914, "subreddit": "theredpill", "cluster": 1811, "color": 1}, {"x": 38.029762268066406, "y": 78.45439910888672, "subreddit": "asktrufemcels", "cluster": 1872, "color": 3}, {"x": 38.39825439453125, "y": 75.56858825683594, "subreddit": "bodydysmorphia", "cluster": 1872, "color": 3}, {"x": 38.02532196044922, "y": 78.43740844726562, "subreddit": "trufemcels", "cluster": 1872, "color": 3}, {"x": 16.244346618652344, "y": -82.65946197509766, "subreddit": "askuk", "cluster": 140, "color": 1}, {"x": 15.128690719604492, "y": -81.5765151977539, "subreddit": "bristol", "cluster": 140, "color": 1}, {"x": 14.475854873657227, "y": -83.7743148803711, "subreddit": "cartalkuk", "cluster": 140, "color": 1}, {"x": 17.040239334106445, "y": -82.31192016601562, "subreddit": "casualuk", "cluster": 140, "color": 1}, {"x": 16.475065231323242, "y": -80.34493255615234, "subreddit": "england", "cluster": 140, "color": 1}, {"x": 16.340007781982422, "y": -84.28315734863281, "subreddit": "leeds", "cluster": 140, "color": 1}, {"x": 17.92751121520996, "y": -82.45638275146484, "subreddit": "manchester", "cluster": 140, "color": 1}, {"x": 15.860577583312988, "y": -82.94617462158203, "subreddit": "ncis", "cluster": 140, "color": 1}, {"x": 20.901124954223633, "y": -81.12001037597656, "subreddit": "nottingham", "cluster": 140, "color": 1}, {"x": 17.740882873535156, "y": -76.06497192382812, "subreddit": "rowing", "cluster": 140, "color": 1}, {"x": 18.138763427734375, "y": -84.86149597167969, "subreddit": "theredlion", "cluster": 140, "color": 1}, {"x": 35.599361419677734, "y": 9.322527885437012, "subreddit": "askwomen", "cluster": 141, "color": 1}, {"x": 35.57089614868164, "y": 9.140495300292969, "subreddit": "askwomenadvice", "cluster": 141, "color": 1}, {"x": -34.52812957763672, "y": -34.10443878173828, "subreddit": "denton", "cluster": 141, "color": 1}, {"x": 35.390010833740234, "y": 8.209627151489258, "subreddit": "twoxchromosomes", "cluster": 141, "color": 1}, {"x": 34.19959259033203, "y": -91.87047576904297, "subreddit": "asl", "cluster": 490, "color": 1}, {"x": 34.14082336425781, "y": -91.78485870361328, "subreddit": "deaf", "cluster": 490, "color": 1}, {"x": -23.304895401000977, "y": 61.260902404785156, "subreddit": "asmongold", "cluster": 1285, "color": 4}, {"x": 9.50541877746582, "y": -106.353515625, "subreddit": "nightwish", "cluster": 1285, "color": 4}, {"x": 9.498772621154785, "y": -106.1392822265625, "subreddit": "yawriters", "cluster": 1285, "color": 4}, {"x": -0.05688285827636719, "y": -4.492532253265381, "subreddit": "asmr", "cluster": 311, "color": 2}, {"x": -54.772212982177734, "y": -44.03970718383789, "subreddit": "autocad", "cluster": 311, "color": 2}, {"x": -54.54703903198242, "y": -44.433780670166016, "subreddit": "cad", "cluster": 311, "color": 2}, {"x": 141.82359313964844, "y": -6.537521839141846, "subreddit": "kiteboarding", "cluster": 311, "color": 2}, {"x": -55.10790252685547, "y": -42.99031448364258, "subreddit": "revit", "cluster": 311, "color": 2}, {"x": -54.39333724975586, "y": -44.981544494628906, "subreddit": "solidworks", "cluster": 311, "color": 2}, {"x": -14.313224792480469, "y": -48.59942626953125, "subreddit": "asoiaf", "cluster": 142, "color": 0}, {"x": -14.347261428833008, "y": -49.79772186279297, "subreddit": "asoiafreread", "cluster": 142, "color": 0}, {"x": -16.03599739074707, "y": -37.00245666503906, "subreddit": "gameofthrones", "cluster": 142, "color": 0}, {"x": -14.367749214172363, "y": -50.44231033325195, "subreddit": "lolita", "cluster": 142, "color": 0}, {"x": -14.314888000488281, "y": -48.748451232910156, "subreddit": "pureasoiaf", "cluster": 142, "color": 0}, {"x": 41.65297317504883, "y": -30.256954193115234, "subreddit": "thefirstlaw", "cluster": 142, "color": 0}, {"x": 112.28504943847656, "y": 14.504926681518555, "subreddit": "asoiafcirclejerk", "cluster": 1227, "color": 2}, {"x": 112.87338256835938, "y": 15.005131721496582, "subreddit": "freefolknews", "cluster": 1227, "color": 2}, {"x": 114.16763305664062, "y": 15.12534236907959, "subreddit": "hisdarkmaterials", "cluster": 1227, "color": 2}, {"x": 112.9246597290039, "y": 15.139351844787598, "subreddit": "naath", "cluster": 1227, "color": 2}, {"x": 112.6614761352539, "y": 16.19205093383789, "subreddit": "sansawinsthethrone", "cluster": 1227, "color": 2}, {"x": -23.3779296875, "y": -42.88235855102539, "subreddit": "veronicamars", "cluster": 1227, "color": 2}, {"x": -14.702784538269043, "y": 77.78156280517578, "subreddit": "asoneafterinfidelity", "cluster": 1742, "color": 3}, {"x": -14.754453659057617, "y": 75.90509033203125, "subreddit": "cheating_stories", "cluster": 1742, "color": 3}, {"x": -14.701918601989746, "y": 76.76195526123047, "subreddit": "infidelity", "cluster": 1742, "color": 3}, {"x": -14.694628715515137, "y": 76.96932220458984, "subreddit": "survivinginfidelity", "cluster": 1742, "color": 3}, {"x": 38.57536697387695, "y": 27.86064338684082, "subreddit": "aspergers", "cluster": 156, "color": 0}, {"x": 38.669620513916016, "y": 27.895004272460938, "subreddit": "autism", "cluster": 156, "color": 0}, {"x": -54.41836929321289, "y": 66.95317077636719, "subreddit": "occupationaltherapy", "cluster": 156, "color": 0}, {"x": 36.8799934387207, "y": 27.633756637573242, "subreddit": "aspergirls", "cluster": 666, "color": 1}, {"x": 36.060977935791016, "y": 27.103153228759766, "subreddit": "aspiememes", "cluster": 666, "color": 1}, {"x": -47.2000846862793, "y": -151.5487060546875, "subreddit": "drunkorakid", "cluster": 666, "color": 1}, {"x": 35.5828742980957, "y": 26.88205337524414, "subreddit": "festivalplaza", "cluster": 666, "color": 1}, {"x": 36.39530944824219, "y": 25.62152862548828, "subreddit": "fuckimold", "cluster": 666, "color": 1}, {"x": -0.7614129781723022, "y": -2.1327455043792725, "subreddit": "gamemusic", "cluster": 666, "color": 1}, {"x": 35.08226776123047, "y": 27.888442993164062, "subreddit": "givemethevirus", "cluster": 666, "color": 1}, {"x": -35.79536437988281, "y": -70.085205078125, "subreddit": "makemychoice", "cluster": 666, "color": 1}, {"x": 34.6693115234375, "y": 25.793899536132812, "subreddit": "mysterydungeon", "cluster": 666, "color": 1}, {"x": 32.744205474853516, "y": 27.267385482788086, "subreddit": "oldmandog", "cluster": 666, "color": 1}, {"x": 4.124849319458008, "y": 19.719669342041016, "subreddit": "reallifeshinies", "cluster": 666, "color": 1}, {"x": 35.4321174621582, "y": 26.80420684814453, "subreddit": "synesthesia", "cluster": 666, "color": 1}, {"x": -69.9245376586914, "y": 85.47313690185547, "subreddit": "asphalt9", "cluster": 143, "color": 0}, {"x": -84.96253204345703, "y": 5.051429748535156, "subreddit": "csrracing2", "cluster": 143, "color": 0}, {"x": -69.95353698730469, "y": 85.4657211303711, "subreddit": "grimes", "cluster": 143, "color": 0}, {"x": -67.2109146118164, "y": 87.07196807861328, "subreddit": "pixelgun", "cluster": 143, "color": 0}, {"x": -27.355464935302734, "y": 42.74480438232422, "subreddit": "assassinscreedodyssey", "cluster": 716, "color": 2}, {"x": -84.89940643310547, "y": 8.71003532409668, "subreddit": "forza", "cluster": 716, "color": 2}, {"x": -85.60359954833984, "y": 7.869154453277588, "subreddit": "forzaauctions", "cluster": 716, "color": 2}, {"x": -85.1060791015625, "y": 8.435837745666504, "subreddit": "forzahorizon", "cluster": 716, "color": 2}, {"x": 56.48101043701172, "y": 12.393462181091309, "subreddit": "mirrorsedge", "cluster": 716, "color": 2}, {"x": -84.20999145507812, "y": 9.804544448852539, "subreddit": "needforspeed", "cluster": 716, "color": 2}, {"x": 27.793777465820312, "y": 15.918537139892578, "subreddit": "assholetax", "cluster": 1112, "color": 1}, {"x": 30.317289352416992, "y": 13.843891143798828, "subreddit": "badroommates", "cluster": 1112, "color": 1}, {"x": 29.191303253173828, "y": 16.091787338256836, "subreddit": "idontworkherelady", "cluster": 1112, "color": 1}, {"x": 28.76384925842285, "y": 15.619282722473145, "subreddit": "maliciouscompliance", "cluster": 1112, "color": 1}, {"x": 41.3488883972168, "y": -98.14373779296875, "subreddit": "militarystories", "cluster": 1112, "color": 1}, {"x": 29.50846290588379, "y": 14.856317520141602, "subreddit": "pettyrevenge", "cluster": 1112, "color": 1}, {"x": 29.12235450744629, "y": 15.078171730041504, "subreddit": "prorevenge", "cluster": 1112, "color": 1}, {"x": -1.6678993701934814, "y": -16.8341007232666, "subreddit": "talesfromtechsupport", "cluster": 1112, "color": 1}, {"x": 90.64897918701172, "y": -43.55155563354492, "subreddit": "assistance", "cluster": 1573, "color": 3}, {"x": 89.20613098144531, "y": -48.025367736816406, "subreddit": "epilepsy", "cluster": 1573, "color": 3}, {"x": 91.43386840820312, "y": -42.15264892578125, "subreddit": "food_pantry", "cluster": 1573, "color": 3}, {"x": 21.280864715576172, "y": -52.34483337402344, "subreddit": "joebiden", "cluster": 1573, "color": 3}, {"x": 90.14234161376953, "y": -44.585384368896484, "subreddit": "makenewfriendshere", "cluster": 1573, "color": 3}, {"x": 90.56429290771484, "y": -42.85633087158203, "subreddit": "randomactsofchristmas", "cluster": 1573, "color": 3}, {"x": 90.54092407226562, "y": -43.656490325927734, "subreddit": "santaslittlehelpers", "cluster": 1573, "color": 3}, {"x": 7.178033351898193, "y": -144.9641571044922, "subreddit": "astheclockturns", "cluster": 1261, "color": 1}, {"x": 8.966440200805664, "y": -145.3986358642578, "subreddit": "fairytailrp", "cluster": 1261, "color": 1}, {"x": 5.6308674812316895, "y": -146.41543579101562, "subreddit": "herorp", "cluster": 1261, "color": 1}, {"x": 7.599262237548828, "y": -144.72579956054688, "subreddit": "newmarvelrp", "cluster": 1261, "color": 1}, {"x": 9.349674224853516, "y": -144.19699096679688, "subreddit": "thenarutoworld", "cluster": 1261, "color": 1}, {"x": 7.8980631828308105, "y": -143.870361328125, "subreddit": "xmenrp", "cluster": 1261, "color": 1}, {"x": 91.75792694091797, "y": 48.858943939208984, "subreddit": "astralprojection", "cluster": 618, "color": 0}, {"x": 85.70365142822266, "y": 48.77152633666992, "subreddit": "empaths", "cluster": 618, "color": 0}, {"x": 88.60377502441406, "y": 47.62809371948242, "subreddit": "energy_work", "cluster": 618, "color": 0}, {"x": 89.02493286132812, "y": 48.470760345458984, "subreddit": "kundalini", "cluster": 618, "color": 0}, {"x": 88.45352935791016, "y": 47.3289909362793, "subreddit": "shamanism", "cluster": 618, "color": 0}, {"x": -42.793190002441406, "y": 85.81997680664062, "subreddit": "astrogaming", "cluster": 1984, "color": 8}, {"x": -62.62258529663086, "y": 10.116872787475586, "subreddit": "ps4pro", "cluster": 1984, "color": 8}, {"x": -63.73268127441406, "y": 9.94459056854248, "subreddit": "xbox_one_x", "cluster": 1984, "color": 8}, {"x": 47.60210037231445, "y": 9.725791931152344, "subreddit": "xboxinsiders", "cluster": 1984, "color": 8}, {"x": 22.871803283691406, "y": -1.8322746753692627, "subreddit": "astroneer", "cluster": 1225, "color": 3}, {"x": 23.013463973999023, "y": -0.9210455417633057, "subreddit": "heroesandgenerals", "cluster": 1225, "color": 3}, {"x": 22.829761505126953, "y": -1.6376452445983887, "subreddit": "myfriendwantstoknow", "cluster": 1225, "color": 3}, {"x": -54.16291427612305, "y": -98.8785171508789, "subreddit": "astros", "cluster": 1788, "color": 8}, {"x": -98.8836898803711, "y": -11.677597999572754, "subreddit": "houston", "cluster": 1788, "color": 8}, {"x": -53.477760314941406, "y": -99.06741333007812, "subreddit": "rockets", "cluster": 1788, "color": 8}, {"x": -53.796356201171875, "y": -98.99197387695312, "subreddit": "texans", "cluster": 1788, "color": 8}, {"x": -50.754085540771484, "y": 54.514183044433594, "subreddit": "astrosnationalslives", "cluster": 709, "color": 3}, {"x": -43.48653030395508, "y": 68.18336486816406, "subreddit": "fortnite", "cluster": 709, "color": 3}, {"x": -44.39670944213867, "y": 69.9741439819336, "subreddit": "fortnitebr", "cluster": 709, "color": 3}, {"x": -45.97360610961914, "y": 71.18605041503906, "subreddit": "fortnitecompetitive", "cluster": 709, "color": 3}, {"x": -44.455474853515625, "y": 69.58439636230469, "subreddit": "fortnitecreative", "cluster": 709, "color": 3}, {"x": -43.30535888671875, "y": 71.18955993652344, "subreddit": "fortnitefashion", "cluster": 709, "color": 3}, {"x": -43.94464111328125, "y": 70.60874938964844, "subreddit": "fortniteleaks", "cluster": 709, "color": 3}, {"x": -45.93132019042969, "y": 70.8510971069336, "subreddit": "shitfortnitebrsays", "cluster": 709, "color": 3}, {"x": -42.956119537353516, "y": 71.5479507446289, "subreddit": "shrineofheadhunter", "cluster": 709, "color": 3}, {"x": -46.31291580200195, "y": 69.35652160644531, "subreddit": "simplyfortnite", "cluster": 709, "color": 3}, {"x": -78.26622772216797, "y": -115.73692321777344, "subreddit": "asu", "cluster": 723, "color": 0}, {"x": 38.78276443481445, "y": -93.28030395507812, "subreddit": "frat", "cluster": 723, "color": 0}, {"x": 38.78522491455078, "y": -93.26874542236328, "subreddit": "nyu", "cluster": 723, "color": 0}, {"x": -83.74018096923828, "y": -3.2947003841400146, "subreddit": "asus", "cluster": 1064, "color": 1}, {"x": -45.74836730957031, "y": -34.531124114990234, "subreddit": "coronavirusfos", "cluster": 1064, "color": 1}, {"x": -48.636146545410156, "y": -34.079734802246094, "subreddit": "git", "cluster": 1064, "color": 1}, {"x": -48.627662658691406, "y": -32.61623764038086, "subreddit": "linux4noobs", "cluster": 1064, "color": 1}, {"x": -46.17405700683594, "y": -33.64932632446289, "subreddit": "linuxhardware", "cluster": 1064, "color": 1}, {"x": -46.20880889892578, "y": -33.7791633605957, "subreddit": "linuxmint", "cluster": 1064, "color": 1}, {"x": -48.42342758178711, "y": -33.077186584472656, "subreddit": "linuxquestions", "cluster": 1064, "color": 1}, {"x": -49.21503448486328, "y": -32.108673095703125, "subreddit": "pop_os", "cluster": 1064, "color": 1}, {"x": 11.23344898223877, "y": 30.783477783203125, "subreddit": "atbge", "cluster": 961, "color": 1}, {"x": 10.80274772644043, "y": 31.774202346801758, "subreddit": "cursedcomments", "cluster": 961, "color": 1}, {"x": -57.447898864746094, "y": 59.88263702392578, "subreddit": "iosthemes", "cluster": 961, "color": 1}, {"x": -57.820648193359375, "y": 59.47925567626953, "subreddit": "jailbreak", "cluster": 961, "color": 1}, {"x": -57.85158157348633, "y": 58.60874938964844, "subreddit": "jailbreakdevelopers", "cluster": 961, "color": 1}, {"x": -58.79093551635742, "y": 59.710304260253906, "subreddit": "legacyjailbreak", "cluster": 961, "color": 1}, {"x": -60.485565185546875, "y": 59.203758239746094, "subreddit": "sideloaded", "cluster": 961, "color": 1}, {"x": -34.48030471801758, "y": -17.477453231811523, "subreddit": "atc", "cluster": 163, "color": 1}, {"x": -32.0870246887207, "y": -16.96513557434082, "subreddit": "aviation", "cluster": 163, "color": 1}, {"x": -32.277427673339844, "y": -17.946205139160156, "subreddit": "aviationmaintenance", "cluster": 163, "color": 1}, {"x": 104.86309814453125, "y": -45.24223327636719, "subreddit": "flightsim", "cluster": 163, "color": 1}, {"x": -32.643165588378906, "y": -16.651824951171875, "subreddit": "flying", "cluster": 163, "color": 1}, {"x": -31.0926513671875, "y": -17.17894172668457, "subreddit": "helicopters", "cluster": 163, "color": 1}, {"x": 104.53707885742188, "y": -44.240535736083984, "subreddit": "hoggit", "cluster": 163, "color": 1}, {"x": -33.164306640625, "y": -16.12969398498535, "subreddit": "shittyaskflying", "cluster": 163, "color": 1}, {"x": -30.91838264465332, "y": -15.629995346069336, "subreddit": "weirdwings", "cluster": 163, "color": 1}, {"x": -61.090152740478516, "y": -4.489995002746582, "subreddit": "atelier", "cluster": 980, "color": 3}, {"x": 78.29095458984375, "y": -24.8372802734375, "subreddit": "etrianodyssey", "cluster": 980, "color": 3}, {"x": 79.57877349853516, "y": -24.51104736328125, "subreddit": "falcom", "cluster": 980, "color": 3}, {"x": 79.18293762207031, "y": -24.216617584228516, "subreddit": "jrpg", "cluster": 980, "color": 3}, {"x": 80.77306365966797, "y": -27.565244674682617, "subreddit": "lapfoxtrax", "cluster": 980, "color": 3}, {"x": 78.09052276611328, "y": -27.21995735168457, "subreddit": "megaten", "cluster": 980, "color": 3}, {"x": 78.92133331298828, "y": -23.67091178894043, "subreddit": "rpg_gamers", "cluster": 980, "color": 3}, {"x": 8.120382308959961, "y": -15.402840614318848, "subreddit": "atheism", "cluster": 146, "color": 0}, {"x": 8.039572715759277, "y": -15.165547370910645, "subreddit": "atheismrebooted", "cluster": 146, "color": 0}, {"x": 9.130303382873535, "y": -16.155656814575195, "subreddit": "atheistvids", "cluster": 146, "color": 0}, {"x": 44.91068649291992, "y": -46.56100082397461, "subreddit": "debateanatheist", "cluster": 146, "color": 0}, {"x": 8.037757873535156, "y": -17.501306533813477, "subreddit": "freethought", "cluster": 146, "color": 0}, {"x": -0.945870041847229, "y": -8.169710159301758, "subreddit": "thefacebookdelusion", "cluster": 146, "color": 0}, {"x": 8.364529609680176, "y": -16.218198776245117, "subreddit": "trueatheism", "cluster": 146, "color": 0}, {"x": -49.33620071411133, "y": -57.53440475463867, "subreddit": "athens", "cluster": 781, "color": 1}, {"x": -47.940269470214844, "y": -57.26341247558594, "subreddit": "atlanta", "cluster": 781, "color": 1}, {"x": -47.631587982177734, "y": -55.54224395751953, "subreddit": "augusta", "cluster": 781, "color": 1}, {"x": 33.333988189697266, "y": -59.692840576171875, "subreddit": "geography", "cluster": 781, "color": 1}, {"x": -48.14008712768555, "y": -57.1662712097168, "subreddit": "georgia", "cluster": 781, "color": 1}, {"x": 45.06124496459961, "y": 20.908456802368164, "subreddit": "gwinnett", "cluster": 781, "color": 1}, {"x": 16.28607940673828, "y": 71.84519958496094, "subreddit": "ksu", "cluster": 781, "color": 1}, {"x": -34.370819091796875, "y": -122.15516662597656, "subreddit": "savannah", "cluster": 781, "color": 1}, {"x": -59.819252014160156, "y": -94.41754913330078, "subreddit": "atlantahawks", "cluster": 650, "color": 2}, {"x": -58.7427978515625, "y": -94.42259216308594, "subreddit": "braves", "cluster": 650, "color": 2}, {"x": -59.660377502441406, "y": -94.42665100097656, "subreddit": "falcons", "cluster": 650, "color": 2}, {"x": -19.271869659423828, "y": -37.86716842651367, "subreddit": "atlantatv", "cluster": 147, "color": 2}, {"x": -84.54243469238281, "y": 49.16322708129883, "subreddit": "donaldglover", "cluster": 147, "color": 2}, {"x": 110.63497161865234, "y": 2.455850124359131, "subreddit": "dyslexia", "cluster": 147, "color": 2}, {"x": -18.561317443847656, "y": -36.96442413330078, "subreddit": "euphoria", "cluster": 147, "color": 2}, {"x": -19.461742401123047, "y": -36.44806671142578, "subreddit": "powertv", "cluster": 147, "color": 2}, {"x": 55.07814025878906, "y": -94.33304595947266, "subreddit": "soccerbetting", "cluster": 147, "color": 2}, {"x": -19.159574508666992, "y": -37.93498611450195, "subreddit": "successiontv", "cluster": 147, "color": 2}, {"x": -18.863744735717773, "y": -39.13962936401367, "subreddit": "truedetective", "cluster": 147, "color": 2}, {"x": -110.8047866821289, "y": -16.362430572509766, "subreddit": "atlantaunited", "cluster": 1184, "color": 2}, {"x": -39.298831939697266, "y": -69.44114685058594, "subreddit": "canadianpl", "cluster": 1184, "color": 2}, {"x": -113.9072494506836, "y": -18.165058135986328, "subreddit": "chicagofire", "cluster": 1184, "color": 2}, {"x": -114.3291015625, "y": -22.29303741455078, "subreddit": "dcunited", "cluster": 1184, "color": 2}, {"x": -108.62814331054688, "y": -17.719539642333984, "subreddit": "dynamo", "cluster": 1184, "color": 2}, {"x": -108.28263854980469, "y": -13.748783111572266, "subreddit": "fantasymls", "cluster": 1184, "color": 2}, {"x": -113.95756530761719, "y": -15.026777267456055, "subreddit": "indianfootball", "cluster": 1184, "color": 2}, {"x": -114.57404327392578, "y": -10.190286636352539, "subreddit": "lafc", "cluster": 1184, "color": 2}, {"x": -111.25240325927734, "y": -12.349300384521484, "subreddit": "lagalaxy", "cluster": 1184, "color": 2}, {"x": -110.98875427246094, "y": -17.035999298095703, "subreddit": "mls", "cluster": 1184, "color": 2}, {"x": -112.14664459228516, "y": -19.96686363220215, "subreddit": "newenglandrevolution", "cluster": 1184, "color": 2}, {"x": -111.96197509765625, "y": -16.598388671875, "subreddit": "nycfc", "cluster": 1184, "color": 2}, {"x": -111.02447509765625, "y": -14.911624908447266, "subreddit": "oclions", "cluster": 1184, "color": 2}, {"x": -111.9299545288086, "y": -17.83493423461914, "subreddit": "phillyunion", "cluster": 1184, "color": 2}, {"x": -77.41355895996094, "y": -105.72421264648438, "subreddit": "rapids", "cluster": 1184, "color": 2}, {"x": -113.47489929199219, "y": -15.36923599243164, "subreddit": "rbny", "cluster": 1184, "color": 2}, {"x": -109.07552337646484, "y": -20.166168212890625, "subreddit": "realsaltlake", "cluster": 1184, "color": 2}, {"x": -110.30267333984375, "y": -17.410682678222656, "subreddit": "soundersfc", "cluster": 1184, "color": 2}, {"x": -106.21027374267578, "y": -15.057805061340332, "subreddit": "sportingkc", "cluster": 1184, "color": 2}, {"x": -110.70127868652344, "y": -18.626220703125, "subreddit": "themassive", "cluster": 1184, "color": 2}, {"x": -109.37865447998047, "y": -15.959254264831543, "subreddit": "timbers", "cluster": 1184, "color": 2}, {"x": -97.35506439208984, "y": -0.9889659881591797, "subreddit": "whitecapsfc", "cluster": 1184, "color": 2}, {"x": 40.66010284423828, "y": -52.935935974121094, "subreddit": "atlanticdiscussions", "cluster": 278, "color": 0}, {"x": 73.51577758789062, "y": 101.90620422363281, "subreddit": "braces", "cluster": 278, "color": 0}, {"x": 73.53889465332031, "y": 102.9000244140625, "subreddit": "dentistry", "cluster": 278, "color": 0}, {"x": 73.95330810546875, "y": 100.87287139892578, "subreddit": "ikea", "cluster": 278, "color": 0}, {"x": 73.4031753540039, "y": 101.96822357177734, "subreddit": "invisalign", "cluster": 278, "color": 0}, {"x": -89.75879669189453, "y": -90.42034149169922, "subreddit": "atlbeer", "cluster": 148, "color": 0}, {"x": -59.44841384887695, "y": 71.29584503173828, "subreddit": "pixeldungeon", "cluster": 148, "color": 0}, {"x": -89.7617416381836, "y": -90.52651977539062, "subreddit": "tequila", "cluster": 148, "color": 0}, {"x": -73.4237060546875, "y": -22.032621383666992, "subreddit": "att", "cluster": 149, "color": 0}, {"x": -73.749267578125, "y": -22.222963333129883, "subreddit": "directv", "cluster": 149, "color": 0}, {"x": -72.75157165527344, "y": -21.93876838684082, "subreddit": "kindle", "cluster": 149, "color": 0}, {"x": -75.28165435791016, "y": -20.6195011138916, "subreddit": "verizon", "cluster": 149, "color": 0}, {"x": -73.24730682373047, "y": -24.513242721557617, "subreddit": "vizio_official", "cluster": 149, "color": 0}, {"x": -51.613677978515625, "y": 10.52351188659668, "subreddit": "attackontitan", "cluster": 1828, "color": 1}, {"x": 39.73994064331055, "y": 56.12033462524414, "subreddit": "bathandbodyworks", "cluster": 1828, "color": 1}, {"x": -52.025081634521484, "y": 9.349392890930176, "subreddit": "sandland", "cluster": 1828, "color": 1}, {"x": -51.5153923034668, "y": 10.831977844238281, "subreddit": "shingekinokyojin", "cluster": 1828, "color": 1}, {"x": -51.87574005126953, "y": 9.791967391967773, "subreddit": "titanfolk", "cluster": 1828, "color": 1}, {"x": -101.6681137084961, "y": 61.831172943115234, "subreddit": "attackontitangame", "cluster": 1678, "color": 3}, {"x": -101.46780395507812, "y": 65.17344665527344, "subreddit": "scottpilgrim", "cluster": 1678, "color": 3}, {"x": -101.46830749511719, "y": 65.15567016601562, "subreddit": "spiral_knights", "cluster": 1678, "color": 3}, {"x": -95.88651275634766, "y": -57.72507858276367, "subreddit": "atv", "cluster": 1833, "color": 2}, {"x": -86.48397064208984, "y": -56.11529541015625, "subreddit": "harborfreight", "cluster": 1833, "color": 2}, {"x": -84.03807067871094, "y": -57.53926467895508, "subreddit": "ibew", "cluster": 1833, "color": 2}, {"x": -86.41814422607422, "y": -56.07020950317383, "subreddit": "tools", "cluster": 1833, "color": 2}, {"x": 39.02934646606445, "y": -119.59425354003906, "subreddit": "auburn", "cluster": 150, "color": 1}, {"x": 39.75035858154297, "y": -120.11622619628906, "subreddit": "gamestop", "cluster": 150, "color": 1}, {"x": 38.833431243896484, "y": -119.45956420898438, "subreddit": "wde", "cluster": 150, "color": 1}, {"x": 92.56888580322266, "y": -66.46856689453125, "subreddit": "auckland", "cluster": 1269, "color": 4}, {"x": 91.54837036132812, "y": -65.98290252685547, "subreddit": "chch", "cluster": 1269, "color": 4}, {"x": 92.37149047851562, "y": -66.47036743164062, "subreddit": "newzealand", "cluster": 1269, "color": 4}, {"x": 93.74632263183594, "y": -65.65452575683594, "subreddit": "nztrees", "cluster": 1269, "color": 4}, {"x": 92.34288024902344, "y": -67.47637939453125, "subreddit": "personalfinancenz", "cluster": 1269, "color": 4}, {"x": 83.28290557861328, "y": -72.63011169433594, "subreddit": "audible", "cluster": 151, "color": 1}, {"x": 83.15611267089844, "y": -72.51089477539062, "subreddit": "audiobooks", "cluster": 151, "color": 1}, {"x": 82.54862976074219, "y": -71.96454620361328, "subreddit": "perth", "cluster": 151, "color": 1}, {"x": -77.70628356933594, "y": 34.6383171081543, "subreddit": "vipkid", "cluster": 151, "color": 1}, {"x": -71.43893432617188, "y": -32.274269104003906, "subreddit": "audio", "cluster": 2010, "color": 4}, {"x": -98.87300872802734, "y": -88.96507263183594, "subreddit": "cd_collectors", "cluster": 2010, "color": 4}, {"x": -70.7729263305664, "y": -31.5009708404541, "subreddit": "emmawatson", "cluster": 2010, "color": 4}, {"x": 9.55920124053955, "y": -4.724618434906006, "subreddit": "vxjunkies", "cluster": 2010, "color": 4}, {"x": -71.2807388305664, "y": -31.9958438873291, "subreddit": "zreviews", "cluster": 2010, "color": 4}, {"x": 115.21420288085938, "y": 1.1873738765716553, "subreddit": "audiodrama", "cluster": 1404, "color": 2}, {"x": 18.1949520111084, "y": -58.07120132446289, "subreddit": "kic8462852", "cluster": 1404, "color": 2}, {"x": 116.38964080810547, "y": -0.36024221777915955, "subreddit": "podcast", "cluster": 1404, "color": 2}, {"x": 115.44096374511719, "y": 0.006038167513906956, "subreddit": "podcasting", "cluster": 1404, "color": 2}, {"x": 115.52519989013672, "y": 0.15319469571113586, "subreddit": "podcasts", "cluster": 1404, "color": 2}, {"x": -2.2209982872009277, "y": -111.7302474975586, "subreddit": "ska", "cluster": 1404, "color": 2}, {"x": 62.60924530029297, "y": 34.86172103881836, "subreddit": "audioengineering", "cluster": 152, "color": 0}, {"x": -42.717063903808594, "y": 18.313453674316406, "subreddit": "fightsticks", "cluster": 152, "color": 0}, {"x": -68.71434020996094, "y": -36.21710968017578, "subreddit": "livesound", "cluster": 152, "color": 0}, {"x": 63.65275955200195, "y": 34.224796295166016, "subreddit": "musicbattlestations", "cluster": 152, "color": 0}, {"x": 62.498138427734375, "y": 34.71540069580078, "subreddit": "protools", "cluster": 152, "color": 0}, {"x": 62.97100067138672, "y": 36.22418212890625, "subreddit": "wearethemusicmakers", "cluster": 152, "color": 0}, {"x": 6.171586036682129, "y": -47.111663818359375, "subreddit": "audiopost", "cluster": 1495, "color": 0}, {"x": 6.844760417938232, "y": -46.35991668701172, "subreddit": "healthyfood", "cluster": 1495, "color": 0}, {"x": 6.76001501083374, "y": -46.46638107299805, "subreddit": "ratemyaudio", "cluster": 1495, "color": 0}, {"x": 3.447692632675171, "y": 93.745361328125, "subreddit": "roastmytrack", "cluster": 1495, "color": 0}, {"x": 62.611473083496094, "y": 36.781211853027344, "subreddit": "audioproductiondeals", "cluster": 1482, "color": 3}, {"x": 16.273746490478516, "y": -40.38473892211914, "subreddit": "feminisms", "cluster": 1482, "color": 3}, {"x": 15.940049171447754, "y": -40.935760498046875, "subreddit": "racism", "cluster": 1482, "color": 3}, {"x": 15.770048141479492, "y": -41.19520568847656, "subreddit": "reaper", "cluster": 1482, "color": 3}, {"x": 66.9602279663086, "y": 59.67974090576172, "subreddit": "august2019bumpers", "cluster": 1875, "color": 4}, {"x": 64.87179565429688, "y": 56.68852615356445, "subreddit": "cautiousbb", "cluster": 1875, "color": 4}, {"x": 67.490478515625, "y": 58.31199264526367, "subreddit": "stilltrying", "cluster": 1875, "color": 4}, {"x": 65.26984405517578, "y": 59.083595275878906, "subreddit": "tfabchartstalkers", "cluster": 1875, "color": 4}, {"x": 65.27745819091797, "y": 58.93022155761719, "subreddit": "tfablineporn", "cluster": 1875, "color": 4}, {"x": 66.66935729980469, "y": 58.330299377441406, "subreddit": "trollingforababy", "cluster": 1875, "color": 4}, {"x": 66.50181579589844, "y": 58.40552520751953, "subreddit": "tryingforababy", "cluster": 1875, "color": 4}, {"x": 66.5033950805664, "y": 57.210350036621094, "subreddit": "ttc30", "cluster": 1875, "color": 4}, {"x": 60.33277130126953, "y": 58.67361068725586, "subreddit": "ttc_pcos", "cluster": 1875, "color": 4}, {"x": 62.589561462402344, "y": 61.21154022216797, "subreddit": "augustbumpers2017", "cluster": 1792, "color": 0}, {"x": 66.21742248535156, "y": 62.167911529541016, "subreddit": "decemberbumpers2017", "cluster": 1792, "color": 0}, {"x": 65.11495208740234, "y": 62.78059768676758, "subreddit": "march2018bumpers", "cluster": 1792, "color": 0}, {"x": 64.05123901367188, "y": 62.007164001464844, "subreddit": "septemberbumpers2017", "cluster": 1792, "color": 0}, {"x": 65.1207504272461, "y": 62.55132293701172, "subreddit": "tfabgrads", "cluster": 1792, "color": 0}, {"x": 101.9404525756836, "y": 62.76411056518555, "subreddit": "aurelion_sol_mains", "cluster": 1761, "color": 5}, {"x": 101.39114379882812, "y": 59.88164138793945, "subreddit": "ekkomains", "cluster": 1761, "color": 5}, {"x": 101.97818756103516, "y": 62.58338165283203, "subreddit": "taliyahmains", "cluster": 1761, "color": 5}, {"x": -9.459562301635742, "y": 106.02267456054688, "subreddit": "ausents", "cluster": 1890, "color": 3}, {"x": -7.938576698303223, "y": 109.54727935791016, "subreddit": "dynavap", "cluster": 1890, "color": 3}, {"x": -8.275649070739746, "y": 108.12552642822266, "subreddit": "grasshoppervape", "cluster": 1890, "color": 3}, {"x": -9.050683975219727, "y": 109.32608032226562, "subreddit": "ploompax", "cluster": 1890, "color": 3}, {"x": -8.382158279418945, "y": 109.1302719116211, "subreddit": "vaporents", "cluster": 1890, "color": 3}, {"x": -9.349902153015137, "y": 113.3640365600586, "subreddit": "waxpen", "cluster": 1890, "color": 3}, {"x": 33.86119842529297, "y": 36.25121307373047, "subreddit": "ausfinance", "cluster": 153, "color": 1}, {"x": 75.77349090576172, "y": -64.15768432617188, "subreddit": "auslegal", "cluster": 153, "color": 1}, {"x": 34.0593376159668, "y": 35.05326843261719, "subreddit": "australianmilitary", "cluster": 153, "color": 1}, {"x": 33.84944534301758, "y": 36.41880416870117, "subreddit": "fiaustralia", "cluster": 153, "color": 1}, {"x": -49.389793395996094, "y": -36.92314147949219, "subreddit": "mh370", "cluster": 153, "color": 1}, {"x": -85.45486450195312, "y": 31.986038208007812, "subreddit": "aussievapers", "cluster": 605, "color": 2}, {"x": -128.1695556640625, "y": -25.28620147705078, "subreddit": "authentic_vaping", "cluster": 605, "color": 2}, {"x": 20.12086296081543, "y": 19.218822479248047, "subreddit": "bengalcats", "cluster": 605, "color": 2}, {"x": -123.97294616699219, "y": -21.90907096862793, "subreddit": "canadian_ecigarette", "cluster": 605, "color": 2}, {"x": -125.64170837402344, "y": -22.39980125427246, "subreddit": "diy_ejuice", "cluster": 605, "color": 2}, {"x": -125.59732055664062, "y": -25.500511169433594, "subreddit": "drunkvapes", "cluster": 605, "color": 2}, {"x": -125.1058120727539, "y": -23.86351203918457, "subreddit": "ecig_vendors", "cluster": 605, "color": 2}, {"x": -127.60784912109375, "y": -24.74502944946289, "subreddit": "ecigclassifieds", "cluster": 605, "color": 2}, {"x": -126.29165649414062, "y": -23.59221839904785, "subreddit": "electronic_cigarette", "cluster": 605, "color": 2}, {"x": -129.607421875, "y": -23.307510375976562, "subreddit": "openpv", "cluster": 605, "color": 2}, {"x": -127.50230407714844, "y": -22.790475845336914, "subreddit": "rba", "cluster": 605, "color": 2}, {"x": -126.0548095703125, "y": -24.81986427307129, "subreddit": "vapeitforward", "cluster": 605, "color": 2}, {"x": -126.37604522705078, "y": -23.474014282226562, "subreddit": "vapistan", "cluster": 605, "color": 2}, {"x": 46.18126678466797, "y": 66.10887908935547, "subreddit": "ausskincare", "cluster": 1580, "color": 5}, {"x": 46.58355712890625, "y": 66.12097930908203, "subreddit": "australianmakeup", "cluster": 1580, "color": 5}, {"x": 44.5116081237793, "y": 65.28141021728516, "subreddit": "scacirclejerk", "cluster": 1580, "color": 5}, {"x": 44.843994140625, "y": 65.62963104248047, "subreddit": "scacjdiscussion", "cluster": 1580, "color": 5}, {"x": 44.38518524169922, "y": 66.9119873046875, "subreddit": "skincareaddiction", "cluster": 1580, "color": 5}, {"x": -68.88975524902344, "y": -76.34351348876953, "subreddit": "austin", "cluster": 206, "color": 1}, {"x": -27.37997055053711, "y": -81.88550567626953, "subreddit": "beer", "cluster": 206, "color": 1}, {"x": -27.74164581298828, "y": -82.77422332763672, "subreddit": "beercirclejerk", "cluster": 206, "color": 1}, {"x": -26.597789764404297, "y": -81.91283416748047, "subreddit": "beerporn", "cluster": 206, "color": 1}, {"x": -26.26565170288086, "y": -82.56004333496094, "subreddit": "beertrade", "cluster": 206, "color": 1}, {"x": 3.941178321838379, "y": -1.152961015701294, "subreddit": "beerwithaview", "cluster": 206, "color": 1}, {"x": -25.99774169921875, "y": -81.24717712402344, "subreddit": "craftbeer", "cluster": 206, "color": 1}, {"x": -28.47310447692871, "y": -81.27352905273438, "subreddit": "homebrewing", "cluster": 206, "color": 1}, {"x": -28.157672882080078, "y": -80.91834259033203, "subreddit": "thebrewery", "cluster": 206, "color": 1}, {"x": 78.96516418457031, "y": -67.6520767211914, "subreddit": "australianpolitics", "cluster": 370, "color": 1}, {"x": 78.96637725830078, "y": -67.71504211425781, "subreddit": "circlejerkaustralia", "cluster": 370, "color": 1}, {"x": 94.07794952392578, "y": 386.937255859375, "subreddit": "subredditreports", "cluster": 370, "color": 1}, {"x": 58.61318588256836, "y": 109.7612533569336, "subreddit": "australianshepherd", "cluster": 1961, "color": 2}, {"x": 57.54631805419922, "y": 109.30725860595703, "subreddit": "axolotls", "cluster": 1961, "color": 2}, {"x": 58.410743713378906, "y": 109.67534637451172, "subreddit": "wigglebutts", "cluster": 1961, "color": 2}, {"x": -93.52603912353516, "y": -62.15848922729492, "subreddit": "auto", "cluster": 1675, "color": 2}, {"x": -93.5135726928711, "y": -62.17643737792969, "subreddit": "spearfishing", "cluster": 1675, "color": 2}, {"x": 85.4068374633789, "y": -12.105082511901855, "subreddit": "autochess", "cluster": 1771, "color": 3}, {"x": 85.0303955078125, "y": -10.700876235961914, "subreddit": "competitivetft", "cluster": 1771, "color": 3}, {"x": 83.21891021728516, "y": -12.655719757080078, "subreddit": "legendsofruneterra", "cluster": 1771, "color": 3}, {"x": 85.05011749267578, "y": -10.851692199707031, "subreddit": "teamfighttactics", "cluster": 1771, "color": 3}, {"x": -100.76972198486328, "y": -34.10971450805664, "subreddit": "autocross", "cluster": 1132, "color": 1}, {"x": -100.83204650878906, "y": -34.05654525756836, "subreddit": "matlab", "cluster": 1132, "color": 1}, {"x": -106.05139923095703, "y": -33.679378509521484, "subreddit": "autodetailing", "cluster": 1393, "color": 1}, {"x": 44.39042663574219, "y": -9.98869800567627, "subreddit": "pcgaming", "cluster": 1393, "color": 1}, {"x": -106.1772232055664, "y": -33.637367248535156, "subreddit": "plastidip", "cluster": 1393, "color": 1}, {"x": -16.86845588684082, "y": 109.70619201660156, "subreddit": "autoflowers", "cluster": 157, "color": 1}, {"x": -99.31363677978516, "y": -11.597293853759766, "subreddit": "houstonents", "cluster": 157, "color": 1}, {"x": -16.909563064575195, "y": 109.73714447021484, "subreddit": "mephheads", "cluster": 157, "color": 1}, {"x": -48.0896110534668, "y": 62.1169319152832, "subreddit": "autohotkey", "cluster": 158, "color": 0}, {"x": 52.1284065246582, "y": -33.90781021118164, "subreddit": "projectzomboid", "cluster": 158, "color": 0}, {"x": -3.982064962387085, "y": 18.077808380126953, "subreddit": "screenshots", "cluster": 158, "color": 0}, {"x": -48.08479309082031, "y": 62.118675231933594, "subreddit": "sodadungeon", "cluster": 158, "color": 0}, {"x": 98.09575653076172, "y": 5.513286113739014, "subreddit": "zombidle", "cluster": 158, "color": 0}, {"x": 22.53596305847168, "y": -29.8211727142334, "subreddit": "automate", "cluster": 1849, "color": 2}, {"x": 18.680402755737305, "y": -30.01239013671875, "subreddit": "edefreiheit", "cluster": 1849, "color": 2}, {"x": 21.29926872253418, "y": -30.247840881347656, "subreddit": "futurology", "cluster": 1849, "color": 2}, {"x": 20.065940856933594, "y": -31.38538360595703, "subreddit": "transhuman", "cluster": 1849, "color": 2}, {"x": 20.027650833129883, "y": -31.468273162841797, "subreddit": "transhumanism", "cluster": 1849, "color": 2}, {"x": -64.62957000732422, "y": 81.89689636230469, "subreddit": "automationgame", "cluster": 201, "color": 0}, {"x": -64.61907958984375, "y": 81.90369415283203, "subreddit": "beamng", "cluster": 201, "color": 0}, {"x": -150.6566619873047, "y": 1.8700129985809326, "subreddit": "initiald", "cluster": 201, "color": 0}, {"x": -22.317487716674805, "y": 99.20352172851562, "subreddit": "liquidsky", "cluster": 201, "color": 0}, {"x": -15.383459091186523, "y": -17.71922492980957, "subreddit": "madmax", "cluster": 201, "color": 0}, {"x": 22.36922836303711, "y": 51.77663040161133, "subreddit": "mysummercar", "cluster": 201, "color": 0}, {"x": 11.382614135742188, "y": -146.27520751953125, "subreddit": "avalonrp", "cluster": 320, "color": 0}, {"x": 11.99167251586914, "y": -145.01251220703125, "subreddit": "camparcadia", "cluster": 320, "color": 0}, {"x": 11.662337303161621, "y": -145.640380859375, "subreddit": "camphalfbloodrp", "cluster": 320, "color": 0}, {"x": 10.843168258666992, "y": -146.6256561279297, "subreddit": "heroesacademyreborn", "cluster": 320, "color": 0}, {"x": 12.795343399047852, "y": -145.3843231201172, "subreddit": "thaltar", "cluster": 320, "color": 0}, {"x": 11.678903579711914, "y": -143.04959106445312, "subreddit": "thedescendantsofrome", "cluster": 320, "color": 0}, {"x": -87.54340362548828, "y": 28.17247200012207, "subreddit": "avengedsevenfold", "cluster": 160, "color": 0}, {"x": -87.46615600585938, "y": 28.170427322387695, "subreddit": "trivium", "cluster": 160, "color": 0}, {"x": -15.790071487426758, "y": 1.5338560342788696, "subreddit": "avengers", "cluster": 614, "color": 2}, {"x": -15.965704917907715, "y": 1.6799907684326172, "subreddit": "endgame", "cluster": 614, "color": 2}, {"x": 121.35838317871094, "y": -1.6423505544662476, "subreddit": "endgamespoilers", "cluster": 614, "color": 2}, {"x": -16.715085983276367, "y": 2.417898178100586, "subreddit": "pokemonquest", "cluster": 614, "color": 2}, {"x": -10.654398918151855, "y": 6.389819145202637, "subreddit": "averagebattlestations", "cluster": 1618, "color": 2}, {"x": -96.53919219970703, "y": 62.06443786621094, "subreddit": "neckbeardnests", "cluster": 1618, "color": 2}, {"x": -10.685604095458984, "y": 6.32723331451416, "subreddit": "shittybattlestations", "cluster": 1618, "color": 2}, {"x": 33.86656951904297, "y": 124.15718078613281, "subreddit": "averagedickproblems", "cluster": 161, "color": 1}, {"x": 33.70323181152344, "y": 124.08293914794922, "subreddit": "bigdickproblems", "cluster": 161, "color": 1}, {"x": 34.0184211730957, "y": 124.20217895507812, "subreddit": "smalldickproblems", "cluster": 161, "color": 1}, {"x": 22.361467361450195, "y": 46.101871490478516, "subreddit": "averageredditor", "cluster": 422, "color": 0}, {"x": 23.017650604248047, "y": 46.15303421020508, "subreddit": "consumeproduct", "cluster": 422, "color": 0}, {"x": 17.48883819580078, "y": 102.19047546386719, "subreddit": "doomers", "cluster": 422, "color": 0}, {"x": 22.109403610229492, "y": 69.17425537109375, "subreddit": "justbewhite", "cluster": 422, "color": 0}, {"x": 23.40207290649414, "y": 46.231754302978516, "subreddit": "shitneoconssay", "cluster": 422, "color": 0}, {"x": 76.43818664550781, "y": 41.417236328125, "subreddit": "aves", "cluster": 162, "color": 1}, {"x": 75.66875457763672, "y": 41.111717224121094, "subreddit": "edm", "cluster": 162, "color": 1}, {"x": 76.6388931274414, "y": 41.76894760131836, "subreddit": "electricdaisycarnival", "cluster": 162, "color": 1}, {"x": 75.04427337646484, "y": 37.08406448364258, "subreddit": "electronicmusic", "cluster": 162, "color": 1}, {"x": 77.97073364257812, "y": 46.1181526184082, "subreddit": "gloving", "cluster": 162, "color": 1}, {"x": -73.37786102294922, "y": -33.325862884521484, "subreddit": "avexchange", "cluster": 857, "color": 1}, {"x": -74.53768157958984, "y": -32.28656768798828, "subreddit": "headphoneadvice", "cluster": 857, "color": 1}, {"x": -73.49954986572266, "y": -32.74237823486328, "subreddit": "headphones", "cluster": 857, "color": 1}, {"x": -91.84086608886719, "y": -22.613100051879883, "subreddit": "pentax", "cluster": 857, "color": 1}, {"x": -10.411057472229004, "y": -14.001737594604492, "subreddit": "avfc", "cluster": 291, "color": 0}, {"x": 16.737829208374023, "y": -88.90077209472656, "subreddit": "britishpolitics", "cluster": 291, "color": 0}, {"x": 16.79068374633789, "y": -88.46208190917969, "subreddit": "labouruk", "cluster": 291, "color": 0}, {"x": 16.700267791748047, "y": -89.25028228759766, "subreddit": "libdem", "cluster": 291, "color": 0}, {"x": -18.491411209106445, "y": 56.308990478515625, "subreddit": "avicii", "cluster": 1101, "color": 4}, {"x": -16.907800674438477, "y": 58.10121154785156, "subreddit": "eden", "cluster": 1101, "color": 4}, {"x": -71.44754028320312, "y": 46.978302001953125, "subreddit": "madeon", "cluster": 1101, "color": 4}, {"x": -72.57286071777344, "y": 49.00022888183594, "subreddit": "odesza", "cluster": 1101, "color": 4}, {"x": -71.44371032714844, "y": 46.97352600097656, "subreddit": "porterrobinson", "cluster": 1101, "color": 4}, {"x": -18.61105728149414, "y": 47.00358581542969, "subreddit": "avoid5", "cluster": 1458, "color": 4}, {"x": 1.2273935079574585, "y": -34.08848190307617, "subreddit": "cheese", "cluster": 1458, "color": 4}, {"x": 47.43022918701172, "y": 19.90093421936035, "subreddit": "haloonline", "cluster": 1458, "color": 4}, {"x": -58.94663619995117, "y": 20.54479217529297, "subreddit": "originalxbox", "cluster": 1458, "color": 4}, {"x": -60.01091003417969, "y": 21.15874671936035, "subreddit": "ps3hacks", "cluster": 1458, "color": 4}, {"x": -60.03864288330078, "y": 21.136470794677734, "subreddit": "ps3homebrew", "cluster": 1458, "color": 4}, {"x": -60.9726448059082, "y": 21.0863094329834, "subreddit": "ps4homebrew", "cluster": 1458, "color": 4}, {"x": 107.4686050415039, "y": 7.766416549682617, "subreddit": "avorion", "cluster": 181, "color": 1}, {"x": 108.52186584472656, "y": 7.467008113861084, "subreddit": "bapccanada", "cluster": 181, "color": 1}, {"x": 109.07975006103516, "y": 8.116607666015625, "subreddit": "bapcsalescanada", "cluster": 181, "color": 1}, {"x": 110.14097595214844, "y": 7.73875093460083, "subreddit": "canadianhardwareswap", "cluster": 181, "color": 1}, {"x": 109.13799285888672, "y": 8.472232818603516, "subreddit": "gaming_headsets", "cluster": 181, "color": 1}, {"x": 26.340286254882812, "y": 105.43203735351562, "subreddit": "avpd", "cluster": 586, "color": 3}, {"x": 117.7127914428711, "y": 38.4548454284668, "subreddit": "earons", "cluster": 586, "color": 3}, {"x": 117.82566833496094, "y": 38.48579406738281, "subreddit": "zodiackiller", "cluster": 586, "color": 3}, {"x": 90.29090881347656, "y": 43.19356918334961, "subreddit": "awakened", "cluster": 1679, "color": 4}, {"x": 43.99149703979492, "y": 33.77817916870117, "subreddit": "coldshowers", "cluster": 1679, "color": 4}, {"x": 90.53791809082031, "y": 45.049224853515625, "subreddit": "psychic", "cluster": 1679, "color": 4}, {"x": 18.372358322143555, "y": -2.623889446258545, "subreddit": "selfimprovement", "cluster": 1679, "color": 4}, {"x": 90.61830139160156, "y": 44.03827667236328, "subreddit": "spirituality", "cluster": 1679, "color": 4}, {"x": -9.708574295043945, "y": -73.2055892944336, "subreddit": "awardtravel", "cluster": 364, "color": 1}, {"x": -10.117514610290527, "y": -72.76335144042969, "subreddit": "churning", "cluster": 364, "color": 1}, {"x": -10.297582626342773, "y": -72.58377075195312, "subreddit": "churningreferrals", "cluster": 364, "color": 1}, {"x": -95.85279083251953, "y": -39.466331481933594, "subreddit": "awesomecarmods", "cluster": 164, "color": 2}, {"x": -94.88497924804688, "y": -39.3875846862793, "subreddit": "battlecars", "cluster": 164, "color": 2}, {"x": -73.36104583740234, "y": 82.45240783691406, "subreddit": "carmemes", "cluster": 164, "color": 2}, {"x": -97.49397277832031, "y": -38.7792854309082, "subreddit": "fightsub", "cluster": 164, "color": 2}, {"x": -100.87086486816406, "y": -41.11167907714844, "subreddit": "mitsubishi", "cluster": 164, "color": 2}, {"x": -94.64910125732422, "y": -41.239620208740234, "subreddit": "projectcar", "cluster": 164, "color": 2}, {"x": -96.7623062133789, "y": -41.375614166259766, "subreddit": "roastmycar", "cluster": 164, "color": 2}, {"x": -45.018795013427734, "y": 54.18632507324219, "subreddit": "seventhworldproblems", "cluster": 164, "color": 2}, {"x": -95.76228332519531, "y": -39.81012725830078, "subreddit": "shitty_car_mods", "cluster": 164, "color": 2}, {"x": -97.11267852783203, "y": -38.449710845947266, "subreddit": "stance", "cluster": 164, "color": 2}, {"x": -94.08222198486328, "y": -32.395626068115234, "subreddit": "volvo", "cluster": 164, "color": 2}, {"x": -0.22666166722774506, "y": -24.11207389831543, "subreddit": "awesomenauts", "cluster": 608, "color": 2}, {"x": -28.843778610229492, "y": 32.0906867980957, "subreddit": "elsword", "cluster": 608, "color": 2}, {"x": -22.4365234375, "y": 79.04124450683594, "subreddit": "houkai3rd", "cluster": 608, "color": 2}, {"x": -28.712162017822266, "y": 31.885910034179688, "subreddit": "slimerancher", "cluster": 608, "color": 2}, {"x": -15.46729564666748, "y": 9.37654972076416, "subreddit": "awfuleverything", "cluster": 1366, "color": 1}, {"x": -14.322436332702637, "y": 9.47938346862793, "subreddit": "idiotsincars", "cluster": 1366, "color": 1}, {"x": -15.383864402770996, "y": 9.336806297302246, "subreddit": "peopleofwalmart", "cluster": 1366, "color": 1}, {"x": 2.635648727416992, "y": 19.777111053466797, "subreddit": "awfuleyebrows", "cluster": 165, "color": 2}, {"x": 2.896817207336426, "y": 19.847532272338867, "subreddit": "crappycontouring", "cluster": 165, "color": 2}, {"x": 2.4302728176116943, "y": 20.58826446533203, "subreddit": "fiveheads", "cluster": 165, "color": 2}, {"x": 2.7131121158599854, "y": 19.060970306396484, "subreddit": "reborndollcringe", "cluster": 165, "color": 2}, {"x": 19.126638412475586, "y": -130.5399932861328, "subreddit": "awoiafrp", "cluster": 955, "color": 3}, {"x": 18.74424934387207, "y": -131.2879180908203, "subreddit": "ironthronerp", "cluster": 955, "color": 3}, {"x": 18.66196632385254, "y": -131.45651245117188, "subreddit": "itrpcommunity", "cluster": 955, "color": 3}, {"x": 9.374823570251465, "y": 7.11032772064209, "subreddit": "awwducational", "cluster": 1238, "color": 2}, {"x": 10.471830368041992, "y": 7.816599369049072, "subreddit": "bigcatgifs", "cluster": 1238, "color": 2}, {"x": 57.740543365478516, "y": -65.0854263305664, "subreddit": "ecology", "cluster": 1238, "color": 2}, {"x": 9.590869903564453, "y": 8.53619384765625, "subreddit": "likeus", "cluster": 1238, "color": 2}, {"x": 10.499405860900879, "y": 7.373830795288086, "subreddit": "natureismetal", "cluster": 1238, "color": 2}, {"x": 10.64016056060791, "y": 7.3410844802856445, "subreddit": "naturewasmetal", "cluster": 1238, "color": 2}, {"x": 10.15733814239502, "y": 5.927318572998047, "subreddit": "sharks", "cluster": 1238, "color": 2}, {"x": 11.174694061279297, "y": 8.44558334350586, "subreddit": "superbowl", "cluster": 1238, "color": 2}, {"x": 2.8028481006622314, "y": 13.85769271850586, "subreddit": "thedepthsbelow", "cluster": 1238, "color": 2}, {"x": 11.595108032226562, "y": 6.489099979400635, "subreddit": "tierzoo", "cluster": 1238, "color": 2}, {"x": 56.399253845214844, "y": 39.556243896484375, "subreddit": "awwnverts", "cluster": 232, "color": 0}, {"x": 7.574494361877441, "y": -120.80059051513672, "subreddit": "birding", "cluster": 232, "color": 0}, {"x": 56.507118225097656, "y": 40.175052642822266, "subreddit": "birdpics", "cluster": 232, "color": 0}, {"x": 0.43055999279022217, "y": 45.42256164550781, "subreddit": "gimp", "cluster": 232, "color": 0}, {"x": -88.31510162353516, "y": 141.4127197265625, "subreddit": "hybridanimals", "cluster": 232, "color": 0}, {"x": 56.56489944458008, "y": 40.56402587890625, "subreddit": "ibs", "cluster": 232, "color": 0}, {"x": 1.6986573934555054, "y": -17.971826553344727, "subreddit": "itookapicture", "cluster": 232, "color": 0}, {"x": 55.39106369018555, "y": 40.28936767578125, "subreddit": "misophonia", "cluster": 232, "color": 0}, {"x": 32.34761047363281, "y": 81.1778335571289, "subreddit": "pets", "cluster": 232, "color": 0}, {"x": 57.80755615234375, "y": 39.7617073059082, "subreddit": "squirrels", "cluster": 232, "color": 0}, {"x": 7.846356391906738, "y": -120.44001770019531, "subreddit": "whatsthisbird", "cluster": 232, "color": 0}, {"x": 1.5861420631408691, "y": 9.75593376159668, "subreddit": "awwwtf", "cluster": 1315, "color": 4}, {"x": 15.312736511230469, "y": 44.037940979003906, "subreddit": "gunsofboom", "cluster": 1315, "color": 4}, {"x": 1.1691124439239502, "y": 17.989442825317383, "subreddit": "oddlyterrifying", "cluster": 1315, "color": 4}, {"x": 4.037065505981445, "y": 18.56854248046875, "subreddit": "scarysigns", "cluster": 1315, "color": 4}, {"x": 1.0347528457641602, "y": 18.706045150756836, "subreddit": "subwaycreatures", "cluster": 1315, "color": 4}, {"x": -24.83513641357422, "y": 15.605500221252441, "subreddit": "wtfgaragesale", "cluster": 1315, "color": 4}, {"x": 0.5420809984207153, "y": 16.91455078125, "subreddit": "wtfstockphotos", "cluster": 1315, "color": 4}, {"x": 3.703587532043457, "y": 22.994182586669922, "subreddit": "wtfwish", "cluster": 1315, "color": 4}, {"x": -80.62446594238281, "y": -20.19032859802246, "subreddit": "axon7", "cluster": 1058, "color": 0}, {"x": 86.8095932006836, "y": 64.04203033447266, "subreddit": "classroomoftheelite", "cluster": 1058, "color": 0}, {"x": 18.52985382080078, "y": 54.20241928100586, "subreddit": "lightnovels", "cluster": 1058, "color": 0}, {"x": 90.0236587524414, "y": 19.515928268432617, "subreddit": "noveltranslations", "cluster": 1058, "color": 0}, {"x": 19.518503189086914, "y": 54.08775329589844, "subreddit": "redvsblue", "cluster": 1058, "color": 0}, {"x": 12.807347297668457, "y": 101.57992553710938, "subreddit": "ayahuasca", "cluster": 825, "color": 3}, {"x": -69.37034606933594, "y": -42.04890441894531, "subreddit": "cambodia", "cluster": 825, "color": 3}, {"x": -0.5612268447875977, "y": 2.5950238704681396, "subreddit": "floridaman", "cluster": 825, "color": 3}, {"x": 19.181045532226562, "y": -21.629764556884766, "subreddit": "guncontrol", "cluster": 825, "color": 3}, {"x": 19.242815017700195, "y": -21.77393913269043, "subreddit": "gunsarecool", "cluster": 825, "color": 3}, {"x": 18.37487030029297, "y": -20.310623168945312, "subreddit": "liberal", "cluster": 825, "color": 3}, {"x": 20.76592445373535, "y": -22.184444427490234, "subreddit": "mindfulness", "cluster": 825, "color": 3}, {"x": 18.059267044067383, "y": -21.78228187561035, "subreddit": "occupywallstreet", "cluster": 825, "color": 3}, {"x": 18.031322479248047, "y": -28.377731323242188, "subreddit": "overpopulation", "cluster": 825, "color": 3}, {"x": 20.035663604736328, "y": -20.71107292175293, "subreddit": "stonerphilosophy", "cluster": 825, "color": 3}, {"x": 92.37335968017578, "y": 35.754764556884766, "subreddit": "ayylmao", "cluster": 166, "color": 0}, {"x": 93.11774444580078, "y": 32.55488967895508, "subreddit": "hmmm", "cluster": 166, "color": 0}, {"x": 92.38226318359375, "y": 35.77028274536133, "subreddit": "ooer", "cluster": 166, "color": 0}, {"x": -48.71040725708008, "y": -105.07256317138672, "subreddit": "azcardinals", "cluster": 167, "color": 0}, {"x": -48.94143295288086, "y": -105.00035095214844, "subreddit": "azdiamondbacks", "cluster": 167, "color": 0}, {"x": -48.31486892700195, "y": -105.2398681640625, "subreddit": "suns", "cluster": 167, "color": 0}, {"x": 109.11165618896484, "y": 62.382904052734375, "subreddit": "azirmains", "cluster": 168, "color": 1}, {"x": 109.10916900634766, "y": 62.476139068603516, "subreddit": "kaylemains", "cluster": 168, "color": 1}, {"x": 108.9434585571289, "y": 60.45017623901367, "subreddit": "viktormains", "cluster": 168, "color": 1}, {"x": -62.88650894165039, "y": -36.11634063720703, "subreddit": "azure", "cluster": 1316, "color": 2}, {"x": -63.63329315185547, "y": -35.215232849121094, "subreddit": "exchangeserver", "cluster": 1316, "color": 2}, {"x": -62.68068313598633, "y": -34.25586700439453, "subreddit": "msp", "cluster": 1316, "color": 2}, {"x": -63.55670928955078, "y": -35.3372688293457, "subreddit": "office365", "cluster": 1316, "color": 2}, {"x": -55.67572021484375, "y": -31.59806251525879, "subreddit": "sccm", "cluster": 1316, "color": 2}, {"x": -64.64263153076172, "y": -35.94041442871094, "subreddit": "sharepoint", "cluster": 1316, "color": 2}, {"x": 15.507598876953125, "y": 15.234533309936523, "subreddit": "babybigcatgifs", "cluster": 170, "color": 1}, {"x": 14.462050437927246, "y": 15.980195999145508, "subreddit": "babyelephantgifs", "cluster": 170, "color": 1}, {"x": 15.395281791687012, "y": 17.875228881835938, "subreddit": "catslaps", "cluster": 170, "color": 1}, {"x": 17.272974014282227, "y": 15.21185302734375, "subreddit": "fatlogic", "cluster": 170, "color": 1}, {"x": 14.73676872253418, "y": 16.63701629638672, "subreddit": "hardcoreaww", "cluster": 170, "color": 1}, {"x": -3.856267213821411, "y": 22.54924774169922, "subreddit": "madlads", "cluster": 170, "color": 1}, {"x": 16.25562858581543, "y": 14.418726921081543, "subreddit": "onionlovers", "cluster": 170, "color": 1}, {"x": 14.190731048583984, "y": 14.870501518249512, "subreddit": "peoplefuckingdying", "cluster": 170, "color": 1}, {"x": 17.98204803466797, "y": 15.26017951965332, "subreddit": "ragenchastain", "cluster": 170, "color": 1}, {"x": 15.890754699707031, "y": 15.161116600036621, "subreddit": "thathappened", "cluster": 170, "color": 1}, {"x": 16.33319854736328, "y": 15.960291862487793, "subreddit": "vaxxhappened", "cluster": 170, "color": 1}, {"x": 16.590574264526367, "y": 12.910974502563477, "subreddit": "wewantplates", "cluster": 170, "color": 1}, {"x": -1.5910507440567017, "y": -38.38976287841797, "subreddit": "babylon5", "cluster": 1545, "color": 1}, {"x": 53.48140335083008, "y": -37.508907318115234, "subreddit": "dcss", "cluster": 1545, "color": 1}, {"x": 66.62924194335938, "y": -25.79411506652832, "subreddit": "foxholegame", "cluster": 1545, "color": 1}, {"x": 52.30022048950195, "y": -38.87775421142578, "subreddit": "nethack", "cluster": 1545, "color": 1}, {"x": -13.643268585205078, "y": 4.516297817230225, "subreddit": "rickygervais", "cluster": 1545, "color": 1}, {"x": 52.32168197631836, "y": -37.71632766723633, "subreddit": "roguelikedev", "cluster": 1545, "color": 1}, {"x": 52.49354553222656, "y": -37.850467681884766, "subreddit": "roguelikes", "cluster": 1545, "color": 1}, {"x": -57.533119201660156, "y": -134.2490997314453, "subreddit": "babymetal", "cluster": 171, "color": 1}, {"x": -57.4466552734375, "y": -135.20668029785156, "subreddit": "bandmaid", "cluster": 171, "color": 1}, {"x": -57.53567123413086, "y": -134.23756408691406, "subreddit": "sakuragakuin", "cluster": 171, "color": 1}, {"x": -21.270187377929688, "y": -69.66715240478516, "subreddit": "backcountry", "cluster": 1637, "color": 1}, {"x": -20.315425872802734, "y": -69.56639099121094, "subreddit": "cosnow", "cluster": 1637, "color": 1}, {"x": -20.811704635620117, "y": -69.86885833740234, "subreddit": "skiing", "cluster": 1637, "color": 1}, {"x": 58.92527770996094, "y": 19.03360939025879, "subreddit": "backpacking", "cluster": 1882, "color": 4}, {"x": 58.63581085205078, "y": 20.224445343017578, "subreddit": "beermoneyuk", "cluster": 1882, "color": 4}, {"x": 60.15990447998047, "y": 19.948110580444336, "subreddit": "blackclover", "cluster": 1882, "color": 4}, {"x": 58.07143020629883, "y": 13.669190406799316, "subreddit": "doom", "cluster": 1882, "color": 4}, {"x": 56.534332275390625, "y": 17.232643127441406, "subreddit": "escapefromtarkov", "cluster": 1882, "color": 4}, {"x": 98.20429229736328, "y": -19.88446807861328, "subreddit": "fuckepic", "cluster": 1882, "color": 4}, {"x": -2.3670780658721924, "y": -59.66232681274414, "subreddit": "html", "cluster": 1882, "color": 4}, {"x": 56.996299743652344, "y": 20.5900821685791, "subreddit": "idleheroes", "cluster": 1882, "color": 4}, {"x": 59.06988525390625, "y": 16.541975021362305, "subreddit": "injustice", "cluster": 1882, "color": 4}, {"x": 60.286476135253906, "y": 21.499942779541016, "subreddit": "kimetsunoyaiba", "cluster": 1882, "color": 4}, {"x": 58.18077087402344, "y": 17.7235050201416, "subreddit": "kingdomcome", "cluster": 1882, "color": 4}, {"x": 60.90860366821289, "y": 18.30530548095703, "subreddit": "kotk", "cluster": 1882, "color": 4}, {"x": 57.75809860229492, "y": 18.947866439819336, "subreddit": "minecraftinventions", "cluster": 1882, "color": 4}, {"x": 62.69036865234375, "y": 10.156208038330078, "subreddit": "nioh", "cluster": 1882, "color": 4}, {"x": 53.28804016113281, "y": 19.604557037353516, "subreddit": "nomansskythegame", "cluster": 1882, "color": 4}, {"x": 58.61222839355469, "y": 18.448711395263672, "subreddit": "reddeadredemption", "cluster": 1882, "color": 4}, {"x": 59.57532501220703, "y": 18.028486251831055, "subreddit": "streetwearstartup", "cluster": 1882, "color": 4}, {"x": 57.17893981933594, "y": 24.16024398803711, "subreddit": "tallgirls", "cluster": 1882, "color": 4}, {"x": 58.72593307495117, "y": 18.69493293762207, "subreddit": "twitchstreams", "cluster": 1882, "color": 4}, {"x": 75.6907730102539, "y": -47.35630416870117, "subreddit": "warhammercompetitive", "cluster": 1882, "color": 4}, {"x": -71.46215057373047, "y": -45.86378860473633, "subreddit": "backpacks", "cluster": 1325, "color": 2}, {"x": -70.40786743164062, "y": -43.280147552490234, "subreddit": "digitalnomad", "cluster": 1325, "color": 2}, {"x": 127.35459899902344, "y": -2.9503514766693115, "subreddit": "nespresso", "cluster": 1325, "color": 2}, {"x": -70.86962127685547, "y": -43.808319091796875, "subreddit": "onebag", "cluster": 1325, "color": 2}, {"x": -35.11522674560547, "y": -0.4359103739261627, "subreddit": "outlier", "cluster": 1325, "color": 2}, {"x": -70.83889770507812, "y": -43.56382369995117, "subreddit": "shoestring", "cluster": 1325, "color": 2}, {"x": -72.39486694335938, "y": -42.46464538574219, "subreddit": "travelpartners", "cluster": 1325, "color": 2}, {"x": -74.78439331054688, "y": 146.0518798828125, "subreddit": "backrooms", "cluster": 256, "color": 1}, {"x": -64.49229431152344, "y": 114.05473327636719, "subreddit": "bluestarchronicle", "cluster": 256, "color": 1}, {"x": -64.49114227294922, "y": 114.05473327636719, "subreddit": "bossfightuniverse", "cluster": 256, "color": 1}, {"x": 35.88984298706055, "y": -2.9287259578704834, "subreddit": "backtothefuture", "cluster": 172, "color": 0}, {"x": 36.12293243408203, "y": -3.110539197921753, "subreddit": "douglovesmovies", "cluster": 172, "color": 0}, {"x": 73.3011474609375, "y": -10.05931282043457, "subreddit": "ghostbusters", "cluster": 172, "color": 0}, {"x": 35.2654914855957, "y": -2.4745867252349854, "subreddit": "questions", "cluster": 172, "color": 0}, {"x": 61.53750228881836, "y": -131.55935668945312, "subreddit": "reddwarf", "cluster": 172, "color": 0}, {"x": 10.287310600280762, "y": -39.35715866088867, "subreddit": "backyardchickens", "cluster": 173, "color": 0}, {"x": 10.270499229431152, "y": -39.379486083984375, "subreddit": "chickens", "cluster": 173, "color": 0}, {"x": 5.700629234313965, "y": -20.557849884033203, "subreddit": "bacon", "cluster": 1511, "color": 3}, {"x": 8.564970970153809, "y": -23.525711059570312, "subreddit": "business", "cluster": 1511, "color": 3}, {"x": 6.504770755767822, "y": -22.48933982849121, "subreddit": "colbertrally", "cluster": 1511, "color": 3}, {"x": 5.6731061935424805, "y": -20.862836837768555, "subreddit": "entertainment", "cluster": 1511, "color": 3}, {"x": 5.967587947845459, "y": -37.51778793334961, "subreddit": "gossip", "cluster": 1511, "color": 3}, {"x": 1.927143931388855, "y": -5.158567905426025, "subreddit": "ilivein", "cluster": 1511, "color": 3}, {"x": 7.183989524841309, "y": -18.90714454650879, "subreddit": "meetup", "cluster": 1511, "color": 3}, {"x": 7.194807052612305, "y": -23.300697326660156, "subreddit": "operationgrabass", "cluster": 1511, "color": 3}, {"x": 6.378326892852783, "y": -21.080726623535156, "subreddit": "reddit.com", "cluster": 1511, "color": 3}, {"x": 7.507652282714844, "y": -21.5384578704834, "subreddit": "science", "cluster": 1511, "color": 3}, {"x": -3.7077455520629883, "y": -12.917410850524902, "subreddit": "badcode", "cluster": 1447, "color": 3}, {"x": -3.175630807876587, "y": 7.005502700805664, "subreddit": "programmerhumor", "cluster": 1447, "color": 3}, {"x": -3.608856201171875, "y": -12.831086158752441, "subreddit": "programminghorror", "cluster": 1447, "color": 3}, {"x": 46.27363967895508, "y": -21.031944274902344, "subreddit": "satisfactorygame", "cluster": 1447, "color": 3}, {"x": 51.04229736328125, "y": -2.615690231323242, "subreddit": "badcompany2", "cluster": 194, "color": 1}, {"x": 52.13813400268555, "y": -2.6736409664154053, "subreddit": "battlefield3", "cluster": 194, "color": 1}, {"x": 52.80992126464844, "y": -1.3529752492904663, "subreddit": "battlefield_4", "cluster": 194, "color": 1}, {"x": 52.59526443481445, "y": -1.8158924579620361, "subreddit": "bf_hardline", "cluster": 194, "color": 1}, {"x": -36.58837890625, "y": 40.077457427978516, "subreddit": "dauntless", "cluster": 194, "color": 1}, {"x": 51.9251823425293, "y": -3.7527730464935303, "subreddit": "freehugsbf3", "cluster": 194, "color": 1}, {"x": 53.16291427612305, "y": -3.2199506759643555, "subreddit": "ps3bf3", "cluster": 194, "color": 1}, {"x": 16.045345306396484, "y": -65.49397277832031, "subreddit": "badmathematics", "cluster": 1131, "color": 2}, {"x": 32.59457778930664, "y": 9.728534698486328, "subreddit": "crosswords", "cluster": 1131, "color": 2}, {"x": 32.55543899536133, "y": 11.061141014099121, "subreddit": "keming", "cluster": 1131, "color": 2}, {"x": 16.004121780395508, "y": -65.37860870361328, "subreddit": "math", "cluster": 1131, "color": 2}, {"x": 32.55867385864258, "y": 11.048226356506348, "subreddit": "mathhelp", "cluster": 1131, "color": 2}, {"x": 32.09941101074219, "y": 10.41682243347168, "subreddit": "puzzles", "cluster": 1131, "color": 2}, {"x": 32.966121673583984, "y": 11.825956344604492, "subreddit": "wordavalanches", "cluster": 1131, "color": 2}, {"x": -43.21470260620117, "y": -130.5098114013672, "subreddit": "badminton", "cluster": 1375, "color": 1}, {"x": -27.46547508239746, "y": 87.55464935302734, "subreddit": "hawkfreedomsquad", "cluster": 1375, "color": 1}, {"x": -44.334373474121094, "y": 51.48180389404297, "subreddit": "phoenix_2", "cluster": 1375, "color": 1}, {"x": -24.129531860351562, "y": 79.06771087646484, "subreddit": "sdorica", "cluster": 1375, "color": 1}, {"x": -5.976855754852295, "y": -51.53366470336914, "subreddit": "badmovies", "cluster": 1212, "color": 2}, {"x": -7.606334686279297, "y": -52.48339080810547, "subreddit": "mst3k", "cluster": 1212, "color": 2}, {"x": -6.41839075088501, "y": -51.287635803222656, "subreddit": "obscuremedia", "cluster": 1212, "color": 2}, {"x": -7.783389091491699, "y": -52.6629753112793, "subreddit": "smashingpumpkins", "cluster": 1212, "color": 2}, {"x": 18.195764541625977, "y": 30.43861198425293, "subreddit": "badmuas", "cluster": 274, "color": 0}, {"x": 16.953115463256836, "y": 29.98040771484375, "subreddit": "botchedsurgeries", "cluster": 274, "color": 0}, {"x": 3.052186965942383, "y": 42.40406799316406, "subreddit": "callmekevin", "cluster": 274, "color": 0}, {"x": 119.44363403320312, "y": 4.232292175292969, "subreddit": "fondanthate", "cluster": 274, "color": 0}, {"x": 16.903013229370117, "y": 29.98432159423828, "subreddit": "instagramreality", "cluster": 274, "color": 0}, {"x": -30.394084930419922, "y": 1.3174959421157837, "subreddit": "orthotropics", "cluster": 274, "color": 0}, {"x": 39.41550064086914, "y": 73.37315368652344, "subreddit": "plasticsurgery", "cluster": 274, "color": 0}, {"x": -7.777842044830322, "y": 9.257628440856934, "subreddit": "badparking", "cluster": 268, "color": 1}, {"x": 6.220919609069824, "y": 22.708892822265625, "subreddit": "boomertears", "cluster": 268, "color": 1}, {"x": 6.056214332580566, "y": 23.606822967529297, "subreddit": "deathbymillennial", "cluster": 268, "color": 1}, {"x": 5.505594253540039, "y": 21.478769302368164, "subreddit": "dontyouknowwhoiam", "cluster": 268, "color": 1}, {"x": -0.7428677082061768, "y": 18.626007080078125, "subreddit": "foundthemobileuser", "cluster": 268, "color": 1}, {"x": 156.6193084716797, "y": -15.81139087677002, "subreddit": "genz", "cluster": 268, "color": 1}, {"x": 6.1084065437316895, "y": 22.316905975341797, "subreddit": "hitboxporn", "cluster": 268, "color": 1}, {"x": 15.190813064575195, "y": 31.592300415039062, "subreddit": "jordan", "cluster": 268, "color": 1}, {"x": 101.86185455322266, "y": 66.98001861572266, "subreddit": "katarinamains", "cluster": 268, "color": 1}, {"x": 6.964608192443848, "y": 22.362993240356445, "subreddit": "nothowdrugswork", "cluster": 268, "color": 1}, {"x": 18.59382438659668, "y": 45.33904266357422, "subreddit": "officedepot", "cluster": 268, "color": 1}, {"x": 22.04441261291504, "y": 13.460840225219727, "subreddit": "badtattoos", "cluster": 1766, "color": 4}, {"x": 10.460060119628906, "y": -45.46388626098633, "subreddit": "fashion", "cluster": 1766, "color": 4}, {"x": 92.62828063964844, "y": -41.29862976074219, "subreddit": "randomkindness", "cluster": 1766, "color": 4}, {"x": 11.648422241210938, "y": -45.21853256225586, "subreddit": "tattoo", "cluster": 1766, "color": 4}, {"x": 11.103155136108398, "y": -45.32359313964844, "subreddit": "tattoos", "cluster": 1766, "color": 4}, {"x": -33.7063102722168, "y": 57.84420394897461, "subreddit": "traditionaltattoos", "cluster": 1766, "color": 4}, {"x": -98.82781219482422, "y": 75.29541778564453, "subreddit": "bakanewsjp", "cluster": 1266, "color": 4}, {"x": -101.91873931884766, "y": 75.5855484008789, "subreddit": "baystars", "cluster": 1266, "color": 4}, {"x": -99.14142608642578, "y": 77.1661605834961, "subreddit": "japan_anime", "cluster": 1266, "color": 4}, {"x": -100.93561553955078, "y": 74.7864990234375, "subreddit": "motorsports_ja", "cluster": 1266, "color": 4}, {"x": -98.63460540771484, "y": 74.84949493408203, "subreddit": "newsg", "cluster": 1266, "color": 4}, {"x": -100.82626342773438, "y": 75.81485748291016, "subreddit": "newsokunomoral", "cluster": 1266, "color": 4}, {"x": -99.46343231201172, "y": 76.20967102050781, "subreddit": "newsokur", "cluster": 1266, "color": 4}, {"x": -98.51370239257812, "y": 76.8954086303711, "subreddit": "steamr", "cluster": 1266, "color": 4}, {"x": -3.3306212425231934, "y": 9.940397262573242, "subreddit": "tv_ja", "cluster": 1266, "color": 4}, {"x": -61.132286071777344, "y": -127.66987609863281, "subreddit": "vocaloid_utau_jp", "cluster": 1266, "color": 4}, {"x": -15.195277214050293, "y": 87.86146545410156, "subreddit": "bakchodi", "cluster": 176, "color": 1}, {"x": -15.457107543945312, "y": 86.8992691040039, "subreddit": "chodi", "cluster": 176, "color": 1}, {"x": 75.07743072509766, "y": 57.06686019897461, "subreddit": "hinduism", "cluster": 176, "color": 1}, {"x": -14.970884323120117, "y": 88.71897888183594, "subreddit": "indianews", "cluster": 176, "color": 1}, {"x": -15.341371536254883, "y": 87.9629898071289, "subreddit": "indiaspeaks", "cluster": 176, "color": 1}, {"x": 0.20673614740371704, "y": 19.03312873840332, "subreddit": "newsnepal", "cluster": 176, "color": 1}, {"x": -23.472742080688477, "y": -52.98344802856445, "subreddit": "bakeoff", "cluster": 1596, "color": 0}, {"x": -122.20624542236328, "y": -35.83435821533203, "subreddit": "japanesewatches", "cluster": 1596, "color": 0}, {"x": -122.20530700683594, "y": -35.8359260559082, "subreddit": "seiko", "cluster": 1596, "color": 0}, {"x": 49.22368240356445, "y": 38.152191162109375, "subreddit": "baking", "cluster": 285, "color": 1}, {"x": 48.074344635009766, "y": 37.23299026489258, "subreddit": "breadit", "cluster": 285, "color": 1}, {"x": -127.52742767333984, "y": -17.942079544067383, "subreddit": "burningman", "cluster": 285, "color": 1}, {"x": -16.758914947509766, "y": -15.394063949584961, "subreddit": "castiron", "cluster": 285, "color": 1}, {"x": 109.38865661621094, "y": -49.298038482666016, "subreddit": "cysticfibrosis", "cluster": 285, "color": 1}, {"x": 27.798891067504883, "y": -51.051841735839844, "subreddit": "fermentation", "cluster": 285, "color": 1}, {"x": 47.98884582519531, "y": 37.1436767578125, "subreddit": "sourdough", "cluster": 285, "color": 1}, {"x": -55.421852111816406, "y": 38.102821350097656, "subreddit": "bakugan", "cluster": 1848, "color": 4}, {"x": -100.49003601074219, "y": -26.82221221923828, "subreddit": "hotwheels", "cluster": 1848, "color": 4}, {"x": 12.950045585632324, "y": -10.078993797302246, "subreddit": "pebble", "cluster": 1848, "color": 4}, {"x": 12.95584487915039, "y": -10.075562477111816, "subreddit": "transformers", "cluster": 1848, "color": 4}, {"x": 30.611095428466797, "y": 61.54451370239258, "subreddit": "bald", "cluster": 1622, "color": 4}, {"x": 58.44140625, "y": 27.011333465576172, "subreddit": "short", "cluster": 1622, "color": 4}, {"x": 58.428348541259766, "y": 26.966773986816406, "subreddit": "tall", "cluster": 1622, "color": 4}, {"x": 57.37035369873047, "y": -16.78512191772461, "subreddit": "baldursgate", "cluster": 1451, "color": 3}, {"x": -37.76675033569336, "y": -12.824938774108887, "subreddit": "dungeondefenders", "cluster": 1451, "color": 3}, {"x": 56.044673919677734, "y": -17.831817626953125, "subreddit": "pathfinder_kingmaker", "cluster": 1451, "color": 3}, {"x": 57.132667541503906, "y": -17.658245086669922, "subreddit": "projecteternity", "cluster": 1451, "color": 3}, {"x": 57.4307975769043, "y": -17.954740524291992, "subreddit": "tyrannygame", "cluster": 1451, "color": 3}, {"x": -89.25980377197266, "y": 75.38514709472656, "subreddit": "balisong", "cluster": 1009, "color": 3}, {"x": -66.47477722167969, "y": -50.27211380004883, "subreddit": "edc", "cluster": 1009, "color": 3}, {"x": -68.18928527832031, "y": -49.4267578125, "subreddit": "knife_swap", "cluster": 1009, "color": 3}, {"x": -66.96651458740234, "y": -49.43515396118164, "subreddit": "knifeclub", "cluster": 1009, "color": 3}, {"x": -68.93757629394531, "y": -50.09830856323242, "subreddit": "kniferaffle", "cluster": 1009, "color": 3}, {"x": -66.30951690673828, "y": -48.696651458740234, "subreddit": "knives", "cluster": 1009, "color": 3}, {"x": 31.599468231201172, "y": 81.95169830322266, "subreddit": "ballpython", "cluster": 1651, "color": 3}, {"x": 30.524810791015625, "y": 85.59660339355469, "subreddit": "beardeddragons", "cluster": 1651, "color": 3}, {"x": 32.285518646240234, "y": 82.68898010253906, "subreddit": "chinchilla", "cluster": 1651, "color": 3}, {"x": 29.122509002685547, "y": 82.14260864257812, "subreddit": "herpetology", "cluster": 1651, "color": 3}, {"x": 30.993722915649414, "y": 81.86434936523438, "subreddit": "snakes", "cluster": 1651, "color": 3}, {"x": 30.159976959228516, "y": 80.89529418945312, "subreddit": "sneks", "cluster": 1651, "color": 3}, {"x": 29.150253295898438, "y": 82.06713104248047, "subreddit": "whatsthissnake", "cluster": 1651, "color": 3}, {"x": -33.431583404541016, "y": -41.18711853027344, "subreddit": "baltimore", "cluster": 1123, "color": 1}, {"x": -34.008338928222656, "y": -42.67563247680664, "subreddit": "frederickmd", "cluster": 1123, "color": 1}, {"x": -33.46026611328125, "y": -41.27451705932617, "subreddit": "maryland", "cluster": 1123, "color": 1}, {"x": -32.483360290527344, "y": -39.28705978393555, "subreddit": "orioles", "cluster": 1123, "color": 1}, {"x": 329.2927551269531, "y": 177.8572235107422, "subreddit": "bancadelmeme", "cluster": 958, "color": 1}, {"x": 12.202699661254883, "y": 16.17200469970703, "subreddit": "italianlearning", "cluster": 958, "color": 1}, {"x": 119.24065399169922, "y": 82.73404693603516, "subreddit": "italy", "cluster": 958, "color": 1}, {"x": 119.3564682006836, "y": 82.52012634277344, "subreddit": "italyinformatica", "cluster": 958, "color": 1}, {"x": 118.88126373291016, "y": 83.41122436523438, "subreddit": "litigi", "cluster": 958, "color": 1}, {"x": 42.18545913696289, "y": 5.460638046264648, "subreddit": "bandnames", "cluster": 177, "color": 0}, {"x": 13.940917015075684, "y": 42.42910385131836, "subreddit": "disneyvacation", "cluster": 177, "color": 0}, {"x": 41.381717681884766, "y": 5.835900783538818, "subreddit": "highstrangeness", "cluster": 177, "color": 0}, {"x": 43.078792572021484, "y": 5.174502372741699, "subreddit": "stalker", "cluster": 177, "color": 0}, {"x": 42.2225456237793, "y": 5.431371688842773, "subreddit": "vtmb", "cluster": 177, "color": 0}, {"x": -18.85639762878418, "y": 91.75162506103516, "subreddit": "bangalore", "cluster": 178, "color": 2}, {"x": -16.13533592224121, "y": 91.79122161865234, "subreddit": "chennai", "cluster": 178, "color": 2}, {"x": -18.874723434448242, "y": 91.7470474243164, "subreddit": "indiainvestments", "cluster": 178, "color": 2}, {"x": 55.13896179199219, "y": 1.9123401641845703, "subreddit": "bangdream", "cluster": 195, "color": 2}, {"x": 52.48151397705078, "y": 0.6834445595741272, "subreddit": "battlefield", "cluster": 195, "color": 2}, {"x": 54.542755126953125, "y": 0.93757563829422, "subreddit": "battlefield_4_cte", "cluster": 195, "color": 2}, {"x": 54.35651779174805, "y": 1.1173800230026245, "subreddit": "battlefield_live", "cluster": 195, "color": 2}, {"x": 53.30122375488281, "y": 0.8464829325675964, "subreddit": "battlefield_one", "cluster": 195, "color": 2}, {"x": 52.315040588378906, "y": 1.1012134552001953, "subreddit": "battlefieldv", "cluster": 195, "color": 2}, {"x": 55.95810317993164, "y": 2.937894821166992, "subreddit": "fatalbullet", "cluster": 195, "color": 2}, {"x": 55.510643005371094, "y": 2.3812413215637207, "subreddit": "swordartonline", "cluster": 195, "color": 2}, {"x": -5.2115159034729, "y": 88.45508575439453, "subreddit": "bangladesh", "cluster": 205, "color": 0}, {"x": 57.934104919433594, "y": -139.49447631835938, "subreddit": "bedbugs", "cluster": 205, "color": 0}, {"x": 57.933902740478516, "y": -139.49510192871094, "subreddit": "pestcontrol", "cluster": 205, "color": 0}, {"x": 54.17161560058594, "y": -32.52753448486328, "subreddit": "banished", "cluster": 1627, "color": 5}, {"x": 37.03227996826172, "y": -96.44252014160156, "subreddit": "citiesskylines", "cluster": 1627, "color": 5}, {"x": -37.03971862792969, "y": -25.63178253173828, "subreddit": "redditisfun", "cluster": 1627, "color": 5}, {"x": 54.957733154296875, "y": -34.12758255004883, "subreddit": "simcity", "cluster": 1627, "color": 5}, {"x": 54.99228286743164, "y": -34.221256256103516, "subreddit": "simcity4", "cluster": 1627, "color": 5}, {"x": 2.929436206817627, "y": -83.63695526123047, "subreddit": "banjo", "cluster": 255, "color": 0}, {"x": 3.1295647621154785, "y": -83.64482879638672, "subreddit": "bluegrass", "cluster": 255, "color": 0}, {"x": 3.9548280239105225, "y": -83.72602844238281, "subreddit": "mandolin", "cluster": 255, "color": 0}, {"x": -48.20976638793945, "y": 27.827186584472656, "subreddit": "banjokazooie", "cluster": 179, "color": 1}, {"x": -50.12504959106445, "y": 29.323925018310547, "subreddit": "starfox", "cluster": 179, "color": 1}, {"x": -48.1759147644043, "y": 27.812152862548828, "subreddit": "yookalaylee", "cluster": 179, "color": 1}, {"x": 38.50534439086914, "y": -139.61912536621094, "subreddit": "bankballexchange", "cluster": 1414, "color": 3}, {"x": 36.715675354003906, "y": -136.89236450195312, "subreddit": "destinyknot", "cluster": 1414, "color": 3}, {"x": 38.59934997558594, "y": -136.82760620117188, "subreddit": "friendsafari", "cluster": 1414, "color": 3}, {"x": 36.57550811767578, "y": -134.4829864501953, "subreddit": "pokemonbattles", "cluster": 1414, "color": 3}, {"x": 36.591007232666016, "y": -139.19985961914062, "subreddit": "pokemonexchange", "cluster": 1414, "color": 3}, {"x": 36.476051330566406, "y": -141.0070343017578, "subreddit": "pokemonmaxraids", "cluster": 1414, "color": 3}, {"x": 35.53129959106445, "y": -138.8699951171875, "subreddit": "pokemonrng", "cluster": 1414, "color": 3}, {"x": 36.859825134277344, "y": -138.83206176757812, "subreddit": "pokemontrades", "cluster": 1414, "color": 3}, {"x": 37.33967590332031, "y": -137.81678771972656, "subreddit": "poketradereferences", "cluster": 1414, "color": 3}, {"x": 37.73308181762695, "y": -138.11143493652344, "subreddit": "svexchange", "cluster": 1414, "color": 3}, {"x": 17.681474685668945, "y": -10.138982772827148, "subreddit": "bannedfromthe_donald", "cluster": 1292, "color": 4}, {"x": 21.446773529052734, "y": 20.03373908996582, "subreddit": "kittens", "cluster": 1292, "color": 4}, {"x": 13.195881843566895, "y": 35.61176681518555, "subreddit": "marchagainstnazis", "cluster": 1292, "color": 4}, {"x": 12.704334259033203, "y": 33.62388610839844, "subreddit": "nicegirls", "cluster": 1292, "color": 4}, {"x": 12.264232635498047, "y": 35.0833740234375, "subreddit": "nobodyasked", "cluster": 1292, "color": 4}, {"x": 11.725022315979004, "y": 35.183860778808594, "subreddit": "technicallythetruth", "cluster": 1292, "color": 4}, {"x": 313.398193359375, "y": 380.0495300292969, "subreddit": "transcribersofreddit", "cluster": 1292, "color": 4}, {"x": 54.74599075317383, "y": -23.419193267822266, "subreddit": "bannerlord", "cluster": 1136, "color": 4}, {"x": 26.52754783630371, "y": 127.56753540039062, "subreddit": "conquerorsblade", "cluster": 1136, "color": 4}, {"x": 52.873199462890625, "y": -23.180845260620117, "subreddit": "kenshi", "cluster": 1136, "color": 4}, {"x": 55.01591873168945, "y": -24.247787475585938, "subreddit": "mb2bannerlord", "cluster": 1136, "color": 4}, {"x": 55.14140701293945, "y": -24.468769073486328, "subreddit": "mountandblade", "cluster": 1136, "color": 4}, {"x": 69.35343933105469, "y": 107.87476348876953, "subreddit": "banpitbulls", "cluster": 180, "color": 0}, {"x": 69.3539810180664, "y": 107.87422943115234, "subreddit": "dogfree", "cluster": 180, "color": 0}, {"x": -0.8411914706230164, "y": 41.24430847167969, "subreddit": "banvideogames", "cluster": 1937, "color": 1}, {"x": 20.582962036132812, "y": 46.1868896484375, "subreddit": "drumpfisfinished", "cluster": 1937, "color": 1}, {"x": 22.58443832397461, "y": 43.19639587402344, "subreddit": "menkampf", "cluster": 1937, "color": 1}, {"x": 21.534032821655273, "y": 48.71841812133789, "subreddit": "reclassified", "cluster": 1937, "color": 1}, {"x": 22.48099136352539, "y": 43.407958984375, "subreddit": "shuffles_deck", "cluster": 1937, "color": 1}, {"x": 20.805688858032227, "y": 44.00664520263672, "subreddit": "truepoliticalhumor", "cluster": 1937, "color": 1}, {"x": -5.567769527435303, "y": 19.498796463012695, "subreddit": "watchredditdie", "cluster": 1937, "color": 1}, {"x": -72.16400909423828, "y": 61.42662048339844, "subreddit": "bapeheads", "cluster": 1722, "color": 1}, {"x": -73.73802185058594, "y": 65.7926254272461, "subreddit": "grailed", "cluster": 1722, "color": 1}, {"x": -74.48082733154297, "y": 61.81876754760742, "subreddit": "malefashion", "cluster": 1722, "color": 1}, {"x": -77.69288635253906, "y": 60.870059967041016, "subreddit": "sadboys", "cluster": 1722, "color": 1}, {"x": -74.40406799316406, "y": 61.75713348388672, "subreddit": "streetwear", "cluster": 1722, "color": 1}, {"x": -72.4345474243164, "y": 59.09377670288086, "subreddit": "supremeclothing", "cluster": 1722, "color": 1}, {"x": -75.09078979492188, "y": 63.70606994628906, "subreddit": "techwearclothing", "cluster": 1722, "color": 1}, {"x": -64.36701965332031, "y": 61.272422790527344, "subreddit": "vans", "cluster": 1722, "color": 1}, {"x": -95.66962432861328, "y": 113.36903381347656, "subreddit": "womensstreetwear", "cluster": 1722, "color": 1}, {"x": 33.25385284423828, "y": 62.952796936035156, "subreddit": "barber", "cluster": 1111, "color": 2}, {"x": 32.124507904052734, "y": 62.69367218017578, "subreddit": "malegrooming", "cluster": 1111, "color": 2}, {"x": 31.889137268066406, "y": 62.59722137451172, "subreddit": "malehairadvice", "cluster": 1111, "color": 2}, {"x": 66.15266418457031, "y": 128.23143005371094, "subreddit": "malelifestyle", "cluster": 1111, "color": 2}, {"x": 46.97439193725586, "y": 25.706113815307617, "subreddit": "pomade", "cluster": 1111, "color": 2}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "barcavsrmadridlivehq", "cluster": 182, "color": 0}, {"x": 45.944087982177734, "y": -93.37911224365234, "subreddit": "barcelona", "cluster": 1673, "color": 3}, {"x": 44.607872009277344, "y": -92.72647094726562, "subreddit": "es", "cluster": 1673, "color": 3}, {"x": 44.67611312866211, "y": -93.5535888671875, "subreddit": "madrid", "cluster": 1673, "color": 3}, {"x": 363.8479919433594, "y": 417.6923522949219, "subreddit": "podemos", "cluster": 1673, "color": 3}, {"x": 44.91781997680664, "y": -93.24549102783203, "subreddit": "spain", "cluster": 1673, "color": 3}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "barcelonaliverpoolliv", "cluster": 183, "color": 1}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "barcelonavsrmadridliv", "cluster": 184, "color": 1}, {"x": 98.51301574707031, "y": 59.574520111083984, "subreddit": "bardmains", "cluster": 1740, "color": 4}, {"x": 98.6453857421875, "y": 62.30194091796875, "subreddit": "sonamains", "cluster": 1740, "color": 4}, {"x": 99.6717300415039, "y": 62.035919189453125, "subreddit": "sorakamains", "cluster": 1740, "color": 4}, {"x": 98.98953247070312, "y": 62.00203323364258, "subreddit": "supportlol", "cluster": 1740, "color": 4}, {"x": 99.69994354248047, "y": 60.25254821777344, "subreddit": "threshmains", "cluster": 1740, "color": 4}, {"x": 99.37055206298828, "y": 64.35611724853516, "subreddit": "zyramains", "cluster": 1740, "color": 4}, {"x": -2.9607255458831787, "y": -35.92704772949219, "subreddit": "barefootrunning", "cluster": 998, "color": 1}, {"x": 48.20227813720703, "y": -23.778064727783203, "subreddit": "kerbalacademy", "cluster": 998, "color": 1}, {"x": 48.173885345458984, "y": -23.492477416992188, "subreddit": "kerbalspaceprogram", "cluster": 998, "color": 1}, {"x": 48.1494026184082, "y": -22.520511627197266, "subreddit": "spaceengineers", "cluster": 998, "color": 1}, {"x": 30.19101333618164, "y": -16.061655044555664, "subreddit": "barrie", "cluster": 1011, "color": 0}, {"x": 54.97917556762695, "y": 47.31768798828125, "subreddit": "casualknitting", "cluster": 1011, "color": 0}, {"x": 55.473751068115234, "y": 48.0994987487793, "subreddit": "crochet", "cluster": 1011, "color": 0}, {"x": 55.34642028808594, "y": 47.900848388671875, "subreddit": "knitting", "cluster": 1011, "color": 0}, {"x": -25.269683837890625, "y": -16.412593841552734, "subreddit": "luxembourg", "cluster": 1011, "color": 0}, {"x": 5.6167073249816895, "y": -86.84494018554688, "subreddit": "violinist", "cluster": 1011, "color": 0}, {"x": -21.164634704589844, "y": -28.525936126708984, "subreddit": "barry", "cluster": 1846, "color": 3}, {"x": 19.82683753967285, "y": 76.08270263671875, "subreddit": "brunei", "cluster": 1846, "color": 3}, {"x": -38.068153381347656, "y": 42.740272521972656, "subreddit": "daviddobrik", "cluster": 1846, "color": 3}, {"x": -24.119638442993164, "y": -18.522462844848633, "subreddit": "robotics", "cluster": 1846, "color": 3}, {"x": -24.100658416748047, "y": -18.553024291992188, "subreddit": "trailers", "cluster": 1846, "color": 3}, {"x": -32.74108123779297, "y": -96.35726928710938, "subreddit": "barstoolsports", "cluster": 1059, "color": 1}, {"x": -30.888019561767578, "y": -95.86688232421875, "subreddit": "danlebatardshow", "cluster": 1059, "color": 1}, {"x": -32.65475845336914, "y": -96.35835266113281, "subreddit": "lightscamerapodcast", "cluster": 1059, "color": 1}, {"x": -87.42218780517578, "y": 62.34060287475586, "subreddit": "baruch", "cluster": 1726, "color": 4}, {"x": 48.5246467590332, "y": -89.5752182006836, "subreddit": "expats", "cluster": 1726, "color": 4}, {"x": 48.832366943359375, "y": -89.59093475341797, "subreddit": "studyabroad", "cluster": 1726, "color": 4}, {"x": -55.33798599243164, "y": -109.15126037597656, "subreddit": "baseballbythenumbers", "cluster": 647, "color": 1}, {"x": -57.077857971191406, "y": -108.93099212646484, "subreddit": "collegehockey", "cluster": 647, "color": 1}, {"x": -55.50988006591797, "y": -109.12177276611328, "subreddit": "fakebaseball", "cluster": 647, "color": 1}, {"x": 277.6078796386719, "y": 405.8533630371094, "subreddit": "fakecollegefootball", "cluster": 647, "color": 1}, {"x": -113.32200622558594, "y": 78.14927673339844, "subreddit": "baseballcards", "cluster": 187, "color": 0}, {"x": -113.33992004394531, "y": 78.57292175292969, "subreddit": "basketballcards", "cluster": 187, "color": 0}, {"x": -113.33987426757812, "y": 78.58633422851562, "subreddit": "footballcards", "cluster": 187, "color": 0}, {"x": -70.02409362792969, "y": -102.4496078491211, "subreddit": "baseballcirclejerk", "cluster": 1474, "color": 0}, {"x": -70.89653015136719, "y": -102.96106719970703, "subreddit": "pxifrm", "cluster": 1474, "color": 0}, {"x": -71.059814453125, "y": -103.05546569824219, "subreddit": "wsgy", "cluster": 1474, "color": 0}, {"x": 56.72426986694336, "y": -31.056331634521484, "subreddit": "basebuildinggames", "cluster": 1883, "color": 0}, {"x": -9.75918197631836, "y": 46.63610076904297, "subreddit": "kairosoft", "cluster": 1883, "color": 0}, {"x": 57.1667594909668, "y": -32.18408966064453, "subreddit": "openttd", "cluster": 1883, "color": 0}, {"x": 58.07916259765625, "y": -34.71073913574219, "subreddit": "planetcoaster", "cluster": 1883, "color": 0}, {"x": 56.20942306518555, "y": -36.58811569213867, "subreddit": "transportfever", "cluster": 1883, "color": 0}, {"x": 56.81119918823242, "y": -31.312490463256836, "subreddit": "tycoon", "cluster": 1883, "color": 0}, {"x": -1.501616358757019, "y": -65.35139465332031, "subreddit": "bash", "cluster": 404, "color": 1}, {"x": -1.2438453435897827, "y": -65.32756805419922, "subreddit": "commandline", "cluster": 404, "color": 1}, {"x": 201.20521545410156, "y": 459.694580078125, "subreddit": "coolgithubprojects", "cluster": 404, "color": 1}, {"x": -91.65674591064453, "y": -37.14019012451172, "subreddit": "craigslist", "cluster": 404, "color": 1}, {"x": -66.84430694580078, "y": -31.17827606201172, "subreddit": "i3wm", "cluster": 404, "color": 1}, {"x": 5.090593338012695, "y": -66.60345458984375, "subreddit": "perl", "cluster": 404, "color": 1}, {"x": -0.17840248346328735, "y": -65.2183609008789, "subreddit": "vim", "cluster": 404, "color": 1}, {"x": -29.7257080078125, "y": -92.41722106933594, "subreddit": "basketball", "cluster": 186, "color": 0}, {"x": -13.344919204711914, "y": 42.21577835083008, "subreddit": "basketballjerseys", "cluster": 186, "color": 0}, {"x": -29.71205711364746, "y": -92.44149780273438, "subreddit": "basketballtips", "cluster": 186, "color": 0}, {"x": 106.57426452636719, "y": -60.943599700927734, "subreddit": "basset", "cluster": 1164, "color": 3}, {"x": -41.566314697265625, "y": -72.55233001708984, "subreddit": "detroit", "cluster": 1164, "color": 3}, {"x": -42.6303596496582, "y": -72.79074096679688, "subreddit": "grandrapids", "cluster": 1164, "color": 3}, {"x": 32.190555572509766, "y": -100.87483978271484, "subreddit": "halloween", "cluster": 1164, "color": 3}, {"x": -39.77490234375, "y": -77.2503662109375, "subreddit": "lansing", "cluster": 1164, "color": 3}, {"x": -41.79539489746094, "y": -72.67716979980469, "subreddit": "michigan", "cluster": 1164, "color": 3}, {"x": -42.508052825927734, "y": -74.33905792236328, "subreddit": "michiganbeer", "cluster": 1164, "color": 3}, {"x": -13.982552528381348, "y": 119.64704132080078, "subreddit": "michigents", "cluster": 1164, "color": 3}, {"x": -40.14936447143555, "y": -74.79790496826172, "subreddit": "msu", "cluster": 1164, "color": 3}, {"x": -72.27384185791016, "y": -66.42416381835938, "subreddit": "bassfishing", "cluster": 684, "color": 0}, {"x": 48.868812561035156, "y": -99.81356811523438, "subreddit": "bowling", "cluster": 684, "color": 0}, {"x": -71.18455505371094, "y": -65.7693099975586, "subreddit": "fishing", "cluster": 684, "color": 0}, {"x": -72.24330139160156, "y": -66.36648559570312, "subreddit": "fishing_gear", "cluster": 684, "color": 0}, {"x": -71.25125122070312, "y": -64.6939468383789, "subreddit": "icefishing", "cluster": 684, "color": 0}, {"x": -71.08792114257812, "y": -65.89192962646484, "subreddit": "kayakfishing", "cluster": 684, "color": 0}, {"x": -69.38672637939453, "y": -66.1654281616211, "subreddit": "slowpitch", "cluster": 684, "color": 0}, {"x": 77.93096160888672, "y": 37.916744232177734, "subreddit": "bassnectar", "cluster": 189, "color": 2}, {"x": 76.9546127319336, "y": 37.57347106933594, "subreddit": "boardsofcanada", "cluster": 189, "color": 2}, {"x": 80.04629516601562, "y": 41.66293716430664, "subreddit": "electricforest", "cluster": 189, "color": 2}, {"x": 80.31688690185547, "y": 41.89556884765625, "subreddit": "lightninginabottle", "cluster": 189, "color": 2}, {"x": 79.86627197265625, "y": 38.174781799316406, "subreddit": "okeechobeemusicfest", "cluster": 189, "color": 2}, {"x": 78.42720031738281, "y": 37.58525085449219, "subreddit": "tipper", "cluster": 189, "color": 2}, {"x": -24.07801055908203, "y": -35.963829040527344, "subreddit": "batesmotel", "cluster": 1440, "color": 3}, {"x": -24.70370864868164, "y": -33.5921516418457, "subreddit": "deadwood", "cluster": 1440, "color": 3}, {"x": -22.22667121887207, "y": -33.869972229003906, "subreddit": "dexter", "cluster": 1440, "color": 3}, {"x": -24.0936279296875, "y": -33.763343811035156, "subreddit": "fringe", "cluster": 1440, "color": 3}, {"x": -23.476856231689453, "y": -32.650821685791016, "subreddit": "justified", "cluster": 1440, "color": 3}, {"x": -26.020774841308594, "y": -34.431983947753906, "subreddit": "midsommar", "cluster": 1440, "color": 3}, {"x": -24.557706832885742, "y": -34.31216812133789, "subreddit": "mindhunter", "cluster": 1440, "color": 3}, {"x": -24.434608459472656, "y": -34.09479904174805, "subreddit": "prisonbreak", "cluster": 1440, "color": 3}, {"x": -23.53490447998047, "y": -34.62712478637695, "subreddit": "sonsofanarchy", "cluster": 1440, "color": 3}, {"x": -8.531034469604492, "y": -28.134510040283203, "subreddit": "batman", "cluster": 401, "color": 1}, {"x": -9.696303367614746, "y": -29.30916404724121, "subreddit": "comicbooks", "cluster": 401, "color": 1}, {"x": -9.247489929199219, "y": -28.8472843170166, "subreddit": "dccomics", "cluster": 401, "color": 1}, {"x": -32.30826950073242, "y": -32.64358901977539, "subreddit": "graphicnovels", "cluster": 401, "color": 1}, {"x": -32.28828811645508, "y": -32.64382553100586, "subreddit": "imagecomics", "cluster": 401, "color": 1}, {"x": -39.16023254394531, "y": -48.612091064453125, "subreddit": "maa", "cluster": 401, "color": 1}, {"x": -10.04790210723877, "y": -29.512012481689453, "subreddit": "marvel", "cluster": 401, "color": 1}, {"x": -7.7535247802734375, "y": -28.08253288269043, "subreddit": "batmanarkham", "cluster": 1122, "color": 3}, {"x": 48.182003021240234, "y": 0.6478255987167358, "subreddit": "bayonetta", "cluster": 1122, "color": 3}, {"x": 48.08686447143555, "y": 0.44003045558929443, "subreddit": "marvelavengersproject", "cluster": 1122, "color": 3}, {"x": -43.45368194580078, "y": 34.09836196899414, "subreddit": "mau3", "cluster": 1122, "color": 3}, {"x": 12.409221649169922, "y": 86.26319122314453, "subreddit": "batproject", "cluster": 191, "color": 0}, {"x": 12.427384376525879, "y": 86.29100036621094, "subreddit": "brave_browser", "cluster": 191, "color": 0}, {"x": 3.7835423946380615, "y": 74.5329360961914, "subreddit": "crypto_com", "cluster": 191, "color": 0}, {"x": -77.64196014404297, "y": 26.19043731689453, "subreddit": "battalion1944", "cluster": 385, "color": 0}, {"x": -77.90156555175781, "y": 24.82431983947754, "subreddit": "cod4remastered", "cluster": 385, "color": 0}, {"x": -77.9368896484375, "y": 24.672048568725586, "subreddit": "codmodernwarfare", "cluster": 385, "color": 0}, {"x": 73.21460723876953, "y": 17.40408706665039, "subreddit": "battleborn", "cluster": 1741, "color": 5}, {"x": 101.52732849121094, "y": -7.397305488586426, "subreddit": "hurtworld", "cluster": 1741, "color": 5}, {"x": 101.5265121459961, "y": -7.398942470550537, "subreddit": "survivetheculling", "cluster": 1741, "color": 5}, {"x": 50.455196380615234, "y": -14.74098014831543, "subreddit": "battlebrothers", "cluster": 1271, "color": 0}, {"x": 49.29311752319336, "y": -13.770709991455078, "subreddit": "heroeseconomy", "cluster": 1271, "color": 0}, {"x": 50.04167175292969, "y": -13.943746566772461, "subreddit": "heroesofthestorm", "cluster": 1271, "color": 0}, {"x": 50.16111373901367, "y": -14.229364395141602, "subreddit": "nexusnewbies", "cluster": 1271, "color": 0}, {"x": -30.04947853088379, "y": 49.09434127807617, "subreddit": "battlecats", "cluster": 193, "color": 0}, {"x": -29.946868896484375, "y": 49.216976165771484, "subreddit": "battlecatscheats", "cluster": 193, "color": 0}, {"x": -20.025362014770508, "y": 37.15803146362305, "subreddit": "crash_fever", "cluster": 193, "color": 0}, {"x": -32.025150299072266, "y": 48.78898620605469, "subreddit": "dragonvale", "cluster": 193, "color": 0}, {"x": -9.629537582397461, "y": 38.036136627197266, "subreddit": "battlefordreamisland", "cluster": 1074, "color": 2}, {"x": -9.496362686157227, "y": 20.223485946655273, "subreddit": "deltarune", "cluster": 1074, "color": 2}, {"x": 41.75345993041992, "y": -22.755369186401367, "subreddit": "hfy", "cluster": 1074, "color": 2}, {"x": 154.82899475097656, "y": -125.03173065185547, "subreddit": "incrediblesmemes", "cluster": 1074, "color": 2}, {"x": -5.13390588760376, "y": 35.411041259765625, "subreddit": "lodeddiper", "cluster": 1074, "color": 2}, {"x": -5.148805141448975, "y": 35.42277145385742, "subreddit": "okbubbyretard", "cluster": 1074, "color": 2}, {"x": -15.642871856689453, "y": -114.96328735351562, "subreddit": "battlejackets", "cluster": 553, "color": 3}, {"x": 90.289306640625, "y": 22.56366729736328, "subreddit": "cardfightvanguard", "cluster": 553, "color": 3}, {"x": 3.4775595664978027, "y": -8.451009750366211, "subreddit": "classicrage", "cluster": 553, "color": 3}, {"x": -12.915754318237305, "y": -114.6812744140625, "subreddit": "doommetal", "cluster": 553, "color": 3}, {"x": -12.755226135253906, "y": -114.51937866210938, "subreddit": "stonerrock", "cluster": 553, "color": 3}, {"x": 16.62980842590332, "y": 47.1712760925293, "subreddit": "battlemaps", "cluster": 544, "color": 2}, {"x": 16.39434814453125, "y": 47.17483139038086, "subreddit": "dndmaps", "cluster": 544, "color": 2}, {"x": 41.15662384033203, "y": -15.938556671142578, "subreddit": "dungeons_and_dragons", "cluster": 544, "color": 2}, {"x": 15.88553237915039, "y": 47.93505096435547, "subreddit": "inkarnate", "cluster": 544, "color": 2}, {"x": 16.045976638793945, "y": 46.268287658691406, "subreddit": "mapmaking", "cluster": 544, "color": 2}, {"x": 18.545259475708008, "y": 48.00967788696289, "subreddit": "wonderdraft", "cluster": 544, "color": 2}, {"x": 68.4798812866211, "y": 89.017333984375, "subreddit": "battleofthesexes", "cluster": 1470, "color": 4}, {"x": 68.47865295410156, "y": 89.01575469970703, "subreddit": "purplepilldebate", "cluster": 1470, "color": 4}, {"x": -42.16171646118164, "y": 61.03248977661133, "subreddit": "taptitans2", "cluster": 1470, "color": 4}, {"x": 101.73455810546875, "y": 7.95148229598999, "subreddit": "battleparty", "cluster": 1711, "color": 3}, {"x": -41.77342224121094, "y": 14.246665000915527, "subreddit": "beachcity", "cluster": 1711, "color": 3}, {"x": -44.431922912597656, "y": 13.397130012512207, "subreddit": "ducktales", "cluster": 1711, "color": 3}, {"x": -43.09844207763672, "y": 12.155515670776367, "subreddit": "gravityfalls", "cluster": 1711, "color": 3}, {"x": -39.868228912353516, "y": 14.603070259094238, "subreddit": "homestuck", "cluster": 1711, "color": 3}, {"x": -43.06529998779297, "y": 14.200666427612305, "subreddit": "infinitytrain", "cluster": 1711, "color": 3}, {"x": -46.16855239868164, "y": 12.383524894714355, "subreddit": "miraculousladybug", "cluster": 1711, "color": 3}, {"x": -41.46124267578125, "y": 12.595850944519043, "subreddit": "starvstheforcesofevil", "cluster": 1711, "color": 3}, {"x": -42.0477294921875, "y": 14.224029541015625, "subreddit": "stevenuniverse", "cluster": 1711, "color": 3}, {"x": -42.16521072387695, "y": 15.021615028381348, "subreddit": "suleaks", "cluster": 1711, "color": 3}, {"x": -43.18000030517578, "y": 12.007695198059082, "subreddit": "zootopia", "cluster": 1711, "color": 3}, {"x": 49.25483322143555, "y": -11.65423583984375, "subreddit": "battlerite", "cluster": 663, "color": 1}, {"x": 44.86530303955078, "y": -22.843149185180664, "subreddit": "feedthebeast", "cluster": 663, "color": 1}, {"x": 44.49176788330078, "y": -22.707576751708984, "subreddit": "feedthebeastservers", "cluster": 663, "color": 1}, {"x": -31.644405364990234, "y": 46.3179931640625, "subreddit": "rlcraft", "cluster": 663, "color": 1}, {"x": 45.843597412109375, "y": -21.786991119384766, "subreddit": "skyfactory", "cluster": 663, "color": 1}, {"x": 44.96951675415039, "y": -23.6527099609375, "subreddit": "tekkit", "cluster": 663, "color": 1}, {"x": 59.61758804321289, "y": -20.292617797851562, "subreddit": "battletech", "cluster": 197, "color": 0}, {"x": 59.85289764404297, "y": -20.314607620239258, "subreddit": "battletechgame", "cluster": 197, "color": 0}, {"x": 60.6988525390625, "y": -20.92371940612793, "subreddit": "mechwarrior5", "cluster": 197, "color": 0}, {"x": -85.84485626220703, "y": -38.16239547729492, "subreddit": "battlewagon", "cluster": 1728, "color": 5}, {"x": -85.49272155761719, "y": -37.381465911865234, "subreddit": "subaru", "cluster": 1728, "color": 5}, {"x": -86.02283477783203, "y": -39.061038970947266, "subreddit": "subaruforester", "cluster": 1728, "color": 5}, {"x": -87.28248596191406, "y": -36.55897903442383, "subreddit": "subaruimpreza", "cluster": 1728, "color": 5}, {"x": -85.5514144897461, "y": -36.88640594482422, "subreddit": "wrx", "cluster": 1728, "color": 5}, {"x": -84.0241928100586, "y": -37.4753303527832, "subreddit": "xvcrosstrek", "cluster": 1728, "color": 5}, {"x": -4.794778823852539, "y": 28.617107391357422, "subreddit": "baxov", "cluster": 763, "color": 0}, {"x": -5.861396789550781, "y": 27.095195770263672, "subreddit": "beansinthings", "cluster": 763, "color": 0}, {"x": 0.5320990681648254, "y": 29.15973663330078, "subreddit": "boomerhumour", "cluster": 763, "color": 0}, {"x": -9.232645988464355, "y": 27.96448516845703, "subreddit": "burdurland", "cluster": 763, "color": 0}, {"x": -3.2528791427612305, "y": 19.94468879699707, "subreddit": "commentawardsforum", "cluster": 763, "color": 0}, {"x": -9.238702774047852, "y": 26.8880672454834, "subreddit": "coronavirusmemes", "cluster": 763, "color": 0}, {"x": -6.327237606048584, "y": 24.631072998046875, "subreddit": "cursed_images", "cluster": 763, "color": 0}, {"x": -6.838440418243408, "y": 31.416706085205078, "subreddit": "dankmemes", "cluster": 763, "color": 0}, {"x": -5.463304042816162, "y": 28.296770095825195, "subreddit": "duklock", "cluster": 763, "color": 0}, {"x": -7.013028144836426, "y": 27.81879234313965, "subreddit": "gamemeneersubmissies", "cluster": 763, "color": 0}, {"x": -8.586634635925293, "y": 34.37236785888672, "subreddit": "jeremyfrieser", "cluster": 763, "color": 0}, {"x": -4.509277820587158, "y": 26.82502555847168, "subreddit": "ksi", "cluster": 763, "color": 0}, {"x": -8.420092582702637, "y": 32.74213790893555, "subreddit": "lakkopostaukset", "cluster": 763, "color": 0}, {"x": -8.237954139709473, "y": 26.98499870300293, "subreddit": "lazarbeam", "cluster": 763, "color": 0}, {"x": -6.661584377288818, "y": 26.443187713623047, "subreddit": "lwiay", "cluster": 763, "color": 0}, {"x": -6.586486339569092, "y": 27.640470504760742, "subreddit": "marvelmemes", "cluster": 763, "color": 0}, {"x": -5.929084777832031, "y": 29.416728973388672, "subreddit": "memes", "cluster": 763, "color": 0}, {"x": -6.912002086639404, "y": 28.881820678710938, "subreddit": "minecraftmemes", "cluster": 763, "color": 0}, {"x": -20.03229331970215, "y": 17.845958709716797, "subreddit": "nhaa", "cluster": 763, "color": 0}, {"x": -7.10075044631958, "y": 27.613821029663086, "subreddit": "overwatch_memes", "cluster": 763, "color": 0}, {"x": -8.225279808044434, "y": 28.11216163635254, "subreddit": "saimansays", "cluster": 763, "color": 0}, {"x": -6.979262828826904, "y": 27.80381965637207, "subreddit": "specialsnowflake", "cluster": 763, "color": 0}, {"x": -7.958940029144287, "y": 29.0743350982666, "subreddit": "starwarsmemes", "cluster": 763, "color": 0}, {"x": -6.92913293838501, "y": 30.00233268737793, "subreddit": "the_dedede", "cluster": 763, "color": 0}, {"x": -7.465569972991943, "y": 26.533300399780273, "subreddit": "yub", "cluster": 763, "color": 0}, {"x": -66.85670471191406, "y": -93.7798080444336, "subreddit": "baylor", "cluster": 1712, "color": 2}, {"x": -65.91548156738281, "y": -94.1119384765625, "subreddit": "cardinals", "cluster": 1712, "color": 2}, {"x": -66.27458190917969, "y": -93.96833038330078, "subreddit": "stlouisblues", "cluster": 1712, "color": 2}, {"x": 64.64007568359375, "y": -28.447418212890625, "subreddit": "bboy", "cluster": 1519, "color": 4}, {"x": 62.902870178222656, "y": -26.516244888305664, "subreddit": "companyofheroes", "cluster": 1519, "color": 4}, {"x": 64.55262756347656, "y": -27.635395050048828, "subreddit": "redorchestra", "cluster": 1519, "color": 4}, {"x": 64.54773712158203, "y": -27.388227462768555, "subreddit": "rs2vietnam", "cluster": 1519, "color": 4}, {"x": -75.55249786376953, "y": -62.43461227416992, "subreddit": "bbq", "cluster": 200, "color": 0}, {"x": -75.62577819824219, "y": -63.395694732666016, "subreddit": "biggreenegg", "cluster": 200, "color": 0}, {"x": 3.6645925045013428, "y": -31.908845901489258, "subreddit": "charcuterie", "cluster": 200, "color": 0}, {"x": -74.76421356201172, "y": -62.2296028137207, "subreddit": "grilling", "cluster": 200, "color": 0}, {"x": 3.1672017574310303, "y": -34.056400299072266, "subreddit": "meat", "cluster": 200, "color": 0}, {"x": -75.78815460205078, "y": -62.336647033691406, "subreddit": "smoking", "cluster": 200, "color": 0}, {"x": 3.6724607944488525, "y": -34.44434356689453, "subreddit": "steak", "cluster": 200, "color": 0}, {"x": 110.96440887451172, "y": 26.43305778503418, "subreddit": "bbuk", "cluster": 1554, "color": 5}, {"x": 106.6365737915039, "y": 30.03547477722168, "subreddit": "prince", "cluster": 1554, "color": 5}, {"x": 109.15711975097656, "y": 27.238754272460938, "subreddit": "rpdrcirclejerk", "cluster": 1554, "color": 5}, {"x": 110.40673828125, "y": 27.440628051757812, "subreddit": "rpdrcringe", "cluster": 1554, "color": 5}, {"x": 110.1207275390625, "y": 27.399524688720703, "subreddit": "rpdrdrama", "cluster": 1554, "color": 5}, {"x": -46.85758590698242, "y": 38.2850456237793, "subreddit": "target", "cluster": 1554, "color": 5}, {"x": -22.449384689331055, "y": -56.375892639160156, "subreddit": "bdfc", "cluster": 283, "color": 0}, {"x": -42.394935607910156, "y": 30.292924880981445, "subreddit": "bravelydefault", "cluster": 283, "color": 0}, {"x": -42.63017272949219, "y": 29.86727523803711, "subreddit": "hyrulewarriors", "cluster": 283, "color": 0}, {"x": -41.626399993896484, "y": 31.247394561767578, "subreddit": "octopathtraveler", "cluster": 283, "color": 0}, {"x": -42.151161193847656, "y": 31.582162857055664, "subreddit": "xenoblade_chronicles", "cluster": 283, "color": 0}, {"x": -23.940732955932617, "y": 75.7607650756836, "subreddit": "bdsmadvice", "cluster": 314, "color": 0}, {"x": -109.12362670898438, "y": -61.637149810791016, "subreddit": "bikebuilders", "cluster": 314, "color": 0}, {"x": -109.60276794433594, "y": -61.06454086303711, "subreddit": "caferacers", "cluster": 314, "color": 0}, {"x": -109.79082489013672, "y": -60.8012580871582, "subreddit": "hondacb", "cluster": 314, "color": 0}, {"x": 101.93760681152344, "y": -11.284697532653809, "subreddit": "worldsadrift", "cluster": 314, "color": 0}, {"x": -34.82292175292969, "y": 13.18142032623291, "subreddit": "beadsprites", "cluster": 1413, "color": 5}, {"x": -66.37682342529297, "y": 27.266155242919922, "subreddit": "pkmntcgcollections", "cluster": 1413, "color": 5}, {"x": -16.46239471435547, "y": 28.11736297607422, "subreddit": "pokemonhome", "cluster": 1413, "color": 5}, {"x": -66.27613067626953, "y": 27.211345672607422, "subreddit": "pokemontcg", "cluster": 1413, "color": 5}, {"x": -68.15693664550781, "y": 25.926273345947266, "subreddit": "ptcgo", "cluster": 1413, "color": 5}, {"x": 1.471168041229248, "y": 12.663908958435059, "subreddit": "beamazed", "cluster": 942, "color": 3}, {"x": -0.158554345369339, "y": 1.7018046379089355, "subreddit": "holdmybeer", "cluster": 942, "color": 3}, {"x": 4.764630317687988, "y": 11.88160514831543, "subreddit": "holdmycosmo", "cluster": 942, "color": 3}, {"x": 4.433743476867676, "y": 11.554805755615234, "subreddit": "holdmyfries", "cluster": 942, "color": 3}, {"x": 0.04952637106180191, "y": 12.382841110229492, "subreddit": "idiotsfightingthings", "cluster": 942, "color": 3}, {"x": 2.2152483463287354, "y": 11.486835479736328, "subreddit": "instant_regret", "cluster": 942, "color": 3}, {"x": 1.915630578994751, "y": 12.193840026855469, "subreddit": "mademesmile", "cluster": 942, "color": 3}, {"x": 0.5711078643798828, "y": 12.49070930480957, "subreddit": "matt", "cluster": 942, "color": 3}, {"x": 1.6728304624557495, "y": 9.106220245361328, "subreddit": "nononono", "cluster": 942, "color": 3}, {"x": 0.15239007771015167, "y": 11.909462928771973, "subreddit": "nonononoyes", "cluster": 942, "color": 3}, {"x": 6.3351216316223145, "y": 9.294496536254883, "subreddit": "peoplebeingjerks", "cluster": 942, "color": 3}, {"x": -0.3158127963542938, "y": 11.977472305297852, "subreddit": "prematurecelebration", "cluster": 942, "color": 3}, {"x": 1.7634483575820923, "y": 10.902867317199707, "subreddit": "stoppedworking", "cluster": 942, "color": 3}, {"x": 2.9239091873168945, "y": 11.150870323181152, "subreddit": "wellthatsucks", "cluster": 942, "color": 3}, {"x": 37.37403869628906, "y": 32.76020431518555, "subreddit": "beardadvice", "cluster": 202, "color": 2}, {"x": 36.2149772644043, "y": 31.765018463134766, "subreddit": "beardporn", "cluster": 202, "color": 2}, {"x": 37.397865295410156, "y": 32.49381637573242, "subreddit": "beards", "cluster": 202, "color": 2}, {"x": 38.04848861694336, "y": 32.21405029296875, "subreddit": "moustache", "cluster": 202, "color": 2}, {"x": -23.182769775390625, "y": 20.703367233276367, "subreddit": "beastars", "cluster": 860, "color": 3}, {"x": -13.862443923950195, "y": 65.02661895751953, "subreddit": "disneyplus", "cluster": 860, "color": 3}, {"x": -15.798957824707031, "y": 63.438262939453125, "subreddit": "hazbinhotel", "cluster": 860, "color": 3}, {"x": -15.755817413330078, "y": 63.4752082824707, "subreddit": "helluvaboss", "cluster": 860, "color": 3}, {"x": -11.905029296875, "y": -51.96837615966797, "subreddit": "beatles", "cluster": 203, "color": 0}, {"x": -23.939258575439453, "y": 17.42799949645996, "subreddit": "beatlescirclejerk", "cluster": 203, "color": 0}, {"x": -11.619318008422852, "y": -53.108985900878906, "subreddit": "instlife", "cluster": 203, "color": 0}, {"x": -93.40685272216797, "y": 51.939998626708984, "subreddit": "macdemarco", "cluster": 203, "color": 0}, {"x": -24.73432159423828, "y": -99.91537475585938, "subreddit": "oasis", "cluster": 203, "color": 0}, {"x": 24.429147720336914, "y": -83.00837707519531, "subreddit": "thebeachboys", "cluster": 203, "color": 0}, {"x": -36.23235321044922, "y": -59.27785110473633, "subreddit": "beatmatch", "cluster": 540, "color": 0}, {"x": -36.23027420043945, "y": -59.278560638427734, "subreddit": "djs", "cluster": 540, "color": 0}, {"x": 104.2127685546875, "y": 0.2966212034225464, "subreddit": "beatsaber", "cluster": 1707, "color": 3}, {"x": -20.99524688720703, "y": 13.958917617797852, "subreddit": "boneworks", "cluster": 1707, "color": 3}, {"x": 103.68353271484375, "y": -2.855799674987793, "subreddit": "h3vr", "cluster": 1707, "color": 3}, {"x": 496.3991394042969, "y": 254.439208984375, "subreddit": "number", "cluster": 1707, "color": 3}, {"x": 102.45061492919922, "y": 1.321875810623169, "subreddit": "oculus", "cluster": 1707, "color": 3}, {"x": 101.3400650024414, "y": 0.7832655906677246, "subreddit": "pimax", "cluster": 1707, "color": 3}, {"x": -60.89251708984375, "y": 27.418500900268555, "subreddit": "recroom", "cluster": 1707, "color": 3}, {"x": 101.61570739746094, "y": -1.0932996273040771, "subreddit": "steamvr", "cluster": 1707, "color": 3}, {"x": 100.95934295654297, "y": -1.276831865310669, "subreddit": "valveindex", "cluster": 1707, "color": 3}, {"x": 102.14275360107422, "y": 0.5502864122390747, "subreddit": "virtualreality", "cluster": 1707, "color": 3}, {"x": 101.6830825805664, "y": -1.215659737586975, "subreddit": "vive_vr", "cluster": 1707, "color": 3}, {"x": -35.00163269042969, "y": 15.652162551879883, "subreddit": "vrchat", "cluster": 1707, "color": 3}, {"x": 101.89776611328125, "y": -2.257004499435425, "subreddit": "vrgaming", "cluster": 1707, "color": 3}, {"x": 102.811279296875, "y": -0.5138979554176331, "subreddit": "windowsmr", "cluster": 1707, "color": 3}, {"x": -43.52907943725586, "y": -121.23686218261719, "subreddit": "beatthestreak", "cluster": 1605, "color": 4}, {"x": -43.53104019165039, "y": -121.23755645751953, "subreddit": "sftc", "cluster": 1605, "color": 4}, {"x": -68.60809326171875, "y": 492.0932312011719, "subreddit": "beautifulfemales", "cluster": 1706, "color": 1}, {"x": 37.822959899902344, "y": 23.890268325805664, "subreddit": "birthday", "cluster": 1706, "color": 1}, {"x": 98.05121612548828, "y": -27.606586456298828, "subreddit": "humblebundles", "cluster": 1706, "color": 1}, {"x": -16.679471969604492, "y": 72.02763366699219, "subreddit": "idleempire", "cluster": 1706, "color": 1}, {"x": 98.52184295654297, "y": -28.72415542602539, "subreddit": "randomactsofgaming", "cluster": 1706, "color": 1}, {"x": 98.48634338378906, "y": -28.575342178344727, "subreddit": "steam_giveaway", "cluster": 1706, "color": 1}, {"x": 44.38854217529297, "y": 57.68423080444336, "subreddit": "beauty", "cluster": 1106, "color": 0}, {"x": 45.44358444213867, "y": 58.23413848876953, "subreddit": "drugstoremua", "cluster": 1106, "color": 0}, {"x": 42.45266342163086, "y": 56.653934478759766, "subreddit": "jeffreestarcosmetics", "cluster": 1106, "color": 0}, {"x": 44.676605224609375, "y": 58.00895690917969, "subreddit": "makeup", "cluster": 1106, "color": 0}, {"x": 50.741729736328125, "y": 60.34743118286133, "subreddit": "beautyaddiction", "cluster": 204, "color": 1}, {"x": 47.109954833984375, "y": 58.310794830322266, "subreddit": "beautyboxes", "cluster": 204, "color": 1}, {"x": 51.75335693359375, "y": 60.35689926147461, "subreddit": "catsandcosmetics", "cluster": 204, "color": 1}, {"x": 50.42612075805664, "y": 60.34321975708008, "subreddit": "makeupaddicts", "cluster": 204, "color": 1}, {"x": 52.232566833496094, "y": 60.35295867919922, "subreddit": "randomactsofmakeup", "cluster": 204, "color": 1}, {"x": 46.81949996948242, "y": 62.623313903808594, "subreddit": "beautyguruchat", "cluster": 1213, "color": 4}, {"x": 47.668357849121094, "y": 60.900718688964844, "subreddit": "makeupaddiction", "cluster": 1213, "color": 4}, {"x": 44.47564697265625, "y": 61.73984146118164, "subreddit": "makeupaddictioncanada", "cluster": 1213, "color": 4}, {"x": 48.0463981628418, "y": 60.21003723144531, "subreddit": "makeuplounge", "cluster": 1213, "color": 4}, {"x": 45.5545654296875, "y": 60.351173400878906, "subreddit": "makeuprehab", "cluster": 1213, "color": 4}, {"x": 46.752193450927734, "y": 61.39934158325195, "subreddit": "muacirclejerk", "cluster": 1213, "color": 4}, {"x": 46.365623474121094, "y": 60.89760208129883, "subreddit": "muacjdiscussion", "cluster": 1213, "color": 4}, {"x": 46.3738899230957, "y": 60.06427001953125, "subreddit": "olivemua", "cluster": 1213, "color": 4}, {"x": 40.82703399658203, "y": 58.64917755126953, "subreddit": "palemua", "cluster": 1213, "color": 4}, {"x": 45.66191101074219, "y": 62.98971176147461, "subreddit": "beautyguruchatter", "cluster": 219, "color": 1}, {"x": 45.640403747558594, "y": 63.15059280395508, "subreddit": "bgccirclejerk", "cluster": 219, "color": 1}, {"x": 43.46946334838867, "y": 64.72327423095703, "subreddit": "veganbeauty", "cluster": 219, "color": 1}, {"x": 26.522125244140625, "y": 73.58625030517578, "subreddit": "beautytalkph", "cluster": 1373, "color": 1}, {"x": 24.031553268432617, "y": 75.12760162353516, "subreddit": "casualph", "cluster": 1373, "color": 1}, {"x": 22.128345489501953, "y": 73.4845962524414, "subreddit": "cebu", "cluster": 1373, "color": 1}, {"x": 104.953369140625, "y": -26.786474227905273, "subreddit": "dubai", "cluster": 1373, "color": 1}, {"x": 24.211835861206055, "y": 71.85982513427734, "subreddit": "peyups", "cluster": 1373, "color": 1}, {"x": 24.625808715820312, "y": 74.00025177001953, "subreddit": "philippines", "cluster": 1373, "color": 1}, {"x": 24.70233726501465, "y": 73.75163269042969, "subreddit": "phinvest", "cluster": 1373, "color": 1}, {"x": 23.960948944091797, "y": 75.23588562011719, "subreddit": "phr4r", "cluster": 1373, "color": 1}, {"x": 19.430065155029297, "y": 72.43046569824219, "subreddit": "ragnarokmobile", "cluster": 1373, "color": 1}, {"x": 32.48489761352539, "y": 67.4481201171875, "subreddit": "bedroombands", "cluster": 1218, "color": 3}, {"x": 13.740169525146484, "y": -73.30376434326172, "subreddit": "gameofbands", "cluster": 1218, "color": 3}, {"x": 31.1299991607666, "y": 67.37212371826172, "subreddit": "hiphopcollabs", "cluster": 1218, "color": 3}, {"x": 31.469825744628906, "y": 67.37421417236328, "subreddit": "musicinthemaking", "cluster": 1218, "color": 3}, {"x": 64.73578643798828, "y": 37.198760986328125, "subreddit": "musicproduction", "cluster": 1218, "color": 3}, {"x": -2.324747085571289, "y": -121.526123046875, "subreddit": "beekeeping", "cluster": 1025, "color": 0}, {"x": 35.435935974121094, "y": -107.67880249023438, "subreddit": "latterdaysaints", "cluster": 1025, "color": 0}, {"x": 35.02652359008789, "y": -107.52667236328125, "subreddit": "lds", "cluster": 1025, "color": 0}, {"x": 35.87199020385742, "y": -107.79280090332031, "subreddit": "mormonpolitics", "cluster": 1025, "color": 0}, {"x": 4.538815498352051, "y": -40.66685104370117, "subreddit": "beermoney", "cluster": 207, "color": 0}, {"x": -96.5920639038086, "y": -109.09117889404297, "subreddit": "hitsworthturkingfor", "cluster": 207, "color": 0}, {"x": 4.2665510177612305, "y": -39.30897903442383, "subreddit": "mturk", "cluster": 207, "color": 0}, {"x": 3.461181402206421, "y": -41.484561920166016, "subreddit": "perktv", "cluster": 207, "color": 0}, {"x": 10.298135757446289, "y": 28.95309066772461, "subreddit": "producttesting", "cluster": 207, "color": 0}, {"x": 4.221708297729492, "y": -42.27881622314453, "subreddit": "swagbucks", "cluster": 207, "color": 0}, {"x": 4.7541069984436035, "y": -40.54241943359375, "subreddit": "workonline", "cluster": 207, "color": 0}, {"x": -107.72166442871094, "y": -48.36697769165039, "subreddit": "beetle", "cluster": 1914, "color": 0}, {"x": 95.43236541748047, "y": -17.11968421936035, "subreddit": "gakinotsukai", "cluster": 1914, "color": 0}, {"x": -105.02056121826172, "y": -47.76615524291992, "subreddit": "golf_r", "cluster": 1914, "color": 0}, {"x": -104.54249572753906, "y": -47.575382232666016, "subreddit": "golfgti", "cluster": 1914, "color": 0}, {"x": -103.4395751953125, "y": -46.90219497680664, "subreddit": "jetta", "cluster": 1914, "color": 0}, {"x": -102.58985900878906, "y": -47.85177993774414, "subreddit": "tdi", "cluster": 1914, "color": 0}, {"x": -103.63338470458984, "y": -47.23054122924805, "subreddit": "volkswagen", "cluster": 1914, "color": 0}, {"x": 26.66626739501953, "y": 25.800033569335938, "subreddit": "beforenafteradoption", "cluster": 1897, "color": 3}, {"x": 26.98493766784668, "y": 26.701684951782227, "subreddit": "pitbulls", "cluster": 1897, "color": 3}, {"x": 43.63571548461914, "y": 61.750938415527344, "subreddit": "sephora", "cluster": 1897, "color": 3}, {"x": 26.77155876159668, "y": 26.23740005493164, "subreddit": "velvethippos", "cluster": 1897, "color": 3}, {"x": -59.80650329589844, "y": -40.8265380859375, "subreddit": "beginnerwoodworking", "cluster": 841, "color": 2}, {"x": -59.60887908935547, "y": -40.87477111816406, "subreddit": "handtools", "cluster": 841, "color": 2}, {"x": -58.44390869140625, "y": -40.93088912963867, "subreddit": "woodworking", "cluster": 841, "color": 2}, {"x": 31.219058990478516, "y": -103.26577758789062, "subreddit": "behindtheclosetdoor", "cluster": 1427, "color": 4}, {"x": 31.867671966552734, "y": -101.3136978149414, "subreddit": "christmas", "cluster": 1427, "color": 4}, {"x": 50.460323333740234, "y": 69.57660675048828, "subreddit": "lululemon", "cluster": 1427, "color": 4}, {"x": 31.047582626342773, "y": -102.14785766601562, "subreddit": "mercari", "cluster": 1427, "color": 4}, {"x": 31.211702346801758, "y": -102.9238510131836, "subreddit": "poshmark", "cluster": 1427, "color": 4}, {"x": -3.874049663543701, "y": 3.5841076374053955, "subreddit": "behindthegifs", "cluster": 208, "color": 0}, {"x": -3.8085289001464844, "y": 3.8644909858703613, "subreddit": "reallifedoodles", "cluster": 208, "color": 0}, {"x": -0.9257825016975403, "y": 3.8790640830993652, "subreddit": "wheredidthesodago", "cluster": 208, "color": 0}, {"x": 19.994361877441406, "y": -9.826677322387695, "subreddit": "beholdthemasterrace", "cluster": 209, "color": 0}, {"x": -104.45282745361328, "y": 14.342555046081543, "subreddit": "deadmeatjames", "cluster": 209, "color": 0}, {"x": 18.934350967407227, "y": 35.52988815307617, "subreddit": "enlightenedcentrism", "cluster": 209, "color": 0}, {"x": 20.072528839111328, "y": -9.750535011291504, "subreddit": "excatholic", "cluster": 209, "color": 0}, {"x": 19.866121292114258, "y": -8.538908004760742, "subreddit": "exchristian", "cluster": 209, "color": 0}, {"x": 17.861406326293945, "y": -10.189888954162598, "subreddit": "fuckthealtright", "cluster": 209, "color": 0}, {"x": -144.30413818359375, "y": -25.884370803833008, "subreddit": "infowarriorrides", "cluster": 209, "color": 0}, {"x": 15.875894546508789, "y": -10.736580848693848, "subreddit": "shitthe_donaldsays", "cluster": 209, "color": 0}, {"x": 35.059783935546875, "y": -80.04276275634766, "subreddit": "beijing", "cluster": 358, "color": 0}, {"x": 33.89060592651367, "y": -79.33709716796875, "subreddit": "ccj2", "cluster": 358, "color": 0}, {"x": 34.1193962097168, "y": -79.36195373535156, "subreddit": "china", "cluster": 358, "color": 0}, {"x": 34.44865798950195, "y": -78.65481567382812, "subreddit": "hongkong", "cluster": 358, "color": 0}, {"x": 33.34129333496094, "y": -80.35824584960938, "subreddit": "shanghai", "cluster": 358, "color": 0}, {"x": 32.03770446777344, "y": -77.88211059570312, "subreddit": "taiwan", "cluster": 358, "color": 0}, {"x": 62.94542694091797, "y": -79.0999984741211, "subreddit": "belgium", "cluster": 210, "color": 0}, {"x": 62.935935974121094, "y": -79.11500549316406, "subreddit": "brussels", "cluster": 210, "color": 0}, {"x": 65.86005401611328, "y": -79.41503143310547, "subreddit": "mongolia", "cluster": 210, "color": 0}, {"x": -103.57540130615234, "y": -77.95973205566406, "subreddit": "bellingham", "cluster": 211, "color": 1}, {"x": -101.28868103027344, "y": -78.61917114257812, "subreddit": "huskies", "cluster": 211, "color": 1}, {"x": -103.64750671386719, "y": -77.94749450683594, "subreddit": "wwu", "cluster": 211, "color": 1}, {"x": 100.48114013671875, "y": 29.710378646850586, "subreddit": "belowdeck", "cluster": 212, "color": 0}, {"x": -22.45369529724121, "y": 70.59221649169922, "subreddit": "golfclash", "cluster": 212, "color": 0}, {"x": 100.47676086425781, "y": 29.706621170043945, "subreddit": "jonwinsthethrone", "cluster": 212, "color": 0}, {"x": 15.707914352416992, "y": -98.31608581542969, "subreddit": "southerncharm", "cluster": 212, "color": 0}, {"x": -41.24601364135742, "y": -6.358013153076172, "subreddit": "bend", "cluster": 1338, "color": 0}, {"x": -42.499229431152344, "y": -5.888705253601074, "subreddit": "bestofthefray", "cluster": 1338, "color": 0}, {"x": -40.86598587036133, "y": -7.443795680999756, "subreddit": "eugene", "cluster": 1338, "color": 0}, {"x": -41.32744598388672, "y": -6.494842052459717, "subreddit": "oregon", "cluster": 1338, "color": 0}, {"x": -42.34770584106445, "y": -7.397777557373047, "subreddit": "salem", "cluster": 1338, "color": 0}, {"x": 70.43448638916016, "y": -101.2366943359375, "subreddit": "benfica", "cluster": 1438, "color": 3}, {"x": 71.71033477783203, "y": -100.68911743164062, "subreddit": "fcporto", "cluster": 1438, "color": 3}, {"x": 70.82276153564453, "y": -100.54020690917969, "subreddit": "primeiraliga", "cluster": 1438, "color": 3}, {"x": 69.7801513671875, "y": -98.58805847167969, "subreddit": "reallifefootball", "cluster": 1438, "color": 3}, {"x": 70.59697723388672, "y": -100.05939483642578, "subreddit": "sportingcp", "cluster": 1438, "color": 3}, {"x": -11.666742324829102, "y": -12.719914436340332, "subreddit": "wepes", "cluster": 1438, "color": 3}, {"x": -62.43797302246094, "y": -72.2061538696289, "subreddit": "bengals", "cluster": 368, "color": 2}, {"x": -60.256103515625, "y": -69.12529754638672, "subreddit": "cincinnati", "cluster": 368, "color": 2}, {"x": -59.79706573486328, "y": -68.70237731933594, "subreddit": "commercialrealestate", "cluster": 368, "color": 2}, {"x": -61.57065200805664, "y": -68.79866027832031, "subreddit": "deadmalls", "cluster": 368, "color": 2}, {"x": -60.4399299621582, "y": -70.16555786132812, "subreddit": "fccincinnati", "cluster": 368, "color": 2}, {"x": 76.25908660888672, "y": -85.3050537109375, "subreddit": "totalreddit", "cluster": 368, "color": 2}, {"x": -29.610143661499023, "y": 89.62994384765625, "subreddit": "benhoward", "cluster": 265, "color": 0}, {"x": -100.61663055419922, "y": 46.93990707397461, "subreddit": "boniver", "cluster": 265, "color": 0}, {"x": -100.43318176269531, "y": 46.63810729980469, "subreddit": "thenational", "cluster": 265, "color": 0}, {"x": -12.527045249938965, "y": 45.35346221923828, "subreddit": "benignexistence", "cluster": 1727, "color": 4}, {"x": 12.217751502990723, "y": 20.899778366088867, "subreddit": "blurrypicturesofcats", "cluster": 1727, "color": 4}, {"x": 18.527023315429688, "y": 21.21449089050293, "subreddit": "catloaf", "cluster": 1727, "color": 4}, {"x": 18.748483657836914, "y": 18.988452911376953, "subreddit": "catsareassholes", "cluster": 1727, "color": 4}, {"x": 16.838342666625977, "y": 18.276329040527344, "subreddit": "creepyasterisks", "cluster": 1727, "color": 4}, {"x": 35.14617919921875, "y": 17.159683227539062, "subreddit": "daveandbusters", "cluster": 1727, "color": 4}, {"x": 17.179359436035156, "y": 18.558399200439453, "subreddit": "stuffoncats", "cluster": 1727, "color": 4}, {"x": 20.222352981567383, "y": 21.252704620361328, "subreddit": "tuxedocats", "cluster": 1727, "color": 4}, {"x": 80.08238220214844, "y": -4.772583484649658, "subreddit": "benshapiro", "cluster": 636, "color": 1}, {"x": 80.45298767089844, "y": -4.826232433319092, "subreddit": "everquest", "cluster": 636, "color": 1}, {"x": 81.13508605957031, "y": -4.924141883850098, "subreddit": "fth", "cluster": 636, "color": 1}, {"x": -30.08856964111328, "y": -2.716754198074341, "subreddit": "pantheonmmo", "cluster": 636, "color": 1}, {"x": -77.07551574707031, "y": 123.30619812011719, "subreddit": "readyplayerone", "cluster": 636, "color": 1}, {"x": 10.802410125732422, "y": 114.5565414428711, "subreddit": "benzorecovery", "cluster": 1643, "color": 4}, {"x": 31.14020538330078, "y": 110.92623901367188, "subreddit": "insomnia", "cluster": 1643, "color": 4}, {"x": 31.142337799072266, "y": 110.93705749511719, "subreddit": "sleep", "cluster": 1643, "color": 4}, {"x": 63.834068298339844, "y": -66.32205200195312, "subreddit": "berlin", "cluster": 213, "color": 1}, {"x": 63.871971130371094, "y": -66.58798217773438, "subreddit": "berlinsocialclub", "cluster": 213, "color": 1}, {"x": 63.75402069091797, "y": -65.59968566894531, "subreddit": "hamsters", "cluster": 213, "color": 1}, {"x": 23.1258487701416, "y": -17.329212188720703, "subreddit": "berniesanders", "cluster": 1877, "color": 4}, {"x": 37.55931854248047, "y": -65.31957244873047, "subreddit": "brutalism", "cluster": 1877, "color": 4}, {"x": 24.389062881469727, "y": -17.310771942138672, "subreddit": "tulsi", "cluster": 1877, "color": 4}, {"x": 24.051822662353516, "y": -53.545894622802734, "subreddit": "yangforpresidenthq", "cluster": 1877, "color": 4}, {"x": 83.80168151855469, "y": 27.03388023376465, "subreddit": "berserk", "cluster": 214, "color": 1}, {"x": 83.78467559814453, "y": 27.024940490722656, "subreddit": "berserklejerk", "cluster": 214, "color": 1}, {"x": 82.02491760253906, "y": 25.46529197692871, "subreddit": "watamote", "cluster": 214, "color": 1}, {"x": 44.95988845825195, "y": 13.718328475952148, "subreddit": "besiege", "cluster": 1500, "color": 3}, {"x": 45.37443161010742, "y": 0.4642905294895172, "subreddit": "lifeisstrange", "cluster": 1500, "color": 3}, {"x": 46.352901458740234, "y": 11.995294570922852, "subreddit": "readyornotgame", "cluster": 1500, "color": 3}, {"x": 46.34523391723633, "y": 11.983171463012695, "subreddit": "subnautica", "cluster": 1500, "color": 3}, {"x": 74.77589416503906, "y": 5.119209289550781, "subreddit": "besiktas", "cluster": 1879, "color": 5}, {"x": -94.55400085449219, "y": 18.503616333007812, "subreddit": "galatasaray", "cluster": 1879, "color": 5}, {"x": -92.91063690185547, "y": 17.645599365234375, "subreddit": "istanbul", "cluster": 1879, "color": 5}, {"x": -92.9458236694336, "y": 17.707185745239258, "subreddit": "turkey", "cluster": 1879, "color": 5}, {"x": -16.105548858642578, "y": 24.618473052978516, "subreddit": "turkeyjerky", "cluster": 1879, "color": 5}, {"x": -6.943451404571533, "y": -83.32695007324219, "subreddit": "bestoflegaladvice", "cluster": 1038, "color": 3}, {"x": -6.1820855140686035, "y": -82.34156036376953, "subreddit": "legal", "cluster": 1038, "color": 3}, {"x": -6.700150966644287, "y": -83.31092071533203, "subreddit": "legaladvice", "cluster": 1038, "color": 3}, {"x": -6.046494960784912, "y": -84.00148010253906, "subreddit": "legaladviceofftopic", "cluster": 1038, "color": 3}, {"x": 1.9172263145446777, "y": -1.3393758535385132, "subreddit": "bestofliveleak", "cluster": 444, "color": 2}, {"x": 1.611088752746582, "y": 1.1167402267456055, "subreddit": "cringe", "cluster": 444, "color": 2}, {"x": 1.608027458190918, "y": 1.2917778491973877, "subreddit": "cringepics", "cluster": 444, "color": 2}, {"x": 2.39985728263855, "y": 3.1669511795043945, "subreddit": "livestreamfails", "cluster": 444, "color": 2}, {"x": 2.7541160583496094, "y": -2.8325743675231934, "subreddit": "montageparodies", "cluster": 444, "color": 2}, {"x": -15.743606567382812, "y": 11.724154472351074, "subreddit": "publicfreakout", "cluster": 444, "color": 2}, {"x": 1.3967812061309814, "y": 0.6011215448379517, "subreddit": "rage", "cluster": 444, "color": 2}, {"x": 74.85099792480469, "y": -18.67238998413086, "subreddit": "slashdiablo", "cluster": 444, "color": 2}, {"x": 3.9679906368255615, "y": 3.6264328956604004, "subreddit": "bestofreports", "cluster": 764, "color": 1}, {"x": 3.932828426361084, "y": 3.7611100673675537, "subreddit": "gamephysics", "cluster": 764, "color": 1}, {"x": 3.2720186710357666, "y": 4.719627380371094, "subreddit": "outside", "cluster": 764, "color": 1}, {"x": 45.52322006225586, "y": -10.391325950622559, "subreddit": "pcmasterrace", "cluster": 764, "color": 1}, {"x": -139.5964813232422, "y": -36.22568130493164, "subreddit": "bestofstreamingvideo", "cluster": 745, "color": 1}, {"x": -139.22657775878906, "y": -35.64499282836914, "subreddit": "cineshots", "cluster": 745, "color": 1}, {"x": -139.61341857910156, "y": -35.96712875366211, "subreddit": "fullmoviesonanything", "cluster": 745, "color": 1}, {"x": -138.66171264648438, "y": -35.88840103149414, "subreddit": "fullmoviesonyoutube", "cluster": 745, "color": 1}, {"x": -138.7028350830078, "y": -36.59514617919922, "subreddit": "ijustwatched", "cluster": 745, "color": 1}, {"x": -139.37022399902344, "y": -36.68247604370117, "subreddit": "movieposterporn", "cluster": 745, "color": 1}, {"x": -14.0911226272583, "y": -23.322463989257812, "subreddit": "netflixbestof", "cluster": 745, "color": 1}, {"x": -135.58221435546875, "y": -34.91910934448242, "subreddit": "plexposters", "cluster": 745, "color": 1}, {"x": -26.03826904296875, "y": -25.244693756103516, "subreddit": "beta", "cluster": 299, "color": 1}, {"x": -25.342514038085938, "y": -28.233278274536133, "subreddit": "blacksails", "cluster": 299, "color": 1}, {"x": -26.52907371520996, "y": -24.995302200317383, "subreddit": "bugs", "cluster": 299, "color": 1}, {"x": -26.67316436767578, "y": -26.78997802734375, "subreddit": "cmu", "cluster": 299, "color": 1}, {"x": -23.565561294555664, "y": -27.97517967224121, "subreddit": "designatedsurvivor", "cluster": 299, "color": 1}, {"x": -26.82074737548828, "y": -28.028396606445312, "subreddit": "glee", "cluster": 299, "color": 1}, {"x": -25.012317657470703, "y": -27.231760025024414, "subreddit": "grimm", "cluster": 299, "color": 1}, {"x": -23.534954071044922, "y": -30.528640747070312, "subreddit": "homeland", "cluster": 299, "color": 1}, {"x": -24.338151931762695, "y": -29.264249801635742, "subreddit": "housemd", "cluster": 299, "color": 1}, {"x": -27.203413009643555, "y": -24.467275619506836, "subreddit": "ideasfortheadmins", "cluster": 299, "color": 1}, {"x": -24.20491600036621, "y": -27.0617618560791, "subreddit": "lastweektonight", "cluster": 299, "color": 1}, {"x": -27.7117977142334, "y": -23.19881248474121, "subreddit": "modhelp", "cluster": 299, "color": 1}, {"x": -29.156339645385742, "y": -25.48637580871582, "subreddit": "redditdev", "cluster": 299, "color": 1}, {"x": -24.458890914916992, "y": -25.853225708007812, "subreddit": "riddles", "cluster": 299, "color": 1}, {"x": -25.619705200195312, "y": -26.20703125, "subreddit": "samplesize", "cluster": 299, "color": 1}, {"x": -24.91098403930664, "y": -27.48073387145996, "subreddit": "suits", "cluster": 299, "color": 1}, {"x": -25.867074966430664, "y": -30.109661102294922, "subreddit": "thenewsroom", "cluster": 299, "color": 1}, {"x": -28.395572662353516, "y": -25.399137496948242, "subreddit": "therealmofmianite", "cluster": 299, "color": 1}, {"x": 57.27142333984375, "y": -7.696227550506592, "subreddit": "bethesdasoftworks", "cluster": 215, "color": 0}, {"x": 56.89793014526367, "y": -8.824373245239258, "subreddit": "elderscrolls", "cluster": 215, "color": 0}, {"x": 57.35390853881836, "y": -7.678669452667236, "subreddit": "starfield", "cluster": 215, "color": 0}, {"x": 115.75741577148438, "y": -26.693695068359375, "subreddit": "beto2020", "cluster": 1917, "color": 2}, {"x": 20.447065353393555, "y": -50.622833251953125, "subreddit": "bluemidterm2018", "cluster": 1917, "color": 2}, {"x": 21.178340911865234, "y": -51.47746276855469, "subreddit": "maninthehighcastle", "cluster": 1917, "color": 2}, {"x": 81.14344787597656, "y": -50.61393356323242, "subreddit": "sikh", "cluster": 1917, "color": 2}, {"x": 20.606243133544922, "y": -50.81955337524414, "subreddit": "voteblue", "cluster": 1917, "color": 2}, {"x": -21.107982635498047, "y": -34.253292083740234, "subreddit": "bettercallsaul", "cluster": 216, "color": 0}, {"x": -21.33059310913086, "y": -34.2188606262207, "subreddit": "breakingbad", "cluster": 216, "color": 0}, {"x": 66.11128234863281, "y": 40.083988189697266, "subreddit": "drumkits", "cluster": 216, "color": 0}, {"x": 7.359424591064453, "y": 44.1084098815918, "subreddit": "bettereveryloop", "cluster": 1523, "color": 3}, {"x": 7.356935024261475, "y": 44.144596099853516, "subreddit": "removedbybotter", "cluster": 1523, "color": 3}, {"x": -21.186565399169922, "y": -108.8355484008789, "subreddit": "betweentheburiedandme", "cluster": 1445, "color": 0}, {"x": -21.628637313842773, "y": -112.68412780761719, "subreddit": "devintownsend", "cluster": 1445, "color": 0}, {"x": -23.52138900756836, "y": -111.47936248779297, "subreddit": "opeth", "cluster": 1445, "color": 0}, {"x": -18.99077606201172, "y": -108.39517211914062, "subreddit": "peripheryband", "cluster": 1445, "color": 0}, {"x": -21.028093338012695, "y": -108.79243469238281, "subreddit": "progmetal", "cluster": 1445, "color": 0}, {"x": 75.8994140625, "y": -59.281280517578125, "subreddit": "squash", "cluster": 1445, "color": 0}, {"x": 15.0205659866333, "y": 40.04495620727539, "subreddit": "bi_irl", "cluster": 1143, "color": 2}, {"x": -10.62195873260498, "y": 11.802041053771973, "subreddit": "inspirobot", "cluster": 1143, "color": 2}, {"x": 15.267601013183594, "y": 40.063865661621094, "subreddit": "me_irlgbt", "cluster": 1143, "color": 2}, {"x": 16.225439071655273, "y": 40.155208587646484, "subreddit": "sapphoandherfriend", "cluster": 1143, "color": 2}, {"x": 17.01093292236328, "y": 40.919429779052734, "subreddit": "tumblr", "cluster": 1143, "color": 2}, {"x": 48.3594970703125, "y": -47.49539566040039, "subreddit": "bible", "cluster": 1867, "color": 5}, {"x": 50.584815979003906, "y": -49.61986541748047, "subreddit": "christian", "cluster": 1867, "color": 5}, {"x": 49.387916564941406, "y": -49.95286560058594, "subreddit": "christianmarriage", "cluster": 1867, "color": 5}, {"x": 48.18849563598633, "y": -50.67118835449219, "subreddit": "christians", "cluster": 1867, "color": 5}, {"x": 53.43156051635742, "y": -52.1695671081543, "subreddit": "merylrearsolid", "cluster": 1867, "color": 5}, {"x": 51.56812286376953, "y": -50.62790298461914, "subreddit": "nofapchristians", "cluster": 1867, "color": 5}, {"x": 48.317447662353516, "y": -50.60844039916992, "subreddit": "reformed", "cluster": 1867, "color": 5}, {"x": 53.594783782958984, "y": -52.240814208984375, "subreddit": "senrankagura", "cluster": 1867, "color": 5}, {"x": 50.549442291259766, "y": -50.761531829833984, "subreddit": "truechristian", "cluster": 1867, "color": 5}, {"x": 8.582624435424805, "y": 64.02214050292969, "subreddit": "bibros", "cluster": 234, "color": 0}, {"x": 7.890058517456055, "y": 64.8454360961914, "subreddit": "bigonemild", "cluster": 234, "color": 0}, {"x": 8.405893325805664, "y": 64.2123031616211, "subreddit": "bisexual", "cluster": 234, "color": 0}, {"x": -30.217697143554688, "y": 2.0949583053588867, "subreddit": "pansexual", "cluster": 234, "color": 0}, {"x": -25.43172264099121, "y": -68.60535430908203, "subreddit": "bicyclingcirclejerk", "cluster": 221, "color": 0}, {"x": -25.59950828552246, "y": -68.54045867919922, "subreddit": "santarosa", "cluster": 221, "color": 0}, {"x": -25.012828826904297, "y": -69.21448516845703, "subreddit": "surfing", "cluster": 221, "color": 0}, {"x": -85.52178192138672, "y": -46.685935974121094, "subreddit": "toyotatacoma", "cluster": 221, "color": 0}, {"x": -2.5340628623962402, "y": -0.5108999609947205, "subreddit": "youdontsurf", "cluster": 221, "color": 0}, {"x": -28.184926986694336, "y": -38.13812255859375, "subreddit": "bigbangtheory", "cluster": 223, "color": 1}, {"x": -28.191787719726562, "y": -38.16508865356445, "subreddit": "buffy", "cluster": 223, "color": 1}, {"x": -27.727890014648438, "y": -37.62391662597656, "subreddit": "himym", "cluster": 223, "color": 1}, {"x": -12.169836044311523, "y": -20.95522117614746, "subreddit": "that70sshow", "cluster": 223, "color": 1}, {"x": 6.398927688598633, "y": -97.45264434814453, "subreddit": "bigbrother", "cluster": 1743, "color": 5}, {"x": -68.54986572265625, "y": 43.82139205932617, "subreddit": "brantsteele", "cluster": 1743, "color": 5}, {"x": 5.224216461181641, "y": -98.45262908935547, "subreddit": "edgic", "cluster": 1743, "color": 5}, {"x": 40.55669403076172, "y": 87.53087615966797, "subreddit": "emetophobia", "cluster": 1743, "color": 5}, {"x": 4.9512505531311035, "y": -98.97820281982422, "subreddit": "spoiledsurvivor", "cluster": 1743, "color": 5}, {"x": 5.501688003540039, "y": -97.9786605834961, "subreddit": "survivor", "cluster": 1743, "color": 5}, {"x": 6.52271032333374, "y": -98.89661407470703, "subreddit": "survivorau", "cluster": 1743, "color": 5}, {"x": 4.6349196434021, "y": -97.41797637939453, "subreddit": "survivorcirclejerk", "cluster": 1743, "color": 5}, {"x": 5.739705562591553, "y": -96.22920227050781, "subreddit": "theamazingrace", "cluster": 1743, "color": 5}, {"x": -56.49666213989258, "y": 25.290353775024414, "subreddit": "bigfighthdtv", "cluster": 224, "color": 0}, {"x": -31.408124923706055, "y": -109.75491333007812, "subreddit": "bigisland", "cluster": 929, "color": 3}, {"x": 118.33793640136719, "y": -45.192588806152344, "subreddit": "indiancountry", "cluster": 929, "color": 3}, {"x": 118.3402099609375, "y": -45.19169998168945, "subreddit": "nativeamerican", "cluster": 929, "color": 3}, {"x": -18.134920120239258, "y": -42.122459411621094, "subreddit": "biglittlelies", "cluster": 2001, "color": 2}, {"x": -17.469913482666016, "y": -43.69099426269531, "subreddit": "gossipgirl", "cluster": 2001, "color": 2}, {"x": -109.14618682861328, "y": 2.2156741619110107, "subreddit": "looneytuneswom", "cluster": 2001, "color": 2}, {"x": -17.68876838684082, "y": -43.274330139160156, "subreddit": "youonlifetime", "cluster": 2001, "color": 2}, {"x": 88.60867309570312, "y": -82.91676330566406, "subreddit": "bih", "cluster": 226, "color": 1}, {"x": 59.265647888183594, "y": -76.0802993774414, "subreddit": "croatia", "cluster": 226, "color": 1}, {"x": 89.37193298339844, "y": -82.80815887451172, "subreddit": "serbia", "cluster": 226, "color": 1}, {"x": -30.38389015197754, "y": -63.19788360595703, "subreddit": "bikecammers", "cluster": 1539, "color": 0}, {"x": 1.200843095779419, "y": -3.173591136932373, "subreddit": "carcrash", "cluster": 1539, "color": 0}, {"x": -31.732229232788086, "y": -62.72414016723633, "subreddit": "dashcam", "cluster": 1539, "color": 0}, {"x": -31.22572135925293, "y": -62.924903869628906, "subreddit": "roadcam", "cluster": 1539, "color": 0}, {"x": -39.087406158447266, "y": -65.40385437011719, "subreddit": "torontodriving", "cluster": 1539, "color": 0}, {"x": -83.37882232666016, "y": -29.677976608276367, "subreddit": "bikepacking", "cluster": 1982, "color": 3}, {"x": -82.74073028564453, "y": -29.2530574798584, "subreddit": "gravelcycling", "cluster": 1982, "color": 3}, {"x": 24.1516056060791, "y": -93.84019470214844, "subreddit": "londonontario", "cluster": 1982, "color": 3}, {"x": -82.85456848144531, "y": -29.329458236694336, "subreddit": "xbiking", "cluster": 1982, "color": 3}, {"x": -104.76813507080078, "y": -56.93778991699219, "subreddit": "bikesgonewild", "cluster": 1203, "color": 2}, {"x": -105.94103240966797, "y": -56.74569320678711, "subreddit": "calamariraceteam", "cluster": 1203, "color": 2}, {"x": -105.43341064453125, "y": -59.03460693359375, "subreddit": "fixxit", "cluster": 1203, "color": 2}, {"x": -106.5666732788086, "y": -54.26289367675781, "subreddit": "fz07", "cluster": 1203, "color": 2}, {"x": -106.11158752441406, "y": -55.87922668457031, "subreddit": "fz09", "cluster": 1203, "color": 2}, {"x": -103.98570251464844, "y": -58.21910858154297, "subreddit": "hondagrom", "cluster": 1203, "color": 2}, {"x": -100.54377746582031, "y": -58.44353485107422, "subreddit": "motocross", "cluster": 1203, "color": 2}, {"x": -103.17926788330078, "y": -60.25498580932617, "subreddit": "motogp", "cluster": 1203, "color": 2}, {"x": -103.4478530883789, "y": -56.33679962158203, "subreddit": "motola", "cluster": 1203, "color": 2}, {"x": -104.79508209228516, "y": -58.31509017944336, "subreddit": "motorcycles", "cluster": 1203, "color": 2}, {"x": -106.36931610107422, "y": -59.223472595214844, "subreddit": "motouk", "cluster": 1203, "color": 2}, {"x": -105.70360565185547, "y": -53.46232986450195, "subreddit": "suggestamotorcycle", "cluster": 1203, "color": 2}, {"x": -105.17898559570312, "y": -59.72300338745117, "subreddit": "svriders", "cluster": 1203, "color": 2}, {"x": -102.28751373291016, "y": -59.39317321777344, "subreddit": "trackdays", "cluster": 1203, "color": 2}, {"x": -89.77050018310547, "y": -12.141433715820312, "subreddit": "billiards", "cluster": 1431, "color": 3}, {"x": -90.43161010742188, "y": -15.495196342468262, "subreddit": "photocritique", "cluster": 1431, "color": 3}, {"x": -89.46101379394531, "y": -13.500873565673828, "subreddit": "photoshop", "cluster": 1431, "color": 3}, {"x": -89.45693969726562, "y": -13.524995803833008, "subreddit": "postprocessing", "cluster": 1431, "color": 3}, {"x": -82.9130630493164, "y": 42.53145217895508, "subreddit": "billieeilish", "cluster": 1884, "color": 4}, {"x": -86.42767333984375, "y": 50.356693267822266, "subreddit": "brockhampton", "cluster": 1884, "color": 4}, {"x": -87.8639144897461, "y": 51.9940185546875, "subreddit": "earlsweatshirt", "cluster": 1884, "color": 4}, {"x": -86.81805419921875, "y": 52.35991668701172, "subreddit": "golfwang", "cluster": 1884, "color": 4}, {"x": -86.57759857177734, "y": 53.422515869140625, "subreddit": "ofwgkta", "cluster": 1884, "color": 4}, {"x": -86.9586181640625, "y": 52.26543045043945, "subreddit": "tylerthecreator", "cluster": 1884, "color": 4}, {"x": -18.914424896240234, "y": -46.02299118041992, "subreddit": "billions", "cluster": 1905, "color": 2}, {"x": -16.62969970703125, "y": -46.72706604003906, "subreddit": "peakyblinders", "cluster": 1905, "color": 2}, {"x": -18.20862579345703, "y": -47.02151870727539, "subreddit": "thelastkingdom", "cluster": 1905, "color": 2}, {"x": -18.542436599731445, "y": -46.99135971069336, "subreddit": "vikingstv", "cluster": 1905, "color": 2}, {"x": -19.152151107788086, "y": -47.6173095703125, "subreddit": "wentworthtv", "cluster": 1905, "color": 2}, {"x": -33.525943756103516, "y": -92.98687744140625, "subreddit": "billsimmons", "cluster": 1240, "color": 2}, {"x": -40.01698303222656, "y": -94.60383605957031, "subreddit": "bostonceltics", "cluster": 1240, "color": 2}, {"x": -33.862979888916016, "y": -89.2612075805664, "subreddit": "chicagobulls", "cluster": 1240, "color": 2}, {"x": -44.78937911987305, "y": -71.20852661132812, "subreddit": "detroitpistons", "cluster": 1240, "color": 2}, {"x": -37.6236686706543, "y": -90.85420227050781, "subreddit": "laclippers", "cluster": 1240, "color": 2}, {"x": -39.41974639892578, "y": -91.53229522705078, "subreddit": "lakers", "cluster": 1240, "color": 2}, {"x": -39.796627044677734, "y": -88.23065185546875, "subreddit": "mavericks", "cluster": 1240, "color": 2}, {"x": -57.014644622802734, "y": -119.76286315917969, "subreddit": "memphisgrizzlies", "cluster": 1240, "color": 2}, {"x": -39.80854797363281, "y": -91.5760498046875, "subreddit": "nba", "cluster": 1240, "color": 2}, {"x": -39.92955017089844, "y": -94.52869415283203, "subreddit": "nbadiscussion", "cluster": 1240, "color": 2}, {"x": -40.408512115478516, "y": -92.35555267333984, "subreddit": "nbaspurs", "cluster": 1240, "color": 2}, {"x": -43.15828323364258, "y": -93.46406555175781, "subreddit": "nyknicks", "cluster": 1240, "color": 2}, {"x": -32.405635833740234, "y": -0.7557922601699829, "subreddit": "orlandomagic", "cluster": 1240, "color": 2}, {"x": -39.60456466674805, "y": -90.37870025634766, "subreddit": "ripcity", "cluster": 1240, "color": 2}, {"x": -38.702491760253906, "y": -92.60931396484375, "subreddit": "thunder", "cluster": 1240, "color": 2}, {"x": -40.98308563232422, "y": -91.14102935791016, "subreddit": "torontoraptors", "cluster": 1240, "color": 2}, {"x": -42.43464279174805, "y": -89.61517333984375, "subreddit": "washingtonwizards", "cluster": 1240, "color": 2}, {"x": 9.435245513916016, "y": 78.33468627929688, "subreddit": "binance", "cluster": 227, "color": 0}, {"x": 9.43680477142334, "y": 78.36808013916016, "subreddit": "binanceexchange", "cluster": 227, "color": 0}, {"x": -19.173263549804688, "y": 2.2278807163238525, "subreddit": "bindingofisaac", "cluster": 228, "color": 0}, {"x": 21.01708221435547, "y": 41.075157165527344, "subreddit": "lisathepainfulrpg", "cluster": 228, "color": 0}, {"x": -18.72902488708496, "y": 0.7438726425170898, "subreddit": "nuclearthrone", "cluster": 228, "color": 0}, {"x": -34.522682189941406, "y": 29.40943717956543, "subreddit": "spelunky", "cluster": 228, "color": 0}, {"x": -19.225778579711914, "y": 2.2824866771698, "subreddit": "themoddingofisaac", "cluster": 228, "color": 0}, {"x": 6.556128978729248, "y": -51.1797981262207, "subreddit": "binghamtonuniversity", "cluster": 1114, "color": 1}, {"x": 89.38166809082031, "y": 7.350820541381836, "subreddit": "mabinogi", "cluster": 1114, "color": 1}, {"x": 86.45500183105469, "y": 5.1381306648254395, "subreddit": "maplestory", "cluster": 1114, "color": 1}, {"x": 86.46286010742188, "y": 5.108362674713135, "subreddit": "maplestory2", "cluster": 1114, "color": 1}, {"x": 23.20709228515625, "y": -60.72567367553711, "subreddit": "biochemistry", "cluster": 352, "color": 0}, {"x": 23.947444915771484, "y": -61.09055709838867, "subreddit": "biology", "cluster": 352, "color": 0}, {"x": 24.66035270690918, "y": -60.60566711425781, "subreddit": "chemhelp", "cluster": 352, "color": 0}, {"x": 24.432485580444336, "y": -59.3723030090332, "subreddit": "chemistry", "cluster": 352, "color": 0}, {"x": 25.04518699645996, "y": -60.503150939941406, "subreddit": "homeworkhelp", "cluster": 352, "color": 0}, {"x": 25.33160972595215, "y": -61.95454406738281, "subreddit": "microbiology", "cluster": 352, "color": 0}, {"x": -58.10118103027344, "y": 33.07178497314453, "subreddit": "bioniclelego", "cluster": 229, "color": 0}, {"x": -58.09439468383789, "y": 33.0638542175293, "subreddit": "bioniclememes", "cluster": 229, "color": 0}, {"x": -15.070411682128906, "y": -155.9002685546875, "subreddit": "bioshock", "cluster": 652, "color": 2}, {"x": 52.90059280395508, "y": -9.210338592529297, "subreddit": "fallout", "cluster": 652, "color": 2}, {"x": 52.23214340209961, "y": -9.40908145904541, "subreddit": "falloutlore", "cluster": 652, "color": 2}, {"x": 52.5155029296875, "y": -7.992592811584473, "subreddit": "falloutmods", "cluster": 652, "color": 2}, {"x": 52.77033233642578, "y": -7.848560810089111, "subreddit": "fnv", "cluster": 652, "color": 2}, {"x": 53.257598876953125, "y": -9.787193298339844, "subreddit": "fo4", "cluster": 652, "color": 2}, {"x": 54.48917770385742, "y": -8.03853702545166, "subreddit": "manyatruenerd", "cluster": 652, "color": 2}, {"x": 55.212276458740234, "y": -5.81448221206665, "subreddit": "theouterworlds", "cluster": 652, "color": 2}, {"x": 50.08797073364258, "y": 91.44925689697266, "subreddit": "bipolar", "cluster": 230, "color": 0}, {"x": 50.71353530883789, "y": 90.60853576660156, "subreddit": "bipolar2", "cluster": 230, "color": 0}, {"x": 49.71633529663086, "y": 91.43382263183594, "subreddit": "bipolarreddit", "cluster": 230, "color": 0}, {"x": 50.81625747680664, "y": 92.33750915527344, "subreddit": "bipolarsos", "cluster": 230, "color": 0}, {"x": -29.172584533691406, "y": 5.29099702835083, "subreddit": "birbs", "cluster": 231, "color": 1}, {"x": -29.33344078063965, "y": 6.759410381317139, "subreddit": "budgies", "cluster": 231, "color": 1}, {"x": -28.366891860961914, "y": 6.063250541687012, "subreddit": "cockatiel", "cluster": 231, "color": 1}, {"x": -1.0715396404266357, "y": -159.2222900390625, "subreddit": "enlightenedbirdmen", "cluster": 231, "color": 1}, {"x": -29.784549713134766, "y": 5.073671340942383, "subreddit": "parrots", "cluster": 231, "color": 1}, {"x": -29.16716194152832, "y": 4.929274082183838, "subreddit": "partyparrot", "cluster": 231, "color": 1}, {"x": -133.41595458984375, "y": -0.30561941862106323, "subreddit": "birdcharger", "cluster": 1061, "color": 1}, {"x": -133.4145965576172, "y": -0.30355358123779297, "subreddit": "limejuicer", "cluster": 1061, "color": 1}, {"x": -7.116117477416992, "y": 2.7814531326293945, "subreddit": "birdswitharms", "cluster": 1830, "color": 5}, {"x": 72.24079895019531, "y": 46.044837951660156, "subreddit": "blackcoin", "cluster": 1830, "color": 5}, {"x": -144.1625213623047, "y": -6.2961812019348145, "subreddit": "carbage", "cluster": 1830, "color": 5}, {"x": -5.697222709655762, "y": 1.6024614572525024, "subreddit": "hivaids", "cluster": 1830, "color": 5}, {"x": -8.172070503234863, "y": -10.43933391571045, "subreddit": "jerktalkdiamond", "cluster": 1830, "color": 5}, {"x": -5.341422080993652, "y": 2.039815664291382, "subreddit": "logophilia", "cluster": 1830, "color": 5}, {"x": -5.3016228675842285, "y": 2.7371068000793457, "subreddit": "titlegore", "cluster": 1830, "color": 5}, {"x": 10.024115562438965, "y": -1.632828712463379, "subreddit": "vintageads", "cluster": 1830, "color": 5}, {"x": 5.6630120277404785, "y": 63.04484558105469, "subreddit": "bisexualteens", "cluster": 1047, "color": 1}, {"x": 4.309436321258545, "y": 64.05054473876953, "subreddit": "lgbteens", "cluster": 1047, "color": 1}, {"x": 4.345482349395752, "y": 64.02149963378906, "subreddit": "lgbteensgonemild", "cluster": 1047, "color": 1}, {"x": 6.983598709106445, "y": -1.143994688987732, "subreddit": "bitcoin", "cluster": 728, "color": 3}, {"x": 5.665040016174316, "y": -0.8953137993812561, "subreddit": "bittippers", "cluster": 728, "color": 3}, {"x": 4.408224582672119, "y": -1.281934380531311, "subreddit": "free", "cluster": 728, "color": 3}, {"x": 5.580626964569092, "y": -1.0293972492218018, "subreddit": "freebits", "cluster": 728, "color": 3}, {"x": 6.3100504875183105, "y": -0.198966383934021, "subreddit": "jobs4bitcoins", "cluster": 728, "color": 3}, {"x": 4.971542835235596, "y": 0.2979898750782013, "subreddit": "millionairemakers", "cluster": 728, "color": 3}, {"x": 129.90147399902344, "y": 67.2864990234375, "subreddit": "bitcoinall", "cluster": 235, "color": 0}, {"x": 129.901611328125, "y": 67.2859115600586, "subreddit": "politicsall", "cluster": 235, "color": 0}, {"x": 7.529435634613037, "y": -1.439237356185913, "subreddit": "bitcoinbeginners", "cluster": 295, "color": 0}, {"x": 5.218236446380615, "y": 69.5257568359375, "subreddit": "bitcoincash", "cluster": 295, "color": 0}, {"x": 5.675204277038574, "y": 67.95081329345703, "subreddit": "bitcoincashsv", "cluster": 295, "color": 0}, {"x": 4.650307655334473, "y": 68.48932647705078, "subreddit": "bitcoinxt", "cluster": 295, "color": 0}, {"x": 5.0242509841918945, "y": 68.6677017211914, "subreddit": "btc", "cluster": 295, "color": 0}, {"x": -0.7149513363838196, "y": 12.047164916992188, "subreddit": "noncensored_bitcoin", "cluster": 295, "color": 0}, {"x": 8.366939544677734, "y": 85.78968048095703, "subreddit": "bitcoinca", "cluster": 1476, "color": 3}, {"x": 11.62790584564209, "y": 76.1803970336914, "subreddit": "kinfoundation", "cluster": 1476, "color": 3}, {"x": 8.368236541748047, "y": 85.79093170166016, "subreddit": "quadrigacx", "cluster": 1476, "color": 3}, {"x": 2.5057430267333984, "y": 77.10435485839844, "subreddit": "bitcoinmarkets", "cluster": 631, "color": 3}, {"x": 1.511156439781189, "y": 78.69957733154297, "subreddit": "ethfinance", "cluster": 631, "color": 3}, {"x": 1.1527061462402344, "y": 79.69477844238281, "subreddit": "ethinsider", "cluster": 631, "color": 3}, {"x": 1.5409990549087524, "y": 78.84601593017578, "subreddit": "ethtrader", "cluster": 631, "color": 3}, {"x": 1.0196526050567627, "y": 81.7169189453125, "subreddit": "iconomi", "cluster": 631, "color": 3}, {"x": 2.9540963172912598, "y": 79.21847534179688, "subreddit": "omise_go", "cluster": 631, "color": 3}, {"x": -1.3555326461791992, "y": 80.45478057861328, "subreddit": "tezos", "cluster": 631, "color": 3}, {"x": -70.75790405273438, "y": -10.45266056060791, "subreddit": "bitcoinmining", "cluster": 1067, "color": 1}, {"x": 16.565811157226562, "y": 75.51829528808594, "subreddit": "litecoinmining", "cluster": 1067, "color": 1}, {"x": 16.54530906677246, "y": 75.50972747802734, "subreddit": "vertcoin", "cluster": 1067, "color": 1}, {"x": 10.461853981018066, "y": 83.04019927978516, "subreddit": "bitcoinprivate", "cluster": 236, "color": 1}, {"x": 10.463903427124023, "y": 83.03955841064453, "subreddit": "zclassic", "cluster": 236, "color": 1}, {"x": 9.232370376586914, "y": 0.5279092192649841, "subreddit": "bizarrebuildings", "cluster": 237, "color": 1}, {"x": -1.7668918371200562, "y": 14.790214538574219, "subreddit": "evilbuildings", "cluster": 237, "color": 1}, {"x": 8.71252727508545, "y": 1.2641596794128418, "subreddit": "funnysigns", "cluster": 237, "color": 1}, {"x": 9.232794761657715, "y": 0.5272377729415894, "subreddit": "retrofuturism", "cluster": 237, "color": 1}, {"x": -93.21405029296875, "y": -38.550323486328125, "subreddit": "weirdwheels", "cluster": 237, "color": 1}, {"x": -86.55005645751953, "y": 35.45231246948242, "subreddit": "bjork", "cluster": 1424, "color": 5}, {"x": 105.27408599853516, "y": 24.73179817199707, "subreddit": "pcmusic", "cluster": 1424, "color": 5}, {"x": 106.84205627441406, "y": 23.438676834106445, "subreddit": "popheads", "cluster": 1424, "color": 5}, {"x": 106.83747863769531, "y": 23.44154167175293, "subreddit": "popheadscirclejerk", "cluster": 1424, "color": 5}, {"x": 78.83372497558594, "y": -71.3226547241211, "subreddit": "triplej", "cluster": 1424, "color": 5}, {"x": 17.700252532958984, "y": 22.085948944091797, "subreddit": "blackcats", "cluster": 694, "color": 3}, {"x": 18.75365447998047, "y": 22.779651641845703, "subreddit": "catbellies", "cluster": 694, "color": 3}, {"x": 19.08640480041504, "y": 23.14832878112793, "subreddit": "floof", "cluster": 694, "color": 3}, {"x": 18.917049407958984, "y": 22.50368309020996, "subreddit": "jellybeantoes", "cluster": 694, "color": 3}, {"x": 19.743839263916016, "y": 23.766403198242188, "subreddit": "mainecoons", "cluster": 694, "color": 3}, {"x": 17.66109848022461, "y": 22.713857650756836, "subreddit": "supermodelcats", "cluster": 694, "color": 3}, {"x": 18.905731201171875, "y": 20.7604923248291, "subreddit": "torties", "cluster": 694, "color": 3}, {"x": -29.41116714477539, "y": 83.68611907958984, "subreddit": "blackdesertmobile", "cluster": 238, "color": 0}, {"x": -29.416475296020508, "y": 83.7018814086914, "subreddit": "chiraqology", "cluster": 238, "color": 0}, {"x": -21.353307723999023, "y": 55.00679397583008, "subreddit": "hitmobile", "cluster": 238, "color": 0}, {"x": -24.27613639831543, "y": 86.96826171875, "subreddit": "hustlecastle", "cluster": 238, "color": 0}, {"x": -54.82174301147461, "y": 31.230125427246094, "subreddit": "lineage2revolution", "cluster": 238, "color": 0}, {"x": 93.34941101074219, "y": 0.940916895866394, "subreddit": "blackdesertonline", "cluster": 251, "color": 0}, {"x": 92.55389404296875, "y": 1.1470160484313965, "subreddit": "bless", "cluster": 251, "color": 0}, {"x": -32.254512786865234, "y": 87.2392349243164, "subreddit": "blessunleashed", "cluster": 251, "color": 0}, {"x": -137.67762756347656, "y": -5.205805778503418, "subreddit": "gameflysocial", "cluster": 251, "color": 0}, {"x": 92.20460510253906, "y": 1.4892523288726807, "subreddit": "lostarkgame", "cluster": 251, "color": 0}, {"x": -33.54535675048828, "y": 85.7859878540039, "subreddit": "playblackdesert", "cluster": 251, "color": 0}, {"x": -37.61587142944336, "y": 38.246307373046875, "subreddit": "playtemtem", "cluster": 251, "color": 0}, {"x": 0.05046271160244942, "y": -21.975933074951172, "subreddit": "blackfellas", "cluster": 246, "color": 0}, {"x": 14.667864799499512, "y": -1.4265954494476318, "subreddit": "blackpeoplegifs", "cluster": 246, "color": 0}, {"x": 14.896503448486328, "y": -0.9836626052856445, "subreddit": "blackpeopletwitter", "cluster": 246, "color": 0}, {"x": 15.069734573364258, "y": -0.7232378125190735, "subreddit": "wholesomebpt", "cluster": 246, "color": 0}, {"x": -57.87718200683594, "y": -15.717430114746094, "subreddit": "blackfriday", "cluster": 239, "color": 2}, {"x": -57.87786865234375, "y": -15.71406364440918, "subreddit": "consoledeals", "cluster": 239, "color": 2}, {"x": 42.94780349731445, "y": 74.4880599975586, "subreddit": "blackhair", "cluster": 240, "color": 0}, {"x": 0.20605476200580597, "y": -21.997804641723633, "subreddit": "blackladies", "cluster": 240, "color": 0}, {"x": 33.25307846069336, "y": 43.59891891479492, "subreddit": "dreadlocks", "cluster": 240, "color": 0}, {"x": 42.95353698730469, "y": 74.48074340820312, "subreddit": "naturalhair", "cluster": 240, "color": 0}, {"x": -15.744248390197754, "y": -113.76683807373047, "subreddit": "blackmetal", "cluster": 1913, "color": 4}, {"x": -17.02327537536621, "y": -111.68988800048828, "subreddit": "duckduckgo", "cluster": 1913, "color": 4}, {"x": -15.17179012298584, "y": -111.47731018066406, "subreddit": "emoscreamo", "cluster": 1913, "color": 4}, {"x": -14.573447227478027, "y": -111.38227844238281, "subreddit": "mathrock", "cluster": 1913, "color": 4}, {"x": -73.79032135009766, "y": -14.639227867126465, "subreddit": "nexus5", "cluster": 1913, "color": 4}, {"x": 1.3232030868530273, "y": -20.10594367980957, "subreddit": "operabrowser", "cluster": 1913, "color": 4}, {"x": -15.059377670288086, "y": -110.9598388671875, "subreddit": "postrock", "cluster": 1913, "color": 4}, {"x": -16.07303810119629, "y": -111.55302429199219, "subreddit": "vivaldibrowser", "cluster": 1913, "color": 4}, {"x": -85.84734344482422, "y": -108.02384948730469, "subreddit": "blackops2", "cluster": 242, "color": 2}, {"x": -86.01317596435547, "y": -107.8243179321289, "subreddit": "codghosts", "cluster": 242, "color": 2}, {"x": -84.92936706542969, "y": -108.00751495361328, "subreddit": "mw3", "cluster": 242, "color": 2}, {"x": -86.76885223388672, "y": -107.44534301757812, "subreddit": "redditblack", "cluster": 242, "color": 2}, {"x": -86.58865356445312, "y": -108.91122436523438, "subreddit": "redditcasual", "cluster": 242, "color": 2}, {"x": -79.23724365234375, "y": 20.521406173706055, "subreddit": "blackops3", "cluster": 243, "color": 1}, {"x": -77.49008178710938, "y": 19.5042667388916, "subreddit": "callofduty", "cluster": 243, "color": 1}, {"x": -79.66534423828125, "y": 20.29698944091797, "subreddit": "codaw", "cluster": 243, "color": 1}, {"x": -78.8479995727539, "y": 21.611724853515625, "subreddit": "codzombies", "cluster": 243, "color": 1}, {"x": -78.22186279296875, "y": 20.5000057220459, "subreddit": "infinitewarfare", "cluster": 243, "color": 1}, {"x": -76.70266723632812, "y": 21.357215881347656, "subreddit": "blackops4", "cluster": 244, "color": 2}, {"x": -77.30028533935547, "y": 18.998350143432617, "subreddit": "mw4", "cluster": 244, "color": 2}, {"x": -75.81102752685547, "y": 22.872920989990234, "subreddit": "scufgaming", "cluster": 244, "color": 2}, {"x": -76.85545349121094, "y": 21.248411178588867, "subreddit": "wwii", "cluster": 244, "color": 2}, {"x": -81.33311462402344, "y": 23.92015838623047, "subreddit": "blackoutbattleroyale", "cluster": 245, "color": 1}, {"x": -81.31217956542969, "y": 23.912874221801758, "subreddit": "codblackout", "cluster": 245, "color": 1}, {"x": -32.056617736816406, "y": 63.6903190612793, "subreddit": "hyperx", "cluster": 245, "color": 1}, {"x": -33.33946990966797, "y": 1.026535987854004, "subreddit": "ornarpg", "cluster": 245, "color": 1}, {"x": -75.83183288574219, "y": -55.37849426269531, "subreddit": "blacksmith", "cluster": 247, "color": 0}, {"x": -75.82732391357422, "y": -55.3857307434082, "subreddit": "blacksmithing", "cluster": 247, "color": 0}, {"x": -67.783203125, "y": -45.83030700683594, "subreddit": "resincasting", "cluster": 247, "color": 0}, {"x": 127.56243133544922, "y": -81.94628143310547, "subreddit": "blackwellacademy", "cluster": 248, "color": 1}, {"x": 126.8331298828125, "y": -81.32673645019531, "subreddit": "yamakuhighschool", "cluster": 248, "color": 1}, {"x": -45.8839225769043, "y": 35.046630859375, "subreddit": "bladeandsorcery", "cluster": 1802, "color": 5}, {"x": -45.92707061767578, "y": 35.09368133544922, "subreddit": "thelastofus", "cluster": 1802, "color": 5}, {"x": -84.66777801513672, "y": 24.822858810424805, "subreddit": "thelastofusfactions", "cluster": 1802, "color": 5}, {"x": -46.21018600463867, "y": 35.53942108154297, "subreddit": "thelongdark", "cluster": 1802, "color": 5}, {"x": 90.76419067382812, "y": 2.2870395183563232, "subreddit": "bladeandsoul", "cluster": 1782, "color": 5}, {"x": 91.48663330078125, "y": 3.7612948417663574, "subreddit": "teraonline", "cluster": 1782, "color": 5}, {"x": 93.77963256835938, "y": 4.768779277801514, "subreddit": "zmr", "cluster": 1782, "color": 5}, {"x": 17.521242141723633, "y": -28.40731430053711, "subreddit": "bladerunner", "cluster": 657, "color": 0}, {"x": -79.7103042602539, "y": -90.34527587890625, "subreddit": "caseyneistat", "cluster": 657, "color": 0}, {"x": -81.41258239746094, "y": -88.92789459228516, "subreddit": "fargo", "cluster": 657, "color": 0}, {"x": -80.64506530761719, "y": -89.58570098876953, "subreddit": "fcs", "cluster": 657, "color": 0}, {"x": -81.58625793457031, "y": -88.75483703613281, "subreddit": "northdakota", "cluster": 657, "color": 0}, {"x": -73.89793395996094, "y": -54.506141662597656, "subreddit": "bladesmith", "cluster": 1010, "color": 1}, {"x": -72.98139953613281, "y": -54.86948776245117, "subreddit": "chefknives", "cluster": 1010, "color": 1}, {"x": -73.84107971191406, "y": -54.53310775756836, "subreddit": "knifemaking", "cluster": 1010, "color": 1}, {"x": -38.35100173950195, "y": -119.46409606933594, "subreddit": "blankies", "cluster": 249, "color": 0}, {"x": -38.35310363769531, "y": -119.45999145507812, "subreddit": "wehatemovies", "cluster": 249, "color": 0}, {"x": -43.85162353515625, "y": 22.739952087402344, "subreddit": "blazbluextagbattle", "cluster": 673, "color": 1}, {"x": -42.302852630615234, "y": 21.32114028930664, "subreddit": "fighters", "cluster": 673, "color": 1}, {"x": -45.91664505004883, "y": 20.328392028808594, "subreddit": "killerinstinct", "cluster": 673, "color": 1}, {"x": -41.843685150146484, "y": 24.23303985595703, "subreddit": "kof", "cluster": 673, "color": 1}, {"x": -44.8189697265625, "y": 20.26342010498047, "subreddit": "sf4", "cluster": 673, "color": 1}, {"x": -42.19691848754883, "y": 21.621871948242188, "subreddit": "skullgirls", "cluster": 673, "color": 1}, {"x": -42.045166015625, "y": 20.466938018798828, "subreddit": "tetris", "cluster": 673, "color": 1}, {"x": -40.221534729003906, "y": 51.40152359008789, "subreddit": "bleach", "cluster": 1039, "color": 0}, {"x": -30.56399917602539, "y": -12.617082595825195, "subreddit": "legendofkorra", "cluster": 1039, "color": 0}, {"x": -48.3776969909668, "y": 13.421188354492188, "subreddit": "princessesofpower", "cluster": 1039, "color": 0}, {"x": -30.2475643157959, "y": -12.63299560546875, "subreddit": "thelastairbender", "cluster": 1039, "color": 0}, {"x": -41.55009460449219, "y": 52.23045349121094, "subreddit": "bleachbravesouls", "cluster": 2008, "color": 0}, {"x": 12.482169151306152, "y": 62.827423095703125, "subreddit": "darlinginthefranxx", "cluster": 2008, "color": 0}, {"x": 11.9733304977417, "y": 63.70176696777344, "subreddit": "gamertags", "cluster": 2008, "color": 0}, {"x": 12.366095542907715, "y": 63.034149169921875, "subreddit": "zerotwo", "cluster": 2008, "color": 0}, {"x": -32.709007263183594, "y": -12.639111518859863, "subreddit": "bleachshirts", "cluster": 744, "color": 1}, {"x": 53.18954086303711, "y": 24.410165786743164, "subreddit": "cowboybebop", "cluster": 744, "color": 1}, {"x": -32.61698913574219, "y": -12.626200675964355, "subreddit": "fullmetalalchemist", "cluster": 744, "color": 1}, {"x": 12.722017288208008, "y": 12.483687400817871, "subreddit": "blender", "cluster": 250, "color": 0}, {"x": 13.042895317077637, "y": 12.37179946899414, "subreddit": "blenderhelp", "cluster": 250, "color": 0}, {"x": 12.041386604309082, "y": 12.722341537475586, "subreddit": "low_poly", "cluster": 250, "color": 0}, {"x": 5.102990627288818, "y": 16.491174697875977, "subreddit": "simulated", "cluster": 250, "color": 0}, {"x": 21.47552490234375, "y": 24.9251766204834, "subreddit": "blep", "cluster": 504, "color": 0}, {"x": 21.804607391357422, "y": 24.391048431396484, "subreddit": "delightfullychubby", "cluster": 504, "color": 0}, {"x": 22.174541473388672, "y": 23.585817337036133, "subreddit": "seniorkitties", "cluster": 504, "color": 0}, {"x": -7.370275497436523, "y": -38.76237487792969, "subreddit": "blind", "cluster": 1284, "color": 1}, {"x": -8.353901863098145, "y": -37.394309997558594, "subreddit": "nightvale", "cluster": 1284, "color": 1}, {"x": -8.3346529006958, "y": -37.429595947265625, "subreddit": "onceuponatime", "cluster": 1284, "color": 1}, {"x": -9.34024429321289, "y": -36.20913314819336, "subreddit": "preacher", "cluster": 1284, "color": 1}, {"x": 9.205527305603027, "y": 36.08854675292969, "subreddit": "blizzard", "cluster": 1978, "color": 4}, {"x": 89.59058380126953, "y": -9.328898429870605, "subreddit": "competitivewow", "cluster": 1978, "color": 4}, {"x": 90.26383972167969, "y": -10.069439888000488, "subreddit": "transmogrification", "cluster": 1978, "color": 4}, {"x": 89.85181427001953, "y": -11.014984130859375, "subreddit": "warcraftlore", "cluster": 1978, "color": 4}, {"x": 91.70106506347656, "y": -10.322426795959473, "subreddit": "worldofpvp", "cluster": 1978, "color": 4}, {"x": 89.92269897460938, "y": -9.80977725982666, "subreddit": "wow", "cluster": 1978, "color": 4}, {"x": 90.72528076171875, "y": -8.690897941589355, "subreddit": "woweconomy", "cluster": 1978, "color": 4}, {"x": 88.58849334716797, "y": -10.05399227142334, "subreddit": "wownoob", "cluster": 1978, "color": 4}, {"x": 88.49437713623047, "y": -7.728140354156494, "subreddit": "wowui", "cluster": 1978, "color": 4}, {"x": 57.76959991455078, "y": 66.7957992553711, "subreddit": "blogsnark", "cluster": 253, "color": 0}, {"x": 58.31351089477539, "y": 68.4999008178711, "subreddit": "hunsnark", "cluster": 253, "color": 0}, {"x": 57.78740692138672, "y": 66.35692596435547, "subreddit": "sarahsnark", "cluster": 253, "color": 0}, {"x": 57.00028610229492, "y": 67.2056655883789, "subreddit": "trippsnark", "cluster": 253, "color": 0}, {"x": 64.24649810791016, "y": 3.739903211593628, "subreddit": "bloodborne", "cluster": 475, "color": 2}, {"x": 63.67156982421875, "y": 3.262357473373413, "subreddit": "darksouls3", "cluster": 475, "color": 2}, {"x": 63.35468673706055, "y": 4.429154396057129, "subreddit": "darksouls3jpn", "cluster": 475, "color": 2}, {"x": 63.77497482299805, "y": 2.1881303787231445, "subreddit": "fashionsouls", "cluster": 475, "color": 2}, {"x": 62.28536605834961, "y": 0.25870493054389954, "subreddit": "kurzgesagt", "cluster": 475, "color": 2}, {"x": 62.99005889892578, "y": 3.188976526260376, "subreddit": "opensouls3", "cluster": 475, "color": 2}, {"x": 67.80450439453125, "y": 5.002686977386475, "subreddit": "pumparum", "cluster": 475, "color": 2}, {"x": 65.34907531738281, "y": 5.347872257232666, "subreddit": "saltandsanctuary", "cluster": 475, "color": 2}, {"x": 62.99150848388672, "y": 1.28171706199646, "subreddit": "shittydarksouls", "cluster": 475, "color": 2}, {"x": 66.32243347167969, "y": 3.309610605239868, "subreddit": "wheelanddeal", "cluster": 475, "color": 2}, {"x": 82.45950317382812, "y": -37.11199951171875, "subreddit": "bloodbowl", "cluster": 1506, "color": 5}, {"x": 60.167972564697266, "y": -6.739200115203857, "subreddit": "marvelstrikeforce", "cluster": 1506, "color": 5}, {"x": 82.4790267944336, "y": -37.09619903564453, "subreddit": "rebbl", "cluster": 1506, "color": 5}, {"x": 14.627861976623535, "y": -151.27992248535156, "subreddit": "bloodgulchrp", "cluster": 1895, "color": 8}, {"x": 15.000940322875977, "y": -151.759765625, "subreddit": "projectfreelancerrp", "cluster": 1895, "color": 8}, {"x": 15.663007736206055, "y": -152.47218322753906, "subreddit": "rvbrp", "cluster": 1895, "color": 8}, {"x": 15.452486991882324, "y": -152.250732421875, "subreddit": "vegasquadrantrp", "cluster": 1895, "color": 8}, {"x": -47.565025329589844, "y": 31.76036262512207, "subreddit": "bloodstained", "cluster": 332, "color": 0}, {"x": -47.84474182128906, "y": 31.22144889831543, "subreddit": "castlevania", "cluster": 332, "color": 0}, {"x": -48.282257080078125, "y": 30.792442321777344, "subreddit": "megaman", "cluster": 332, "color": 0}, {"x": -45.82517623901367, "y": 30.55249786376953, "subreddit": "metroid", "cluster": 332, "color": 0}, {"x": 53.675384521484375, "y": 8.147565841674805, "subreddit": "residentevil", "cluster": 332, "color": 0}, {"x": 57.14159393310547, "y": -111.81354522705078, "subreddit": "bloomington", "cluster": 254, "color": 0}, {"x": 57.140464782714844, "y": -111.81383514404297, "subreddit": "indianauniversity", "cluster": 254, "color": 0}, {"x": 21.152416229248047, "y": 25.90965461730957, "subreddit": "blop", "cluster": 1681, "color": 0}, {"x": 6.880068778991699, "y": 17.58693504333496, "subreddit": "brushybrushy", "cluster": 1681, "color": 0}, {"x": 16.789535522460938, "y": 20.431514739990234, "subreddit": "catswithjobs", "cluster": 1681, "color": 0}, {"x": 15.421090126037598, "y": 18.7309513092041, "subreddit": "cattaps", "cluster": 1681, "color": 0}, {"x": 15.801228523254395, "y": 21.010059356689453, "subreddit": "curledfeetsies", "cluster": 1681, "color": 0}, {"x": 9.0065279006958, "y": 16.880638122558594, "subreddit": "eyebleach", "cluster": 1681, "color": 0}, {"x": 7.850526332855225, "y": 17.571664810180664, "subreddit": "hitmanimals", "cluster": 1681, "color": 0}, {"x": 15.143655776977539, "y": 20.86812973022461, "subreddit": "kneadycats", "cluster": 1681, "color": 0}, {"x": 13.892599105834961, "y": 21.253400802612305, "subreddit": "properanimalnames", "cluster": 1681, "color": 0}, {"x": 24.081642150878906, "y": 27.63202476501465, "subreddit": "shiba", "cluster": 1681, "color": 0}, {"x": 14.99565601348877, "y": 20.150236129760742, "subreddit": "sploot", "cluster": 1681, "color": 0}, {"x": 3.3445510864257812, "y": 13.338591575622559, "subreddit": "startledcats", "cluster": 1681, "color": 0}, {"x": 16.125255584716797, "y": 21.877525329589844, "subreddit": "teefies", "cluster": 1681, "color": 0}, {"x": 14.133687973022461, "y": 19.551273345947266, "subreddit": "trashpandas", "cluster": 1681, "color": 0}, {"x": 17.34560203552246, "y": 20.920028686523438, "subreddit": "tuckedinkitties", "cluster": 1681, "color": 0}, {"x": 15.5852689743042, "y": 20.17137336730957, "subreddit": "whatswrongwithyourcat", "cluster": 1681, "color": 0}, {"x": 6.02247953414917, "y": 17.392263412475586, "subreddit": "whatswrongwithyourdog", "cluster": 1681, "color": 0}, {"x": -7.587448596954346, "y": -109.46070098876953, "subreddit": "blues", "cluster": 1219, "color": 1}, {"x": -5.954253673553467, "y": -110.52877044677734, "subreddit": "folkpunk", "cluster": 1219, "color": 1}, {"x": -9.557158470153809, "y": -104.31784057617188, "subreddit": "futurebeats", "cluster": 1219, "color": 1}, {"x": -6.799319744110107, "y": -110.17140197753906, "subreddit": "musicvideos", "cluster": 1219, "color": 1}, {"x": 19.421775817871094, "y": 13.3447904586792, "subreddit": "blunderyears", "cluster": 1304, "color": 3}, {"x": 19.844728469848633, "y": 13.278240203857422, "subreddit": "nostalgia", "cluster": 1304, "color": 3}, {"x": 20.04302215576172, "y": 13.338056564331055, "subreddit": "petthedamndog", "cluster": 1304, "color": 3}, {"x": 3.726862907409668, "y": 40.04301071166992, "subreddit": "blursedimages", "cluster": 1259, "color": 3}, {"x": -4.834931373596191, "y": 23.790287017822266, "subreddit": "bossfight", "cluster": 1259, "color": 3}, {"x": 1.3336807489395142, "y": 13.854029655456543, "subreddit": "nevertellmetheodds", "cluster": 1259, "color": 3}, {"x": 0.43683409690856934, "y": 22.291837692260742, "subreddit": "nope", "cluster": 1259, "color": 3}, {"x": -5.091852188110352, "y": 23.49904441833496, "subreddit": "shrek", "cluster": 1259, "color": 3}, {"x": -71.81533813476562, "y": -58.46658706665039, "subreddit": "bmpcc", "cluster": 674, "color": 2}, {"x": 3.283996105194092, "y": -48.35167694091797, "subreddit": "cinematography", "cluster": 674, "color": 2}, {"x": 3.3307101726531982, "y": -48.31662368774414, "subreddit": "filmmakers", "cluster": 674, "color": 2}, {"x": 5.6363396644592285, "y": -47.69330596923828, "subreddit": "locationsound", "cluster": 674, "color": 2}, {"x": -109.21749877929688, "y": -40.333065032958984, "subreddit": "bmw", "cluster": 257, "color": 1}, {"x": -108.60247039794922, "y": -40.71096420288086, "subreddit": "bmwe36", "cluster": 257, "color": 1}, {"x": -109.89338684082031, "y": -40.40804672241211, "subreddit": "bmwtech", "cluster": 257, "color": 1}, {"x": -107.78826141357422, "y": -39.091068267822266, "subreddit": "e46", "cluster": 257, "color": 1}, {"x": -110.5937728881836, "y": -39.62423324584961, "subreddit": "e90", "cluster": 257, "color": 1}, {"x": 5.159534931182861, "y": 30.651416778564453, "subreddit": "mercedes_benz", "cluster": 257, "color": 1}, {"x": 75.93327331542969, "y": -31.08258819580078, "subreddit": "boardgamedeals", "cluster": 258, "color": 1}, {"x": 76.22160339355469, "y": -30.776077270507812, "subreddit": "boardgameexchange", "cluster": 258, "color": 1}, {"x": 74.74139404296875, "y": -32.26626968383789, "subreddit": "boardgames", "cluster": 258, "color": 1}, {"x": 74.76466369628906, "y": -32.311405181884766, "subreddit": "boardgamescirclejerk", "cluster": 258, "color": 1}, {"x": 72.45214080810547, "y": -34.58184814453125, "subreddit": "gencon", "cluster": 258, "color": 1}, {"x": 78.3566665649414, "y": -31.821168899536133, "subreddit": "gloomhaven", "cluster": 258, "color": 1}, {"x": 79.7603988647461, "y": -42.48876190185547, "subreddit": "kingdomdeath", "cluster": 258, "color": 1}, {"x": 75.3367691040039, "y": -33.675819396972656, "subreddit": "netrunner", "cluster": 258, "color": 1}, {"x": 55.46664810180664, "y": -17.929821014404297, "subreddit": "sentinelsmultiverse", "cluster": 258, "color": 1}, {"x": 73.88615417480469, "y": -31.84067153930664, "subreddit": "tabletopgamedesign", "cluster": 258, "color": 1}, {"x": 71.3326644897461, "y": -32.16361999511719, "subreddit": "twilightimperium", "cluster": 258, "color": 1}, {"x": -25.778121948242188, "y": -31.402603149414062, "subreddit": "boardwalkempire", "cluster": 1818, "color": 4}, {"x": -31.890878677368164, "y": -35.63030242919922, "subreddit": "delaware", "cluster": 1818, "color": 4}, {"x": -30.022573471069336, "y": -35.47537612915039, "subreddit": "thesopranos", "cluster": 1818, "color": 4}, {"x": -30.109800338745117, "y": -35.48667526245117, "subreddit": "thewire", "cluster": 1818, "color": 4}, {"x": -51.62316131591797, "y": -41.753196716308594, "subreddit": "boating", "cluster": 537, "color": 1}, {"x": -51.216583251953125, "y": -40.5305061340332, "subreddit": "diy", "cluster": 537, "color": 1}, {"x": 28.99652862548828, "y": -34.984710693359375, "subreddit": "internetparents", "cluster": 537, "color": 1}, {"x": -50.75107192993164, "y": -40.76524353027344, "subreddit": "maine", "cluster": 537, "color": 1}, {"x": -51.22566604614258, "y": -41.02454376220703, "subreddit": "sailing", "cluster": 537, "color": 1}, {"x": -51.44829559326172, "y": -39.54413986206055, "subreddit": "whatisthisthing", "cluster": 537, "color": 1}, {"x": 32.99370193481445, "y": -72.10095977783203, "subreddit": "whereisthis", "cluster": 537, "color": 1}, {"x": -8.838274955749512, "y": -54.37317657470703, "subreddit": "bobdylan", "cluster": 809, "color": 1}, {"x": 86.6885986328125, "y": 36.36845779418945, "subreddit": "deadandcompany", "cluster": 809, "color": 1}, {"x": 85.65723419189453, "y": 36.548404693603516, "subreddit": "grateful_dead", "cluster": 809, "color": 1}, {"x": 85.9466781616211, "y": 36.520729064941406, "subreddit": "gratefuldead", "cluster": 809, "color": 1}, {"x": 87.99266815185547, "y": 35.94221878051758, "subreddit": "johnmayer", "cluster": 809, "color": 1}, {"x": 83.73860168457031, "y": 38.217071533203125, "subreddit": "phish", "cluster": 809, "color": 1}, {"x": -14.217358589172363, "y": -21.41100311279297, "subreddit": "bobsburgers", "cluster": 889, "color": 3}, {"x": 35.50633239746094, "y": 22.240835189819336, "subreddit": "friends_tv_show", "cluster": 889, "color": 3}, {"x": 35.51020431518555, "y": 22.23088836669922, "subreddit": "howyoudoin", "cluster": 889, "color": 3}, {"x": -44.68915557861328, "y": 111.74870300292969, "subreddit": "boburnham", "cluster": 991, "color": 2}, {"x": -84.24609375, "y": 48.76184844970703, "subreddit": "chancetherapper", "cluster": 991, "color": 2}, {"x": -87.14750671386719, "y": 49.53115463256836, "subreddit": "fantanoforever", "cluster": 991, "color": 2}, {"x": -84.46961975097656, "y": 50.922428131103516, "subreddit": "frankocean", "cluster": 991, "color": 2}, {"x": -83.50296783447266, "y": 51.3160400390625, "subreddit": "kanye", "cluster": 991, "color": 2}, {"x": -83.21996307373047, "y": 50.746063232421875, "subreddit": "kidcudi", "cluster": 991, "color": 2}, {"x": -82.68447875976562, "y": 53.54648971557617, "subreddit": "rapleaks", "cluster": 991, "color": 2}, {"x": -81.42155456542969, "y": 54.149044036865234, "subreddit": "travisscott", "cluster": 991, "color": 2}, {"x": -83.2898941040039, "y": 52.14216232299805, "subreddit": "yandhileaks", "cluster": 991, "color": 2}, {"x": -16.16694450378418, "y": -96.21158599853516, "subreddit": "bodegaboys", "cluster": 1667, "color": 0}, {"x": -16.51058006286621, "y": -97.81519317626953, "subreddit": "pete_buttigieg", "cluster": 1667, "color": 0}, {"x": -17.20024871826172, "y": -95.30912017822266, "subreddit": "plc", "cluster": 1667, "color": 0}, {"x": -16.21817970275879, "y": -96.18238067626953, "subreddit": "southbend", "cluster": 1667, "color": 0}, {"x": 66.46837615966797, "y": 76.3613510131836, "subreddit": "bodyacceptance", "cluster": 259, "color": 1}, {"x": 66.36186981201172, "y": 76.22025299072266, "subreddit": "disability", "cluster": 259, "color": 1}, {"x": -4.998471260070801, "y": -4.00632905960083, "subreddit": "shittygifrecipes", "cluster": 259, "color": 1}, {"x": -19.221195220947266, "y": 23.723976135253906, "subreddit": "bodybuilding", "cluster": 1710, "color": 2}, {"x": 27.892498016357422, "y": 118.61876678466797, "subreddit": "steroids", "cluster": 1710, "color": 2}, {"x": 27.879846572875977, "y": 118.6156005859375, "subreddit": "testosterone", "cluster": 1710, "color": 2}, {"x": 47.94001007080078, "y": 80.09937286376953, "subreddit": "bodymods", "cluster": 260, "color": 1}, {"x": 47.570228576660156, "y": 80.36524963378906, "subreddit": "piercing", "cluster": 260, "color": 1}, {"x": 46.9375, "y": 80.80904388427734, "subreddit": "piercingadvice", "cluster": 260, "color": 1}, {"x": 48.36034393310547, "y": 79.76473999023438, "subreddit": "stretched", "cluster": 260, "color": 1}, {"x": -100.22986602783203, "y": 21.67751121520996, "subreddit": "bodyweightfitness", "cluster": 261, "color": 2}, {"x": -99.5455093383789, "y": 22.582849502563477, "subreddit": "flexibility", "cluster": 261, "color": 2}, {"x": -100.46537017822266, "y": 21.377277374267578, "subreddit": "overcominggravity", "cluster": 261, "color": 2}, {"x": -99.80255889892578, "y": 23.40366554260254, "subreddit": "posture", "cluster": 261, "color": 2}, {"x": 50.90348815917969, "y": 119.59939575195312, "subreddit": "slackline", "cluster": 261, "color": 2}, {"x": -35.66817092895508, "y": 50.75599670410156, "subreddit": "bokunoheroacademia", "cluster": 262, "color": 0}, {"x": -35.59332275390625, "y": 50.973915100097656, "subreddit": "bokunometaacademia", "cluster": 262, "color": 0}, {"x": -35.69667434692383, "y": 51.68221664428711, "subreddit": "bokunoshipacademia", "cluster": 262, "color": 0}, {"x": -36.233673095703125, "y": 49.0184326171875, "subreddit": "deathnote", "cluster": 262, "color": 0}, {"x": 60.82855987548828, "y": 22.314729690551758, "subreddit": "drstone", "cluster": 262, "color": 0}, {"x": -33.562870025634766, "y": 51.12822723388672, "subreddit": "haikyuu", "cluster": 262, "color": 0}, {"x": -35.919342041015625, "y": 49.7857780456543, "subreddit": "stardustcrusaders", "cluster": 262, "color": 0}, {"x": -13.108733177185059, "y": 93.19290924072266, "subreddit": "bollyblindsngossip", "cluster": 263, "color": 1}, {"x": -13.108770370483398, "y": 93.2451171875, "subreddit": "bollywood", "cluster": 263, "color": 1}, {"x": -53.24888610839844, "y": 95.66819763183594, "subreddit": "hqdesi", "cluster": 263, "color": 1}, {"x": -12.998953819274902, "y": 94.71623229980469, "subreddit": "jamesbond", "cluster": 263, "color": 1}, {"x": -13.390386581420898, "y": 90.34210205078125, "subreddit": "mumbai", "cluster": 263, "color": 1}, {"x": 24.8817195892334, "y": 17.799142837524414, "subreddit": "bollywoodrealism", "cluster": 264, "color": 0}, {"x": 25.595413208007812, "y": 17.36101722717285, "subreddit": "gradeaundera", "cluster": 264, "color": 0}, {"x": 24.872102737426758, "y": 18.057321548461914, "subreddit": "hyderabad", "cluster": 264, "color": 0}, {"x": 23.49909782409668, "y": 17.57149887084961, "subreddit": "indianpeoplefacebook", "cluster": 264, "color": 0}, {"x": -17.800556182861328, "y": 84.80087280273438, "subreddit": "ni_bondha", "cluster": 264, "color": 0}, {"x": -4.268181324005127, "y": 37.43583297729492, "subreddit": "teengamingnights", "cluster": 264, "color": 0}, {"x": 79.64972686767578, "y": -39.529911041259766, "subreddit": "boltaction", "cluster": 1751, "color": 4}, {"x": 77.68067169189453, "y": -38.4679069519043, "subreddit": "starwarsarmada", "cluster": 1751, "color": 4}, {"x": 77.85879516601562, "y": -38.127872467041016, "subreddit": "swlegion", "cluster": 1751, "color": 4}, {"x": 77.89835357666016, "y": -37.684974670410156, "subreddit": "xwingtmg", "cluster": 1751, "color": 4}, {"x": 45.48120880126953, "y": -40.44480895996094, "subreddit": "boltev", "cluster": 1029, "color": 0}, {"x": 46.402488708496094, "y": -39.491363525390625, "subreddit": "electricvehicles", "cluster": 1029, "color": 0}, {"x": 45.53164291381836, "y": -40.376991271972656, "subreddit": "leaf", "cluster": 1029, "color": 0}, {"x": -34.495941162109375, "y": -56.23108673095703, "subreddit": "bon_appetit", "cluster": 970, "color": 3}, {"x": -34.48018264770508, "y": -56.22871017456055, "subreddit": "jeopardy", "cluster": 970, "color": 3}, {"x": -26.99536895751953, "y": -30.423099517822266, "subreddit": "thewestwing", "cluster": 970, "color": 3}, {"x": -2.930265426635742, "y": -120.95701599121094, "subreddit": "bonsai", "cluster": 1117, "color": 1}, {"x": 4.710874557495117, "y": -79.00806427001953, "subreddit": "marijuanaenthusiasts", "cluster": 1117, "color": 1}, {"x": 4.707032203674316, "y": -79.01107788085938, "subreddit": "sfwtrees", "cluster": 1117, "color": 1}, {"x": -65.78936004638672, "y": -60.94597625732422, "subreddit": "wildfire", "cluster": 1117, "color": 1}, {"x": 63.89992904663086, "y": 104.84513092041016, "subreddit": "boogie2988", "cluster": 266, "color": 1}, {"x": 63.902706146240234, "y": 104.84893035888672, "subreddit": "samandtolki", "cluster": 266, "color": 1}, {"x": -0.5402758717536926, "y": 47.2214241027832, "subreddit": "bookclapreviewclap", "cluster": 1379, "color": 4}, {"x": -6.551656246185303, "y": 33.5718994140625, "subreddit": "chemistrymemes", "cluster": 1379, "color": 4}, {"x": -6.649092197418213, "y": 33.488616943359375, "subreddit": "physicsmemes", "cluster": 1379, "color": 4}, {"x": 26.74618148803711, "y": -46.502220153808594, "subreddit": "books", "cluster": 1733, "color": 4}, {"x": 25.47161865234375, "y": -46.56155776977539, "subreddit": "booksuggestions", "cluster": 1733, "color": 4}, {"x": 24.61626625061035, "y": -46.87187576293945, "subreddit": "romancebooks", "cluster": 1733, "color": 4}, {"x": 25.585634231567383, "y": -46.547088623046875, "subreddit": "suggestmeabook", "cluster": 1733, "color": 4}, {"x": 28.34933853149414, "y": -47.567955017089844, "subreddit": "bookscirclejerk", "cluster": 267, "color": 0}, {"x": 151.5701141357422, "y": -31.551471710205078, "subreddit": "bookshelf", "cluster": 267, "color": 0}, {"x": 28.457332611083984, "y": -47.637168884277344, "subreddit": "literature", "cluster": 267, "color": 0}, {"x": 25.196300506591797, "y": 95.26554870605469, "subreddit": "boostedboards", "cluster": 604, "color": 2}, {"x": 0.5846269726753235, "y": -40.19085693359375, "subreddit": "electricscooters", "cluster": 604, "color": 2}, {"x": 25.19782257080078, "y": 95.26993560791016, "subreddit": "electricskateboarding", "cluster": 604, "color": 2}, {"x": -14.656737327575684, "y": -0.25634029507637024, "subreddit": "onewheel", "cluster": 604, "color": 2}, {"x": -119.31021118164062, "y": -13.788061141967773, "subreddit": "bootroom", "cluster": 269, "color": 0}, {"x": -119.31149291992188, "y": -13.786774635314941, "subreddit": "goalkeepers", "cluster": 269, "color": 0}, {"x": 8.13534164428711, "y": 41.3859977722168, "subreddit": "boottoobig", "cluster": 648, "color": 1}, {"x": 8.16794490814209, "y": 41.450462341308594, "subreddit": "fakehistoryporn", "cluster": 648, "color": 1}, {"x": 24.624563217163086, "y": 34.80708694458008, "subreddit": "truewomensliberation", "cluster": 648, "color": 1}, {"x": 31.219545364379883, "y": 33.89395523071289, "subreddit": "bordercollie", "cluster": 550, "color": 1}, {"x": 39.031009674072266, "y": 46.009525299072266, "subreddit": "bulldogs", "cluster": 550, "color": 1}, {"x": 38.047054290771484, "y": 47.92121124267578, "subreddit": "cleaningtips", "cluster": 550, "color": 1}, {"x": 35.57097625732422, "y": 48.40301513671875, "subreddit": "doggrooming", "cluster": 550, "color": 1}, {"x": 37.24066162109375, "y": 46.88895797729492, "subreddit": "dogs", "cluster": 550, "color": 1}, {"x": 37.47884750366211, "y": 47.31076431274414, "subreddit": "dogtraining", "cluster": 550, "color": 1}, {"x": 36.36520004272461, "y": 46.87943649291992, "subreddit": "puppy101", "cluster": 550, "color": 1}, {"x": 35.702964782714844, "y": 50.74675750732422, "subreddit": "reactivedogs", "cluster": 550, "color": 1}, {"x": 45.69673156738281, "y": 7.494050979614258, "subreddit": "borderlands", "cluster": 270, "color": 1}, {"x": 45.68828201293945, "y": 7.5937089920043945, "subreddit": "borderlands2", "cluster": 270, "color": 1}, {"x": 45.82750701904297, "y": 7.0796356201171875, "subreddit": "borderlandspresequel", "cluster": 270, "color": 1}, {"x": 44.70582580566406, "y": 8.77760124206543, "subreddit": "borderlands3", "cluster": 271, "color": 2}, {"x": 43.637691497802734, "y": 9.387682914733887, "subreddit": "borderlands3exchange", "cluster": 271, "color": 2}, {"x": 43.44071578979492, "y": 9.274023056030273, "subreddit": "borderlandsguns", "cluster": 271, "color": 2}, {"x": 42.74622344970703, "y": 9.089751243591309, "subreddit": "pandoranredcross", "cluster": 271, "color": 2}, {"x": 45.30284118652344, "y": 99.27567291259766, "subreddit": "borderlinepdisorder", "cluster": 272, "color": 1}, {"x": 45.721107482910156, "y": 98.79236602783203, "subreddit": "bpdmemes", "cluster": 272, "color": 1}, {"x": 138.23411560058594, "y": -42.33854675292969, "subreddit": "borrow", "cluster": 1072, "color": 2}, {"x": 138.2330780029297, "y": -42.33915328979492, "subreddit": "loans", "cluster": 1072, "color": 2}, {"x": -38.42418670654297, "y": 53.282352447509766, "subreddit": "boruto", "cluster": 1232, "color": 3}, {"x": -39.066673278808594, "y": 54.27601623535156, "subreddit": "dankruto", "cluster": 1232, "color": 3}, {"x": -38.90161895751953, "y": 53.804813385009766, "subreddit": "naruto", "cluster": 1232, "color": 3}, {"x": -62.483421325683594, "y": -9.225436210632324, "subreddit": "bose", "cluster": 539, "color": 2}, {"x": 22.105010986328125, "y": -4.418920993804932, "subreddit": "dji", "cluster": 539, "color": 2}, {"x": 22.280494689941406, "y": -4.646951675415039, "subreddit": "djimavic", "cluster": 539, "color": 2}, {"x": 22.690732955932617, "y": -6.118732452392578, "subreddit": "djiphantom", "cluster": 539, "color": 2}, {"x": 21.444332122802734, "y": -4.184037685394287, "subreddit": "djispark", "cluster": 539, "color": 2}, {"x": 22.980356216430664, "y": -4.317007541656494, "subreddit": "drones", "cluster": 539, "color": 2}, {"x": -1.5965913534164429, "y": 15.138562202453613, "subreddit": "ecuadornoticias", "cluster": 539, "color": 2}, {"x": -117.47853088378906, "y": -28.660781860351562, "subreddit": "boston", "cluster": 273, "color": 0}, {"x": -116.85893249511719, "y": -28.77675437927246, "subreddit": "bostonsocialclub", "cluster": 273, "color": 0}, {"x": -117.63062286376953, "y": -27.584392547607422, "subreddit": "navyblazer", "cluster": 273, "color": 0}, {"x": -10.041864395141602, "y": -88.97389221191406, "subreddit": "picturegame", "cluster": 273, "color": 0}, {"x": -118.1683349609375, "y": -29.31950569152832, "subreddit": "somerville", "cluster": 273, "color": 0}, {"x": -7.892062187194824, "y": 75.17457580566406, "subreddit": "bostonr4r", "cluster": 1250, "color": 1}, {"x": -8.291370391845703, "y": 73.08716583251953, "subreddit": "dating", "cluster": 1250, "color": 1}, {"x": -10.933221817016602, "y": 65.74984741210938, "subreddit": "meetpeople", "cluster": 1250, "color": 1}, {"x": -7.873720169067383, "y": 75.0753173828125, "subreddit": "needafriend", "cluster": 1250, "color": 1}, {"x": -7.054630279541016, "y": 75.77249145507812, "subreddit": "pokemongofriends", "cluster": 1250, "color": 1}, {"x": -7.579292297363281, "y": 76.70051574707031, "subreddit": "pokemongotrades", "cluster": 1250, "color": 1}, {"x": -5.759654521942139, "y": 74.5514144897461, "subreddit": "schnauzers", "cluster": 1250, "color": 1}, {"x": -8.341999053955078, "y": 74.83719635009766, "subreddit": "snapchat", "cluster": 1250, "color": 1}, {"x": -7.614431381225586, "y": 74.79132080078125, "subreddit": "socalr4r", "cluster": 1250, "color": 1}, {"x": -9.760095596313477, "y": 76.5080795288086, "subreddit": "spoofertrades", "cluster": 1250, "color": 1}, {"x": 32.69120788574219, "y": 32.14887619018555, "subreddit": "bostonterrier", "cluster": 549, "color": 2}, {"x": 35.86117172241211, "y": 81.10554504394531, "subreddit": "congratslikeimfive", "cluster": 549, "color": 2}, {"x": 26.787933349609375, "y": 30.362991333007812, "subreddit": "dachshund", "cluster": 549, "color": 2}, {"x": 28.98493003845215, "y": 28.845491409301758, "subreddit": "dogpictures", "cluster": 549, "color": 2}, {"x": 82.85430908203125, "y": 121.22734832763672, "subreddit": "goldenretrievers", "cluster": 549, "color": 2}, {"x": 33.321014404296875, "y": 40.52146530151367, "subreddit": "greatpyrenees", "cluster": 549, "color": 2}, {"x": 28.280231475830078, "y": 28.621301651000977, "subreddit": "petloss", "cluster": 549, "color": 2}, {"x": 26.0911865234375, "y": 90.67046356201172, "subreddit": "rats", "cluster": 549, "color": 2}, {"x": 25.709938049316406, "y": 28.676605224609375, "subreddit": "shihtzu", "cluster": 549, "color": 2}, {"x": 9.957586288452148, "y": -1.3091846704483032, "subreddit": "thewaywewere", "cluster": 549, "color": 2}, {"x": 28.882877349853516, "y": 29.897205352783203, "subreddit": "wildlifephotography", "cluster": 549, "color": 2}, {"x": -11.44983959197998, "y": 111.27230072021484, "subreddit": "bostontrees", "cluster": 1124, "color": 4}, {"x": -86.4555892944336, "y": -73.21985626220703, "subreddit": "maguns", "cluster": 1124, "color": 4}, {"x": -49.46183776855469, "y": -44.669944763183594, "subreddit": "massachusetts", "cluster": 1124, "color": 4}, {"x": -49.43294906616211, "y": -46.1355094909668, "subreddit": "neu", "cluster": 1124, "color": 4}, {"x": -49.43611526489258, "y": -44.54762649536133, "subreddit": "worcesterma", "cluster": 1124, "color": 4}, {"x": 58.29287338256836, "y": -64.82633209228516, "subreddit": "botany", "cluster": 1956, "color": 4}, {"x": 17.382402420043945, "y": 88.81989288330078, "subreddit": "flowers", "cluster": 1956, "color": 4}, {"x": 17.98282241821289, "y": 89.19348907470703, "subreddit": "plantidentification", "cluster": 1956, "color": 4}, {"x": 18.426713943481445, "y": 89.55003356933594, "subreddit": "whatsthisplant", "cluster": 1956, "color": 4}, {"x": -18.41634178161621, "y": -66.43402099609375, "subreddit": "boulder", "cluster": 396, "color": 0}, {"x": -17.475027084350586, "y": -68.00421142578125, "subreddit": "coents", "cluster": 396, "color": 0}, {"x": -17.169052124023438, "y": -68.62808990478516, "subreddit": "colorado", "cluster": 396, "color": 0}, {"x": -19.33274269104004, "y": -69.06078338623047, "subreddit": "coloradohikers", "cluster": 396, "color": 0}, {"x": -15.82418441772461, "y": -69.08395385742188, "subreddit": "coloradosprings", "cluster": 396, "color": 0}, {"x": -16.458152770996094, "y": -67.53341674804688, "subreddit": "coronaviruscolorado", "cluster": 396, "color": 0}, {"x": -17.30687713623047, "y": -68.76399993896484, "subreddit": "denver", "cluster": 396, "color": 0}, {"x": -17.321414947509766, "y": -70.11029052734375, "subreddit": "fortcollins", "cluster": 396, "color": 0}, {"x": -103.71277618408203, "y": 20.110584259033203, "subreddit": "bouldering", "cluster": 275, "color": 1}, {"x": -103.54150390625, "y": 20.18402099609375, "subreddit": "climbharder", "cluster": 275, "color": 1}, {"x": -105.2596206665039, "y": 19.42633819580078, "subreddit": "climbing", "cluster": 275, "color": 1}, {"x": -105.42118835449219, "y": 19.3641300201416, "subreddit": "climbingcirclejerk", "cluster": 275, "color": 1}, {"x": -89.89395141601562, "y": -97.41434478759766, "subreddit": "bourbon", "cluster": 1959, "color": 4}, {"x": -89.96222686767578, "y": -99.23320007324219, "subreddit": "dcwhisky", "cluster": 1959, "color": 4}, {"x": -88.1226806640625, "y": -96.3502197265625, "subreddit": "rum", "cluster": 1959, "color": 4}, {"x": -88.55522155761719, "y": -98.03046417236328, "subreddit": "scotch", "cluster": 1959, "color": 4}, {"x": -90.29714965820312, "y": -97.91129302978516, "subreddit": "scotchswap", "cluster": 1959, "color": 4}, {"x": -89.5171127319336, "y": -96.27698516845703, "subreddit": "whiskey", "cluster": 1959, "color": 4}, {"x": -90.73794555664062, "y": -96.29852294921875, "subreddit": "whiskeytribe", "cluster": 1959, "color": 4}, {"x": -88.88456726074219, "y": -97.6176986694336, "subreddit": "whisky", "cluster": 1959, "color": 4}, {"x": -89.58682250976562, "y": -97.88190460205078, "subreddit": "whiskyporn", "cluster": 1959, "color": 4}, {"x": -88.16246795654297, "y": -98.5470962524414, "subreddit": "worldwhisky", "cluster": 1959, "color": 4}, {"x": -6.2154951095581055, "y": -47.879486083984375, "subreddit": "boutiquebluray", "cluster": 446, "color": 0}, {"x": -6.376086711883545, "y": -47.82593536376953, "subreddit": "criterion", "cluster": 446, "color": 0}, {"x": -5.950515270233154, "y": -48.660003662109375, "subreddit": "dvdcollection", "cluster": 446, "color": 0}, {"x": -7.306930065155029, "y": -47.31202697753906, "subreddit": "twilightzone", "cluster": 446, "color": 0}, {"x": -80.373291015625, "y": -63.658531188964844, "subreddit": "bowhunting", "cluster": 897, "color": 2}, {"x": -83.74064636230469, "y": -63.233619689941406, "subreddit": "fowtcg", "cluster": 897, "color": 2}, {"x": -80.98419189453125, "y": -64.18167114257812, "subreddit": "hunting", "cluster": 897, "color": 2}, {"x": -81.91913604736328, "y": -65.51853942871094, "subreddit": "shotguns", "cluster": 897, "color": 2}, {"x": 48.83907699584961, "y": 11.97279167175293, "subreddit": "thehunter", "cluster": 897, "color": 2}, {"x": -81.12948608398438, "y": -64.47059631347656, "subreddit": "waterfowl", "cluster": 897, "color": 2}, {"x": 32.69483947753906, "y": 29.966102600097656, "subreddit": "boxer", "cluster": 1082, "color": 0}, {"x": 31.411483764648438, "y": 27.5656795501709, "subreddit": "corgi", "cluster": 1082, "color": 0}, {"x": 115.76177215576172, "y": -26.68423080444336, "subreddit": "jackrussellterrier", "cluster": 1082, "color": 0}, {"x": 30.833681106567383, "y": 29.162874221801758, "subreddit": "labrador", "cluster": 1082, "color": 0}, {"x": 29.231386184692383, "y": 25.034805297851562, "subreddit": "lastimages", "cluster": 1082, "color": 0}, {"x": 30.621496200561523, "y": 28.1298885345459, "subreddit": "lookatmydog", "cluster": 1082, "color": 0}, {"x": 29.73786163330078, "y": 27.219423294067383, "subreddit": "puppies", "cluster": 1082, "color": 0}, {"x": 30.62453269958496, "y": 27.267658233642578, "subreddit": "puppysmiles", "cluster": 1082, "color": 0}, {"x": -119.8531494140625, "y": 24.31878089904785, "subreddit": "boxing_live_hd", "cluster": 276, "color": 0}, {"x": -119.85293579101562, "y": 24.318864822387695, "subreddit": "warriorsblazerslivehd", "cluster": 276, "color": 0}, {"x": -56.49666213989258, "y": 25.290353775024414, "subreddit": "boxingfighthq", "cluster": 277, "color": 1}, {"x": -100.68538665771484, "y": 5.95171594619751, "subreddit": "boxingstreams", "cluster": 1246, "color": 3}, {"x": -103.1694564819336, "y": 5.10866117477417, "subreddit": "cfbstreams", "cluster": 1246, "color": 3}, {"x": -102.11394500732422, "y": 3.8094210624694824, "subreddit": "mlbstreams", "cluster": 1246, "color": 3}, {"x": -100.86714935302734, "y": 5.706147193908691, "subreddit": "mmastreams", "cluster": 1246, "color": 3}, {"x": -101.9365234375, "y": 5.761381149291992, "subreddit": "nbastreams", "cluster": 1246, "color": 3}, {"x": -103.3572998046875, "y": 4.967586994171143, "subreddit": "ncaabballstreams", "cluster": 1246, "color": 3}, {"x": -102.1911849975586, "y": 6.175167083740234, "subreddit": "nflstreams", "cluster": 1246, "color": 3}, {"x": -102.16508483886719, "y": 3.964254140853882, "subreddit": "nhlstreams", "cluster": 1246, "color": 3}, {"x": -99.61298370361328, "y": 6.574946403503418, "subreddit": "overwatchleague", "cluster": 1246, "color": 3}, {"x": -101.63846588134766, "y": 6.781375885009766, "subreddit": "soccerstreams", "cluster": 1246, "color": 3}, {"x": -12.246499061584473, "y": -29.317302703857422, "subreddit": "boxoffice", "cluster": 500, "color": 2}, {"x": -13.3955078125, "y": -31.299060821533203, "subreddit": "daredevil", "cluster": 500, "color": 2}, {"x": -13.865528106689453, "y": -31.06109046936035, "subreddit": "defenders", "cluster": 500, "color": 2}, {"x": -14.316608428955078, "y": -30.878162384033203, "subreddit": "jessicajones", "cluster": 500, "color": 2}, {"x": -13.004500389099121, "y": -29.352649688720703, "subreddit": "marvelstudios", "cluster": 500, "color": 2}, {"x": -13.721195220947266, "y": -31.780380249023438, "subreddit": "thepunisher", "cluster": 500, "color": 2}, {"x": 13.580581665039062, "y": -57.9435920715332, "subreddit": "bozeman", "cluster": 1196, "color": 4}, {"x": -35.60443115234375, "y": -53.26870346069336, "subreddit": "findingfennsgold", "cluster": 1196, "color": 4}, {"x": -100.10779571533203, "y": -24.751497268676758, "subreddit": "modelcars", "cluster": 1196, "color": 4}, {"x": 13.579484939575195, "y": -57.93621063232422, "subreddit": "montana", "cluster": 1196, "color": 4}, {"x": 33.48057174682617, "y": 47.95659637451172, "subreddit": "poodles", "cluster": 1196, "color": 4}, {"x": -63.119171142578125, "y": -79.94158935546875, "subreddit": "brampton", "cluster": 1177, "color": 5}, {"x": -63.10639572143555, "y": -79.92848205566406, "subreddit": "mississauga", "cluster": 1177, "color": 5}, {"x": -31.602401733398438, "y": 0.14524340629577637, "subreddit": "paintball", "cluster": 1177, "color": 5}, {"x": -99.26331329345703, "y": 32.3380012512207, "subreddit": "brandnew", "cluster": 1191, "color": 0}, {"x": -98.70989990234375, "y": 33.2669563293457, "subreddit": "modestmouse", "cluster": 1191, "color": 0}, {"x": -96.89955139160156, "y": 28.174985885620117, "subreddit": "publix", "cluster": 1191, "color": 0}, {"x": 62.17214584350586, "y": -46.98123550415039, "subreddit": "brandonsanderson", "cluster": 1180, "color": 0}, {"x": 61.31162643432617, "y": -46.721229553222656, "subreddit": "cosmere", "cluster": 1180, "color": 0}, {"x": 61.08019256591797, "y": -47.860286712646484, "subreddit": "cremposting", "cluster": 1180, "color": 0}, {"x": 61.364654541015625, "y": -46.75065231323242, "subreddit": "mistborn", "cluster": 1180, "color": 0}, {"x": 61.647552490234375, "y": -46.43973159790039, "subreddit": "stormlight_archive", "cluster": 1180, "color": 0}, {"x": -84.00684356689453, "y": 64.92365264892578, "subreddit": "brasilsimulator", "cluster": 281, "color": 0}, {"x": 82.07005310058594, "y": 11.525720596313477, "subreddit": "bravefrontier", "cluster": 282, "color": 0}, {"x": 82.51800537109375, "y": 11.859186172485352, "subreddit": "kings_raid", "cluster": 282, "color": 0}, {"x": 81.92528533935547, "y": 10.837835311889648, "subreddit": "phantomofthekill", "cluster": 282, "color": 0}, {"x": 84.85906982421875, "y": -54.57300567626953, "subreddit": "bravenewbies", "cluster": 635, "color": 0}, {"x": 84.25621795654297, "y": -55.30009078979492, "subreddit": "eve", "cluster": 635, "color": 0}, {"x": 83.9016342163086, "y": -54.98969268798828, "subreddit": "evedreddit", "cluster": 635, "color": 0}, {"x": 84.99575805664062, "y": -56.05400466918945, "subreddit": "evejobs", "cluster": 635, "color": 0}, {"x": 83.42366027832031, "y": -56.7867546081543, "subreddit": "evenewbies", "cluster": 635, "color": 0}, {"x": 83.4562759399414, "y": -56.55747604370117, "subreddit": "fittings", "cluster": 635, "color": 0}, {"x": -2.10262131690979, "y": -10.44873332977295, "subreddit": "braveryjerk", "cluster": 1103, "color": 3}, {"x": 31.611106872558594, "y": -13.515170097351074, "subreddit": "circlebroke", "cluster": 1103, "color": 3}, {"x": -1.296877145767212, "y": -11.256516456604004, "subreddit": "circlejerk", "cluster": 1103, "color": 3}, {"x": -1.3224083185195923, "y": -11.273362159729004, "subreddit": "magicskyfairy", "cluster": 1103, "color": 3}, {"x": 13.548381805419922, "y": -97.78131103515625, "subreddit": "bravorealhousewives", "cluster": 1887, "color": 3}, {"x": 14.063348770141602, "y": -98.58443450927734, "subreddit": "realhousewives", "cluster": 1887, "color": 3}, {"x": 14.011587142944336, "y": -98.4408187866211, "subreddit": "vanderpumprules", "cluster": 1887, "color": 3}, {"x": 14.925996780395508, "y": 50.083953857421875, "subreddit": "brawlhalla", "cluster": 1797, "color": 5}, {"x": -58.17665100097656, "y": -103.2938232421875, "subreddit": "ncaaw", "cluster": 1797, "color": 5}, {"x": -57.9657096862793, "y": -103.39735412597656, "subreddit": "theb1g", "cluster": 1797, "color": 5}, {"x": -56.823081970214844, "y": -103.76419830322266, "subreddit": "wisconsinbadgers", "cluster": 1797, "color": 5}, {"x": 60.912960052490234, "y": -3.6684350967407227, "subreddit": "breadtube", "cluster": 286, "color": 0}, {"x": 60.94392013549805, "y": -3.6387290954589844, "subreddit": "contrapoints", "cluster": 286, "color": 0}, {"x": 35.21475601196289, "y": -47.72990798950195, "subreddit": "enoughpetersonspam", "cluster": 286, "color": 0}, {"x": -85.32672882080078, "y": 28.41110610961914, "subreddit": "breakingbenjamin", "cluster": 962, "color": 3}, {"x": -83.13831329345703, "y": 28.409887313842773, "subreddit": "jakanddaxter", "cluster": 962, "color": 3}, {"x": -83.05181884765625, "y": 28.40677261352539, "subreddit": "ratchetandclank", "cluster": 962, "color": 3}, {"x": 63.08889389038086, "y": 49.03059387207031, "subreddit": "breakingmom", "cluster": 1861, "color": 0}, {"x": 48.53040313720703, "y": 100.78902435302734, "subreddit": "did", "cluster": 1861, "color": 0}, {"x": -30.41402816772461, "y": -1.3373197317123413, "subreddit": "parentsofmultiples", "cluster": 1861, "color": 0}, {"x": 63.14512634277344, "y": 48.98238754272461, "subreddit": "trollxmoms", "cluster": 1861, "color": 0}, {"x": -35.03144836425781, "y": 90.29637908935547, "subreddit": "breakpoint", "cluster": 784, "color": 2}, {"x": 48.68092346191406, "y": 6.614663124084473, "subreddit": "farcry", "cluster": 784, "color": 2}, {"x": 50.226966857910156, "y": 9.045090675354004, "subreddit": "ghostrecon", "cluster": 784, "color": 2}, {"x": -35.02678680419922, "y": 90.28746795654297, "subreddit": "ghostreconbreakpoint", "cluster": 784, "color": 2}, {"x": 50.41713333129883, "y": 7.4075608253479, "subreddit": "splintercell", "cluster": 784, "color": 2}, {"x": -49.52898025512695, "y": 75.94898223876953, "subreddit": "trialsgames", "cluster": 784, "color": 2}, {"x": 50.214637756347656, "y": 9.118743896484375, "subreddit": "wildlands", "cluster": 784, "color": 2}, {"x": 56.89142990112305, "y": 91.983642578125, "subreddit": "breakup", "cluster": 287, "color": 1}, {"x": 55.829612731933594, "y": 91.26126861572266, "subreddit": "breakups", "cluster": 287, "color": 1}, {"x": 56.17809295654297, "y": 91.56752014160156, "subreddit": "exnocontact", "cluster": 287, "color": 1}, {"x": 54.92900466918945, "y": 91.73639678955078, "subreddit": "heartbreak", "cluster": 287, "color": 1}, {"x": 55.73716354370117, "y": 90.42151641845703, "subreddit": "ihaveissues", "cluster": 287, "color": 1}, {"x": -38.19656753540039, "y": 32.63277816772461, "subreddit": "breath_of_the_wild", "cluster": 561, "color": 1}, {"x": -38.21401596069336, "y": 32.6757926940918, "subreddit": "dqbuilders", "cluster": 561, "color": 1}, {"x": 41.634578704833984, "y": -135.60752868652344, "subreddit": "breedablepokemon", "cluster": 1408, "color": 4}, {"x": -11.219686508178711, "y": 50.98185348510742, "subreddit": "gentlemanboners", "cluster": 1408, "color": 4}, {"x": 41.506805419921875, "y": -135.85137939453125, "subreddit": "pokemonforall", "cluster": 1408, "color": 4}, {"x": -46.55997848510742, "y": 77.82874298095703, "subreddit": "tubersim", "cluster": 1408, "color": 4}, {"x": -46.06509780883789, "y": -76.99524688720703, "subreddit": "breedingdittos", "cluster": 288, "color": 1}, {"x": -46.16402053833008, "y": -76.80403900146484, "subreddit": "morebreedingdittos", "cluster": 288, "color": 1}, {"x": 40.86107635498047, "y": -137.15921020507812, "subreddit": "pokemongiveaway", "cluster": 288, "color": 1}, {"x": -45.75981521606445, "y": -77.58943939208984, "subreddit": "relaxedpokemontrades", "cluster": 288, "color": 1}, {"x": -46.62202835083008, "y": -75.89202117919922, "subreddit": "wondertrade", "cluster": 288, "color": 1}, {"x": -53.491737365722656, "y": -103.7068862915039, "subreddit": "brewers", "cluster": 813, "color": 2}, {"x": -53.39177322387695, "y": -103.81068420410156, "subreddit": "greenbaypackers", "cluster": 813, "color": 2}, {"x": -53.13119888305664, "y": -104.48948669433594, "subreddit": "mkebucks", "cluster": 813, "color": 2}, {"x": 95.948486328125, "y": -50.77632522583008, "subreddit": "briggs", "cluster": 1390, "color": 3}, {"x": 94.49369812011719, "y": -51.312660217285156, "subreddit": "connery", "cluster": 1390, "color": 3}, {"x": 95.18584442138672, "y": -52.0529899597168, "subreddit": "emeraldps2", "cluster": 1390, "color": 3}, {"x": 98.4780044555664, "y": -51.854312896728516, "subreddit": "millerplanetside", "cluster": 1390, "color": 3}, {"x": 95.32584381103516, "y": -51.9666633605957, "subreddit": "planetside", "cluster": 1390, "color": 3}, {"x": 96.07479858398438, "y": -52.68520736694336, "subreddit": "ps2cobalt", "cluster": 1390, "color": 3}, {"x": -11.547860145568848, "y": 1.0801739692687988, "subreddit": "ps4planetside2", "cluster": 1390, "color": 3}, {"x": 93.85794067382812, "y": -53.371795654296875, "subreddit": "testoutfit", "cluster": 1390, "color": 3}, {"x": 98.61238861083984, "y": -51.8519401550293, "subreddit": "woodmanps2", "cluster": 1390, "color": 3}, {"x": 29.64763832092285, "y": -95.14520263671875, "subreddit": "britishcolumbia", "cluster": 290, "color": 0}, {"x": 30.67342758178711, "y": -94.390625, "subreddit": "kelowna", "cluster": 290, "color": 0}, {"x": 29.225860595703125, "y": -96.7528305053711, "subreddit": "nanaimo", "cluster": 290, "color": 0}, {"x": 29.52496337890625, "y": -94.9673843383789, "subreddit": "vancouver", "cluster": 290, "color": 0}, {"x": 29.287887573242188, "y": -96.4996566772461, "subreddit": "victoriabc", "cluster": 290, "color": 0}, {"x": 1.4723516702651978, "y": -88.55738830566406, "subreddit": "broadway", "cluster": 1217, "color": 2}, {"x": 0.9021978974342346, "y": -87.70240020751953, "subreddit": "hamiltonmusical", "cluster": 1217, "color": 2}, {"x": 1.7492785453796387, "y": -88.68754577636719, "subreddit": "musicals", "cluster": 1217, "color": 2}, {"x": 2.651710033416748, "y": -88.79220581054688, "subreddit": "opera", "cluster": 1217, "color": 2}, {"x": 0.6893669962882996, "y": -90.0653305053711, "subreddit": "theatre", "cluster": 1217, "color": 2}, {"x": 49.79985427856445, "y": -52.90262985229492, "subreddit": "brokehugs", "cluster": 293, "color": 0}, {"x": 50.09226989746094, "y": -51.786964416503906, "subreddit": "christianity", "cluster": 293, "color": 0}, {"x": 49.77872848510742, "y": -53.11441421508789, "subreddit": "sidehugs", "cluster": 293, "color": 0}, {"x": -38.59074401855469, "y": -29.95966148376465, "subreddit": "brooklyn", "cluster": 1311, "color": 0}, {"x": 40.88627243041992, "y": -55.34246063232422, "subreddit": "columbia", "cluster": 1311, "color": 0}, {"x": -38.30111312866211, "y": -29.073286056518555, "subreddit": "newyorkcity", "cluster": 1311, "color": 0}, {"x": -38.35150909423828, "y": -29.233409881591797, "subreddit": "nyc", "cluster": 1311, "color": 0}, {"x": -38.774009704589844, "y": -30.33902931213379, "subreddit": "nycbike", "cluster": 1311, "color": 0}, {"x": -38.07906723022461, "y": -28.196195602416992, "subreddit": "nycrail", "cluster": 1311, "color": 0}, {"x": 85.89898681640625, "y": 15.0503511428833, "subreddit": "brown_dust", "cluster": 754, "color": 0}, {"x": 91.80262756347656, "y": 12.2355375289917, "subreddit": "destinychildglobal", "cluster": 754, "color": 0}, {"x": 85.22512817382812, "y": 13.594892501831055, "subreddit": "epicseven", "cluster": 754, "color": 0}, {"x": 85.30722045898438, "y": 13.994075775146484, "subreddit": "gachagaming", "cluster": 754, "color": 0}, {"x": 86.13346862792969, "y": 11.801963806152344, "subreddit": "langrisser", "cluster": 754, "color": 0}, {"x": 83.983154296875, "y": 14.752153396606445, "subreddit": "lastcloudia", "cluster": 754, "color": 0}, {"x": -21.03883171081543, "y": 76.16658782958984, "subreddit": "onmyoji", "cluster": 754, "color": 0}, {"x": -31.122526168823242, "y": 0.45384129881858826, "subreddit": "panzerwaltz", "cluster": 754, "color": 0}, {"x": -69.87493133544922, "y": 22.165485382080078, "subreddit": "soccerspirits", "cluster": 754, "color": 0}, {"x": 83.49231719970703, "y": 8.581788063049316, "subreddit": "warofcrown", "cluster": 754, "color": 0}, {"x": 48.62007141113281, "y": 61.85639572143555, "subreddit": "brownbeauty", "cluster": 1107, "color": 3}, {"x": 50.02753448486328, "y": 63.355281829833984, "subreddit": "makeupexchange", "cluster": 1107, "color": 3}, {"x": 46.86000442504883, "y": 58.01591110229492, "subreddit": "muaonthecheap", "cluster": 1107, "color": 3}, {"x": 50.0670280456543, "y": 63.225257873535156, "subreddit": "mueflair", "cluster": 1107, "color": 3}, {"x": 49.517066955566406, "y": 64.6410903930664, "subreddit": "skincareexchange", "cluster": 1107, "color": 3}, {"x": 51.29608154296875, "y": 63.23725509643555, "subreddit": "wardrobepurge", "cluster": 1107, "color": 3}, {"x": -51.58737564086914, "y": -95.7378921508789, "subreddit": "browns", "cluster": 1919, "color": 0}, {"x": -51.58146286010742, "y": -95.73246002197266, "subreddit": "clevelandcavs", "cluster": 1919, "color": 0}, {"x": -53.676979064941406, "y": -94.2566146850586, "subreddit": "clevelandindians", "cluster": 1919, "color": 0}, {"x": -53.64485168457031, "y": -94.25730895996094, "subreddit": "wahoostipi", "cluster": 1919, "color": 0}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "brownsbengalslivehd", "cluster": 294, "color": 1}, {"x": -3.580185651779175, "y": 8.33864688873291, "subreddit": "brse", "cluster": 373, "color": 2}, {"x": -10.330766677856445, "y": -1.8319666385650635, "subreddit": "civaigames", "cluster": 373, "color": 2}, {"x": -10.299239158630371, "y": -1.789007544517517, "subreddit": "civbattleroyale", "cluster": 373, "color": 2}, {"x": 24.672090530395508, "y": -128.83367919921875, "subreddit": "civhybridgames", "cluster": 373, "color": 2}, {"x": -5.33262300491333, "y": 40.053016662597656, "subreddit": "bruhmoment", "cluster": 498, "color": 3}, {"x": -5.740859031677246, "y": 39.66140365600586, "subreddit": "deepfriedmemes", "cluster": 498, "color": 3}, {"x": -5.984443664550781, "y": 39.47053909301758, "subreddit": "nukedmemes", "cluster": 498, "color": 3}, {"x": -98.96456146240234, "y": -88.04328155517578, "subreddit": "bsa", "cluster": 1323, "color": 2}, {"x": -102.9483871459961, "y": -85.1149673461914, "subreddit": "jackwhite", "cluster": 1323, "color": 2}, {"x": -104.52111053466797, "y": -87.45153045654297, "subreddit": "okc", "cluster": 1323, "color": 2}, {"x": -104.18832397460938, "y": -87.16390991210938, "subreddit": "oklahoma", "cluster": 1323, "color": 2}, {"x": -105.42925262451172, "y": -86.81185150146484, "subreddit": "okmarijuana", "cluster": 1323, "color": 2}, {"x": -103.4831771850586, "y": -88.0901107788086, "subreddit": "sooners", "cluster": 1323, "color": 2}, {"x": -103.69232177734375, "y": -86.69578552246094, "subreddit": "tulsa", "cluster": 1323, "color": 2}, {"x": -8.435287475585938, "y": -25.455650329589844, "subreddit": "bsg", "cluster": 1698, "color": 3}, {"x": -3.986825942993164, "y": -39.61893081665039, "subreddit": "daystrominstitute", "cluster": 1698, "color": 3}, {"x": -1.9456560611724854, "y": -40.861812591552734, "subreddit": "deepspacenine", "cluster": 1698, "color": 3}, {"x": -5.063746929168701, "y": -40.99724578857422, "subreddit": "picard", "cluster": 1698, "color": 3}, {"x": -4.129324436187744, "y": -39.666481018066406, "subreddit": "startrek", "cluster": 1698, "color": 3}, {"x": -4.790917873382568, "y": -40.615970611572266, "subreddit": "startrekdiscovery", "cluster": 1698, "color": 3}, {"x": -5.049726486206055, "y": -37.486446380615234, "subreddit": "theorville", "cluster": 1698, "color": 3}, {"x": 131.79849243164062, "y": 18.072616577148438, "subreddit": "btsworld", "cluster": 995, "color": 0}, {"x": 132.73899841308594, "y": 13.707633018493652, "subreddit": "kdrama", "cluster": 995, "color": 0}, {"x": 132.7807159423828, "y": 13.700186729431152, "subreddit": "kdramarecommends", "cluster": 995, "color": 0}, {"x": -54.31379699707031, "y": -78.61719512939453, "subreddit": "buccaneers", "cluster": 296, "color": 1}, {"x": 7.104114055633545, "y": -57.29636764526367, "subreddit": "fencing", "cluster": 296, "color": 1}, {"x": -52.83910369873047, "y": -76.2503662109375, "subreddit": "forgeofempires", "cluster": 296, "color": 1}, {"x": -54.171958923339844, "y": -79.34642028808594, "subreddit": "tampabayrays", "cluster": 296, "color": 1}, {"x": -31.33857536315918, "y": -101.43766021728516, "subreddit": "buccos", "cluster": 1296, "color": 2}, {"x": -31.85494613647461, "y": -102.5564193725586, "subreddit": "lsufootball", "cluster": 1296, "color": 2}, {"x": -32.256160736083984, "y": -102.46174621582031, "subreddit": "nolapelicans", "cluster": 1296, "color": 2}, {"x": -32.59893798828125, "y": -102.65180969238281, "subreddit": "saints", "cluster": 1296, "color": 2}, {"x": 99.66696166992188, "y": -66.68006134033203, "subreddit": "budapest", "cluster": 894, "color": 2}, {"x": -30.935300827026367, "y": 57.424076080322266, "subreddit": "fosttalicska", "cluster": 894, "color": 2}, {"x": 99.66455078125, "y": -66.67571258544922, "subreddit": "hungary", "cluster": 894, "color": 2}, {"x": 5.174110412597656, "y": -29.271390914916992, "subreddit": "budgetfood", "cluster": 589, "color": 2}, {"x": 5.35874605178833, "y": -30.01311683654785, "subreddit": "eatcheapandhealthy", "cluster": 589, "color": 2}, {"x": 6.827778339385986, "y": -29.261579513549805, "subreddit": "fitmeals", "cluster": 589, "color": 2}, {"x": 4.295942783355713, "y": -31.028409957885742, "subreddit": "food", "cluster": 589, "color": 2}, {"x": -61.67926025390625, "y": 101.21067810058594, "subreddit": "freeebooks", "cluster": 589, "color": 2}, {"x": 7.313095569610596, "y": -33.56848907470703, "subreddit": "indianfood", "cluster": 589, "color": 2}, {"x": -2.663867950439453, "y": 12.663637161254883, "subreddit": "mealprepsunday", "cluster": 589, "color": 2}, {"x": 52.662681579589844, "y": 53.67711639404297, "subreddit": "reduction", "cluster": 589, "color": 2}, {"x": 45.869205474853516, "y": 40.43431854248047, "subreddit": "vegetarianketo", "cluster": 589, "color": 2}, {"x": 7.218236446380615, "y": -29.656681060791016, "subreddit": "vegrecipes", "cluster": 589, "color": 2}, {"x": 9.524609565734863, "y": -118.86468505859375, "subreddit": "buffalowizards", "cluster": 1084, "color": 1}, {"x": 8.862473487854004, "y": -118.63225555419922, "subreddit": "dvz", "cluster": 1084, "color": 1}, {"x": 10.906872749328613, "y": -118.60469818115234, "subreddit": "dwarvendistrict", "cluster": 1084, "color": 1}, {"x": 10.500499725341797, "y": -118.66405487060547, "subreddit": "lordsofminecraft", "cluster": 1084, "color": 1}, {"x": 8.603819847106934, "y": -118.92807006835938, "subreddit": "playmindcrack", "cluster": 1084, "color": 1}, {"x": -52.31025314331055, "y": 72.9649429321289, "subreddit": "buffhydra", "cluster": 1552, "color": 0}, {"x": -37.85591506958008, "y": -12.115550994873047, "subreddit": "endlessfrontier", "cluster": 1552, "color": 0}, {"x": -53.56437683105469, "y": 72.77783966064453, "subreddit": "rotmg", "cluster": 1552, "color": 0}, {"x": -53.82602310180664, "y": 73.28826141357422, "subreddit": "rotmgtradingpost", "cluster": 1552, "color": 0}, {"x": -52.551231384277344, "y": -54.85873794555664, "subreddit": "bugout", "cluster": 298, "color": 2}, {"x": -51.67951583862305, "y": -55.073421478271484, "subreddit": "gastate", "cluster": 298, "color": 2}, {"x": -50.9783821105957, "y": -55.238216400146484, "subreddit": "pkgoatlanta", "cluster": 298, "color": 2}, {"x": -52.85843276977539, "y": -54.81963348388672, "subreddit": "preppers", "cluster": 298, "color": 2}, {"x": -100.81954956054688, "y": -0.7481313347816467, "subreddit": "purelivingonyoutube", "cluster": 298, "color": 2}, {"x": 16.99186134338379, "y": -3.139568567276001, "subreddit": "thexeffect", "cluster": 298, "color": 2}, {"x": -55.388633728027344, "y": -19.781112670898438, "subreddit": "buildapc", "cluster": 300, "color": 1}, {"x": -54.86786651611328, "y": -20.35101318359375, "subreddit": "buildapcforme", "cluster": 300, "color": 1}, {"x": -51.66335678100586, "y": -16.315887451171875, "subreddit": "buildapcsales", "cluster": 300, "color": 1}, {"x": -55.95246887207031, "y": -19.777606964111328, "subreddit": "buildmeapc", "cluster": 300, "color": 1}, {"x": -54.72183609008789, "y": 13.79422664642334, "subreddit": "crtgaming", "cluster": 300, "color": 1}, {"x": -55.10639572143555, "y": -19.091135025024414, "subreddit": "overclocking", "cluster": 300, "color": 1}, {"x": -56.53691101074219, "y": -21.649734497070312, "subreddit": "techsupport", "cluster": 300, "color": 1}, {"x": 90.92523956298828, "y": -73.68465423583984, "subreddit": "buildapcsalesuk", "cluster": 844, "color": 2}, {"x": 94.38008880615234, "y": -72.92964172363281, "subreddit": "egpu", "cluster": 844, "color": 2}, {"x": 90.94466400146484, "y": -73.68785095214844, "subreddit": "hardwareswapuk", "cluster": 844, "color": 2}, {"x": 42.98405456542969, "y": 53.11286544799805, "subreddit": "bujo", "cluster": 301, "color": 1}, {"x": 42.82509994506836, "y": 53.08534240722656, "subreddit": "bulletjournal", "cluster": 301, "color": 1}, {"x": 44.516273498535156, "y": 53.4708366394043, "subreddit": "fringefashion", "cluster": 301, "color": 1}, {"x": 35.01632308959961, "y": -16.682235717773438, "subreddit": "getdisciplined", "cluster": 301, "color": 1}, {"x": 41.5474853515625, "y": 53.212677001953125, "subreddit": "journaling", "cluster": 301, "color": 1}, {"x": 35.929534912109375, "y": -17.20836067199707, "subreddit": "nosurf", "cluster": 301, "color": 1}, {"x": 38.925270080566406, "y": -2.3916659355163574, "subreddit": "bulgaria", "cluster": 1535, "color": 0}, {"x": -73.95005798339844, "y": -28.158679962158203, "subreddit": "oled", "cluster": 1535, "color": 0}, {"x": -73.87060546875, "y": -27.678255081176758, "subreddit": "revolut", "cluster": 1535, "color": 0}, {"x": -53.58832931518555, "y": -69.90678405761719, "subreddit": "bullcity", "cluster": 1856, "color": 1}, {"x": -53.971954345703125, "y": -68.69815826416016, "subreddit": "couchsurfing", "cluster": 1856, "color": 1}, {"x": -55.37942886352539, "y": -71.0052261352539, "subreddit": "ncsu", "cluster": 1856, "color": 1}, {"x": -53.94912338256836, "y": -71.45140838623047, "subreddit": "northcarolina", "cluster": 1856, "color": 1}, {"x": -54.532684326171875, "y": -70.85033416748047, "subreddit": "raleigh", "cluster": 1856, "color": 1}, {"x": -53.81657791137695, "y": -69.91869354248047, "subreddit": "triangle", "cluster": 1856, "color": 1}, {"x": 26.23302459716797, "y": 59.80238723754883, "subreddit": "bumble", "cluster": 1329, "color": 4}, {"x": 26.881662368774414, "y": 61.62912368774414, "subreddit": "hingeapp", "cluster": 1329, "color": 4}, {"x": 26.888731002807617, "y": 61.63219451904297, "subreddit": "onlinedating", "cluster": 1329, "color": 4}, {"x": -118.58646392822266, "y": -29.71474266052246, "subreddit": "pof", "cluster": 1329, "color": 4}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "bundary", "cluster": 302, "color": 1}, {"x": 0.7823885083198547, "y": -31.86454963684082, "subreddit": "burgers", "cluster": 590, "color": 1}, {"x": 0.4945768415927887, "y": -31.423791885375977, "subreddit": "eatsandwiches", "cluster": 590, "color": 1}, {"x": 1.1207911968231201, "y": -31.03053092956543, "subreddit": "grilledcheese", "cluster": 590, "color": 1}, {"x": 1.7605197429656982, "y": -32.32587432861328, "subreddit": "pizza", "cluster": 590, "color": 1}, {"x": 12.9143705368042, "y": -43.09223556518555, "subreddit": "rollerblading", "cluster": 590, "color": 1}, {"x": -0.5771930813789368, "y": -32.409507751464844, "subreddit": "sushi", "cluster": 590, "color": 1}, {"x": -0.13951213657855988, "y": -31.008092880249023, "subreddit": "webcomics", "cluster": 590, "color": 1}, {"x": -1.4011611938476562, "y": -30.75526237487793, "subreddit": "zombies", "cluster": 590, "color": 1}, {"x": -21.54671287536621, "y": -73.1087646484375, "subreddit": "burlington", "cluster": 1899, "color": 2}, {"x": -21.371789932250977, "y": -71.68223571777344, "subreddit": "icecoast", "cluster": 1899, "color": 2}, {"x": -21.53209686279297, "y": -72.94902038574219, "subreddit": "vermont", "cluster": 1899, "color": 2}, {"x": 20.918981552124023, "y": -94.72126007080078, "subreddit": "burlingtonon", "cluster": 304, "color": 1}, {"x": -100.7166748046875, "y": -20.7639217376709, "subreddit": "chiropractic", "cluster": 304, "color": 1}, {"x": 19.954912185668945, "y": -95.04515075683594, "subreddit": "dancingwiththestars", "cluster": 304, "color": 1}, {"x": 21.83929443359375, "y": -94.34349060058594, "subreddit": "hamilton", "cluster": 304, "color": 1}, {"x": 7.365365505218506, "y": 88.66741180419922, "subreddit": "burstcoin", "cluster": 806, "color": 0}, {"x": 4.64485502243042, "y": 87.4490966796875, "subreddit": "ethermining", "cluster": 806, "color": 0}, {"x": 4.218031883239746, "y": 88.1914291381836, "subreddit": "gpumining", "cluster": 806, "color": 0}, {"x": 2.6796767711639404, "y": 86.40251922607422, "subreddit": "moneromining", "cluster": 806, "color": 0}, {"x": 4.145191192626953, "y": 88.58807373046875, "subreddit": "nicehash", "cluster": 806, "color": 0}, {"x": 3.999157190322876, "y": 89.21219635009766, "subreddit": "ravencoin", "cluster": 806, "color": 0}, {"x": 8.485474586486816, "y": -78.18487548828125, "subreddit": "businessintelligence", "cluster": 306, "color": 0}, {"x": 8.695284843444824, "y": -78.5040283203125, "subreddit": "powerbi", "cluster": 306, "color": 0}, {"x": 8.210741996765137, "y": -77.78130340576172, "subreddit": "tableau", "cluster": 306, "color": 0}, {"x": -46.19548797607422, "y": -19.66857147216797, "subreddit": "buyitforlife", "cluster": 307, "color": 2}, {"x": -51.72379684448242, "y": -15.085740089416504, "subreddit": "dealsreddit", "cluster": 307, "color": 2}, {"x": -90.94082641601562, "y": -47.412837982177734, "subreddit": "f150", "cluster": 307, "color": 2}, {"x": -2.9614155292510986, "y": -2.601270914077759, "subreddit": "frugal", "cluster": 307, "color": 2}, {"x": -46.102928161621094, "y": -19.726303100585938, "subreddit": "lawncare", "cluster": 307, "color": 2}, {"x": -49.5322265625, "y": 4.656007289886475, "subreddit": "powermetal", "cluster": 307, "color": 2}, {"x": -75.22467803955078, "y": 29.75558853149414, "subreddit": "redwingshoes", "cluster": 307, "color": 2}, {"x": -1.3597428798675537, "y": 86.90877532958984, "subreddit": "bytecoinbcn", "cluster": 399, "color": 1}, {"x": -48.1812858581543, "y": -127.24230194091797, "subreddit": "comcast", "cluster": 399, "color": 1}, {"x": -48.183509826660156, "y": -127.24616241455078, "subreddit": "comcast_xfinity", "cluster": 399, "color": 1}, {"x": 37.29012680053711, "y": -109.57026672363281, "subreddit": "byu", "cluster": 1198, "color": 1}, {"x": 37.96554183959961, "y": -108.61044311523438, "subreddit": "exmormon", "cluster": 1198, "color": 1}, {"x": 37.750362396240234, "y": -108.7330551147461, "subreddit": "mormon", "cluster": 1198, "color": 1}, {"x": -50.14956283569336, "y": -28.675640106201172, "subreddit": "c64", "cluster": 1533, "color": 4}, {"x": -52.55418014526367, "y": -30.12505531311035, "subreddit": "mud", "cluster": 1533, "color": 4}, {"x": -52.50691223144531, "y": -29.19174575805664, "subreddit": "retrobattlestations", "cluster": 1533, "color": 4}, {"x": -52.922882080078125, "y": -28.621530532836914, "subreddit": "vintageapple", "cluster": 1533, "color": 4}, {"x": -52.512088775634766, "y": -29.062196731567383, "subreddit": "vintagecomputing", "cluster": 1533, "color": 4}, {"x": 9.558808326721191, "y": -66.95922088623047, "subreddit": "c_programming", "cluster": 721, "color": 0}, {"x": 63.9156608581543, "y": -72.41001892089844, "subreddit": "de_edv", "cluster": 721, "color": 0}, {"x": 65.09637451171875, "y": -72.6124267578125, "subreddit": "de_iama", "cluster": 721, "color": 0}, {"x": 64.9465560913086, "y": -71.08633422851562, "subreddit": "einfach_posten", "cluster": 721, "color": 0}, {"x": 63.44491958618164, "y": -71.28333282470703, "subreddit": "fahrrad", "cluster": 721, "color": 0}, {"x": 64.26439666748047, "y": -71.87458038330078, "subreddit": "fragreddit", "cluster": 721, "color": 0}, {"x": 67.76280975341797, "y": -70.07102966308594, "subreddit": "germanrap", "cluster": 721, "color": 0}, {"x": 65.25796508789062, "y": -70.55430603027344, "subreddit": "kreiswichs", "cluster": 721, "color": 0}, {"x": 60.4312629699707, "y": -72.3729019165039, "subreddit": "lanl_german", "cluster": 721, "color": 0}, {"x": 62.135826110839844, "y": -73.67072296142578, "subreddit": "munich", "cluster": 721, "color": 0}, {"x": -45.02277755737305, "y": -1.8626598119735718, "subreddit": "ca_kitchen", "cluster": 445, "color": 1}, {"x": -43.91562271118164, "y": -1.7951446771621704, "subreddit": "cripplingalcoholism", "cluster": 445, "color": 1}, {"x": 1.2878451347351074, "y": -38.14158248901367, "subreddit": "drunkencookery", "cluster": 445, "color": 1}, {"x": -43.668277740478516, "y": -1.7360018491744995, "subreddit": "outlandishalcoholics", "cluster": 445, "color": 1}, {"x": 39.139774322509766, "y": -5.437918663024902, "subreddit": "cabalofthebuildsmiths", "cluster": 798, "color": 1}, {"x": 38.449039459228516, "y": -5.244516372680664, "subreddit": "gog", "cluster": 798, "color": 1}, {"x": 38.00007629394531, "y": -5.148911952972412, "subreddit": "playdate", "cluster": 798, "color": 1}, {"x": -56.15076446533203, "y": -27.20635986328125, "subreddit": "cablefail", "cluster": 308, "color": 0}, {"x": -56.15785598754883, "y": -27.228466033935547, "subreddit": "cableporn", "cluster": 308, "color": 0}, {"x": -48.639766693115234, "y": -25.97759246826172, "subreddit": "cade", "cluster": 312, "color": 1}, {"x": -63.434295654296875, "y": 25.5181884765625, "subreddit": "dancedancerevolution", "cluster": 312, "color": 1}, {"x": -50.524234771728516, "y": -7.304345607757568, "subreddit": "gpdwin", "cluster": 312, "color": 1}, {"x": -48.621952056884766, "y": -25.976152420043945, "subreddit": "mame", "cluster": 312, "color": 1}, {"x": -57.67406463623047, "y": -119.0113296508789, "subreddit": "pinball", "cluster": 312, "color": 1}, {"x": -0.8125609159469604, "y": 10.184657096862793, "subreddit": "cahideas", "cluster": 1975, "color": 4}, {"x": -92.607421875, "y": 9.478496551513672, "subreddit": "streetlightmanifesto", "cluster": 1975, "color": 4}, {"x": -94.05451202392578, "y": 9.076329231262207, "subreddit": "worldoftanksconsole", "cluster": 1975, "color": 4}, {"x": -93.90909576416016, "y": 9.110875129699707, "subreddit": "worldoftanksxbox", "cluster": 1975, "color": 4}, {"x": 49.61494445800781, "y": 38.453895568847656, "subreddit": "cakedecorating", "cluster": 678, "color": 3}, {"x": 47.69571304321289, "y": 55.17523956298828, "subreddit": "findfashion", "cluster": 678, "color": 3}, {"x": 47.6982307434082, "y": 55.20390319824219, "subreddit": "frugalfemalefashion", "cluster": 678, "color": 3}, {"x": -29.465999603271484, "y": 34.601531982421875, "subreddit": "calamitymod", "cluster": 1783, "color": 0}, {"x": -30.609643936157227, "y": 34.02495193481445, "subreddit": "dccomicslegendsgame", "cluster": 1783, "color": 0}, {"x": -8.206207275390625, "y": 39.37637710571289, "subreddit": "monsterlegends", "cluster": 1783, "color": 0}, {"x": -29.477684020996094, "y": 33.095306396484375, "subreddit": "starbound", "cluster": 1783, "color": 0}, {"x": -29.861845016479492, "y": 33.87452697753906, "subreddit": "terraria", "cluster": 1783, "color": 0}, {"x": 132.54615783691406, "y": -33.882808685302734, "subreddit": "calibrations", "cluster": 1127, "color": 4}, {"x": 132.54690551757812, "y": -33.88390350341797, "subreddit": "masseffectphoenix", "cluster": 1127, "color": 4}, {"x": 14.020484924316406, "y": -129.20359802246094, "subreddit": "trekrp", "cluster": 1127, "color": 4}, {"x": -42.801204681396484, "y": -56.05256271362305, "subreddit": "california", "cluster": 659, "color": 0}, {"x": -43.064903259277344, "y": -55.0020637512207, "subreddit": "california_politics", "cluster": 659, "color": 0}, {"x": -42.70635223388672, "y": -56.42197036743164, "subreddit": "fastfood", "cluster": 659, "color": 0}, {"x": -43.550689697265625, "y": -56.926788330078125, "subreddit": "mcdonalds", "cluster": 659, "color": 0}, {"x": -41.74516296386719, "y": -56.01679229736328, "subreddit": "obama", "cluster": 659, "color": 0}, {"x": -40.871177673339844, "y": -57.74762725830078, "subreddit": "tacobell", "cluster": 659, "color": 0}, {"x": 32.897377014160156, "y": 18.277660369873047, "subreddit": "callcentres", "cluster": 1756, "color": 4}, {"x": -5.82339334487915, "y": -93.43243408203125, "subreddit": "hookah", "cluster": 1756, "color": 4}, {"x": 32.86243438720703, "y": 18.20656967163086, "subreddit": "talesfromcallcenters", "cluster": 1756, "color": 4}, {"x": 31.753263473510742, "y": 38.68391418457031, "subreddit": "calligraphy", "cluster": 1363, "color": 4}, {"x": -5.6584978103637695, "y": 13.601436614990234, "subreddit": "handwriting", "cluster": 1363, "color": 4}, {"x": -5.428313732147217, "y": 13.470985412597656, "subreddit": "penmanshipporn", "cluster": 1363, "color": 4}, {"x": -126.86463928222656, "y": -55.551239013671875, "subreddit": "callofdutyblackops4", "cluster": 315, "color": 1}, {"x": -126.86512756347656, "y": -55.55228805541992, "subreddit": "callofdutyworldwartwo", "cluster": 315, "color": 1}, {"x": -24.061946868896484, "y": 82.93154907226562, "subreddit": "stormbound", "cluster": 315, "color": 1}, {"x": 12.00574779510498, "y": -54.12788772583008, "subreddit": "calpoly", "cluster": 316, "color": 0}, {"x": 11.75796127319336, "y": -53.95845031738281, "subreddit": "slo", "cluster": 316, "color": 0}, {"x": -91.11186981201172, "y": 25.097238540649414, "subreddit": "tabletennis", "cluster": 316, "color": 0}, {"x": -89.41694641113281, "y": 57.73207473754883, "subreddit": "calpolypomona", "cluster": 1817, "color": 0}, {"x": -82.0209732055664, "y": 48.09450149536133, "subreddit": "drizzy", "cluster": 1817, "color": 0}, {"x": -89.38406372070312, "y": 57.700347900390625, "subreddit": "theweeknd", "cluster": 1817, "color": 0}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "calvarezvsdjacobslive", "cluster": 317, "color": 2}, {"x": -31.690093994140625, "y": 0.8218173980712891, "subreddit": "calvarezvsjacobslivee", "cluster": 318, "color": 1}, {"x": -98.3037338256836, "y": -48.82645034790039, "subreddit": "camaro", "cluster": 355, "color": 1}, {"x": -95.93877410888672, "y": -49.70951843261719, "subreddit": "chevy", "cluster": 355, "color": 1}, {"x": -95.85801696777344, "y": -49.826744079589844, "subreddit": "chevytrucks", "cluster": 355, "color": 1}, {"x": -96.78337860107422, "y": -47.99211883544922, "subreddit": "pontiac", "cluster": 355, "color": 1}, {"x": -80.73072052001953, "y": 89.6618423461914, "subreddit": "camp_jupiter", "cluster": 319, "color": 1}, {"x": -80.43603515625, "y": 89.39727783203125, "subreddit": "camphalfblood", "cluster": 319, "color": 1}, {"x": -80.97484588623047, "y": 89.87599182128906, "subreddit": "demigodfiles", "cluster": 319, "color": 1}, {"x": 26.422630310058594, "y": -92.18856048583984, "subreddit": "canada", "cluster": 322, "color": 2}, {"x": -82.28369140625, "y": -66.30729675292969, "subreddit": "canadaguns", "cluster": 322, "color": 2}, {"x": 27.127246856689453, "y": -91.612060546875, "subreddit": "canadapolitics", "cluster": 322, "color": 2}, {"x": 27.650148391723633, "y": -91.00849914550781, "subreddit": "canadianforces", "cluster": 322, "color": 2}, {"x": -70.2015380859375, "y": -53.50564193725586, "subreddit": "firewater", "cluster": 322, "color": 2}, {"x": 25.97977638244629, "y": -92.09283447265625, "subreddit": "metacanada", "cluster": 322, "color": 2}, {"x": 26.86559295654297, "y": -93.4556655883789, "subreddit": "onguardforthee", "cluster": 322, "color": 2}, {"x": 24.0040283203125, "y": -93.10302734375, "subreddit": "ontario", "cluster": 322, "color": 2}, {"x": -58.102020263671875, "y": -80.66874694824219, "subreddit": "winnipeg", "cluster": 322, "color": 2}, {"x": -61.67869567871094, "y": -19.529640197753906, "subreddit": "canadacordcutters", "cluster": 1900, "color": 3}, {"x": 33.25990295410156, "y": 52.79709243774414, "subreddit": "veterinary", "cluster": 1900, "color": 3}, {"x": 33.27787780761719, "y": 52.78888702392578, "subreddit": "vettech", "cluster": 1900, "color": 3}, {"x": 38.25666046142578, "y": -11.489038467407227, "subreddit": "canadapublicservants", "cluster": 1341, "color": 1}, {"x": 37.922054290771484, "y": -10.54857063293457, "subreddit": "carletonu", "cluster": 1341, "color": 1}, {"x": -47.79936599731445, "y": 55.902565002441406, "subreddit": "geegees", "cluster": 1341, "color": 1}, {"x": 38.162811279296875, "y": -11.232667922973633, "subreddit": "ottawa", "cluster": 1341, "color": 1}, {"x": -18.112911224365234, "y": 115.58790588378906, "subreddit": "canadiancannabislps", "cluster": 1508, "color": 3}, {"x": 72.775634765625, "y": -123.038818359375, "subreddit": "drunk", "cluster": 1508, "color": 3}, {"x": -18.15015983581543, "y": 114.37348175048828, "subreddit": "recpics", "cluster": 1508, "color": 3}, {"x": -18.174007415771484, "y": 114.28690338134766, "subreddit": "theocs", "cluster": 1508, "color": 3}, {"x": 85.08261108398438, "y": -93.25508880615234, "subreddit": "canadianinvestor", "cluster": 1371, "color": 0}, {"x": -83.7232666015625, "y": -25.337421417236328, "subreddit": "churningcanada", "cluster": 1371, "color": 0}, {"x": 83.98257446289062, "y": -93.79419708251953, "subreddit": "legaladvicecanada", "cluster": 1371, "color": 0}, {"x": 84.85494232177734, "y": -93.3636474609375, "subreddit": "personalfinancecanada", "cluster": 1371, "color": 0}, {"x": -14.791318893432617, "y": 114.16516876220703, "subreddit": "canadianmoms", "cluster": 323, "color": 0}, {"x": 23.313404083251953, "y": -92.09512329101562, "subreddit": "canadients", "cluster": 323, "color": 0}, {"x": -77.60616302490234, "y": -92.21407318115234, "subreddit": "jasonellisshow", "cluster": 323, "color": 0}, {"x": -14.79845142364502, "y": 114.16773986816406, "subreddit": "mompics", "cluster": 323, "color": 0}, {"x": 22.967344284057617, "y": -91.61181640625, "subreddit": "todispensaries", "cluster": 323, "color": 0}, {"x": -139.26382446289062, "y": 58.97114944458008, "subreddit": "canelojacobslivetv", "cluster": 324, "color": 1}, {"x": -139.26382446289062, "y": 58.97114944458008, "subreddit": "celticsvsbuckslivetv", "cluster": 324, "color": 1}, {"x": -140.19570922851562, "y": 57.85343551635742, "subreddit": "crawfordkhanlive", "cluster": 324, "color": 1}, {"x": -139.83164978027344, "y": 59.9036750793457, "subreddit": "espn2watch", "cluster": 324, "color": 1}, {"x": -140.19570922851562, "y": 57.85343551635742, "subreddit": "googlepasstv", "cluster": 324, "color": 1}, {"x": -139.26382446289062, "y": 58.97114944458008, "subreddit": "hdmtv", "cluster": 324, "color": 1}, {"x": -138.69561767578125, "y": 58.16578674316406, "subreddit": "nbastreamingtv", "cluster": 324, "color": 1}, {"x": -140.19570922851562, "y": 57.85343551635742, "subreddit": "nfl2019draft", "cluster": 324, "color": 1}, {"x": -140.6028594970703, "y": 58.99613952636719, "subreddit": "raptors76erslive", "cluster": 324, "color": 1}, {"x": -140.6028594970703, "y": 58.99613952636719, "subreddit": "redditsportstv", "cluster": 324, "color": 1}, {"x": -139.21142578125, "y": 57.595008850097656, "subreddit": "rocketswarriorslive", "cluster": 324, "color": 1}, {"x": -140.6028594970703, "y": 58.99613952636719, "subreddit": "tottenhamvsajaxlivetv", "cluster": 324, "color": 1}, {"x": -124.54188537597656, "y": 52.27227783203125, "subreddit": "canelovsjacobslivehd", "cluster": 325, "color": 1}, {"x": -124.54188537597656, "y": 52.272132873535156, "subreddit": "canelovsjacobslivehq", "cluster": 325, "color": 1}, {"x": 17.086437225341797, "y": -23.78068733215332, "subreddit": "cannabis", "cluster": 326, "color": 0}, {"x": 16.107162475585938, "y": -24.888973236083984, "subreddit": "lyme", "cluster": 326, "color": 0}, {"x": 17.13371467590332, "y": -23.712425231933594, "subreddit": "marijuana", "cluster": 326, "color": 0}, {"x": -30.78122329711914, "y": 66.24436950683594, "subreddit": "simsmobile", "cluster": 326, "color": 0}, {"x": -12.688006401062012, "y": 106.2865219116211, "subreddit": "weedbiz", "cluster": 326, "color": 0}, {"x": -15.454620361328125, "y": 106.37075805664062, "subreddit": "cannabiscultivation", "cluster": 327, "color": 2}, {"x": -15.989607810974121, "y": 106.91845703125, "subreddit": "growingmarijuana", "cluster": 327, "color": 2}, {"x": -14.121743202209473, "y": 107.33198547363281, "subreddit": "herbgrow", "cluster": 327, "color": 2}, {"x": -12.91621208190918, "y": 106.40898132324219, "subreddit": "macrogrowery", "cluster": 327, "color": 2}, {"x": -14.343429565429688, "y": 107.95390319824219, "subreddit": "microgrowery", "cluster": 327, "color": 2}, {"x": -15.46953010559082, "y": 106.00108337402344, "subreddit": "outdoorgrowing", "cluster": 327, "color": 2}, {"x": -9.558581352233887, "y": 114.64783477783203, "subreddit": "cannabisextracts", "cluster": 789, "color": 1}, {"x": -9.630142211914062, "y": 115.96057891845703, "subreddit": "glassheads", "cluster": 789, "color": 1}, {"x": -10.322275161743164, "y": 116.65656280517578, "subreddit": "lampwork", "cluster": 789, "color": 1}, {"x": -9.391956329345703, "y": 116.05914306640625, "subreddit": "pieces", "cluster": 789, "color": 1}, {"x": 3.116694211959839, "y": -28.538921356201172, "subreddit": "canning", "cluster": 1472, "color": 1}, {"x": -125.71063232421875, "y": -18.347524642944336, "subreddit": "juul", "cluster": 1472, "color": 1}, {"x": 3.062793493270874, "y": -28.60523796081543, "subreddit": "putaneggonit", "cluster": 1472, "color": 1}, {"x": 94.91534423828125, "y": -60.08506774902344, "subreddit": "capetown", "cluster": 1666, "color": 2}, {"x": 33.052616119384766, "y": -55.97776412963867, "subreddit": "heraldry", "cluster": 1666, "color": 2}, {"x": 94.90414428710938, "y": -60.07774353027344, "subreddit": "southafrica", "cluster": 1666, "color": 2}, {"x": 70.46390533447266, "y": -25.18318748474121, "subreddit": "capstone", "cluster": 361, "color": 0}, {"x": 70.36369323730469, "y": -25.093366622924805, "subreddit": "chivalrygame", "cluster": 361, "color": 0}, {"x": 68.74285888671875, "y": -23.430742263793945, "subreddit": "mordhau", "cluster": 361, "color": 0}, {"x": 71.57525634765625, "y": 23.6790771484375, "subreddit": "captaintsubasadt", "cluster": 687, "color": 0}, {"x": 71.38636016845703, "y": 24.294994354248047, "subreddit": "fiu", "cluster": 687, "color": 0}, {"x": 70.91519165039062, "y": 25.36682891845703, "subreddit": "miami", "cluster": 687, "color": 0}, {"x": 72.55633544921875, "y": 2.0768842697143555, "subreddit": "carav", "cluster": 1865, "color": 4}, {"x": 71.7945327758789, "y": 1.1952897310256958, "subreddit": "farmingsimulator", "cluster": 1865, "color": 4}, {"x": 70.84417724609375, "y": 3.6157870292663574, "subreddit": "homestarrunner", "cluster": 1865, "color": 4}, {"x": 71.4676513671875, "y": 2.851118803024292, "subreddit": "ipod", "cluster": 1865, "color": 4}, {"x": -52.93565368652344, "y": 51.883583068847656, "subreddit": "thecube", "cluster": 1865, "color": 4}, {"x": 72.05651092529297, "y": 2.058946132659912, "subreddit": "trucksim", "cluster": 1865, "color": 4}, {"x": 13.380416870117188, "y": -87.32427978515625, "subreddit": "cardiff", "cluster": 1921, "color": 3}, {"x": 12.549885749816895, "y": -87.89482116699219, "subreddit": "leangains", "cluster": 1921, "color": 3}, {"x": 12.896512985229492, "y": -87.68222045898438, "subreddit": "wales", "cluster": 1921, "color": 3}, {"x": -53.98384094238281, "y": 105.70376586914062, "subreddit": "cardistry", "cluster": 1396, "color": 3}, {"x": -54.807071685791016, "y": 105.72119903564453, "subreddit": "playingcards", "cluster": 1396, "color": 3}, {"x": -54.56774139404297, "y": 105.71448516845703, "subreddit": "playingcardsmarket", "cluster": 1396, "color": 3}, {"x": 38.11737060546875, "y": 1.0000356435775757, "subreddit": "careeradvice", "cluster": 328, "color": 1}, {"x": 38.44190216064453, "y": 0.5353767275810242, "subreddit": "careerguidance", "cluster": 328, "color": 1}, {"x": 38.458499908447266, "y": 0.1750539392232895, "subreddit": "findapath", "cluster": 328, "color": 1}, {"x": -53.98849868774414, "y": 134.12525939941406, "subreddit": "carfans", "cluster": 1302, "color": 4}, {"x": -54.2802619934082, "y": 134.54562377929688, "subreddit": "earthfans", "cluster": 1302, "color": 4}, {"x": -53.47188186645508, "y": 134.16575622558594, "subreddit": "foodfans", "cluster": 1302, "color": 4}, {"x": -53.53778076171875, "y": 135.06585693359375, "subreddit": "mapfans", "cluster": 1302, "color": 4}, {"x": -54.070884704589844, "y": 135.02906799316406, "subreddit": "militaryfans", "cluster": 1302, "color": 4}, {"x": -53.25719451904297, "y": 134.6312255859375, "subreddit": "nosillysuffix", "cluster": 1302, "color": 4}, {"x": 45.82143020629883, "y": 33.836116790771484, "subreddit": "carnivore", "cluster": 2006, "color": 1}, {"x": -18.265796661376953, "y": -75.21158599853516, "subreddit": "ketoscience", "cluster": 2006, "color": 1}, {"x": 46.10052490234375, "y": 33.718711853027344, "subreddit": "zerocarb", "cluster": 2006, "color": 1}, {"x": 59.874664306640625, "y": 66.44818115234375, "subreddit": "carolinecallowaysnark", "cluster": 1650, "color": 2}, {"x": 59.797061920166016, "y": 66.45879364013672, "subreddit": "smolbeansnark", "cluster": 1650, "color": 2}, {"x": -41.650272369384766, "y": -10.586155891418457, "subreddit": "carpentry", "cluster": 421, "color": 1}, {"x": -41.508235931396484, "y": -10.455094337463379, "subreddit": "construction", "cluster": 421, "color": 1}, {"x": 52.15746307373047, "y": 111.20132446289062, "subreddit": "dui", "cluster": 421, "color": 1}, {"x": 77.73210906982422, "y": 70.17221069335938, "subreddit": "mixedrace", "cluster": 421, "color": 1}, {"x": -33.93262481689453, "y": -1.7396728992462158, "subreddit": "osha", "cluster": 421, "color": 1}, {"x": -56.741329193115234, "y": -0.9094075560569763, "subreddit": "roofing", "cluster": 421, "color": 1}, {"x": -67.41191101074219, "y": 46.81943130493164, "subreddit": "tbi", "cluster": 421, "color": 1}, {"x": -101.1106948852539, "y": -74.55596923828125, "subreddit": "cascadia", "cluster": 1932, "color": 5}, {"x": -98.75959777832031, "y": -73.66995239257812, "subreddit": "coronaviruswa", "cluster": 1932, "color": 5}, {"x": -100.04212951660156, "y": -72.9497299194336, "subreddit": "olympia", "cluster": 1932, "color": 5}, {"x": -108.59735870361328, "y": -56.752681732177734, "subreddit": "spokane", "cluster": 1932, "color": 5}, {"x": -100.31829833984375, "y": -72.36288452148438, "subreddit": "tacoma", "cluster": 1932, "color": 5}, {"x": -93.92398071289062, "y": -72.05430603027344, "subreddit": "wa_guns", "cluster": 1932, "color": 5}, {"x": -99.81656646728516, "y": -73.34514617919922, "subreddit": "washington", "cluster": 1932, "color": 5}, {"x": -66.95114135742188, "y": 94.26219940185547, "subreddit": "caseclickers", "cluster": 330, "color": 1}, {"x": -66.95221710205078, "y": 94.26496887207031, "subreddit": "caseclickertrades", "cluster": 330, "color": 1}, {"x": 108.66998291015625, "y": 60.22503662109375, "subreddit": "ryzemains", "cluster": 330, "color": 1}, {"x": 94.21178436279297, "y": 21.09526252746582, "subreddit": "cash4cash", "cluster": 775, "color": 2}, {"x": 30.02251625061035, "y": 51.76736831665039, "subreddit": "chegganswers", "cluster": 775, "color": 2}, {"x": -6.533524036407471, "y": -75.58879852294922, "subreddit": "chipotle", "cluster": 775, "color": 2}, {"x": 94.36338806152344, "y": 21.070335388183594, "subreddit": "gctrading", "cluster": 775, "color": 2}, {"x": 96.032470703125, "y": 20.772830963134766, "subreddit": "gcxrep", "cluster": 775, "color": 2}, {"x": 96.21099090576172, "y": 20.772174835205078, "subreddit": "giftcardexchange", "cluster": 775, "color": 2}, {"x": -18.422077178955078, "y": 77.30986022949219, "subreddit": "phoneverification", "cluster": 775, "color": 2}, {"x": -99.67337036132812, "y": -94.6873779296875, "subreddit": "cassetteculture", "cluster": 331, "color": 0}, {"x": -99.50206756591797, "y": -94.42425537109375, "subreddit": "typewriters", "cluster": 331, "color": 0}, {"x": -100.29590606689453, "y": -96.10193634033203, "subreddit": "vintageaudio", "cluster": 331, "color": 0}, {"x": -39.6236572265625, "y": -60.93223571777344, "subreddit": "castateworkers", "cluster": 1568, "color": 4}, {"x": -4.627962589263916, "y": 96.9933090209961, "subreddit": "csus", "cluster": 1568, "color": 4}, {"x": -37.48244094848633, "y": -85.20524597167969, "subreddit": "kings", "cluster": 1568, "color": 4}, {"x": -39.61649703979492, "y": -60.94778060913086, "subreddit": "sacramento", "cluster": 1568, "color": 4}, {"x": -37.63077163696289, "y": 46.15828323364258, "subreddit": "castleclash", "cluster": 1485, "color": 0}, {"x": -31.616308212280273, "y": 0.8415371775627136, "subreddit": "greycuplivee", "cluster": 1485, "color": 0}, {"x": -33.76542663574219, "y": 10.36506462097168, "subreddit": "raidshadowlegends", "cluster": 1485, "color": 0}, {"x": -18.676042556762695, "y": 59.976444244384766, "subreddit": "that_poppy", "cluster": 1485, "color": 0}, {"x": -10.745580673217773, "y": -43.97981262207031, "subreddit": "castlerocktv", "cluster": 1610, "color": 3}, {"x": -16.91010856628418, "y": -39.5718994140625, "subreddit": "dark", "cluster": 1610, "color": 3}, {"x": -17.211286544799805, "y": -38.374122619628906, "subreddit": "ozark", "cluster": 1610, "color": 3}, {"x": -17.0393009185791, "y": -39.38081359863281, "subreddit": "sharpobjects", "cluster": 1610, "color": 3}, {"x": -16.090721130371094, "y": -36.062740325927734, "subreddit": "westworld", "cluster": 1610, "color": 3}, {"x": 32.172733306884766, "y": 7.031329154968262, "subreddit": "casualconversation", "cluster": 333, "color": 0}, {"x": 154.7888946533203, "y": 421.826416015625, "subreddit": "saorpg", "cluster": 333, "color": 0}, {"x": 32.18705749511719, "y": 7.03048849105835, "subreddit": "seriousconversation", "cluster": 333, "color": 0}, {"x": -8.229141235351562, "y": 5.386868953704834, "subreddit": "casualiama", "cluster": 1808, "color": 4}, {"x": -105.21219635009766, "y": 30.235185623168945, "subreddit": "morbidquestions", "cluster": 1808, "color": 4}, {"x": -0.5970020294189453, "y": 12.800334930419922, "subreddit": "ofcoursethatsathing", "cluster": 1808, "color": 4}, {"x": 1.7719159126281738, "y": 134.74281311035156, "subreddit": "someordinarygmrs", "cluster": 1808, "color": 4}, {"x": -8.33243179321289, "y": 5.40438985824585, "subreddit": "theonion", "cluster": 1808, "color": 4}, {"x": -7.923226833343506, "y": 6.4612250328063965, "subreddit": "theydidthefuckyou", "cluster": 1808, "color": 4}, {"x": 51.344547271728516, "y": -81.05492401123047, "subreddit": "casualireland", "cluster": 954, "color": 1}, {"x": -39.901039123535156, "y": -20.080747604370117, "subreddit": "cork", "cluster": 954, "color": 1}, {"x": 0.7221637964248657, "y": 102.36978149414062, "subreddit": "crainn", "cluster": 954, "color": 1}, {"x": 48.289588928222656, "y": -79.77073669433594, "subreddit": "dublin", "cluster": 954, "color": 1}, {"x": 46.354095458984375, "y": -80.27951049804688, "subreddit": "gaa", "cluster": 954, "color": 1}, {"x": 48.637367248535156, "y": -79.74056243896484, "subreddit": "ireland", "cluster": 954, "color": 1}, {"x": 49.878150939941406, "y": -79.75588989257812, "subreddit": "irishhistory", "cluster": 954, "color": 1}, {"x": 49.840087890625, "y": -79.91740417480469, "subreddit": "irishproblems", "cluster": 954, "color": 1}, {"x": 48.10287857055664, "y": -77.59332275390625, "subreddit": "northernireland", "cluster": 954, "color": 1}, {"x": 51.32615661621094, "y": -81.04033660888672, "subreddit": "roi", "cluster": 954, "color": 1}, {"x": 40.694847106933594, "y": 66.46635437011719, "subreddit": "skincareaddictionuk", "cluster": 954, "color": 1}, {"x": -43.96172332763672, "y": 27.12619400024414, "subreddit": "casualnintendo", "cluster": 1118, "color": 0}, {"x": -5.007538318634033, "y": 22.898759841918945, "subreddit": "kickopenthedoor", "cluster": 1118, "color": 0}, {"x": -41.62055206298828, "y": 28.027013778686523, "subreddit": "kirby", "cluster": 1118, "color": 0}, {"x": -43.839698791503906, "y": 27.251510620117188, "subreddit": "mario", "cluster": 1118, "color": 0}, {"x": -43.05421829223633, "y": 26.73370933532715, "subreddit": "mariokart", "cluster": 1118, "color": 0}, {"x": -32.21501922607422, "y": 1.8278898000717163, "subreddit": "papermario", "cluster": 1118, "color": 0}, {"x": -43.181400299072266, "y": 28.18235206604004, "subreddit": "pikmin", "cluster": 1118, "color": 0}, {"x": -45.890201568603516, "y": 27.564838409423828, "subreddit": "sonicthehedgehog", "cluster": 1118, "color": 0}, {"x": -86.7094955444336, "y": 113.68680572509766, "subreddit": "supermarioodyssey", "cluster": 1118, "color": 0}, {"x": 15.596513748168945, "y": -94.74481201171875, "subreddit": "thecircletv", "cluster": 1118, "color": 0}, {"x": -43.9647216796875, "y": 28.786502838134766, "subreddit": "truezelda", "cluster": 1118, "color": 0}, {"x": -10.795392036437988, "y": 20.14520835876465, "subreddit": "waluigi", "cluster": 1118, "color": 0}, {"x": -44.17143630981445, "y": 28.86739158630371, "subreddit": "zelda", "cluster": 1118, "color": 0}, {"x": 41.344539642333984, "y": -139.95458984375, "subreddit": "casualpokemontrades", "cluster": 334, "color": 0}, {"x": 42.00856018066406, "y": -139.6733856201172, "subreddit": "pokemonplaza", "cluster": 334, "color": 0}, {"x": 41.48807907104492, "y": -138.00363159179688, "subreddit": "pokemonqrcodes", "cluster": 334, "color": 0}, {"x": -26.31389808654785, "y": -74.52442932128906, "subreddit": "pokemoonsun", "cluster": 334, "color": 0}, {"x": 41.26770782470703, "y": -140.07444763183594, "subreddit": "shinypokemon", "cluster": 334, "color": 0}, {"x": 39.27822494506836, "y": -138.56460571289062, "subreddit": "vivillon", "cluster": 334, "color": 0}, {"x": 20.81195068359375, "y": 22.173433303833008, "subreddit": "cat", "cluster": 336, "color": 2}, {"x": 23.33283233642578, "y": 21.978452682495117, "subreddit": "catadvice", "cluster": 336, "color": 2}, {"x": 21.71788215637207, "y": 22.452468872070312, "subreddit": "catpictures", "cluster": 336, "color": 2}, {"x": 21.55727767944336, "y": 22.31376075744629, "subreddit": "cats", "cluster": 336, "color": 2}, {"x": 68.49736022949219, "y": -41.863285064697266, "subreddit": "foxes", "cluster": 336, "color": 2}, {"x": 46.65663528442383, "y": -26.46358871459961, "subreddit": "cataclysmdda", "cluster": 578, "color": 1}, {"x": 47.717464447021484, "y": -24.539947509765625, "subreddit": "dwarffortress", "cluster": 578, "color": 1}, {"x": 86.82390594482422, "y": -78.40179443359375, "subreddit": "proceduralgeneration", "cluster": 578, "color": 1}, {"x": 47.84882736206055, "y": -25.139602661132812, "subreddit": "riseofkingdoms", "cluster": 578, "color": 1}, {"x": 47.015995025634766, "y": -24.52757453918457, "subreddit": "starmade", "cluster": 578, "color": 1}, {"x": 70.98480224609375, "y": -32.1155891418457, "subreddit": "catan", "cluster": 1239, "color": 0}, {"x": 45.5440559387207, "y": -103.36534881591797, "subreddit": "navy", "cluster": 1239, "color": 0}, {"x": 45.55748748779297, "y": -103.37438201904297, "subreddit": "newtothenavy", "cluster": 1239, "color": 0}, {"x": -75.1820297241211, "y": -36.086875915527344, "subreddit": "catfish", "cluster": 1480, "color": 0}, {"x": -71.63957214355469, "y": 13.044281959533691, "subreddit": "foreveralonedating", "cluster": 1480, "color": 0}, {"x": -100.5423583984375, "y": -9.438429832458496, "subreddit": "houstonr4r", "cluster": 1480, "color": 0}, {"x": -8.593968391418457, "y": 68.35540771484375, "subreddit": "kikpals", "cluster": 1480, "color": 0}, {"x": -72.1405258178711, "y": 12.344361305236816, "subreddit": "r4r", "cluster": 1480, "color": 0}, {"x": -4.354228496551514, "y": 8.690340995788574, "subreddit": "r4r30plus", "cluster": 1480, "color": 0}, {"x": -5.847797870635986, "y": -0.1096901223063469, "subreddit": "skypepals", "cluster": 1480, "color": 0}, {"x": -72.43988800048828, "y": 12.012321472167969, "subreddit": "textfriends", "cluster": 1480, "color": 0}, {"x": 54.78178787231445, "y": -48.381935119628906, "subreddit": "catholicdating", "cluster": 335, "color": 1}, {"x": 55.151302337646484, "y": -47.84443283081055, "subreddit": "catholicism", "cluster": 335, "color": 1}, {"x": 55.462791442871094, "y": -47.571414947509766, "subreddit": "catholicmemes", "cluster": 335, "color": 1}, {"x": 54.38258361816406, "y": -46.74220275878906, "subreddit": "monarchism", "cluster": 335, "color": 1}, {"x": 55.76136016845703, "y": -48.5662727355957, "subreddit": "traditionalcatholics", "cluster": 335, "color": 1}, {"x": 25.096960067749023, "y": 12.895018577575684, "subreddit": "catsstandingup", "cluster": 782, "color": 1}, {"x": -71.61398315429688, "y": 16.94698715209961, "subreddit": "freekarma", "cluster": 782, "color": 1}, {"x": -71.60621643066406, "y": 16.945554733276367, "subreddit": "ggggg", "cluster": 782, "color": 1}, {"x": 17.69706153869629, "y": 24.81223487854004, "subreddit": "catswhoyell", "cluster": 337, "color": 1}, {"x": 16.09708595275879, "y": 24.80184555053711, "subreddit": "dadswhodidnotwantpets", "cluster": 337, "color": 1}, {"x": 17.148622512817383, "y": 24.089988708496094, "subreddit": "illegallysmolcats", "cluster": 337, "color": 1}, {"x": 18.206775665283203, "y": 25.773834228515625, "subreddit": "mafs_au", "cluster": 337, "color": 1}, {"x": 15.453755378723145, "y": 23.210237503051758, "subreddit": "murdermittens", "cluster": 337, "color": 1}, {"x": -2.44040846824646, "y": 119.34314727783203, "subreddit": "cbd", "cluster": 861, "color": 3}, {"x": -3.7373335361480713, "y": 118.61111450195312, "subreddit": "cbdhempbuds", "cluster": 861, "color": 3}, {"x": -2.078134298324585, "y": 119.5993881225586, "subreddit": "cbdinfo", "cluster": 861, "color": 3}, {"x": -3.623532295227051, "y": 118.66809844970703, "subreddit": "hempflowers", "cluster": 861, "color": 3}, {"x": 32.02204513549805, "y": -3.4154810905456543, "subreddit": "cbts_stream", "cluster": 810, "color": 1}, {"x": 31.065099716186523, "y": -3.359128713607788, "subreddit": "draintheswamp", "cluster": 810, "color": 1}, {"x": 31.807626724243164, "y": -3.4044735431671143, "subreddit": "greatawakening", "cluster": 810, "color": 1}, {"x": -99.69863891601562, "y": -65.2483139038086, "subreddit": "cedarrapids", "cluster": 949, "color": 4}, {"x": -98.72352600097656, "y": -64.94200897216797, "subreddit": "desmoines", "cluster": 949, "color": 4}, {"x": 17.050960540771484, "y": -38.94720458984375, "subreddit": "equality", "cluster": 949, "color": 4}, {"x": -104.18382263183594, "y": -67.995361328125, "subreddit": "fedex", "cluster": 949, "color": 4}, {"x": -26.2376651763916, "y": 44.76085662841797, "subreddit": "iastate", "cluster": 949, "color": 4}, {"x": -99.13487243652344, "y": -65.17484283447266, "subreddit": "iowa", "cluster": 949, "color": 4}, {"x": -99.0325698852539, "y": -66.21183013916016, "subreddit": "iowacity", "cluster": 949, "color": 4}, {"x": -100.21341705322266, "y": -62.29029083251953, "subreddit": "quadcities", "cluster": 949, "color": 4}, {"x": -12.97647762298584, "y": 55.92994689941406, "subreddit": "celebbattles", "cluster": 339, "color": 0}, {"x": -12.92605972290039, "y": 55.89069747924805, "subreddit": "celebhub", "cluster": 339, "color": 0}, {"x": 6.229898929595947, "y": 39.99217224121094, "subreddit": "internetstars", "cluster": 339, "color": 0}, {"x": -10.541321754455566, "y": 51.14023208618164, "subreddit": "celebs", "cluster": 1697, "color": 5}, {"x": -9.162139892578125, "y": 52.101844787597656, "subreddit": "chloegracemoretz", "cluster": 1697, "color": 5}, {"x": -8.922268867492676, "y": 51.2064094543457, "subreddit": "prettygirls", "cluster": 1697, "color": 5}, {"x": -9.304553031921387, "y": 51.44715118408203, "subreddit": "starlets", "cluster": 1697, "color": 5}, {"x": -10.237709045410156, "y": 50.59814453125, "subreddit": "volleyballgirls", "cluster": 1697, "color": 5}, {"x": -50.78281784057617, "y": 67.93919372558594, "subreddit": "celestegame", "cluster": 341, "color": 1}, {"x": -50.799415588378906, "y": 67.94035339355469, "subreddit": "hackintosh", "cluster": 341, "color": 1}, {"x": 65.51687622070312, "y": 45.358482360839844, "subreddit": "celiac", "cluster": 793, "color": 1}, {"x": 65.51243591308594, "y": 45.362361907958984, "subreddit": "glutenfree", "cluster": 793, "color": 1}, {"x": 43.96462631225586, "y": -75.87138366699219, "subreddit": "cello", "cluster": 751, "color": 1}, {"x": -8.406203269958496, "y": -101.27442169189453, "subreddit": "futuregarage", "cluster": 751, "color": 1}, {"x": -8.057677268981934, "y": -101.0732650756836, "subreddit": "grime", "cluster": 751, "color": 1}, {"x": 10.83869743347168, "y": -84.58868408203125, "subreddit": "liverpool", "cluster": 751, "color": 1}, {"x": 72.47245025634766, "y": -93.22917938232422, "subreddit": "celticfc", "cluster": 1590, "color": 1}, {"x": 25.280500411987305, "y": -84.67086029052734, "subreddit": "glasgow", "cluster": 1590, "color": 1}, {"x": 73.25154876708984, "y": -93.66380310058594, "subreddit": "rangersfc", "cluster": 1590, "color": 1}, {"x": 72.82246398925781, "y": -93.42595672607422, "subreddit": "scottishfootball", "cluster": 1590, "color": 1}, {"x": -22.514394760131836, "y": 103.2721939086914, "subreddit": "cemu", "cluster": 342, "color": 3}, {"x": -22.51470184326172, "y": 103.27466583251953, "subreddit": "cemupiracy", "cluster": 342, "color": 3}, {"x": 20.034709930419922, "y": -55.18619918823242, "subreddit": "centerleftpolitics", "cluster": 343, "color": 0}, {"x": 19.879379272460938, "y": -55.19942092895508, "subreddit": "democratsfordiversity", "cluster": 343, "color": 0}, {"x": 21.039642333984375, "y": -55.11395263671875, "subreddit": "neoliberal", "cluster": 343, "color": 0}, {"x": -54.92904281616211, "y": 55.44720458984375, "subreddit": "centrist", "cluster": 379, "color": 0}, {"x": 18.2571964263916, "y": -26.021268844604492, "subreddit": "climate", "cluster": 379, "color": 0}, {"x": 19.575044631958008, "y": -24.781620025634766, "subreddit": "climateactionplan", "cluster": 379, "color": 0}, {"x": 19.659046173095703, "y": -25.069875717163086, "subreddit": "climateoffensive", "cluster": 379, "color": 0}, {"x": 8.841700553894043, "y": -21.743871688842773, "subreddit": "everythingscience", "cluster": 379, "color": 0}, {"x": 20.15656089782715, "y": -25.664859771728516, "subreddit": "extinctionrebellion", "cluster": 379, "color": 0}, {"x": 75.33849334716797, "y": 120.0699691772461, "subreddit": "ceramics", "cluster": 1434, "color": 1}, {"x": 75.33905792236328, "y": 120.07022857666016, "subreddit": "pottery", "cluster": 1434, "color": 1}, {"x": -58.635772705078125, "y": -99.44564819335938, "subreddit": "cfb", "cluster": 344, "color": 0}, {"x": -58.54689025878906, "y": -98.05592346191406, "subreddit": "cfbofftopic", "cluster": 344, "color": 0}, {"x": -61.08099365234375, "y": -100.534423828125, "subreddit": "cfbrisk", "cluster": 344, "color": 0}, {"x": -59.184505462646484, "y": -100.94140625, "subreddit": "collegebaseball", "cluster": 344, "color": 0}, {"x": -58.570552825927734, "y": -99.52579498291016, "subreddit": "collegebasketball", "cluster": 344, "color": 0}, {"x": -62.30980682373047, "y": -97.0622787475586, "subreddit": "ducks", "cluster": 344, "color": 0}, {"x": -60.92923355102539, "y": -100.59967041015625, "subreddit": "floridagators", "cluster": 344, "color": 0}, {"x": -56.88557815551758, "y": -99.76351165771484, "subreddit": "longhornnation", "cluster": 344, "color": 0}, {"x": -16.880992889404297, "y": 11.248964309692383, "subreddit": "michiganwolverines", "cluster": 344, "color": 0}, {"x": -61.126651763916016, "y": -113.50487518310547, "subreddit": "ockytop", "cluster": 344, "color": 0}, {"x": -33.87678527832031, "y": -0.4906310737133026, "subreddit": "pac12", "cluster": 344, "color": 0}, {"x": -58.56468200683594, "y": -97.64388275146484, "subreddit": "rolltide", "cluster": 344, "color": 0}, {"x": -105.71409606933594, "y": -19.41918182373047, "subreddit": "wsu", "cluster": 344, "color": 0}, {"x": -58.69023895263672, "y": -82.74790954589844, "subreddit": "cfl", "cluster": 1576, "color": 1}, {"x": 88.11099243164062, "y": -91.86268615722656, "subreddit": "lasik", "cluster": 1576, "color": 1}, {"x": 89.64310455322266, "y": -91.47249603271484, "subreddit": "regina", "cluster": 1576, "color": 1}, {"x": 89.19291687011719, "y": -91.18313598632812, "subreddit": "saskatchewan", "cluster": 1576, "color": 1}, {"x": 89.11768341064453, "y": -90.71340942382812, "subreddit": "saskatoon", "cluster": 1576, "color": 1}, {"x": 68.58670043945312, "y": 67.45477294921875, "subreddit": "cfs", "cluster": 345, "color": 1}, {"x": 40.1185417175293, "y": 68.34929656982422, "subreddit": "rosacea", "cluster": 345, "color": 1}, {"x": 68.62923431396484, "y": 67.39209747314453, "subreddit": "stoicism", "cluster": 345, "color": 1}, {"x": 10.937265396118164, "y": -7.823087692260742, "subreddit": "cgpgrey", "cluster": 346, "color": 0}, {"x": 10.937849998474121, "y": -7.811698913574219, "subreddit": "hellointernet", "cluster": 346, "color": 0}, {"x": 14.642780303955078, "y": -55.092384338378906, "subreddit": "nerdfighters", "cluster": 346, "color": 0}, {"x": -95.373779296875, "y": -53.409122467041016, "subreddit": "challenger", "cluster": 547, "color": 2}, {"x": -94.52800750732422, "y": -53.33232879638672, "subreddit": "charger", "cluster": 547, "color": 2}, {"x": -94.79881286621094, "y": -53.329132080078125, "subreddit": "dodge", "cluster": 547, "color": 2}, {"x": 51.05453872680664, "y": -109.80799865722656, "subreddit": "chameleons", "cluster": 1572, "color": 1}, {"x": 49.89240646362305, "y": -111.19063568115234, "subreddit": "sandiego", "cluster": 1572, "color": 1}, {"x": 50.475032806396484, "y": -111.38815307617188, "subreddit": "sdsu", "cluster": 1572, "color": 1}, {"x": 49.05680847167969, "y": -110.425537109375, "subreddit": "tijuana", "cluster": 1572, "color": 1}, {"x": 20.43391227722168, "y": -88.18270874023438, "subreddit": "championship", "cluster": 1037, "color": 2}, {"x": 20.43023681640625, "y": -88.19959259033203, "subreddit": "leedsunited", "cluster": 1037, "color": 2}, {"x": 72.7810287475586, "y": -75.25293731689453, "subreddit": "superleague", "cluster": 1037, "color": 2}, {"x": -31.54408073425293, "y": 0.9453730583190918, "subreddit": "championsleaguelivet", "cluster": 347, "color": 2}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "channel6", "cluster": 348, "color": 3}, {"x": -67.59925079345703, "y": 63.57199478149414, "subreddit": "chanzhfsneakers", "cluster": 658, "color": 0}, {"x": -69.72013854980469, "y": 65.21424102783203, "subreddit": "designerreps", "cluster": 658, "color": 0}, {"x": -69.56047058105469, "y": 65.01610565185547, "subreddit": "fashionreps", "cluster": 658, "color": 0}, {"x": -69.68262481689453, "y": 64.03215026855469, "subreddit": "fashionrepsbst", "cluster": 658, "color": 0}, {"x": -70.31695556640625, "y": 65.26844024658203, "subreddit": "flexicas", "cluster": 658, "color": 0}, {"x": -67.8794937133789, "y": 64.35286712646484, "subreddit": "repsneakers", "cluster": 658, "color": 0}, {"x": -68.8468246459961, "y": 68.18026733398438, "subreddit": "reptronics", "cluster": 658, "color": 0}, {"x": 106.9574966430664, "y": 14.275028228759766, "subreddit": "slp", "cluster": 658, "color": 0}, {"x": 3.9911537170410156, "y": 45.050289154052734, "subreddit": "snaplenses", "cluster": 658, "color": 0}, {"x": -67.45767211914062, "y": 64.77550506591797, "subreddit": "sneakerreps", "cluster": 658, "color": 0}, {"x": 40.08060073852539, "y": -32.469303131103516, "subreddit": "chapotraphouse", "cluster": 349, "color": 0}, {"x": 40.17991256713867, "y": -32.64441680908203, "subreddit": "chapotraphouse2", "cluster": 349, "color": 0}, {"x": 40.267574310302734, "y": -33.74116516113281, "subreddit": "moretankiechapo", "cluster": 349, "color": 0}, {"x": 70.34915161132812, "y": -12.026103973388672, "subreddit": "redscarepod", "cluster": 349, "color": 0}, {"x": -4.467895030975342, "y": -27.451753616333008, "subreddit": "characterrant", "cluster": 1530, "color": 3}, {"x": 70.95861053466797, "y": -114.40119171142578, "subreddit": "respectthreads", "cluster": 1530, "color": 3}, {"x": 70.95046997070312, "y": -114.41629791259766, "subreddit": "theguessinggame", "cluster": 1530, "color": 3}, {"x": -4.279562473297119, "y": -28.317075729370117, "subreddit": "whowouldcirclejerk", "cluster": 1530, "color": 3}, {"x": -4.544912338256836, "y": -27.51515769958496, "subreddit": "whowouldwin", "cluster": 1530, "color": 3}, {"x": -43.53725814819336, "y": -81.57329559326172, "subreddit": "chargers", "cluster": 350, "color": 0}, {"x": -43.476646423339844, "y": -80.84255981445312, "subreddit": "padres", "cluster": 350, "color": 0}, {"x": -43.54344177246094, "y": -82.07874298095703, "subreddit": "razorbacks", "cluster": 350, "color": 0}, {"x": -109.53317260742188, "y": 33.06772232055664, "subreddit": "charity", "cluster": 797, "color": 2}, {"x": -109.52969360351562, "y": 33.066001892089844, "subreddit": "gofundme", "cluster": 797, "color": 2}, {"x": 94.13299560546875, "y": -42.687198638916016, "subreddit": "radomactsofgreed2", "cluster": 797, "color": 2}, {"x": -79.78048706054688, "y": -104.18730926513672, "subreddit": "charleston", "cluster": 1668, "color": 0}, {"x": -78.58118438720703, "y": -104.6041259765625, "subreddit": "gamecocks", "cluster": 1668, "color": 0}, {"x": -79.2390365600586, "y": -102.6373519897461, "subreddit": "greenville", "cluster": 1668, "color": 0}, {"x": -83.56065368652344, "y": -107.31060028076172, "subreddit": "naegold", "cluster": 1668, "color": 0}, {"x": -79.25579833984375, "y": -104.0887680053711, "subreddit": "southcarolina", "cluster": 1668, "color": 0}, {"x": -40.7551383972168, "y": -85.14562225341797, "subreddit": "charlotte", "cluster": 351, "color": 0}, {"x": -40.34536361694336, "y": -86.44252014160156, "subreddit": "charlottehornets", "cluster": 351, "color": 0}, {"x": -36.20525360107422, "y": -106.02238464355469, "subreddit": "mynba2kmobile", "cluster": 351, "color": 0}, {"x": -40.09435272216797, "y": -87.32296752929688, "subreddit": "nba_draft", "cluster": 351, "color": 0}, {"x": -40.500526428222656, "y": -85.8710708618164, "subreddit": "panthers", "cluster": 351, "color": 0}, {"x": -48.00496292114258, "y": -65.82874298095703, "subreddit": "charlottesville", "cluster": 1909, "color": 2}, {"x": 93.00181579589844, "y": -54.25238800048828, "subreddit": "jmu", "cluster": 1909, "color": 2}, {"x": -48.15684127807617, "y": -62.91154861450195, "subreddit": "nova", "cluster": 1909, "color": 2}, {"x": -51.67985916137695, "y": -65.36363220214844, "subreddit": "roanoke", "cluster": 1909, "color": 2}, {"x": -82.88671112060547, "y": -69.5196533203125, "subreddit": "vaguns", "cluster": 1909, "color": 2}, {"x": -48.9608039855957, "y": -65.91893768310547, "subreddit": "virginia", "cluster": 1909, "color": 2}, {"x": -49.14299011230469, "y": -65.9286880493164, "subreddit": "virginiapolitics", "cluster": 1909, "color": 2}, {"x": -50.89965057373047, "y": -67.4880599975586, "subreddit": "virginiatech", "cluster": 1909, "color": 2}, {"x": -12.182146072387695, "y": 65.83499145507812, "subreddit": "chat", "cluster": 1600, "color": 3}, {"x": -4.432153224945068, "y": 60.82261276245117, "subreddit": "firstimpression", "cluster": 1600, "color": 3}, {"x": -6.900413990020752, "y": 60.150604248046875, "subreddit": "gonemildplus", "cluster": 1600, "color": 3}, {"x": -6.463531017303467, "y": 61.203155517578125, "subreddit": "selfie", "cluster": 1600, "color": 3}, {"x": -6.527215480804443, "y": 61.19962692260742, "subreddit": "selfies", "cluster": 1600, "color": 3}, {"x": -11.564979553222656, "y": 67.39152526855469, "subreddit": "single", "cluster": 1600, "color": 3}, {"x": -61.21955871582031, "y": -115.82646942138672, "subreddit": "chattanooga", "cluster": 1780, "color": 3}, {"x": -61.057125091552734, "y": -114.09054565429688, "subreddit": "knoxville", "cluster": 1780, "color": 3}, {"x": -57.629486083984375, "y": -119.06328582763672, "subreddit": "memphis", "cluster": 1780, "color": 3}, {"x": -60.1967658996582, "y": -115.64750671386719, "subreddit": "nashville", "cluster": 1780, "color": 3}, {"x": -60.79435729980469, "y": -115.52693939208984, "subreddit": "tennessee", "cluster": 1780, "color": 3}, {"x": 3.2533416748046875, "y": -36.804237365722656, "subreddit": "chefit", "cluster": 1008, "color": 2}, {"x": 37.760398864746094, "y": 21.007850646972656, "subreddit": "dishwashers", "cluster": 1008, "color": 2}, {"x": 3.2483770847320557, "y": -36.81163787841797, "subreddit": "kitchenconfidential", "cluster": 1008, "color": 2}, {"x": 19.678146362304688, "y": -36.546226501464844, "subreddit": "chernobyl", "cluster": 353, "color": 0}, {"x": 19.5865478515625, "y": -36.52113723754883, "subreddit": "chernobyltv", "cluster": 353, "color": 0}, {"x": 20.871564865112305, "y": -36.92723083496094, "subreddit": "heavyseas", "cluster": 353, "color": 0}, {"x": 17.146076202392578, "y": -32.51939010620117, "subreddit": "nuclear", "cluster": 353, "color": 0}, {"x": -32.62752914428711, "y": -88.0589599609375, "subreddit": "chibears", "cluster": 357, "color": 2}, {"x": -32.42485809326172, "y": -84.64677429199219, "subreddit": "chicubs", "cluster": 357, "color": 2}, {"x": -32.532779693603516, "y": -84.78141021728516, "subreddit": "cubs", "cluster": 357, "color": 2}, {"x": -30.623249053955078, "y": -84.92658996582031, "subreddit": "nl_kripparrian", "cluster": 357, "color": 2}, {"x": -32.30265426635742, "y": -83.20684051513672, "subreddit": "orthodoxchristianity", "cluster": 357, "color": 2}, {"x": -26.208982467651367, "y": -87.651123046875, "subreddit": "chibike", "cluster": 356, "color": 2}, {"x": -26.5787353515625, "y": -87.424072265625, "subreddit": "chicago", "cluster": 356, "color": 2}, {"x": -26.97890281677246, "y": -86.13728332519531, "subreddit": "chicagobeer", "cluster": 356, "color": 2}, {"x": -26.876070022583008, "y": -86.48532104492188, "subreddit": "chicagofood", "cluster": 356, "color": 2}, {"x": -45.959381103515625, "y": -1.8797621726989746, "subreddit": "cigarettes", "cluster": 356, "color": 2}, {"x": -36.990966796875, "y": -62.4626579284668, "subreddit": "chicoca", "cluster": 410, "color": 1}, {"x": 13.135294914245605, "y": -38.3422737121582, "subreddit": "composting", "cluster": 410, "color": 1}, {"x": 12.894824028015137, "y": -38.64472198486328, "subreddit": "statenisland", "cluster": 410, "color": 1}, {"x": 13.870076179504395, "y": -37.942962646484375, "subreddit": "vegetablegardening", "cluster": 410, "color": 1}, {"x": -80.71646881103516, "y": 61.40363311767578, "subreddit": "chiefkeef", "cluster": 1060, "color": 3}, {"x": -81.8059310913086, "y": 55.63715744018555, "subreddit": "liluzivert", "cluster": 1060, "color": 3}, {"x": -81.53440856933594, "y": 55.34550476074219, "subreddit": "playboicarti", "cluster": 1060, "color": 3}, {"x": -82.91043853759766, "y": 56.633426666259766, "subreddit": "trippieredd", "cluster": 1060, "color": 3}, {"x": -82.88884735107422, "y": 54.35068130493164, "subreddit": "youngthug", "cluster": 1060, "color": 3}, {"x": 22.085084915161133, "y": 27.022655487060547, "subreddit": "chihuahua", "cluster": 1081, "color": 0}, {"x": -92.03192138671875, "y": 61.224578857421875, "subreddit": "csulb", "cluster": 1081, "color": 0}, {"x": -43.12846755981445, "y": -60.9279670715332, "subreddit": "frugal_jerk", "cluster": 1081, "color": 0}, {"x": -43.109825134277344, "y": -60.85233688354492, "subreddit": "longbeach", "cluster": 1081, "color": 0}, {"x": 32.71094512939453, "y": -15.97891902923584, "subreddit": "mobilerepair", "cluster": 1081, "color": 0}, {"x": 35.62666320800781, "y": 13.254996299743652, "subreddit": "childfree", "cluster": 1866, "color": 5}, {"x": 36.658382415771484, "y": 12.666836738586426, "subreddit": "fencesitter", "cluster": 1866, "color": 5}, {"x": -29.34250259399414, "y": 29.879911422729492, "subreddit": "nekoatsume", "cluster": 1866, "color": 5}, {"x": 36.160377502441406, "y": 12.93712043762207, "subreddit": "truechildfree", "cluster": 1866, "color": 5}, {"x": 42.35472106933594, "y": -90.69640350341797, "subreddit": "chile", "cluster": 1034, "color": 2}, {"x": 43.786808013916016, "y": -87.07898712158203, "subreddit": "judgemyaccent", "cluster": 1034, "color": 2}, {"x": 43.97357177734375, "y": -88.07083892822266, "subreddit": "learnspanish", "cluster": 1034, "color": 2}, {"x": 43.98418045043945, "y": -88.05646514892578, "subreddit": "spanish", "cluster": 1034, "color": 2}, {"x": -21.519561767578125, "y": -11.138345718383789, "subreddit": "chiliadmystery", "cluster": 808, "color": 3}, {"x": -21.24476432800293, "y": -7.814400672912598, "subreddit": "grandtheftautov", "cluster": 808, "color": 3}, {"x": -20.50037384033203, "y": -7.3947978019714355, "subreddit": "grandtheftautov_pc", "cluster": 808, "color": 3}, {"x": -20.86896324157715, "y": -8.659977912902832, "subreddit": "gta", "cluster": 808, "color": 3}, {"x": -22.534046173095703, "y": -9.045280456542969, "subreddit": "gta5", "cluster": 808, "color": 3}, {"x": -22.19301414489746, "y": -7.2624897956848145, "subreddit": "gtaonline", "cluster": 808, "color": 3}, {"x": -22.43181037902832, "y": -7.852392196655273, "subreddit": "gtav", "cluster": 808, "color": 3}, {"x": -81.87761688232422, "y": 13.777390480041504, "subreddit": "gtavcustoms", "cluster": 808, "color": 3}, {"x": -23.285207748413086, "y": -10.18200397491455, "subreddit": "gybb", "cluster": 808, "color": 3}, {"x": -22.420303344726562, "y": -6.434071063995361, "subreddit": "heistteams", "cluster": 808, "color": 3}, {"x": -23.312366485595703, "y": -7.922375679016113, "subreddit": "redditdads", "cluster": 808, "color": 3}, {"x": 7.564294338226318, "y": -4.276882171630859, "subreddit": "whatsbotheringyou", "cluster": 808, "color": 3}, {"x": -7.204153537750244, "y": 115.10132598876953, "subreddit": "chinaglass", "cluster": 464, "color": 0}, {"x": -7.070429801940918, "y": 114.83444213867188, "subreddit": "dabs", "cluster": 464, "color": 0}, {"x": -0.5891966819763184, "y": 111.35708618164062, "subreddit": "mdents", "cluster": 464, "color": 0}, {"x": -6.321962833404541, "y": 114.50210571289062, "subreddit": "milking", "cluster": 464, "color": 0}, {"x": -32.46895217895508, "y": 0.8288416862487793, "subreddit": "pamedicalmarijuana", "cluster": 464, "color": 0}, {"x": -8.837292671203613, "y": 113.84439086914062, "subreddit": "rosin", "cluster": 464, "color": 0}, {"x": -70.77095031738281, "y": 70.92967224121094, "subreddit": "chinatime", "cluster": 1526, "color": 4}, {"x": -69.02763366699219, "y": 70.6825180053711, "subreddit": "dhgate", "cluster": 1526, "color": 4}, {"x": -71.17105865478516, "y": 70.99549102783203, "subreddit": "reptime", "cluster": 1526, "color": 4}, {"x": -71.67650604248047, "y": 71.0843505859375, "subreddit": "reptimebst", "cluster": 1526, "color": 4}, {"x": 33.77033233642578, "y": -75.49791717529297, "subreddit": "chinese", "cluster": 359, "color": 1}, {"x": 33.814353942871094, "y": -75.35108947753906, "subreddit": "chineselanguage", "cluster": 359, "color": 1}, {"x": 34.11343765258789, "y": -74.53204345703125, "subreddit": "translator", "cluster": 359, "color": 1}, {"x": 20.625659942626953, "y": 65.4058837890625, "subreddit": "chinese_bootleg_memes", "cluster": 936, "color": 2}, {"x": 18.312105178833008, "y": 66.2155532836914, "subreddit": "infamous", "cluster": 936, "color": 2}, {"x": 18.220029830932617, "y": 66.25233459472656, "subreddit": "steelbooks", "cluster": 936, "color": 2}, {"x": -1.6792486906051636, "y": 57.04154968261719, "subreddit": "teenrelationships", "cluster": 936, "color": 2}, {"x": 20.442676544189453, "y": 65.16646575927734, "subreddit": "videogames", "cluster": 936, "color": 2}, {"x": -0.6819607019424438, "y": -2.9133176803588867, "subreddit": "chiptunes", "cluster": 1663, "color": 4}, {"x": 62.083133697509766, "y": 40.205814361572266, "subreddit": "songwriters", "cluster": 1663, "color": 4}, {"x": 62.088016510009766, "y": 40.1851692199707, "subreddit": "songwriting", "cluster": 1663, "color": 4}, {"x": -98.9842758178711, "y": 15.620187759399414, "subreddit": "choices", "cluster": 1672, "color": 4}, {"x": 24.496173858642578, "y": -26.68961524963379, "subreddit": "nasa", "cluster": 1672, "color": 4}, {"x": 24.77466583251953, "y": -28.229923248291016, "subreddit": "space", "cluster": 1672, "color": 4}, {"x": 24.629629135131836, "y": -26.816865921020508, "subreddit": "spaceflight", "cluster": 1672, "color": 4}, {"x": 25.992496490478516, "y": -27.46772003173828, "subreddit": "spacex", "cluster": 1672, "color": 4}, {"x": 26.243009567260742, "y": -27.491382598876953, "subreddit": "spacexlounge", "cluster": 1672, "color": 4}, {"x": 27.232389450073242, "y": -27.714576721191406, "subreddit": "spacexmasterrace", "cluster": 1672, "color": 4}, {"x": 10.433758735656738, "y": 23.924863815307617, "subreddit": "choosingbeggars", "cluster": 1281, "color": 0}, {"x": 21.42378044128418, "y": 15.409441947937012, "subreddit": "creepypms", "cluster": 1281, "color": 0}, {"x": 21.481033325195312, "y": 17.04755210876465, "subreddit": "inceltears", "cluster": 1281, "color": 0}, {"x": 20.690433502197266, "y": 16.362274169921875, "subreddit": "justneckbeardthings", "cluster": 1281, "color": 0}, {"x": 20.770503997802734, "y": 16.37935447692871, "subreddit": "niceguys", "cluster": 1281, "color": 0}, {"x": 115.88107299804688, "y": 41.939395904541016, "subreddit": "chriswatts", "cluster": 1608, "color": 5}, {"x": 12.939291000366211, "y": 17.78106117248535, "subreddit": "rottweiler", "cluster": 1608, "color": 5}, {"x": 116.05664825439453, "y": 41.81644821166992, "subreddit": "shannanwatts", "cluster": 1608, "color": 5}, {"x": 117.06623840332031, "y": 41.18363571166992, "subreddit": "thestaircase", "cluster": 1608, "color": 5}, {"x": -63.91582489013672, "y": -15.01152515411377, "subreddit": "chrome", "cluster": 802, "color": 3}, {"x": -65.32743835449219, "y": -12.769886016845703, "subreddit": "flutterdev", "cluster": 802, "color": 3}, {"x": -65.54315185546875, "y": -14.011910438537598, "subreddit": "google", "cluster": 802, "color": 3}, {"x": -64.64605712890625, "y": -9.413505554199219, "subreddit": "googleplaymusic", "cluster": 802, "color": 3}, {"x": -64.46583557128906, "y": -13.860718727111816, "subreddit": "googleplus", "cluster": 802, "color": 3}, {"x": -65.99089050292969, "y": -14.728499412536621, "subreddit": "googlewifi", "cluster": 802, "color": 3}, {"x": -65.9601058959961, "y": -13.78392219543457, "subreddit": "selfdrivingcars", "cluster": 802, "color": 3}, {"x": -67.18663024902344, "y": -14.348786354064941, "subreddit": "stadia", "cluster": 802, "color": 3}, {"x": -67.41018676757812, "y": -11.495076179504395, "subreddit": "chromeos", "cluster": 363, "color": 2}, {"x": -67.20431518554688, "y": -12.451550483703613, "subreddit": "crostini", "cluster": 363, "color": 2}, {"x": -67.52670288085938, "y": -10.698624610900879, "subreddit": "galliumos", "cluster": 363, "color": 2}, {"x": -67.34745025634766, "y": -11.893186569213867, "subreddit": "pixelbook", "cluster": 363, "color": 2}, {"x": -74.9039077758789, "y": -1.5819071531295776, "subreddit": "xiaomi", "cluster": 363, "color": 2}, {"x": 67.81732177734375, "y": 72.61930084228516, "subreddit": "chronicpain", "cluster": 1869, "color": 4}, {"x": 45.59688949584961, "y": -79.85492706298828, "subreddit": "englishlearning", "cluster": 1869, "color": 4}, {"x": 69.21670532226562, "y": 72.92401123046875, "subreddit": "havewemet", "cluster": 1869, "color": 4}, {"x": 68.83379364013672, "y": 72.84056091308594, "subreddit": "truecrimepodcasts", "cluster": 1869, "color": 4}, {"x": -47.934059143066406, "y": 6.984161376953125, "subreddit": "chronotrigger", "cluster": 1696, "color": 1}, {"x": -36.07761001586914, "y": 2.4437334537506104, "subreddit": "overwatchcirclejerk", "cluster": 1696, "color": 1}, {"x": -36.52906036376953, "y": 2.5750625133514404, "subreddit": "starcraftcirclejerk", "cluster": 1696, "color": 1}, {"x": -28.61871337890625, "y": -32.96552658081055, "subreddit": "chuck", "cluster": 1644, "color": 2}, {"x": 115.61656951904297, "y": -11.994939804077148, "subreddit": "gangstalking", "cluster": 1644, "color": 2}, {"x": -28.6226863861084, "y": -33.028587341308594, "subreddit": "smallville", "cluster": 1644, "color": 2}, {"x": -27.254371643066406, "y": 3.6767349243164062, "subreddit": "chutyapa", "cluster": 365, "color": 0}, {"x": -27.671491622924805, "y": 3.407867908477783, "subreddit": "pakistan", "cluster": 365, "color": 0}, {"x": -37.13341522216797, "y": -0.5916852355003357, "subreddit": "chvrches", "cluster": 366, "color": 0}, {"x": -84.15140533447266, "y": 37.15093231201172, "subreddit": "lorde", "cluster": 366, "color": 0}, {"x": -36.70154571533203, "y": -0.49210309982299805, "subreddit": "paramore", "cluster": 366, "color": 0}, {"x": -104.51624298095703, "y": -27.825706481933594, "subreddit": "cider", "cluster": 1967, "color": 4}, {"x": 46.811004638671875, "y": -2.589294195175171, "subreddit": "lv426", "cluster": 1967, "color": 4}, {"x": -105.30252075195312, "y": -27.096168518066406, "subreddit": "wine", "cluster": 1967, "color": 4}, {"x": -104.7787094116211, "y": -27.579345703125, "subreddit": "winemaking", "cluster": 1967, "color": 4}, {"x": 128.19357299804688, "y": -21.39933967590332, "subreddit": "cigarmarket", "cluster": 367, "color": 2}, {"x": 128.16259765625, "y": -21.416301727294922, "subreddit": "cigars", "cluster": 367, "color": 2}, {"x": 127.50747680664062, "y": -21.795108795166016, "subreddit": "cubancigars", "cluster": 367, "color": 2}, {"x": -48.639888763427734, "y": -73.9242935180664, "subreddit": "windsorontario", "cluster": 367, "color": 2}, {"x": 8.182769775390625, "y": 14.375280380249023, "subreddit": "cinemagraphs", "cluster": 1368, "color": 1}, {"x": 8.11580753326416, "y": 14.417686462402344, "subreddit": "perfectloops", "cluster": 1368, "color": 1}, {"x": 7.977987289428711, "y": 15.205510139465332, "subreddit": "weathergifs", "cluster": 1368, "color": 1}, {"x": 5.332139492034912, "y": 42.842529296875, "subreddit": "cinemasins", "cluster": 369, "color": 1}, {"x": 5.280126571655273, "y": 42.10013198852539, "subreddit": "spongebob", "cluster": 369, "color": 1}, {"x": -31.72494125366211, "y": 110.88734436035156, "subreddit": "circumcision", "cluster": 1466, "color": 3}, {"x": -31.714866638183594, "y": 110.82367706298828, "subreddit": "foreskin_restoration", "cluster": 1466, "color": 3}, {"x": -31.827444076538086, "y": 107.31436157226562, "subreddit": "gynecomastia", "cluster": 1466, "color": 3}, {"x": -31.434587478637695, "y": 107.77519226074219, "subreddit": "puberty", "cluster": 1466, "color": 3}, {"x": 70.71800231933594, "y": -81.1734390258789, "subreddit": "cirkeltrek", "cluster": 371, "color": 1}, {"x": 70.76654052734375, "y": -81.11949157714844, "subreddit": "ik_ihe", "cluster": 371, "color": 1}, {"x": 69.94328308105469, "y": -82.30917358398438, "subreddit": "thenetherlands", "cluster": 371, "color": 1}, {"x": 70.36162567138672, "y": -81.95438385009766, "subreddit": "tokkiefeesboek", "cluster": 371, "color": 1}, {"x": -59.35595703125, "y": -32.982765197753906, "subreddit": "cisco", "cluster": 1256, "color": 1}, {"x": -60.861106872558594, "y": -33.13800811767578, "subreddit": "fortinet", "cluster": 1256, "color": 1}, {"x": -58.11895751953125, "y": -32.32649230957031, "subreddit": "itcareerquestions", "cluster": 1256, "color": 1}, {"x": -59.400550842285156, "y": -33.02579116821289, "subreddit": "networking", "cluster": 1256, "color": 1}, {"x": -33.072547912597656, "y": -0.37855151295661926, "subreddit": "paloaltonetworks", "cluster": 1256, "color": 1}, {"x": -57.62038803100586, "y": -31.969934463500977, "subreddit": "sysadmin", "cluster": 1256, "color": 1}, {"x": -80.2134017944336, "y": -25.89508819580078, "subreddit": "citrix", "cluster": 1966, "color": 1}, {"x": -78.0138931274414, "y": -23.31354522705078, "subreddit": "microsoft", "cluster": 1966, "color": 1}, {"x": -79.79597473144531, "y": -24.934249877929688, "subreddit": "windows", "cluster": 1966, "color": 1}, {"x": -79.73204040527344, "y": -24.65553092956543, "subreddit": "windows10", "cluster": 1966, "color": 1}, {"x": -77.89171600341797, "y": -23.26259422302246, "subreddit": "windows8", "cluster": 1966, "color": 1}, {"x": -79.2916030883789, "y": -23.50933837890625, "subreddit": "windowsphone", "cluster": 1966, "color": 1}, {"x": 15.1646728515625, "y": 60.208011627197266, "subreddit": "citrusmanga", "cluster": 551, "color": 0}, {"x": -24.709186553955078, "y": 25.250152587890625, "subreddit": "dokkanbattle", "cluster": 551, "color": 0}, {"x": -24.789831161499023, "y": 25.291322708129883, "subreddit": "dokkanbattlecommunity", "cluster": 551, "color": 0}, {"x": -25.632509231567383, "y": 25.926570892333984, "subreddit": "dokkanbattletrades", "cluster": 551, "color": 0}, {"x": 72.3173599243164, "y": -28.286178588867188, "subreddit": "cityofheroes", "cluster": 1370, "color": 4}, {"x": -52.67552185058594, "y": 37.12464904785156, "subreddit": "digimon", "cluster": 1370, "color": 4}, {"x": -52.52077865600586, "y": 36.0648307800293, "subreddit": "persona", "cluster": 1370, "color": 4}, {"x": -52.57826614379883, "y": 36.26164627075195, "subreddit": "persona5", "cluster": 1370, "color": 4}, {"x": 52.41072463989258, "y": -19.448278427124023, "subreddit": "civ", "cluster": 372, "color": 0}, {"x": 64.5359878540039, "y": -35.8586540222168, "subreddit": "civ5", "cluster": 372, "color": 0}, {"x": 52.7349967956543, "y": -19.95850944519043, "subreddit": "civbeyondearth", "cluster": 372, "color": 0}, {"x": 47.0062141418457, "y": -7.931893348693848, "subreddit": "civvi", "cluster": 372, "color": 0}, {"x": 117.21907806396484, "y": -57.061668395996094, "subreddit": "civclassics", "cluster": 374, "color": 1}, {"x": 118.09088134765625, "y": -59.23310852050781, "subreddit": "civcraft", "cluster": 374, "color": 1}, {"x": 117.63257598876953, "y": -60.160335540771484, "subreddit": "civcraft_orion", "cluster": 374, "color": 1}, {"x": 118.02645111083984, "y": -59.30432891845703, "subreddit": "civcraftexchange", "cluster": 374, "color": 1}, {"x": 119.16178131103516, "y": -59.2260856628418, "subreddit": "danzilona", "cluster": 374, "color": 1}, {"x": 117.2481918334961, "y": -57.149017333984375, "subreddit": "devoted", "cluster": 374, "color": 1}, {"x": -44.96186828613281, "y": -52.46445083618164, "subreddit": "hardcoresmp", "cluster": 374, "color": 1}, {"x": 112.55195617675781, "y": -60.651458740234375, "subreddit": "minerapocalypse", "cluster": 374, "color": 1}, {"x": 117.49333953857422, "y": -57.717533111572266, "subreddit": "mtaugusta", "cluster": 374, "color": 1}, {"x": 114.29912567138672, "y": -54.82474136352539, "subreddit": "civex", "cluster": 375, "color": 0}, {"x": 114.3213119506836, "y": -54.82333755493164, "subreddit": "civilizatonexperiment", "cluster": 375, "color": 0}, {"x": 113.53054809570312, "y": -54.613121032714844, "subreddit": "therealmsmc", "cluster": 375, "color": 0}, {"x": -68.94442749023438, "y": 4.850689888000488, "subreddit": "civilengineering", "cluster": 1936, "color": 3}, {"x": -68.77479553222656, "y": 3.141749143600464, "subreddit": "rolex", "cluster": 1936, "color": 3}, {"x": -69.07400512695312, "y": 5.681637763977051, "subreddit": "vaginismus", "cluster": 1936, "color": 3}, {"x": -68.832763671875, "y": 4.148874282836914, "subreddit": "watches", "cluster": 1936, "color": 3}, {"x": -69.99990844726562, "y": 3.7797775268554688, "subreddit": "watchescirclejerk", "cluster": 1936, "color": 3}, {"x": -67.71939086914062, "y": 4.018199443817139, "subreddit": "watchexchange", "cluster": 1936, "color": 3}, {"x": 24.18451690673828, "y": -128.14857482910156, "subreddit": "civworldpowers", "cluster": 727, "color": 0}, {"x": 25.608861923217773, "y": -124.72162628173828, "subreddit": "dawnpowers", "cluster": 727, "color": 0}, {"x": 19.312746047973633, "y": -125.87548828125, "subreddit": "empirepowers", "cluster": 727, "color": 0}, {"x": 22.44318199157715, "y": -125.41392517089844, "subreddit": "free_space", "cluster": 727, "color": 0}, {"x": 20.936622619628906, "y": -123.18588256835938, "subreddit": "geosim", "cluster": 727, "color": 0}, {"x": 20.09543228149414, "y": -124.86248016357422, "subreddit": "globalpowers", "cluster": 727, "color": 0}, {"x": 22.435565948486328, "y": -124.1775131225586, "subreddit": "ironthronepowers", "cluster": 727, "color": 0}, {"x": 23.895099639892578, "y": -126.22705841064453, "subreddit": "jerkofftodesicelebs", "cluster": 727, "color": 0}, {"x": 22.45172691345215, "y": -125.4102554321289, "subreddit": "neckbeardrpg", "cluster": 727, "color": 0}, {"x": 23.41621971130371, "y": -122.48247528076172, "subreddit": "roll20", "cluster": 727, "color": 0}, {"x": 22.421926498413086, "y": -124.15850067138672, "subreddit": "sevenkingdoms", "cluster": 727, "color": 0}, {"x": 22.649234771728516, "y": -126.1716079711914, "subreddit": "shadownet", "cluster": 727, "color": 0}, {"x": 23.75580406188965, "y": -124.8286361694336, "subreddit": "wayfarerspub", "cluster": 727, "color": 0}, {"x": 21.386430740356445, "y": -125.27719116210938, "subreddit": "worldpowers", "cluster": 727, "color": 0}, {"x": 20.71479034423828, "y": -122.82042694091797, "subreddit": "worldroleplay", "cluster": 727, "color": 0}, {"x": 21.228363037109375, "y": -126.27989959716797, "subreddit": "worldwarpowers", "cluster": 727, "color": 0}, {"x": 22.071876525878906, "y": -127.56153106689453, "subreddit": "zombiesurvivalrp", "cluster": 727, "color": 0}, {"x": 79.94318389892578, "y": 28.702573776245117, "subreddit": "clannad", "cluster": 847, "color": 4}, {"x": 18.84388542175293, "y": -125.78194427490234, "subreddit": "coldwarpowers", "cluster": 847, "color": 4}, {"x": 79.92335510253906, "y": 28.699037551879883, "subreddit": "haruhi", "cluster": 847, "color": 4}, {"x": 19.830204010009766, "y": 57.7592658996582, "subreddit": "k_on", "cluster": 847, "color": 4}, {"x": 4.283799648284912, "y": -16.072498321533203, "subreddit": "redditthroughhistory", "cluster": 847, "color": 4}, {"x": 89.16786193847656, "y": 110.76667785644531, "subreddit": "clarinet", "cluster": 1577, "color": 4}, {"x": 87.38875579833984, "y": 111.28275299072266, "subreddit": "saxophone", "cluster": 1577, "color": 4}, {"x": 87.37208557128906, "y": 111.28888702392578, "subreddit": "saxophonics", "cluster": 1577, "color": 4}, {"x": -27.291656494140625, "y": 50.22286605834961, "subreddit": "clashofclans", "cluster": 376, "color": 2}, {"x": 85.63722229003906, "y": 104.08015441894531, "subreddit": "clashofclansrecruit", "cluster": 376, "color": 2}, {"x": 85.63700103759766, "y": 104.07860565185547, "subreddit": "royalerecruit", "cluster": 376, "color": 2}, {"x": 8.874610900878906, "y": -89.65022277832031, "subreddit": "classicalguitar", "cluster": 409, "color": 0}, {"x": 6.1269965171813965, "y": -89.70158386230469, "subreddit": "classicalmusic", "cluster": 409, "color": 0}, {"x": 7.628849506378174, "y": -89.30976104736328, "subreddit": "composer", "cluster": 409, "color": 0}, {"x": 7.57637357711792, "y": -89.20903015136719, "subreddit": "musictheory", "cluster": 409, "color": 0}, {"x": -94.06895446777344, "y": -41.40939712524414, "subreddit": "classiccars", "cluster": 1955, "color": 4}, {"x": -91.87611389160156, "y": -40.45674133300781, "subreddit": "namethatcar", "cluster": 1955, "color": 4}, {"x": -91.87676239013672, "y": -40.460693359375, "subreddit": "whatisthiscar", "cluster": 1955, "color": 4}, {"x": 95.12982940673828, "y": -9.852020263671875, "subreddit": "classicwow", "cluster": 609, "color": 2}, {"x": 96.28894805908203, "y": -11.2273588180542, "subreddit": "elysiumproject", "cluster": 609, "color": 2}, {"x": 97.06220245361328, "y": -9.843896865844727, "subreddit": "kronoswow", "cluster": 609, "color": 2}, {"x": 95.91014862060547, "y": -10.942360877990723, "subreddit": "lightshope", "cluster": 609, "color": 2}, {"x": 96.46167755126953, "y": -11.696915626525879, "subreddit": "nostalrius", "cluster": 609, "color": 2}, {"x": 97.09988403320312, "y": -10.193243026733398, "subreddit": "wowservers", "cluster": 609, "color": 2}, {"x": -40.9860954284668, "y": -14.511147499084473, "subreddit": "cleveland", "cluster": 1318, "color": 2}, {"x": -40.332191467285156, "y": -13.72764778137207, "subreddit": "columbus", "cluster": 1318, "color": 2}, {"x": -40.82607650756836, "y": -14.213847160339355, "subreddit": "ohio", "cluster": 1318, "color": 2}, {"x": -33.012210845947266, "y": -1.5653053522109985, "subreddit": "osu", "cluster": 1318, "color": 2}, {"x": -42.5175895690918, "y": -13.100842475891113, "subreddit": "toledo", "cluster": 1318, "color": 2}, {"x": 98.6047592163086, "y": 11.015347480773926, "subreddit": "clg", "cluster": 1031, "color": 3}, {"x": 100.19786071777344, "y": 12.871465682983398, "subreddit": "cloud9", "cluster": 1031, "color": 3}, {"x": 109.73631286621094, "y": -1.9623899459838867, "subreddit": "fantasylcs", "cluster": 1031, "color": 3}, {"x": 100.37518310546875, "y": 46.24297332763672, "subreddit": "fnatic", "cluster": 1031, "color": 3}, {"x": 97.88461303710938, "y": 11.838850021362305, "subreddit": "leagueoflegends", "cluster": 1031, "color": 3}, {"x": 97.5186996459961, "y": 11.731287002563477, "subreddit": "leagueofmeta", "cluster": 1031, "color": 3}, {"x": 97.00381469726562, "y": 14.593140602111816, "subreddit": "loldyrus", "cluster": 1031, "color": 3}, {"x": 98.10720825195312, "y": 51.199214935302734, "subreddit": "lolfanart", "cluster": 1031, "color": 3}, {"x": 108.21504974365234, "y": 48.594329833984375, "subreddit": "loltwistedtreeline", "cluster": 1031, "color": 3}, {"x": 106.14952850341797, "y": 59.29690170288086, "subreddit": "talonmains", "cluster": 1031, "color": 3}, {"x": 98.59441375732422, "y": 12.508658409118652, "subreddit": "teamsolomid", "cluster": 1031, "color": 3}, {"x": 96.50936889648438, "y": 9.213541030883789, "subreddit": "valorant", "cluster": 1031, "color": 3}, {"x": 21.634765625, "y": -27.306623458862305, "subreddit": "climatechange", "cluster": 378, "color": 1}, {"x": 21.679086685180664, "y": -27.336305618286133, "subreddit": "climateskeptics", "cluster": 378, "color": 1}, {"x": 20.485797882080078, "y": -25.91310691833496, "subreddit": "isaacarthur", "cluster": 378, "color": 1}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "clipperswarriorslive", "cluster": 380, "color": 1}, {"x": 5.2851481437683105, "y": -64.16436004638672, "subreddit": "clojure", "cluster": 1065, "color": 3}, {"x": 2.010143280029297, "y": -64.9057846069336, "subreddit": "emacs", "cluster": 1065, "color": 3}, {"x": 2.8771376609802246, "y": -64.58468627929688, "subreddit": "lisp", "cluster": 1065, "color": 3}, {"x": 3.1130669116973877, "y": -64.46022033691406, "subreddit": "programmingcirclejerk", "cluster": 1065, "color": 3}, {"x": -85.10426330566406, "y": 20.254730224609375, "subreddit": "clonehero", "cluster": 823, "color": 1}, {"x": -85.15502166748047, "y": 20.90875816345215, "subreddit": "guitarhero", "cluster": 823, "color": 1}, {"x": -106.98726654052734, "y": -56.90449905395508, "subreddit": "rockband", "cluster": 823, "color": 1}, {"x": -85.2155532836914, "y": 21.22401237487793, "subreddit": "rocksmith", "cluster": 823, "color": 1}, {"x": -69.31623077392578, "y": 37.74283218383789, "subreddit": "clonewars", "cluster": 1805, "color": 4}, {"x": -61.64680099487305, "y": 35.08697509765625, "subreddit": "mandalorian", "cluster": 1805, "color": 4}, {"x": -35.12445831298828, "y": -82.36358642578125, "subreddit": "starwarstrader", "cluster": 1805, "color": 4}, {"x": -61.674991607666016, "y": 35.10660934448242, "subreddit": "themandaloriantv", "cluster": 1805, "color": 4}, {"x": 24.9451961517334, "y": 48.235267639160156, "subreddit": "clownworldwar", "cluster": 382, "color": 0}, {"x": 24.57097053527832, "y": 46.972164154052734, "subreddit": "debatealtright", "cluster": 382, "color": 0}, {"x": 24.27859878540039, "y": 48.829559326171875, "subreddit": "frenworld", "cluster": 382, "color": 0}, {"x": 25.26876449584961, "y": 48.32303237915039, "subreddit": "milliondollarextreme", "cluster": 382, "color": 0}, {"x": -35.70761489868164, "y": -77.35030364990234, "subreddit": "newfoundland", "cluster": 382, "color": 0}, {"x": 92.94061279296875, "y": 115.85250091552734, "subreddit": "smuggies", "cluster": 382, "color": 0}, {"x": -2.9030966758728027, "y": 71.71488952636719, "subreddit": "clubteen", "cluster": 1776, "color": 4}, {"x": -3.310299873352051, "y": 68.80179595947266, "subreddit": "feemagers", "cluster": 1776, "color": 4}, {"x": -2.9744491577148438, "y": 71.10910034179688, "subreddit": "teenagers", "cluster": 1776, "color": 4}, {"x": -2.0840413570404053, "y": 70.75479888916016, "subreddit": "teenagersnew", "cluster": 1776, "color": 4}, {"x": -3.5973384380340576, "y": 70.93513488769531, "subreddit": "youngadults", "cluster": 1776, "color": 4}, {"x": 17.853466033935547, "y": -113.77018737792969, "subreddit": "cmhoc", "cluster": 1162, "color": 1}, {"x": 18.490968704223633, "y": -111.9683837890625, "subreddit": "mhoc", "cluster": 1162, "color": 1}, {"x": 18.94363784790039, "y": -112.89389038085938, "subreddit": "mhocmp", "cluster": 1162, "color": 1}, {"x": 18.380945205688477, "y": -111.8268051147461, "subreddit": "mhocpress", "cluster": 1162, "color": 1}, {"x": 18.057327270507812, "y": -111.56051635742188, "subreddit": "mhocstrangersbar", "cluster": 1162, "color": 1}, {"x": 17.611862182617188, "y": -112.77384185791016, "subreddit": "mholvote", "cluster": 1162, "color": 1}, {"x": 19.297229766845703, "y": -110.59761047363281, "subreddit": "tories", "cluster": 1162, "color": 1}, {"x": -73.5291976928711, "y": -50.00902557373047, "subreddit": "cnc", "cluster": 869, "color": 0}, {"x": -73.36381530761719, "y": -49.918251037597656, "subreddit": "hobbycnc", "cluster": 869, "color": 0}, {"x": -73.14929962158203, "y": -48.99617385864258, "subreddit": "tablets", "cluster": 869, "color": 0}, {"x": -71.77423858642578, "y": -51.30567169189453, "subreddit": "tinyhouses", "cluster": 869, "color": 0}, {"x": 15.098431587219238, "y": 114.7969970703125, "subreddit": "cocaine", "cluster": 1335, "color": 3}, {"x": 14.157859802246094, "y": 116.27525329589844, "subreddit": "heroin", "cluster": 1335, "color": 3}, {"x": 15.003884315490723, "y": 115.94036102294922, "subreddit": "opiates", "cluster": 1335, "color": 3}, {"x": 17.555721282958984, "y": 109.82001495361328, "subreddit": "silkroad", "cluster": 1335, "color": 3}, {"x": 15.382129669189453, "y": 115.5866470336914, "subreddit": "stims", "cluster": 1335, "color": 3}, {"x": -83.8712158203125, "y": -111.7312240600586, "subreddit": "codbo", "cluster": 1222, "color": 1}, {"x": -83.86280059814453, "y": -111.75762939453125, "subreddit": "mw2", "cluster": 1222, "color": 1}, {"x": -49.77133560180664, "y": -78.14641571044922, "subreddit": "codcompetitive", "cluster": 386, "color": 0}, {"x": -49.7802848815918, "y": -78.13660430908203, "subreddit": "opticgaming", "cluster": 386, "color": 0}, {"x": 59.2290153503418, "y": 1.8588545322418213, "subreddit": "codevein", "cluster": 1598, "color": 1}, {"x": 60.615196228027344, "y": 4.208207130432129, "subreddit": "eldenring", "cluster": 1598, "color": 1}, {"x": 60.64169692993164, "y": 4.235772132873535, "subreddit": "sekiro", "cluster": 1598, "color": 1}, {"x": 6.734006404876709, "y": -64.17713165283203, "subreddit": "coding", "cluster": 558, "color": 0}, {"x": 5.998264789581299, "y": -61.342918395996094, "subreddit": "csharp", "cluster": 558, "color": 0}, {"x": 6.362550735473633, "y": -61.38746643066406, "subreddit": "dotnet", "cluster": 558, "color": 0}, {"x": 4.492457866668701, "y": -60.87286376953125, "subreddit": "hamburg", "cluster": 558, "color": 0}, {"x": 6.400863170623779, "y": -64.4120864868164, "subreddit": "programming", "cluster": 558, "color": 0}, {"x": 7.393393039703369, "y": -61.6675910949707, "subreddit": "savageworlds", "cluster": 558, "color": 0}, {"x": 7.302049160003662, "y": -59.66781234741211, "subreddit": "swords", "cluster": 558, "color": 0}, {"x": -57.8848876953125, "y": -40.960540771484375, "subreddit": "turning", "cluster": 558, "color": 0}, {"x": 4.507780075073242, "y": -60.63092041015625, "subreddit": "typescript", "cluster": 558, "color": 0}, {"x": 7.157369613647461, "y": -60.30647659301758, "subreddit": "wma", "cluster": 558, "color": 0}, {"x": 96.93567657470703, "y": 34.28803253173828, "subreddit": "codinghelp", "cluster": 1971, "color": 5}, {"x": 31.058216094970703, "y": 36.19614791870117, "subreddit": "prettygirlsuglyfaces", "cluster": 1971, "color": 5}, {"x": 5.936958312988281, "y": 6.588820934295654, "subreddit": "wastedgifs", "cluster": 1971, "color": 5}, {"x": 5.8288373947143555, "y": 6.5071916580200195, "subreddit": "woahdude", "cluster": 1971, "color": 5}, {"x": -74.3875732421875, "y": 20.565250396728516, "subreddit": "codwarzone", "cluster": 389, "color": 0}, {"x": -74.85838317871094, "y": 20.639589309692383, "subreddit": "modernwarfare", "cluster": 389, "color": 0}, {"x": -73.74501037597656, "y": 20.469507217407227, "subreddit": "modernwarzone", "cluster": 389, "color": 0}, {"x": 7.46206521987915, "y": -20.396495819091797, "subreddit": "cogsci", "cluster": 777, "color": 1}, {"x": -0.04049534723162651, "y": -29.629085540771484, "subreddit": "comics", "cluster": 777, "color": 1}, {"x": 0.041717205196619034, "y": -17.568317413330078, "subreddit": "cyberpunk", "cluster": 777, "color": 1}, {"x": 3.6792800426483154, "y": -20.382713317871094, "subreddit": "gadgets", "cluster": 777, "color": 1}, {"x": 4.6713056564331055, "y": -20.358657836914062, "subreddit": "geek", "cluster": 777, "color": 1}, {"x": 3.3460896015167236, "y": -18.810928344726562, "subreddit": "howto", "cluster": 777, "color": 1}, {"x": 5.253617286682129, "y": -19.101686477661133, "subreddit": "humor", "cluster": 777, "color": 1}, {"x": -71.8808822631836, "y": 100.52925872802734, "subreddit": "identifythisfont", "cluster": 777, "color": 1}, {"x": -6.729700565338135, "y": -8.472551345825195, "subreddit": "lolcats", "cluster": 777, "color": 1}, {"x": 19.326950073242188, "y": -69.5657730102539, "subreddit": "metric", "cluster": 777, "color": 1}, {"x": 5.702701568603516, "y": -19.67243766784668, "subreddit": "offbeat", "cluster": 777, "color": 1}, {"x": 4.620635986328125, "y": -21.658733367919922, "subreddit": "scifi", "cluster": 777, "color": 1}, {"x": 2.173109292984009, "y": -20.29694366455078, "subreddit": "software", "cluster": 777, "color": 1}, {"x": -65.69639587402344, "y": 49.91954040527344, "subreddit": "stencils", "cluster": 777, "color": 1}, {"x": 5.079251766204834, "y": -18.09484100341797, "subreddit": "video", "cluster": 777, "color": 1}, {"x": 2.4415602684020996, "y": -12.707915306091309, "subreddit": "webgames", "cluster": 777, "color": 1}, {"x": 4.687505722045898, "y": -19.377676010131836, "subreddit": "wikipedia", "cluster": 777, "color": 1}, {"x": -26.483604431152344, "y": -114.99501037597656, "subreddit": "coheedandcambria", "cluster": 1801, "color": 0}, {"x": -48.71923828125, "y": -121.23741149902344, "subreddit": "hockeyquestionmark", "cluster": 1801, "color": 0}, {"x": -25.72030258178711, "y": -114.28707122802734, "subreddit": "thedearhunter", "cluster": 1801, "color": 0}, {"x": -26.347633361816406, "y": -114.869384765625, "subreddit": "thefence", "cluster": 1801, "color": 0}, {"x": -128.7039794921875, "y": -20.586135864257812, "subreddit": "coilporn", "cluster": 1889, "color": 4}, {"x": -127.8509292602539, "y": -20.365680694580078, "subreddit": "vapeporn", "cluster": 1889, "color": 4}, {"x": -127.74861907958984, "y": -20.15375328063965, "subreddit": "vaping", "cluster": 1889, "color": 4}, {"x": -127.15629577636719, "y": -18.99564552307129, "subreddit": "vaping101", "cluster": 1889, "color": 4}, {"x": 6.61613130569458, "y": 82.64409637451172, "subreddit": "coinbase", "cluster": 391, "color": 2}, {"x": 6.842283248901367, "y": 81.65633392333984, "subreddit": "electroneum", "cluster": 391, "color": 2}, {"x": 6.6371283531188965, "y": 80.66743469238281, "subreddit": "linktrader", "cluster": 391, "color": 2}, {"x": 6.4277663230896, "y": 83.42341613769531, "subreddit": "trezor", "cluster": 391, "color": 2}, {"x": -67.78470611572266, "y": -130.80311584472656, "subreddit": "colinslaststand", "cluster": 393, "color": 2}, {"x": -67.78430938720703, "y": -130.80072021484375, "subreddit": "kindafunny", "cluster": 393, "color": 2}, {"x": 19.42867660522461, "y": -29.0324764251709, "subreddit": "collapse", "cluster": 1429, "color": 1}, {"x": 12.971875190734863, "y": -31.946134567260742, "subreddit": "homeschool", "cluster": 1429, "color": 1}, {"x": 10.719823837280273, "y": -32.48106002807617, "subreddit": "needadvice", "cluster": 1429, "color": 1}, {"x": 12.080613136291504, "y": -32.5289306640625, "subreddit": "postcollapse", "cluster": 1429, "color": 1}, {"x": 12.421191215515137, "y": -32.632537841796875, "subreddit": "selfsufficiency", "cluster": 1429, "color": 1}, {"x": -16.324628829956055, "y": 47.188411712646484, "subreddit": "collectivecg", "cluster": 576, "color": 0}, {"x": 80.68896484375, "y": -10.97665023803711, "subreddit": "duelofchampions", "cluster": 576, "color": 0}, {"x": 81.66490936279297, "y": -8.662683486938477, "subreddit": "duelyst", "cluster": 576, "color": 0}, {"x": 81.67939758300781, "y": -8.587355613708496, "subreddit": "grandsummoners", "cluster": 576, "color": 0}, {"x": -34.40724182128906, "y": -62.579769134521484, "subreddit": "college", "cluster": 394, "color": 1}, {"x": -34.318328857421875, "y": -62.595733642578125, "subreddit": "driving", "cluster": 394, "color": 1}, {"x": -50.083702087402344, "y": -62.78642654418945, "subreddit": "gmu", "cluster": 394, "color": 1}, {"x": -46.998714447021484, "y": 4.343750476837158, "subreddit": "colorblind", "cluster": 1658, "color": 1}, {"x": 19.761127471923828, "y": -1.824847936630249, "subreddit": "confidence", "cluster": 1658, "color": 1}, {"x": 19.733083724975586, "y": -1.8698102235794067, "subreddit": "socialskills", "cluster": 1658, "color": 1}, {"x": 12.230737686157227, "y": -0.9642114043235779, "subreddit": "colorization", "cluster": 397, "color": 0}, {"x": -7.3687663078308105, "y": 14.419528007507324, "subreddit": "colorizationrequests", "cluster": 397, "color": 0}, {"x": -7.238883018493652, "y": 14.469740867614746, "subreddit": "estoration", "cluster": 397, "color": 0}, {"x": -45.75023651123047, "y": -46.06208038330078, "subreddit": "colts", "cluster": 398, "color": 1}, {"x": -45.74917221069336, "y": -45.98085021972656, "subreddit": "pacers", "cluster": 398, "color": 1}, {"x": -38.7015380859375, "y": 59.78864288330078, "subreddit": "sportsbetting", "cluster": 398, "color": 1}, {"x": -31.862733840942383, "y": -88.35385131835938, "subreddit": "whitesox", "cluster": 398, "color": 1}, {"x": -71.19361114501953, "y": -91.13182067871094, "subreddit": "columbiamo", "cluster": 1179, "color": 3}, {"x": -72.08103942871094, "y": -90.73926544189453, "subreddit": "missouri", "cluster": 1179, "color": 3}, {"x": -73.00548553466797, "y": -91.69015502929688, "subreddit": "springfieldmo", "cluster": 1179, "color": 3}, {"x": -72.1534423828125, "y": -90.4874038696289, "subreddit": "stlouis", "cluster": 1179, "color": 3}, {"x": -61.751365661621094, "y": 54.930606842041016, "subreddit": "columbine", "cluster": 1128, "color": 3}, {"x": -61.75211715698242, "y": 54.92543029785156, "subreddit": "masskillers", "cluster": 1128, "color": 3}, {"x": 50.056846618652344, "y": -62.11864471435547, "subreddit": "combatfootage", "cluster": 1167, "color": 0}, {"x": 53.0277214050293, "y": -62.69844055175781, "subreddit": "destroyedtanks", "cluster": 1167, "color": 0}, {"x": 54.4029655456543, "y": -63.12022399902344, "subreddit": "drexel", "cluster": 1167, "color": 0}, {"x": 53.344329833984375, "y": -63.06046676635742, "subreddit": "militarygfys", "cluster": 1167, "color": 0}, {"x": 53.508636474609375, "y": -64.10256958007812, "subreddit": "temple", "cluster": 1167, "color": 0}, {"x": 1.0504252910614014, "y": 39.57231521606445, "subreddit": "comedy", "cluster": 1578, "color": 3}, {"x": 0.9429492950439453, "y": 38.65640640258789, "subreddit": "expanddong", "cluster": 1578, "color": 3}, {"x": -4.844291687011719, "y": 31.601957321166992, "subreddit": "pewdiepie", "cluster": 1578, "color": 3}, {"x": 1.0874916315078735, "y": 39.25522994995117, "subreddit": "sbubby", "cluster": 1578, "color": 3}, {"x": -4.956823348999023, "y": 31.19890022277832, "subreddit": "woooosh", "cluster": 1578, "color": 3}, {"x": 118.90713500976562, "y": -20.8691463470459, "subreddit": "comedybangbang", "cluster": 588, "color": 1}, {"x": 119.82106018066406, "y": -21.20217514038086, "subreddit": "doughboys", "cluster": 588, "color": 1}, {"x": 119.55584716796875, "y": -21.10456657409668, "subreddit": "earwolf", "cluster": 588, "color": 1}, {"x": -5.306328773498535, "y": 42.06391143798828, "subreddit": "comedynecrophilia", "cluster": 1773, "color": 1}, {"x": -5.650477409362793, "y": -103.1885986328125, "subreddit": "house", "cluster": 1773, "color": 1}, {"x": -16.069849014282227, "y": 45.0770263671875, "subreddit": "icandrawthat", "cluster": 1773, "color": 1}, {"x": 35.290523529052734, "y": 19.65529441833496, "subreddit": "mashups", "cluster": 1773, "color": 1}, {"x": -13.515857696533203, "y": -101.6136703491211, "subreddit": "music", "cluster": 1773, "color": 1}, {"x": -7.049369812011719, "y": -105.32110595703125, "subreddit": "techno", "cluster": 1773, "color": 1}, {"x": -6.419863224029541, "y": -104.91981506347656, "subreddit": "technoproduction", "cluster": 1773, "color": 1}, {"x": 78.98550415039062, "y": -96.57142639160156, "subreddit": "comicbookcollecting", "cluster": 403, "color": 1}, {"x": 79.48149871826172, "y": -97.54936981201172, "subreddit": "comiccodes", "cluster": 403, "color": 1}, {"x": 79.11260223388672, "y": -96.82334899902344, "subreddit": "comicswap", "cluster": 403, "color": 1}, {"x": -64.95613861083984, "y": 50.98841094970703, "subreddit": "sticker", "cluster": 403, "color": 1}, {"x": -12.220535278320312, "y": -27.868898391723633, "subreddit": "comicbookmovies", "cluster": 1209, "color": 4}, {"x": -13.438129425048828, "y": -27.88597297668457, "subreddit": "fixingmovies", "cluster": 1209, "color": 4}, {"x": -4.965685844421387, "y": -33.548301696777344, "subreddit": "flicks", "cluster": 1209, "color": 4}, {"x": -6.072420120239258, "y": -44.541709899902344, "subreddit": "horror", "cluster": 1209, "color": 4}, {"x": -13.958001136779785, "y": -27.780384063720703, "subreddit": "movies", "cluster": 1209, "color": 4}, {"x": -31.18179702758789, "y": -0.13439424335956573, "subreddit": "oscars", "cluster": 1209, "color": 4}, {"x": -14.6990327835083, "y": -27.728971481323242, "subreddit": "television", "cluster": 1209, "color": 4}, {"x": -4.918059825897217, "y": -33.52830505371094, "subreddit": "truefilm", "cluster": 1209, "color": 4}, {"x": -14.186670303344727, "y": -34.83423614501953, "subreddit": "watchmen", "cluster": 1209, "color": 4}, {"x": 49.09203338623047, "y": -112.81844329833984, "subreddit": "comiccon", "cluster": 402, "color": 0}, {"x": -60.53654479980469, "y": 31.23438262939453, "subreddit": "nycc", "cluster": 402, "color": 0}, {"x": 49.09954833984375, "y": -112.79689025878906, "subreddit": "tiki", "cluster": 402, "color": 0}, {"x": 100.19657897949219, "y": -15.44736099243164, "subreddit": "commentrecord", "cluster": 1237, "color": 4}, {"x": 100.18061828613281, "y": -15.440763473510742, "subreddit": "natureisfuckinglit", "cluster": 1237, "color": 4}, {"x": 40.630165100097656, "y": -35.51490783691406, "subreddit": "communism", "cluster": 405, "color": 1}, {"x": 40.631099700927734, "y": -35.587791442871094, "subreddit": "communism101", "cluster": 405, "color": 1}, {"x": 39.248443603515625, "y": -37.41033935546875, "subreddit": "debatecommunism", "cluster": 405, "color": 1}, {"x": -86.2520523071289, "y": -75.95161437988281, "subreddit": "competitionshooting", "cluster": 407, "color": 0}, {"x": -86.18079376220703, "y": -76.02285766601562, "subreddit": "planetaryannihilation", "cluster": 407, "color": 0}, {"x": 107.5274429321289, "y": -88.98822784423828, "subreddit": "competitiveedh", "cluster": 596, "color": 1}, {"x": 106.91194915771484, "y": -87.78170776367188, "subreddit": "custommagic", "cluster": 596, "color": 1}, {"x": 106.831787109375, "y": -88.67583465576172, "subreddit": "edh", "cluster": 596, "color": 1}, {"x": 108.34580993652344, "y": -90.11318969726562, "subreddit": "fishmtg", "cluster": 596, "color": 1}, {"x": 105.93031311035156, "y": -90.98832702636719, "subreddit": "freemagic", "cluster": 596, "color": 1}, {"x": 104.3230972290039, "y": -88.11802673339844, "subreddit": "lrcast", "cluster": 596, "color": 1}, {"x": 107.6931381225586, "y": -87.92069244384766, "subreddit": "magicarena", "cluster": 596, "color": 1}, {"x": 107.08844757080078, "y": -88.44396209716797, "subreddit": "magicdeckbuilding", "cluster": 596, "color": 1}, {"x": 108.7431411743164, "y": -88.472412109375, "subreddit": "magicduels", "cluster": 596, "color": 1}, {"x": 106.33570098876953, "y": -88.39955139160156, "subreddit": "magictcg", "cluster": 596, "color": 1}, {"x": 105.72938537597656, "y": -88.38887786865234, "subreddit": "modernmagic", "cluster": 596, "color": 1}, {"x": 106.98283386230469, "y": -89.84001159667969, "subreddit": "mtgcube", "cluster": 596, "color": 1}, {"x": 103.69921875, "y": -90.11907958984375, "subreddit": "mtgfinance", "cluster": 596, "color": 1}, {"x": 105.25870513916016, "y": -86.66046142578125, "subreddit": "mtglegacy", "cluster": 596, "color": 1}, {"x": 108.4732666015625, "y": -86.62298583984375, "subreddit": "mtgvorthos", "cluster": 596, "color": 1}, {"x": 106.13031005859375, "y": -87.66337585449219, "subreddit": "pauper", "cluster": 596, "color": 1}, {"x": 106.41268157958984, "y": -89.20349884033203, "subreddit": "pioneermtg", "cluster": 596, "color": 1}, {"x": 105.53887176513672, "y": -89.25273895263672, "subreddit": "spikes", "cluster": 596, "color": 1}, {"x": 106.83989715576172, "y": -86.7206039428711, "subreddit": "tronmtg", "cluster": 596, "color": 1}, {"x": -33.156124114990234, "y": 97.90128326416016, "subreddit": "competitiveforhonor", "cluster": 704, "color": 0}, {"x": -33.670310974121094, "y": 99.78804779052734, "subreddit": "forfashion", "cluster": 704, "color": 0}, {"x": -33.330238342285156, "y": 98.31494140625, "subreddit": "forhonor", "cluster": 704, "color": 0}, {"x": -32.39064407348633, "y": 100.3490982055664, "subreddit": "forhonorknights", "cluster": 704, "color": 0}, {"x": -33.64067077636719, "y": 99.7720947265625, "subreddit": "forhonormemes", "cluster": 704, "color": 0}, {"x": -34.324241638183594, "y": 98.62046813964844, "subreddit": "forhonorrants", "cluster": 704, "color": 0}, {"x": -63.857452392578125, "y": 2.7778513431549072, "subreddit": "competitivehalo", "cluster": 836, "color": 1}, {"x": -63.08320617675781, "y": 3.488450765609741, "subreddit": "halo", "cluster": 836, "color": 1}, {"x": -63.71823501586914, "y": 4.187880039215088, "subreddit": "haloplayers", "cluster": 836, "color": 1}, {"x": -62.7915153503418, "y": 3.449540376663208, "subreddit": "halostory", "cluster": 836, "color": 1}, {"x": -61.07339859008789, "y": 2.927992582321167, "subreddit": "halowars", "cluster": 836, "color": 1}, {"x": 48.54917907714844, "y": -15.662896156311035, "subreddit": "competitivehs", "cluster": 859, "color": 1}, {"x": 48.40778732299805, "y": -14.525324821472168, "subreddit": "customhearthstone", "cluster": 859, "color": 1}, {"x": 48.372589111328125, "y": -14.558448791503906, "subreddit": "hearthstone", "cluster": 859, "color": 1}, {"x": 47.97163772583008, "y": -13.728286743164062, "subreddit": "hearthstonecirclejerk", "cluster": 859, "color": 1}, {"x": 89.03864288330078, "y": 11.762811660766602, "subreddit": "shadowverse", "cluster": 859, "color": 1}, {"x": 48.09450149536133, "y": -15.733064651489258, "subreddit": "wildhearthstone", "cluster": 859, "color": 1}, {"x": -34.6927490234375, "y": 3.9144113063812256, "subreddit": "competitiveoverwatch", "cluster": 408, "color": 0}, {"x": -33.53489303588867, "y": 2.9609241485595703, "subreddit": "overwatch", "cluster": 408, "color": 0}, {"x": -34.56523895263672, "y": 3.742920398712158, "subreddit": "overwatchtmz", "cluster": 408, "color": 0}, {"x": -33.80939865112305, "y": 2.8815252780914307, "subreddit": "overwatchuniversity", "cluster": 408, "color": 0}, {"x": 62.16428756713867, "y": 13.466835021972656, "subreddit": "competitivepubg", "cluster": 1465, "color": 2}, {"x": 62.17072296142578, "y": 14.2319974899292, "subreddit": "pubattlegrounds", "cluster": 1465, "color": 2}, {"x": 61.484806060791016, "y": 14.679474830627441, "subreddit": "scumgame", "cluster": 1465, "color": 2}, {"x": 63.06452178955078, "y": 14.60883617401123, "subreddit": "theislandsofnyne", "cluster": 1465, "color": 2}, {"x": -61.692317962646484, "y": -39.468116760253906, "subreddit": "comptia", "cluster": 1954, "color": 0}, {"x": -23.978275299072266, "y": -86.64089965820312, "subreddit": "illinois", "cluster": 1954, "color": 0}, {"x": -63.6447639465332, "y": -39.97617721557617, "subreddit": "lowes", "cluster": 1954, "color": 0}, {"x": -64.91165161132812, "y": -84.40949249267578, "subreddit": "thegolfclub", "cluster": 1954, "color": 0}, {"x": -62.05482482910156, "y": -39.49199295043945, "subreddit": "wgu", "cluster": 1954, "color": 0}, {"x": 40.96928405761719, "y": 71.38304901123047, "subreddit": "compulsiveskinpicking", "cluster": 697, "color": 1}, {"x": 4.524878978729248, "y": 50.135189056396484, "subreddit": "fallout76settlements", "cluster": 697, "color": 1}, {"x": 4.744287967681885, "y": 50.93351364135742, "subreddit": "fo76", "cluster": 697, "color": 1}, {"x": 4.374263763427734, "y": 50.467323303222656, "subreddit": "fo76filthycasuals", "cluster": 697, "color": 1}, {"x": -45.7727165222168, "y": -4.842846393585205, "subreddit": "neverwinter", "cluster": 697, "color": 1}, {"x": 3.0347142219543457, "y": 50.26129913330078, "subreddit": "streetoutlaws", "cluster": 697, "color": 1}, {"x": -56.9576301574707, "y": 53.93570327758789, "subreddit": "computer", "cluster": 412, "color": 0}, {"x": -57.229976654052734, "y": 53.612342834472656, "subreddit": "pcbuild", "cluster": 412, "color": 0}, {"x": -49.178218841552734, "y": -10.901772499084473, "subreddit": "pcgamingtechsupport", "cluster": 412, "color": 0}, {"x": -56.54389190673828, "y": 54.34730911254883, "subreddit": "pchelp", "cluster": 412, "color": 0}, {"x": -82.97355651855469, "y": 73.8192138671875, "subreddit": "computer_help", "cluster": 414, "color": 1}, {"x": -82.96956634521484, "y": 73.8111343383789, "subreddit": "computers", "cluster": 414, "color": 1}, {"x": 52.845916748046875, "y": 13.264599800109863, "subreddit": "conanexiles", "cluster": 1395, "color": 1}, {"x": 54.22882080078125, "y": 13.722549438476562, "subreddit": "lifeisfeudal", "cluster": 1395, "color": 1}, {"x": 53.033695220947266, "y": 13.730576515197754, "subreddit": "playatlas", "cluster": 1395, "color": 1}, {"x": 51.864139556884766, "y": 16.53739356994629, "subreddit": "vigorgame", "cluster": 1395, "color": 1}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "conciseiama", "cluster": 415, "color": 2}, {"x": 33.17173767089844, "y": -87.10874938964844, "subreddit": "concordia", "cluster": 1824, "color": 3}, {"x": 54.57625198364258, "y": 35.42101287841797, "subreddit": "graphicdesign", "cluster": 1824, "color": 3}, {"x": 54.55561828613281, "y": 35.44668197631836, "subreddit": "thunderbay", "cluster": 1824, "color": 3}, {"x": 12.398090362548828, "y": 10.14759349822998, "subreddit": "confession", "cluster": 416, "color": 0}, {"x": 12.28132152557373, "y": 10.300501823425293, "subreddit": "confessions", "cluster": 416, "color": 0}, {"x": -11.550853729248047, "y": 47.483184814453125, "subreddit": "magium", "cluster": 416, "color": 0}, {"x": 13.16883659362793, "y": 9.766289710998535, "subreddit": "offmychest", "cluster": 416, "color": 0}, {"x": -43.31596755981445, "y": -106.41094207763672, "subreddit": "connectedcareers", "cluster": 1100, "color": 1}, {"x": -42.5611572265625, "y": -106.90569305419922, "subreddit": "fryemadden", "cluster": 1100, "color": 1}, {"x": -42.69218444824219, "y": -105.32669067382812, "subreddit": "madden", "cluster": 1100, "color": 1}, {"x": -43.297306060791016, "y": -106.48841094970703, "subreddit": "maddenbros", "cluster": 1100, "color": 1}, {"x": -44.34428024291992, "y": -106.82238006591797, "subreddit": "maddencc", "cluster": 1100, "color": 1}, {"x": -75.67556762695312, "y": -74.58338165283203, "subreddit": "connecticut", "cluster": 417, "color": 0}, {"x": -75.65934753417969, "y": -74.56075286865234, "subreddit": "newhaven", "cluster": 417, "color": 0}, {"x": -77.54401397705078, "y": -76.5085678100586, "subreddit": "newlondoncounty", "cluster": 417, "color": 0}, {"x": -3.1650657653808594, "y": -96.7064208984375, "subreddit": "conservative", "cluster": 1527, "color": 0}, {"x": -70.39982604980469, "y": -75.00982666015625, "subreddit": "conservatives", "cluster": 1527, "color": 0}, {"x": -70.59405517578125, "y": -77.87345123291016, "subreddit": "dallas", "cluster": 1527, "color": 0}, {"x": -70.40237426757812, "y": -74.99279022216797, "subreddit": "republican", "cluster": 1527, "color": 0}, {"x": -70.84427642822266, "y": -74.19469451904297, "subreddit": "shitpoliticssays", "cluster": 1527, "color": 0}, {"x": -69.48736572265625, "y": -76.66667175292969, "subreddit": "texas", "cluster": 1527, "color": 0}, {"x": -56.48987579345703, "y": 18.608715057373047, "subreddit": "consolerepair", "cluster": 758, "color": 0}, {"x": -55.849525451660156, "y": 19.777610778808594, "subreddit": "gamecollecting", "cluster": 758, "color": 0}, {"x": -56.08826446533203, "y": 20.11064910888672, "subreddit": "retrogameswap", "cluster": 758, "color": 0}, {"x": -54.78394317626953, "y": 19.582021713256836, "subreddit": "shittygamecollecting", "cluster": 758, "color": 0}, {"x": -5.112278461456299, "y": -51.77233123779297, "subreddit": "vhs", "cluster": 758, "color": 0}, {"x": -19.978900909423828, "y": 5.841981887817383, "subreddit": "conspiracygrumps", "cluster": 419, "color": 1}, {"x": -20.58922004699707, "y": 7.281211853027344, "subreddit": "gamegrumps", "cluster": 419, "color": 1}, {"x": -18.94371795654297, "y": 5.540028095245361, "subreddit": "jontron", "cluster": 419, "color": 1}, {"x": -21.117788314819336, "y": 6.302248477935791, "subreddit": "rantgrumps", "cluster": 419, "color": 1}, {"x": -21.202260971069336, "y": 8.02349853515625, "subreddit": "thecompletionist", "cluster": 419, "color": 1}, {"x": -20.053556442260742, "y": 6.0210418701171875, "subreddit": "ventgrumps", "cluster": 419, "color": 1}, {"x": 96.99816131591797, "y": 39.81671905517578, "subreddit": "conspiracytheories", "cluster": 691, "color": 2}, {"x": 98.58203125, "y": 39.626129150390625, "subreddit": "flatearth", "cluster": 691, "color": 2}, {"x": 98.85877227783203, "y": 40.013587951660156, "subreddit": "flatearther", "cluster": 691, "color": 2}, {"x": 98.68128967285156, "y": 39.04989242553711, "subreddit": "theworldisflat", "cluster": 691, "color": 2}, {"x": 29.13776397705078, "y": -11.184684753417969, "subreddit": "conspiratard", "cluster": 420, "color": 0}, {"x": 26.191173553466797, "y": -36.37595748901367, "subreddit": "enoughlibertarianspam", "cluster": 420, "color": 0}, {"x": 28.85528564453125, "y": -10.121369361877441, "subreddit": "howtonotgiveafuck", "cluster": 420, "color": 0}, {"x": 29.783536911010742, "y": -9.900883674621582, "subreddit": "killthosewhodisagree", "cluster": 420, "color": 0}, {"x": 29.135225296020508, "y": -11.153925895690918, "subreddit": "panichistory", "cluster": 420, "color": 0}, {"x": 31.97422981262207, "y": -63.20315170288086, "subreddit": "consulting", "cluster": 1531, "color": 2}, {"x": -15.004109382629395, "y": -13.661046028137207, "subreddit": "forhire", "cluster": 1531, "color": 2}, {"x": 67.76900482177734, "y": -66.39715576171875, "subreddit": "language_exchange", "cluster": 1531, "color": 2}, {"x": 31.7183895111084, "y": -64.60040283203125, "subreddit": "languagelearning", "cluster": 1531, "color": 2}, {"x": 29.1718692779541, "y": -62.976078033447266, "subreddit": "peacecorps", "cluster": 1531, "color": 2}, {"x": 31.793941497802734, "y": -63.866783142089844, "subreddit": "resumes", "cluster": 1531, "color": 2}, {"x": 124.43112182617188, "y": -15.69775390625, "subreddit": "contestofchampions", "cluster": 423, "color": 0}, {"x": 124.42638397216797, "y": -15.693413734436035, "subreddit": "contestofchampionslfg", "cluster": 423, "color": 0}, {"x": -94.22337341308594, "y": -35.757755279541016, "subreddit": "cookiecollector", "cluster": 424, "color": 0}, {"x": -92.29243469238281, "y": -37.397430419921875, "subreddit": "delusionalcraigslist", "cluster": 424, "color": 0}, {"x": -94.22962188720703, "y": -35.743743896484375, "subreddit": "shittycarmod", "cluster": 424, "color": 0}, {"x": -100.03522491455078, "y": -38.28379440307617, "subreddit": "vintagejapaneseautos", "cluster": 424, "color": 0}, {"x": 45.05129623413086, "y": -30.33869171142578, "subreddit": "coolgamesinc", "cluster": 1137, "color": 1}, {"x": -33.03173828125, "y": -122.55059814453125, "subreddit": "greatestgen", "cluster": 1137, "color": 1}, {"x": -33.26992416381836, "y": -122.48117065429688, "subreddit": "maximumfun", "cluster": 1137, "color": 1}, {"x": 44.640098571777344, "y": -29.7269287109375, "subreddit": "mbmbam", "cluster": 1137, "color": 1}, {"x": 44.56616973876953, "y": -29.598264694213867, "subreddit": "theadventurezone", "cluster": 1137, "color": 1}, {"x": 39.89839172363281, "y": 18.32240867614746, "subreddit": "copenhagen", "cluster": 670, "color": 2}, {"x": -94.8662338256836, "y": 4.265137672424316, "subreddit": "fifa", "cluster": 670, "color": 2}, {"x": -27.82513999938965, "y": 40.54375457763672, "subreddit": "fifa17ut", "cluster": 670, "color": 2}, {"x": -94.8740234375, "y": 4.041167736053467, "subreddit": "seriousfifa", "cluster": 670, "color": 2}, {"x": 9.298507690429688, "y": -81.84501647949219, "subreddit": "snooker", "cluster": 670, "color": 2}, {"x": -53.49382019042969, "y": 123.23633575439453, "subreddit": "copypasta", "cluster": 611, "color": 2}, {"x": -53.493988037109375, "y": 123.23652648925781, "subreddit": "emojipasta", "cluster": 611, "color": 2}, {"x": -65.38507080078125, "y": -18.644519805908203, "subreddit": "cordcutters", "cluster": 426, "color": 2}, {"x": -65.63410186767578, "y": -18.069738388061523, "subreddit": "hulu", "cluster": 426, "color": 2}, {"x": -65.86035919189453, "y": -19.64534568786621, "subreddit": "roku", "cluster": 426, "color": 2}, {"x": -65.48014068603516, "y": -19.703195571899414, "subreddit": "slingtv", "cluster": 426, "color": 2}, {"x": -64.40650939941406, "y": -18.58556365966797, "subreddit": "vue", "cluster": 426, "color": 2}, {"x": 25.748767852783203, "y": 43.55298614501953, "subreddit": "coronavirusca", "cluster": 1348, "color": 2}, {"x": 26.492807388305664, "y": 42.48481750488281, "subreddit": "coronavirusus", "cluster": 1348, "color": 2}, {"x": 26.25299644470215, "y": 43.33723831176758, "subreddit": "pandemicpreps", "cluster": 1348, "color": 2}, {"x": 27.110074996948242, "y": 43.897640228271484, "subreddit": "wuhan_flu", "cluster": 1348, "color": 2}, {"x": 17.559926986694336, "y": -7.236598968505859, "subreddit": "coronavirusuk", "cluster": 1176, "color": 4}, {"x": 6.031026840209961, "y": -16.687477111816406, "subreddit": "misc", "cluster": 1176, "color": 4}, {"x": 17.44365119934082, "y": -7.218225479125977, "subreddit": "missing411", "cluster": 1176, "color": 4}, {"x": -27.409732818603516, "y": -16.976408004760742, "subreddit": "stupidquestions", "cluster": 1176, "color": 4}, {"x": -0.6553654074668884, "y": 12.581239700317383, "subreddit": "corporatefacepalm", "cluster": 1331, "color": 3}, {"x": 23.14455223083496, "y": 12.968575477600098, "subreddit": "delusionalartists", "cluster": 1331, "color": 3}, {"x": 10.30192756652832, "y": 23.65113067626953, "subreddit": "dontfundme", "cluster": 1331, "color": 3}, {"x": -2.19915509223938, "y": 14.05687427520752, "subreddit": "foundpaper", "cluster": 1331, "color": 3}, {"x": 0.41437575221061707, "y": 13.397507667541504, "subreddit": "fyrefestival", "cluster": 1331, "color": 3}, {"x": 8.437323570251465, "y": 22.955907821655273, "subreddit": "gatekeeping", "cluster": 1331, "color": 3}, {"x": 1.2846620082855225, "y": 13.08745002746582, "subreddit": "horriblydepressing", "cluster": 1331, "color": 3}, {"x": -6.262508869171143, "y": 21.438861846923828, "subreddit": "humblebrag", "cluster": 1331, "color": 3}, {"x": 8.494053840637207, "y": 22.131261825561523, "subreddit": "iamverybadass", "cluster": 1331, "color": 3}, {"x": 8.785982131958008, "y": 20.78341293334961, "subreddit": "iamverysmart", "cluster": 1331, "color": 3}, {"x": 10.847757339477539, "y": 21.653640747070312, "subreddit": "ihavesex", "cluster": 1331, "color": 3}, {"x": -1.5988620519638062, "y": 2.3088467121124268, "subreddit": "mallninjashit", "cluster": 1331, "color": 3}, {"x": -0.8145650625228882, "y": 17.6669979095459, "subreddit": "masterhacker", "cluster": 1331, "color": 3}, {"x": -0.3472655713558197, "y": 13.58829402923584, "subreddit": "oopsdidntmeanto", "cluster": 1331, "color": 3}, {"x": 10.147311210632324, "y": 10.226808547973633, "subreddit": "quityourbullshit", "cluster": 1331, "color": 3}, {"x": 10.922547340393066, "y": 18.449331283569336, "subreddit": "sadcringe", "cluster": 1331, "color": 3}, {"x": 7.039918422698975, "y": 1.3848545551300049, "subreddit": "shitcosmosays", "cluster": 1331, "color": 3}, {"x": -2.2172510623931885, "y": 11.993692398071289, "subreddit": "starterpacks", "cluster": 1331, "color": 3}, {"x": -39.98393630981445, "y": 45.87425994873047, "subreddit": "targetedshirts", "cluster": 1331, "color": 3}, {"x": 26.13689613342285, "y": 59.58119201660156, "subreddit": "tinder", "cluster": 1331, "color": 3}, {"x": 2.444561719894409, "y": 22.14509391784668, "subreddit": "wokekids", "cluster": 1331, "color": 3}, {"x": -34.09938049316406, "y": 40.928646087646484, "subreddit": "cosplay", "cluster": 428, "color": 0}, {"x": -34.10492706298828, "y": 40.93239212036133, "subreddit": "cosplayers", "cluster": 428, "color": 0}, {"x": -17.437044143676758, "y": 37.25727081298828, "subreddit": "cosplaybabes", "cluster": 429, "color": 1}, {"x": -17.82835578918457, "y": 37.96318435668945, "subreddit": "cosplaygirls", "cluster": 429, "color": 1}, {"x": -17.934663772583008, "y": 38.154052734375, "subreddit": "geekygirls", "cluster": 429, "color": 1}, {"x": 56.19312286376953, "y": -130.2657928466797, "subreddit": "reallybigshow", "cluster": 429, "color": 1}, {"x": 125.66586303710938, "y": -30.108261108398438, "subreddit": "costa_rica", "cluster": 628, "color": 0}, {"x": 16.902650833129883, "y": -13.336221694946289, "subreddit": "esist", "cluster": 628, "color": 0}, {"x": 17.348108291625977, "y": -14.407100677490234, "subreddit": "impeach_trump", "cluster": 628, "color": 0}, {"x": 16.9758243560791, "y": -13.206689834594727, "subreddit": "marchagainsttrump", "cluster": 628, "color": 0}, {"x": 15.824645042419434, "y": -10.85948371887207, "subreddit": "newpatriotism", "cluster": 628, "color": 0}, {"x": -45.33161544799805, "y": -64.88697814941406, "subreddit": "pfjerk", "cluster": 628, "color": 0}, {"x": 15.776073455810547, "y": -13.404378890991211, "subreddit": "startrektimelines", "cluster": 628, "color": 0}, {"x": 99.75460815429688, "y": 17.786901473999023, "subreddit": "tibiammo", "cluster": 628, "color": 0}, {"x": 18.416425704956055, "y": -12.600747108459473, "subreddit": "trumpcriticizestrump", "cluster": 628, "color": 0}, {"x": 17.502952575683594, "y": -12.389359474182129, "subreddit": "trumpgret", "cluster": 628, "color": 0}, {"x": -76.6794204711914, "y": -42.72531509399414, "subreddit": "costco", "cluster": 1842, "color": 5}, {"x": -79.88872528076172, "y": -42.833030700683594, "subreddit": "diabloswitch", "cluster": 1842, "color": 5}, {"x": -78.9765853881836, "y": -42.048057556152344, "subreddit": "greyhounds", "cluster": 1842, "color": 5}, {"x": 32.1052360534668, "y": 50.26813888549805, "subreddit": "hedgehog", "cluster": 1842, "color": 5}, {"x": -80.0630874633789, "y": -41.3502197265625, "subreddit": "lexus", "cluster": 1842, "color": 5}, {"x": -77.61248779296875, "y": -41.02436447143555, "subreddit": "orangecounty", "cluster": 1842, "color": 5}, {"x": -79.46339416503906, "y": -39.4589729309082, "subreddit": "rav4club", "cluster": 1842, "color": 5}, {"x": -79.26144409179688, "y": -41.95293045043945, "subreddit": "toyota", "cluster": 1842, "color": 5}, {"x": -82.08738708496094, "y": -34.615150451660156, "subreddit": "toyotatundra", "cluster": 1842, "color": 5}, {"x": 26.757417678833008, "y": -12.31877613067627, "subreddit": "traderjoes", "cluster": 1842, "color": 5}, {"x": 66.132568359375, "y": 19.653955459594727, "subreddit": "counterstrike", "cluster": 791, "color": 3}, {"x": 66.68757629394531, "y": 21.63345718383789, "subreddit": "csgobetting", "cluster": 791, "color": 3}, {"x": 64.98018646240234, "y": 22.705766677856445, "subreddit": "csgomarketforum", "cluster": 791, "color": 3}, {"x": -5.989843845367432, "y": 79.91651153564453, "subreddit": "faceitcom", "cluster": 791, "color": 3}, {"x": 65.74427795410156, "y": 20.375614166259766, "subreddit": "globaloffensive", "cluster": 791, "color": 3}, {"x": -32.837562561035156, "y": 20.278202056884766, "subreddit": "learncsgo", "cluster": 791, "color": 3}, {"x": 88.78388214111328, "y": -27.3840389251709, "subreddit": "pins4skins", "cluster": 791, "color": 3}, {"x": 65.3869400024414, "y": 20.450641632080078, "subreddit": "vac_porn", "cluster": 791, "color": 3}, {"x": -39.3378791809082, "y": 96.27356719970703, "subreddit": "vacsucks", "cluster": 791, "color": 3}, {"x": -125.39456939697266, "y": 0.30660513043403625, "subreddit": "couriersofreddit", "cluster": 431, "color": 0}, {"x": -125.25397491455078, "y": 0.2911640703678131, "subreddit": "grubhubdrivers", "cluster": 431, "color": 0}, {"x": -126.58868408203125, "y": 0.48001986742019653, "subreddit": "postmates", "cluster": 431, "color": 0}, {"x": -71.9948959350586, "y": 102.20059967041016, "subreddit": "coversongs", "cluster": 1609, "color": 3}, {"x": -68.10671997070312, "y": 104.77233123779297, "subreddit": "indiemusicfeedback", "cluster": 1609, "color": 3}, {"x": -72.03504943847656, "y": 102.90478515625, "subreddit": "shareyourmusic", "cluster": 1609, "color": 3}, {"x": -72.02497863769531, "y": 102.7607192993164, "subreddit": "soundcloud", "cluster": 1609, "color": 3}, {"x": -72.11425018310547, "y": 103.71221160888672, "subreddit": "thisisourmusic", "cluster": 1609, "color": 3}, {"x": 39.40937805175781, "y": 84.27015686035156, "subreddit": "covid19", "cluster": 432, "color": 0}, {"x": 39.318763732910156, "y": 84.21924591064453, "subreddit": "covid19_support", "cluster": 432, "color": 0}, {"x": 3.790786027908325, "y": 40.51519012451172, "subreddit": "covid19positive", "cluster": 432, "color": 0}, {"x": 38.04616165161133, "y": 83.33848571777344, "subreddit": "steep", "cluster": 432, "color": 0}, {"x": -29.900257110595703, "y": -49.871639251708984, "subreddit": "cowchop", "cluster": 1798, "color": 5}, {"x": -29.909915924072266, "y": -49.87889099121094, "subreddit": "thecreatures", "cluster": 1798, "color": 5}, {"x": -45.19857406616211, "y": -31.50974464416504, "subreddit": "wine_gaming", "cluster": 1798, "color": 5}, {"x": -20.943439483642578, "y": -50.841373443603516, "subreddit": "coys", "cluster": 851, "color": 1}, {"x": -20.93045997619629, "y": -50.56319808959961, "subreddit": "hbogameofthrones", "cluster": 851, "color": 1}, {"x": -0.07281485944986343, "y": 43.27646255493164, "subreddit": "nobodywinsthethrone", "cluster": 851, "color": 1}, {"x": -20.94234848022461, "y": -49.57286834716797, "subreddit": "twd", "cluster": 851, "color": 1}, {"x": -1.169243574142456, "y": 14.21133041381836, "subreddit": "cozyplaces", "cluster": 1794, "color": 4}, {"x": 270.79833984375, "y": 117.13838958740234, "subreddit": "kamikazebywords", "cluster": 1794, "color": 4}, {"x": 134.94679260253906, "y": 209.26161193847656, "subreddit": "mostbeautiful", "cluster": 1794, "color": 4}, {"x": -4.955751895904541, "y": 21.993776321411133, "subreddit": "onejob", "cluster": 1794, "color": 4}, {"x": 11.47807502746582, "y": 1.0893479585647583, "subreddit": "scuba", "cluster": 1794, "color": 4}, {"x": 10.897404670715332, "y": 1.397704839706421, "subreddit": "submechanophobia", "cluster": 1794, "color": 4}, {"x": 2.436988353729248, "y": 13.72392463684082, "subreddit": "thalassophobia", "cluster": 1794, "color": 4}, {"x": -13.248311996459961, "y": 65.32209777832031, "subreddit": "wholesome", "cluster": 1794, "color": 4}, {"x": -74.65123748779297, "y": -79.79346466064453, "subreddit": "cpap", "cluster": 434, "color": 0}, {"x": -71.46380615234375, "y": -77.85724639892578, "subreddit": "plano", "cluster": 434, "color": 0}, {"x": -74.65245056152344, "y": -79.79522705078125, "subreddit": "sleepapnea", "cluster": 434, "color": 0}, {"x": 4.648811340332031, "y": -34.64847183227539, "subreddit": "sousvide", "cluster": 434, "color": 0}, {"x": 7.782057285308838, "y": -68.68553924560547, "subreddit": "cpp", "cluster": 435, "color": 2}, {"x": 7.954789161682129, "y": -68.81940460205078, "subreddit": "cpp_questions", "cluster": 435, "color": 2}, {"x": 6.369985103607178, "y": -65.65400695800781, "subreddit": "rust", "cluster": 435, "color": 2}, {"x": -37.334754943847656, "y": 30.416671752929688, "subreddit": "cpucs", "cluster": 1648, "color": 5}, {"x": -40.924903869628906, "y": 31.569995880126953, "subreddit": "fwob", "cluster": 1648, "color": 5}, {"x": -39.10142517089844, "y": 29.12091827392578, "subreddit": "smashbrosultimate", "cluster": 1648, "color": 5}, {"x": -10.099853515625, "y": 31.398395538330078, "subreddit": "smg4", "cluster": 1648, "color": 5}, {"x": -39.05377197265625, "y": 29.20992660522461, "subreddit": "supersmashbros", "cluster": 1648, "color": 5}, {"x": -84.51375579833984, "y": 1.1154675483703613, "subreddit": "cr10", "cluster": 689, "color": 3}, {"x": -52.21739959716797, "y": -35.5192756652832, "subreddit": "ender3", "cluster": 689, "color": 3}, {"x": -84.50587463378906, "y": 1.1117671728134155, "subreddit": "fixmyprint", "cluster": 689, "color": 3}, {"x": -52.00211715698242, "y": -26.053815841674805, "subreddit": "raspberry_pi_projects", "cluster": 689, "color": 3}, {"x": 73.00341796875, "y": 29.0773983001709, "subreddit": "crackstatus", "cluster": 436, "color": 2}, {"x": 73.02578735351562, "y": 28.893020629882812, "subreddit": "crackwatch", "cluster": 436, "color": 2}, {"x": 72.87369537353516, "y": 30.004562377929688, "subreddit": "piratedgta", "cluster": 436, "color": 2}, {"x": -35.24321746826172, "y": 69.17655181884766, "subreddit": "cracksupport", "cluster": 437, "color": 0}, {"x": -35.244136810302734, "y": 69.16585540771484, "subreddit": "piratedgames", "cluster": 437, "color": 0}, {"x": 31.720966339111328, "y": 23.244203567504883, "subreddit": "crafts", "cluster": 438, "color": 0}, {"x": 53.10716247558594, "y": 51.183509826660156, "subreddit": "cricut", "cluster": 438, "color": 0}, {"x": 8.747824668884277, "y": 60.232173919677734, "subreddit": "jewelrymaking", "cluster": 438, "color": 0}, {"x": -15.056892395019531, "y": 3.7161593437194824, "subreddit": "miniworlds", "cluster": 438, "color": 0}, {"x": 31.908226013183594, "y": 23.245750427246094, "subreddit": "somethingimade", "cluster": 438, "color": 0}, {"x": -15.84585189819336, "y": -106.76134490966797, "subreddit": "crappymusic", "cluster": 1307, "color": 3}, {"x": 79.84912109375, "y": 102.63557434082031, "subreddit": "deepintoyoutube", "cluster": 1307, "color": 3}, {"x": -3.0953941345214844, "y": 1.4152915477752686, "subreddit": "nottimanderic", "cluster": 1307, "color": 3}, {"x": 4.000603675842285, "y": 6.454521656036377, "subreddit": "playitagainsam", "cluster": 1307, "color": 3}, {"x": -3.2515556812286377, "y": 1.0653733015060425, "subreddit": "timanderic", "cluster": 1307, "color": 3}, {"x": -8.232816696166992, "y": 18.470918655395508, "subreddit": "crappyoffbrands", "cluster": 1166, "color": 4}, {"x": 2.1786248683929443, "y": 6.971438884735107, "subreddit": "creepy", "cluster": 1166, "color": 4}, {"x": -1.5272128582000732, "y": 6.682011604309082, "subreddit": "dataisbeautiful", "cluster": 1166, "color": 4}, {"x": -0.9931167364120483, "y": 13.001761436462402, "subreddit": "expectationvsreality", "cluster": 1166, "color": 4}, {"x": -0.05713120847940445, "y": 9.366267204284668, "subreddit": "firstworldanarchists", "cluster": 1166, "color": 4}, {"x": -1.456134557723999, "y": 5.8455071449279785, "subreddit": "getmotivated", "cluster": 1166, "color": 4}, {"x": 2.4056756496429443, "y": 9.294843673706055, "subreddit": "interestingasfuck", "cluster": 1166, "color": 4}, {"x": -13.994821548461914, "y": 45.79075241088867, "subreddit": "intrusivethoughts", "cluster": 1166, "color": 4}, {"x": -1.545617938041687, "y": 4.818463325500488, "subreddit": "jokes", "cluster": 1166, "color": 4}, {"x": -0.629779577255249, "y": 6.924259662628174, "subreddit": "lifeprotips", "cluster": 1166, "color": 4}, {"x": -1.474861741065979, "y": 13.745701789855957, "subreddit": "mildlyinfuriating", "cluster": 1166, "color": 4}, {"x": -0.1060866191983223, "y": 11.012112617492676, "subreddit": "mildlyinteresting", "cluster": 1166, "color": 4}, {"x": -1.6013914346694946, "y": 13.178460121154785, "subreddit": "notmyjob", "cluster": 1166, "color": 4}, {"x": 2.338571071624756, "y": 7.807965278625488, "subreddit": "oldschoolcool", "cluster": 1166, "color": 4}, {"x": 23.835447311401367, "y": 23.80536651611328, "subreddit": "popping", "cluster": 1166, "color": 4}, {"x": -2.3304967880249023, "y": 9.013978004455566, "subreddit": "shittylifeprotips", "cluster": 1166, "color": 4}, {"x": -2.240353584289551, "y": 3.8816654682159424, "subreddit": "showerthoughts", "cluster": 1166, "color": 4}, {"x": -0.5541495680809021, "y": 8.87199878692627, "subreddit": "tifu", "cluster": 1166, "color": 4}, {"x": 26.959630966186523, "y": 34.4460563659668, "subreddit": "topofreddit", "cluster": 1166, "color": 4}, {"x": -73.3585433959961, "y": 26.943435668945312, "subreddit": "crashbandicoot", "cluster": 439, "color": 2}, {"x": -73.39763641357422, "y": 27.027063369750977, "subreddit": "crashteamracing", "cluster": 439, "color": 2}, {"x": -69.23905181884766, "y": 81.38282775878906, "subreddit": "nfsnolimits", "cluster": 439, "color": 2}, {"x": -72.37419891357422, "y": 25.018890380859375, "subreddit": "spyro", "cluster": 439, "color": 2}, {"x": -108.85325622558594, "y": 44.27543258666992, "subreddit": "crawfordvskhanhd", "cluster": 440, "color": 0}, {"x": 211.44981384277344, "y": 76.99351501464844, "subreddit": "crazyideas", "cluster": 1056, "color": 0}, {"x": -3.6606569290161133, "y": 100.97554779052734, "subreddit": "highdeas", "cluster": 1056, "color": 0}, {"x": -34.87211990356445, "y": -27.27264976501465, "subreddit": "lightbulb", "cluster": 1056, "color": 0}, {"x": 10.343358993530273, "y": 104.16793823242188, "subreddit": "microdosing", "cluster": 1056, "color": 0}, {"x": -52.0457763671875, "y": -26.055259704589844, "subreddit": "raspberry_pi", "cluster": 1056, "color": 0}, {"x": -34.83008575439453, "y": -27.262353897094727, "subreddit": "somebodymakethis", "cluster": 1056, "color": 0}, {"x": 70.80786895751953, "y": 73.20792388916016, "subreddit": "createthisworld", "cluster": 959, "color": 0}, {"x": -32.169403076171875, "y": -45.737361907958984, "subreddit": "guessthemovie", "cluster": 959, "color": 0}, {"x": -32.54168701171875, "y": -46.550315856933594, "subreddit": "iwatchedanoldmovie", "cluster": 959, "color": 0}, {"x": -33.80326461791992, "y": -47.061527252197266, "subreddit": "musicians", "cluster": 959, "color": 0}, {"x": -31.884492874145508, "y": -46.66453552246094, "subreddit": "sense8", "cluster": 959, "color": 0}, {"x": 42.39042663574219, "y": -49.348297119140625, "subreddit": "creation", "cluster": 495, "color": 2}, {"x": 41.762428283691406, "y": -49.46516799926758, "subreddit": "debateevolution", "cluster": 495, "color": 2}, {"x": 41.45766830444336, "y": -49.522335052490234, "subreddit": "evolution", "cluster": 495, "color": 2}, {"x": 173.45767211914062, "y": 10.027270317077637, "subreddit": "memritvmemes", "cluster": 495, "color": 2}, {"x": 47.68171691894531, "y": -59.63519287109375, "subreddit": "credibledefense", "cluster": 441, "color": 1}, {"x": 46.975643157958984, "y": -59.035545349121094, "subreddit": "geopolitics", "cluster": 441, "color": 1}, {"x": 47.698509216308594, "y": -59.8447265625, "subreddit": "lesscredibledefence", "cluster": 441, "color": 1}, {"x": 48.91841125488281, "y": -59.5241813659668, "subreddit": "warcollege", "cluster": 441, "color": 1}, {"x": 116.43181610107422, "y": 35.22429656982422, "subreddit": "creepyencounters", "cluster": 443, "color": 0}, {"x": 116.43428802490234, "y": 35.183807373046875, "subreddit": "letsnotmeet", "cluster": 443, "color": 0}, {"x": 23.504426956176758, "y": 20.19853401184082, "subreddit": "thepapinis", "cluster": 443, "color": 0}, {"x": 28.253597259521484, "y": 87.0875244140625, "subreddit": "crestedgecko", "cluster": 776, "color": 0}, {"x": 28.764799118041992, "y": 85.22300720214844, "subreddit": "frogs", "cluster": 776, "color": 0}, {"x": 28.937496185302734, "y": 86.648681640625, "subreddit": "geckos", "cluster": 776, "color": 0}, {"x": 29.283037185668945, "y": 86.64324951171875, "subreddit": "leopardgeckos", "cluster": 776, "color": 0}, {"x": 29.693204879760742, "y": 85.8534927368164, "subreddit": "reptiles", "cluster": 776, "color": 0}, {"x": -55.899166107177734, "y": 41.75649642944336, "subreddit": "zoids", "cluster": 776, "color": 0}, {"x": -76.2999267578125, "y": -68.05866241455078, "subreddit": "cricketwireless", "cluster": 1294, "color": 3}, {"x": -77.07614135742188, "y": -69.84784698486328, "subreddit": "mintmobile", "cluster": 1294, "color": 3}, {"x": -76.58809661865234, "y": -68.26238250732422, "subreddit": "nocontract", "cluster": 1294, "color": 3}, {"x": -45.96589660644531, "y": -25.78902244567871, "subreddit": "prius", "cluster": 1294, "color": 3}, {"x": -77.71330261230469, "y": -67.821533203125, "subreddit": "sprint", "cluster": 1294, "color": 3}, {"x": -76.99259948730469, "y": -69.15499877929688, "subreddit": "ting", "cluster": 1294, "color": 3}, {"x": -74.1900634765625, "y": -19.28559112548828, "subreddit": "tmobile", "cluster": 1294, "color": 3}, {"x": -20.79997444152832, "y": -94.19193267822266, "subreddit": "criminalminds", "cluster": 1129, "color": 2}, {"x": -23.90869140625, "y": -94.47184753417969, "subreddit": "hellskitchen", "cluster": 1129, "color": 2}, {"x": -23.907026290893555, "y": -94.426513671875, "subreddit": "masterchef", "cluster": 1129, "color": 2}, {"x": -88.94595336914062, "y": 19.44952392578125, "subreddit": "oakisland", "cluster": 1129, "color": 2}, {"x": 11.188336372375488, "y": 18.418485641479492, "subreddit": "cringeanarchy", "cluster": 1708, "color": 2}, {"x": -6.052969932556152, "y": -44.548152923583984, "subreddit": "horrorlit", "cluster": 1708, "color": 2}, {"x": -9.685782432556152, "y": -44.23952865600586, "subreddit": "itthemovie", "cluster": 1708, "color": 2}, {"x": -8.536527633666992, "y": -44.25469970703125, "subreddit": "stephenking", "cluster": 1708, "color": 2}, {"x": -8.38576602935791, "y": -44.24771499633789, "subreddit": "thedarktower", "cluster": 1708, "color": 2}, {"x": -34.817344665527344, "y": 7.637075901031494, "subreddit": "crohnsdisease", "cluster": 448, "color": 1}, {"x": -34.946048736572266, "y": 8.163335800170898, "subreddit": "ibd", "cluster": 448, "color": 1}, {"x": -34.60194396972656, "y": 6.790271282196045, "subreddit": "ostomy", "cluster": 448, "color": 1}, {"x": -101.48082733154297, "y": 88.77342987060547, "subreddit": "crosscountry", "cluster": 1845, "color": 2}, {"x": -102.28907775878906, "y": 89.5937271118164, "subreddit": "sprinting", "cluster": 1845, "color": 2}, {"x": -102.13832092285156, "y": 89.44097900390625, "subreddit": "trackandfield", "cluster": 1845, "color": 2}, {"x": 79.36437225341797, "y": 93.64055633544922, "subreddit": "crossdressing", "cluster": 1850, "color": 5}, {"x": 80.13406372070312, "y": 91.76595306396484, "subreddit": "mtfselfietrain", "cluster": 1850, "color": 5}, {"x": 79.57218170166016, "y": 90.87197875976562, "subreddit": "trans", "cluster": 1850, "color": 5}, {"x": 80.1179428100586, "y": 92.94763946533203, "subreddit": "transadorable", "cluster": 1850, "color": 5}, {"x": 81.91899108886719, "y": 93.00086212158203, "subreddit": "translater", "cluster": 1850, "color": 5}, {"x": 80.9278335571289, "y": 91.52640533447266, "subreddit": "transpassing", "cluster": 1850, "color": 5}, {"x": 80.41009521484375, "y": 91.68090057373047, "subreddit": "transpositive", "cluster": 1850, "color": 5}, {"x": 81.10453796386719, "y": 92.50511932373047, "subreddit": "transtimelines", "cluster": 1850, "color": 5}, {"x": 82.53765106201172, "y": 90.8560791015625, "subreddit": "transvoice", "cluster": 1850, "color": 5}, {"x": 78.3139877319336, "y": -89.94134521484375, "subreddit": "crossfit", "cluster": 1949, "color": 5}, {"x": 79.07244110107422, "y": -88.37389373779297, "subreddit": "vulfpeck", "cluster": 1949, "color": 5}, {"x": 78.3714599609375, "y": -89.83342742919922, "subreddit": "weightlifting", "cluster": 1949, "color": 5}, {"x": 58.14917755126953, "y": -4.879377841949463, "subreddit": "crossout", "cluster": 826, "color": 1}, {"x": -54.657325744628906, "y": 41.381317138671875, "subreddit": "gundam", "cluster": 826, "color": 1}, {"x": -53.76979064941406, "y": 41.30146789550781, "subreddit": "gundambattle", "cluster": 826, "color": 1}, {"x": -55.05387878417969, "y": 41.47645568847656, "subreddit": "gunpla", "cluster": 826, "color": 1}, {"x": 91.36988830566406, "y": 15.676782608032227, "subreddit": "kancolle", "cluster": 826, "color": 1}, {"x": 50.16263961791992, "y": 47.99794006347656, "subreddit": "crossstitch", "cluster": 610, "color": 1}, {"x": 50.28110885620117, "y": 48.136024475097656, "subreddit": "embroidery", "cluster": 610, "color": 1}, {"x": 52.666507720947266, "y": 48.67170333862305, "subreddit": "quilting", "cluster": 610, "color": 1}, {"x": 51.4840202331543, "y": 49.175201416015625, "subreddit": "sewing", "cluster": 610, "color": 1}, {"x": -17.519615173339844, "y": -3.333775281906128, "subreddit": "crossview", "cluster": 449, "color": 1}, {"x": -3.8318066596984863, "y": 13.412455558776855, "subreddit": "desirepath", "cluster": 449, "color": 1}, {"x": -17.640127182006836, "y": -3.4839470386505127, "subreddit": "southampton", "cluster": 449, "color": 1}, {"x": -89.2552490234375, "y": -39.40494918823242, "subreddit": "crownvictoria", "cluster": 1048, "color": 1}, {"x": -80.38965606689453, "y": -12.091047286987305, "subreddit": "galaxynote3", "cluster": 1048, "color": 1}, {"x": -80.37384033203125, "y": -11.364618301391602, "subreddit": "lgv10", "cluster": 1048, "color": 1}, {"x": -16.514205932617188, "y": -59.270755767822266, "subreddit": "crucibleplaybook", "cluster": 517, "color": 1}, {"x": -17.32042121887207, "y": -61.72837448120117, "subreddit": "cruciblesherpa", "cluster": 517, "color": 1}, {"x": 77.94470977783203, "y": -103.59618377685547, "subreddit": "destinylore", "cluster": 517, "color": 1}, {"x": -17.18926429748535, "y": -61.65361022949219, "subreddit": "destinysherpa", "cluster": 517, "color": 1}, {"x": 109.0561752319336, "y": 19.138620376586914, "subreddit": "destinytechsupport", "cluster": 517, "color": 1}, {"x": -16.20442008972168, "y": -59.57340621948242, "subreddit": "destinythegame", "cluster": 517, "color": 1}, {"x": -16.42163848876953, "y": -60.7263298034668, "subreddit": "fireteams", "cluster": 517, "color": 1}, {"x": -15.275303840637207, "y": -59.448814392089844, "subreddit": "lowsodiumdestiny", "cluster": 517, "color": 1}, {"x": 77.9477767944336, "y": -103.6002426147461, "subreddit": "raidsecrets", "cluster": 517, "color": 1}, {"x": -16.97246742248535, "y": -58.6373176574707, "subreddit": "sharditkeepit", "cluster": 517, "color": 1}, {"x": -1.9000414609909058, "y": -52.54434585571289, "subreddit": "cruise", "cluster": 1659, "color": 5}, {"x": -0.8835487961769104, "y": -52.07272720336914, "subreddit": "longisland", "cluster": 1659, "color": 5}, {"x": -1.5337282419204712, "y": -52.38713836669922, "subreddit": "socialwork", "cluster": 1659, "color": 5}, {"x": 14.460481643676758, "y": 65.98773193359375, "subreddit": "crunchyroll", "cluster": 1595, "color": 4}, {"x": 87.64913177490234, "y": -0.0977138876914978, "subreddit": "secretworldlegends", "cluster": 1595, "color": 4}, {"x": 89.10738372802734, "y": 0.13914179801940918, "subreddit": "skyforge", "cluster": 1595, "color": 4}, {"x": -48.958396911621094, "y": -10.201236724853516, "subreddit": "spellbreak", "cluster": 1595, "color": 4}, {"x": 87.52252960205078, "y": -0.11721491813659668, "subreddit": "thesecretworld", "cluster": 1595, "color": 4}, {"x": -13.790786743164062, "y": 20.063621520996094, "subreddit": "crusadememes", "cluster": 866, "color": 0}, {"x": 12.505316734313965, "y": 51.00617599487305, "subreddit": "girlsundshitposts", "cluster": 866, "color": 0}, {"x": 12.655680656433105, "y": 52.59538269042969, "subreddit": "historyanimemes", "cluster": 866, "color": 0}, {"x": 12.384354591369629, "y": 56.36456298828125, "subreddit": "lolitary", "cluster": 866, "color": 0}, {"x": 13.268777847290039, "y": 54.363521575927734, "subreddit": "moemorphism", "cluster": 866, "color": 0}, {"x": 12.497220993041992, "y": 52.52436828613281, "subreddit": "sabaton", "cluster": 866, "color": 0}, {"x": 10.87159252166748, "y": 54.61613464355469, "subreddit": "shieldbro", "cluster": 866, "color": 0}, {"x": 85.75552368164062, "y": 8.531889915466309, "subreddit": "crusadersquest", "cluster": 1886, "color": 8}, {"x": 85.69921875, "y": -39.738582611083984, "subreddit": "fallenlondon", "cluster": 1886, "color": 8}, {"x": -7.465651035308838, "y": -56.42863464355469, "subreddit": "kol", "cluster": 1886, "color": 8}, {"x": -32.29100799560547, "y": 44.15608215332031, "subreddit": "saintseiyakotz", "cluster": 1886, "color": 8}, {"x": -36.5406379699707, "y": -35.4222526550293, "subreddit": "valkyrie_en", "cluster": 1886, "color": 8}, {"x": 3.226310968399048, "y": -24.698781967163086, "subreddit": "crypto", "cluster": 452, "color": 1}, {"x": 3.394561529159546, "y": -24.78019142150879, "subreddit": "darknetplan", "cluster": 452, "color": 1}, {"x": 1.8541487455368042, "y": -24.569215774536133, "subreddit": "netsec", "cluster": 452, "color": 1}, {"x": 3.3268275260925293, "y": -25.83814239501953, "subreddit": "pokemonshuffle", "cluster": 452, "color": 1}, {"x": 4.1993865966796875, "y": -23.102558135986328, "subreddit": "technology", "cluster": 452, "color": 1}, {"x": 55.78602600097656, "y": 28.870859146118164, "subreddit": "cryptokitties", "cluster": 1399, "color": 1}, {"x": 66.6657485961914, "y": 16.210046768188477, "subreddit": "playrust", "cluster": 1399, "color": 1}, {"x": 66.61289978027344, "y": 16.206823348999023, "subreddit": "playrustlfg", "cluster": 1399, "color": 1}, {"x": 69.0823974609375, "y": 17.443103790283203, "subreddit": "rustfactions", "cluster": 1399, "color": 1}, {"x": 32.20746994018555, "y": -151.4366912841797, "subreddit": "crystalgemrp", "cluster": 455, "color": 1}, {"x": 32.21528625488281, "y": -151.44061279296875, "subreddit": "danganroleplay", "cluster": 455, "color": 1}, {"x": 8.766063690185547, "y": -49.761268615722656, "subreddit": "crystals", "cluster": 1957, "color": 5}, {"x": 10.838541984558105, "y": -51.300498962402344, "subreddit": "geology", "cluster": 1957, "color": 5}, {"x": 32.54323196411133, "y": -59.72718048095703, "subreddit": "gis", "cluster": 1957, "color": 5}, {"x": 9.131211280822754, "y": -49.387332916259766, "subreddit": "mineralporn", "cluster": 1957, "color": 5}, {"x": 26.08653450012207, "y": 90.673583984375, "subreddit": "petmice", "cluster": 1957, "color": 5}, {"x": 10.018448829650879, "y": -50.46281051635742, "subreddit": "whatsthisrock", "cluster": 1957, "color": 5}, {"x": 10.192102432250977, "y": -71.2733383178711, "subreddit": "cscareerquestions", "cluster": 456, "color": 1}, {"x": 10.237574577331543, "y": -71.77751159667969, "subreddit": "cscareerquestionseu", "cluster": 456, "color": 1}, {"x": 10.851760864257812, "y": -70.63701629638672, "subreddit": "csmajors", "cluster": 456, "color": 1}, {"x": -29.57158088684082, "y": -118.37013244628906, "subreddit": "omscs", "cluster": 456, "color": 1}, {"x": -50.00076675415039, "y": -3.6750121116638184, "subreddit": "csgo", "cluster": 613, "color": 3}, {"x": -51.04703903198242, "y": -1.6958523988723755, "subreddit": "dolphinemulator", "cluster": 613, "color": 3}, {"x": -50.634254455566406, "y": -3.7849719524383545, "subreddit": "emulation", "cluster": 613, "color": 3}, {"x": -51.328556060791016, "y": -4.986486434936523, "subreddit": "emulationonandroid", "cluster": 613, "color": 3}, {"x": -51.35072326660156, "y": -3.25160551071167, "subreddit": "retroarch", "cluster": 613, "color": 3}, {"x": -49.00809860229492, "y": -2.423665761947632, "subreddit": "rpcs3", "cluster": 613, "color": 3}, {"x": -48.68183898925781, "y": -4.9790358543396, "subreddit": "steamcontroller", "cluster": 613, "color": 3}, {"x": -55.828224182128906, "y": 99.620849609375, "subreddit": "csgo_trading", "cluster": 457, "color": 2}, {"x": -39.54097366333008, "y": 96.38440704345703, "subreddit": "csgohacks", "cluster": 457, "color": 2}, {"x": -56.02116775512695, "y": 99.64645385742188, "subreddit": "csgotrade", "cluster": 457, "color": 2}, {"x": -56.85941696166992, "y": 99.76307678222656, "subreddit": "globaloffensivetrade", "cluster": 457, "color": 2}, {"x": 66.19587707519531, "y": 24.641292572021484, "subreddit": "opskins", "cluster": 457, "color": 2}, {"x": 67.02635192871094, "y": 21.89405059814453, "subreddit": "csgolounge", "cluster": 1488, "color": 5}, {"x": 29.14767074584961, "y": 48.89466094970703, "subreddit": "r6proleague", "cluster": 1488, "color": 5}, {"x": 29.435344696044922, "y": 47.36598587036133, "subreddit": "rainbow6", "cluster": 1488, "color": 5}, {"x": 29.5161075592041, "y": 47.405517578125, "subreddit": "rainbow6tts", "cluster": 1488, "color": 5}, {"x": 30.549144744873047, "y": 46.64661407470703, "subreddit": "rainbowsixsiege", "cluster": 1488, "color": 5}, {"x": 21.51049041748047, "y": 49.082210540771484, "subreddit": "rainbowsixsiegeps4", "cluster": 1488, "color": 5}, {"x": 28.536041259765625, "y": 46.84700012207031, "subreddit": "shittyrainbow6", "cluster": 1488, "color": 5}, {"x": 29.157241821289062, "y": 48.41646194458008, "subreddit": "siegeacademy", "cluster": 1488, "color": 5}, {"x": 57.12165451049805, "y": 125.98983764648438, "subreddit": "csmapmakers", "cluster": 839, "color": 1}, {"x": 56.57474136352539, "y": 125.00413513183594, "subreddit": "gmod", "cluster": 839, "color": 1}, {"x": 57.01597595214844, "y": 125.79923248291016, "subreddit": "hammer", "cluster": 839, "color": 1}, {"x": -2.092024803161621, "y": -59.058040618896484, "subreddit": "css", "cluster": 1944, "color": 0}, {"x": -1.7234315872192383, "y": -58.31555938720703, "subreddit": "frontend", "cluster": 1944, "color": 0}, {"x": -2.412566900253296, "y": -57.029701232910156, "subreddit": "web_design", "cluster": 1944, "color": 0}, {"x": -2.1953563690185547, "y": -56.25429916381836, "subreddit": "webdesign", "cluster": 1944, "color": 0}, {"x": -2.5391881465911865, "y": -57.306453704833984, "subreddit": "webdev", "cluster": 1944, "color": 0}, {"x": -3.9370079040527344, "y": -57.611637115478516, "subreddit": "wordpress", "cluster": 1944, "color": 0}, {"x": -31.320798873901367, "y": -25.807228088378906, "subreddit": "csshelp", "cluster": 1529, "color": 3}, {"x": -32.19316101074219, "y": -25.744531631469727, "subreddit": "enhancement", "cluster": 1529, "color": 3}, {"x": -32.11395263671875, "y": -25.750646591186523, "subreddit": "resissues", "cluster": 1529, "color": 3}, {"x": -104.86891174316406, "y": -2.010835647583008, "subreddit": "cuba", "cluster": 1852, "color": 3}, {"x": -48.27473831176758, "y": -52.09176254272461, "subreddit": "flights", "cluster": 1852, "color": 3}, {"x": -87.04051971435547, "y": -25.468053817749023, "subreddit": "kickstarter", "cluster": 1852, "color": 3}, {"x": -87.01810455322266, "y": -25.411945343017578, "subreddit": "solotravel", "cluster": 1852, "color": 3}, {"x": -48.8357048034668, "y": -51.82650375366211, "subreddit": "travel", "cluster": 1852, "color": 3}, {"x": -49.19316864013672, "y": -51.676944732666016, "subreddit": "travelnopics", "cluster": 1852, "color": 3}, {"x": -104.9788589477539, "y": -2.0229907035827637, "subreddit": "vietnam", "cluster": 1852, "color": 3}, {"x": -34.67853927612305, "y": 38.17140579223633, "subreddit": "cubers", "cluster": 1199, "color": 2}, {"x": -58.55278778076172, "y": 39.56230545043945, "subreddit": "mortalkombat", "cluster": 1199, "color": 2}, {"x": -58.5640869140625, "y": 39.56467819213867, "subreddit": "mortalkombatleaks", "cluster": 1199, "color": 2}, {"x": 106.10116577148438, "y": -11.045621871948242, "subreddit": "cubeworld", "cluster": 1104, "color": 4}, {"x": 176.70919799804688, "y": -39.55824279785156, "subreddit": "detrashed", "cluster": 1104, "color": 4}, {"x": 106.11731719970703, "y": -11.056072235107422, "subreddit": "magnetfishing", "cluster": 1104, "color": 4}, {"x": -68.65685272216797, "y": -84.09487915039062, "subreddit": "supermegabaseball", "cluster": 1104, "color": 4}, {"x": -13.765471458435059, "y": 70.0026626586914, "subreddit": "cuckoldpsychology", "cluster": 1297, "color": 2}, {"x": -37.75587844848633, "y": -16.770002365112305, "subreddit": "nonmonogamy", "cluster": 1297, "color": 2}, {"x": -37.54133987426758, "y": -16.793603897094727, "subreddit": "polyamory", "cluster": 1297, "color": 2}, {"x": -38.532833099365234, "y": -16.700315475463867, "subreddit": "swingers", "cluster": 1297, "color": 2}, {"x": -116.04905700683594, "y": 11.094441413879395, "subreddit": "cumtown", "cluster": 1211, "color": 2}, {"x": -114.90779113769531, "y": 11.403505325317383, "subreddit": "legionofskanks", "cluster": 1211, "color": 2}, {"x": -114.97795104980469, "y": 11.393214225769043, "subreddit": "mssecretpodcast", "cluster": 1211, "color": 2}, {"x": -20.15528678894043, "y": -29.3021297454834, "subreddit": "curb", "cluster": 1597, "color": 2}, {"x": -11.853179931640625, "y": -18.53936195373535, "subreddit": "redditwritesseinfeld", "cluster": 1597, "color": 2}, {"x": 10.052386283874512, "y": 19.990327835083008, "subreddit": "roast_me", "cluster": 1597, "color": 2}, {"x": -11.926583290100098, "y": -18.6096248626709, "subreddit": "seinfeld", "cluster": 1597, "color": 2}, {"x": -69.9518814086914, "y": -118.43457794189453, "subreddit": "curling", "cluster": 1748, "color": 3}, {"x": -72.86325073242188, "y": -117.06066131591797, "subreddit": "pools", "cluster": 1748, "color": 3}, {"x": -72.86306762695312, "y": -117.06095886230469, "subreddit": "swimmingpools", "cluster": 1748, "color": 3}, {"x": -1.0985344648361206, "y": 34.02682876586914, "subreddit": "cursedminecraft", "cluster": 1620, "color": 3}, {"x": 6.281178951263428, "y": -114.11835479736328, "subreddit": "ethoslab", "cluster": 1620, "color": 3}, {"x": -26.40984344482422, "y": 35.35445022583008, "subreddit": "minecraftsuggestions", "cluster": 1620, "color": 3}, {"x": -26.328123092651367, "y": 35.222747802734375, "subreddit": "shittymcsuggestions", "cluster": 1620, "color": 3}, {"x": 63.49001693725586, "y": 84.05874633789062, "subreddit": "custody", "cluster": 460, "color": 0}, {"x": 63.359130859375, "y": 83.89376068115234, "subreddit": "divorce", "cluster": 460, "color": 0}, {"x": 63.906307220458984, "y": 84.80687713623047, "subreddit": "singleparents", "cluster": 460, "color": 0}, {"x": -48.76991653442383, "y": -136.6998291015625, "subreddit": "cvs", "cluster": 1759, "color": 3}, {"x": -48.6617431640625, "y": -135.80197143554688, "subreddit": "pharmacy", "cluster": 1759, "color": 3}, {"x": -48.6731071472168, "y": -135.91062927246094, "subreddit": "talesfromthepharmacy", "cluster": 1759, "color": 3}, {"x": -97.26839447021484, "y": -31.43153953552246, "subreddit": "cx5", "cluster": 1135, "color": 2}, {"x": -97.95726013183594, "y": -32.078697204589844, "subreddit": "mazda", "cluster": 1135, "color": 2}, {"x": -98.06971740722656, "y": -32.17416000366211, "subreddit": "mazda3", "cluster": 1135, "color": 2}, {"x": -97.80154418945312, "y": -36.277748107910156, "subreddit": "miata", "cluster": 1135, "color": 2}, {"x": -101.91226196289062, "y": -30.39374351501465, "subreddit": "rx7", "cluster": 1135, "color": 2}, {"x": -100.76364135742188, "y": -30.892616271972656, "subreddit": "rx8", "cluster": 1135, "color": 2}, {"x": 48.31272506713867, "y": 28.149141311645508, "subreddit": "theforest", "cluster": 1135, "color": 2}, {"x": 132.41146850585938, "y": 521.910888671875, "subreddit": "cxtv", "cluster": 1468, "color": 0}, {"x": -33.19426727294922, "y": 17.501426696777344, "subreddit": "drdisrespectlive", "cluster": 1468, "color": 0}, {"x": -30.861839294433594, "y": 17.30412483215332, "subreddit": "fortnitebattleroyale", "cluster": 1468, "color": 0}, {"x": -25.210384368896484, "y": 60.39826583862305, "subreddit": "livestreamfail", "cluster": 1468, "color": 0}, {"x": -31.852890014648438, "y": 16.35422706604004, "subreddit": "offlinetv", "cluster": 1468, "color": 0}, {"x": -6.593850612640381, "y": 12.926161766052246, "subreddit": "pubg", "cluster": 1468, "color": 0}, {"x": -31.84828758239746, "y": 16.352001190185547, "subreddit": "pubgvideos", "cluster": 1468, "color": 0}, {"x": -32.71366500854492, "y": 15.004576683044434, "subreddit": "realmroyale", "cluster": 1468, "color": 0}, {"x": -32.693023681640625, "y": 17.162677764892578, "subreddit": "shroud", "cluster": 1468, "color": 0}, {"x": -31.16128921508789, "y": 15.610532760620117, "subreddit": "thedarwinproject", "cluster": 1468, "color": 0}, {"x": -20.061914443969727, "y": 7.809041500091553, "subreddit": "vinesauce", "cluster": 1468, "color": 0}, {"x": 63.6041145324707, "y": -31.666536331176758, "subreddit": "cynicalbrit", "cluster": 462, "color": 1}, {"x": 63.72930908203125, "y": -31.814388275146484, "subreddit": "cynicalbritofficial", "cluster": 462, "color": 1}, {"x": 64.22157287597656, "y": -32.44279479980469, "subreddit": "jimsterling", "cluster": 462, "color": 1}, {"x": 82.99542999267578, "y": -84.75312805175781, "subreddit": "czech", "cluster": 463, "color": 0}, {"x": 82.96421813964844, "y": -84.75103759765625, "subreddit": "prague", "cluster": 463, "color": 0}, {"x": 83.77958679199219, "y": -84.91062927246094, "subreddit": "slovakia", "cluster": 463, "color": 0}, {"x": 42.24053955078125, "y": -15.104999542236328, "subreddit": "d100", "cluster": 541, "color": 0}, {"x": 42.45331573486328, "y": -14.580416679382324, "subreddit": "dmacademy", "cluster": 541, "color": 0}, {"x": 42.42067337036133, "y": -13.860966682434082, "subreddit": "dndbehindthescreen", "cluster": 541, "color": 0}, {"x": 41.08110809326172, "y": -14.249061584472656, "subreddit": "dndhomebrew", "cluster": 541, "color": 0}, {"x": 41.944400787353516, "y": -15.779994010925293, "subreddit": "dungeonsanddragons", "cluster": 541, "color": 0}, {"x": 44.14494323730469, "y": -15.40615463256836, "subreddit": "mattcolville", "cluster": 541, "color": 0}, {"x": 43.8961181640625, "y": -13.90194034576416, "subreddit": "waterdeepdragonheist", "cluster": 541, "color": 0}, {"x": 77.59085845947266, "y": -17.82954216003418, "subreddit": "d3hardcore", "cluster": 522, "color": 1}, {"x": 77.03082275390625, "y": -15.778277397155762, "subreddit": "d3ps4", "cluster": 522, "color": 1}, {"x": 78.03659057617188, "y": -17.159120559692383, "subreddit": "diablo", "cluster": 522, "color": 1}, {"x": 77.71566772460938, "y": -16.33003044128418, "subreddit": "diablo3", "cluster": 522, "color": 1}, {"x": 79.73052978515625, "y": -17.198471069335938, "subreddit": "diablo3barbarians", "cluster": 522, "color": 1}, {"x": 78.94093322753906, "y": -16.067550659179688, "subreddit": "diablo3demonhunters", "cluster": 522, "color": 1}, {"x": 80.33653259277344, "y": -16.07303810119629, "subreddit": "diablo3witchdoctors", "cluster": 522, "color": 1}, {"x": 79.5187759399414, "y": -15.979677200317383, "subreddit": "diablo3wizards", "cluster": 522, "color": 1}, {"x": 64.63419342041016, "y": 111.31605529785156, "subreddit": "daca", "cluster": 923, "color": 0}, {"x": 38.953758239746094, "y": -87.77542114257812, "subreddit": "immigration", "cluster": 923, "color": 0}, {"x": 37.23596954345703, "y": -88.67378997802734, "subreddit": "immigrationcanada", "cluster": 923, "color": 0}, {"x": -63.710487365722656, "y": -65.12533569335938, "subreddit": "daddit", "cluster": 1436, "color": 2}, {"x": -64.95838165283203, "y": -67.86499786376953, "subreddit": "improv", "cluster": 1436, "color": 2}, {"x": 60.059696197509766, "y": 52.203941345214844, "subreddit": "newparents", "cluster": 1436, "color": 2}, {"x": -63.66681671142578, "y": -65.31962585449219, "subreddit": "predaddit", "cluster": 1436, "color": 2}, {"x": -35.567691802978516, "y": -70.27735900878906, "subreddit": "prostatitis", "cluster": 1436, "color": 2}, {"x": 2.948930501937866, "y": 11.975568771362305, "subreddit": "dadreflexes", "cluster": 1534, "color": 1}, {"x": -54.536624908447266, "y": 17.5981388092041, "subreddit": "gameboy", "cluster": 1534, "color": 1}, {"x": -10.05895709991455, "y": 2.004631280899048, "subreddit": "karmacourt", "cluster": 1534, "color": 1}, {"x": 1.021045207977295, "y": 21.464618682861328, "subreddit": "mildlyvandalised", "cluster": 1534, "color": 1}, {"x": -53.83600997924805, "y": 17.37196159362793, "subreddit": "n64", "cluster": 1534, "color": 1}, {"x": -52.953617095947266, "y": 15.713573455810547, "subreddit": "nes", "cluster": 1534, "color": 1}, {"x": -53.754241943359375, "y": 16.096384048461914, "subreddit": "retrogaming", "cluster": 1534, "color": 1}, {"x": -52.837589263916016, "y": 15.884037971496582, "subreddit": "snes", "cluster": 1534, "color": 1}, {"x": -7.147738933563232, "y": -129.2564239501953, "subreddit": "thecinemassacre", "cluster": 1534, "color": 1}, {"x": 0.8843190670013428, "y": -7.186090469360352, "subreddit": "dae", "cluster": 1977, "color": 1}, {"x": -9.539952278137207, "y": 40.644588470458984, "subreddit": "douchebaggenie", "cluster": 1977, "color": 1}, {"x": 43.0158576965332, "y": -37.90776824951172, "subreddit": "tmbr", "cluster": 1977, "color": 1}, {"x": 85.40062713623047, "y": -43.78749084472656, "subreddit": "wouldyourather", "cluster": 1977, "color": 1}, {"x": 14.912272453308105, "y": -44.92706298828125, "subreddit": "daeneryswinsthethrone", "cluster": 732, "color": 0}, {"x": -7.585090637207031, "y": 48.3367805480957, "subreddit": "freefolk", "cluster": 732, "color": 0}, {"x": -6.809708595275879, "y": 47.854732513427734, "subreddit": "lotrmemes", "cluster": 732, "color": 0}, {"x": -7.570838928222656, "y": 48.336395263671875, "subreddit": "oldfreefolk", "cluster": 732, "color": 0}, {"x": -5.672500133514404, "y": -11.21407413482666, "subreddit": "dailydouble", "cluster": 1617, "color": 5}, {"x": -10.287087440490723, "y": 9.575189590454102, "subreddit": "punny", "cluster": 1617, "color": 5}, {"x": -5.786226749420166, "y": -12.15165901184082, "subreddit": "scenesfromahat", "cluster": 1617, "color": 5}, {"x": -5.638698101043701, "y": -14.172903060913086, "subreddit": "scientology", "cluster": 1617, "color": 5}, {"x": -14.099309921264648, "y": 47.75284194946289, "subreddit": "shittyama", "cluster": 1617, "color": 5}, {"x": -6.655445575714111, "y": -12.791068077087402, "subreddit": "shittyaskreddit", "cluster": 1617, "color": 5}, {"x": -5.97068452835083, "y": -12.895709991455078, "subreddit": "shittyaskscience", "cluster": 1617, "color": 5}, {"x": -6.566647052764893, "y": -11.977346420288086, "subreddit": "shittyfantheories", "cluster": 1617, "color": 5}, {"x": -4.997591972351074, "y": -12.68316650390625, "subreddit": "shittyprogramming", "cluster": 1617, "color": 5}, {"x": -29.645740509033203, "y": -30.111804962158203, "subreddit": "dailyshow", "cluster": 465, "color": 2}, {"x": -25.000858306884766, "y": -38.30034637451172, "subreddit": "girls", "cluster": 465, "color": 2}, {"x": -29.993003845214844, "y": -29.640104293823242, "subreddit": "lateshow", "cluster": 465, "color": 2}, {"x": 65.72328186035156, "y": -140.2818603515625, "subreddit": "nathanforyou", "cluster": 465, "color": 2}, {"x": -29.260753631591797, "y": -30.475250244140625, "subreddit": "sharktank", "cluster": 465, "color": 2}, {"x": -9.028898239135742, "y": -115.06620025634766, "subreddit": "dancegavindance", "cluster": 1430, "color": 2}, {"x": -9.525726318359375, "y": -113.8836669921875, "subreddit": "metalcore", "cluster": 1430, "color": 2}, {"x": -8.840245246887207, "y": -112.01341247558594, "subreddit": "poppunkers", "cluster": 1430, "color": 2}, {"x": -9.385971069335938, "y": -114.01446533203125, "subreddit": "posthardcore", "cluster": 1430, "color": 2}, {"x": -49.70281219482422, "y": 44.46617126464844, "subreddit": "danganronpa", "cluster": 466, "color": 1}, {"x": -27.34255599975586, "y": 8.342509269714355, "subreddit": "pbghardcore", "cluster": 466, "color": 1}, {"x": -49.69651794433594, "y": 44.49913787841797, "subreddit": "rpdanganronpachat", "cluster": 466, "color": 1}, {"x": 20.06884765625, "y": 113.5565185546875, "subreddit": "danishents", "cluster": 1479, "color": 2}, {"x": 20.793899536132812, "y": 115.57933807373047, "subreddit": "quittingkratom", "cluster": 1479, "color": 2}, {"x": 20.898019790649414, "y": 114.73101043701172, "subreddit": "quittingphenibut", "cluster": 1479, "color": 2}, {"x": 17.9043025970459, "y": 115.46327209472656, "subreddit": "stopspeeding", "cluster": 1479, "color": 2}, {"x": -14.525035858154297, "y": 135.55014038085938, "subreddit": "dankmemesfromsite19", "cluster": 1571, "color": 4}, {"x": -14.48949909210205, "y": 134.9591827392578, "subreddit": "sandboxtest", "cluster": 1571, "color": 4}, {"x": -14.524209022521973, "y": 135.5363006591797, "subreddit": "scp", "cluster": 1571, "color": 4}, {"x": -14.42902660369873, "y": 133.94140625, "subreddit": "shadowban", "cluster": 1571, "color": 4}, {"x": 4.717746734619141, "y": 121.20841217041016, "subreddit": "danknation", "cluster": 1820, "color": 4}, {"x": 5.349040985107422, "y": 121.84087371826172, "subreddit": "thebarons", "cluster": 1820, "color": 4}, {"x": 5.085322380065918, "y": 121.61067199707031, "subreddit": "thexanaxcartel", "cluster": 1820, "color": 4}, {"x": 83.80630493164062, "y": 22.47185707092285, "subreddit": "danmachi", "cluster": 469, "color": 1}, {"x": 83.83698272705078, "y": 21.651473999023438, "subreddit": "danmachimemoriafreese", "cluster": 469, "color": 1}, {"x": 83.84385681152344, "y": 21.418350219726562, "subreddit": "danmachimemoriafreeze", "cluster": 469, "color": 1}, {"x": 72.19468688964844, "y": 8.113241195678711, "subreddit": "finalfantasy", "cluster": 469, "color": 1}, {"x": -13.124821662902832, "y": -46.085872650146484, "subreddit": "darkcrystal", "cluster": 1815, "color": 2}, {"x": -13.531723976135254, "y": -45.25856018066406, "subreddit": "hauntingofhillhouse", "cluster": 1815, "color": 2}, {"x": -13.352567672729492, "y": -45.64451217651367, "subreddit": "thestrain", "cluster": 1815, "color": 2}, {"x": 65.2982406616211, "y": -15.118779182434082, "subreddit": "darkestdungeon", "cluster": 470, "color": 2}, {"x": 65.53324890136719, "y": -14.865745544433594, "subreddit": "minionmasters", "cluster": 470, "color": 2}, {"x": 96.2613525390625, "y": 30.47694969177246, "subreddit": "slaythespire", "cluster": 470, "color": 2}, {"x": 64.48027801513672, "y": -15.137601852416992, "subreddit": "townofsalemgame", "cluster": 470, "color": 2}, {"x": 66.35518646240234, "y": -16.30359649658203, "subreddit": "wargroove", "cluster": 470, "color": 2}, {"x": 69.31502532958984, "y": 17.525615692138672, "subreddit": "darkfall", "cluster": 1477, "color": 2}, {"x": 32.8834114074707, "y": -88.7203598022461, "subreddit": "montreal", "cluster": 1477, "color": 2}, {"x": 32.71446990966797, "y": -89.95604705810547, "subreddit": "ndp", "cluster": 1477, "color": 2}, {"x": 32.799224853515625, "y": -89.69508361816406, "subreddit": "quebec", "cluster": 1477, "color": 2}, {"x": 20.202417373657227, "y": -29.42784309387207, "subreddit": "darkfuturology", "cluster": 1361, "color": 5}, {"x": 21.506315231323242, "y": 34.11005401611328, "subreddit": "darthjarjar", "cluster": 1361, "color": 5}, {"x": 22.486852645874023, "y": 34.90462112426758, "subreddit": "epstein", "cluster": 1361, "color": 5}, {"x": 19.28302764892578, "y": 33.873085021972656, "subreddit": "leopardsatemyface", "cluster": 1361, "color": 5}, {"x": 21.50503158569336, "y": 34.20584487915039, "subreddit": "pedogate", "cluster": 1361, "color": 5}, {"x": 93.83049774169922, "y": 26.388864517211914, "subreddit": "darkmatter", "cluster": 472, "color": 2}, {"x": 97.20272827148438, "y": 26.520231246948242, "subreddit": "fantasyfootballadvice", "cluster": 472, "color": 2}, {"x": -45.333984375, "y": 60.12238693237305, "subreddit": "merchantrpg", "cluster": 472, "color": 2}, {"x": 94.10955047607422, "y": 27.2979793548584, "subreddit": "pugs", "cluster": 472, "color": 2}, {"x": 93.72384643554688, "y": 26.18437385559082, "subreddit": "stargate", "cluster": 472, "color": 2}, {"x": 52.4924430847168, "y": 5.434316635131836, "subreddit": "darksiders", "cluster": 473, "color": 3}, {"x": 52.84445571899414, "y": 5.5720696449279785, "subreddit": "devilmaycry", "cluster": 473, "color": 3}, {"x": 55.419227600097656, "y": -5.06532096862793, "subreddit": "greedfall", "cluster": 473, "color": 3}, {"x": 51.52571105957031, "y": 5.232587814331055, "subreddit": "watch_dogs", "cluster": 473, "color": 3}, {"x": 65.64655303955078, "y": 1.8232612609863281, "subreddit": "darksouls", "cluster": 474, "color": 1}, {"x": 65.56459045410156, "y": 2.66023850440979, "subreddit": "darksouls2", "cluster": 474, "color": 1}, {"x": 67.19725036621094, "y": 0.9606029391288757, "subreddit": "darksoulshelp", "cluster": 474, "color": 1}, {"x": 65.55939483642578, "y": 1.2861329317092896, "subreddit": "demonssouls", "cluster": 474, "color": 1}, {"x": 67.22064971923828, "y": 0.9523506164550781, "subreddit": "onebros", "cluster": 474, "color": 1}, {"x": -113.68351745605469, "y": -95.53382873535156, "subreddit": "darts", "cluster": 476, "color": 1}, {"x": -113.6859130859375, "y": -95.535400390625, "subreddit": "dartstalk", "cluster": 476, "color": 1}, {"x": 9.584535598754883, "y": -60.66240692138672, "subreddit": "database", "cluster": 1686, "color": 1}, {"x": 10.854593276977539, "y": -60.13032150268555, "subreddit": "mysql", "cluster": 1686, "color": 1}, {"x": -56.52793884277344, "y": -33.473384857177734, "subreddit": "powershell", "cluster": 1686, "color": 1}, {"x": 10.459723472595215, "y": -60.30875778198242, "subreddit": "sql", "cluster": 1686, "color": 1}, {"x": 9.474145889282227, "y": -60.74481964111328, "subreddit": "sqlserver", "cluster": 1686, "color": 1}, {"x": -60.83588409423828, "y": -26.37718391418457, "subreddit": "datahoarder", "cluster": 880, "color": 2}, {"x": -65.59085083007812, "y": -25.466859817504883, "subreddit": "freenas", "cluster": 880, "color": 2}, {"x": -60.02626037597656, "y": -27.039539337158203, "subreddit": "homelab", "cluster": 880, "color": 2}, {"x": -59.5478630065918, "y": -27.761947631835938, "subreddit": "homelabsales", "cluster": 880, "color": 2}, {"x": -60.106502532958984, "y": -26.258575439453125, "subreddit": "homeserver", "cluster": 880, "color": 2}, {"x": -34.144012451171875, "y": 35.93193054199219, "subreddit": "opendirectories", "cluster": 880, "color": 2}, {"x": -60.477195739746094, "y": -23.673322677612305, "subreddit": "pihole", "cluster": 880, "color": 2}, {"x": -62.459449768066406, "y": -25.386457443237305, "subreddit": "plex", "cluster": 880, "color": 2}, {"x": -58.83125305175781, "y": -25.958343505859375, "subreddit": "prisonarchitect", "cluster": 880, "color": 2}, {"x": -60.06070327758789, "y": -25.478321075439453, "subreddit": "selfhosted", "cluster": 880, "color": 2}, {"x": -4.611924648284912, "y": -57.18092727661133, "subreddit": "webhosting", "cluster": 880, "color": 2}, {"x": -66.8388442993164, "y": -113.11475372314453, "subreddit": "datfeel", "cluster": 1881, "color": 3}, {"x": -66.86129760742188, "y": -108.26472473144531, "subreddit": "minneapolis", "cluster": 1881, "color": 3}, {"x": -66.57477569580078, "y": -108.35853576660156, "subreddit": "minnesota", "cluster": 1881, "color": 3}, {"x": 119.84097290039062, "y": -13.1691255569458, "subreddit": "pokemongompls", "cluster": 1881, "color": 3}, {"x": -66.79977416992188, "y": -108.57670593261719, "subreddit": "twincities", "cluster": 1881, "color": 3}, {"x": -67.31139373779297, "y": -109.48670959472656, "subreddit": "twincitiessocial", "cluster": 1881, "color": 3}, {"x": -21.62128257751465, "y": 59.98171615600586, "subreddit": "datguylirik", "cluster": 1807, "color": 5}, {"x": -60.92024230957031, "y": 51.40380096435547, "subreddit": "funrun", "cluster": 1807, "color": 5}, {"x": 27.362110137939453, "y": 4.826919078826904, "subreddit": "helpmewin", "cluster": 1807, "color": 5}, {"x": -79.2075424194336, "y": 9.18899154663086, "subreddit": "knifeparty", "cluster": 1807, "color": 5}, {"x": 67.30379486083984, "y": 27.167747497558594, "subreddit": "mega64", "cluster": 1807, "color": 5}, {"x": -59.5408821105957, "y": -76.63135528564453, "subreddit": "mlpccg", "cluster": 1807, "color": 5}, {"x": -76.30030059814453, "y": 12.933525085449219, "subreddit": "monstercat", "cluster": 1807, "color": 5}, {"x": -37.98949432373047, "y": -56.781517028808594, "subreddit": "nudism", "cluster": 1807, "color": 5}, {"x": 60.52857971191406, "y": -68.24996185302734, "subreddit": "pietsmiet", "cluster": 1807, "color": 5}, {"x": 14.83078384399414, "y": -52.09355545043945, "subreddit": "richlee", "cluster": 1807, "color": 5}, {"x": 70.34901428222656, "y": 43.005123138427734, "subreddit": "savant", "cluster": 1807, "color": 5}, {"x": -34.123565673828125, "y": -79.70948028564453, "subreddit": "slender_man", "cluster": 1807, "color": 5}, {"x": 42.690391540527344, "y": 1.030027985572815, "subreddit": "telltale", "cluster": 1807, "color": 5}, {"x": -35.09192657470703, "y": -78.29475402832031, "subreddit": "theolympianempire", "cluster": 1807, "color": 5}, {"x": -35.358665466308594, "y": -77.87062072753906, "subreddit": "twitter", "cluster": 1807, "color": 5}, {"x": 59.38169479370117, "y": 85.87588500976562, "subreddit": "datingafterthirty", "cluster": 477, "color": 2}, {"x": 58.19154357910156, "y": 85.91400909423828, "subreddit": "datingoverforty", "cluster": 477, "color": 2}, {"x": 59.32971954345703, "y": 85.86224365234375, "subreddit": "datingoverthirty", "cluster": 477, "color": 2}, {"x": -53.60411834716797, "y": -59.37446594238281, "subreddit": "daveramsey", "cluster": 1391, "color": 4}, {"x": -53.62193298339844, "y": -59.310028076171875, "subreddit": "plantbaseddiet", "cluster": 1391, "color": 4}, {"x": 28.55314826965332, "y": -14.193535804748535, "subreddit": "veganfitness", "cluster": 1391, "color": 4}, {"x": -54.03855895996094, "y": -58.639747619628906, "subreddit": "wyzecam", "cluster": 1391, "color": 4}, {"x": 115.21637725830078, "y": -35.75053787231445, "subreddit": "daverubin", "cluster": 1317, "color": 1}, {"x": 117.6241683959961, "y": -36.49457550048828, "subreddit": "deepfatfried", "cluster": 1317, "color": 1}, {"x": 117.15504455566406, "y": -36.914424896240234, "subreddit": "drunkenpeasants", "cluster": 1317, "color": 1}, {"x": 116.7379379272461, "y": -38.098270416259766, "subreddit": "georgiabulldogs", "cluster": 1317, "color": 1}, {"x": 117.04751586914062, "y": -37.059791564941406, "subreddit": "officialdp", "cluster": 1317, "color": 1}, {"x": 24.679872512817383, "y": -29.307878494262695, "subreddit": "sargonofakkad", "cluster": 1317, "color": 1}, {"x": -30.599882125854492, "y": -9.501867294311523, "subreddit": "davidbowie", "cluster": 1382, "color": 5}, {"x": -52.36381912231445, "y": -5.123694896697998, "subreddit": "firepro", "cluster": 1382, "color": 5}, {"x": 23.777963638305664, "y": 40.29467010498047, "subreddit": "pinkfloyd", "cluster": 1382, "color": 5}, {"x": 23.771484375, "y": 40.293460845947266, "subreddit": "pinkfloydcirclejerk", "cluster": 1382, "color": 5}, {"x": -14.9685697555542, "y": -30.2374324798584, "subreddit": "davidtennant", "cluster": 1053, "color": 3}, {"x": -46.83527755737305, "y": -42.77848434448242, "subreddit": "librarians", "cluster": 1053, "color": 3}, {"x": -46.837257385253906, "y": -42.77460861206055, "subreddit": "libraries", "cluster": 1053, "color": 3}, {"x": 71.26090240478516, "y": -16.918193817138672, "subreddit": "dawngate", "cluster": 911, "color": 2}, {"x": 111.6984634399414, "y": -42.60154342651367, "subreddit": "idlechampions", "cluster": 911, "color": 2}, {"x": 111.70072174072266, "y": -42.60201644897461, "subreddit": "lostidols", "cluster": 911, "color": 2}, {"x": 35.13827896118164, "y": 0.1506459265947342, "subreddit": "dawnoftitans", "cluster": 535, "color": 0}, {"x": -42.12785720825195, "y": -34.381370544433594, "subreddit": "disneyheroesmobile", "cluster": 535, "color": 0}, {"x": -41.557464599609375, "y": -34.54524612426758, "subreddit": "disneyland", "cluster": 535, "color": 0}, {"x": -71.96257781982422, "y": 35.19341278076172, "subreddit": "galaxysedge", "cluster": 535, "color": 0}, {"x": 47.836917877197266, "y": 69.16448211669922, "subreddit": "lushcosmetics", "cluster": 535, "color": 0}, {"x": -81.69892883300781, "y": -20.490615844726562, "subreddit": "daydream", "cluster": 1314, "color": 4}, {"x": 105.78225708007812, "y": 2.52595591545105, "subreddit": "gearvr", "cluster": 1314, "color": 4}, {"x": -81.96487426757812, "y": -20.587947845458984, "subreddit": "googlecardboard", "cluster": 1314, "color": 4}, {"x": 17.679746627807617, "y": 11.747867584228516, "subreddit": "juggling", "cluster": 1314, "color": 4}, {"x": 102.52253723144531, "y": 3.533515453338623, "subreddit": "magicleap", "cluster": 1314, "color": 4}, {"x": 105.45392608642578, "y": 2.1843349933624268, "subreddit": "oculusgo", "cluster": 1314, "color": 4}, {"x": 105.07866668701172, "y": 1.7924076318740845, "subreddit": "oculusquest", "cluster": 1314, "color": 4}, {"x": -59.56045913696289, "y": 8.569405555725098, "subreddit": "daysgone", "cluster": 1459, "color": 1}, {"x": -61.31400680541992, "y": 6.836162090301514, "subreddit": "gearsofwar", "cluster": 1459, "color": 1}, {"x": -61.54222869873047, "y": 10.667262077331543, "subreddit": "ps4", "cluster": 1459, "color": 1}, {"x": -60.65789794921875, "y": 8.218891143798828, "subreddit": "ps5", "cluster": 1459, "color": 1}, {"x": -61.528011322021484, "y": 7.362398147583008, "subreddit": "xboxone", "cluster": 1459, "color": 1}, {"x": -60.9593391418457, "y": 7.886322498321533, "subreddit": "xboxseriesx", "cluster": 1459, "color": 1}, {"x": -88.4454116821289, "y": -59.36484146118164, "subreddit": "dayton", "cluster": 478, "color": 1}, {"x": -88.4969482421875, "y": -59.3519172668457, "subreddit": "fordfusion", "cluster": 478, "color": 1}, {"x": -89.15206146240234, "y": -59.332557678222656, "subreddit": "infiniti", "cluster": 478, "color": 1}, {"x": -62.49032974243164, "y": -72.2354965209961, "subreddit": "reds", "cluster": 478, "color": 1}, {"x": -83.7916030883789, "y": 10.496499061584473, "subreddit": "the_crew", "cluster": 478, "color": 1}, {"x": -44.914493560791016, "y": 105.47549438476562, "subreddit": "daytrading", "cluster": 1715, "color": 2}, {"x": -45.46385192871094, "y": 105.23158264160156, "subreddit": "forex", "cluster": 1715, "color": 2}, {"x": -40.06816482543945, "y": -24.165119171142578, "subreddit": "investing", "cluster": 1715, "color": 2}, {"x": -39.044097900390625, "y": -23.09461784362793, "subreddit": "options", "cluster": 1715, "color": 2}, {"x": -40.11670684814453, "y": 101.42949676513672, "subreddit": "robinhood", "cluster": 1715, "color": 2}, {"x": -40.068058013916016, "y": -23.168699264526367, "subreddit": "stockmarket", "cluster": 1715, "color": 2}, {"x": -39.915313720703125, "y": -23.568798065185547, "subreddit": "stocks", "cluster": 1715, "color": 2}, {"x": 68.98055267333984, "y": -23.010475158691406, "subreddit": "dayz", "cluster": 479, "color": 2}, {"x": 69.47528076171875, "y": -22.569398880004883, "subreddit": "dayzlfg", "cluster": 479, "color": 2}, {"x": 14.627752304077148, "y": -7.697142124176025, "subreddit": "easportsufc", "cluster": 479, "color": 2}, {"x": 68.98480987548828, "y": -21.22920799255371, "subreddit": "redditrescueforce", "cluster": 479, "color": 2}, {"x": 72.03303527832031, "y": -21.8227596282959, "subreddit": "thewarz", "cluster": 479, "color": 2}, {"x": -34.13597106933594, "y": 84.41758728027344, "subreddit": "dayzps", "cluster": 480, "color": 1}, {"x": -33.860870361328125, "y": 85.14509582519531, "subreddit": "dayzxbox", "cluster": 480, "color": 1}, {"x": -34.54823684692383, "y": 83.20014190673828, "subreddit": "h1z1onps4", "cluster": 480, "color": 1}, {"x": -35.25791931152344, "y": 19.587770462036133, "subreddit": "dbfz", "cluster": 562, "color": 2}, {"x": -35.23879623413086, "y": 19.590656280517578, "subreddit": "dragonballfighterz", "cluster": 562, "color": 2}, {"x": -35.77204132080078, "y": 54.81416320800781, "subreddit": "jumpforce", "cluster": 562, "color": 2}, {"x": -77.50709533691406, "y": 0.15647222101688385, "subreddit": "dbrand", "cluster": 1775, "color": 0}, {"x": -7.187761306762695, "y": 20.428773880004883, "subreddit": "hardwaregore", "cluster": 1775, "color": 0}, {"x": -54.356201171875, "y": -24.677165985107422, "subreddit": "iiiiiiitttttttttttt", "cluster": 1775, "color": 0}, {"x": -2.694648504257202, "y": 7.206418991088867, "subreddit": "itsaunixsystem", "cluster": 1775, "color": 0}, {"x": -57.55625915527344, "y": -30.354854583740234, "subreddit": "k12sysadmin", "cluster": 1775, "color": 0}, {"x": -7.90447473526001, "y": 20.0410213470459, "subreddit": "pbsod", "cluster": 1775, "color": 0}, {"x": -7.68605899810791, "y": 19.70491600036621, "subreddit": "softwaregore", "cluster": 1775, "color": 0}, {"x": -55.11333465576172, "y": -24.673805236816406, "subreddit": "techsupportgore", "cluster": 1775, "color": 0}, {"x": -55.256343841552734, "y": -24.694849014282227, "subreddit": "techsupportmacgyver", "cluster": 1775, "color": 0}, {"x": -17.967262268066406, "y": 5.420375823974609, "subreddit": "dbs_cardgame", "cluster": 481, "color": 1}, {"x": -17.62405014038086, "y": 4.826958656311035, "subreddit": "elderscrollsblades", "cluster": 481, "color": 1}, {"x": 81.4022216796875, "y": -30.479755401611328, "subreddit": "finalfantasytcg", "cluster": 481, "color": 1}, {"x": -18.175580978393555, "y": 6.70590353012085, "subreddit": "teamfourstar", "cluster": 481, "color": 1}, {"x": -51.72146224975586, "y": 40.58387756347656, "subreddit": "dbxv", "cluster": 527, "color": 0}, {"x": -51.84817123413086, "y": 41.072452545166016, "subreddit": "digimonlinkz", "cluster": 527, "color": 0}, {"x": -51.64326477050781, "y": 41.667362213134766, "subreddit": "digimonrearise", "cluster": 527, "color": 0}, {"x": -44.424217224121094, "y": 82.30083465576172, "subreddit": "pokelandlegends", "cluster": 527, "color": 0}, {"x": -35.414676666259766, "y": 46.130672454833984, "subreddit": "dbz", "cluster": 986, "color": 1}, {"x": -33.99473571777344, "y": 47.061279296875, "subreddit": "domesticgirlfriend", "cluster": 986, "color": 1}, {"x": -129.39511108398438, "y": -32.82700729370117, "subreddit": "girlsxbattle", "cluster": 986, "color": 1}, {"x": -35.219024658203125, "y": 46.22123718261719, "subreddit": "kaguya_sama", "cluster": 986, "color": 1}, {"x": 15.30220890045166, "y": 57.61609649658203, "subreddit": "komi_san", "cluster": 986, "color": 1}, {"x": -27.325117111206055, "y": 25.839643478393555, "subreddit": "dbzdokkanbattle", "cluster": 482, "color": 0}, {"x": -27.021440505981445, "y": 26.06798553466797, "subreddit": "dbzdokkanmarketplace", "cluster": 482, "color": 0}, {"x": -27.761760711669922, "y": 25.613361358642578, "subreddit": "dragonballlegends", "cluster": 482, "color": 0}, {"x": -0.9686664938926697, "y": 14.04798412322998, "subreddit": "ibotta", "cluster": 482, "color": 0}, {"x": -27.520401000976562, "y": 23.811492919921875, "subreddit": "kakarot", "cluster": 482, "color": 0}, {"x": -23.72209930419922, "y": -75.0168228149414, "subreddit": "nerdcubed", "cluster": 482, "color": 0}, {"x": -10.891724586486816, "y": -26.680892944335938, "subreddit": "dc_cinematic", "cluster": 483, "color": 0}, {"x": -10.72230052947998, "y": -26.732772827148438, "subreddit": "dceuleaks", "cluster": 483, "color": 0}, {"x": -11.62437915802002, "y": -26.27471351623535, "subreddit": "moviescirclejerk", "cluster": 483, "color": 0}, {"x": -91.59163665771484, "y": 65.29422760009766, "subreddit": "dcuonline", "cluster": 484, "color": 1}, {"x": -16.337743759155273, "y": -103.6606216430664, "subreddit": "geocaching", "cluster": 484, "color": 1}, {"x": -91.58025360107422, "y": 65.29783630371094, "subreddit": "omegle", "cluster": 484, "color": 1}, {"x": 92.83583068847656, "y": 55.08454895019531, "subreddit": "ddlc", "cluster": 485, "color": 2}, {"x": 92.86773681640625, "y": 54.025718688964844, "subreddit": "ddlcmods", "cluster": 485, "color": 2}, {"x": 92.07837677001953, "y": 56.20389175415039, "subreddit": "dokidokiroleplay", "cluster": 485, "color": 2}, {"x": 91.50576782226562, "y": 54.671104431152344, "subreddit": "katawashoujo", "cluster": 485, "color": 2}, {"x": 93.52581024169922, "y": 55.30731964111328, "subreddit": "leagueofmemes", "cluster": 485, "color": 2}, {"x": 220.32278442382812, "y": 163.2310791015625, "subreddit": "lewdyoriappreciation", "cluster": 485, "color": 2}, {"x": -107.93741607666016, "y": 64.07324981689453, "subreddit": "ddnews", "cluster": 486, "color": 1}, {"x": -52.81330490112305, "y": 59.749168395996094, "subreddit": "deadbydaylight", "cluster": 489, "color": 1}, {"x": -52.2883186340332, "y": 59.88795852661133, "subreddit": "deathgarden", "cluster": 489, "color": 1}, {"x": 65.85380554199219, "y": -21.05381965637207, "subreddit": "evolvegame", "cluster": 489, "color": 1}, {"x": -53.30549621582031, "y": 59.63146209716797, "subreddit": "f13thegame", "cluster": 489, "color": 1}, {"x": -34.261146545410156, "y": 76.22074127197266, "subreddit": "identityv", "cluster": 489, "color": 1}, {"x": -54.18244934082031, "y": 59.31368637084961, "subreddit": "kissanime", "cluster": 489, "color": 1}, {"x": -32.2985954284668, "y": 39.044471740722656, "subreddit": "deadcells", "cluster": 875, "color": 1}, {"x": -31.63168716430664, "y": 36.80803680419922, "subreddit": "hollowknight", "cluster": 875, "color": 1}, {"x": -31.619380950927734, "y": 36.811885833740234, "subreddit": "hollowknightmemes", "cluster": 875, "color": 1}, {"x": -31.755313873291016, "y": 30.342876434326172, "subreddit": "oneshot", "cluster": 875, "color": 1}, {"x": 1.4449504613876343, "y": 7.597123146057129, "subreddit": "deadpool", "cluster": 1677, "color": 5}, {"x": -16.748998641967773, "y": -1.128957986831665, "subreddit": "spiderman", "cluster": 1677, "color": 5}, {"x": -16.75617218017578, "y": -1.1027504205703735, "subreddit": "spidermanps4", "cluster": 1677, "color": 5}, {"x": -20.018600463867188, "y": -53.92671203613281, "subreddit": "tamrinm", "cluster": 1677, "color": 5}, {"x": 54.32756423950195, "y": 10.3528413772583, "subreddit": "deadrising", "cluster": 1156, "color": 3}, {"x": 56.893760681152344, "y": 9.528460502624512, "subreddit": "deathstranding", "cluster": 1156, "color": 3}, {"x": 56.99078369140625, "y": 7.577812671661377, "subreddit": "metalgearsolid", "cluster": 1156, "color": 3}, {"x": 56.88990783691406, "y": 7.513824462890625, "subreddit": "metalgearsurvive", "cluster": 1156, "color": 3}, {"x": 57.63356399536133, "y": 7.176335334777832, "subreddit": "mgo", "cluster": 1156, "color": 3}, {"x": 56.909568786621094, "y": 9.461362838745117, "subreddit": "neverbegameover", "cluster": 1156, "color": 3}, {"x": -55.18696212768555, "y": 10.944052696228027, "subreddit": "ps4dreams", "cluster": 1156, "color": 3}, {"x": 49.546363830566406, "y": -35.36682891845703, "subreddit": "deadspace", "cluster": 1026, "color": 2}, {"x": 49.54121398925781, "y": -35.385169982910156, "subreddit": "latvia", "cluster": 1026, "color": 2}, {"x": -32.35969543457031, "y": 0.10223977267742157, "subreddit": "osuonlinecs", "cluster": 1026, "color": 2}, {"x": -17.765295028686523, "y": 34.085880279541016, "subreddit": "death_by_snusnu", "cluster": 843, "color": 2}, {"x": -18.432973861694336, "y": 35.03125762939453, "subreddit": "fitandnatural", "cluster": 843, "color": 2}, {"x": -18.27594566345215, "y": 34.81657409667969, "subreddit": "hardbodies", "cluster": 843, "color": 2}, {"x": -90.28285217285156, "y": 50.13176727294922, "subreddit": "deathgrips", "cluster": 491, "color": 1}, {"x": -106.14994049072266, "y": 52.25749588012695, "subreddit": "gorillaz", "cluster": 491, "color": 1}, {"x": -90.32009887695312, "y": 50.14799880981445, "subreddit": "liluglymane", "cluster": 491, "color": 1}, {"x": -89.03839874267578, "y": 51.64820098876953, "subreddit": "mfdoom", "cluster": 491, "color": 1}, {"x": -91.89762115478516, "y": 48.82124328613281, "subreddit": "swans", "cluster": 491, "color": 1}, {"x": -93.91533660888672, "y": 44.72678756713867, "subreddit": "weezer", "cluster": 491, "color": 1}, {"x": -15.705931663513184, "y": -118.11759948730469, "subreddit": "deathmetal", "cluster": 1155, "color": 1}, {"x": -16.10854721069336, "y": -116.71900939941406, "subreddit": "heavyvinyl", "cluster": 1155, "color": 1}, {"x": -16.56365394592285, "y": -118.03962707519531, "subreddit": "metal", "cluster": 1155, "color": 1}, {"x": -17.0180721282959, "y": -118.02777099609375, "subreddit": "metaljerk", "cluster": 1155, "color": 1}, {"x": -17.789844512939453, "y": -117.66268920898438, "subreddit": "metalmemes", "cluster": 1155, "color": 1}, {"x": -20.50408935546875, "y": -116.64627075195312, "subreddit": "metalmusicians", "cluster": 1155, "color": 1}, {"x": -16.491308212280273, "y": -119.60238647460938, "subreddit": "vintageobscura", "cluster": 1155, "color": 1}, {"x": -45.382720947265625, "y": 119.84564208984375, "subreddit": "debate", "cluster": 492, "color": 1}, {"x": -45.1859016418457, "y": 119.54835510253906, "subreddit": "lincolndouglas", "cluster": 492, "color": 1}, {"x": -46.097137451171875, "y": 119.78067016601562, "subreddit": "policydebate", "cluster": 492, "color": 1}, {"x": -44.867740631103516, "y": 120.73100280761719, "subreddit": "studentloans", "cluster": 492, "color": 1}, {"x": 42.877899169921875, "y": 29.76010513305664, "subreddit": "debateavegan", "cluster": 1892, "color": 5}, {"x": 28.601669311523438, "y": -15.06163501739502, "subreddit": "vegan", "cluster": 1892, "color": 5}, {"x": 41.03312683105469, "y": 30.279205322265625, "subreddit": "vegancirclejerk", "cluster": 1892, "color": 5}, {"x": 41.05696105957031, "y": 30.257034301757812, "subreddit": "veganforcirclejerkers", "cluster": 1892, "color": 5}, {"x": 18.26534652709961, "y": -2.585139751434326, "subreddit": "decidingtobebetter", "cluster": 2005, "color": 5}, {"x": 5.505939960479736, "y": -14.393749237060547, "subreddit": "experimentalmusic", "cluster": 2005, "color": 5}, {"x": -0.6476317048072815, "y": 5.347279071807861, "subreddit": "letschat", "cluster": 2005, "color": 5}, {"x": 4.575592517852783, "y": -13.232757568359375, "subreddit": "nonzeroday", "cluster": 2005, "color": 5}, {"x": 5.458902359008789, "y": -14.261104583740234, "subreddit": "zenhabits", "cluster": 2005, "color": 5}, {"x": 42.18989944458008, "y": 49.187007904052734, "subreddit": "declutter", "cluster": 496, "color": 2}, {"x": 42.49821853637695, "y": 48.41851806640625, "subreddit": "hoarding", "cluster": 496, "color": 2}, {"x": 42.15196228027344, "y": 49.35072708129883, "subreddit": "konmari", "cluster": 496, "color": 2}, {"x": -33.62397766113281, "y": 65.99280548095703, "subreddit": "mergedragons", "cluster": 496, "color": 2}, {"x": -2.6521778106689453, "y": 26.781198501586914, "subreddit": "decreasinglyverbose", "cluster": 926, "color": 1}, {"x": -3.504429817199707, "y": 25.57390594482422, "subreddit": "feckingbirds", "cluster": 926, "color": 1}, {"x": -3.5733132362365723, "y": 25.297985076904297, "subreddit": "increasinglyverbose", "cluster": 926, "color": 1}, {"x": -10.796149253845215, "y": 39.080711364746094, "subreddit": "mysingingmonsters", "cluster": 926, "color": 1}, {"x": -1.8043694496154785, "y": 25.372034072875977, "subreddit": "ontheledgeandshit", "cluster": 926, "color": 1}, {"x": -55.92794418334961, "y": 90.78514862060547, "subreddit": "deeeepio", "cluster": 497, "color": 0}, {"x": -55.942840576171875, "y": 90.79463195800781, "subreddit": "deeeepioartworks", "cluster": 497, "color": 0}, {"x": -55.26693344116211, "y": 90.19317626953125, "subreddit": "mopeio", "cluster": 497, "color": 0}, {"x": 65.47257232666016, "y": -23.312660217285156, "subreddit": "deeprockgalactic", "cluster": 499, "color": 3}, {"x": 65.6542739868164, "y": -23.34496307373047, "subreddit": "eternalcrusade", "cluster": 499, "color": 3}, {"x": 64.86722564697266, "y": -23.10422706604004, "subreddit": "vermintide", "cluster": 499, "color": 3}, {"x": -39.34199142456055, "y": 64.77704620361328, "subreddit": "deeptown", "cluster": 1170, "color": 3}, {"x": -22.490741729736328, "y": 33.56599044799805, "subreddit": "detailcraft", "cluster": 1170, "color": 3}, {"x": -22.281375885009766, "y": 35.760379791259766, "subreddit": "minecraftbuddies", "cluster": 1170, "color": 3}, {"x": -22.508420944213867, "y": 33.584136962890625, "subreddit": "minecraftbuilds", "cluster": 1170, "color": 3}, {"x": -24.610788345336914, "y": 37.28586959838867, "subreddit": "minecrafthelp", "cluster": 1170, "color": 3}, {"x": 10.743616104125977, "y": 125.05616760253906, "subreddit": "deepweb", "cluster": 1836, "color": 2}, {"x": 11.135830879211426, "y": 124.65560150146484, "subreddit": "onions", "cluster": 1836, "color": 2}, {"x": 11.315899848937988, "y": 126.31449127197266, "subreddit": "tails", "cluster": 1836, "color": 2}, {"x": 11.084294319152832, "y": 125.07770538330078, "subreddit": "tor", "cluster": 1836, "color": 2}, {"x": -9.635156631469727, "y": -4.173600673675537, "subreddit": "defaultgems", "cluster": 1293, "color": 0}, {"x": 21.794179916381836, "y": 9.655405044555664, "subreddit": "garlicoin", "cluster": 1293, "color": 0}, {"x": -9.609210968017578, "y": -4.136044979095459, "subreddit": "nocontext", "cluster": 1293, "color": 0}, {"x": -25.55635643005371, "y": -11.664278984069824, "subreddit": "defiance", "cluster": 501, "color": 1}, {"x": 1.847891092300415, "y": 5.260087013244629, "subreddit": "gifsound", "cluster": 501, "color": 1}, {"x": 60.26961898803711, "y": -25.49057388305664, "subreddit": "homeworld", "cluster": 501, "color": 1}, {"x": -24.851722717285156, "y": -12.230124473571777, "subreddit": "pokemongolondon", "cluster": 501, "color": 1}, {"x": -25.729421615600586, "y": -11.436973571777344, "subreddit": "pokemonletsgo", "cluster": 501, "color": 1}, {"x": -25.828723907470703, "y": -11.52658462524414, "subreddit": "pokemonswordshield", "cluster": 501, "color": 1}, {"x": 21.52488899230957, "y": 2.334810495376587, "subreddit": "steamkiwi", "cluster": 501, "color": 1}, {"x": -24.469640731811523, "y": -52.64216613769531, "subreddit": "defranco", "cluster": 746, "color": 1}, {"x": -25.768238067626953, "y": -52.04409408569336, "subreddit": "funhaus", "cluster": 746, "color": 1}, {"x": -26.808712005615234, "y": -51.184844970703125, "subreddit": "insidegaming", "cluster": 746, "color": 1}, {"x": -25.380340576171875, "y": -51.201114654541016, "subreddit": "roosterteeth", "cluster": 746, "color": 1}, {"x": -26.977750778198242, "y": -53.78436279296875, "subreddit": "scjerk", "cluster": 746, "color": 1}, {"x": -25.80693244934082, "y": -52.824771881103516, "subreddit": "wredditcountryclub", "cluster": 746, "color": 1}, {"x": -25.754589080810547, "y": -52.43326950073242, "subreddit": "wrestlewiththeplot", "cluster": 746, "color": 1}, {"x": 31.14459991455078, "y": -22.202014923095703, "subreddit": "deftones", "cluster": 502, "color": 1}, {"x": 31.114042282104492, "y": -22.560592651367188, "subreddit": "toolband", "cluster": 502, "color": 1}, {"x": 31.200977325439453, "y": -21.582809448242188, "subreddit": "ween", "cluster": 502, "color": 1}, {"x": -12.68941879272461, "y": 86.23917388916016, "subreddit": "delhi", "cluster": 503, "color": 2}, {"x": -15.117169380187988, "y": 84.63957214355469, "subreddit": "indianents", "cluster": 503, "color": 2}, {"x": -12.896328926086426, "y": 86.05880737304688, "subreddit": "indiangaming", "cluster": 503, "color": 2}, {"x": -11.684183120727539, "y": 86.27796173095703, "subreddit": "indiangirlsontinder", "cluster": 503, "color": 2}, {"x": 87.31884765625, "y": -75.02090454101562, "subreddit": "deliveroos", "cluster": 1537, "color": 3}, {"x": 13.27513599395752, "y": 79.74897766113281, "subreddit": "ripple", "cluster": 1537, "color": 3}, {"x": 13.319879531860352, "y": 79.768798828125, "subreddit": "xrp", "cluster": 1537, "color": 3}, {"x": 93.74333953857422, "y": -76.53121185302734, "subreddit": "dell", "cluster": 1498, "color": 4}, {"x": 30.624107360839844, "y": 134.7064666748047, "subreddit": "rbtv_cj", "cluster": 1498, "color": 4}, {"x": 30.681171417236328, "y": 134.61270141601562, "subreddit": "rbtvcirclejerk", "cluster": 1498, "color": 4}, {"x": 31.03624725341797, "y": 134.0098876953125, "subreddit": "rocketbeans", "cluster": 1498, "color": 4}, {"x": 115.08650970458984, "y": 38.65755844116211, "subreddit": "delphimurders", "cluster": 1193, "color": 3}, {"x": -25.079397201538086, "y": -72.22657012939453, "subreddit": "mauramurray", "cluster": 1193, "color": 3}, {"x": 115.06975555419922, "y": 38.73931884765625, "subreddit": "mollietibbetts", "cluster": 1193, "color": 3}, {"x": 110.40017700195312, "y": 42.80474090576172, "subreddit": "shiptshoppers", "cluster": 1193, "color": 3}, {"x": -117.76071166992188, "y": 17.872716903686523, "subreddit": "delraymisfits", "cluster": 505, "color": 1}, {"x": -117.7626724243164, "y": 17.870752334594727, "subreddit": "thedelraymisfits", "cluster": 505, "color": 1}, {"x": -51.64276885986328, "y": -73.78102111816406, "subreddit": "delta", "cluster": 1769, "color": 5}, {"x": 39.58218002319336, "y": -77.65581512451172, "subreddit": "korea", "cluster": 1769, "color": 5}, {"x": 38.84910202026367, "y": -77.21946716308594, "subreddit": "korean", "cluster": 1769, "color": 5}, {"x": 39.812355041503906, "y": -77.77900695800781, "subreddit": "teachinginkorea", "cluster": 1769, "color": 5}, {"x": 41.40937042236328, "y": -78.4911880493164, "subreddit": "tefl", "cluster": 1769, "color": 5}, {"x": 38.85744094848633, "y": 12.622389793395996, "subreddit": "dementia", "cluster": 506, "color": 1}, {"x": 38.78559494018555, "y": 12.605341911315918, "subreddit": "marriage", "cluster": 506, "color": 1}, {"x": 55.234832763671875, "y": 99.45075225830078, "subreddit": "narcissisticparents", "cluster": 506, "color": 1}, {"x": -9.177434921264648, "y": 61.035457611083984, "subreddit": "demeyesdoe", "cluster": 725, "color": 2}, {"x": -9.710576057434082, "y": 20.249452590942383, "subreddit": "enterthegungeon", "cluster": 725, "color": 2}, {"x": -8.98480224609375, "y": 59.61775588989258, "subreddit": "freckledgirls", "cluster": 725, "color": 2}, {"x": -8.971763610839844, "y": 59.56371307373047, "subreddit": "redheadedgoddesses", "cluster": 725, "color": 2}, {"x": 12.154633522033691, "y": -111.79188537597656, "subreddit": "democraciv", "cluster": 507, "color": 0}, {"x": 12.129532814025879, "y": -111.77841186523438, "subreddit": "newyorkislanders", "cluster": 507, "color": 0}, {"x": 7.659980297088623, "y": -11.98631763458252, "subreddit": "demotivational", "cluster": 509, "color": 1}, {"x": 7.521076679229736, "y": -10.467123031616211, "subreddit": "images", "cluster": 509, "color": 1}, {"x": 7.4841790199279785, "y": -11.626283645629883, "subreddit": "perfecttiming", "cluster": 509, "color": 1}, {"x": 5.98818826675415, "y": -11.508359909057617, "subreddit": "pictures", "cluster": 509, "color": 1}, {"x": 8.84162425994873, "y": -12.343466758728027, "subreddit": "sexpositive", "cluster": 509, "color": 1}, {"x": 7.782272815704346, "y": -12.073159217834473, "subreddit": "stutter", "cluster": 509, "color": 1}, {"x": 7.3829665184021, "y": -12.808310508728027, "subreddit": "weird", "cluster": 509, "color": 1}, {"x": 39.79075622558594, "y": 18.326648712158203, "subreddit": "denmark", "cluster": 1582, "color": 4}, {"x": -100.79207611083984, "y": -5.073957443237305, "subreddit": "kombucha", "cluster": 1582, "color": 4}, {"x": -100.80253601074219, "y": -5.065135955810547, "subreddit": "scandinavia", "cluster": 1582, "color": 4}, {"x": -75.8345947265625, "y": -107.82259368896484, "subreddit": "denvernuggets", "cluster": 785, "color": 2}, {"x": -75.78521728515625, "y": -107.9203109741211, "subreddit": "giantbomb", "cluster": 785, "color": 2}, {"x": -75.45930480957031, "y": -108.86185455322266, "subreddit": "tokyoghoul", "cluster": 785, "color": 2}, {"x": -61.953468322753906, "y": 63.4917106628418, "subreddit": "depop", "cluster": 1152, "color": 2}, {"x": 44.236045837402344, "y": 70.30433654785156, "subreddit": "menstrualcups", "cluster": 1152, "color": 2}, {"x": 44.75947952270508, "y": 71.43043518066406, "subreddit": "soapmaking", "cluster": 1152, "color": 2}, {"x": 10.959221839904785, "y": -28.32805824279785, "subreddit": "depthhub", "cluster": 511, "color": 0}, {"x": 9.751632690429688, "y": -28.33237075805664, "subreddit": "favors", "cluster": 511, "color": 0}, {"x": 11.101305961608887, "y": -26.604829788208008, "subreddit": "foodforthought", "cluster": 511, "color": 0}, {"x": 11.707952499389648, "y": -28.013816833496094, "subreddit": "insightfulquestions", "cluster": 511, "color": 0}, {"x": 10.709885597229004, "y": -29.65234375, "subreddit": "sociology", "cluster": 511, "color": 0}, {"x": 11.536662101745605, "y": -28.69847297668457, "subreddit": "trueaskreddit", "cluster": 511, "color": 0}, {"x": 11.047395706176758, "y": -26.580713272094727, "subreddit": "truereddit", "cluster": 511, "color": 0}, {"x": -34.390594482421875, "y": -23.142757415771484, "subreddit": "design", "cluster": 513, "color": 2}, {"x": -8.596186637878418, "y": 12.371356964111328, "subreddit": "design_critiques", "cluster": 513, "color": 2}, {"x": -34.01913833618164, "y": -23.027498245239258, "subreddit": "graphic_design", "cluster": 513, "color": 2}, {"x": -52.65351867675781, "y": -44.3865852355957, "subreddit": "industrialdesign", "cluster": 513, "color": 2}, {"x": -23.268016815185547, "y": -30.951648712158203, "subreddit": "trueblood", "cluster": 513, "color": 2}, {"x": -35.24470138549805, "y": -23.25644874572754, "subreddit": "typography", "cluster": 513, "color": 2}, {"x": 39.20415115356445, "y": 49.940914154052734, "subreddit": "designmyroom", "cluster": 514, "color": 2}, {"x": 38.71866226196289, "y": 49.14431381225586, "subreddit": "homedecorating", "cluster": 514, "color": 2}, {"x": 39.34049987792969, "y": 50.31142044067383, "subreddit": "interiordesign", "cluster": 514, "color": 2}, {"x": -25.617374420166016, "y": -36.84695816040039, "subreddit": "madmen", "cluster": 514, "color": 2}, {"x": -5.2822160720825195, "y": 14.77584457397461, "subreddit": "malelivingspace", "cluster": 514, "color": 2}, {"x": -23.907365798950195, "y": 63.76167678833008, "subreddit": "destiny", "cluster": 515, "color": 1}, {"x": -23.906299591064453, "y": 63.773658752441406, "subreddit": "hasan_piker", "cluster": 515, "color": 1}, {"x": -27.773204803466797, "y": 15.73526382446289, "subreddit": "destiny2", "cluster": 516, "color": 2}, {"x": -28.177228927612305, "y": 15.619475364685059, "subreddit": "destinyfashion", "cluster": 516, "color": 2}, {"x": -28.043476104736328, "y": 15.668216705322266, "subreddit": "destinymemes", "cluster": 516, "color": 2}, {"x": 37.78662872314453, "y": -30.199323654174805, "subreddit": "destructivereaders", "cluster": 1980, "color": 3}, {"x": 24.78672981262207, "y": -44.0518913269043, "subreddit": "fantasy", "cluster": 1980, "color": 3}, {"x": 36.75325012207031, "y": -31.016016006469727, "subreddit": "fantasywriters", "cluster": 1980, "color": 3}, {"x": 34.386390686035156, "y": -27.506990432739258, "subreddit": "keepwriting", "cluster": 1980, "color": 3}, {"x": 37.962738037109375, "y": -28.23442840576172, "subreddit": "nanowrimo", "cluster": 1980, "color": 3}, {"x": 36.745445251464844, "y": -30.978410720825195, "subreddit": "pubtips", "cluster": 1980, "color": 3}, {"x": 35.63999938964844, "y": -30.989238739013672, "subreddit": "selfpublish", "cluster": 1980, "color": 3}, {"x": 35.606361389160156, "y": -29.391223907470703, "subreddit": "writers", "cluster": 1980, "color": 3}, {"x": 36.48409652709961, "y": -29.87767219543457, "subreddit": "writing", "cluster": 1980, "color": 3}, {"x": 36.62857437133789, "y": -29.02890396118164, "subreddit": "writingcirclejerk", "cluster": 1980, "color": 3}, {"x": 83.15350341796875, "y": 79.47019958496094, "subreddit": "detrans", "cluster": 778, "color": 2}, {"x": 86.09840393066406, "y": 79.43081665039062, "subreddit": "gcdebatesqt", "cluster": 778, "color": 2}, {"x": 86.21448516845703, "y": 78.43568420410156, "subreddit": "gender_critical", "cluster": 778, "color": 2}, {"x": 86.06281280517578, "y": 78.45782470703125, "subreddit": "gendercritical", "cluster": 778, "color": 2}, {"x": 41.71632385253906, "y": -1.790116548538208, "subreddit": "detroitbecomehuman", "cluster": 835, "color": 3}, {"x": 38.18634796142578, "y": 70.28878784179688, "subreddit": "eczema", "cluster": 835, "color": 3}, {"x": 41.38759994506836, "y": -3.4693057537078857, "subreddit": "fridaythe13th", "cluster": 835, "color": 3}, {"x": 42.189945220947266, "y": -2.797739267349243, "subreddit": "halloweenmovies", "cluster": 835, "color": 3}, {"x": 43.121925354003906, "y": -3.2955613136291504, "subreddit": "saw", "cluster": 835, "color": 3}, {"x": 42.50194549560547, "y": -2.828038215637207, "subreddit": "terminator", "cluster": 835, "color": 3}, {"x": 44.48442459106445, "y": -1.9927313327789307, "subreddit": "yuyuhakusho", "cluster": 835, "color": 3}, {"x": 58.85214614868164, "y": -23.30577278137207, "subreddit": "deusex", "cluster": 532, "color": 0}, {"x": -21.23529815673828, "y": -2.9721181392669678, "subreddit": "dishonored", "cluster": 532, "color": 0}, {"x": -22.10405731201172, "y": -3.17436146736145, "subreddit": "endfptp", "cluster": 532, "color": 0}, {"x": -20.980567932128906, "y": -3.4626011848449707, "subreddit": "prey", "cluster": 532, "color": 0}, {"x": -19.56034278869629, "y": -1.9817352294921875, "subreddit": "salesforce", "cluster": 532, "color": 0}, {"x": -20.75252342224121, "y": -2.2682228088378906, "subreddit": "titanfall", "cluster": 532, "color": 0}, {"x": 15.262356758117676, "y": -144.73910522460938, "subreddit": "devilrp", "cluster": 518, "color": 0}, {"x": 10.0868501663208, "y": -145.62338256835938, "subreddit": "ftrp", "cluster": 518, "color": 0}, {"x": 17.668020248413086, "y": -145.45529174804688, "subreddit": "gekkoukanhigh", "cluster": 518, "color": 0}, {"x": 14.3594388961792, "y": -143.37185668945312, "subreddit": "infamousrp", "cluster": 518, "color": 0}, {"x": 15.261177062988281, "y": -144.65945434570312, "subreddit": "infamoussecondrp", "cluster": 518, "color": 0}, {"x": 59.975399017333984, "y": 29.56624984741211, "subreddit": "secretsubreddit", "cluster": 518, "color": 0}, {"x": 17.725688934326172, "y": -145.47760009765625, "subreddit": "yasohigh", "cluster": 518, "color": 0}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "dfgjtgfnbmeg", "cluster": 520, "color": 2}, {"x": 78.74185943603516, "y": -0.37742382287979126, "subreddit": "dfo", "cluster": 1357, "color": 5}, {"x": -18.11482048034668, "y": 80.6155014038086, "subreddit": "dofus", "cluster": 1357, "color": 5}, {"x": 82.84781646728516, "y": -12.790545463562012, "subreddit": "eternalcardgame", "cluster": 1357, "color": 5}, {"x": 102.73316192626953, "y": -89.66236877441406, "subreddit": "mtgo", "cluster": 1357, "color": 5}, {"x": -31.61881446838379, "y": 1.9773626327514648, "subreddit": "pathofdiablo", "cluster": 1357, "color": 5}, {"x": -31.486343383789062, "y": 3.1041388511657715, "subreddit": "pathofexile", "cluster": 1357, "color": 5}, {"x": -31.5014591217041, "y": 2.9719817638397217, "subreddit": "pathofexilebuilds", "cluster": 1357, "color": 5}, {"x": -32.506683349609375, "y": 3.93241548538208, "subreddit": "pathofexileps4", "cluster": 1357, "color": 5}, {"x": 85.26019287109375, "y": -1.485224723815918, "subreddit": "wolcen", "cluster": 1357, "color": 5}, {"x": -39.67062759399414, "y": -100.66790771484375, "subreddit": "dfsports", "cluster": 655, "color": 3}, {"x": -43.24302291870117, "y": -99.67865753173828, "subreddit": "dynastyff", "cluster": 655, "color": 3}, {"x": -43.764915466308594, "y": -101.43134307861328, "subreddit": "fantasy_football", "cluster": 655, "color": 3}, {"x": -41.9938850402832, "y": -98.92425537109375, "subreddit": "fantasybaseball", "cluster": 655, "color": 3}, {"x": -40.86100769042969, "y": -98.05030822753906, "subreddit": "fantasybball", "cluster": 655, "color": 3}, {"x": -42.50897216796875, "y": -99.480712890625, "subreddit": "fantasyfootball", "cluster": 655, "color": 3}, {"x": 47.15390396118164, "y": 477.6717529296875, "subreddit": "g101safehaven", "cluster": 655, "color": 3}, {"x": -41.821990966796875, "y": -100.89035034179688, "subreddit": "narffl", "cluster": 655, "color": 3}, {"x": -85.03016662597656, "y": -70.9774398803711, "subreddit": "dgu", "cluster": 829, "color": 3}, {"x": -86.34088134765625, "y": -72.72477722167969, "subreddit": "firearms", "cluster": 829, "color": 3}, {"x": -84.57508087158203, "y": -72.34019470214844, "subreddit": "gunpolitics", "cluster": 829, "color": 3}, {"x": -83.9461898803711, "y": -73.22669219970703, "subreddit": "nowttyg", "cluster": 829, "color": 3}, {"x": -84.91020965576172, "y": -72.12644958496094, "subreddit": "progun", "cluster": 829, "color": 3}, {"x": -4.7382073402404785, "y": -2.197798252105713, "subreddit": "scotus", "cluster": 829, "color": 3}, {"x": -83.94112396240234, "y": -72.51764678955078, "subreddit": "shitguncontrollerssay", "cluster": 829, "color": 3}, {"x": -126.10189056396484, "y": 25.315839767456055, "subreddit": "diabetes", "cluster": 521, "color": 3}, {"x": -126.10383605957031, "y": 25.323881149291992, "subreddit": "diabetes_t1", "cluster": 521, "color": 3}, {"x": -18.321916580200195, "y": -76.86286163330078, "subreddit": "diabetes_t2", "cluster": 1364, "color": 1}, {"x": -18.68246841430664, "y": -78.17337799072266, "subreddit": "lancaster", "cluster": 1364, "color": 1}, {"x": -18.267650604248047, "y": -77.4770736694336, "subreddit": "pennsylvania", "cluster": 1364, "color": 1}, {"x": -20.85477638244629, "y": -78.67945861816406, "subreddit": "philadelphia", "cluster": 1364, "color": 1}, {"x": -16.818391799926758, "y": -77.876220703125, "subreddit": "pittsburgh", "cluster": 1364, "color": 1}, {"x": -16.25765037536621, "y": -77.9953842163086, "subreddit": "rpi", "cluster": 1364, "color": 1}, {"x": 79.84247589111328, "y": -16.84043312072754, "subreddit": "diablo3crusaders", "cluster": 523, "color": 1}, {"x": 79.09931945800781, "y": -18.987998962402344, "subreddit": "diablo3monks", "cluster": 523, "color": 1}, {"x": 78.98806762695312, "y": -19.00733757019043, "subreddit": "diablo3strategy", "cluster": 523, "color": 1}, {"x": 65.0285873413086, "y": 12.529221534729004, "subreddit": "huntshowdown", "cluster": 523, "color": 1}, {"x": -29.614072799682617, "y": -3.9488000869750977, "subreddit": "project1999", "cluster": 523, "color": 1}, {"x": -94.98126220703125, "y": 13.20217514038086, "subreddit": "diablo3xboxone", "cluster": 524, "color": 0}, {"x": 51.9102668762207, "y": 11.05959701538086, "subreddit": "l4d2", "cluster": 524, "color": 0}, {"x": -96.15313720703125, "y": 13.38114070892334, "subreddit": "sciatica", "cluster": 524, "color": 0}, {"x": 59.48931884765625, "y": 75.49044799804688, "subreddit": "diagnoseme", "cluster": 1147, "color": 1}, {"x": 58.71297073364258, "y": 75.89743041992188, "subreddit": "medical", "cluster": 1147, "color": 1}, {"x": 59.07623291015625, "y": 75.72137451171875, "subreddit": "medical_advice", "cluster": 1147, "color": 1}, {"x": -61.066619873046875, "y": -76.08966064453125, "subreddit": "dicemasters", "cluster": 846, "color": 3}, {"x": -62.937713623046875, "y": -76.04792785644531, "subreddit": "harrypotterwu", "cluster": 846, "color": 3}, {"x": -29.095197677612305, "y": 2.8326642513275146, "subreddit": "ourworldtwd", "cluster": 846, "color": 3}, {"x": -11.730284690856934, "y": 18.668670654296875, "subreddit": "pokemongomystic", "cluster": 846, "color": 3}, {"x": -62.98898696899414, "y": -76.0495834350586, "subreddit": "wizardsunite", "cluster": 846, "color": 3}, {"x": -91.63726043701172, "y": -49.58407211303711, "subreddit": "diesel", "cluster": 526, "color": 0}, {"x": -91.75838470458984, "y": -49.66962432861328, "subreddit": "forddiesels", "cluster": 526, "color": 0}, {"x": -89.10962677001953, "y": -48.95260238647461, "subreddit": "landrover", "cluster": 526, "color": 0}, {"x": -91.36009216308594, "y": -51.6082878112793, "subreddit": "ram_trucks", "cluster": 526, "color": 0}, {"x": -91.07268524169922, "y": -48.27975082397461, "subreddit": "trucks", "cluster": 526, "color": 0}, {"x": 75.23974609375, "y": 64.81494903564453, "subreddit": "dietetics", "cluster": 1310, "color": 2}, {"x": -1.2388620376586914, "y": -19.484420776367188, "subreddit": "health", "cluster": 1310, "color": 2}, {"x": -1.545383095741272, "y": -19.401308059692383, "subreddit": "nutrition", "cluster": 1310, "color": 2}, {"x": -2.0751986503601074, "y": -19.127771377563477, "subreddit": "paleo", "cluster": 1310, "color": 2}, {"x": -79.322998046875, "y": 2.9888906478881836, "subreddit": "digitalcodesell", "cluster": 599, "color": 2}, {"x": 5.241852760314941, "y": -2.6830527782440186, "subreddit": "efreebies", "cluster": 599, "color": 2}, {"x": 4.676239490509033, "y": -2.9631471633911133, "subreddit": "freebies", "cluster": 599, "color": 2}, {"x": 5.851202964782715, "y": -2.9821274280548096, "subreddit": "freegames", "cluster": 599, "color": 2}, {"x": 10.501031875610352, "y": -10.067132949829102, "subreddit": "inlandempire", "cluster": 599, "color": 2}, {"x": -62.66559982299805, "y": -1.099308967590332, "subreddit": "windscribe", "cluster": 599, "color": 2}, {"x": 12.286887168884277, "y": -48.38905334472656, "subreddit": "dinosaurs", "cluster": 1347, "color": 1}, {"x": 10.978793144226074, "y": -50.83750534057617, "subreddit": "fossilid", "cluster": 1347, "color": 1}, {"x": 12.32883358001709, "y": -49.10026931762695, "subreddit": "paleontology", "cluster": 1347, "color": 1}, {"x": 12.704684257507324, "y": -49.35523223876953, "subreddit": "speculativeevolution", "cluster": 1347, "color": 1}, {"x": -91.02682495117188, "y": -55.55113220214844, "subreddit": "dippingtobacco", "cluster": 1654, "color": 4}, {"x": -32.41362380981445, "y": -59.049224853515625, "subreddit": "dmb", "cluster": 1654, "color": 4}, {"x": -31.84563446044922, "y": -58.613765716552734, "subreddit": "snus", "cluster": 1654, "color": 4}, {"x": -31.548898696899414, "y": -58.40243148803711, "subreddit": "wwe", "cluster": 1654, "color": 4}, {"x": -100.75851440429688, "y": -57.541465759277344, "subreddit": "dirtbikes", "cluster": 575, "color": 0}, {"x": -100.3945083618164, "y": -56.720462799072266, "subreddit": "dualsport", "cluster": 575, "color": 0}, {"x": -99.42754364013672, "y": -56.56351089477539, "subreddit": "klr650", "cluster": 575, "color": 0}, {"x": -100.50434875488281, "y": -55.94436264038086, "subreddit": "motocamping", "cluster": 575, "color": 0}, {"x": -102.70380401611328, "y": -57.23979949951172, "subreddit": "supermoto", "cluster": 575, "color": 0}, {"x": 56.39719009399414, "y": -39.654823303222656, "subreddit": "dirtybomb", "cluster": 1359, "color": 1}, {"x": 49.727787017822266, "y": 5.769529819488525, "subreddit": "hitman", "cluster": 1359, "color": 1}, {"x": -20.847518920898438, "y": -0.13617061078548431, "subreddit": "hotlinemiami", "cluster": 1359, "color": 1}, {"x": 59.19856643676758, "y": 11.892035484313965, "subreddit": "killingfloor", "cluster": 1359, "color": 1}, {"x": -27.563798904418945, "y": -0.9389774799346924, "subreddit": "paydaybuilds", "cluster": 1359, "color": 1}, {"x": -27.50391387939453, "y": -0.952674388885498, "subreddit": "paydaytheheist", "cluster": 1359, "color": 1}, {"x": -112.3968505859375, "y": -33.35150909423828, "subreddit": "discexchange", "cluster": 529, "color": 1}, {"x": -111.76189422607422, "y": -33.24635696411133, "subreddit": "discgolf", "cluster": 529, "color": 1}, {"x": -111.03507995605469, "y": -33.09245681762695, "subreddit": "porsche", "cluster": 529, "color": 1}, {"x": 50.48192596435547, "y": -2.61008620262146, "subreddit": "team_awesome", "cluster": 529, "color": 1}, {"x": -31.411418914794922, "y": 9.7025728225708, "subreddit": "discordapp", "cluster": 944, "color": 4}, {"x": -0.9455124735832214, "y": 0.26511937379837036, "subreddit": "internetisbeautiful", "cluster": 944, "color": 4}, {"x": -0.3716273009777069, "y": 0.015101254917681217, "subreddit": "nottheonion", "cluster": 944, "color": 4}, {"x": -1.236096739768982, "y": 0.2149038165807724, "subreddit": "outoftheloop", "cluster": 944, "color": 4}, {"x": -0.18014764785766602, "y": 10.130685806274414, "subreddit": "redditfox", "cluster": 944, "color": 4}, {"x": 9.22728157043457, "y": -45.62698745727539, "subreddit": "spam", "cluster": 944, "color": 4}, {"x": -62.5128173828125, "y": 106.50863647460938, "subreddit": "discordservers", "cluster": 530, "color": 0}, {"x": -62.51525115966797, "y": 106.50814819335938, "subreddit": "kikgroups", "cluster": 530, "color": 0}, {"x": -2.673391580581665, "y": -45.82438278198242, "subreddit": "discworld", "cluster": 1350, "color": 0}, {"x": 9.123562812805176, "y": 18.32706642150879, "subreddit": "ilikthebred", "cluster": 1350, "color": 0}, {"x": -28.528079986572266, "y": -7.236246109008789, "subreddit": "killingeve", "cluster": 1350, "color": 0}, {"x": -17.457834243774414, "y": -35.46220397949219, "subreddit": "mrrobot", "cluster": 1350, "color": 0}, {"x": -28.140460968017578, "y": -5.846995830535889, "subreddit": "notapanelshow", "cluster": 1350, "color": 0}, {"x": -27.754409790039062, "y": -6.512712478637695, "subreddit": "outlander", "cluster": 1350, "color": 0}, {"x": -28.090124130249023, "y": -5.890520095825195, "subreddit": "panelshow", "cluster": 1350, "color": 0}, {"x": -26.787616729736328, "y": -5.979294776916504, "subreddit": "queen", "cluster": 1350, "color": 0}, {"x": -19.602733612060547, "y": -27.074920654296875, "subreddit": "thegoodplace", "cluster": 1350, "color": 0}, {"x": -26.341951370239258, "y": -7.2486419677734375, "subreddit": "thehandmaidstale", "cluster": 1350, "color": 0}, {"x": 16.6429386138916, "y": 10.071538925170898, "subreddit": "wholesomememes", "cluster": 1350, "color": 0}, {"x": 76.98909759521484, "y": 11.58956241607666, "subreddit": "disgaea", "cluster": 531, "color": 1}, {"x": 76.45787811279297, "y": 11.366548538208008, "subreddit": "dragonquest", "cluster": 531, "color": 1}, {"x": 77.4314956665039, "y": 11.70843505859375, "subreddit": "ffrecordkeeper", "cluster": 531, "color": 1}, {"x": -130.4071044921875, "y": 10.989072799682617, "subreddit": "disindoctrination", "cluster": 533, "color": 1}, {"x": -130.40594482421875, "y": 10.99030590057373, "subreddit": "harrisonity", "cluster": 533, "color": 1}, {"x": 3.0321919918060303, "y": -14.786269187927246, "subreddit": "self", "cluster": 533, "color": 1}, {"x": -39.747554779052734, "y": -34.39560317993164, "subreddit": "disney", "cluster": 1386, "color": 3}, {"x": -32.12485122680664, "y": 68.36351776123047, "subreddit": "disneyemojiblitz", "cluster": 1386, "color": 3}, {"x": -39.2935791015625, "y": -34.09915542602539, "subreddit": "pixar", "cluster": 1386, "color": 3}, {"x": -101.86149597167969, "y": 49.22913360595703, "subreddit": "sufjan", "cluster": 1386, "color": 3}, {"x": -38.86136245727539, "y": -33.780704498291016, "subreddit": "tsumtsum", "cluster": 1386, "color": 3}, {"x": -68.20010375976562, "y": 10.458340644836426, "subreddit": "disney_infinity", "cluster": 534, "color": 1}, {"x": -68.18731689453125, "y": 10.414995193481445, "subreddit": "legodimensions", "cluster": 534, "color": 1}, {"x": -72.3018798828125, "y": 24.847604751586914, "subreddit": "skylanders", "cluster": 534, "color": 1}, {"x": -3.165555477142334, "y": 54.36798095703125, "subreddit": "disneypinswap", "cluster": 800, "color": 2}, {"x": -3.1486902236938477, "y": 54.406681060791016, "subreddit": "goldfish", "cluster": 800, "color": 2}, {"x": 25.897951126098633, "y": 82.01075744628906, "subreddit": "hermitcrabs", "cluster": 800, "color": 2}, {"x": 4.061727523803711, "y": -10.103841781616211, "subreddit": "ragecomics", "cluster": 800, "color": 2}, {"x": 60.79151916503906, "y": -17.767929077148438, "subreddit": "divinityoriginalsin", "cluster": 1819, "color": 1}, {"x": 62.353145599365234, "y": -17.983200073242188, "subreddit": "grimdawn", "cluster": 1819, "color": 1}, {"x": 61.02248001098633, "y": -17.597900390625, "subreddit": "thewitcher3", "cluster": 1819, "color": 1}, {"x": 61.09865188598633, "y": -16.883312225341797, "subreddit": "witcher3", "cluster": 1819, "color": 1}, {"x": -113.8518295288086, "y": -75.53978729248047, "subreddit": "diypedals", "cluster": 824, "color": 0}, {"x": -114.78902435302734, "y": -74.46229553222656, "subreddit": "guitarpedals", "cluster": 824, "color": 0}, {"x": -115.0173110961914, "y": -74.23220825195312, "subreddit": "guitarpedalsjerk", "cluster": 824, "color": 0}, {"x": -113.03781127929688, "y": -73.2115249633789, "subreddit": "offset", "cluster": 824, "color": 0}, {"x": 0.8581201434135437, "y": -68.03121948242188, "subreddit": "django", "cluster": 1475, "color": 2}, {"x": 0.7467070817947388, "y": -68.76620483398438, "subreddit": "flask", "cluster": 1475, "color": 2}, {"x": 8.405714988708496, "y": -66.69690704345703, "subreddit": "golang", "cluster": 1475, "color": 2}, {"x": 1.9679334163665771, "y": -68.07794952392578, "subreddit": "learnpython", "cluster": 1475, "color": 2}, {"x": 103.07225036621094, "y": -84.15778350830078, "subreddit": "mtgjudge", "cluster": 1475, "color": 2}, {"x": 1.6269220113754272, "y": -68.09972381591797, "subreddit": "python", "cluster": 1475, "color": 2}, {"x": 7.526679515838623, "y": 105.03024291992188, "subreddit": "dmt", "cluster": 542, "color": 0}, {"x": 7.326090335845947, "y": 105.06499481201172, "subreddit": "dmtguide", "cluster": 542, "color": 0}, {"x": 8.785846710205078, "y": 109.11459350585938, "subreddit": "ketamine", "cluster": 542, "color": 0}, {"x": 22.5037841796875, "y": -12.522745132446289, "subreddit": "dncleaks", "cluster": 1963, "color": 5}, {"x": 23.901073455810547, "y": -11.486845970153809, "subreddit": "hillaryforprison", "cluster": 1963, "color": 5}, {"x": 21.762083053588867, "y": -11.83484935760498, "subreddit": "whereisassange", "cluster": 1963, "color": 5}, {"x": 22.3361759185791, "y": -12.412138938903809, "subreddit": "wikileaks", "cluster": 1963, "color": 5}, {"x": 42.90518569946289, "y": -19.417272567749023, "subreddit": "dndgreentext", "cluster": 543, "color": 2}, {"x": 42.16312789916992, "y": -44.1167106628418, "subreddit": "elgoonishshive", "cluster": 543, "color": 2}, {"x": 37.708412170410156, "y": -14.223559379577637, "subreddit": "gametales", "cluster": 543, "color": 2}, {"x": 42.9051513671875, "y": -19.51123809814453, "subreddit": "rpghorrorstories", "cluster": 543, "color": 2}, {"x": 37.73185729980469, "y": 110.69010925292969, "subreddit": "ss13", "cluster": 543, "color": 2}, {"x": 42.9262809753418, "y": -18.45447540283203, "subreddit": "dndmemes", "cluster": 1844, "color": 4}, {"x": 77.1075210571289, "y": 89.58475494384766, "subreddit": "egg_irl", "cluster": 1844, "color": 4}, {"x": 75.42363739013672, "y": 88.4262924194336, "subreddit": "ennnnnnnnnnnnbbbbbby", "cluster": 1844, "color": 4}, {"x": 77.80896759033203, "y": 88.63551330566406, "subreddit": "gaysoundsshitposts", "cluster": 1844, "color": 4}, {"x": 77.7404556274414, "y": 88.83978271484375, "subreddit": "traaaaaaannnnnnnnnns", "cluster": 1844, "color": 4}, {"x": 78.52928161621094, "y": 88.5496597290039, "subreddit": "transytalk", "cluster": 1844, "color": 4}, {"x": -8.617399215698242, "y": -19.869171142578125, "subreddit": "doctorwho", "cluster": 546, "color": 0}, {"x": -8.6322603225708, "y": -18.886903762817383, "subreddit": "doctorwhumour", "cluster": 546, "color": 0}, {"x": -8.742701530456543, "y": -18.336015701293945, "subreddit": "futuramawotgame", "cluster": 546, "color": 0}, {"x": -8.615407943725586, "y": -20.039234161376953, "subreddit": "gallifrey", "cluster": 546, "color": 0}, {"x": 34.590606689453125, "y": 45.65986251831055, "subreddit": "doggydna", "cluster": 912, "color": 2}, {"x": 34.59901809692383, "y": 45.67217254638672, "subreddit": "idmydog", "cluster": 912, "color": 2}, {"x": -88.15258026123047, "y": 23.89206314086914, "subreddit": "printmaking", "cluster": 912, "color": 2}, {"x": 58.16865921020508, "y": -23.65349006652832, "subreddit": "dogshowerthoughts", "cluster": 1125, "color": 3}, {"x": 59.134891510009766, "y": -13.244614601135254, "subreddit": "dragonage", "cluster": 1125, "color": 3}, {"x": 59.5954704284668, "y": -13.573296546936035, "subreddit": "masseffect", "cluster": 1125, "color": 3}, {"x": 59.406864166259766, "y": -14.604909896850586, "subreddit": "masseffectandromeda", "cluster": 1125, "color": 3}, {"x": 60.06596374511719, "y": -13.425331115722656, "subreddit": "mecoop", "cluster": 1125, "color": 3}, {"x": 62.28522491455078, "y": -13.182260513305664, "subreddit": "swtor", "cluster": 1125, "color": 3}, {"x": 0.46753495931625366, "y": 97.00806427001953, "subreddit": "donald_trump", "cluster": 1873, "color": 5}, {"x": 1.7000879049301147, "y": 97.61393737792969, "subreddit": "politicalmemes", "cluster": 1873, "color": 5}, {"x": -70.39591979980469, "y": -78.70612335205078, "subreddit": "theticket", "cluster": 1873, "color": 5}, {"x": 0.6282713413238525, "y": 97.08568572998047, "subreddit": "trump", "cluster": 1873, "color": 5}, {"x": 65.0360107421875, "y": -18.666505813598633, "subreddit": "dontstarve", "cluster": 945, "color": 0}, {"x": 67.14771270751953, "y": -17.92565155029297, "subreddit": "ftlgame", "cluster": 945, "color": 0}, {"x": 68.34754180908203, "y": -17.739850997924805, "subreddit": "gigantic", "cluster": 945, "color": 0}, {"x": 67.31592559814453, "y": -17.790834426879883, "subreddit": "intothebreach", "cluster": 945, "color": 0}, {"x": 93.01619720458984, "y": -19.610498428344727, "subreddit": "dota2betting", "cluster": 556, "color": 0}, {"x": 92.71928405761719, "y": -19.590023040771484, "subreddit": "dota2loungebets", "cluster": 556, "color": 0}, {"x": 94.29822540283203, "y": -18.658184051513672, "subreddit": "japanesemusic", "cluster": 556, "color": 0}, {"x": 93.86947631835938, "y": -20.090274810791016, "subreddit": "terracehouse", "cluster": 556, "color": 0}, {"x": 90.23092651367188, "y": 68.14086151123047, "subreddit": "dota2leaguematches", "cluster": 557, "color": 1}, {"x": 88.52387237548828, "y": -51.95512008666992, "subreddit": "doublespeakprivilege", "cluster": 559, "color": 1}, {"x": -23.066862106323242, "y": -125.03141784667969, "subreddit": "downloadcodes", "cluster": 1007, "color": 0}, {"x": 14.399237632751465, "y": 82.8109130859375, "subreddit": "funfairtech", "cluster": 1007, "color": 0}, {"x": 14.607258796691895, "y": 82.93912506103516, "subreddit": "kiss", "cluster": 1007, "color": 0}, {"x": 2.811903715133667, "y": -45.412540435791016, "subreddit": "downtonabbey", "cluster": 887, "color": 0}, {"x": -20.224414825439453, "y": -31.10749626159668, "subreddit": "houseofcards", "cluster": 887, "color": 0}, {"x": 54.301231384277344, "y": -116.96891784667969, "subreddit": "narcos", "cluster": 887, "color": 0}, {"x": -20.808012008666992, "y": -30.83405303955078, "subreddit": "newgirl", "cluster": 887, "color": 0}, {"x": -19.93836212158203, "y": -32.347442626953125, "subreddit": "orangeisthenewblack", "cluster": 887, "color": 0}, {"x": -20.209909439086914, "y": -29.93705177307129, "subreddit": "siliconvalleyhbo", "cluster": 887, "color": 0}, {"x": -21.442678451538086, "y": -37.65243148803711, "subreddit": "theblacklist", "cluster": 887, "color": 0}, {"x": -21.805877685546875, "y": -31.60982894897461, "subreddit": "twentyfour", "cluster": 887, "color": 0}, {"x": -20.391679763793945, "y": -30.668190002441406, "subreddit": "veep", "cluster": 887, "color": 0}, {"x": 24.465450286865234, "y": 101.778076171875, "subreddit": "dpdr", "cluster": 560, "color": 1}, {"x": 24.016321182250977, "y": 101.91728973388672, "subreddit": "hppd", "cluster": 560, "color": 1}, {"x": 25.207178115844727, "y": 101.50697326660156, "subreddit": "schizoid", "cluster": 560, "color": 1}, {"x": 14.336569786071777, "y": 105.00518798828125, "subreddit": "dph", "cluster": 580, "color": 1}, {"x": 14.18087100982666, "y": 104.94718933105469, "subreddit": "dxm", "cluster": 580, "color": 1}, {"x": 13.211849212646484, "y": 104.25424194335938, "subreddit": "salvia", "cluster": 580, "color": 1}, {"x": 81.05374145507812, "y": 12.28917121887207, "subreddit": "dragalialost", "cluster": 680, "color": 2}, {"x": -25.247112274169922, "y": -1.4619611501693726, "subreddit": "fireemblemheroes", "cluster": 680, "color": 2}, {"x": -25.614238739013672, "y": -1.3803237676620483, "subreddit": "orderofheroes", "cluster": 680, "color": 2}, {"x": -47.28853988647461, "y": -60.78910827636719, "subreddit": "dragoncon", "cluster": 1197, "color": 2}, {"x": -47.34243392944336, "y": -61.079673767089844, "subreddit": "montgomerycountymd", "cluster": 1197, "color": 2}, {"x": -47.92607879638672, "y": -62.564693450927734, "subreddit": "washingtondc", "cluster": 1197, "color": 2}, {"x": 92.66748046875, "y": 8.004706382751465, "subreddit": "dragonnest", "cluster": 1461, "color": 2}, {"x": 87.9821548461914, "y": 13.414210319519043, "subreddit": "granblue_en", "cluster": 1461, "color": 2}, {"x": 92.66559600830078, "y": 8.020320892333984, "subreddit": "pso2", "cluster": 1461, "color": 2}, {"x": 51.23831558227539, "y": -11.658645629882812, "subreddit": "dragonsdogma", "cluster": 1161, "color": 3}, {"x": -56.06829071044922, "y": 45.73783874511719, "subreddit": "dynastywarriors", "cluster": 1161, "color": 3}, {"x": -56.11892318725586, "y": 46.33137130737305, "subreddit": "fable", "cluster": 1161, "color": 3}, {"x": -56.10493469238281, "y": 46.28527069091797, "subreddit": "mhgu", "cluster": 1161, "color": 3}, {"x": 69.27301025390625, "y": 84.03042602539062, "subreddit": "sanctionedsuicide", "cluster": 1161, "color": 3}, {"x": -57.4515380859375, "y": 16.140356063842773, "subreddit": "dreamcast", "cluster": 565, "color": 0}, {"x": -56.022605895996094, "y": 16.47534942626953, "subreddit": "psx", "cluster": 565, "color": 0}, {"x": -57.05928039550781, "y": 15.11745834350586, "subreddit": "sega", "cluster": 565, "color": 0}, {"x": -56.698944091796875, "y": 14.85452651977539, "subreddit": "segagenesis", "cluster": 565, "color": 0}, {"x": -57.12712478637695, "y": 15.975042343139648, "subreddit": "segasaturn", "cluster": 565, "color": 0}, {"x": -58.13762664794922, "y": 16.21563720703125, "subreddit": "shenmue", "cluster": 565, "color": 0}, {"x": 11.09730052947998, "y": 96.83773040771484, "subreddit": "dreams", "cluster": 566, "color": 0}, {"x": 11.10184383392334, "y": 96.85364532470703, "subreddit": "jung", "cluster": 566, "color": 0}, {"x": -23.07593536376953, "y": -106.91178894042969, "subreddit": "dreamtheater", "cluster": 1157, "color": 3}, {"x": 37.417724609375, "y": 18.934206008911133, "subreddit": "ghostbc", "cluster": 1157, "color": 3}, {"x": -24.895715713500977, "y": -106.05079650878906, "subreddit": "ironmaiden", "cluster": 1157, "color": 3}, {"x": -23.677051544189453, "y": -105.46314239501953, "subreddit": "megadeth", "cluster": 1157, "color": 3}, {"x": -23.692644119262695, "y": -105.76781463623047, "subreddit": "metallica", "cluster": 1157, "color": 3}, {"x": -92.13933563232422, "y": 30.433279037475586, "subreddit": "slipknot", "cluster": 1157, "color": 3}, {"x": -90.94426727294922, "y": 29.36893081665039, "subreddit": "systemofadown", "cluster": 1157, "color": 3}, {"x": 63.314697265625, "y": -45.36387252807617, "subreddit": "dresdenfiles", "cluster": 1976, "color": 4}, {"x": 24.73859977722168, "y": -44.03849792480469, "subreddit": "malazan", "cluster": 1976, "color": 4}, {"x": -7.459412574768066, "y": -60.04926681518555, "subreddit": "wetlanderhumor", "cluster": 1976, "color": 4}, {"x": -7.229944229125977, "y": -60.54489517211914, "subreddit": "wot", "cluster": 1976, "color": 4}, {"x": -68.00121307373047, "y": -121.66348266601562, "subreddit": "drumcorps", "cluster": 571, "color": 1}, {"x": -67.60430145263672, "y": -122.46926879882812, "subreddit": "drumline", "cluster": 571, "color": 1}, {"x": -67.87771606445312, "y": -121.89483642578125, "subreddit": "marchingband", "cluster": 571, "color": 1}, {"x": -68.77122497558594, "y": -120.40220642089844, "subreddit": "trombone", "cluster": 571, "color": 1}, {"x": -3.4649178981781006, "y": -74.93728637695312, "subreddit": "drumming", "cluster": 572, "color": 1}, {"x": -3.4761734008789062, "y": -74.95145416259766, "subreddit": "drums", "cluster": 572, "color": 1}, {"x": -108.7308120727539, "y": 26.003265380859375, "subreddit": "dspdiscussion", "cluster": 574, "color": 1}, {"x": 94.8027114868164, "y": -9.321999549865723, "subreddit": "grobbulus", "cluster": 574, "color": 1}, {"x": -108.72957611083984, "y": 26.007068634033203, "subreddit": "wingsofredemption", "cluster": 574, "color": 1}, {"x": -9.785056114196777, "y": -101.14555358886719, "subreddit": "dubstep", "cluster": 1501, "color": 2}, {"x": -31.96585464477539, "y": 0.3243083953857422, "subreddit": "panama", "cluster": 1501, "color": 2}, {"x": -9.884657859802246, "y": -101.07815551757812, "subreddit": "realdubstep", "cluster": 1501, "color": 2}, {"x": -102.73035430908203, "y": -53.43367004394531, "subreddit": "ducati", "cluster": 1202, "color": 3}, {"x": -102.7082290649414, "y": -53.33843231201172, "subreddit": "motorcycle", "cluster": 1202, "color": 3}, {"x": 38.66417694091797, "y": 53.45773696899414, "subreddit": "wagwalker", "cluster": 1202, "color": 3}, {"x": 81.35877990722656, "y": 6.115128517150879, "subreddit": "duellinks", "cluster": 2003, "color": 2}, {"x": 81.69827270507812, "y": 5.437656879425049, "subreddit": "yugioh", "cluster": 2003, "color": 2}, {"x": 81.77928924560547, "y": 5.264248371124268, "subreddit": "yugioh101", "cluster": 2003, "color": 2}, {"x": -62.54085159301758, "y": -108.39871215820312, "subreddit": "duluth", "cluster": 1174, "color": 2}, {"x": -63.06916046142578, "y": -106.13705444335938, "subreddit": "minnesotatwins", "cluster": 1174, "color": 2}, {"x": -62.25082778930664, "y": -107.56358337402344, "subreddit": "minnesotavikings", "cluster": 1174, "color": 2}, {"x": -62.02389907836914, "y": -107.37507629394531, "subreddit": "timberwolves", "cluster": 1174, "color": 2}, {"x": 117.54090881347656, "y": -75.93470001220703, "subreddit": "dune", "cluster": 1699, "color": 4}, {"x": -2.809023141860962, "y": -42.47901153564453, "subreddit": "risa", "cluster": 1699, "color": 4}, {"x": -3.370187520980835, "y": -42.76322937011719, "subreddit": "shittydaystrom", "cluster": 1699, "color": 4}, {"x": -2.8328135013580322, "y": -42.437068939208984, "subreddit": "startrekmemes", "cluster": 1699, "color": 4}, {"x": -1.9799736738204956, "y": -40.98875045776367, "subreddit": "treknobabble", "cluster": 1699, "color": 4}, {"x": 67.53569793701172, "y": -33.41318130493164, "subreddit": "dungeonworld", "cluster": 577, "color": 1}, {"x": 67.5514144897461, "y": -33.41959762573242, "subreddit": "faterpg", "cluster": 577, "color": 1}, {"x": 67.45488739013672, "y": -46.16579055786133, "subreddit": "itmejp", "cluster": 577, "color": 1}, {"x": 31.672834396362305, "y": -65.1983642578125, "subreddit": "duolingo", "cluster": 779, "color": 2}, {"x": 75.73201751708984, "y": 84.19977569580078, "subreddit": "feminineboys", "cluster": 779, "color": 2}, {"x": 76.24958038330078, "y": 85.68803405761719, "subreddit": "genderfluid", "cluster": 779, "color": 2}, {"x": 76.28033447265625, "y": 85.3441162109375, "subreddit": "genderqueer", "cluster": 779, "color": 2}, {"x": 75.30288696289062, "y": 88.27774810791016, "subreddit": "nonbinary", "cluster": 779, "color": 2}, {"x": 82.37580871582031, "y": -59.3726921081543, "subreddit": "dust514", "cluster": 643, "color": 1}, {"x": 82.21525573730469, "y": -59.400516510009766, "subreddit": "f45", "cluster": 643, "color": 1}, {"x": 81.0414047241211, "y": -59.68342208862305, "subreddit": "ketoaustralia", "cluster": 643, "color": 1}, {"x": 84.63785552978516, "y": -67.7413101196289, "subreddit": "dutchfire", "cluster": 633, "color": 3}, {"x": 84.6490249633789, "y": -67.76569366455078, "subreddit": "eupersonalfinance", "cluster": 633, "color": 3}, {"x": -109.15274047851562, "y": 12.290952682495117, "subreddit": "dvdasa", "cluster": 1825, "color": 1}, {"x": -110.24655151367188, "y": 7.432373046875, "subreddit": "normmacdonald", "cluster": 1825, "color": 1}, {"x": -108.84777069091797, "y": 10.849502563476562, "subreddit": "theovon", "cluster": 1825, "color": 1}, {"x": -109.0363540649414, "y": 11.163970947265625, "subreddit": "tigerbelly", "cluster": 1825, "color": 1}, {"x": -109.56967163085938, "y": 10.447844505310059, "subreddit": "yourmomshousepodcast", "cluster": 1825, "color": 1}, {"x": 19.01505470275879, "y": -141.67138671875, "subreddit": "dwma", "cluster": 579, "color": 1}, {"x": 19.059465408325195, "y": -141.675048828125, "subreddit": "legendofkorrarp", "cluster": 579, "color": 1}, {"x": 18.19820213317871, "y": -141.4820556640625, "subreddit": "rwbyrp", "cluster": 579, "color": 1}, {"x": 79.64189910888672, "y": 18.690149307250977, "subreddit": "dx2smtliberation", "cluster": 1840, "color": 3}, {"x": 79.5207748413086, "y": 19.168869018554688, "subreddit": "touhou", "cluster": 1840, "color": 3}, {"x": 79.66968536376953, "y": 21.041515350341797, "subreddit": "waifuism", "cluster": 1840, "color": 3}, {"x": -11.79239559173584, "y": 34.028743743896484, "subreddit": "dylansniceemporium", "cluster": 581, "color": 2}, {"x": -10.350787162780762, "y": 34.82949447631836, "subreddit": "onewordban", "cluster": 581, "color": 2}, {"x": 63.4385986328125, "y": 74.3928451538086, "subreddit": "dysautonomia", "cluster": 582, "color": 2}, {"x": 64.15816497802734, "y": 74.70380401611328, "subreddit": "ehlersdanlos", "cluster": 582, "color": 2}, {"x": 70.92341613769531, "y": 79.21947479248047, "subreddit": "existentialism", "cluster": 582, "color": 2}, {"x": 66.23193359375, "y": 72.6168441772461, "subreddit": "fibromyalgia", "cluster": 582, "color": 2}, {"x": 63.25008773803711, "y": 74.36396026611328, "subreddit": "pots", "cluster": 582, "color": 2}, {"x": 19.47774887084961, "y": -41.95966339111328, "subreddit": "socialjustice101", "cluster": 582, "color": 2}, {"x": 64.20442199707031, "y": -96.86930084228516, "subreddit": "ea_fifa", "cluster": 583, "color": 0}, {"x": 64.43355560302734, "y": -96.40119171142578, "subreddit": "fifa12", "cluster": 583, "color": 0}, {"x": 64.09806823730469, "y": -97.06810760498047, "subreddit": "fifa13", "cluster": 583, "color": 0}, {"x": -53.19764709472656, "y": -89.36299133300781, "subreddit": "ea_nhl", "cluster": 584, "color": 1}, {"x": -53.20824432373047, "y": -89.39611053466797, "subreddit": "eashl", "cluster": 584, "color": 1}, {"x": -138.25613403320312, "y": -16.086383819580078, "subreddit": "nhlhut", "cluster": 584, "color": 1}, {"x": -49.748985290527344, "y": -109.91790771484375, "subreddit": "eagles", "cluster": 585, "color": 1}, {"x": -51.0052375793457, "y": -111.3704833984375, "subreddit": "flyers", "cluster": 585, "color": 1}, {"x": -50.81492233276367, "y": -111.04244232177734, "subreddit": "phillies", "cluster": 585, "color": 1}, {"x": -49.71697998046875, "y": -109.89582824707031, "subreddit": "sixers", "cluster": 585, "color": 1}, {"x": -51.78716278076172, "y": 31.89682388305664, "subreddit": "earthbound", "cluster": 587, "color": 2}, {"x": -51.79636764526367, "y": 31.90367889404297, "subreddit": "mother4", "cluster": 587, "color": 2}, {"x": 43.33933639526367, "y": 39.12667465209961, "subreddit": "eatingdisorders", "cluster": 1579, "color": 4}, {"x": 64.17256164550781, "y": -54.54249954223633, "subreddit": "kravmaga", "cluster": 1579, "color": 4}, {"x": 64.99361419677734, "y": -54.14457321166992, "subreddit": "larp", "cluster": 1579, "color": 4}, {"x": 64.4252700805664, "y": -54.42749786376953, "subreddit": "sca", "cluster": 1579, "color": 4}, {"x": -92.4188003540039, "y": -27.195383071899414, "subreddit": "ebay", "cluster": 1360, "color": 5}, {"x": -91.84263610839844, "y": -27.84743309020996, "subreddit": "gorving", "cluster": 1360, "color": 5}, {"x": -92.02134704589844, "y": -27.27191925048828, "subreddit": "paypal", "cluster": 1360, "color": 5}, {"x": -91.61306762695312, "y": -26.77071762084961, "subreddit": "rbi", "cluster": 1360, "color": 5}, {"x": -94.23149871826172, "y": -30.389785766601562, "subreddit": "saab", "cluster": 1360, "color": 5}, {"x": 41.42671203613281, "y": -102.38948822021484, "subreddit": "veterans", "cluster": 1360, "color": 5}, {"x": -119.03079986572266, "y": -117.78379821777344, "subreddit": "ebola", "cluster": 1862, "color": 5}, {"x": 7.911414623260498, "y": -94.55506134033203, "subreddit": "thevoice", "cluster": 1862, "color": 5}, {"x": -103.35009002685547, "y": -13.667109489440918, "subreddit": "tropicalweather", "cluster": 1862, "color": 5}, {"x": -103.41956329345703, "y": -13.706665992736816, "subreddit": "weather", "cluster": 1862, "color": 5}, {"x": 36.164093017578125, "y": -54.5410041809082, "subreddit": "eceprofessionals", "cluster": 1768, "color": 3}, {"x": 36.2872428894043, "y": -56.05281066894531, "subreddit": "education", "cluster": 1768, "color": 3}, {"x": 37.78458023071289, "y": -55.29564666748047, "subreddit": "elateachers", "cluster": 1768, "color": 3}, {"x": 1.3150211572647095, "y": -80.61085510253906, "subreddit": "lifeguards", "cluster": 1768, "color": 3}, {"x": 15.319978713989258, "y": -63.39916229248047, "subreddit": "matheducation", "cluster": 1768, "color": 3}, {"x": 37.97625732421875, "y": -57.771446228027344, "subreddit": "phascinatingphysics", "cluster": 1768, "color": 3}, {"x": 37.80985641479492, "y": -57.53791046142578, "subreddit": "scienceteachers", "cluster": 1768, "color": 3}, {"x": 36.86343002319336, "y": -55.69731903076172, "subreddit": "teachers", "cluster": 1768, "color": 3}, {"x": 36.83748245239258, "y": -55.76355743408203, "subreddit": "teaching", "cluster": 1768, "color": 3}, {"x": -69.62937927246094, "y": -28.223758697509766, "subreddit": "ecobee", "cluster": 591, "color": 0}, {"x": -60.9916877746582, "y": -16.51650047302246, "subreddit": "eero", "cluster": 591, "color": 0}, {"x": -69.62273406982422, "y": -28.214143753051758, "subreddit": "winkhub", "cluster": 591, "color": 0}, {"x": -133.83314514160156, "y": -23.008800506591797, "subreddit": "ecr_eu", "cluster": 593, "color": 2}, {"x": -133.83090209960938, "y": -23.005664825439453, "subreddit": "ecr_uk", "cluster": 593, "color": 2}, {"x": -77.5059814453125, "y": -36.63469314575195, "subreddit": "potcoin", "cluster": 593, "color": 2}, {"x": -117.42189025878906, "y": -36.9622802734375, "subreddit": "edc_raffle", "cluster": 595, "color": 2}, {"x": -68.26543426513672, "y": -51.33287048339844, "subreddit": "knife_raffle", "cluster": 595, "color": 2}, {"x": -70.82658386230469, "y": 31.978816986083984, "subreddit": "lego_raffles", "cluster": 595, "color": 2}, {"x": -117.43147277832031, "y": -36.957637786865234, "subreddit": "watchuraffle", "cluster": 595, "color": 2}, {"x": -68.58565521240234, "y": -48.85364532470703, "subreddit": "edcexchange", "cluster": 817, "color": 0}, {"x": -65.8157958984375, "y": -52.16417694091797, "subreddit": "flashlight", "cluster": 817, "color": 0}, {"x": -65.02625274658203, "y": -52.948665618896484, "subreddit": "gshock", "cluster": 817, "color": 0}, {"x": 98.51898193359375, "y": -102.20762634277344, "subreddit": "edenszero", "cluster": 646, "color": 4}, {"x": 98.51710510253906, "y": -102.20600891113281, "subreddit": "fairytail", "cluster": 646, "color": 4}, {"x": 21.997507095336914, "y": 54.350067138671875, "subreddit": "highschooldxd", "cluster": 646, "color": 4}, {"x": 86.50443267822266, "y": 59.203529357910156, "subreddit": "nanatsunotaizai", "cluster": 646, "color": 4}, {"x": -20.894638061523438, "y": 79.3863296508789, "subreddit": "re_zero", "cluster": 646, "color": 4}, {"x": -59.75701904296875, "y": -0.5700658559799194, "subreddit": "editors", "cluster": 1903, "color": 4}, {"x": -59.73720932006836, "y": -0.5665464997291565, "subreddit": "videoediting", "cluster": 1903, "color": 4}, {"x": 75.40612030029297, "y": -2.290485382080078, "subreddit": "egalitarianism", "cluster": 600, "color": 2}, {"x": 77.63423156738281, "y": -1.0793172121047974, "subreddit": "femradebates", "cluster": 600, "color": 2}, {"x": 76.90880584716797, "y": -1.5621575117111206, "subreddit": "leftwingmaleadvocates", "cluster": 600, "color": 2}, {"x": 75.05292510986328, "y": -1.3647626638412476, "subreddit": "mensrights", "cluster": 600, "color": 2}, {"x": 17.944692611694336, "y": -38.946922302246094, "subreddit": "oney", "cluster": 600, "color": 2}, {"x": 74.70512390136719, "y": -2.7162976264953613, "subreddit": "srssucks", "cluster": 600, "color": 2}, {"x": 75.55609893798828, "y": -2.4986531734466553, "subreddit": "weinsteineffect", "cluster": 600, "color": 2}, {"x": -27.03546142578125, "y": 29.26994514465332, "subreddit": "egginc", "cluster": 601, "color": 1}, {"x": -26.84400749206543, "y": 29.26405906677246, "subreddit": "eggsinc", "cluster": 601, "color": 1}, {"x": -26.143644332885742, "y": 29.235074996948242, "subreddit": "eggsinccoop", "cluster": 601, "color": 1}, {"x": -14.683618545532227, "y": -2.09769344329834, "subreddit": "hqtrivia", "cluster": 601, "color": 1}, {"x": -30.348033905029297, "y": 12.887090682983398, "subreddit": "kotor", "cluster": 601, "color": 1}, {"x": 50.35593795776367, "y": -13.051297187805176, "subreddit": "elderscrollslegends", "cluster": 1870, "color": 3}, {"x": 85.22734069824219, "y": -16.768709182739258, "subreddit": "learndota2", "cluster": 1870, "color": 3}, {"x": 84.61312866210938, "y": -7.753740310668945, "subreddit": "pokemonduel", "cluster": 1870, "color": 3}, {"x": 85.2157211303711, "y": -16.742319107055664, "subreddit": "truedota2", "cluster": 1870, "color": 3}, {"x": 82.46159362792969, "y": -1.2146801948547363, "subreddit": "elderscrollsonline", "cluster": 602, "color": 0}, {"x": 82.42337036132812, "y": -1.1931899785995483, "subreddit": "esobay", "cluster": 602, "color": 0}, {"x": 46.19589614868164, "y": 29.732080459594727, "subreddit": "elgatogaming", "cluster": 1043, "color": 1}, {"x": -45.17744064331055, "y": 7.870271682739258, "subreddit": "letsplay", "cluster": 1043, "color": 1}, {"x": -45.25285339355469, "y": 7.948747158050537, "subreddit": "letsplaycritiques", "cluster": 1043, "color": 1}, {"x": -57.00375747680664, "y": 29.849138259887695, "subreddit": "twitch", "cluster": 1043, "color": 1}, {"x": 103.30587768554688, "y": -38.1510124206543, "subreddit": "elite_dangerous", "cluster": 607, "color": 0}, {"x": 106.45025634765625, "y": -36.73478317260742, "subreddit": "eliteantal", "cluster": 607, "color": 0}, {"x": 104.71488189697266, "y": -37.52080535888672, "subreddit": "elitecg", "cluster": 607, "color": 0}, {"x": 103.56334686279297, "y": -37.513519287109375, "subreddit": "elitedangerous", "cluster": 607, "color": 0}, {"x": 103.93896484375, "y": -36.84318542480469, "subreddit": "eliteexplorers", "cluster": 607, "color": 0}, {"x": 105.92817687988281, "y": -39.658145904541016, "subreddit": "elitehudson", "cluster": 607, "color": 0}, {"x": 105.96808624267578, "y": -39.794837951660156, "subreddit": "elitelavigny", "cluster": 607, "color": 0}, {"x": 102.52151489257812, "y": -37.293880462646484, "subreddit": "eliteminers", "cluster": 607, "color": 0}, {"x": 103.93748474121094, "y": -35.40210723876953, "subreddit": "eliteone", "cluster": 607, "color": 0}, {"x": 104.73521423339844, "y": -36.06648254394531, "subreddit": "eliteps", "cluster": 607, "color": 0}, {"x": 103.51703643798828, "y": -36.770931243896484, "subreddit": "elitetraders", "cluster": 607, "color": 0}, {"x": 54.834781646728516, "y": -28.76679229736328, "subreddit": "x4foundations", "cluster": 607, "color": 0}, {"x": 22.657564163208008, "y": -48.43016052246094, "subreddit": "elizabethwarren", "cluster": 1098, "color": 2}, {"x": -128.5485076904297, "y": -4.644107341766357, "subreddit": "lyft", "cluster": 1098, "color": 2}, {"x": -128.54737854003906, "y": -4.636751651763916, "subreddit": "lyftdrivers", "cluster": 1098, "color": 2}, {"x": 27.9161376953125, "y": -28.01199722290039, "subreddit": "elonmusk", "cluster": 1786, "color": 4}, {"x": 46.03983688354492, "y": -37.308353424072266, "subreddit": "teslalounge", "cluster": 1786, "color": 4}, {"x": 45.984989166259766, "y": -37.189849853515625, "subreddit": "teslamodel3", "cluster": 1786, "color": 4}, {"x": 46.729244232177734, "y": -38.828861236572266, "subreddit": "teslamotors", "cluster": 1786, "color": 4}, {"x": -33.16559982299805, "y": -50.41696548461914, "subreddit": "elpaso", "cluster": 1888, "color": 8}, {"x": -62.12726974487305, "y": -49.56793212890625, "subreddit": "lgg5", "cluster": 1888, "color": 8}, {"x": -61.88324737548828, "y": -51.593101501464844, "subreddit": "roadtrip", "cluster": 1888, "color": 8}, {"x": 10.915055274963379, "y": -11.723710060119629, "subreddit": "screenprinting", "cluster": 1888, "color": 8}, {"x": 48.0024528503418, "y": -66.20535278320312, "subreddit": "skoolies", "cluster": 1888, "color": 8}, {"x": 4.914134502410889, "y": 73.80054473876953, "subreddit": "substratumnetwork", "cluster": 1888, "color": 8}, {"x": 2.260558843612671, "y": 74.91449737548828, "subreddit": "tenx", "cluster": 1888, "color": 8}, {"x": -105.19513702392578, "y": -53.365753173828125, "subreddit": "triumph", "cluster": 1888, "color": 8}, {"x": -61.84598922729492, "y": -51.032737731933594, "subreddit": "vandwellers", "cluster": 1888, "color": 8}, {"x": -62.028682708740234, "y": -50.10416030883789, "subreddit": "vanlife", "cluster": 1888, "color": 8}, {"x": 67.53988647460938, "y": -37.43910217285156, "subreddit": "elsanna", "cluster": 737, "color": 3}, {"x": 68.41102600097656, "y": -37.10637664794922, "subreddit": "frozen", "cluster": 737, "color": 3}, {"x": 68.56168365478516, "y": -37.05000686645508, "subreddit": "frozenfriends", "cluster": 737, "color": 3}, {"x": -26.344900131225586, "y": -140.3329620361328, "subreddit": "eltp", "cluster": 1754, "color": 3}, {"x": -27.826194763183594, "y": -140.61563110351562, "subreddit": "mltp", "cluster": 1754, "color": 3}, {"x": -28.260093688964844, "y": -140.80784606933594, "subreddit": "nltp", "cluster": 1754, "color": 3}, {"x": -26.811311721801758, "y": -142.32870483398438, "subreddit": "spheremasterrace", "cluster": 1754, "color": 3}, {"x": -27.209505081176758, "y": -141.05409240722656, "subreddit": "tagpro", "cluster": 1754, "color": 3}, {"x": -27.125083923339844, "y": -141.44395446777344, "subreddit": "tagproirl", "cluster": 1754, "color": 3}, {"x": 23.926952362060547, "y": -120.20076751708984, "subreddit": "emeraldgrid", "cluster": 1560, "color": 3}, {"x": 24.42007064819336, "y": -119.50942993164062, "subreddit": "hubchargen", "cluster": 1560, "color": 3}, {"x": 24.291812896728516, "y": -119.64242553710938, "subreddit": "runnerhub", "cluster": 1560, "color": 3}, {"x": 24.706892013549805, "y": -118.76981353759766, "subreddit": "shadowrun", "cluster": 1560, "color": 3}, {"x": 53.429649353027344, "y": 74.09988403320312, "subreddit": "emergencymedicine", "cluster": 612, "color": 1}, {"x": -67.55259704589844, "y": -62.80470657348633, "subreddit": "ems", "cluster": 612, "color": 1}, {"x": -66.78268432617188, "y": -62.55498123168945, "subreddit": "firefighting", "cluster": 612, "color": 1}, {"x": -67.88592529296875, "y": -62.89214324951172, "subreddit": "newtoems", "cluster": 612, "color": 1}, {"x": -13.38416862487793, "y": 53.344573974609375, "subreddit": "emiliaclarke", "cluster": 1583, "color": 3}, {"x": -13.940245628356934, "y": 52.264198303222656, "subreddit": "kateupton", "cluster": 1583, "color": 3}, {"x": -13.251147270202637, "y": 51.051841735839844, "subreddit": "katyperry", "cluster": 1583, "color": 3}, {"x": -15.96087646484375, "y": 52.663818359375, "subreddit": "novalauncher", "cluster": 1583, "color": 3}, {"x": -13.940482139587402, "y": 52.45001220703125, "subreddit": "scarlettjohansson", "cluster": 1583, "color": 3}, {"x": -79.69974517822266, "y": 44.26710510253906, "subreddit": "eminem", "cluster": 1022, "color": 1}, {"x": -12.483748435974121, "y": -0.7073925733566284, "subreddit": "familyguy", "cluster": 1022, "color": 1}, {"x": -79.60511779785156, "y": 44.19528579711914, "subreddit": "lanadelrey", "cluster": 1022, "color": 1}, {"x": -77.36360168457031, "y": 42.983829498291016, "subreddit": "minoxbeards", "cluster": 1022, "color": 1}, {"x": -36.747039794921875, "y": 58.18831253051758, "subreddit": "empiresandpuzzles", "cluster": 834, "color": 1}, {"x": 28.49346160888672, "y": -86.50271606445312, "subreddit": "gopro", "cluster": 834, "color": 1}, {"x": 28.696640014648438, "y": -87.31085968017578, "subreddit": "halifax", "cluster": 834, "color": 1}, {"x": 28.756404876708984, "y": -87.53667449951172, "subreddit": "novascotia", "cluster": 834, "color": 1}, {"x": -118.19913482666016, "y": 2.957785129547119, "subreddit": "employedbykohls", "cluster": 1548, "color": 3}, {"x": -116.50273132324219, "y": 32.4462776184082, "subreddit": "guessthecoaster", "cluster": 1548, "color": 3}, {"x": -115.40912628173828, "y": 30.611658096313477, "subreddit": "rct", "cluster": 1548, "color": 3}, {"x": -116.42948913574219, "y": 31.60171890258789, "subreddit": "rollercoasterjerk", "cluster": 1548, "color": 3}, {"x": -116.3451919555664, "y": 31.204885482788086, "subreddit": "rollercoasters", "cluster": 1548, "color": 3}, {"x": -117.13184356689453, "y": 30.598060607910156, "subreddit": "themepark", "cluster": 1548, "color": 3}, {"x": 58.52598571777344, "y": -35.70623779296875, "subreddit": "themeparkitect", "cluster": 1548, "color": 3}, {"x": 0.5314189195632935, "y": 58.7696647644043, "subreddit": "enairim", "cluster": 1639, "color": 4}, {"x": 52.414573669433594, "y": -13.224128723144531, "subreddit": "enderal", "cluster": 1639, "color": 4}, {"x": 50.910770416259766, "y": -6.60093879699707, "subreddit": "modpiracy", "cluster": 1639, "color": 4}, {"x": 55.389156341552734, "y": -12.983955383300781, "subreddit": "skyrimmods", "cluster": 1639, "color": 4}, {"x": 55.18733596801758, "y": -12.87348461151123, "subreddit": "skyrimporn", "cluster": 1639, "color": 4}, {"x": 56.04273986816406, "y": -13.583393096923828, "subreddit": "skyrimrequiem", "cluster": 1639, "color": 4}, {"x": 25.999319076538086, "y": -10.285563468933105, "subreddit": "tea", "cluster": 1639, "color": 4}, {"x": 57.01081466674805, "y": 44.29257583618164, "subreddit": "endo", "cluster": 617, "color": 1}, {"x": 57.009456634521484, "y": 44.22015380859375, "subreddit": "endometriosis", "cluster": 617, "color": 1}, {"x": 56.86986541748047, "y": 41.93876266479492, "subreddit": "fodmaps", "cluster": 617, "color": 1}, {"x": 16.743375778198242, "y": -31.65763282775879, "subreddit": "energy", "cluster": 1524, "color": 4}, {"x": 17.443275451660156, "y": -26.552610397338867, "subreddit": "environment", "cluster": 1524, "color": 4}, {"x": 16.436386108398438, "y": -31.140338897705078, "subreddit": "renewableenergy", "cluster": 1524, "color": 4}, {"x": 15.292384147644043, "y": -31.738950729370117, "subreddit": "securityclearance", "cluster": 1524, "color": 4}, {"x": 16.15990447998047, "y": -30.480091094970703, "subreddit": "solar", "cluster": 1524, "color": 4}, {"x": -45.158687591552734, "y": -26.646886825561523, "subreddit": "volt", "cluster": 1524, "color": 4}, {"x": -61.192073822021484, "y": 23.743173599243164, "subreddit": "energydrinks", "cluster": 1660, "color": 2}, {"x": -60.14308547973633, "y": 23.89291000366211, "subreddit": "mountaindew", "cluster": 1660, "color": 2}, {"x": -60.57263946533203, "y": 23.45186996459961, "subreddit": "soda", "cluster": 1660, "color": 2}, {"x": 49.29332733154297, "y": -104.74134826660156, "subreddit": "staples", "cluster": 1660, "color": 2}, {"x": 37.82004928588867, "y": 103.51631927490234, "subreddit": "enfj", "cluster": 1138, "color": 3}, {"x": 39.506248474121094, "y": 105.6532974243164, "subreddit": "enneagram", "cluster": 1138, "color": 3}, {"x": 37.637168884277344, "y": 108.7767562866211, "subreddit": "hollywoodundead", "cluster": 1138, "color": 3}, {"x": 38.527503967285156, "y": 106.88996124267578, "subreddit": "infp", "cluster": 1138, "color": 3}, {"x": 56.02091979980469, "y": 25.172258377075195, "subreddit": "intj", "cluster": 1138, "color": 3}, {"x": 36.07929229736328, "y": 107.11823272705078, "subreddit": "intp", "cluster": 1138, "color": 3}, {"x": 35.60832595825195, "y": 105.33020782470703, "subreddit": "isfp", "cluster": 1138, "color": 3}, {"x": 37.30792236328125, "y": 106.64677429199219, "subreddit": "istj", "cluster": 1138, "color": 3}, {"x": -96.48921203613281, "y": -37.721553802490234, "subreddit": "istp", "cluster": 1138, "color": 3}, {"x": 37.5194091796875, "y": 106.207275390625, "subreddit": "mbti", "cluster": 1138, "color": 3}, {"x": 37.100624084472656, "y": 105.45667266845703, "subreddit": "mbtimemes", "cluster": 1138, "color": 3}, {"x": 38.084083557128906, "y": 105.48136901855469, "subreddit": "mbtitypeme", "cluster": 1138, "color": 3}, {"x": 9.825580596923828, "y": 59.306251525878906, "subreddit": "engagementrings", "cluster": 619, "color": 3}, {"x": 9.349742889404297, "y": 59.68360137939453, "subreddit": "jewelry", "cluster": 619, "color": 3}, {"x": 9.91689682006836, "y": 58.28594207763672, "subreddit": "justengaged", "cluster": 619, "color": 3}, {"x": 10.582340240478516, "y": 59.579803466796875, "subreddit": "moissanite", "cluster": 619, "color": 3}, {"x": 17.565528869628906, "y": -52.41514205932617, "subreddit": "enough_sanders_spam", "cluster": 622, "color": 2}, {"x": 17.491971969604492, "y": -53.35781478881836, "subreddit": "enoughhillhate", "cluster": 622, "color": 2}, {"x": 17.350723266601562, "y": -52.51675796508789, "subreddit": "enoughsandersspam", "cluster": 622, "color": 2}, {"x": 16.613393783569336, "y": -52.05306625366211, "subreddit": "hillaryclinton", "cluster": 622, "color": 2}, {"x": 48.62227249145508, "y": -39.87430953979492, "subreddit": "enoughmuskspam", "cluster": 1504, "color": 4}, {"x": 48.177734375, "y": -39.527381896972656, "subreddit": "realtesla", "cluster": 1504, "color": 4}, {"x": 47.88505554199219, "y": -38.66640090942383, "subreddit": "teslainvestorsclub", "cluster": 1504, "color": 4}, {"x": 26.38284683227539, "y": -37.243675231933594, "subreddit": "enoughpaulspam", "cluster": 1550, "color": 5}, {"x": -23.88330078125, "y": -48.69880676269531, "subreddit": "garyjohnson", "cluster": 1550, "color": 5}, {"x": 27.25875473022461, "y": -38.279518127441406, "subreddit": "libertarian", "cluster": 1550, "color": 5}, {"x": 26.607263565063477, "y": -37.631832122802734, "subreddit": "ronpaul", "cluster": 1550, "color": 5}, {"x": 11.750466346740723, "y": 24.964580535888672, "subreddit": "entitledbitch", "cluster": 623, "color": 1}, {"x": 12.717960357666016, "y": 26.25356101989746, "subreddit": "entitledkids", "cluster": 623, "color": 1}, {"x": 12.316387176513672, "y": 25.50189781188965, "subreddit": "entitledparents", "cluster": 623, "color": 1}, {"x": -3.0921030044555664, "y": 21.953632354736328, "subreddit": "entitledparentsmemes", "cluster": 623, "color": 1}, {"x": 12.251534461975098, "y": 25.428857803344727, "subreddit": "entitledpeople", "cluster": 623, "color": 1}, {"x": 13.795090675354004, "y": 24.515024185180664, "subreddit": "nuclearrevenge", "cluster": 623, "color": 1}, {"x": 61.67866897583008, "y": 91.27587127685547, "subreddit": "entj", "cluster": 1090, "color": 4}, {"x": 62.655052185058594, "y": 90.27780151367188, "subreddit": "gavinmcinnes", "cluster": 1090, "color": 4}, {"x": 10.903901100158691, "y": -75.25550079345703, "subreddit": "inthemorning", "cluster": 1090, "color": 4}, {"x": 62.21482849121094, "y": 91.21009826660156, "subreddit": "louderwithcrowder", "cluster": 1090, "color": 4}, {"x": 62.74172592163086, "y": 91.80812072753906, "subreddit": "tucker_carlson", "cluster": 1090, "color": 4}, {"x": 34.61886978149414, "y": -68.29377746582031, "subreddit": "entomology", "cluster": 941, "color": 3}, {"x": 34.2084846496582, "y": -68.25990295410156, "subreddit": "insects", "cluster": 941, "color": 3}, {"x": 33.59642791748047, "y": -68.3019790649414, "subreddit": "whatsthisbug", "cluster": 941, "color": 3}, {"x": 38.029788970947266, "y": 102.21678924560547, "subreddit": "entp", "cluster": 939, "color": 2}, {"x": 38.03155517578125, "y": 102.14353942871094, "subreddit": "infj", "cluster": 939, "color": 2}, {"x": 58.46700668334961, "y": 81.52094268798828, "subreddit": "std", "cluster": 939, "color": 2}, {"x": 8.373308181762695, "y": -53.30610656738281, "subreddit": "environmental_science", "cluster": 1178, "color": 1}, {"x": 3.9975552558898926, "y": -107.27626037597656, "subreddit": "mississippi", "cluster": 1178, "color": 1}, {"x": 3.9922702312469482, "y": -107.28414916992188, "subreddit": "msstate", "cluster": 1178, "color": 1}, {"x": -27.12298583984375, "y": -3.4791553020477295, "subreddit": "eood", "cluster": 1973, "color": 4}, {"x": -31.07875633239746, "y": 41.76921081542969, "subreddit": "gym", "cluster": 1973, "color": 4}, {"x": -29.939193725585938, "y": 41.987274169921875, "subreddit": "motivation", "cluster": 1973, "color": 4}, {"x": -30.540788650512695, "y": 41.85411834716797, "subreddit": "workout", "cluster": 1973, "color": 4}, {"x": -28.13141441345215, "y": 11.783417701721191, "subreddit": "equelmemes", "cluster": 1602, "color": 2}, {"x": -30.031217575073242, "y": 12.806714057922363, "subreddit": "kotormemes", "cluster": 1602, "color": 2}, {"x": 100.25456237792969, "y": -86.50739288330078, "subreddit": "magicthecirclejerking", "cluster": 1602, "color": 2}, {"x": -30.27691078186035, "y": 3.1655478477478027, "subreddit": "otmemes", "cluster": 1602, "color": 2}, {"x": -5.5425591468811035, "y": 25.51175880432129, "subreddit": "prequelmemes", "cluster": 1602, "color": 2}, {"x": -63.37895202636719, "y": 40.662376403808594, "subreddit": "saltierthankrayt", "cluster": 1602, "color": 2}, {"x": -28.129192352294922, "y": 11.76207160949707, "subreddit": "sequelmemes", "cluster": 1602, "color": 2}, {"x": -59.24158477783203, "y": 74.57733154296875, "subreddit": "equestriaatwar", "cluster": 625, "color": 2}, {"x": -59.2481803894043, "y": 74.4057846069336, "subreddit": "gamindustri", "cluster": 625, "color": 2}, {"x": 68.3918228149414, "y": 48.47843551635742, "subreddit": "equestrian", "cluster": 884, "color": 2}, {"x": 68.39671325683594, "y": 48.4710693359375, "subreddit": "horses", "cluster": 884, "color": 2}, {"x": 69.10346984863281, "y": 46.900733947753906, "subreddit": "mobileal", "cluster": 884, "color": 2}, {"x": -15.60675048828125, "y": 97.99259948730469, "subreddit": "scoliosis", "cluster": 884, "color": 2}, {"x": 12.915994644165039, "y": 5.3526611328125, "subreddit": "erb", "cluster": 1731, "color": 2}, {"x": 12.112874984741211, "y": 4.860965251922607, "subreddit": "explainlikeimcalvin", "cluster": 1731, "color": 2}, {"x": 3.7355682849884033, "y": -5.171907901763916, "subreddit": "fifthworldproblems", "cluster": 1731, "color": 2}, {"x": 12.158623695373535, "y": 5.277060031890869, "subreddit": "subredditsimmeta", "cluster": 1731, "color": 2}, {"x": -37.141544342041016, "y": 16.68477439880371, "subreddit": "threadgames", "cluster": 1731, "color": 2}, {"x": -57.679962158203125, "y": 117.1566390991211, "subreddit": "espanol", "cluster": 629, "color": 3}, {"x": -57.6796875, "y": 117.15611267089844, "subreddit": "preguntaleareddit", "cluster": 629, "color": 3}, {"x": 23.413312911987305, "y": 57.26233673095703, "subreddit": "esperanto", "cluster": 2004, "color": 2}, {"x": 22.354684829711914, "y": 57.27018737792969, "subreddit": "oreimo", "cluster": 2004, "color": 2}, {"x": 23.07630729675293, "y": 57.26704025268555, "subreddit": "yuruyuri", "cluster": 2004, "color": 2}, {"x": 75.20938873291016, "y": -22.259408950805664, "subreddit": "esports", "cluster": 682, "color": 2}, {"x": 75.16983032226562, "y": -22.285064697265625, "subreddit": "firefall", "cluster": 682, "color": 2}, {"x": 62.40671157836914, "y": -21.05851936340332, "subreddit": "hawken", "cluster": 682, "color": 2}, {"x": -8.551107406616211, "y": -63.90121841430664, "subreddit": "opensuse", "cluster": 682, "color": 2}, {"x": 74.11017608642578, "y": -24.14535140991211, "subreddit": "tribes", "cluster": 682, "color": 2}, {"x": -86.90222930908203, "y": -19.560365676879883, "subreddit": "essential", "cluster": 1497, "color": 2}, {"x": -85.35293579101562, "y": -20.351476669311523, "subreddit": "razer", "cluster": 1497, "color": 2}, {"x": -85.86936950683594, "y": -20.088464736938477, "subreddit": "razerphone", "cluster": 1497, "color": 2}, {"x": -1.5083632469177246, "y": 77.14572143554688, "subreddit": "ethdev", "cluster": 630, "color": 2}, {"x": -0.5216511487960815, "y": 77.41009521484375, "subreddit": "ethereum", "cluster": 630, "color": 2}, {"x": -0.1790323257446289, "y": 76.88653564453125, "subreddit": "ethereumclassic", "cluster": 630, "color": 2}, {"x": -0.5850930213928223, "y": 78.07596588134766, "subreddit": "makerdao", "cluster": 630, "color": 2}, {"x": -9.45069408416748, "y": -77.63545989990234, "subreddit": "etiquette", "cluster": 1542, "color": 4}, {"x": -10.906697273254395, "y": -76.99603271484375, "subreddit": "rit", "cluster": 1542, "color": 4}, {"x": -10.602985382080078, "y": -77.38153076171875, "subreddit": "rochester", "cluster": 1542, "color": 4}, {"x": 32.261295318603516, "y": 71.63993072509766, "subreddit": "etsy", "cluster": 632, "color": 2}, {"x": 32.17975997924805, "y": 71.76703643798828, "subreddit": "etsysellers", "cluster": 632, "color": 2}, {"x": 31.703960418701172, "y": 72.44340515136719, "subreddit": "physicaltherapy", "cluster": 632, "color": 2}, {"x": 52.22024154663086, "y": -28.51962661743164, "subreddit": "eu4", "cluster": 1150, "color": 1}, {"x": 53.46186065673828, "y": -29.131738662719727, "subreddit": "meiouandtaxes", "cluster": 1150, "color": 1}, {"x": 51.95228958129883, "y": -29.741910934448242, "subreddit": "paradoxextra", "cluster": 1150, "color": 1}, {"x": 54.12233352661133, "y": -29.047893524169922, "subreddit": "x3tc", "cluster": 1150, "color": 1}, {"x": -102.70699310302734, "y": -96.85973358154297, "subreddit": "eurovision", "cluster": 1906, "color": 4}, {"x": -101.83590698242188, "y": -96.5203857421875, "subreddit": "vinyl", "cluster": 1906, "color": 4}, {"x": -102.29690551757812, "y": -96.69389343261719, "subreddit": "vinyljerk", "cluster": 1906, "color": 4}, {"x": 90.4644775390625, "y": 25.800670623779297, "subreddit": "evangelion", "cluster": 1087, "color": 3}, {"x": -15.609907150268555, "y": -33.4359130859375, "subreddit": "fanfiction", "cluster": 1087, "color": 3}, {"x": -15.64984130859375, "y": -33.95990753173828, "subreddit": "lost", "cluster": 1087, "color": 3}, {"x": -15.576781272888184, "y": -34.32899475097656, "subreddit": "theleftovers", "cluster": 1087, "color": 3}, {"x": 0.10831481218338013, "y": 8.392290115356445, "subreddit": "everymanshouldknow", "cluster": 1055, "color": 0}, {"x": -11.17249870300293, "y": -8.229015350341797, "subreddit": "fixit", "cluster": 1055, "color": 0}, {"x": -10.449270248413086, "y": -8.139169692993164, "subreddit": "lifehacks", "cluster": 1055, "color": 0}, {"x": -10.115684509277344, "y": -8.090222358703613, "subreddit": "redneckengineering", "cluster": 1055, "color": 0}, {"x": -98.7987060546875, "y": 13.735732078552246, "subreddit": "excel", "cluster": 638, "color": 1}, {"x": -98.85066223144531, "y": 14.185863494873047, "subreddit": "googlesheets", "cluster": 638, "color": 1}, {"x": -98.89216613769531, "y": 12.733870506286621, "subreddit": "msaccess", "cluster": 638, "color": 1}, {"x": -99.9531021118164, "y": 13.704645156860352, "subreddit": "scholar", "cluster": 638, "color": 1}, {"x": -97.5182113647461, "y": 13.526345252990723, "subreddit": "vba", "cluster": 638, "color": 1}, {"x": -1.4963072538375854, "y": 39.47468948364258, "subreddit": "exiglesianicristo", "cluster": 639, "color": 0}, {"x": -1.156717300415039, "y": 14.560924530029297, "subreddit": "exlldm", "cluster": 639, "color": 0}, {"x": -108.2271499633789, "y": -33.143497467041016, "subreddit": "exoticspotting", "cluster": 641, "color": 0}, {"x": -109.71912384033203, "y": -32.452415466308594, "subreddit": "frasier", "cluster": 641, "color": 0}, {"x": -107.75273132324219, "y": -33.313995361328125, "subreddit": "spotted", "cluster": 641, "color": 0}, {"x": 12.76722240447998, "y": 40.22395706176758, "subreddit": "explainafilmplotbadly", "cluster": 1522, "color": 0}, {"x": -3.180874824523926, "y": -15.536809921264648, "subreddit": "relayforreddit", "cluster": 1522, "color": 0}, {"x": -3.156467914581299, "y": -15.541903495788574, "subreddit": "xkcd", "cluster": 1522, "color": 0}, {"x": 63.73500442504883, "y": -116.62735748291016, "subreddit": "explorefiction", "cluster": 642, "color": 1}, {"x": 65.61409759521484, "y": -117.04082489013672, "subreddit": "ficiverse", "cluster": 642, "color": 1}, {"x": 62.67751693725586, "y": -117.30521392822266, "subreddit": "fictionbrawl", "cluster": 642, "color": 1}, {"x": 64.15425109863281, "y": -116.60774993896484, "subreddit": "galacticguardians", "cluster": 642, "color": 1}, {"x": 62.44631576538086, "y": -117.53730773925781, "subreddit": "iamafiction", "cluster": 642, "color": 1}, {"x": 64.95584869384766, "y": -116.80978393554688, "subreddit": "privatefiction", "cluster": 642, "color": 1}, {"x": 63.78988265991211, "y": -116.20794677734375, "subreddit": "ratedrfiction", "cluster": 642, "color": 1}, {"x": 64.2469253540039, "y": -114.12654876708984, "subreddit": "spaceengine", "cluster": 642, "color": 1}, {"x": -14.398415565490723, "y": 13.144157409667969, "subreddit": "extremecarcrashes", "cluster": 1690, "color": 3}, {"x": -13.412278175354004, "y": 11.561079978942871, "subreddit": "imagestabilization", "cluster": 1690, "color": 3}, {"x": -12.961128234863281, "y": 12.490423202514648, "subreddit": "killthecameraman", "cluster": 1690, "color": 3}, {"x": -13.227242469787598, "y": 12.38015079498291, "subreddit": "stabbot", "cluster": 1690, "color": 3}, {"x": -5.803436756134033, "y": 11.364709854125977, "subreddit": "whyweretheyfilming", "cluster": 1690, "color": 3}, {"x": -8.900179862976074, "y": 63.47890090942383, "subreddit": "eyes", "cluster": 644, "color": 1}, {"x": -8.799148559570312, "y": 63.358154296875, "subreddit": "faces", "cluster": 644, "color": 1}, {"x": -8.504243850708008, "y": 62.398345947265625, "subreddit": "gonenatural", "cluster": 644, "color": 1}, {"x": -22.461212158203125, "y": 15.868494987487793, "subreddit": "f1circlejerk", "cluster": 706, "color": 2}, {"x": -54.672271728515625, "y": 7.7414631843566895, "subreddit": "f1game", "cluster": 706, "color": 2}, {"x": -22.142284393310547, "y": 15.963021278381348, "subreddit": "formuladank", "cluster": 706, "color": 2}, {"x": -67.24079132080078, "y": 78.48701477050781, "subreddit": "realracing", "cluster": 706, "color": 2}, {"x": -14.611590385437012, "y": 43.62334442138672, "subreddit": "spaceflightsimulator", "cluster": 706, "color": 2}, {"x": -28.851430892944336, "y": -72.83502960205078, "subreddit": "f1feederseries", "cluster": 707, "color": 2}, {"x": -29.673486709594727, "y": -71.94416046142578, "subreddit": "formula1", "cluster": 707, "color": 2}, {"x": -28.993074417114258, "y": -72.66316223144531, "subreddit": "formulae", "cluster": 707, "color": 2}, {"x": 74.82093048095703, "y": 76.21408081054688, "subreddit": "fa30plus", "cluster": 703, "color": 0}, {"x": 74.93797302246094, "y": 76.08560943603516, "subreddit": "foreveralone", "cluster": 703, "color": 0}, {"x": 75.50933074951172, "y": 75.45719146728516, "subreddit": "foreveralonewomen", "cluster": 703, "color": 0}, {"x": 77.93881225585938, "y": -8.970396995544434, "subreddit": "faeria", "cluster": 645, "color": 1}, {"x": 78.04674530029297, "y": -8.662374496459961, "subreddit": "hadesthegame", "cluster": 645, "color": 1}, {"x": 77.6646728515625, "y": -9.668047904968262, "subreddit": "scrolls", "cluster": 645, "color": 1}, {"x": 51.39644241333008, "y": -15.964380264282227, "subreddit": "theyarebillions", "cluster": 645, "color": 1}, {"x": -2.2521297931671143, "y": 114.58995056152344, "subreddit": "fakecartridges", "cluster": 1321, "color": 4}, {"x": -2.2753443717956543, "y": 114.59501647949219, "subreddit": "oilpen", "cluster": 1321, "color": 4}, {"x": -3.1816587448120117, "y": 129.6748046875, "subreddit": "fakeid", "cluster": 649, "color": 1}, {"x": 5.357936382293701, "y": 111.36428833007812, "subreddit": "fakeiduk", "cluster": 649, "color": 1}, {"x": -3.184224843978882, "y": 129.6786346435547, "subreddit": "idg0d", "cluster": 649, "color": 1}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "falconssaintslivess", "cluster": 651, "color": 3}, {"x": 5.620366096496582, "y": 53.11161804199219, "subreddit": "fallout76marketplace", "cluster": 654, "color": 2}, {"x": 5.552358627319336, "y": 52.767822265625, "subreddit": "fallouttradingpost", "cluster": 654, "color": 2}, {"x": 5.255046367645264, "y": 51.71573257446289, "subreddit": "fo76bazaar", "cluster": 654, "color": 2}, {"x": 15.483603477478027, "y": 8.013860702514648, "subreddit": "market76", "cluster": 654, "color": 2}, {"x": -31.659521102905273, "y": -6.26967191696167, "subreddit": "falloutboy", "cluster": 1352, "color": 9}, {"x": -31.759700775146484, "y": -7.7564826011657715, "subreddit": "mychemicalromance", "cluster": 1352, "color": 9}, {"x": -22.223630905151367, "y": 7.001057147979736, "subreddit": "ninjasexparty", "cluster": 1352, "color": 9}, {"x": -31.66330337524414, "y": -6.194136619567871, "subreddit": "panicatthedisco", "cluster": 1352, "color": 9}, {"x": -97.13628387451172, "y": 36.874141693115234, "subreddit": "thekillers", "cluster": 1352, "color": 9}, {"x": -31.615087509155273, "y": -7.47153902053833, "subreddit": "twentyonepilots", "cluster": 1352, "color": 9}, {"x": 25.818565368652344, "y": -109.79275512695312, "subreddit": "falloutequestria", "cluster": 1226, "color": 1}, {"x": 24.918563842773438, "y": -112.68913269042969, "subreddit": "mlpdrawingschool", "cluster": 1226, "color": 1}, {"x": 28.076303482055664, "y": -112.42961120605469, "subreddit": "mylittleandysonic1", "cluster": 1226, "color": 1}, {"x": 27.766136169433594, "y": -109.73519897460938, "subreddit": "mylittlefriends", "cluster": 1226, "color": 1}, {"x": 26.762367248535156, "y": -109.02144622802734, "subreddit": "mylittlepony", "cluster": 1226, "color": 1}, {"x": 56.430973052978516, "y": -39.61690139770508, "subreddit": "nosgoth", "cluster": 1226, "color": 1}, {"x": 26.73369026184082, "y": -108.57506561279297, "subreddit": "roleplayponies", "cluster": 1226, "color": 1}, {"x": -39.343223571777344, "y": 87.94513702392578, "subreddit": "falloutsettlements", "cluster": 1705, "color": 5}, {"x": -38.588661193847656, "y": 86.9400634765625, "subreddit": "stateofdecay", "cluster": 1705, "color": 5}, {"x": -38.50836181640625, "y": 86.8355941772461, "subreddit": "stateofdecay2", "cluster": 1705, "color": 5}, {"x": 55.717979431152344, "y": 17.534915924072266, "subreddit": "twdroadtosurvival", "cluster": 1705, "color": 5}, {"x": -36.13166427612305, "y": 64.96028137207031, "subreddit": "falloutshelter", "cluster": 653, "color": 3}, {"x": -36.13923263549805, "y": 64.96930694580078, "subreddit": "foshelter", "cluster": 653, "color": 3}, {"x": -24.35562515258789, "y": 31.192584991455078, "subreddit": "spore", "cluster": 653, "color": 3}, {"x": 124.45952606201172, "y": 28.1381778717041, "subreddit": "familyguythegame", "cluster": 1764, "color": 4}, {"x": -87.53034210205078, "y": -86.22772979736328, "subreddit": "scbuildit", "cluster": 1764, "color": 4}, {"x": 123.60692596435547, "y": 27.650278091430664, "subreddit": "secretsanta", "cluster": 1764, "color": 4}, {"x": 123.9937744140625, "y": 27.875595092773438, "subreddit": "tappedout", "cluster": 1764, "color": 4}, {"x": 39.92377853393555, "y": 62.993263244628906, "subreddit": "fancyfollicles", "cluster": 832, "color": 1}, {"x": 39.109134674072266, "y": 62.02592086791992, "subreddit": "femalehairadvice", "cluster": 832, "color": 1}, {"x": 39.23031234741211, "y": 62.24614715576172, "subreddit": "hair", "cluster": 832, "color": 1}, {"x": 39.93392562866211, "y": 63.36878967285156, "subreddit": "haircarescience", "cluster": 832, "color": 1}, {"x": 38.78605270385742, "y": 61.252593994140625, "subreddit": "hairdye", "cluster": 832, "color": 1}, {"x": -12.483579635620117, "y": 81.1523666381836, "subreddit": "sticknpokes", "cluster": 832, "color": 1}, {"x": -8.757091522216797, "y": -40.867515563964844, "subreddit": "fandomnatural", "cluster": 1737, "color": 1}, {"x": 6.649420261383057, "y": -54.86063003540039, "subreddit": "figureskating", "cluster": 1737, "color": 1}, {"x": -8.973793983459473, "y": -40.73918533325195, "subreddit": "supernatural", "cluster": 1737, "color": 1}, {"x": -9.796829223632812, "y": -40.25950241088867, "subreddit": "the100", "cluster": 1737, "color": 1}, {"x": -25.810625076293945, "y": -56.51921081542969, "subreddit": "fantasybookers", "cluster": 1687, "color": 2}, {"x": -76.55738830566406, "y": 37.99087905883789, "subreddit": "loserleavesreddit", "cluster": 1687, "color": 2}, {"x": -28.927988052368164, "y": -55.93998336791992, "subreddit": "njpw", "cluster": 1687, "color": 2}, {"x": -45.93961715698242, "y": -91.07198333740234, "subreddit": "prowrestling", "cluster": 1687, "color": 2}, {"x": -27.767011642456055, "y": -55.60240936279297, "subreddit": "squaredcircle", "cluster": 1687, "color": 2}, {"x": -27.31600570678711, "y": -53.96166229248047, "subreddit": "squaredcirclejerk", "cluster": 1687, "color": 2}, {"x": -29.280513763427734, "y": -55.5402946472168, "subreddit": "stardomjoshi", "cluster": 1687, "color": 2}, {"x": -6.1709885597229, "y": 5.642888069152832, "subreddit": "wrasslin", "cluster": 1687, "color": 2}, {"x": -29.532886505126953, "y": -57.52491760253906, "subreddit": "wrestlemaniaplans", "cluster": 1687, "color": 2}, {"x": -30.21047592163086, "y": -53.120121002197266, "subreddit": "wwe_network", "cluster": 1687, "color": 2}, {"x": 21.797883987426758, "y": -104.78094482421875, "subreddit": "wwechampions", "cluster": 1687, "color": 2}, {"x": -27.19045066833496, "y": -55.96877670288086, "subreddit": "wwegames", "cluster": 1687, "color": 2}, {"x": -26.193376541137695, "y": -58.61336898803711, "subreddit": "wwesupercard", "cluster": 1687, "color": 2}, {"x": 85.07975006103516, "y": 10.561592102050781, "subreddit": "fantasywartactics", "cluster": 1760, "color": 3}, {"x": 81.49740600585938, "y": -23.383249282836914, "subreddit": "tales", "cluster": 1760, "color": 3}, {"x": 82.55762481689453, "y": -23.012744903564453, "subreddit": "talesoflink", "cluster": 1760, "color": 3}, {"x": 82.2115249633789, "y": -23.129215240478516, "subreddit": "talesoftherays", "cluster": 1760, "color": 3}, {"x": 58.19213104248047, "y": -43.31214141845703, "subreddit": "fantasyworldbuilding", "cluster": 1974, "color": 3}, {"x": 64.4443359375, "y": -49.502197265625, "subreddit": "godhoodwb", "cluster": 1974, "color": 3}, {"x": 57.61241912841797, "y": -44.484134674072266, "subreddit": "magicbuilding", "cluster": 1974, "color": 3}, {"x": 61.025291442871094, "y": -43.34864044189453, "subreddit": "redrising", "cluster": 1974, "color": 3}, {"x": 57.52745819091797, "y": -43.75202560424805, "subreddit": "worldbuilding", "cluster": 1974, "color": 3}, {"x": 57.00214767456055, "y": -43.48012924194336, "subreddit": "worldjerking", "cluster": 1974, "color": 3}, {"x": -74.86514282226562, "y": -85.71988677978516, "subreddit": "farming", "cluster": 989, "color": 1}, {"x": -74.00337982177734, "y": -86.50202178955078, "subreddit": "kansas", "cluster": 989, "color": 1}, {"x": -73.61245727539062, "y": -87.44710540771484, "subreddit": "kansascity", "cluster": 989, "color": 1}, {"x": -74.6016616821289, "y": -87.42953491210938, "subreddit": "lawrence", "cluster": 989, "color": 1}, {"x": -73.537109375, "y": -86.06843566894531, "subreddit": "wichita", "cluster": 989, "color": 1}, {"x": 44.66604995727539, "y": 34.34591293334961, "subreddit": "fasting", "cluster": 943, "color": 3}, {"x": 44.176979064941406, "y": 35.715423583984375, "subreddit": "intermittentfasting", "cluster": 943, "color": 3}, {"x": 44.19272994995117, "y": 35.81108093261719, "subreddit": "omad", "cluster": 943, "color": 3}, {"x": -26.137773513793945, "y": 52.499229431152344, "subreddit": "pubgmobile", "cluster": 943, "color": 3}, {"x": -55.51968002319336, "y": -64.43403625488281, "subreddit": "fatfire", "cluster": 677, "color": 3}, {"x": -55.09880065917969, "y": -63.3023796081543, "subreddit": "financialindependence", "cluster": 677, "color": 3}, {"x": -55.71553039550781, "y": -62.35612487792969, "subreddit": "fireyfemmes", "cluster": 677, "color": 3}, {"x": -54.87394714355469, "y": -63.24240493774414, "subreddit": "leanfire", "cluster": 677, "color": 3}, {"x": 39.31475830078125, "y": 2.8976545333862305, "subreddit": "work", "cluster": 677, "color": 3}, {"x": 41.38563919067383, "y": 38.0987663269043, "subreddit": "fatpeoplehate", "cluster": 660, "color": 2}, {"x": 40.32261276245117, "y": 36.28632736206055, "subreddit": "fatpeoplestories", "cluster": 660, "color": 2}, {"x": 40.24005889892578, "y": 36.17379379272461, "subreddit": "siamesecats", "cluster": 660, "color": 2}, {"x": -15.894597053527832, "y": 5.371277809143066, "subreddit": "faunussensitivityclub", "cluster": 1565, "color": 4}, {"x": 4.322462558746338, "y": -130.4103240966797, "subreddit": "fnki", "cluster": 1565, "color": 4}, {"x": 4.326805114746094, "y": -130.4027862548828, "subreddit": "rwby", "cluster": 1565, "color": 4}, {"x": -66.66050720214844, "y": -81.78690338134766, "subreddit": "fbhw", "cluster": 1467, "color": 4}, {"x": -36.15155029296875, "y": 82.15074920654297, "subreddit": "pubgconsole", "cluster": 1467, "color": 4}, {"x": -34.85185241699219, "y": 82.95946502685547, "subreddit": "pubgplaystation", "cluster": 1467, "color": 4}, {"x": -36.264652252197266, "y": 82.08235931396484, "subreddit": "pubgxboxone", "cluster": 1467, "color": 4}, {"x": -19.272785186767578, "y": -34.290077209472656, "subreddit": "fearthewalkingdead", "cluster": 661, "color": 1}, {"x": -19.334068298339844, "y": -34.157005310058594, "subreddit": "thewalkingdead", "cluster": 661, "color": 1}, {"x": 69.67402648925781, "y": 54.96493148803711, "subreddit": "february2018bumpers", "cluster": 1920, "color": 2}, {"x": 69.67472076416016, "y": 54.92766571044922, "subreddit": "january2018bumpers", "cluster": 1920, "color": 2}, {"x": 25.822601318359375, "y": -62.636253356933594, "subreddit": "medlabprofessionals", "cluster": 1920, "color": 2}, {"x": 67.99573516845703, "y": 54.211822509765625, "subreddit": "waiting_to_try", "cluster": 1920, "color": 2}, {"x": 67.96360778808594, "y": 54.1815071105957, "subreddit": "wtt_graduates", "cluster": 1920, "color": 2}, {"x": -6.771679401397705, "y": -66.368896484375, "subreddit": "fedora", "cluster": 662, "color": 3}, {"x": -6.870711803436279, "y": -66.22396850585938, "subreddit": "gnome", "cluster": 662, "color": 3}, {"x": -5.866816997528076, "y": -67.5029067993164, "subreddit": "redhat", "cluster": 662, "color": 3}, {"x": -12.842196464538574, "y": 60.98822021484375, "subreddit": "feetpics", "cluster": 1898, "color": 5}, {"x": -12.189600944519043, "y": 60.92813491821289, "subreddit": "feettoesandsocks", "cluster": 1898, "color": 5}, {"x": -14.13513469696045, "y": 58.72267150878906, "subreddit": "footfetishtalks", "cluster": 1898, "color": 5}, {"x": -10.638355255126953, "y": 61.18974304199219, "subreddit": "prettyaltgirls", "cluster": 1898, "color": 5}, {"x": -12.079656600952148, "y": 60.953609466552734, "subreddit": "verifiedfeet", "cluster": 1898, "color": 5}, {"x": -102.9198989868164, "y": 26.28162956237793, "subreddit": "feludasports", "cluster": 664, "color": 3}, {"x": 35.34519958496094, "y": 76.014892578125, "subreddit": "femaledatingstrategy", "cluster": 1383, "color": 1}, {"x": 35.816856384277344, "y": 75.73164367675781, "subreddit": "pinkpillfeminism", "cluster": 1383, "color": 1}, {"x": 36.189918518066406, "y": 75.45700073242188, "subreddit": "vindicta", "cluster": 1383, "color": 1}, {"x": -31.24284553527832, "y": -132.98435974121094, "subreddit": "fenerbahcesk", "cluster": 1745, "color": 2}, {"x": 73.88487243652344, "y": -36.55376052856445, "subreddit": "keyforgegame", "cluster": 1745, "color": 2}, {"x": -31.239961624145508, "y": -132.98524475097656, "subreddit": "swdestiny", "cluster": 1745, "color": 2}, {"x": 33.981876373291016, "y": 89.63534545898438, "subreddit": "ferrets", "cluster": 1402, "color": 3}, {"x": 34.039608001708984, "y": 89.63980102539062, "subreddit": "pmdd", "cluster": 1402, "color": 3}, {"x": -64.60533142089844, "y": 44.544532775878906, "subreddit": "ffviiremake", "cluster": 669, "color": 2}, {"x": 72.55317687988281, "y": 7.242484092712402, "subreddit": "ffxv", "cluster": 669, "color": 2}, {"x": -64.60945129394531, "y": 44.55338668823242, "subreddit": "finalfantasyvii", "cluster": 669, "color": 2}, {"x": -46.72493362426758, "y": 16.238088607788086, "subreddit": "ffxiv", "cluster": 1614, "color": 3}, {"x": -45.636051177978516, "y": 16.42348289489746, "subreddit": "shitpostxiv", "cluster": 1614, "color": 3}, {"x": -45.518001556396484, "y": 16.450576782226562, "subreddit": "talesfromdf", "cluster": 1614, "color": 3}, {"x": -47.4236946105957, "y": 16.304365158081055, "subreddit": "ffxivrecruitment", "cluster": 1279, "color": 2}, {"x": -48.645938873291016, "y": 17.617422103881836, "subreddit": "ni_no_kuni", "cluster": 1279, "color": 2}, {"x": -45.1257438659668, "y": 2.1687967777252197, "subreddit": "outwardgame", "cluster": 1279, "color": 2}, {"x": 101.25843048095703, "y": 55.98215866088867, "subreddit": "fiddlesticksmains", "cluster": 982, "color": 3}, {"x": 100.1460952758789, "y": 55.25274658203125, "subreddit": "jungle_mains", "cluster": 982, "color": 3}, {"x": 104.42326354980469, "y": 58.15800476074219, "subreddit": "kaynmains", "cluster": 982, "color": 3}, {"x": 100.09944152832031, "y": 55.18904113769531, "subreddit": "khazixmains", "cluster": 982, "color": 3}, {"x": 99.4454345703125, "y": 57.023807525634766, "subreddit": "kindred", "cluster": 982, "color": 3}, {"x": 98.60647583007812, "y": 55.03106689453125, "subreddit": "shacomains", "cluster": 982, "color": 3}, {"x": 101.27010345458984, "y": 51.63014221191406, "subreddit": "teemotalk", "cluster": 982, "color": 3}, {"x": 108.95714569091797, "y": 55.179840087890625, "subreddit": "twitchmains", "cluster": 982, "color": 3}, {"x": 102.13780975341797, "y": 54.31447982788086, "subreddit": "warwickmains", "cluster": 982, "color": 3}, {"x": 99.95207977294922, "y": 53.18620681762695, "subreddit": "yimo", "cluster": 982, "color": 3}, {"x": 100.79525756835938, "y": 25.013456344604492, "subreddit": "fidgetspinners", "cluster": 717, "color": 1}, {"x": 129.04901123046875, "y": -4.8604278564453125, "subreddit": "fountainpens", "cluster": 717, "color": 1}, {"x": 127.80191040039062, "y": -3.202312469482422, "subreddit": "notebooks", "cluster": 717, "color": 1}, {"x": 129.09872436523438, "y": -4.960783004760742, "subreddit": "pen_swap", "cluster": 717, "color": 1}, {"x": -111.48815155029297, "y": 39.76218795776367, "subreddit": "fieldofkarmicglory", "cluster": 1369, "color": 3}, {"x": -110.87142944335938, "y": 39.51430892944336, "subreddit": "orangered", "cluster": 1369, "color": 3}, {"x": -110.93659973144531, "y": 39.538719177246094, "subreddit": "periwinkle", "cluster": 1369, "color": 3}, {"x": -14.632033348083496, "y": 38.26691436767578, "subreddit": "fifa19", "cluster": 671, "color": 0}, {"x": -14.580141067504883, "y": 38.13499450683594, "subreddit": "fifa20", "cluster": 671, "color": 0}, {"x": -14.163514137268066, "y": 37.117061614990234, "subreddit": "fut", "cluster": 671, "color": 0}, {"x": 122.8498306274414, "y": -8.886189460754395, "subreddit": "fifacoins", "cluster": 672, "color": 1}, {"x": 122.8475112915039, "y": -8.874939918518066, "subreddit": "fifautcoins", "cluster": 672, "color": 1}, {"x": -13.631752967834473, "y": 6.535037040710449, "subreddit": "filthyfrank", "cluster": 675, "color": 0}, {"x": 0.9852184653282166, "y": 11.286250114440918, "subreddit": "h3h3productions", "cluster": 675, "color": 0}, {"x": -12.96402359008789, "y": 6.9436469078063965, "subreddit": "idubbbz", "cluster": 675, "color": 0}, {"x": -13.922805786132812, "y": 6.420408248901367, "subreddit": "pinkomega", "cluster": 675, "color": 0}, {"x": -38.0866584777832, "y": 110.30130767822266, "subreddit": "finalmouse", "cluster": 1205, "color": 1}, {"x": -38.84043502807617, "y": 111.55115509033203, "subreddit": "mousemarket", "cluster": 1205, "color": 1}, {"x": -38.902687072753906, "y": 110.87479400634766, "subreddit": "mousepadreview", "cluster": 1205, "color": 1}, {"x": -38.81706237792969, "y": 110.68013000488281, "subreddit": "mousereview", "cluster": 1205, "color": 1}, {"x": -25.710155487060547, "y": 22.681917190551758, "subreddit": "finalspace", "cluster": 1915, "color": 8}, {"x": -20.327247619628906, "y": 82.64013671875, "subreddit": "kof98umol", "cluster": 1915, "color": 8}, {"x": -49.63923263549805, "y": 13.872440338134766, "subreddit": "thedragonprince", "cluster": 1915, "color": 8}, {"x": -51.69426727294922, "y": 14.910154342651367, "subreddit": "toys", "cluster": 1915, "color": 8}, {"x": -50.738616943359375, "y": 14.373457908630371, "subreddit": "voltron", "cluster": 1915, "color": 8}, {"x": 47.41781234741211, "y": -73.85684204101562, "subreddit": "finland", "cluster": 1736, "color": 4}, {"x": 47.41975021362305, "y": -73.85511016845703, "subreddit": "suomi", "cluster": 1736, "color": 4}, {"x": 106.20574951171875, "y": 56.41289520263672, "subreddit": "fioramains", "cluster": 1993, "color": 4}, {"x": 108.20248413085938, "y": 57.25583267211914, "subreddit": "rengarmains", "cluster": 1993, "color": 4}, {"x": 107.10485076904297, "y": 57.26189422607422, "subreddit": "rivenmains", "cluster": 1993, "color": 4}, {"x": 107.60926055908203, "y": 58.933448791503906, "subreddit": "vladimirmains", "cluster": 1993, "color": 4}, {"x": 106.28142547607422, "y": 56.82417297363281, "subreddit": "yasuomains", "cluster": 1993, "color": 4}, {"x": 105.41545867919922, "y": 57.996192932128906, "subreddit": "zedmains", "cluster": 1993, "color": 4}, {"x": -71.12440490722656, "y": -19.312232971191406, "subreddit": "fios", "cluster": 1201, "color": 2}, {"x": -75.71051788330078, "y": -16.842670440673828, "subreddit": "moto_z", "cluster": 1201, "color": 2}, {"x": -75.62421417236328, "y": -16.761568069458008, "subreddit": "motog", "cluster": 1201, "color": 2}, {"x": -76.65426635742188, "y": -17.753459930419922, "subreddit": "ring", "cluster": 1201, "color": 2}, {"x": 92.69026947021484, "y": 61.519309997558594, "subreddit": "fireemblemthreehouses", "cluster": 681, "color": 0}, {"x": 92.0425033569336, "y": 61.52424621582031, "subreddit": "seishunbutayarou", "cluster": 681, "color": 0}, {"x": 93.0278549194336, "y": 61.49226379394531, "subreddit": "vaynemains", "cluster": 681, "color": 0}, {"x": -4.579605579376221, "y": -30.584823608398438, "subreddit": "firefly", "cluster": 1821, "color": 1}, {"x": -25.623374938964844, "y": -43.88794708251953, "subreddit": "gilmoregirls", "cluster": 1821, "color": 1}, {"x": -26.33391761779785, "y": -44.22144317626953, "subreddit": "hungergames", "cluster": 1821, "color": 1}, {"x": -24.776226043701172, "y": -42.3539924621582, "subreddit": "janethevirgincw", "cluster": 1821, "color": 1}, {"x": -25.675506591796875, "y": -43.83031463623047, "subreddit": "thisisus", "cluster": 1821, "color": 1}, {"x": -63.183021545410156, "y": -15.405701637268066, "subreddit": "firefox", "cluster": 1441, "color": 8}, {"x": 6.6009602546691895, "y": -26.119707107543945, "subreddit": "privacy", "cluster": 1441, "color": 8}, {"x": 6.591569423675537, "y": -26.191320419311523, "subreddit": "privacytoolsio", "cluster": 1441, "color": 8}, {"x": 8.103704452514648, "y": -26.16633415222168, "subreddit": "stallmanwasright", "cluster": 1441, "color": 8}, {"x": -57.215065002441406, "y": 10.516207695007324, "subreddit": "firewallzerohour", "cluster": 683, "color": 3}, {"x": 74.72444915771484, "y": -26.845727920532227, "subreddit": "helldivers", "cluster": 683, "color": 3}, {"x": -57.22509002685547, "y": 10.532011032104492, "subreddit": "psvr", "cluster": 683, "color": 3}, {"x": -32.810546875, "y": 25.770915985107422, "subreddit": "firewatch", "cluster": 1283, "color": 4}, {"x": 82.14604949951172, "y": 63.39067840576172, "subreddit": "madeinabyss", "cluster": 1283, "color": 4}, {"x": -33.351810455322266, "y": 25.255483627319336, "subreddit": "nightinthewoods", "cluster": 1283, "color": 4}, {"x": -33.9202766418457, "y": 25.336915969848633, "subreddit": "splatoon", "cluster": 1283, "color": 4}, {"x": -32.99141311645508, "y": 24.55721664428711, "subreddit": "thewitness", "cluster": 1283, "color": 4}, {"x": -27.886356353759766, "y": -60.910247802734375, "subreddit": "fitbit", "cluster": 685, "color": 0}, {"x": -27.630321502685547, "y": -61.52409744262695, "subreddit": "garmin", "cluster": 685, "color": 0}, {"x": -24.669858932495117, "y": 18.940187454223633, "subreddit": "gridcoin", "cluster": 685, "color": 0}, {"x": 112.04009246826172, "y": 61.5714111328125, "subreddit": "fizzmains", "cluster": 1734, "color": 4}, {"x": 103.63812255859375, "y": 52.766510009765625, "subreddit": "garenmains", "cluster": 1734, "color": 4}, {"x": 96.00161743164062, "y": 12.253519058227539, "subreddit": "leagueoflegendsmeta", "cluster": 1734, "color": 4}, {"x": 111.24736785888672, "y": 59.269962310791016, "subreddit": "nasusmains", "cluster": 1734, "color": 4}, {"x": 111.10176849365234, "y": 59.339683532714844, "subreddit": "summonerschool", "cluster": 1734, "color": 4}, {"x": 14.882925033569336, "y": 33.578956604003906, "subreddit": "flairwars", "cluster": 1901, "color": 1}, {"x": 47.275047302246094, "y": -12.159741401672363, "subreddit": "giivasunner", "cluster": 1901, "color": 1}, {"x": 24.12782096862793, "y": 7.503963947296143, "subreddit": "raiseyourdongers", "cluster": 1901, "color": 1}, {"x": -9.288352012634277, "y": 21.700468063354492, "subreddit": "surrealmemes", "cluster": 1901, "color": 1}, {"x": 32.806861877441406, "y": -55.31447219848633, "subreddit": "vexillology", "cluster": 1901, "color": 1}, {"x": -5.159409523010254, "y": 15.896729469299316, "subreddit": "vexillologycirclejerk", "cluster": 1901, "color": 1}, {"x": 6.712328910827637, "y": 57.238548278808594, "subreddit": "virginvschad", "cluster": 1901, "color": 1}, {"x": -7.164679050445557, "y": 122.0002670288086, "subreddit": "flmedicaltrees", "cluster": 693, "color": 2}, {"x": -7.168001174926758, "y": 122.0001220703125, "subreddit": "floridatrees", "cluster": 693, "color": 2}, {"x": -130.00558471679688, "y": 43.57480239868164, "subreddit": "floridagonzagalive", "cluster": 1469, "color": 2}, {"x": -130.00555419921875, "y": 43.57483673095703, "subreddit": "purduetennesseelive", "cluster": 1469, "color": 2}, {"x": -74.68550872802734, "y": 48.936241149902344, "subreddit": "flume", "cluster": 1988, "color": 5}, {"x": -78.77151489257812, "y": 10.088566780090332, "subreddit": "skrillex", "cluster": 1988, "color": 5}, {"x": 60.853153228759766, "y": 32.152000427246094, "subreddit": "songstems", "cluster": 1988, "color": 5}, {"x": -78.32084655761719, "y": 11.049967765808105, "subreddit": "trap", "cluster": 1988, "color": 5}, {"x": -78.54794311523438, "y": 10.563775062561035, "subreddit": "xtrill", "cluster": 1988, "color": 5}, {"x": -68.90830993652344, "y": -69.25611114501953, "subreddit": "flyfishing", "cluster": 696, "color": 2}, {"x": -68.90226745605469, "y": -69.26942443847656, "subreddit": "flytying", "cluster": 696, "color": 2}, {"x": -88.31644439697266, "y": -43.373321533203125, "subreddit": "focusst", "cluster": 701, "color": 3}, {"x": -89.55367279052734, "y": -43.496253967285156, "subreddit": "ford", "cluster": 701, "color": 3}, {"x": -88.74688720703125, "y": -46.61980056762695, "subreddit": "fordranger", "cluster": 701, "color": 3}, {"x": -91.22225189208984, "y": -43.31391525268555, "subreddit": "foxmustang", "cluster": 701, "color": 3}, {"x": -90.31915283203125, "y": -43.496273040771484, "subreddit": "mustang", "cluster": 701, "color": 3}, {"x": -30.132080078125, "y": 76.60883331298828, "subreddit": "foodfantasy", "cluster": 1188, "color": 3}, {"x": -31.460044860839844, "y": 78.72006225585938, "subreddit": "mobilelegends", "cluster": 1188, "color": 3}, {"x": -31.480175018310547, "y": 78.71804809570312, "subreddit": "mobilelegendsgame", "cluster": 1188, "color": 3}, {"x": -38.095672607421875, "y": -81.45463562011719, "subreddit": "football", "cluster": 699, "color": 1}, {"x": -38.84907913208008, "y": -81.30634307861328, "subreddit": "nhl", "cluster": 699, "color": 1}, {"x": 59.30390548706055, "y": -74.95294189453125, "subreddit": "shitamericanssay", "cluster": 699, "color": 1}, {"x": -37.76945114135742, "y": -81.52848052978516, "subreddit": "worldcup", "cluster": 699, "color": 1}, {"x": 64.16109466552734, "y": -102.51870727539062, "subreddit": "footballdownload", "cluster": 700, "color": 1}, {"x": 64.158203125, "y": -102.52784729003906, "subreddit": "footballhighlights", "cluster": 700, "color": 1}, {"x": 12.451473236083984, "y": -40.99348068237305, "subreddit": "foraging", "cluster": 1216, "color": 3}, {"x": 93.00482940673828, "y": 94.41642761230469, "subreddit": "mushrooms", "cluster": 1216, "color": 3}, {"x": 93.1647720336914, "y": 94.16859436035156, "subreddit": "mycology", "cluster": 1216, "color": 3}, {"x": 92.83463287353516, "y": 94.68768310546875, "subreddit": "shroomid", "cluster": 1216, "color": 3}, {"x": 29.442100524902344, "y": -61.1071662902832, "subreddit": "foreignservice", "cluster": 702, "color": 1}, {"x": 28.73027801513672, "y": -60.092037200927734, "subreddit": "pelotoncycle", "cluster": 702, "color": 1}, {"x": -31.05525779724121, "y": 100.78353118896484, "subreddit": "forhonorsamurai", "cluster": 705, "color": 2}, {"x": -31.1373291015625, "y": 100.75654602050781, "subreddit": "forhonorvikings", "cluster": 705, "color": 2}, {"x": 115.36039733886719, "y": -6.630121231079102, "subreddit": "formcheck", "cluster": 1724, "color": 0}, {"x": 114.25305938720703, "y": -6.758255958557129, "subreddit": "startingstrength", "cluster": 1724, "color": 0}, {"x": 115.6969223022461, "y": -6.616177558898926, "subreddit": "strength_training", "cluster": 1724, "color": 0}, {"x": 114.60759735107422, "y": -6.702762603759766, "subreddit": "stronglifts5x5", "cluster": 1724, "color": 0}, {"x": -25.057119369506836, "y": 57.37309265136719, "subreddit": "forsen", "cluster": 812, "color": 0}, {"x": -26.662742614746094, "y": 58.468990325927734, "subreddit": "greekgodx", "cluster": 812, "color": 0}, {"x": -26.46913719177246, "y": 58.470176696777344, "subreddit": "loltyler1", "cluster": 812, "color": 0}, {"x": -27.98235321044922, "y": 59.82080078125, "subreddit": "mizkif", "cluster": 812, "color": 0}, {"x": -27.941730499267578, "y": 59.77927017211914, "subreddit": "trainwreckstv", "cluster": 812, "color": 0}, {"x": -27.778064727783203, "y": 57.759647369384766, "subreddit": "xqcow", "cluster": 812, "color": 0}, {"x": -42.81732940673828, "y": 74.79124450683594, "subreddit": "fortnite_mobile", "cluster": 711, "color": 3}, {"x": -42.879520416259766, "y": 74.7522201538086, "subreddit": "fortnitemobile", "cluster": 711, "color": 3}, {"x": -44.54106140136719, "y": 73.8038101196289, "subreddit": "fortniteswitch", "cluster": 711, "color": 3}, {"x": 27.16680145263672, "y": 2.5737972259521484, "subreddit": "im14andthisisfunny", "cluster": 711, "color": 3}, {"x": 27.22576332092285, "y": 2.5407328605651855, "subreddit": "visible", "cluster": 711, "color": 3}, {"x": -39.74744415283203, "y": 71.24833679199219, "subreddit": "fortniteaccounts", "cluster": 708, "color": 2}, {"x": -38.469993591308594, "y": 70.9090347290039, "subreddit": "gamingmarket", "cluster": 708, "color": 2}, {"x": -46.88966369628906, "y": 72.61700439453125, "subreddit": "fortnitebruniversity", "cluster": 710, "color": 0}, {"x": -47.04926681518555, "y": 72.80066680908203, "subreddit": "fortniteps4", "cluster": 710, "color": 0}, {"x": -41.55226516723633, "y": 67.66461181640625, "subreddit": "fortnitefleamarket", "cluster": 712, "color": 4}, {"x": -42.582061767578125, "y": 67.72209930419922, "subreddit": "fortnitesavetheworld", "cluster": 712, "color": 4}, {"x": -41.78889846801758, "y": 67.68351745605469, "subreddit": "fortnitessd", "cluster": 712, "color": 4}, {"x": -46.063724517822266, "y": -49.29962921142578, "subreddit": "fortwayne", "cluster": 928, "color": 3}, {"x": -18.21835708618164, "y": -74.70596313476562, "subreddit": "gout", "cluster": 928, "color": 3}, {"x": -46.20896530151367, "y": -48.49578094482422, "subreddit": "indiana", "cluster": 928, "color": 3}, {"x": -46.238529205322266, "y": -48.229103088378906, "subreddit": "indianapolis", "cluster": 928, "color": 3}, {"x": -50.32501983642578, "y": -48.650352478027344, "subreddit": "purdue", "cluster": 928, "color": 3}, {"x": -67.64158630371094, "y": -78.09867858886719, "subreddit": "fortworth", "cluster": 713, "color": 2}, {"x": -50.39959716796875, "y": 6.908544540405273, "subreddit": "pogodfw", "cluster": 713, "color": 2}, {"x": -67.88614654541016, "y": -77.9005126953125, "subreddit": "texaspolitics", "cluster": 713, "color": 2}, {"x": 74.70665740966797, "y": -81.2496337890625, "subreddit": "forum_democratie", "cluster": 731, "color": 3}, {"x": 74.70372772216797, "y": -81.25096893310547, "subreddit": "freedutch", "cluster": 731, "color": 3}, {"x": 23.644145965576172, "y": 15.136150360107422, "subreddit": "forwardsfromgrandma", "cluster": 714, "color": 2}, {"x": 23.556318283081055, "y": 15.162772178649902, "subreddit": "lewronggeneration", "cluster": 714, "color": 2}, {"x": 39.60517883300781, "y": 15.219236373901367, "subreddit": "trumptweets", "cluster": 714, "color": 2}, {"x": 15.633604049682617, "y": 36.35896682739258, "subreddit": "forwardsfromhitler", "cluster": 715, "color": 2}, {"x": 15.807595252990723, "y": 36.31903076171875, "subreddit": "forwardsfromklandma", "cluster": 715, "color": 2}, {"x": 17.343996047973633, "y": 37.19712829589844, "subreddit": "pragerurine", "cluster": 715, "color": 2}, {"x": 18.715431213378906, "y": 34.59212112426758, "subreddit": "selfawarewolves", "cluster": 715, "color": 2}, {"x": 17.246875762939453, "y": 35.561370849609375, "subreddit": "therightcantmeme", "cluster": 715, "color": 2}, {"x": -58.14636993408203, "y": -44.86799621582031, "subreddit": "fpga", "cluster": 718, "color": 0}, {"x": 2.798535108566284, "y": -75.3031234741211, "subreddit": "mensa", "cluster": 718, "color": 0}, {"x": 34.63936996459961, "y": 38.89706039428711, "subreddit": "zoophilia", "cluster": 718, "color": 0}, {"x": 23.283546447753906, "y": -8.213805198669434, "subreddit": "fpv", "cluster": 719, "color": 3}, {"x": 23.657421112060547, "y": -8.298150062561035, "subreddit": "fpvracing", "cluster": 719, "color": 3}, {"x": 23.438283920288086, "y": -7.462009906768799, "subreddit": "multicopter", "cluster": 719, "color": 3}, {"x": 24.866600036621094, "y": -7.784478664398193, "subreddit": "multicopterbuilds", "cluster": 719, "color": 3}, {"x": 24.794336318969727, "y": -7.889969825744629, "subreddit": "quadcopter", "cluster": 719, "color": 3}, {"x": 22.602340698242188, "y": -8.588776588439941, "subreddit": "radiocontrol", "cluster": 719, "color": 3}, {"x": 24.751575469970703, "y": 5.226535797119141, "subreddit": "fragrance", "cluster": 720, "color": 1}, {"x": 24.728288650512695, "y": 5.217965126037598, "subreddit": "fragranceswap", "cluster": 720, "color": 1}, {"x": 0.6220141649246216, "y": 5.340712547302246, "subreddit": "fragsplits", "cluster": 720, "color": 1}, {"x": 30.425830841064453, "y": -72.31237030029297, "subreddit": "france", "cluster": 722, "color": 0}, {"x": 30.618091583251953, "y": -71.33612823486328, "subreddit": "french", "cluster": 722, "color": 0}, {"x": 30.4212703704834, "y": -72.25460815429688, "subreddit": "rance", "cluster": 722, "color": 0}, {"x": 86.83872985839844, "y": -69.32991790771484, "subreddit": "vosfinances", "cluster": 722, "color": 0}, {"x": -9.89098834991455, "y": 18.58904457092285, "subreddit": "frc", "cluster": 724, "color": 0}, {"x": -10.14783000946045, "y": 18.500978469848633, "subreddit": "ftc", "cluster": 724, "color": 0}, {"x": 50.93773651123047, "y": 135.42147827148438, "subreddit": "fredericton", "cluster": 726, "color": 0}, {"x": 50.93753433227539, "y": 135.42112731933594, "subreddit": "newbrunswickcanada", "cluster": 726, "color": 0}, {"x": -3.2093164920806885, "y": -60.87174987792969, "subreddit": "freebsd", "cluster": 729, "color": 3}, {"x": -3.0035011768341064, "y": -62.074092864990234, "subreddit": "openbsd", "cluster": 729, "color": 3}, {"x": 33.33165740966797, "y": -96.23353576660156, "subreddit": "simonfraser", "cluster": 729, "color": 3}, {"x": -3.902012586593628, "y": -60.816261291503906, "subreddit": "waterfox", "cluster": 729, "color": 3}, {"x": 133.39183044433594, "y": 37.92043685913086, "subreddit": "freeclams", "cluster": 730, "color": 1}, {"x": 133.39083862304688, "y": 37.9189453125, "subreddit": "freedonuts", "cluster": 730, "color": 1}, {"x": -7.016163349151611, "y": 65.33232116699219, "subreddit": "freecompliments", "cluster": 1831, "color": 4}, {"x": -7.036046028137207, "y": 65.31651306152344, "subreddit": "toastme", "cluster": 1831, "color": 4}, {"x": 99.6365737915039, "y": -24.0850830078125, "subreddit": "freegamefindings", "cluster": 733, "color": 0}, {"x": 99.63803100585938, "y": -24.082849502563477, "subreddit": "freegamesonsteam", "cluster": 733, "color": 0}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "freehqtv", "cluster": 734, "color": 3}, {"x": -13.518549919128418, "y": 32.020145416259766, "subreddit": "freekarma4u", "cluster": 735, "color": 1}, {"x": -13.573529243469238, "y": 32.13019561767578, "subreddit": "freekarma4you", "cluster": 735, "color": 1}, {"x": -127.79009246826172, "y": -64.32952880859375, "subreddit": "steamtradingcards", "cluster": 735, "color": 1}, {"x": 56.845184326171875, "y": 31.753259658813477, "subreddit": "freelance", "cluster": 736, "color": 1}, {"x": 57.22808837890625, "y": 32.2634391784668, "subreddit": "freelancewriters", "cluster": 736, "color": 1}, {"x": 57.3608283996582, "y": 32.44678497314453, "subreddit": "loungers", "cluster": 736, "color": 1}, {"x": -39.82989501953125, "y": -19.478870391845703, "subreddit": "frenchbulldogs", "cluster": 1298, "color": 3}, {"x": 36.20769119262695, "y": 63.31696701049805, "subreddit": "longhair", "cluster": 1298, "color": 3}, {"x": 36.230709075927734, "y": 63.37870407104492, "subreddit": "nopoo", "cluster": 1298, "color": 3}, {"x": 21.178709030151367, "y": -48.33204650878906, "subreddit": "friendsofthepod", "cluster": 1986, "color": 2}, {"x": 48.43407440185547, "y": -21.758657455444336, "subreddit": "oxygennotincluded", "cluster": 1986, "color": 2}, {"x": 56.86598205566406, "y": -20.937292098999023, "subreddit": "phoenixpoint", "cluster": 1986, "color": 2}, {"x": 50.70259475708008, "y": -21.8853759765625, "subreddit": "rimworld", "cluster": 1986, "color": 2}, {"x": 55.68183517456055, "y": -20.857025146484375, "subreddit": "xcom", "cluster": 1986, "color": 2}, {"x": 55.499794006347656, "y": -20.815454483032227, "subreddit": "xcom2", "cluster": 1986, "color": 2}, {"x": 50.65978240966797, "y": -16.983219146728516, "subreddit": "frostpunk", "cluster": 1042, "color": 3}, {"x": -54.79639434814453, "y": 34.169837951660156, "subreddit": "letitdie", "cluster": 1042, "color": 3}, {"x": 55.11310958862305, "y": 5.5440521240234375, "subreddit": "twobestfriendsplay", "cluster": 1042, "color": 3}, {"x": -54.4271125793457, "y": 34.486087799072266, "subreddit": "yakuzagames", "cluster": 1042, "color": 3}, {"x": 51.71875, "y": 29.054128646850586, "subreddit": "frugalmalefashion", "cluster": 738, "color": 2}, {"x": 52.96399688720703, "y": 27.267173767089844, "subreddit": "frugalmalefashioncdn", "cluster": 738, "color": 2}, {"x": 52.27490234375, "y": 29.69854736328125, "subreddit": "goodyearwelt", "cluster": 738, "color": 2}, {"x": 52.3745231628418, "y": 29.02227783203125, "subreddit": "malefashionadvice", "cluster": 738, "color": 2}, {"x": 51.50335693359375, "y": 29.216022491455078, "subreddit": "malefashionmarket", "cluster": 738, "color": 2}, {"x": 86.95672607421875, "y": 25.24188232421875, "subreddit": "onetruthprevails", "cluster": 738, "color": 2}, {"x": 50.990535736083984, "y": 29.936031341552734, "subreddit": "rawdenim", "cluster": 738, "color": 2}, {"x": 28.60672950744629, "y": -123.90100860595703, "subreddit": "fsae", "cluster": 1385, "color": 2}, {"x": 27.04845428466797, "y": -124.36005401611328, "subreddit": "historicalworldpowers", "cluster": 1385, "color": 2}, {"x": 52.40470504760742, "y": 39.35752868652344, "subreddit": "jigsawpuzzles", "cluster": 1385, "color": 2}, {"x": 27.994035720825195, "y": -124.07003021240234, "subreddit": "pitt", "cluster": 1385, "color": 2}, {"x": -16.66923713684082, "y": -127.58676147460938, "subreddit": "fsu", "cluster": 739, "color": 0}, {"x": -17.275577545166016, "y": -127.20059967041016, "subreddit": "fsusports", "cluster": 739, "color": 0}, {"x": -16.446456909179688, "y": -127.7251968383789, "subreddit": "tallahassee", "cluster": 739, "color": 0}, {"x": 0.662894606590271, "y": -102.64810180664062, "subreddit": "ft86", "cluster": 740, "color": 3}, {"x": 0.7595189809799194, "y": -102.65519714355469, "subreddit": "guelph", "cluster": 740, "color": 3}, {"x": -99.30330657958984, "y": -38.2137336730957, "subreddit": "jdm", "cluster": 740, "color": 3}, {"x": 86.00480651855469, "y": 88.95580291748047, "subreddit": "ftm", "cluster": 741, "color": 1}, {"x": 86.11050415039062, "y": 89.31829071044922, "subreddit": "ftmmen", "cluster": 741, "color": 1}, {"x": -12.205336570739746, "y": 20.354705810546875, "subreddit": "tigerking", "cluster": 741, "color": 1}, {"x": 86.13021087646484, "y": 89.93276977539062, "subreddit": "truscum", "cluster": 741, "color": 1}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "fubo24", "cluster": 742, "color": 4}, {"x": -122.60505676269531, "y": 39.444580078125, "subreddit": "fubohdweb", "cluster": 854, "color": 0}, {"x": -122.48503875732422, "y": 38.62611770629883, "subreddit": "hditv", "cluster": 854, "color": 0}, {"x": -122.48503875732422, "y": 38.625831604003906, "subreddit": "hqitv", "cluster": 854, "color": 0}, {"x": -75.66803741455078, "y": 56.92881774902344, "subreddit": "fuckthepopulation", "cluster": 753, "color": 1}, {"x": -76.1640396118164, "y": 56.86964797973633, "subreddit": "g59", "cluster": 753, "color": 1}, {"x": -76.66291809082031, "y": 56.82868957519531, "subreddit": "teamsesh", "cluster": 753, "color": 1}, {"x": 38.211917877197266, "y": -35.21985626220703, "subreddit": "fullcommunism", "cluster": 1657, "color": 3}, {"x": 37.61800765991211, "y": -36.77851486206055, "subreddit": "shittankiessay", "cluster": 1657, "color": 3}, {"x": 38.132442474365234, "y": -36.36610412597656, "subreddit": "socialism", "cluster": 1657, "color": 3}, {"x": 39.37360763549805, "y": -37.4960823059082, "subreddit": "socialism_101", "cluster": 1657, "color": 3}, {"x": 40.19678497314453, "y": -38.16115188598633, "subreddit": "tropico", "cluster": 1657, "color": 3}, {"x": -86.51011657714844, "y": 68.9384765625, "subreddit": "funko", "cluster": 747, "color": 2}, {"x": -86.85269927978516, "y": 69.06623077392578, "subreddit": "funkopop", "cluster": 747, "color": 2}, {"x": -87.36736297607422, "y": 69.27225494384766, "subreddit": "funkoswap", "cluster": 747, "color": 2}, {"x": -49.60291290283203, "y": 99.7481689453125, "subreddit": "furry", "cluster": 1757, "color": 2}, {"x": 30.600173950195312, "y": 16.768604278564453, "subreddit": "rantsfromretail", "cluster": 1757, "color": 2}, {"x": 29.94562530517578, "y": 18.231603622436523, "subreddit": "retailhell", "cluster": 1757, "color": 2}, {"x": 32.1845703125, "y": 15.832547187805176, "subreddit": "talesfromretail", "cluster": 1757, "color": 2}, {"x": 32.20553970336914, "y": 15.686524391174316, "subreddit": "talesfromthecustomer", "cluster": 1757, "color": 2}, {"x": 33.20696258544922, "y": 14.814677238464355, "subreddit": "talesfromthepizzaguy", "cluster": 1757, "color": 2}, {"x": 31.97578239440918, "y": 14.89838695526123, "subreddit": "talesfromyourserver", "cluster": 1757, "color": 2}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "furywilderlivetv", "cluster": 748, "color": 3}, {"x": -22.711301803588867, "y": 52.27670669555664, "subreddit": "futmobile", "cluster": 749, "color": 2}, {"x": -23.840654373168945, "y": 52.01185607910156, "subreddit": "pesmobile", "cluster": 749, "color": 2}, {"x": -41.84482192993164, "y": -50.8903694152832, "subreddit": "future_fight", "cluster": 750, "color": 2}, {"x": -41.97441101074219, "y": -50.9783821105957, "subreddit": "futurefight", "cluster": 750, "color": 2}, {"x": -40.9176139831543, "y": -50.27947998046875, "subreddit": "maa2", "cluster": 750, "color": 2}, {"x": -6.040318012237549, "y": -36.05644989013672, "subreddit": "marvelheroes", "cluster": 750, "color": 2}, {"x": 88.04553985595703, "y": 27.79991912841797, "subreddit": "onepiecetc", "cluster": 750, "color": 2}, {"x": 68.00865173339844, "y": 40.613670349121094, "subreddit": "futurebeatproducers", "cluster": 1110, "color": 2}, {"x": 69.32791900634766, "y": 38.50031661987305, "subreddit": "lofihiphop", "cluster": 1110, "color": 2}, {"x": 67.68767547607422, "y": 39.971519470214844, "subreddit": "makinghiphop", "cluster": 1110, "color": 2}, {"x": 64.34716033935547, "y": 34.149375915527344, "subreddit": "maschine", "cluster": 1110, "color": 2}, {"x": 66.6122055053711, "y": 39.71385192871094, "subreddit": "trapproduction", "cluster": 1110, "color": 2}, {"x": -6.649087429046631, "y": -112.74142456054688, "subreddit": "futurefunk", "cluster": 1891, "color": 8}, {"x": -15.072016716003418, "y": -54.15653610229492, "subreddit": "vaporwave", "cluster": 1891, "color": 8}, {"x": -15.065173149108887, "y": -54.10383224487305, "subreddit": "vaporwaveart", "cluster": 1891, "color": 8}, {"x": -28.148290634155273, "y": 94.08516693115234, "subreddit": "g502masterrace", "cluster": 752, "color": 1}, {"x": -29.110904693603516, "y": 94.42498779296875, "subreddit": "logitechg", "cluster": 752, "color": 1}, {"x": -27.73063850402832, "y": 93.95575714111328, "subreddit": "the10thdentist", "cluster": 752, "color": 1}, {"x": 43.13250732421875, "y": 0.7878577709197998, "subreddit": "thewalkingdeadgame", "cluster": 752, "color": 1}, {"x": -120.26386260986328, "y": -47.6336555480957, "subreddit": "gainit", "cluster": 1950, "color": 5}, {"x": -121.39470672607422, "y": -48.6522216796875, "subreddit": "gzcl", "cluster": 1950, "color": 5}, {"x": -117.86471557617188, "y": -43.77143096923828, "subreddit": "homegym", "cluster": 1950, "color": 5}, {"x": -123.26624298095703, "y": -49.8388671875, "subreddit": "nsuns", "cluster": 1950, "color": 5}, {"x": -121.50243377685547, "y": -47.26961898803711, "subreddit": "powerlifting", "cluster": 1950, "color": 5}, {"x": -119.60809326171875, "y": -48.583675384521484, "subreddit": "strongman", "cluster": 1950, "color": 5}, {"x": -120.59492492675781, "y": -47.83177185058594, "subreddit": "weightroom", "cluster": 1950, "color": 5}, {"x": 9.260747909545898, "y": -126.47272491455078, "subreddit": "galactic_senate", "cluster": 1702, "color": 0}, {"x": -66.17086791992188, "y": 37.05612564086914, "subreddit": "mawinstallation", "cluster": 1702, "color": 0}, {"x": -67.34342956542969, "y": 37.648841857910156, "subreddit": "starwarscanon", "cluster": 1702, "color": 0}, {"x": -67.49738311767578, "y": 37.83022689819336, "subreddit": "starwarscomics", "cluster": 1702, "color": 0}, {"x": -66.99397277832031, "y": 37.163185119628906, "subreddit": "starwarseu", "cluster": 1702, "color": 0}, {"x": -64.86744689941406, "y": 36.91267395019531, "subreddit": "starwarsrebels", "cluster": 1702, "color": 0}, {"x": -68.67337036132812, "y": 37.715755462646484, "subreddit": "theclonewars", "cluster": 1702, "color": 0}, {"x": 5.166136264801025, "y": -146.70892333984375, "subreddit": "wrestlingisreddit", "cluster": 1702, "color": 0}, {"x": -80.0191879272461, "y": -3.1427762508392334, "subreddit": "galaxy_s20", "cluster": 756, "color": 3}, {"x": -79.80607604980469, "y": -4.778476238250732, "subreddit": "galaxybuds", "cluster": 756, "color": 3}, {"x": -79.0361557006836, "y": -3.414233684539795, "subreddit": "galaxys10", "cluster": 756, "color": 3}, {"x": -78.42974853515625, "y": -2.4616053104400635, "subreddit": "huawei", "cluster": 756, "color": 3}, {"x": -8.823196411132812, "y": 15.087210655212402, "subreddit": "s10wallpapers", "cluster": 756, "color": 3}, {"x": -78.7767105102539, "y": -3.5685250759124756, "subreddit": "samsung", "cluster": 756, "color": 3}, {"x": -76.96977996826172, "y": -4.967721462249756, "subreddit": "galaxynote10", "cluster": 755, "color": 2}, {"x": -74.45561218261719, "y": -5.469423294067383, "subreddit": "galaxynote5", "cluster": 755, "color": 2}, {"x": -75.6527099609375, "y": -5.765395164489746, "subreddit": "galaxynote7", "cluster": 755, "color": 2}, {"x": -76.21443939208984, "y": -5.526154518127441, "subreddit": "galaxynote8", "cluster": 755, "color": 2}, {"x": -76.69837188720703, "y": -4.860057353973389, "subreddit": "galaxynote9", "cluster": 755, "color": 2}, {"x": -79.3499755859375, "y": -6.953021049499512, "subreddit": "gears3", "cluster": 755, "color": 2}, {"x": 3.7202441692352295, "y": 82.39498901367188, "subreddit": "ledgerwallet", "cluster": 755, "color": 2}, {"x": -53.7464485168457, "y": 18.53955841064453, "subreddit": "gamecube", "cluster": 1962, "color": 3}, {"x": 37.147850036621094, "y": -8.255263328552246, "subreddit": "magic", "cluster": 1962, "color": 3}, {"x": -52.4273796081543, "y": 19.42430877685547, "subreddit": "wii", "cluster": 1962, "color": 3}, {"x": -52.36417007446289, "y": 19.466400146484375, "subreddit": "wiihacks", "cluster": 1962, "color": 3}, {"x": 40.167152404785156, "y": -7.905528545379639, "subreddit": "gamedeals", "cluster": 759, "color": 3}, {"x": 40.100738525390625, "y": -7.900548934936523, "subreddit": "gamedealsmeta", "cluster": 759, "color": 3}, {"x": 98.2813720703125, "y": -20.437074661254883, "subreddit": "steam", "cluster": 759, "color": 3}, {"x": -23.391530990600586, "y": -24.54838752746582, "subreddit": "steamdeals", "cluster": 759, "color": 3}, {"x": 42.78744888305664, "y": -26.34610939025879, "subreddit": "gamedesign", "cluster": 760, "color": 2}, {"x": 41.08021926879883, "y": -25.86418914794922, "subreddit": "gamedev", "cluster": 760, "color": 2}, {"x": 42.91629409790039, "y": -26.379486083984375, "subreddit": "gameideas", "cluster": 760, "color": 2}, {"x": 41.234676361083984, "y": -27.92200469970703, "subreddit": "godot", "cluster": 760, "color": 2}, {"x": 76.20680236816406, "y": -12.291424751281738, "subreddit": "prismata", "cluster": 760, "color": 2}, {"x": 78.99531555175781, "y": -12.356476783752441, "subreddit": "solforge", "cluster": 760, "color": 2}, {"x": -30.0902042388916, "y": 24.486560821533203, "subreddit": "gamedevclassifieds", "cluster": 925, "color": 1}, {"x": -30.113542556762695, "y": 24.495529174804688, "subreddit": "inat", "cluster": 925, "color": 1}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "gamehds", "cluster": 761, "color": 3}, {"x": -21.728710174560547, "y": 73.66114807128906, "subreddit": "gameloftdhchampions", "cluster": 762, "color": 1}, {"x": -20.79539680480957, "y": 73.31851196289062, "subreddit": "summonerswar", "cluster": 762, "color": 1}, {"x": 41.725948333740234, "y": -10.583767890930176, "subreddit": "gamernews", "cluster": 1871, "color": 3}, {"x": 42.58734893798828, "y": -9.810348510742188, "subreddit": "games", "cluster": 1871, "color": 3}, {"x": 42.69610595703125, "y": -9.150226593017578, "subreddit": "gaming4gamers", "cluster": 1871, "color": 3}, {"x": -135.3420867919922, "y": 7.0884928703308105, "subreddit": "gamingnews", "cluster": 1871, "color": 3}, {"x": 36.68421936035156, "y": -43.74469757080078, "subreddit": "ns2", "cluster": 1871, "color": 3}, {"x": 42.229888916015625, "y": -8.0689697265625, "subreddit": "patientgamers", "cluster": 1871, "color": 3}, {"x": -24.260202407836914, "y": -14.657672882080078, "subreddit": "rpgmaker", "cluster": 1871, "color": 3}, {"x": 42.531307220458984, "y": -9.503597259521484, "subreddit": "truegaming", "cluster": 1871, "color": 3}, {"x": 91.34513092041016, "y": -30.888784408569336, "subreddit": "gamesale", "cluster": 766, "color": 1}, {"x": 91.38306427001953, "y": -30.950082778930664, "subreddit": "gameswap", "cluster": 766, "color": 1}, {"x": 92.49114227294922, "y": -32.820762634277344, "subreddit": "trade", "cluster": 766, "color": 1}, {"x": -82.1086654663086, "y": 18.163759231567383, "subreddit": "gameshare", "cluster": 1457, "color": 2}, {"x": -56.97478485107422, "y": 7.883715629577637, "subreddit": "gt5", "cluster": 1457, "color": 2}, {"x": -61.4290885925293, "y": 11.585519790649414, "subreddit": "playstationplus", "cluster": 1457, "color": 2}, {"x": -59.97494888305664, "y": 11.858259201049805, "subreddit": "ps3", "cluster": 1457, "color": 2}, {"x": -77.20960235595703, "y": -28.845640182495117, "subreddit": "sony", "cluster": 1457, "color": 2}, {"x": -61.404991149902344, "y": 14.285374641418457, "subreddit": "trophies", "cluster": 1457, "color": 2}, {"x": -61.13324737548828, "y": 12.312394142150879, "subreddit": "vita", "cluster": 1457, "color": 2}, {"x": -59.73271560668945, "y": 11.797852516174316, "subreddit": "xbox360", "cluster": 1457, "color": 2}, {"x": -54.10413360595703, "y": 71.04782104492188, "subreddit": "gametheorists", "cluster": 1068, "color": 3}, {"x": -54.29847717285156, "y": 71.25211334228516, "subreddit": "littlebigplanet", "cluster": 1068, "color": 3}, {"x": -55.213687896728516, "y": 70.99491882324219, "subreddit": "shadowofthecolossus", "cluster": 1068, "color": 3}, {"x": 95.3368148803711, "y": -25.862565994262695, "subreddit": "gametrade", "cluster": 914, "color": 3}, {"x": 22.153854370117188, "y": 8.666838645935059, "subreddit": "garlicmarket", "cluster": 914, "color": 3}, {"x": 96.28782653808594, "y": -26.025941848754883, "subreddit": "igsrep", "cluster": 914, "color": 3}, {"x": 96.33734893798828, "y": -26.038249969482422, "subreddit": "indiegameswap", "cluster": 914, "color": 3}, {"x": 94.41915130615234, "y": -25.867992401123047, "subreddit": "sgsflair", "cluster": 914, "color": 3}, {"x": 94.15116119384766, "y": -25.87484359741211, "subreddit": "steamgameswap", "cluster": 914, "color": 3}, {"x": -60.031517028808594, "y": 42.997657775878906, "subreddit": "gamingleaksandrumours", "cluster": 819, "color": 2}, {"x": -59.837249755859375, "y": 43.26948547363281, "subreddit": "gta6", "cluster": 819, "color": 2}, {"x": 48.115760803222656, "y": 4.757615566253662, "subreddit": "mafia3", "cluster": 819, "color": 2}, {"x": -59.522117614746094, "y": 43.64248275756836, "subreddit": "rockstar", "cluster": 819, "color": 2}, {"x": -19.498577117919922, "y": -9.859652519226074, "subreddit": "saintsrow", "cluster": 819, "color": 2}, {"x": -56.49666213989258, "y": 25.290353775024414, "subreddit": "garciavsspencelivetv", "cluster": 769, "color": 2}, {"x": 34.342037200927734, "y": -8.833016395568848, "subreddit": "gardening", "cluster": 770, "color": 1}, {"x": 34.28186798095703, "y": -8.660015106201172, "subreddit": "landscaping", "cluster": 770, "color": 1}, {"x": -27.98733901977539, "y": -2.8282299041748047, "subreddit": "orchids", "cluster": 770, "color": 1}, {"x": 3.4879751205444336, "y": 57.22050857543945, "subreddit": "gasmasks", "cluster": 1584, "color": 0}, {"x": 3.474214792251587, "y": 57.215091705322266, "subreddit": "scary", "cluster": 1584, "color": 0}, {"x": -15.959787368774414, "y": 55.882232666015625, "subreddit": "serendipity", "cluster": 1584, "color": 0}, {"x": 60.042110443115234, "y": 45.1485481262207, "subreddit": "gastricsleeve", "cluster": 771, "color": 0}, {"x": 60.04685592651367, "y": 45.15497970581055, "subreddit": "wls", "cluster": 771, "color": 0}, {"x": -45.02289962768555, "y": -57.23610305786133, "subreddit": "gatech", "cluster": 1140, "color": 0}, {"x": -44.00471496582031, "y": -57.541072845458984, "subreddit": "mclounge", "cluster": 1140, "color": 0}, {"x": -48.162376403808594, "y": 65.74718475341797, "subreddit": "tressless", "cluster": 1140, "color": 0}, {"x": -118.61724853515625, "y": -65.87799072265625, "subreddit": "gats", "cluster": 772, "color": 2}, {"x": -118.62909698486328, "y": -65.8746109008789, "subreddit": "offensive_wallpapers", "cluster": 772, "color": 2}, {"x": -52.91130065917969, "y": 5.332268714904785, "subreddit": "gay_irl", "cluster": 1078, "color": 1}, {"x": -53.70246505737305, "y": 4.540348052978516, "subreddit": "grindr", "cluster": 1078, "color": 1}, {"x": -53.5258903503418, "y": 4.550992488861084, "subreddit": "lolgrindr", "cluster": 1078, "color": 1}, {"x": -61.55223846435547, "y": 47.401119232177734, "subreddit": "gaybrosgonemild", "cluster": 774, "color": 0}, {"x": -61.428558349609375, "y": 47.05841827392578, "subreddit": "gaymersgonemild", "cluster": 774, "color": 0}, {"x": -61.726715087890625, "y": 47.894676208496094, "subreddit": "gayrateme", "cluster": 774, "color": 0}, {"x": -69.41621398925781, "y": 21.661609649658203, "subreddit": "gbo2", "cluster": 1912, "color": 2}, {"x": -68.56279754638672, "y": 19.610666275024414, "subreddit": "metalslugattack", "cluster": 1912, "color": 2}, {"x": -68.1139144897461, "y": 20.038135528564453, "subreddit": "vitahacks", "cluster": 1912, "color": 2}, {"x": -67.74036407470703, "y": 20.135238647460938, "subreddit": "vitapiracy", "cluster": 1912, "color": 2}, {"x": -117.03713989257812, "y": -76.48836517333984, "subreddit": "gear4sale", "cluster": 1044, "color": 3}, {"x": -117.03046417236328, "y": -76.47894287109375, "subreddit": "letstradepedals", "cluster": 1044, "color": 3}, {"x": 249.86280822753906, "y": 444.6408996582031, "subreddit": "pedaldeals", "cluster": 1044, "color": 3}, {"x": -51.64872741699219, "y": 63.820186614990234, "subreddit": "geforcenow", "cluster": 1607, "color": 3}, {"x": -51.65921401977539, "y": 63.840126037597656, "subreddit": "shadowpc", "cluster": 1607, "color": 3}, {"x": 83.76725769042969, "y": 79.12301635742188, "subreddit": "gendercriticalguys", "cluster": 1859, "color": 4}, {"x": 83.8318099975586, "y": 77.51734161376953, "subreddit": "itsafetish", "cluster": 1859, "color": 4}, {"x": 83.9227523803711, "y": 77.50780487060547, "subreddit": "trollgc", "cluster": 1859, "color": 4}, {"x": 84.41061401367188, "y": 75.68190002441406, "subreddit": "truelesbians", "cluster": 1859, "color": 4}, {"x": -24.212915420532227, "y": -109.38434600830078, "subreddit": "genesis", "cluster": 1449, "color": 2}, {"x": -23.939504623413086, "y": -109.58676147460938, "subreddit": "progrockmusic", "cluster": 1449, "color": 2}, {"x": -25.215789794921875, "y": -107.8079833984375, "subreddit": "rush", "cluster": 1449, "color": 2}, {"x": -23.588302612304688, "y": -111.33952331542969, "subreddit": "stevenwilson", "cluster": 1449, "color": 2}, {"x": -19.910375595092773, "y": -103.16499328613281, "subreddit": "zappa", "cluster": 1449, "color": 2}, {"x": 10.81136417388916, "y": -53.26491928100586, "subreddit": "geologycareers", "cluster": 1320, "color": 2}, {"x": 9.872077941894531, "y": -55.94345474243164, "subreddit": "oil", "cluster": 1320, "color": 2}, {"x": 9.882612228393555, "y": -55.90627670288086, "subreddit": "oilandgasworkers", "cluster": 1320, "color": 2}, {"x": 43.01642608642578, "y": 84.7818374633789, "subreddit": "gerd", "cluster": 1810, "color": 2}, {"x": 49.54086685180664, "y": 97.22577667236328, "subreddit": "ptsd", "cluster": 1810, "color": 2}, {"x": 42.34644317626953, "y": 97.03729248046875, "subreddit": "talktherapy", "cluster": 1810, "color": 2}, {"x": 42.35518264770508, "y": 97.02513885498047, "subreddit": "therapy", "cluster": 1810, "color": 2}, {"x": 35.6748046875, "y": 42.603572845458984, "subreddit": "germanshepherds", "cluster": 898, "color": 3}, {"x": 35.85364532470703, "y": 41.7847785949707, "subreddit": "husky", "cluster": 898, "color": 3}, {"x": 37.08420944213867, "y": 45.099788665771484, "subreddit": "samoyeds", "cluster": 898, "color": 3}, {"x": 35.88897705078125, "y": 41.654754638671875, "subreddit": "siberianhusky", "cluster": 898, "color": 3}, {"x": 40.196922302246094, "y": 1.8790711164474487, "subreddit": "getemployed", "cluster": 973, "color": 2}, {"x": 40.551483154296875, "y": 1.6077557802200317, "subreddit": "jobs", "cluster": 973, "color": 2}, {"x": 41.49299621582031, "y": 1.4368257522583008, "subreddit": "recruitinghell", "cluster": 973, "color": 2}, {"x": -42.678043365478516, "y": -17.292537689208984, "subreddit": "getfairshare", "cluster": 1420, "color": 4}, {"x": -42.797428131103516, "y": -18.729896545410156, "subreddit": "moderationlog", "cluster": 1420, "color": 4}, {"x": -42.77212905883789, "y": -18.473604202270508, "subreddit": "politic", "cluster": 1420, "color": 4}, {"x": -16.992280960083008, "y": 68.43558502197266, "subreddit": "getmoreviewsyt", "cluster": 1645, "color": 1}, {"x": -16.671499252319336, "y": 67.08470916748047, "subreddit": "industrialized", "cluster": 1645, "color": 1}, {"x": -16.92668342590332, "y": 68.15748596191406, "subreddit": "smallyoutubers", "cluster": 1645, "color": 1}, {"x": -16.75501251220703, "y": 67.46643829345703, "subreddit": "youtubegamers", "cluster": 1645, "color": 1}, {"x": 16.820573806762695, "y": -3.189103364944458, "subreddit": "getstudying", "cluster": 1443, "color": 4}, {"x": -45.198726654052734, "y": -11.974098205566406, "subreddit": "onenote", "cluster": 1443, "color": 4}, {"x": -45.0855712890625, "y": -11.965636253356934, "subreddit": "productivity", "cluster": 1443, "color": 4}, {"x": -19.94465446472168, "y": 49.37831115722656, "subreddit": "todoist", "cluster": 1443, "color": 4}, {"x": 48.4500617980957, "y": 85.50418853759766, "subreddit": "getting_over_it", "cluster": 1185, "color": 2}, {"x": 48.31998825073242, "y": 85.58680725097656, "subreddit": "mmfb", "cluster": 1185, "color": 2}, {"x": 47.58538055419922, "y": 86.16413879394531, "subreddit": "selfhelp", "cluster": 1185, "color": 2}, {"x": -42.92971420288086, "y": -48.18247985839844, "subreddit": "westchester", "cluster": 1185, "color": 2}, {"x": -70.70891571044922, "y": -59.16857147216797, "subreddit": "gh5", "cluster": 783, "color": 0}, {"x": -70.27832794189453, "y": -59.54334259033203, "subreddit": "ghostadventures", "cluster": 783, "color": 0}, {"x": 14.944435119628906, "y": 12.831965446472168, "subreddit": "ghettoglamourshots", "cluster": 868, "color": 2}, {"x": -9.060734748840332, "y": 8.132884979248047, "subreddit": "hittablefaces", "cluster": 868, "color": 2}, {"x": -18.128908157348633, "y": 23.68751335144043, "subreddit": "nattyorjuice", "cluster": 868, "color": 2}, {"x": -9.244688034057617, "y": 8.057687759399414, "subreddit": "punchableface", "cluster": 868, "color": 2}, {"x": -1.646763563156128, "y": 7.989272117614746, "subreddit": "punchablefaces", "cluster": 868, "color": 2}, {"x": -3.2439284324645996, "y": 16.042943954467773, "subreddit": "swordorsheath", "cluster": 868, "color": 2}, {"x": 57.742584228515625, "y": 4.655178070068359, "subreddit": "ghost_in_the_shell", "cluster": 938, "color": 2}, {"x": 79.34297180175781, "y": -44.32416534423828, "subreddit": "infinitythegame", "cluster": 938, "color": 2}, {"x": 79.34693145751953, "y": -43.388668060302734, "subreddit": "minipainting", "cluster": 938, "color": 2}, {"x": 79.41175842285156, "y": -44.951026916503906, "subreddit": "necrontyr", "cluster": 938, "color": 2}, {"x": 78.97481536865234, "y": -43.87498474121094, "subreddit": "terrainbuilding", "cluster": 938, "color": 2}, {"x": 77.59074401855469, "y": -41.32992935180664, "subreddit": "warmachine", "cluster": 938, "color": 2}, {"x": -25.069013595581055, "y": 1.216769814491272, "subreddit": "ghosts", "cluster": 1354, "color": 4}, {"x": -23.20768165588379, "y": 1.402289867401123, "subreddit": "humanoidencounters", "cluster": 1354, "color": 4}, {"x": -25.278606414794922, "y": 1.1607744693756104, "subreddit": "paranormal", "cluster": 1354, "color": 4}, {"x": -23.06381607055664, "y": 0.337471067905426, "subreddit": "skinwalkers", "cluster": 1354, "color": 4}, {"x": -23.517393112182617, "y": 1.0809544324874878, "subreddit": "thetruthishere", "cluster": 1354, "color": 4}, {"x": 63.0451545715332, "y": -6.504685878753662, "subreddit": "gifrecipes", "cluster": 905, "color": 2}, {"x": -39.695068359375, "y": -77.00643157958984, "subreddit": "hdtgm", "cluster": 905, "color": 2}, {"x": 63.39142608642578, "y": -6.534881114959717, "subreddit": "iamveryculinary", "cluster": 905, "color": 2}, {"x": 11.016633033752441, "y": -95.91618347167969, "subreddit": "projectrunway", "cluster": 905, "color": 2}, {"x": 35.26642990112305, "y": -47.424068450927734, "subreddit": "sneerclub", "cluster": 905, "color": 2}, {"x": 17.086523056030273, "y": 12.389881134033203, "subreddit": "stupidfood", "cluster": 905, "color": 2}, {"x": 28.4747371673584, "y": 70.2064437866211, "subreddit": "giftideas", "cluster": 787, "color": 3}, {"x": 28.471553802490234, "y": 70.20792388916016, "subreddit": "gifts", "cluster": 787, "color": 3}, {"x": -0.37303388118743896, "y": -92.97643280029297, "subreddit": "gimlet", "cluster": 1718, "color": 3}, {"x": 0.36103555560112, "y": -90.84584045410156, "subreddit": "shakespeare", "cluster": 1718, "color": 3}, {"x": -0.3348466455936432, "y": -92.88323211669922, "subreddit": "straightedge", "cluster": 1718, "color": 3}, {"x": 14.92442512512207, "y": -70.93809509277344, "subreddit": "swingdancing", "cluster": 1718, "color": 3}, {"x": -39.32460403442383, "y": 48.823509216308594, "subreddit": "gintama", "cluster": 1189, "color": 1}, {"x": -39.507083892822266, "y": 49.56270980834961, "subreddit": "mobpsycho100", "cluster": 1189, "color": 1}, {"x": -39.58085250854492, "y": 49.895599365234375, "subreddit": "onepunchman", "cluster": 1189, "color": 1}, {"x": -1.382676601409912, "y": 12.066585540771484, "subreddit": "giveaways", "cluster": 788, "color": 2}, {"x": -1.409157395362854, "y": 10.816280364990234, "subreddit": "sweepstakes", "cluster": 788, "color": 2}, {"x": -126.31375122070312, "y": 19.362504959106445, "subreddit": "glasses", "cluster": 1337, "color": 4}, {"x": -127.33138275146484, "y": 18.739856719970703, "subreddit": "keratoconus", "cluster": 1337, "color": 4}, {"x": -126.59130859375, "y": 19.195724487304688, "subreddit": "optometry", "cluster": 1337, "color": 4}, {"x": 42.09194564819336, "y": 60.465091705322266, "subreddit": "glossier", "cluster": 1108, "color": 2}, {"x": 43.1900749206543, "y": 59.591217041015625, "subreddit": "makeupflatlays", "cluster": 1108, "color": 2}, {"x": 43.04711151123047, "y": 59.4337158203125, "subreddit": "makeuporganization", "cluster": 1108, "color": 2}, {"x": 43.89550018310547, "y": 59.65285110473633, "subreddit": "panporn", "cluster": 1108, "color": 2}, {"x": 24.644559860229492, "y": -146.3894805908203, "subreddit": "glrp_eastblue", "cluster": 1234, "color": 3}, {"x": 24.542217254638672, "y": -146.7498779296875, "subreddit": "narutosekairp", "cluster": 1234, "color": 3}, {"x": 24.3771915435791, "y": -147.55645751953125, "subreddit": "strawhatrpg", "cluster": 1234, "color": 3}, {"x": -43.67867660522461, "y": -22.43516731262207, "subreddit": "gmat", "cluster": 794, "color": 0}, {"x": -43.69278335571289, "y": -22.344532012939453, "subreddit": "gre", "cluster": 794, "color": 0}, {"x": -43.61556625366211, "y": -23.178852081298828, "subreddit": "mba", "cluster": 794, "color": 0}, {"x": -57.76802062988281, "y": 36.27632522583008, "subreddit": "godofwar", "cluster": 795, "color": 1}, {"x": -57.77804183959961, "y": 36.281219482421875, "subreddit": "horizon", "cluster": 795, "color": 1}, {"x": -55.95673370361328, "y": 80.98075866699219, "subreddit": "linerangers", "cluster": 795, "color": 1}, {"x": -40.67427444458008, "y": 9.444437026977539, "subreddit": "godzilla", "cluster": 796, "color": 1}, {"x": -40.69386291503906, "y": 9.4815034866333, "subreddit": "monsterverse", "cluster": 796, "color": 1}, {"x": -34.29960250854492, "y": 1.45278000831604, "subreddit": "pacificrim", "cluster": 796, "color": 1}, {"x": 5.766058444976807, "y": -6.671120643615723, "subreddit": "gold", "cluster": 1626, "color": 4}, {"x": -89.3260269165039, "y": 12.602559089660645, "subreddit": "pmsforsale", "cluster": 1626, "color": 4}, {"x": -89.29660034179688, "y": 12.627464294433594, "subreddit": "silverbugs", "cluster": 1626, "color": 4}, {"x": 44.47781753540039, "y": 77.8481674194336, "subreddit": "goldendoodles", "cluster": 1146, "color": 3}, {"x": 130.86245727539062, "y": -1.9208701848983765, "subreddit": "mechanicalpencils", "cluster": 1146, "color": 3}, {"x": 130.82559204101562, "y": -1.940359115600586, "subreddit": "pens", "cluster": 1146, "color": 3}, {"x": -55.92692947387695, "y": -95.78612518310547, "subreddit": "goldenknights", "cluster": 1894, "color": 4}, {"x": -105.68207550048828, "y": -7.4159440994262695, "subreddit": "lasvegas", "cluster": 1894, "color": 4}, {"x": -12.113527297973633, "y": -61.170249938964844, "subreddit": "poker", "cluster": 1894, "color": 4}, {"x": -105.50975799560547, "y": -7.784890651702881, "subreddit": "vegas", "cluster": 1894, "color": 4}, {"x": -105.52835083007812, "y": -7.753422260284424, "subreddit": "vegaslocals", "cluster": 1894, "color": 4}, {"x": -17.873441696166992, "y": 7.3954620361328125, "subreddit": "goldensun", "cluster": 1406, "color": 3}, {"x": -36.30859375, "y": 22.331829071044922, "subreddit": "nuzlocke", "cluster": 1406, "color": 3}, {"x": 293.9909973144531, "y": 309.5746765136719, "subreddit": "omnipotent_league", "cluster": 1406, "color": 3}, {"x": -38.54877853393555, "y": 22.74435043334961, "subreddit": "pokemon", "cluster": 1406, "color": 3}, {"x": -38.30195236206055, "y": 22.875566482543945, "subreddit": "pokemonconspiracies", "cluster": 1406, "color": 3}, {"x": -48.14414596557617, "y": 41.421791076660156, "subreddit": "pokemonmasters", "cluster": 1406, "color": 3}, {"x": 17.09455108642578, "y": -138.0419464111328, "subreddit": "pokemonrp", "cluster": 1406, "color": 3}, {"x": -38.94308853149414, "y": 20.933385848999023, "subreddit": "pokemonshowdown", "cluster": 1406, "color": 3}, {"x": -38.72508239746094, "y": 21.20469856262207, "subreddit": "stunfisk", "cluster": 1406, "color": 3}, {"x": -40.22491455078125, "y": 22.234298706054688, "subreddit": "truepokemon", "cluster": 1406, "color": 3}, {"x": -37.65974807739258, "y": -95.39209747314453, "subreddit": "gonets", "cluster": 1236, "color": 4}, {"x": -109.54592895507812, "y": -23.646013259887695, "subreddit": "indyeleven", "cluster": 1236, "color": 4}, {"x": -110.56828308105469, "y": -23.665939331054688, "subreddit": "minnesotaunited", "cluster": 1236, "color": 4}, {"x": -109.80850982666016, "y": -23.6148624420166, "subreddit": "naslsoccer", "cluster": 1236, "color": 4}, {"x": -2.7193169593811035, "y": -45.799957275390625, "subreddit": "goodmythicalmorning", "cluster": 1616, "color": 5}, {"x": 19.399839401245117, "y": -18.07588005065918, "subreddit": "marchforscience", "cluster": 1616, "color": 5}, {"x": 11.369003295898438, "y": -3.460685968399048, "subreddit": "shittyanimalfacts", "cluster": 1616, "color": 5}, {"x": 11.307621002197266, "y": -3.4530436992645264, "subreddit": "sloths", "cluster": 1616, "color": 5}, {"x": -71.5234375, "y": -46.03647232055664, "subreddit": "goruck", "cluster": 1674, "color": 3}, {"x": -33.550785064697266, "y": -3.9470221996307373, "subreddit": "insanity", "cluster": 1674, "color": 3}, {"x": -126.58600616455078, "y": -44.94574737548828, "subreddit": "naturalbodybuilding", "cluster": 1674, "color": 3}, {"x": -126.6119384765625, "y": -44.93540954589844, "subreddit": "spartanrace", "cluster": 1674, "color": 3}, {"x": -88.80076599121094, "y": 78.94924926757812, "subreddit": "goth", "cluster": 803, "color": 1}, {"x": -88.79813385009766, "y": 78.9341049194336, "subreddit": "gothstyle", "cluster": 803, "color": 1}, {"x": 53.84189224243164, "y": 8.24180793762207, "subreddit": "silenthill", "cluster": 803, "color": 1}, {"x": -78.9148941040039, "y": 58.378692626953125, "subreddit": "gothboiclique", "cluster": 804, "color": 0}, {"x": -78.97809600830078, "y": 58.372459411621094, "subreddit": "lilpeep", "cluster": 804, "color": 0}, {"x": -101.64714050292969, "y": 43.51263427734375, "subreddit": "governorsball", "cluster": 805, "color": 2}, {"x": -101.59526062011719, "y": 43.56689453125, "subreddit": "lcdsoundsystem", "cluster": 805, "color": 2}, {"x": 38.17340087890625, "y": -24.486005783081055, "subreddit": "spaceribs", "cluster": 805, "color": 2}, {"x": -37.68825149536133, "y": 75.77339172363281, "subreddit": "grandpajoehate", "cluster": 1816, "color": 4}, {"x": -38.72994613647461, "y": 75.72769165039062, "subreddit": "rulesofsurvival", "cluster": 1816, "color": 4}, {"x": -38.46828842163086, "y": 75.7412338256836, "subreddit": "thewaterlew", "cluster": 1816, "color": 4}, {"x": -86.94039916992188, "y": -15.25364875793457, "subreddit": "graphicscard", "cluster": 1437, "color": 4}, {"x": -87.67932891845703, "y": -14.327590942382812, "subreddit": "lightroom", "cluster": 1437, "color": 4}, {"x": -26.164018630981445, "y": 10.548486709594727, "subreddit": "linustechtips", "cluster": 1437, "color": 4}, {"x": -87.29244232177734, "y": -14.40968132019043, "subreddit": "premiere", "cluster": 1437, "color": 4}, {"x": -86.3225326538086, "y": -13.812495231628418, "subreddit": "surface", "cluster": 1437, "color": 4}, {"x": -71.40523529052734, "y": -58.597354888916016, "subreddit": "videography", "cluster": 1437, "color": 4}, {"x": -103.51239013671875, "y": -22.621965408325195, "subreddit": "greasymoney", "cluster": 1738, "color": 2}, {"x": -30.130277633666992, "y": -43.33544158935547, "subreddit": "kamenrider", "cluster": 1738, "color": 2}, {"x": -30.34707260131836, "y": -42.440059661865234, "subreddit": "powerrangers", "cluster": 1738, "color": 2}, {"x": 15.06513500213623, "y": -8.046045303344727, "subreddit": "screaming", "cluster": 1738, "color": 2}, {"x": -30.217506408691406, "y": -42.98006057739258, "subreddit": "supersentai", "cluster": 1738, "color": 2}, {"x": 31.669588088989258, "y": 41.57053756713867, "subreddit": "greatdanes", "cluster": 1096, "color": 0}, {"x": -81.17896270751953, "y": -95.37847137451172, "subreddit": "lubbock", "cluster": 1096, "color": 0}, {"x": -81.17457580566406, "y": -95.37946319580078, "subreddit": "texastech", "cluster": 1096, "color": 0}, {"x": -26.127395629882812, "y": -89.29938507080078, "subreddit": "greatnwside", "cluster": 901, "color": 2}, {"x": 73.42959594726562, "y": -14.233478546142578, "subreddit": "hashimotos", "cluster": 901, "color": 2}, {"x": 73.43596649169922, "y": -14.238295555114746, "subreddit": "hypothyroidism", "cluster": 901, "color": 2}, {"x": -35.24156188964844, "y": 33.595191955566406, "subreddit": "thearcana", "cluster": 901, "color": 2}, {"x": -65.32552337646484, "y": 7.848635196685791, "subreddit": "greatxboxdeals", "cluster": 811, "color": 0}, {"x": 2.738922119140625, "y": -41.45315170288086, "subreddit": "microsoftrewards", "cluster": 811, "color": 0}, {"x": -65.41083526611328, "y": 7.9039459228515625, "subreddit": "ps4deals", "cluster": 811, "color": 0}, {"x": -63.693058013916016, "y": 7.496188640594482, "subreddit": "xbox", "cluster": 811, "color": 0}, {"x": 124.20704650878906, "y": -37.92454147338867, "subreddit": "greenandpleasant", "cluster": 1019, "color": 1}, {"x": 124.34691619873047, "y": -37.92913818359375, "subreddit": "labour", "cluster": 1019, "color": 1}, {"x": 125.75147247314453, "y": -37.969947814941406, "subreddit": "mtgoxinsolvency", "cluster": 1019, "color": 1}, {"x": -2.8559513092041016, "y": 35.781131744384766, "subreddit": "greentext", "cluster": 814, "color": 2}, {"x": -2.8673741817474365, "y": 35.71934127807617, "subreddit": "wholesomegreentext", "cluster": 814, "color": 2}, {"x": -23.260982513427734, "y": -39.88003158569336, "subreddit": "greysanatomy", "cluster": 1581, "color": 3}, {"x": -22.336280822753906, "y": -40.1617546081543, "subreddit": "htgawm", "cluster": 1581, "color": 3}, {"x": -22.509489059448242, "y": -40.11236572265625, "subreddit": "scandal", "cluster": 1581, "color": 3}, {"x": 52.77085876464844, "y": 86.6048812866211, "subreddit": "griefsupport", "cluster": 815, "color": 3}, {"x": 56.47603988647461, "y": 103.7936019897461, "subreddit": "prayerrequests", "cluster": 815, "color": 3}, {"x": 52.58322525024414, "y": 86.85331726074219, "subreddit": "suicidebereavement", "cluster": 815, "color": 3}, {"x": 53.608856201171875, "y": 85.26668548583984, "subreddit": "widowers", "cluster": 815, "color": 3}, {"x": -92.68702697753906, "y": 38.564048767089844, "subreddit": "grunge", "cluster": 816, "color": 1}, {"x": -92.41433715820312, "y": 38.73468017578125, "subreddit": "nirvana", "cluster": 816, "color": 1}, {"x": -94.06389617919922, "y": 38.39448165893555, "subreddit": "pearljam", "cluster": 816, "color": 1}, {"x": -98.62663269042969, "y": -100.1162338256836, "subreddit": "gso", "cluster": 818, "color": 3}, {"x": -20.792301177978516, "y": 47.300575256347656, "subreddit": "jimmyjohns", "cluster": 818, "color": 3}, {"x": -98.60601806640625, "y": -100.1817626953125, "subreddit": "winstonsalem", "cluster": 818, "color": 3}, {"x": -81.8467025756836, "y": 13.829933166503906, "subreddit": "gtaa", "cluster": 820, "color": 2}, {"x": -79.9745101928711, "y": 15.043303489685059, "subreddit": "gtadupe", "cluster": 820, "color": 2}, {"x": -80.01519012451172, "y": 15.010649681091309, "subreddit": "gtaglitches", "cluster": 820, "color": 2}, {"x": 85.11286926269531, "y": -4.747837066650391, "subreddit": "guildwars", "cluster": 821, "color": 2}, {"x": 86.40106201171875, "y": -4.484867572784424, "subreddit": "guildwars2", "cluster": 821, "color": 2}, {"x": 86.5787582397461, "y": -4.465696334838867, "subreddit": "guildwarsdyejob", "cluster": 821, "color": 2}, {"x": 22.682466506958008, "y": 28.908687591552734, "subreddit": "guineapigs", "cluster": 1327, "color": 3}, {"x": -21.626724243164062, "y": 2.9416980743408203, "subreddit": "impracticaljokers", "cluster": 1327, "color": 3}, {"x": -21.841310501098633, "y": 4.359149932861328, "subreddit": "oneyplays", "cluster": 1327, "color": 3}, {"x": -21.250625610351562, "y": 4.502828121185303, "subreddit": "sleepycabin", "cluster": 1327, "color": 3}, {"x": -22.377891540527344, "y": 4.474281311035156, "subreddit": "supermegashow", "cluster": 1327, "color": 3}, {"x": -97.15643310546875, "y": 41.34072494506836, "subreddit": "thestrokes", "cluster": 1327, "color": 3}, {"x": -111.6380615234375, "y": -74.22944641113281, "subreddit": "guitar", "cluster": 822, "color": 3}, {"x": -112.34840393066406, "y": -74.64958190917969, "subreddit": "guitaramps", "cluster": 822, "color": 3}, {"x": -115.2347412109375, "y": -72.99140167236328, "subreddit": "guitarcirclejerk", "cluster": 822, "color": 3}, {"x": 28.321107864379883, "y": 22.42756462097168, "subreddit": "guitarlessons", "cluster": 822, "color": 3}, {"x": -111.76789855957031, "y": -73.03303527832031, "subreddit": "guitarporn", "cluster": 822, "color": 3}, {"x": -111.7645034790039, "y": -73.42753601074219, "subreddit": "guitars", "cluster": 822, "color": 3}, {"x": 28.92276954650879, "y": 22.377126693725586, "subreddit": "jazzguitar", "cluster": 822, "color": 3}, {"x": -110.82836151123047, "y": -74.67562866210938, "subreddit": "luthier", "cluster": 822, "color": 3}, {"x": -20.553970336914062, "y": -116.62483215332031, "subreddit": "metalguitar", "cluster": 822, "color": 3}, {"x": 60.88347244262695, "y": 37.457088470458984, "subreddit": "songaweek", "cluster": 822, "color": 3}, {"x": 43.030357360839844, "y": -42.85107421875, "subreddit": "gunnerkrigg", "cluster": 1356, "color": 5}, {"x": -31.66823387145996, "y": -1.908363699913025, "subreddit": "pathfinder", "cluster": 1356, "color": 5}, {"x": -31.65369987487793, "y": -1.6447557210922241, "subreddit": "pathfinder2e", "cluster": 1356, "color": 5}, {"x": -31.658279418945312, "y": -2.3083901405334473, "subreddit": "pathfinder_rpg", "cluster": 1356, "color": 5}, {"x": -31.49212074279785, "y": -4.012917518615723, "subreddit": "starfinder_rpg", "cluster": 1356, "color": 5}, {"x": -43.44401168823242, "y": -83.08807373046875, "subreddit": "theglasscannonpodcast", "cluster": 1356, "color": 5}, {"x": -11.745431900024414, "y": 40.684288024902344, "subreddit": "gwcoepbot", "cluster": 830, "color": 1}, {"x": 49.0595703125, "y": -12.900975227355957, "subreddit": "gwent", "cluster": 1970, "color": 8}, {"x": 76.1348648071289, "y": 22.609907150268555, "subreddit": "netflixwitcher", "cluster": 1970, "color": 8}, {"x": 75.584716796875, "y": 21.405675888061523, "subreddit": "wiedzmin", "cluster": 1970, "color": 8}, {"x": 75.5853271484375, "y": 21.423696517944336, "subreddit": "witcher", "cluster": 1970, "color": 8}, {"x": 5.609389781951904, "y": -102.8653793334961, "subreddit": "gymnastics", "cluster": 1324, "color": 3}, {"x": 44.13200378417969, "y": -82.66780853271484, "subreddit": "olympics", "cluster": 1324, "color": 3}, {"x": 45.28436279296875, "y": -82.42626190185547, "subreddit": "rugbyunion", "cluster": 1324, "color": 3}, {"x": 44.08502197265625, "y": -82.68038177490234, "subreddit": "tennis", "cluster": 1324, "color": 3}, {"x": -7.570093154907227, "y": -97.09066772460938, "subreddit": "trance", "cluster": 1324, "color": 3}, {"x": 61.85150909423828, "y": 18.046852111816406, "subreddit": "h1z1", "cluster": 1398, "color": 3}, {"x": -75.32656860351562, "y": 86.634765625, "subreddit": "miscreated", "cluster": 1398, "color": 3}, {"x": 62.3205451965332, "y": 17.822315216064453, "subreddit": "playjustsurvive", "cluster": 1398, "color": 3}, {"x": 63.270652770996094, "y": 16.66172218322754, "subreddit": "ringofelysium", "cluster": 1398, "color": 3}, {"x": 83.03067016601562, "y": 30.40467643737793, "subreddit": "hajimenoippo", "cluster": 1006, "color": 3}, {"x": 85.76341247558594, "y": 29.895015716552734, "subreddit": "kingdom", "cluster": 1006, "color": 3}, {"x": 85.58511352539062, "y": 31.88249397277832, "subreddit": "shokugekinosoma", "cluster": 1006, "color": 3}, {"x": 68.25191497802734, "y": 13.379554748535156, "subreddit": "halflife", "cluster": 833, "color": 3}, {"x": 67.96958923339844, "y": 12.752318382263184, "subreddit": "portal", "cluster": 833, "color": 3}, {"x": 212.99090576171875, "y": 362.8724670410156, "subreddit": "solutiongambling", "cluster": 833, "color": 3}, {"x": 68.38885498046875, "y": 13.639298439025879, "subreddit": "valve", "cluster": 833, "color": 3}, {"x": 12.87686824798584, "y": -130.73353576660156, "subreddit": "halorp", "cluster": 837, "color": 1}, {"x": 13.71929931640625, "y": -129.62367248535156, "subreddit": "swdarktimes", "cluster": 837, "color": 1}, {"x": 12.847240447998047, "y": -130.7873992919922, "subreddit": "warhammer40krp", "cluster": 837, "color": 1}, {"x": -56.714927673339844, "y": -56.50458526611328, "subreddit": "hammockcamping", "cluster": 840, "color": 4}, {"x": -56.709190368652344, "y": -56.51030349731445, "subreddit": "hammocks", "cluster": 840, "color": 4}, {"x": 1.6122406721115112, "y": 10.062620162963867, "subreddit": "hampan", "cluster": 1051, "color": 3}, {"x": 49.660804748535156, "y": -70.68488311767578, "subreddit": "liberta", "cluster": 1051, "color": 3}, {"x": 49.66157913208008, "y": -70.68247985839844, "subreddit": "politota", "cluster": 1051, "color": 3}, {"x": -28.849145889282227, "y": 62.73759460449219, "subreddit": "hamptonbrandon", "cluster": 907, "color": 2}, {"x": -27.425962448120117, "y": 63.50253677368164, "subreddit": "hyphonixrs", "cluster": 907, "color": 2}, {"x": -28.13461685180664, "y": 62.96622848510742, "subreddit": "ice_poseidon", "cluster": 907, "color": 2}, {"x": -27.724876403808594, "y": 63.25051498413086, "subreddit": "ice_poseidon2", "cluster": 907, "color": 2}, {"x": -27.548673629760742, "y": 64.32861328125, "subreddit": "sampepper", "cluster": 907, "color": 2}, {"x": 26.657278060913086, "y": 22.915538787841797, "subreddit": "happy", "cluster": 842, "color": 1}, {"x": 27.15658950805664, "y": 22.618736267089844, "subreddit": "pastandpresentpics", "cluster": 842, "color": 1}, {"x": 26.034536361694336, "y": 23.260692596435547, "subreddit": "sad", "cluster": 842, "color": 1}, {"x": -22.724349975585938, "y": 38.48368835449219, "subreddit": "happytrees", "cluster": 1345, "color": 5}, {"x": 6.710093021392822, "y": 99.4954605102539, "subreddit": "heavymind", "cluster": 1345, "color": 5}, {"x": -22.359834671020508, "y": 39.66147232055664, "subreddit": "oilpainting", "cluster": 1345, "color": 5}, {"x": -22.099687576293945, "y": 39.186119079589844, "subreddit": "painting", "cluster": 1345, "color": 5}, {"x": -19.076583862304688, "y": 96.7699203491211, "subreddit": "pourpainting", "cluster": 1345, "color": 5}, {"x": -21.500972747802734, "y": 39.097633361816406, "subreddit": "watercolor", "cluster": 1345, "color": 5}, {"x": -118.43338775634766, "y": -4.071352958679199, "subreddit": "hardwareswap", "cluster": 1661, "color": 4}, {"x": -117.9464111328125, "y": -3.086273431777954, "subreddit": "microsoftsoftwareswap", "cluster": 1661, "color": 4}, {"x": -118.053955078125, "y": -3.2935073375701904, "subreddit": "softwareswap", "cluster": 1661, "color": 4}, {"x": -108.26116943359375, "y": -64.18260192871094, "subreddit": "harley", "cluster": 845, "color": 2}, {"x": -108.25420379638672, "y": -64.20225524902344, "subreddit": "sportster", "cluster": 845, "color": 2}, {"x": -36.697967529296875, "y": -19.995262145996094, "subreddit": "harvestmoon", "cluster": 848, "color": 2}, {"x": -34.105445861816406, "y": 22.17009162902832, "subreddit": "mytimeatportia", "cluster": 848, "color": 2}, {"x": -29.291824340820312, "y": -19.857759475708008, "subreddit": "stardewvalley", "cluster": 848, "color": 2}, {"x": -36.711490631103516, "y": -19.991249084472656, "subreddit": "storyofseasons", "cluster": 848, "color": 2}, {"x": 81.70164489746094, "y": -78.8703384399414, "subreddit": "hatfilms", "cluster": 1996, "color": 2}, {"x": 81.6505355834961, "y": -79.0523452758789, "subreddit": "sips", "cluster": 1996, "color": 2}, {"x": 81.68478393554688, "y": -78.91065979003906, "subreddit": "yogscast", "cluster": 1996, "color": 2}, {"x": -31.574201583862305, "y": -110.86490631103516, "subreddit": "hawaii", "cluster": 849, "color": 2}, {"x": -31.641277313232422, "y": -111.2900161743164, "subreddit": "hawaiivisitors", "cluster": 849, "color": 2}, {"x": -31.789182662963867, "y": -112.05363464355469, "subreddit": "maui", "cluster": 849, "color": 2}, {"x": -39.01420593261719, "y": 79.25825500488281, "subreddit": "hbofights", "cluster": 850, "color": 0}, {"x": 120.94550323486328, "y": -52.86520767211914, "subreddit": "hcfactions", "cluster": 1623, "color": 4}, {"x": 120.06468963623047, "y": -52.06690216064453, "subreddit": "minez", "cluster": 1623, "color": 4}, {"x": 120.08904266357422, "y": -52.08788299560547, "subreddit": "shotbow", "cluster": 1623, "color": 4}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "hdgameofthrones", "cluster": 853, "color": 5}, {"x": -94.39665222167969, "y": 22.070518493652344, "subreddit": "hdnationtv", "cluster": 855, "color": 1}, {"x": -94.6265640258789, "y": 25.410099029541016, "subreddit": "hdstream_", "cluster": 856, "color": 3}, {"x": 27.827472686767578, "y": -31.97549819946289, "subreddit": "healthcare", "cluster": 1300, "color": 2}, {"x": 26.32309913635254, "y": -32.619041442871094, "subreddit": "northkorea", "cluster": 1300, "color": 2}, {"x": 26.31325912475586, "y": -33.39223861694336, "subreddit": "northkoreanews", "cluster": 1300, "color": 2}, {"x": 26.334125518798828, "y": -32.391334533691406, "subreddit": "rtlsdr", "cluster": 1300, "color": 2}, {"x": 25.587547302246094, "y": -31.913734436035156, "subreddit": "sandy", "cluster": 1300, "color": 2}, {"x": 56.76155090332031, "y": 80.29273986816406, "subreddit": "healthyhooha", "cluster": 858, "color": 0}, {"x": 58.31376266479492, "y": 81.42601013183594, "subreddit": "herpes", "cluster": 858, "color": 0}, {"x": 72.63088989257812, "y": 70.27664947509766, "subreddit": "interstitialcystitis", "cluster": 858, "color": 0}, {"x": 56.64521408081055, "y": 80.18577575683594, "subreddit": "womenshealth", "cluster": 858, "color": 0}, {"x": -36.315670013427734, "y": -98.28470611572266, "subreddit": "heat", "cluster": 1163, "color": 1}, {"x": -36.280250549316406, "y": -98.35386657714844, "subreddit": "miamidolphins", "cluster": 1163, "color": 1}, {"x": -35.781349182128906, "y": -98.90998077392578, "subreddit": "miamihurricanes", "cluster": 1163, "color": 1}, {"x": 29.5755615234375, "y": -2.2190332412719727, "subreddit": "redacted", "cluster": 1163, "color": 1}, {"x": 43.860843658447266, "y": -52.54518127441406, "subreddit": "hebrew", "cluster": 971, "color": 2}, {"x": 6.3929667472839355, "y": 46.192256927490234, "subreddit": "jewdank", "cluster": 971, "color": 2}, {"x": 44.093849182128906, "y": -52.477806091308594, "subreddit": "jewish", "cluster": 971, "color": 2}, {"x": 44.789878845214844, "y": -52.222267150878906, "subreddit": "judaism", "cluster": 971, "color": 2}, {"x": -46.29264831542969, "y": 30.46333122253418, "subreddit": "metroidvania", "cluster": 971, "color": 2}, {"x": 68.80278015136719, "y": -28.050376892089844, "subreddit": "hellletloose", "cluster": 1432, "color": 2}, {"x": 68.17405700683594, "y": -28.688217163085938, "subreddit": "joinsquad", "cluster": 1432, "color": 2}, {"x": 68.47327423095703, "y": -28.32299041748047, "subreddit": "postscriptum", "cluster": 1432, "color": 2}, {"x": 73.27485656738281, "y": -108.27725219726562, "subreddit": "helpmefind", "cluster": 1827, "color": 4}, {"x": 73.27082061767578, "y": -108.27459716796875, "subreddit": "tipofmytongue", "cluster": 1827, "color": 4}, {"x": 71.51220703125, "y": -38.0407600402832, "subreddit": "heroclix", "cluster": 957, "color": 1}, {"x": -24.157983779907227, "y": -4.2425217628479, "subreddit": "israel", "cluster": 957, "color": 1}, {"x": -24.264936447143555, "y": -3.9082753658294678, "subreddit": "israelpalestine", "cluster": 957, "color": 1}, {"x": -29.209781646728516, "y": -1.1889289617538452, "subreddit": "palestine", "cluster": 957, "color": 1}, {"x": 86.19157409667969, "y": -23.721662521362305, "subreddit": "heroesofnewerth", "cluster": 1723, "color": 1}, {"x": 86.19125366210938, "y": -23.737512588500977, "subreddit": "strife", "cluster": 1723, "color": 1}, {"x": -100.62141418457031, "y": 77.93025207519531, "subreddit": "highlevelkarma", "cluster": 1093, "color": 3}, {"x": -100.62614440917969, "y": 77.79377746582031, "subreddit": "lowlevelaware", "cluster": 1093, "color": 3}, {"x": -101.1712417602539, "y": 76.98469543457031, "subreddit": "newsokuvip", "cluster": 1093, "color": 3}, {"x": -136.93331909179688, "y": 109.1519775390625, "subreddit": "yuri_jp", "cluster": 1093, "color": 3}, {"x": 13.629446029663086, "y": -3.7685422897338867, "subreddit": "highqualitygifs", "cluster": 862, "color": 3}, {"x": 1.82635498046875, "y": 5.350035667419434, "subreddit": "reactiongifs", "cluster": 862, "color": 3}, {"x": 14.334002494812012, "y": -3.817044734954834, "subreddit": "seinfeldgifs", "cluster": 862, "color": 3}, {"x": 13.203167915344238, "y": -3.8954203128814697, "subreddit": "startrekgifs", "cluster": 862, "color": 3}, {"x": -4.2137274742126465, "y": 100.60623931884766, "subreddit": "highthoughts", "cluster": 863, "color": 0}, {"x": -4.667069911956787, "y": 100.36897277832031, "subreddit": "stonerthoughts", "cluster": 863, "color": 0}, {"x": -3.2479875087738037, "y": 92.779541015625, "subreddit": "hijabis", "cluster": 1220, "color": 2}, {"x": -2.651010513305664, "y": 91.73709869384766, "subreddit": "muslimlounge", "cluster": 1220, "color": 2}, {"x": -3.1157453060150146, "y": 92.55320739746094, "subreddit": "muslimmarriage", "cluster": 1220, "color": 2}, {"x": 87.78561401367188, "y": -117.64383697509766, "subreddit": "himynameisjay", "cluster": 1564, "color": 3}, {"x": 87.7844009399414, "y": -117.64234161376953, "subreddit": "rva", "cluster": 1564, "color": 3}, {"x": -79.42943572998047, "y": 49.76715087890625, "subreddit": "hiphop101", "cluster": 864, "color": 1}, {"x": -78.25733947753906, "y": 51.613643646240234, "subreddit": "hiphopcirclejerk", "cluster": 864, "color": 1}, {"x": -80.04756164550781, "y": 50.34196472167969, "subreddit": "hiphopheads", "cluster": 864, "color": 1}, {"x": -80.39960479736328, "y": 50.431617736816406, "subreddit": "hiphopimages", "cluster": 864, "color": 1}, {"x": -22.48964500427246, "y": -13.29428482055664, "subreddit": "rapbattles", "cluster": 864, "color": 1}, {"x": -36.22460174560547, "y": -114.51072692871094, "subreddit": "thejoebuddenpodcast", "cluster": 864, "color": 1}, {"x": -78.11795806884766, "y": 51.67743682861328, "subreddit": "trapmuzik", "cluster": 864, "color": 1}, {"x": -26.26812744140625, "y": -123.29808807373047, "subreddit": "hiphopvinyl", "cluster": 1907, "color": 2}, {"x": -24.701595306396484, "y": -122.82316589355469, "subreddit": "vaporvinyl", "cluster": 1907, "color": 2}, {"x": -24.041906356811523, "y": -124.6390380859375, "subreddit": "vgmvinyl", "cluster": 1907, "color": 2}, {"x": -25.71627426147461, "y": -123.91551971435547, "subreddit": "vinylcollectors", "cluster": 1907, "color": 2}, {"x": -25.85926628112793, "y": -125.60111236572266, "subreddit": "vinyldeals", "cluster": 1907, "color": 2}, {"x": -26.737743377685547, "y": -124.22811126708984, "subreddit": "vinylmeplease", "cluster": 1907, "color": 2}, {"x": -25.62969207763672, "y": -124.0360336303711, "subreddit": "vinylreleases", "cluster": 1907, "color": 2}, {"x": -15.066780090332031, "y": -91.28653717041016, "subreddit": "hitchhiking", "cluster": 1885, "color": 4}, {"x": -14.13530445098877, "y": -90.74642181396484, "subreddit": "homeless", "cluster": 1885, "color": 4}, {"x": -14.7152099609375, "y": -91.08110809326172, "subreddit": "vagabond", "cluster": 1885, "color": 4}, {"x": -38.65983963012695, "y": -134.9178009033203, "subreddit": "hoboken", "cluster": 1260, "color": 2}, {"x": -38.65749740600586, "y": -134.91622924804688, "subreddit": "jerseycity", "cluster": 1260, "color": 2}, {"x": -22.552400588989258, "y": -79.34771728515625, "subreddit": "newjersey", "cluster": 1260, "color": 2}, {"x": -8.431840896606445, "y": 103.06037902832031, "subreddit": "newjerseymarijuana", "cluster": 1260, "color": 2}, {"x": -24.002195358276367, "y": -80.64511108398438, "subreddit": "njbeer", "cluster": 1260, "color": 2}, {"x": -80.39276123046875, "y": -72.76181030273438, "subreddit": "njguns", "cluster": 1260, "color": 2}, {"x": -87.97087097167969, "y": 2.4346554279327393, "subreddit": "njtech", "cluster": 1260, "color": 2}, {"x": -23.4962158203125, "y": -77.60011291503906, "subreddit": "rutgers", "cluster": 1260, "color": 2}, {"x": -22.347394943237305, "y": -79.33563232421875, "subreddit": "southjersey", "cluster": 1260, "color": 2}, {"x": -59.485130310058594, "y": -85.83207702636719, "subreddit": "hockeygoalies", "cluster": 871, "color": 0}, {"x": -59.47702407836914, "y": -85.8470687866211, "subreddit": "hockeyplayers", "cluster": 871, "color": 0}, {"x": -38.03652572631836, "y": -127.1670913696289, "subreddit": "hogwartswerewolves", "cluster": 872, "color": 2}, {"x": -37.76447296142578, "y": -127.3590316772461, "subreddit": "hogwartswerewolvesa", "cluster": 872, "color": 2}, {"x": -37.37785339355469, "y": -127.59699249267578, "subreddit": "hogwartswerewolvesb", "cluster": 872, "color": 2}, {"x": -36.57060623168945, "y": -128.07540893554688, "subreddit": "ploungemafia", "cluster": 872, "color": 2}, {"x": 51.82798385620117, "y": -28.381473541259766, "subreddit": "hoi4", "cluster": 988, "color": 2}, {"x": 48.57525634765625, "y": -30.777381896972656, "subreddit": "kaiserreich", "cluster": 988, "color": 2}, {"x": 48.52611541748047, "y": -30.806196212768555, "subreddit": "tnomod", "cluster": 988, "color": 2}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "hollowaypoirier2livee", "cluster": 873, "color": 3}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "hollowaypoirier2lives", "cluster": 874, "color": 4}, {"x": -1.3677650690078735, "y": -13.686903953552246, "subreddit": "holofractal", "cluster": 1463, "color": 3}, {"x": 11.300034523010254, "y": 102.13416290283203, "subreddit": "psychonaut", "cluster": 1463, "color": 3}, {"x": 11.50839900970459, "y": 102.33499145507812, "subreddit": "rationalpsychonaut", "cluster": 1463, "color": 3}, {"x": 10.852551460266113, "y": 101.24127197265625, "subreddit": "shruglifesyndicate", "cluster": 1463, "color": 3}, {"x": 34.22022247314453, "y": -25.80206871032715, "subreddit": "taoism", "cluster": 1463, "color": 3}, {"x": -83.6033706665039, "y": -53.21641540527344, "subreddit": "homedefense", "cluster": 879, "color": 0}, {"x": -83.591552734375, "y": -53.23292541503906, "subreddit": "homesecurity", "cluster": 879, "color": 0}, {"x": 133.10678100585938, "y": 481.2136535644531, "subreddit": "pythonforengineers", "cluster": 879, "color": 0}, {"x": -114.51901245117188, "y": 49.02611541748047, "subreddit": "homedepot", "cluster": 877, "color": 2}, {"x": -114.51897430419922, "y": 49.02852249145508, "subreddit": "walgreensstores", "cluster": 877, "color": 2}, {"x": -66.00237274169922, "y": -41.363773345947266, "subreddit": "homeimprovement", "cluster": 878, "color": 3}, {"x": -65.99885559082031, "y": -41.35687255859375, "subreddit": "homeowners", "cluster": 878, "color": 3}, {"x": -81.45565795898438, "y": -55.929901123046875, "subreddit": "hvac", "cluster": 878, "color": 3}, {"x": -80.74290466308594, "y": -55.274078369140625, "subreddit": "plumbing", "cluster": 878, "color": 3}, {"x": -60.59299087524414, "y": -13.014182090759277, "subreddit": "homekit", "cluster": 893, "color": 3}, {"x": -60.71590805053711, "y": -13.162691116333008, "subreddit": "hue", "cluster": 893, "color": 3}, {"x": -15.68289852142334, "y": 7.352603912353516, "subreddit": "instagram", "cluster": 893, "color": 3}, {"x": -85.83670043945312, "y": -67.37491607666016, "subreddit": "nest", "cluster": 893, "color": 3}, {"x": -61.06963348388672, "y": -29.07082748413086, "subreddit": "homenetworking", "cluster": 1165, "color": 0}, {"x": -61.168697357177734, "y": -30.422401428222656, "subreddit": "mikrotik", "cluster": 1165, "color": 0}, {"x": -61.16603088378906, "y": -30.588760375976562, "subreddit": "voip", "cluster": 1165, "color": 0}, {"x": 24.964204788208008, "y": -13.679059028625488, "subreddit": "hoocoodanode", "cluster": 1942, "color": 4}, {"x": 8.732600212097168, "y": -3.0866806507110596, "subreddit": "jillstein", "cluster": 1942, "color": 4}, {"x": 24.27734375, "y": -14.489029884338379, "subreddit": "kossacks_for_sanders", "cluster": 1942, "color": 4}, {"x": 24.710208892822266, "y": -14.377314567565918, "subreddit": "wayofthebern", "cluster": 1942, "color": 4}, {"x": 25.152732849121094, "y": -14.862010955810547, "subreddit": "wearenotasking", "cluster": 1942, "color": 4}, {"x": 78.22122192382812, "y": 111.05519104003906, "subreddit": "hookers", "cluster": 1604, "color": 3}, {"x": 77.63948059082031, "y": 110.56391143798828, "subreddit": "sexworkers", "cluster": 1604, "color": 3}, {"x": 77.44478607177734, "y": 110.39970397949219, "subreddit": "sexworkersonly", "cluster": 1604, "color": 3}, {"x": 53.27608108520508, "y": -67.77123260498047, "subreddit": "sugarlifestyleforum", "cluster": 1604, "color": 3}, {"x": 43.48816680908203, "y": 81.38516998291016, "subreddit": "hooping", "cluster": 1057, "color": 2}, {"x": -68.08304595947266, "y": -37.84239959716797, "subreddit": "lightingdesign", "cluster": 1057, "color": 2}, {"x": -3.8961076736450195, "y": 51.797481536865234, "subreddit": "lordsmobile", "cluster": 1057, "color": 2}, {"x": -67.66329956054688, "y": -38.64870834350586, "subreddit": "premierleague", "cluster": 1057, "color": 2}, {"x": -68.16228485107422, "y": -37.662418365478516, "subreddit": "techtheatre", "cluster": 1057, "color": 2}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "hossen420_tv", "cluster": 885, "color": 3}, {"x": -79.59683990478516, "y": -45.25715255737305, "subreddit": "hotones", "cluster": 886, "color": 3}, {"x": -78.5516357421875, "y": -46.06394958496094, "subreddit": "hotpeppers", "cluster": 886, "color": 3}, {"x": -78.97743225097656, "y": -45.0491828918457, "subreddit": "hotsauce", "cluster": 886, "color": 3}, {"x": -78.67620086669922, "y": -45.21208953857422, "subreddit": "spicy", "cluster": 886, "color": 3}, {"x": 19.389095306396484, "y": 91.10932159423828, "subreddit": "houseplants", "cluster": 888, "color": 1}, {"x": 20.16386604309082, "y": 90.77835845947266, "subreddit": "indoorgarden", "cluster": 888, "color": 1}, {"x": 19.742368698120117, "y": 92.23402404785156, "subreddit": "plantclinic", "cluster": 888, "color": 1}, {"x": 19.175933837890625, "y": 90.61918640136719, "subreddit": "plants", "cluster": 888, "color": 1}, {"x": 19.880634307861328, "y": 93.17230987548828, "subreddit": "proplifting", "cluster": 888, "color": 1}, {"x": 18.507980346679688, "y": 91.8011245727539, "subreddit": "takeaplantleaveaplant", "cluster": 888, "color": 1}, {"x": 103.88607788085938, "y": 50.096256256103516, "subreddit": "howwastoday", "cluster": 966, "color": 2}, {"x": 103.89080810546875, "y": 50.42558288574219, "subreddit": "jaxmains", "cluster": 966, "color": 2}, {"x": 103.99246215820312, "y": 52.10356140136719, "subreddit": "tryndameremains", "cluster": 966, "color": 2}, {"x": 137.80259704589844, "y": 48.02406311035156, "subreddit": "hpfanfiction", "cluster": 1233, "color": 4}, {"x": 137.8004608154297, "y": 48.02406311035156, "subreddit": "narutofanfiction", "cluster": 1233, "color": 4}, {"x": 41.83481216430664, "y": -40.43468475341797, "subreddit": "hpmor", "cluster": 1496, "color": 2}, {"x": 26.56523323059082, "y": -107.43807220458984, "subreddit": "mlpios", "cluster": 1496, "color": 2}, {"x": 41.84228515625, "y": -40.42276382446289, "subreddit": "rational", "cluster": 1496, "color": 2}, {"x": 26.201868057250977, "y": -105.42670440673828, "subreddit": "wanderinginn", "cluster": 1496, "color": 2}, {"x": -56.49666213989258, "y": 25.290353775024414, "subreddit": "hqsportstv", "cluster": 891, "color": 3}, {"x": 34.372379302978516, "y": 93.96158599853516, "subreddit": "httyd", "cluster": 1541, "color": 0}, {"x": 36.18436050415039, "y": 93.7580795288086, "subreddit": "ocd", "cluster": 1541, "color": 0}, {"x": 36.06908416748047, "y": 93.77603912353516, "subreddit": "rocd", "cluster": 1541, "color": 0}, {"x": 1.2655128240585327, "y": 11.346611022949219, "subreddit": "hulugans", "cluster": 1380, "color": 2}, {"x": -4.1516804695129395, "y": 48.979820251464844, "subreddit": "photoshoprequest", "cluster": 1380, "color": 2}, {"x": -4.150031566619873, "y": 48.989501953125, "subreddit": "picrequests", "cluster": 1380, "color": 2}, {"x": -25.32320213317871, "y": 90.78089141845703, "subreddit": "snorkblot", "cluster": 1380, "color": 2}, {"x": -34.27439880371094, "y": -36.50585174560547, "subreddit": "hungercraft", "cluster": 1632, "color": 4}, {"x": 0.07425626367330551, "y": 55.072837829589844, "subreddit": "love", "cluster": 1632, "color": 4}, {"x": 1.671600103378296, "y": 52.7520637512207, "subreddit": "replika", "cluster": 1632, "color": 4}, {"x": 1.9371044635772705, "y": 54.2193489074707, "subreddit": "shittyideas", "cluster": 1632, "color": 4}, {"x": 1.6430842876434326, "y": 54.228851318359375, "subreddit": "sixwordstories", "cluster": 1632, "color": 4}, {"x": 0.8870527744293213, "y": 54.93299102783203, "subreddit": "twinflames", "cluster": 1632, "color": 4}, {"x": -119.54715728759766, "y": 46.46931838989258, "subreddit": "huntersbell", "cluster": 1735, "color": 4}, {"x": -58.42596435546875, "y": 49.28901290893555, "subreddit": "snuggly", "cluster": 1735, "color": 4}, {"x": -119.71209716796875, "y": 46.52714920043945, "subreddit": "summonsign", "cluster": 1735, "color": 4}, {"x": 121.70401000976562, "y": 51.8697624206543, "subreddit": "hunterxhunter", "cluster": 896, "color": 3}, {"x": 61.36798095703125, "y": 24.455278396606445, "subreddit": "thepromisedneverland", "cluster": 896, "color": 3}, {"x": 121.70600128173828, "y": 51.871498107910156, "subreddit": "worldtrigger", "cluster": 896, "color": 3}, {"x": -63.89786911010742, "y": -100.52445983886719, "subreddit": "huskers", "cluster": 1249, "color": 1}, {"x": -65.19390869140625, "y": -100.26286315917969, "subreddit": "lincoln", "cluster": 1249, "color": 1}, {"x": -65.3341293334961, "y": -100.55827331542969, "subreddit": "nebraska", "cluster": 1249, "color": 1}, {"x": -65.79080963134766, "y": -100.94420623779297, "subreddit": "omaha", "cluster": 1249, "color": 1}, {"x": -5.01636266708374, "y": -89.76017761230469, "subreddit": "securityguards", "cluster": 1249, "color": 1}, {"x": -139.20156860351562, "y": -14.974956512451172, "subreddit": "hutcoinsales", "cluster": 899, "color": 3}, {"x": -138.72994995117188, "y": -15.538346290588379, "subreddit": "hutrep", "cluster": 899, "color": 3}, {"x": -139.45806884765625, "y": -14.65673828125, "subreddit": "nba2kmtselling", "cluster": 899, "color": 3}, {"x": 88.58321380615234, "y": 40.58844757080078, "subreddit": "hypnosis", "cluster": 1720, "color": 1}, {"x": 33.7747917175293, "y": -26.457763671875, "subreddit": "meditation", "cluster": 1720, "color": 1}, {"x": 89.4472427368164, "y": 41.479644775390625, "subreddit": "streamentry", "cluster": 1720, "color": 1}, {"x": 89.63479614257812, "y": 41.75382614135742, "subreddit": "themindilluminated", "cluster": 1720, "color": 1}, {"x": -38.16749954223633, "y": 17.354660034179688, "subreddit": "hypotheticalsituation", "cluster": 1999, "color": 0}, {"x": -39.14608383178711, "y": 18.198055267333984, "subreddit": "shovelknight", "cluster": 1999, "color": 0}, {"x": -23.55984878540039, "y": 82.73699188232422, "subreddit": "wizardoflegend", "cluster": 1999, "color": 0}, {"x": -38.64451217651367, "y": 17.736177444458008, "subreddit": "youenteradungeon", "cluster": 1999, "color": 0}, {"x": -7.112961292266846, "y": -4.183431148529053, "subreddit": "hyptoheicla", "cluster": 1151, "color": 3}, {"x": -4.977366924285889, "y": 46.270347595214844, "subreddit": "insidermemetrading", "cluster": 1151, "color": 3}, {"x": -7.964071750640869, "y": 21.67904281616211, "subreddit": "me_irl", "cluster": 1151, "color": 3}, {"x": 3.0174062252044678, "y": 15.481758117675781, "subreddit": "meirl", "cluster": 1151, "color": 3}, {"x": 2.8078887462615967, "y": 15.983126640319824, "subreddit": "whitepeopletwitter", "cluster": 1151, "color": 3}, {"x": 2.3901803493499756, "y": 4.202418327331543, "subreddit": "youtubehaiku", "cluster": 1151, "color": 3}, {"x": -82.89152526855469, "y": -42.25938034057617, "subreddit": "hyundai", "cluster": 902, "color": 4}, {"x": -83.09269714355469, "y": -42.876949310302734, "subreddit": "kia", "cluster": 902, "color": 4}, {"x": -83.02837371826172, "y": -41.78167724609375, "subreddit": "veloster", "cluster": 902, "color": 4}, {"x": -23.411760330200195, "y": 131.71295166015625, "subreddit": "i_irl", "cluster": 903, "color": 1}, {"x": -23.489852905273438, "y": 130.5686798095703, "subreddit": "longtail", "cluster": 903, "color": 1}, {"x": -23.400726318359375, "y": 131.86468505859375, "subreddit": "potuswatch", "cluster": 903, "color": 1}, {"x": -20.72308921813965, "y": -59.64718246459961, "subreddit": "iceland", "cluster": 908, "color": 2}, {"x": -20.730792999267578, "y": -59.644805908203125, "subreddit": "visitingiceland", "cluster": 908, "color": 2}, {"x": 2.8323605060577393, "y": 46.625118255615234, "subreddit": "ich_iel", "cluster": 1933, "color": 3}, {"x": 3.841536521911621, "y": 45.39950942993164, "subreddit": "navcoin", "cluster": 1933, "color": 3}, {"x": 3.0582873821258545, "y": 46.36792755126953, "subreddit": "wasletztepreis", "cluster": 1933, "color": 3}, {"x": -10.136978149414062, "y": 4.096000671386719, "subreddit": "ico", "cluster": 909, "color": 1}, {"x": -10.134847640991211, "y": 4.100420951843262, "subreddit": "icoanalysis", "cluster": 909, "color": 1}, {"x": 70.26032257080078, "y": 60.302337646484375, "subreddit": "ifparents", "cluster": 937, "color": 2}, {"x": 70.81062316894531, "y": 58.59379196166992, "subreddit": "ifseniorclass", "cluster": 937, "color": 2}, {"x": 70.52604675292969, "y": 59.06577682495117, "subreddit": "infertility", "cluster": 937, "color": 2}, {"x": 70.3088150024414, "y": 59.90922927856445, "subreddit": "infertilitybabies", "cluster": 937, "color": 2}, {"x": 58.64266586303711, "y": 58.4128303527832, "subreddit": "pcos", "cluster": 937, "color": 2}, {"x": -71.21678924560547, "y": -25.914691925048828, "subreddit": "ifttt", "cluster": 1972, "color": 4}, {"x": -82.63511657714844, "y": 105.92920684814453, "subreddit": "shortcuts", "cluster": 1972, "color": 4}, {"x": -82.63517761230469, "y": 105.92979431152344, "subreddit": "workflow", "cluster": 1972, "color": 4}, {"x": -3.077150583267212, "y": 5.232120990753174, "subreddit": "ifyoulikeblank", "cluster": 913, "color": 0}, {"x": -15.004920959472656, "y": -108.16842651367188, "subreddit": "letstalkmusic", "cluster": 913, "color": 0}, {"x": -4.209908485412598, "y": -32.232791900634766, "subreddit": "moviesuggestions", "cluster": 913, "color": 0}, {"x": -3.102811098098755, "y": 5.5542802810668945, "subreddit": "namethatsong", "cluster": 913, "color": 0}, {"x": 26.308242797851562, "y": 37.56782531738281, "subreddit": "ihe", "cluster": 916, "color": 2}, {"x": 26.390501022338867, "y": 37.72764587402344, "subreddit": "jarmedia", "cluster": 916, "color": 2}, {"x": 25.745872497558594, "y": 36.646846771240234, "subreddit": "minionhate", "cluster": 916, "color": 2}, {"x": 111.79918670654297, "y": 53.58509063720703, "subreddit": "illaoi", "cluster": 1998, "color": 0}, {"x": 112.83174896240234, "y": 56.48085021972656, "subreddit": "singedmains", "cluster": 1998, "color": 0}, {"x": 112.82066345214844, "y": 56.474708557128906, "subreddit": "yorickmains", "cluster": 1998, "color": 0}, {"x": -65.55654907226562, "y": -2.3981165885925293, "subreddit": "illegaltorrents", "cluster": 1918, "color": 5}, {"x": -64.32656860351562, "y": -2.844970703125, "subreddit": "privateinternetaccess", "cluster": 1918, "color": 5}, {"x": -66.39865112304688, "y": -3.3965961933135986, "subreddit": "seedboxes", "cluster": 1918, "color": 5}, {"x": -65.244873046875, "y": -2.6049253940582275, "subreddit": "vpn", "cluster": 1918, "color": 5}, {"x": 60.469932556152344, "y": 71.37992858886719, "subreddit": "illnessfakers", "cluster": 917, "color": 3}, {"x": 60.47825241088867, "y": 71.3742446899414, "subreddit": "illnessfakersgonewild", "cluster": 917, "color": 3}, {"x": 62.313961029052734, "y": 77.83016204833984, "subreddit": "service_dogs", "cluster": 917, "color": 3}, {"x": 140.4303436279297, "y": -66.52095031738281, "subreddit": "imagesofaustralia", "cluster": 919, "color": 0}, {"x": 141.1686553955078, "y": -65.89754486083984, "subreddit": "imagesofcalifornia", "cluster": 919, "color": 0}, {"x": 141.861083984375, "y": -66.08807373046875, "subreddit": "imagesofcanada", "cluster": 919, "color": 0}, {"x": 143.14501953125, "y": -67.05239868164062, "subreddit": "imagesofcolorado", "cluster": 919, "color": 0}, {"x": 140.09970092773438, "y": -65.6775894165039, "subreddit": "imagesofengland", "cluster": 919, "color": 0}, {"x": 143.03953552246094, "y": -66.14230346679688, "subreddit": "imagesofflorida", "cluster": 919, "color": 0}, {"x": 142.14071655273438, "y": -67.45128631591797, "subreddit": "imagesoffrance", "cluster": 919, "color": 0}, {"x": 141.70909118652344, "y": -65.06763458251953, "subreddit": "imagesofillinois", "cluster": 919, "color": 0}, {"x": 141.43748474121094, "y": -67.16036987304688, "subreddit": "imagesofindia", "cluster": 919, "color": 0}, {"x": 142.4936065673828, "y": -65.44253540039062, "subreddit": "imagesofjapan", "cluster": 919, "color": 0}, {"x": 141.0776824951172, "y": -66.69429779052734, "subreddit": "imagesofnewyork", "cluster": 919, "color": 0}, {"x": 142.26605224609375, "y": -66.65032196044922, "subreddit": "imagesofrussia", "cluster": 919, "color": 0}, {"x": 139.474365234375, "y": -66.50872802734375, "subreddit": "imagesofspain", "cluster": 919, "color": 0}, {"x": 140.80551147460938, "y": -65.12273406982422, "subreddit": "imagesoftexas", "cluster": 919, "color": 0}, {"x": 139.7742462158203, "y": -68.67658233642578, "subreddit": "imagesofthe1940s", "cluster": 919, "color": 0}, {"x": 141.21990966796875, "y": -68.41499328613281, "subreddit": "imagesofthe1960s", "cluster": 919, "color": 0}, {"x": 140.5875244140625, "y": -68.12374114990234, "subreddit": "imagesofthe1970s", "cluster": 919, "color": 0}, {"x": 140.10752868652344, "y": -67.69075775146484, "subreddit": "imagesofthe1980s", "cluster": 919, "color": 0}, {"x": 139.3343963623047, "y": -67.81471252441406, "subreddit": "imagesofthe1990s", "cluster": 919, "color": 0}, {"x": 141.570068359375, "y": -69.0353012084961, "subreddit": "imagesofthe2000s", "cluster": 919, "color": 0}, {"x": 140.5448760986328, "y": -69.12406158447266, "subreddit": "imagesofthe2010s", "cluster": 919, "color": 0}, {"x": 142.75799560546875, "y": -67.9525146484375, "subreddit": "imagesofusa", "cluster": 919, "color": 0}, {"x": 60.173500061035156, "y": -39.03310775756836, "subreddit": "imaginarycharacters", "cluster": 920, "color": 2}, {"x": 60.387672424316406, "y": -39.28559494018555, "subreddit": "imaginarylandscapes", "cluster": 920, "color": 2}, {"x": 60.174888610839844, "y": -39.46762466430664, "subreddit": "imaginarymonsters", "cluster": 920, "color": 2}, {"x": 60.6772575378418, "y": -39.17911148071289, "subreddit": "imaginarytechnology", "cluster": 920, "color": 2}, {"x": 5.252191066741943, "y": -24.73919105529785, "subreddit": "slowcooking", "cluster": 920, "color": 2}, {"x": 48.39616394042969, "y": 1.1071751117706299, "subreddit": "tombraider", "cluster": 920, "color": 2}, {"x": 36.45724868774414, "y": -61.216156005859375, "subreddit": "imaginarymaps", "cluster": 1115, "color": 4}, {"x": -12.765728950500488, "y": -10.946449279785156, "subreddit": "mapporncirclejerk", "cluster": 1115, "color": 4}, {"x": -12.760754585266113, "y": -10.948782920837402, "subreddit": "shittymapporn", "cluster": 1115, "color": 4}, {"x": 72.29769134521484, "y": -52.364070892333984, "subreddit": "imaginarywarhammer", "cluster": 1922, "color": 3}, {"x": 72.2193832397461, "y": -53.15009689331055, "subreddit": "wallpaper", "cluster": 1922, "color": 3}, {"x": 72.25414276123047, "y": -52.86605453491211, "subreddit": "wallpapers", "cluster": 1922, "color": 3}, {"x": 36.14226531982422, "y": 16.171340942382812, "subreddit": "imdbfilmgeneral", "cluster": 922, "color": 0}, {"x": 37.64164733886719, "y": 16.094362258911133, "subreddit": "imdbvg", "cluster": 922, "color": 0}, {"x": 35.670711517333984, "y": 16.34407615661621, "subreddit": "storiesaboutkevin", "cluster": 922, "color": 0}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "importatntmatch", "cluster": 924, "color": 5}, {"x": -14.134909629821777, "y": 72.43482971191406, "subreddit": "incest_relationships", "cluster": 1494, "color": 4}, {"x": 51.741859436035156, "y": 100.0483627319336, "subreddit": "rape", "cluster": 1494, "color": 4}, {"x": 51.69965744018555, "y": 100.00628662109375, "subreddit": "rapecounseling", "cluster": 1494, "color": 4}, {"x": 2.1125075817108154, "y": -12.113189697265625, "subreddit": "incremental_games", "cluster": 1857, "color": 4}, {"x": -21.373964309692383, "y": -63.300228118896484, "subreddit": "swimming", "cluster": 1857, "color": 4}, {"x": -21.993833541870117, "y": -63.355220794677734, "subreddit": "triathlon", "cluster": 1857, "color": 4}, {"x": -12.381450653076172, "y": 89.84691619873047, "subreddit": "india", "cluster": 927, "color": 3}, {"x": -17.7314453125, "y": 88.58373260498047, "subreddit": "librandu", "cluster": 927, "color": 3}, {"x": -12.347776412963867, "y": 89.89181518554688, "subreddit": "willis7737_news", "cluster": 927, "color": 3}, {"x": -9.947016716003418, "y": 86.7970962524414, "subreddit": "indianonpolitical", "cluster": 930, "color": 4}, {"x": -10.047871589660645, "y": 86.71965026855469, "subreddit": "indianpeoplequora", "cluster": 930, "color": 4}, {"x": -7.780379295349121, "y": 94.92982482910156, "subreddit": "soapboxbanhammer", "cluster": 930, "color": 4}, {"x": 10.420185089111328, "y": 13.688064575195312, "subreddit": "indiedev", "cluster": 934, "color": 3}, {"x": 10.424337387084961, "y": 13.671869277954102, "subreddit": "indiegames", "cluster": 934, "color": 3}, {"x": 41.10745620727539, "y": -25.262996673583984, "subreddit": "indiegaming", "cluster": 934, "color": 3}, {"x": 11.48211669921875, "y": 15.015010833740234, "subreddit": "playmygame", "cluster": 934, "color": 3}, {"x": 52.43217468261719, "y": 66.06697082519531, "subreddit": "indieexchange", "cluster": 933, "color": 2}, {"x": 52.40812683105469, "y": 66.03614044189453, "subreddit": "indiemakeupandmore", "cluster": 933, "color": 2}, {"x": -25.055864334106445, "y": 109.37623596191406, "subreddit": "indonesia", "cluster": 981, "color": 2}, {"x": -24.969499588012695, "y": 110.38738250732422, "subreddit": "jumpchain", "cluster": 981, "color": 2}, {"x": -25.522563934326172, "y": 111.25083923339844, "subreddit": "kengan_ashura", "cluster": 981, "color": 2}, {"x": -24.81047821044922, "y": 110.42719268798828, "subreddit": "makeyourchoice", "cluster": 981, "color": 2}, {"x": -27.183650970458984, "y": -14.370119094848633, "subreddit": "ingress", "cluster": 1812, "color": 1}, {"x": -27.19793128967285, "y": -14.3754301071167, "subreddit": "nianticwayfarer", "cluster": 1812, "color": 1}, {"x": 30.15691375732422, "y": 1.2224652767181396, "subreddit": "pokemongo", "cluster": 1812, "color": 1}, {"x": 30.57892608642578, "y": 2.4709365367889404, "subreddit": "pokemongodev", "cluster": 1812, "color": 1}, {"x": 31.601518630981445, "y": 0.5810195803642273, "subreddit": "pokemongoivs", "cluster": 1812, "color": 1}, {"x": 50.65106964111328, "y": -120.31067657470703, "subreddit": "pokemongonewjersey", "cluster": 1812, "color": 1}, {"x": 3.2709624767303467, "y": 14.614724159240723, "subreddit": "pokemongoyellow", "cluster": 1812, "color": 1}, {"x": 72.88164520263672, "y": 65.86038208007812, "subreddit": "rollerskating", "cluster": 1812, "color": 1}, {"x": 29.913223266601562, "y": 0.33620554208755493, "subreddit": "thesilpharena", "cluster": 1812, "color": 1}, {"x": 30.26419448852539, "y": 0.9404034614562988, "subreddit": "thesilphroad", "cluster": 1812, "color": 1}, {"x": -71.58171081542969, "y": 77.3137435913086, "subreddit": "injustice2mobilegame", "cluster": 940, "color": 3}, {"x": -71.59003448486328, "y": 77.3115463256836, "subreddit": "mkxmobile", "cluster": 940, "color": 3}, {"x": -42.04997634887695, "y": 79.0940933227539, "subreddit": "tekkenmobile", "cluster": 940, "color": 3}, {"x": 53.39796447753906, "y": -42.37858963012695, "subreddit": "injusticegame", "cluster": 1460, "color": 3}, {"x": -32.15306854248047, "y": 1.353312373161316, "subreddit": "paragon", "cluster": 1460, "color": 3}, {"x": 53.41669845581055, "y": -42.3751335144043, "subreddit": "psbattleroyale", "cluster": 1460, "color": 3}, {"x": 34.801212310791016, "y": -22.153400421142578, "subreddit": "instantpot", "cluster": 1423, "color": 0}, {"x": 34.93190002441406, "y": -22.373476028442383, "subreddit": "polymerclay", "cluster": 1423, "color": 0}, {"x": 34.40742492675781, "y": -22.90587043762207, "subreddit": "pressurecooking", "cluster": 1423, "color": 0}, {"x": 35.78634262084961, "y": -22.46142578125, "subreddit": "sculpture", "cluster": 1423, "color": 0}, {"x": -40.52669906616211, "y": 58.15535354614258, "subreddit": "integralfactor", "cluster": 1287, "color": 4}, {"x": -40.700016021728516, "y": 54.99713134765625, "subreddit": "narutoblazing", "cluster": 1287, "color": 4}, {"x": -41.57192611694336, "y": 55.453922271728516, "subreddit": "ninjavoltage", "cluster": 1287, "color": 4}, {"x": -41.87195587158203, "y": 55.58271026611328, "subreddit": "opbr", "cluster": 1287, "color": 4}, {"x": 112.3478012084961, "y": -33.50868606567383, "subreddit": "intellectualdarkweb", "cluster": 979, "color": 0}, {"x": 30.654647827148438, "y": 20.50935935974121, "subreddit": "jordan_peterson_memes", "cluster": 979, "color": 0}, {"x": 30.72127342224121, "y": 20.505069732666016, "subreddit": "jordanpeterson", "cluster": 979, "color": 0}, {"x": -2.8917577266693115, "y": 2.4342246055603027, "subreddit": "interdimensionalcable", "cluster": 1263, "color": 3}, {"x": 17.66051483154297, "y": 0.3903178870677948, "subreddit": "newsbotbot", "cluster": 1263, "color": 3}, {"x": 17.696399688720703, "y": 0.33895301818847656, "subreddit": "newstweetfeed", "cluster": 1263, "color": 3}, {"x": 84.11930847167969, "y": -128.12332153320312, "subreddit": "interstellar", "cluster": 1587, "color": 4}, {"x": 122.4433364868164, "y": -71.50080871582031, "subreddit": "lovedeathandrobots", "cluster": 1587, "color": 4}, {"x": 21.200576782226562, "y": -34.409584045410156, "subreddit": "printsf", "cluster": 1587, "color": 4}, {"x": 42.84765625, "y": -43.11874771118164, "subreddit": "questionablecontent", "cluster": 1587, "color": 4}, {"x": 22.122114181518555, "y": -32.08073043823242, "subreddit": "sciencefiction", "cluster": 1587, "color": 4}, {"x": 22.618635177612305, "y": -32.38507080078125, "subreddit": "secondlife", "cluster": 1587, "color": 4}, {"x": 21.619518280029297, "y": -31.459304809570312, "subreddit": "singularity", "cluster": 1587, "color": 4}, {"x": -4.071330547332764, "y": -37.29542922973633, "subreddit": "theexpanse", "cluster": 1587, "color": 4}, {"x": -67.8419189453125, "y": -1.2904404401779175, "subreddit": "invites", "cluster": 1837, "color": 4}, {"x": -66.44868469238281, "y": -0.4939287602901459, "subreddit": "piracy", "cluster": 1837, "color": 4}, {"x": -69.3044662475586, "y": -0.6886958479881287, "subreddit": "popcorntime", "cluster": 1837, "color": 4}, {"x": -66.52951049804688, "y": -1.0331288576126099, "subreddit": "thepiratebay", "cluster": 1837, "color": 4}, {"x": -67.64607238769531, "y": -1.472848892211914, "subreddit": "torrents", "cluster": 1837, "color": 4}, {"x": -67.47706604003906, "y": -2.46382212638855, "subreddit": "trackers", "cluster": 1837, "color": 4}, {"x": -56.727867126464844, "y": -7.144877910614014, "subreddit": "ios", "cluster": 946, "color": 2}, {"x": -56.705623626708984, "y": -7.988171100616455, "subreddit": "iosbeta", "cluster": 946, "color": 2}, {"x": -57.6420783996582, "y": -7.602190017700195, "subreddit": "iphone", "cluster": 946, "color": 2}, {"x": -56.43054962158203, "y": -6.726478576660156, "subreddit": "iphonehelp", "cluster": 946, "color": 2}, {"x": -60.67424392700195, "y": -5.169177532196045, "subreddit": "iphonexr", "cluster": 946, "color": 2}, {"x": -47.18370819091797, "y": -22.813621520996094, "subreddit": "iosprogramming", "cluster": 1747, "color": 5}, {"x": -47.18120574951172, "y": -22.81397819519043, "subreddit": "swift", "cluster": 1747, "color": 5}, {"x": -9.646108627319336, "y": 16.786577224731445, "subreddit": "iossetups", "cluster": 951, "color": 2}, {"x": -9.015508651733398, "y": 16.892276763916016, "subreddit": "iphonewallpapers", "cluster": 951, "color": 2}, {"x": -8.609143257141113, "y": 16.9789981842041, "subreddit": "iwallpaper", "cluster": 951, "color": 2}, {"x": 2.6639318466186523, "y": 72.31155395507812, "subreddit": "iota", "cluster": 948, "color": 3}, {"x": 419.36614990234375, "y": 118.90470886230469, "subreddit": "iotafaucet", "cluster": 948, "color": 3}, {"x": 2.6060802936553955, "y": 72.1689224243164, "subreddit": "iotamarkets", "cluster": 948, "color": 3}, {"x": 2.296196460723877, "y": 71.42222595214844, "subreddit": "oyster", "cluster": 948, "color": 3}, {"x": -18.223066329956055, "y": 122.7902603149414, "subreddit": "iptv", "cluster": 952, "color": 3}, {"x": -18.47453498840332, "y": 123.36579132080078, "subreddit": "iptvresellers", "cluster": 952, "color": 3}, {"x": -18.20015525817871, "y": 122.75926971435547, "subreddit": "iptvreviews", "cluster": 952, "color": 3}, {"x": -66.5405044555664, "y": -6.5894975662231445, "subreddit": "tvzionapp", "cluster": 952, "color": 3}, {"x": -89.80824279785156, "y": 6.492964744567871, "subreddit": "iran", "cluster": 953, "color": 1}, {"x": -89.86957550048828, "y": 6.2902045249938965, "subreddit": "iranian", "cluster": 953, "color": 1}, {"x": -90.12643432617188, "y": 5.425065040588379, "subreddit": "qatar", "cluster": 953, "color": 1}, {"x": -94.85150146484375, "y": -86.39012145996094, "subreddit": "irs", "cluster": 1767, "color": 2}, {"x": -34.360755920410156, "y": 43.46376419067383, "subreddit": "stimuluscheck", "cluster": 1767, "color": 2}, {"x": -94.72540283203125, "y": -86.1619644165039, "subreddit": "tax", "cluster": 1767, "color": 2}, {"x": -94.38442993164062, "y": -85.50528717041016, "subreddit": "taxpros", "cluster": 1767, "color": 2}, {"x": 129.66880798339844, "y": 46.28179168701172, "subreddit": "iteration110cradle", "cluster": 1133, "color": 0}, {"x": 129.6659698486328, "y": 46.28300094604492, "subreddit": "mattress", "cluster": 1133, "color": 0}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "jaguarstitanslives", "cluster": 960, "color": 8}, {"x": 139.5498504638672, "y": -15.731565475463867, "subreddit": "jakeandamir", "cluster": 1306, "color": 0}, {"x": 139.55026245117188, "y": -15.732041358947754, "subreddit": "notanotherdndpodcast", "cluster": 1306, "color": 0}, {"x": 22.84859848022461, "y": -74.3143539428711, "subreddit": "japan", "cluster": 1210, "color": 4}, {"x": 23.923274993896484, "y": -73.39213562011719, "subreddit": "japancirclejerk", "cluster": 1210, "color": 4}, {"x": 23.9984130859375, "y": -74.08214569091797, "subreddit": "japanlife", "cluster": 1210, "color": 4}, {"x": 22.845548629760742, "y": -72.81017303466797, "subreddit": "japantravel", "cluster": 1210, "color": 4}, {"x": -114.73799896240234, "y": 21.100643157958984, "subreddit": "kingcobrajfs", "cluster": 1210, "color": 4}, {"x": 23.390045166015625, "y": -73.41386413574219, "subreddit": "movingtojapan", "cluster": 1210, "color": 4}, {"x": 24.844615936279297, "y": -74.53865814208984, "subreddit": "teachinginjapan", "cluster": 1210, "color": 4}, {"x": 22.54876136779785, "y": -74.5288314819336, "subreddit": "tokyo", "cluster": 1210, "color": 4}, {"x": -1.096184253692627, "y": -33.875465393066406, "subreddit": "japanesefood", "cluster": 963, "color": 3}, {"x": 21.556943893432617, "y": -74.78733825683594, "subreddit": "japanpics", "cluster": 963, "color": 3}, {"x": -1.1588292121887207, "y": -34.026309967041016, "subreddit": "ramen", "cluster": 963, "color": 3}, {"x": 19.244789123535156, "y": 84.96165466308594, "subreddit": "jarrariums", "cluster": 1784, "color": 2}, {"x": 19.139799118041992, "y": 85.05347442626953, "subreddit": "terrariums", "cluster": 1784, "color": 2}, {"x": -6.739914894104004, "y": -30.243431091308594, "subreddit": "jazz", "cluster": 967, "color": 3}, {"x": 28.21150016784668, "y": 65.25228118896484, "subreddit": "jazzcirclejerk", "cluster": 967, "color": 3}, {"x": -6.90399694442749, "y": 4.183064937591553, "subreddit": "kenm", "cluster": 967, "color": 3}, {"x": 28.219478607177734, "y": 65.25279235839844, "subreddit": "synthesizercirclejerk", "cluster": 967, "color": 3}, {"x": -82.90995025634766, "y": 46.82907485961914, "subreddit": "jcole", "cluster": 1075, "color": 3}, {"x": -82.90164947509766, "y": 46.07864761352539, "subreddit": "logic_301", "cluster": 1075, "color": 3}, {"x": -10.014983177185059, "y": 32.99454116821289, "subreddit": "nfrealmusic", "cluster": 1075, "color": 3}, {"x": 108.11376190185547, "y": -29.531341552734375, "subreddit": "jellesmarbleruns", "cluster": 969, "color": 0}, {"x": 108.10688018798828, "y": -29.52777099609375, "subreddit": "marblelympics", "cluster": 969, "color": 0}, {"x": -11.547041893005371, "y": -53.417354583740234, "subreddit": "onision", "cluster": 969, "color": 0}, {"x": -13.49660873413086, "y": 40.11737823486328, "subreddit": "worldbox", "cluster": 969, "color": 0}, {"x": -67.93424987792969, "y": -146.4532470703125, "subreddit": "jerma985", "cluster": 1790, "color": 2}, {"x": -11.966727256774902, "y": -67.01094818115234, "subreddit": "mylittlefortress", "cluster": 1790, "color": 2}, {"x": 47.66844940185547, "y": 15.421822547912598, "subreddit": "randomactsoftf2", "cluster": 1790, "color": 2}, {"x": -18.68996810913086, "y": 0.5291327834129333, "subreddit": "sfm", "cluster": 1790, "color": 2}, {"x": 46.677459716796875, "y": 16.309717178344727, "subreddit": "tf2", "cluster": 1790, "color": 2}, {"x": 47.40065002441406, "y": 16.79936408996582, "subreddit": "tf2fashionadvice", "cluster": 1790, "color": 2}, {"x": 45.765602111816406, "y": 17.21135139465332, "subreddit": "tf2weaponideas", "cluster": 1790, "color": 2}, {"x": 46.49660110473633, "y": 16.07421112060547, "subreddit": "truetf2", "cluster": 1790, "color": 2}, {"x": 20.183605194091797, "y": -59.28010177612305, "subreddit": "jhu", "cluster": 1257, "color": 4}, {"x": 30.3995361328125, "y": -44.74070739746094, "subreddit": "neuro", "cluster": 1257, "color": 4}, {"x": 30.387176513671875, "y": -44.78968048095703, "subreddit": "neuroscience", "cluster": 1257, "color": 4}, {"x": 30.63050079345703, "y": -42.717105865478516, "subreddit": "objectivism", "cluster": 1257, "color": 4}, {"x": -109.80874633789062, "y": 21.667367935180664, "subreddit": "sbu", "cluster": 1257, "color": 4}, {"x": 275.0472106933594, "y": 200.9812469482422, "subreddit": "jjdandfamily", "cluster": 1230, "color": 3}, {"x": 102.61917114257812, "y": 33.50303268432617, "subreddit": "nanny", "cluster": 1230, "color": 3}, {"x": 102.86002349853516, "y": 33.12031936645508, "subreddit": "nerdist", "cluster": 1230, "color": 3}, {"x": -24.653425216674805, "y": -131.46923828125, "subreddit": "john_frusciante", "cluster": 975, "color": 1}, {"x": -24.654705047607422, "y": -131.4576873779297, "subreddit": "redhotchilipeppers", "cluster": 975, "color": 1}, {"x": 120.04952239990234, "y": 43.64141845703125, "subreddit": "jonbenet", "cluster": 977, "color": 1}, {"x": 120.04972076416016, "y": 43.63422775268555, "subreddit": "jonbenetramsey", "cluster": 977, "color": 1}, {"x": 293.55816650390625, "y": 470.43768310546875, "subreddit": "jonessmithlivehd", "cluster": 978, "color": 0}, {"x": -32.10237121582031, "y": -39.29855728149414, "subreddit": "journalism", "cluster": 1308, "color": 4}, {"x": -31.09804916381836, "y": -39.34480285644531, "subreddit": "npr", "cluster": 1308, "color": 4}, {"x": -71.21619415283203, "y": -81.994140625, "subreddit": "riograndevalley", "cluster": 1308, "color": 4}, {"x": -30.325763702392578, "y": -39.56879806518555, "subreddit": "santabarbara", "cluster": 1308, "color": 4}, {"x": -20.946969985961914, "y": -35.967952728271484, "subreddit": "shameless", "cluster": 1308, "color": 4}, {"x": 12.141167640686035, "y": 46.048667907714844, "subreddit": "jreg", "cluster": 1417, "color": 1}, {"x": 12.323131561279297, "y": 45.601722717285156, "subreddit": "polcompball", "cluster": 1417, "color": 1}, {"x": 12.955612182617188, "y": 45.013885498046875, "subreddit": "politicalcompass", "cluster": 1417, "color": 1}, {"x": 9.837928771972656, "y": 45.70404052734375, "subreddit": "simdemocracy", "cluster": 1417, "color": 1}, {"x": -83.18789672851562, "y": 57.587886810302734, "subreddit": "juicewrld", "cluster": 1991, "color": 3}, {"x": -22.416677474975586, "y": 25.085206985473633, "subreddit": "scarlxrd", "cluster": 1991, "color": 3}, {"x": -83.3661880493164, "y": 58.60282516479492, "subreddit": "xxxtentacion", "cluster": 1991, "color": 3}, {"x": -83.51362609863281, "y": 59.21788024902344, "subreddit": "zillakami", "cluster": 1991, "color": 3}, {"x": 47.94548416137695, "y": -5.142538547515869, "subreddit": "jurassicpark", "cluster": 983, "color": 1}, {"x": 32.2525634765625, "y": 0.35839319229125977, "subreddit": "jurassicworldalive", "cluster": 983, "color": 1}, {"x": 48.07816696166992, "y": -5.392700672149658, "subreddit": "jurassicworldevo", "cluster": 983, "color": 1}, {"x": 48.401573181152344, "y": -6.139112949371338, "subreddit": "planetzoo", "cluster": 983, "color": 1}, {"x": 57.938743591308594, "y": -55.19685363769531, "subreddit": "just_post", "cluster": 1688, "color": 2}, {"x": 22.489606857299805, "y": -40.47633743286133, "subreddit": "shitredditsays", "cluster": 1688, "color": 2}, {"x": 21.51203155517578, "y": -40.66413116455078, "subreddit": "srsbusiness", "cluster": 1688, "color": 2}, {"x": 20.69438362121582, "y": -41.19580841064453, "subreddit": "srsdiscussion", "cluster": 1688, "color": 2}, {"x": 20.54957389831543, "y": -40.025482177734375, "subreddit": "srsgaming", "cluster": 1688, "color": 2}, {"x": 21.603546142578125, "y": -40.792999267578125, "subreddit": "srsmeta", "cluster": 1688, "color": 2}, {"x": 21.64569854736328, "y": -41.89030075073242, "subreddit": "srswomen", "cluster": 1688, "color": 2}, {"x": 16.408872604370117, "y": 27.486099243164062, "subreddit": "justbootthings", "cluster": 984, "color": 0}, {"x": 16.36619758605957, "y": 27.463882446289062, "subreddit": "justdependathings", "cluster": 984, "color": 0}, {"x": 40.56391143798828, "y": -99.64310455322266, "subreddit": "militaryfaq", "cluster": 984, "color": 0}, {"x": -96.38117218017578, "y": 67.7203369140625, "subreddit": "justcool393", "cluster": 985, "color": 0}, {"x": 21.46139144897461, "y": -17.283233642578125, "subreddit": "justicedemocrats", "cluster": 1421, "color": 2}, {"x": 22.26321029663086, "y": -15.931059837341309, "subreddit": "political_revolution", "cluster": 1421, "color": 2}, {"x": 22.33183479309082, "y": -15.885571479797363, "subreddit": "sandersforpresident", "cluster": 1421, "color": 2}, {"x": 66.70858764648438, "y": 95.14998626708984, "subreddit": "justnofamily", "cluster": 1045, "color": 2}, {"x": 67.48260498046875, "y": 95.338623046875, "subreddit": "justnomil", "cluster": 1045, "color": 2}, {"x": 66.9683609008789, "y": 94.9544448852539, "subreddit": "justnoso", "cluster": 1045, "color": 2}, {"x": 66.76637268066406, "y": 97.18873596191406, "subreddit": "justnotalk", "cluster": 1045, "color": 2}, {"x": 67.43822479248047, "y": 97.58490753173828, "subreddit": "justnotruth", "cluster": 1045, "color": 2}, {"x": 66.9749984741211, "y": 96.02684020996094, "subreddit": "letterstojnmil", "cluster": 1045, "color": 2}, {"x": 66.0426025390625, "y": 97.67085266113281, "subreddit": "momforaminute", "cluster": 1045, "color": 2}, {"x": -62.725746154785156, "y": -91.26873016357422, "subreddit": "kansascitychiefs", "cluster": 990, "color": 1}, {"x": -62.7893180847168, "y": -91.30131530761719, "subreddit": "kcroyals", "cluster": 990, "color": 1}, {"x": 71.33696746826172, "y": 20.99923324584961, "subreddit": "kappa", "cluster": 992, "color": 4}, {"x": 71.65210723876953, "y": 22.406719207763672, "subreddit": "kofallstar", "cluster": 992, "color": 4}, {"x": 71.30302429199219, "y": 20.843252182006836, "subreddit": "salty", "cluster": 992, "color": 4}, {"x": -45.06533432006836, "y": 20.267669677734375, "subreddit": "streetfighter", "cluster": 992, "color": 4}, {"x": -42.74697494506836, "y": 18.2983341217041, "subreddit": "tekken", "cluster": 992, "color": 4}, {"x": 26.244829177856445, "y": -143.7337188720703, "subreddit": "karakuratown", "cluster": 993, "color": 2}, {"x": 25.965856552124023, "y": -144.503662109375, "subreddit": "lasnoches", "cluster": 993, "color": 2}, {"x": 26.045207977294922, "y": -143.421630859375, "subreddit": "seireitei", "cluster": 993, "color": 2}, {"x": -75.08704376220703, "y": -110.05813598632812, "subreddit": "tgrp", "cluster": 993, "color": 2}, {"x": 27.057357788085938, "y": -143.71371459960938, "subreddit": "xcution", "cluster": 993, "color": 2}, {"x": 87.61357879638672, "y": 98.9532699584961, "subreddit": "kava", "cluster": 1017, "color": 3}, {"x": 21.821748733520508, "y": 119.58234405517578, "subreddit": "kratom", "cluster": 1017, "color": 3}, {"x": 21.724658966064453, "y": 119.34426879882812, "subreddit": "kratomkorner", "cluster": 1017, "color": 3}, {"x": 22.065641403198242, "y": 120.20667266845703, "subreddit": "kratomm", "cluster": 1017, "color": 3}, {"x": -49.99089813232422, "y": -70.37894439697266, "subreddit": "kayaking", "cluster": 994, "color": 0}, {"x": -48.9254150390625, "y": -70.70378112792969, "subreddit": "pennstateuniversity", "cluster": 994, "color": 0}, {"x": -50.03851318359375, "y": -70.36309051513672, "subreddit": "whitewater", "cluster": 994, "color": 0}, {"x": -26.981565475463867, "y": 123.2803726196289, "subreddit": "kendama", "cluster": 1823, "color": 0}, {"x": -27.412425994873047, "y": 123.11239624023438, "subreddit": "throwers", "cluster": 1823, "color": 0}, {"x": -38.753475189208984, "y": -53.33171844482422, "subreddit": "kentucky", "cluster": 997, "color": 3}, {"x": -38.57862091064453, "y": -53.13685607910156, "subreddit": "lexington", "cluster": 997, "color": 3}, {"x": -39.2402229309082, "y": -53.868377685546875, "subreddit": "louisville", "cluster": 997, "color": 3}, {"x": -9.536641120910645, "y": 91.56356048583984, "subreddit": "kerala", "cluster": 1021, "color": 0}, {"x": -16.10088348388672, "y": 91.76375579833984, "subreddit": "kuttichevuru", "cluster": 1021, "color": 0}, {"x": -9.541834831237793, "y": 91.56059265136719, "subreddit": "lal_salaam", "cluster": 1021, "color": 0}, {"x": -94.7165756225586, "y": -5.945253372192383, "subreddit": "keto", "cluster": 1990, "color": 8}, {"x": -94.44789123535156, "y": -5.7858781814575195, "subreddit": "ketogains", "cluster": 1990, "color": 8}, {"x": -37.99539566040039, "y": 1.1941936016082764, "subreddit": "orangetheory", "cluster": 1990, "color": 8}, {"x": -95.70426940917969, "y": -6.058162212371826, "subreddit": "xxketo", "cluster": 1990, "color": 8}, {"x": -96.27294158935547, "y": -6.0000810623168945, "subreddit": "xxketo4u2", "cluster": 1990, "color": 8}, {"x": -94.55079650878906, "y": -8.19653034210205, "subreddit": "keto_food", "cluster": 999, "color": 2}, {"x": -94.43292236328125, "y": -8.802764892578125, "subreddit": "ketodrunk", "cluster": 999, "color": 2}, {"x": -94.67046356201172, "y": -7.677433490753174, "subreddit": "ketorecipes", "cluster": 999, "color": 2}, {"x": -91.41400909423828, "y": -0.16236142814159393, "subreddit": "ketochow", "cluster": 1671, "color": 3}, {"x": -91.30583953857422, "y": -0.08317036926746368, "subreddit": "soylent", "cluster": 1671, "color": 3}, {"x": 195.3174591064453, "y": 510.13604736328125, "subreddit": "takecareofmyplant", "cluster": 1671, "color": 3}, {"x": -17.80348777770996, "y": 100.9211654663086, "subreddit": "kfq", "cluster": 1000, "color": 1}, {"x": -94.56391143798828, "y": 50.186092376708984, "subreddit": "kgatlw", "cluster": 1762, "color": 2}, {"x": -96.49085998535156, "y": 52.20745849609375, "subreddit": "mgmt", "cluster": 1762, "color": 2}, {"x": -94.70532989501953, "y": 50.3157958984375, "subreddit": "tameimpala", "cluster": 1762, "color": 2}, {"x": -2.7834255695343018, "y": 22.632461547851562, "subreddit": "khanvscrawfordhd", "cluster": 1130, "color": 2}, {"x": -78.51586151123047, "y": 82.15711212158203, "subreddit": "mastersgolf2019live", "cluster": 1130, "color": 2}, {"x": -78.5248031616211, "y": 82.16015625, "subreddit": "tottenhamvsajaxlivehd", "cluster": 1130, "color": 2}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "khanvscrawfordlives", "cluster": 1001, "color": 8}, {"x": 36.40509796142578, "y": 72.98866271972656, "subreddit": "kibbe", "cluster": 1603, "color": 4}, {"x": 134.86026000976562, "y": 1.7883126735687256, "subreddit": "serialpodcast", "cluster": 1603, "color": 4}, {"x": 134.6595458984375, "y": 1.7506682872772217, "subreddit": "serialpodcastorigins", "cluster": 1603, "color": 4}, {"x": 135.63722229003906, "y": 1.9629533290863037, "subreddit": "serialthunderdome", "cluster": 1603, "color": 4}, {"x": -71.62056732177734, "y": 7.905884265899658, "subreddit": "killtony", "cluster": 1005, "color": 2}, {"x": -35.553466796875, "y": 0.9635186791419983, "subreddit": "owenbenjamin", "cluster": 1005, "color": 2}, {"x": -71.60575866699219, "y": 7.897508144378662, "subreddit": "retropie", "cluster": 1005, "color": 2}, {"x": -36.01688003540039, "y": -150.26080322265625, "subreddit": "kingofthehill", "cluster": 1813, "color": 4}, {"x": 24.197982788085938, "y": -100.16045379638672, "subreddit": "simpsonsshitposting", "cluster": 1813, "color": 4}, {"x": 24.19127082824707, "y": -100.14359283447266, "subreddit": "thesimpsons", "cluster": 1813, "color": 4}, {"x": 57.791259765625, "y": -51.460628509521484, "subreddit": "kingstonontario", "cluster": 1478, "color": 4}, {"x": 33.79230880737305, "y": -84.75967407226562, "subreddit": "mcgill", "cluster": 1478, "color": 4}, {"x": -109.06698608398438, "y": 48.94886016845703, "subreddit": "mcmaster", "cluster": 1478, "color": 4}, {"x": 57.79494857788086, "y": -51.476341247558594, "subreddit": "queensuniversity", "cluster": 1478, "color": 4}, {"x": -12.569366455078125, "y": -135.0003662109375, "subreddit": "kitchener", "cluster": 1939, "color": 3}, {"x": -12.62869930267334, "y": -135.12081909179688, "subreddit": "waterloo", "cluster": 1939, "color": 3}, {"x": -12.996793746948242, "y": -135.8620147705078, "subreddit": "wlu", "cluster": 1939, "color": 3}, {"x": -116.40230560302734, "y": -19.68160629272461, "subreddit": "kitswap", "cluster": 1633, "color": 3}, {"x": -117.30320739746094, "y": -18.26142120361328, "subreddit": "nwsl", "cluster": 1633, "color": 3}, {"x": -117.2293930053711, "y": -18.355566024780273, "subreddit": "sjearthquakes", "cluster": 1633, "color": 3}, {"x": 1.2433030605316162, "y": -12.347947120666504, "subreddit": "kittensgame", "cluster": 1040, "color": 0}, {"x": -37.44061279296875, "y": -50.88198471069336, "subreddit": "kroger", "cluster": 1040, "color": 0}, {"x": -7.780074596405029, "y": -31.74543571472168, "subreddit": "legionfx", "cluster": 1040, "color": 0}, {"x": 93.54149627685547, "y": -5.613933563232422, "subreddit": "mutantsandmasterminds", "cluster": 1040, "color": 0}, {"x": -7.493669033050537, "y": -32.056461334228516, "subreddit": "towerofgod", "cluster": 1040, "color": 0}, {"x": -7.730335712432861, "y": -30.63622283935547, "subreddit": "xmen", "cluster": 1040, "color": 0}, {"x": -5.14520788192749, "y": -20.84181022644043, "subreddit": "kotakuinaction", "cluster": 1014, "color": 2}, {"x": -5.1333208084106445, "y": -20.842735290527344, "subreddit": "kotakuinaction2", "cluster": 1014, "color": 2}, {"x": -6.261378765106201, "y": -22.0316162109375, "subreddit": "wikiinaction", "cluster": 1014, "color": 2}, {"x": -56.49666213989258, "y": 25.290353775024414, "subreddit": "ksivsloganpaul2", "cluster": 1018, "color": 4}, {"x": -30.827579498291016, "y": -76.15115356445312, "subreddit": "kurdistan", "cluster": 1753, "color": 3}, {"x": -31.421449661254883, "y": -77.15502166748047, "subreddit": "syriancirclejerkwar", "cluster": 1753, "color": 3}, {"x": -31.45090675354004, "y": -77.20498657226562, "subreddit": "syriancivilwar", "cluster": 1753, "color": 3}, {"x": -30.86229705810547, "y": -78.2404556274414, "subreddit": "syrianrebels", "cluster": 1753, "color": 3}, {"x": -32.37723922729492, "y": -77.5210189819336, "subreddit": "yemenicrisis", "cluster": 1753, "color": 3}, {"x": 13.711404800415039, "y": -102.97148895263672, "subreddit": "kuwtk", "cluster": 1778, "color": 5}, {"x": 15.866432189941406, "y": -101.39952850341797, "subreddit": "teenmom", "cluster": 1778, "color": 5}, {"x": 15.843256950378418, "y": -101.40121459960938, "subreddit": "teenmomogandteenmom2", "cluster": 1778, "color": 5}, {"x": 52.923763275146484, "y": 43.582801818847656, "subreddit": "tlcsisterwives", "cluster": 1778, "color": 5}, {"x": 51.09615707397461, "y": 45.26316833496094, "subreddit": "tlcunexpected", "cluster": 1778, "color": 5}, {"x": -78.41179656982422, "y": -63.27225112915039, "subreddit": "lacrosse", "cluster": 1709, "color": 3}, {"x": 64.07884979248047, "y": 81.11177825927734, "subreddit": "real_parents", "cluster": 1709, "color": 3}, {"x": 64.0747299194336, "y": 81.1561279296875, "subreddit": "stepparents", "cluster": 1709, "color": 3}, {"x": 35.0888557434082, "y": 31.04307746887207, "subreddit": "ladyboners", "cluster": 1020, "color": 0}, {"x": 35.42066192626953, "y": 31.282608032226562, "subreddit": "ladybonersgonecuddly", "cluster": 1020, "color": 0}, {"x": -29.590457916259766, "y": 0.13854536414146423, "subreddit": "parkour", "cluster": 1020, "color": 0}, {"x": -56.348594665527344, "y": -66.7388687133789, "subreddit": "landlord", "cluster": 1502, "color": 5}, {"x": -59.03205871582031, "y": -65.87110137939453, "subreddit": "mortgages", "cluster": 1502, "color": 5}, {"x": -33.409400939941406, "y": -3.4921629428863525, "subreddit": "p90x", "cluster": 1502, "color": 5}, {"x": -58.85448455810547, "y": -66.53775787353516, "subreddit": "realestate", "cluster": 1502, "color": 5}, {"x": -57.67018127441406, "y": -66.58915710449219, "subreddit": "realestateinvesting", "cluster": 1502, "color": 5}, {"x": -59.034400939941406, "y": -66.78376007080078, "subreddit": "realtors", "cluster": 1502, "color": 5}, {"x": -87.44640350341797, "y": -2.2435686588287354, "subreddit": "laptopdeals", "cluster": 1732, "color": 5}, {"x": -86.92472076416016, "y": -3.253634452819824, "subreddit": "laptops", "cluster": 1732, "color": 5}, {"x": -87.11490631103516, "y": -2.885559558868408, "subreddit": "suggestalaptop", "cluster": 1732, "color": 5}, {"x": -57.97062683105469, "y": -18.223007202148438, "subreddit": "suggestapc", "cluster": 1732, "color": 5}, {"x": 0.24954897165298462, "y": -60.76122283935547, "subreddit": "laravel", "cluster": 1376, "color": 4}, {"x": 0.2600577771663666, "y": -61.67351531982422, "subreddit": "php", "cluster": 1376, "color": 4}, {"x": 0.24932749569416046, "y": -61.875892639160156, "subreddit": "phphelp", "cluster": 1376, "color": 4}, {"x": -40.608642578125, "y": 82.59788513183594, "subreddit": "lastdayonearthgame", "cluster": 1023, "color": 2}, {"x": -40.60243606567383, "y": 82.60617065429688, "subreddit": "ldesurvival", "cluster": 1023, "color": 2}, {"x": -34.94329071044922, "y": 78.7207260131836, "subreddit": "lifeafter", "cluster": 1023, "color": 2}, {"x": 65.91021728515625, "y": 116.43856811523438, "subreddit": "latinopeopletwitter", "cluster": 1160, "color": 3}, {"x": 65.72435760498047, "y": 118.90508270263672, "subreddit": "mexico", "cluster": 1160, "color": 3}, {"x": 65.42411041259766, "y": 119.01683044433594, "subreddit": "mexicocity", "cluster": 1160, "color": 3}, {"x": 66.38217163085938, "y": 119.61892700195312, "subreddit": "monterrey", "cluster": 1160, "color": 3}, {"x": 66.1407699584961, "y": 117.7336654663086, "subreddit": "mujico", "cluster": 1160, "color": 3}, {"x": 65.92687225341797, "y": 116.75363159179688, "subreddit": "techoblanco", "cluster": 1160, "color": 3}, {"x": 12.157068252563477, "y": 92.5359878540039, "subreddit": "lawofattraction", "cluster": 1027, "color": 1}, {"x": 12.153844833374023, "y": 92.5410385131836, "subreddit": "nevillegoddard", "cluster": 1027, "color": 1}, {"x": 11.209441184997559, "y": 89.84490966796875, "subreddit": "subliminal", "cluster": 1027, "color": 1}, {"x": -2.310328722000122, "y": -80.59925079345703, "subreddit": "lawschool", "cluster": 1028, "color": 5}, {"x": -81.99784088134766, "y": 33.54890060424805, "subreddit": "lawschooladmissions", "cluster": 1028, "color": 5}, {"x": -81.99907684326172, "y": 33.55000686645508, "subreddit": "lsat", "cluster": 1028, "color": 5}, {"x": 15.974554061889648, "y": -20.733243942260742, "subreddit": "le_pen", "cluster": 1796, "color": 4}, {"x": 15.136971473693848, "y": -20.383087158203125, "subreddit": "the_europe", "cluster": 1796, "color": 4}, {"x": 15.32146167755127, "y": -20.505210876464844, "subreddit": "the_farage", "cluster": 1796, "color": 4}, {"x": 28.167638778686523, "y": -2.840402841567993, "subreddit": "thenewright", "cluster": 1796, "color": 4}, {"x": 103.14228057861328, "y": -21.205839157104492, "subreddit": "leagueofgiving", "cluster": 1030, "color": 1}, {"x": 103.1342544555664, "y": -21.237058639526367, "subreddit": "lolcodetrade", "cluster": 1030, "color": 1}, {"x": 103.4996566772461, "y": -18.79119110107422, "subreddit": "loleventvods", "cluster": 1030, "color": 1}, {"x": 103.48261260986328, "y": -24.701242446899414, "subreddit": "sharehearthstone", "cluster": 1030, "color": 1}, {"x": 103.905029296875, "y": 31.746068954467773, "subreddit": "leavingneverland", "cluster": 1035, "color": 2}, {"x": 103.59667205810547, "y": 32.01990509033203, "subreddit": "leavingneverlandhbo", "cluster": 1035, "color": 2}, {"x": 104.63224792480469, "y": 31.222698211669922, "subreddit": "michaeljackson", "cluster": 1035, "color": 2}, {"x": 78.51982116699219, "y": -113.61139678955078, "subreddit": "led_zeppelin", "cluster": 1036, "color": 0}, {"x": 78.52153015136719, "y": -113.61215209960938, "subreddit": "ledzeppelin", "cluster": 1036, "color": 0}, {"x": -12.477556228637695, "y": -41.880245208740234, "subreddit": "legaciescw", "cluster": 1809, "color": 4}, {"x": -11.961063385009766, "y": -41.30072021484375, "subreddit": "theoriginals", "cluster": 1809, "color": 4}, {"x": -11.925680160522461, "y": -41.2492561340332, "subreddit": "thevampirediaries", "cluster": 1809, "color": 4}, {"x": 43.556644439697266, "y": -108.39433288574219, "subreddit": "legaladviceuk", "cluster": 1418, "color": 3}, {"x": 43.557735443115234, "y": -108.3956069946289, "subreddit": "policeuk", "cluster": 1418, "color": 3}, {"x": -73.55615234375, "y": 33.945037841796875, "subreddit": "lego", "cluster": 1041, "color": 3}, {"x": -73.86865997314453, "y": 34.02407455444336, "subreddit": "legodeal", "cluster": 1041, "color": 3}, {"x": -73.62716674804688, "y": 33.8210563659668, "subreddit": "legomarket", "cluster": 1041, "color": 3}, {"x": -72.81430053710938, "y": 34.56549072265625, "subreddit": "legostarwars", "cluster": 1041, "color": 3}, {"x": -73.56336975097656, "y": 33.000301361083984, "subreddit": "legotrade", "cluster": 1041, "color": 3}, {"x": -74.99272155761719, "y": 34.23868179321289, "subreddit": "lepin", "cluster": 1041, "color": 3}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "lfnstreams", "cluster": 1046, "color": 8}, {"x": -83.61685943603516, "y": -8.50747299194336, "subreddit": "lgg6", "cluster": 1049, "color": 4}, {"x": -83.9403076171875, "y": -8.206157684326172, "subreddit": "lgg7", "cluster": 1049, "color": 4}, {"x": -82.98114776611328, "y": -9.5874662399292, "subreddit": "lgv20", "cluster": 1049, "color": 4}, {"x": -83.42657470703125, "y": -8.89091968536377, "subreddit": "lgv30", "cluster": 1049, "color": 4}, {"x": -145.88548278808594, "y": 20.000532150268555, "subreddit": "libertyrsa", "cluster": 1052, "color": 3}, {"x": -145.8862762451172, "y": 20.000524520874023, "subreddit": "tweetarchiver", "cluster": 1052, "color": 3}, {"x": 21.497495651245117, "y": 105.54344177246094, "subreddit": "life", "cluster": 1730, "color": 5}, {"x": 12.039731979370117, "y": 116.7715835571289, "subreddit": "methadone", "cluster": 1730, "color": 5}, {"x": 16.40057945251465, "y": 119.00824737548828, "subreddit": "opiatesrecovery", "cluster": 1730, "color": 5}, {"x": 18.02108383178711, "y": 121.3478012084961, "subreddit": "problemgambling", "cluster": 1730, "color": 5}, {"x": 16.383995056152344, "y": 118.97767639160156, "subreddit": "suboxone", "cluster": 1730, "color": 5}, {"x": 55.2227668762207, "y": 96.13931274414062, "subreddit": "lifeafternarcissism", "cluster": 1054, "color": 2}, {"x": 55.2203254699707, "y": 96.13538360595703, "subreddit": "raisedbynarcissists", "cluster": 1054, "color": 2}, {"x": 58.993614196777344, "y": 95.67013549804688, "subreddit": "relationships_advice", "cluster": 1054, "color": 2}, {"x": 3.2301583290100098, "y": -4.848934173583984, "subreddit": "snackexchange", "cluster": 1054, "color": 2}, {"x": 37.15200424194336, "y": 87.74179077148438, "subreddit": "limerence", "cluster": 1062, "color": 2}, {"x": -30.640840530395508, "y": 0.6353034377098083, "subreddit": "owlcity", "cluster": 1062, "color": 2}, {"x": 102.41728973388672, "y": 12.833967208862305, "subreddit": "liquidlegends", "cluster": 1770, "color": 2}, {"x": 102.24321746826172, "y": 12.839802742004395, "subreddit": "team_liquid", "cluster": 1770, "color": 2}, {"x": 101.3460693359375, "y": 12.855663299560547, "subreddit": "teamliquid", "cluster": 1770, "color": 2}, {"x": 14.524293899536133, "y": 77.01576232910156, "subreddit": "litecoin", "cluster": 1066, "color": 2}, {"x": 14.530929565429688, "y": 77.03984069824219, "subreddit": "litecoinmarkets", "cluster": 1066, "color": 2}, {"x": -0.9241850972175598, "y": -97.79826354980469, "subreddit": "litrpg", "cluster": 1514, "color": 0}, {"x": -1.432062029838562, "y": -97.62264251708984, "subreddit": "redditguild", "cluster": 1514, "color": 0}, {"x": -1.5666162967681885, "y": -97.57638549804688, "subreddit": "westvirginia", "cluster": 1514, "color": 0}, {"x": -95.93680572509766, "y": 57.622615814208984, "subreddit": "livestream_online", "cluster": 1070, "color": 1}, {"x": 25.57294273376465, "y": 78.36798095703125, "subreddit": "livetvus", "cluster": 1071, "color": 3}, {"x": -51.799190521240234, "y": -113.4377212524414, "subreddit": "lockpicking", "cluster": 1073, "color": 2}, {"x": -51.70139694213867, "y": -113.20327758789062, "subreddit": "locksmith", "cluster": 1073, "color": 2}, {"x": -51.9833869934082, "y": -116.8932113647461, "subreddit": "roversmorningglory", "cluster": 1073, "color": 2}, {"x": -80.82339477539062, "y": 68.8786849975586, "subreddit": "longboarding", "cluster": 1635, "color": 3}, {"x": -78.24885559082031, "y": 70.34034729003906, "subreddit": "newskaters", "cluster": 1635, "color": 3}, {"x": -78.25807189941406, "y": 70.33293151855469, "subreddit": "skateboarding", "cluster": 1635, "color": 3}, {"x": -48.04301452636719, "y": 9.599259376525879, "subreddit": "longdistance", "cluster": 1953, "color": 4}, {"x": -47.7629508972168, "y": 10.772186279296875, "subreddit": "sailormoon", "cluster": 1953, "color": 4}, {"x": -47.93525314331055, "y": 10.142354965209961, "subreddit": "wemetonline", "cluster": 1953, "color": 4}, {"x": 26.40648078918457, "y": 113.72931671142578, "subreddit": "longevity", "cluster": 1691, "color": 4}, {"x": 25.236417770385742, "y": 113.74945068359375, "subreddit": "nootropics", "cluster": 1691, "color": 4}, {"x": 25.842815399169922, "y": 113.73062896728516, "subreddit": "stackadvice", "cluster": 1691, "color": 4}, {"x": 18.903404235839844, "y": -33.88774871826172, "subreddit": "tdcs", "cluster": 1691, "color": 4}, {"x": 130.4376678466797, "y": 56.32324981689453, "subreddit": "lootcrate", "cluster": 1083, "color": 2}, {"x": 130.43605041503906, "y": 56.3231086730957, "subreddit": "lootcratespoilers", "cluster": 1083, "color": 2}, {"x": 0.21208436787128448, "y": 50.852569580078125, "subreddit": "lordoftherings", "cluster": 1089, "color": 3}, {"x": 41.052589416503906, "y": -45.65829849243164, "subreddit": "lotr", "cluster": 1089, "color": 3}, {"x": 78.73873901367188, "y": -34.91273498535156, "subreddit": "lotrlcg", "cluster": 1089, "color": 3}, {"x": 41.15614318847656, "y": -45.58444595336914, "subreddit": "tolkienfans", "cluster": 1089, "color": 3}, {"x": -47.315460205078125, "y": -81.66619873046875, "subreddit": "losangelesrams", "cluster": 1713, "color": 2}, {"x": -48.573734283447266, "y": -82.8082504272461, "subreddit": "sanjosesharks", "cluster": 1713, "color": 2}, {"x": -47.351226806640625, "y": -81.69183349609375, "subreddit": "stlouisrams", "cluster": 1713, "color": 2}, {"x": -36.6016960144043, "y": 35.92693328857422, "subreddit": "lossprevention", "cluster": 1086, "color": 3}, {"x": -36.59075927734375, "y": 35.9249267578125, "subreddit": "shoplifting", "cluster": 1086, "color": 3}, {"x": 28.9632511138916, "y": -31.652790069580078, "subreddit": "lostgeneration", "cluster": 1088, "color": 0}, {"x": 28.74728012084961, "y": -31.69468879699707, "subreddit": "rant", "cluster": 1088, "color": 0}, {"x": 13.534300804138184, "y": 74.0062484741211, "subreddit": "studentloandefaulters", "cluster": 1088, "color": 0}, {"x": 33.26591491699219, "y": 20.765111923217773, "subreddit": "trueoffmychest", "cluster": 1088, "color": 0}, {"x": 59.16102600097656, "y": -9.619454383850098, "subreddit": "lotro", "cluster": 1312, "color": 1}, {"x": 55.80479431152344, "y": -10.423846244812012, "subreddit": "morrowind", "cluster": 1312, "color": 1}, {"x": 55.242462158203125, "y": -10.536581039428711, "subreddit": "oblivion", "cluster": 1312, "color": 1}, {"x": 54.67432403564453, "y": -10.935659408569336, "subreddit": "skyrim", "cluster": 1312, "color": 1}, {"x": -130.2208709716797, "y": -8.361784934997559, "subreddit": "lottery", "cluster": 1588, "color": 0}, {"x": -112.05461883544922, "y": -52.514774322509766, "subreddit": "moped", "cluster": 1588, "color": 0}, {"x": -112.03981018066406, "y": -52.51947784423828, "subreddit": "scooters", "cluster": 1588, "color": 0}, {"x": 16.36717987060547, "y": -95.1344985961914, "subreddit": "loveisblindonnetflix", "cluster": 1779, "color": 2}, {"x": 17.519832611083984, "y": -95.146728515625, "subreddit": "temptationislandusa", "cluster": 1779, "color": 2}, {"x": 17.95486831665039, "y": -95.12960815429688, "subreddit": "thebachelor", "cluster": 1779, "color": 2}, {"x": -27.082582473754883, "y": 1.6205036640167236, "subreddit": "lovelive", "cluster": 1092, "color": 1}, {"x": -27.648334503173828, "y": 1.525562047958374, "subreddit": "otonokizaka", "cluster": 1092, "color": 1}, {"x": 87.63695526123047, "y": 21.930124282836914, "subreddit": "weissschwarz", "cluster": 1092, "color": 1}, {"x": -26.358034133911133, "y": 71.34622192382812, "subreddit": "lowtiertradingrl", "cluster": 1543, "color": 0}, {"x": 238.27272033691406, "y": 485.54168701171875, "subreddit": "rlcustomdesigns", "cluster": 1543, "color": 0}, {"x": -25.639263153076172, "y": 70.74525451660156, "subreddit": "rlfashionadvice", "cluster": 1543, "color": 0}, {"x": -26.107223510742188, "y": 72.3541259765625, "subreddit": "rocket_league_trading", "cluster": 1543, "color": 0}, {"x": -26.124074935913086, "y": 71.42591094970703, "subreddit": "rocketleagueexchange", "cluster": 1543, "color": 0}, {"x": -25.9919376373291, "y": 72.88401794433594, "subreddit": "rocketleagueps4trades", "cluster": 1543, "color": 0}, {"x": -2.9305975437164307, "y": 19.711318969726562, "subreddit": "lssautomation", "cluster": 1095, "color": 3}, {"x": 106.37065887451172, "y": -66.20423126220703, "subreddit": "luciddreaming", "cluster": 1097, "color": 1}, {"x": 106.3722152709961, "y": -66.20626068115234, "subreddit": "sleepparalysis", "cluster": 1097, "color": 1}, {"x": -0.7872163653373718, "y": -84.06566619873047, "subreddit": "tulpas", "cluster": 1097, "color": 1}, {"x": -39.668216705322266, "y": -141.87445068359375, "subreddit": "m1finance", "cluster": 1282, "color": 5}, {"x": -39.66695022583008, "y": -141.8759307861328, "subreddit": "nier", "cluster": 1282, "color": 5}, {"x": -28.528301239013672, "y": 0.4749939441680908, "subreddit": "outerwilds", "cluster": 1282, "color": 5}, {"x": -69.55924224853516, "y": -55.76061248779297, "subreddit": "m43", "cluster": 1631, "color": 4}, {"x": 124.79747009277344, "y": 3.856360912322998, "subreddit": "sgexams", "cluster": 1631, "color": 4}, {"x": 124.79448699951172, "y": 3.85542631149292, "subreddit": "singapore", "cluster": 1631, "color": 4}, {"x": -75.65904235839844, "y": -51.1674690246582, "subreddit": "machinists", "cluster": 1158, "color": 1}, {"x": -102.36288452148438, "y": -30.0328426361084, "subreddit": "mead", "cluster": 1158, "color": 1}, {"x": -75.90681457519531, "y": -51.64076614379883, "subreddit": "metalworking", "cluster": 1158, "color": 1}, {"x": -76.52751159667969, "y": -52.240482330322266, "subreddit": "welding", "cluster": 1158, "color": 1}, {"x": -43.9974250793457, "y": -113.25611114501953, "subreddit": "maddenmobilebuysell", "cluster": 1142, "color": 3}, {"x": -44.74949645996094, "y": -112.26945495605469, "subreddit": "maddenmobileforums", "cluster": 1142, "color": 3}, {"x": -42.88822555541992, "y": -110.64977264404297, "subreddit": "maddenultimateteam", "cluster": 1142, "color": 3}, {"x": -43.6188850402832, "y": -112.4256591796875, "subreddit": "mcsrep", "cluster": 1142, "color": 3}, {"x": -43.19511032104492, "y": -112.06526184082031, "subreddit": "mutcoinselling", "cluster": 1142, "color": 3}, {"x": 46.33106994628906, "y": 114.3013916015625, "subreddit": "madeofstyrofoam", "cluster": 1599, "color": 1}, {"x": 46.11811065673828, "y": 113.38553619384766, "subreddit": "selfharm", "cluster": 1599, "color": 1}, {"x": 46.03855895996094, "y": 113.0655517578125, "subreddit": "selfharmpics", "cluster": 1599, "color": 1}, {"x": 46.306766510009766, "y": 114.24823760986328, "subreddit": "selfharmscars", "cluster": 1599, "color": 1}, {"x": 96.19721221923828, "y": -45.90763854980469, "subreddit": "stopselfharm", "cluster": 1599, "color": 1}, {"x": -36.65190505981445, "y": -73.98008728027344, "subreddit": "madisonwi", "cluster": 1968, "color": 4}, {"x": -37.361663818359375, "y": -73.3724365234375, "subreddit": "milwaukee", "cluster": 1968, "color": 4}, {"x": -37.071529388427734, "y": -73.62744140625, "subreddit": "wisconsin", "cluster": 1968, "color": 4}, {"x": 74.51399230957031, "y": 16.289522171020508, "subreddit": "madokamagica", "cluster": 1102, "color": 2}, {"x": 75.65462493896484, "y": 16.66876220703125, "subreddit": "magiarecord", "cluster": 1102, "color": 2}, {"x": 75.94416046142578, "y": 16.74660301208496, "subreddit": "memorydefrag", "cluster": 1102, "color": 2}, {"x": 85.58148193359375, "y": 46.04596710205078, "subreddit": "magick", "cluster": 1969, "color": 5}, {"x": 83.98004150390625, "y": 46.451656341552734, "subreddit": "tarot", "cluster": 1969, "color": 5}, {"x": 85.06373596191406, "y": 47.512794494628906, "subreddit": "wicca", "cluster": 1969, "color": 5}, {"x": 84.99815368652344, "y": 46.929019927978516, "subreddit": "witchcraft", "cluster": 1969, "color": 5}, {"x": -19.194740295410156, "y": 9.762468338012695, "subreddit": "magicrush", "cluster": 1450, "color": 2}, {"x": -18.138973236083984, "y": 9.524734497070312, "subreddit": "projared", "cluster": 1450, "color": 2}, {"x": -18.519601821899414, "y": 9.582891464233398, "subreddit": "projared2", "cluster": 1450, "color": 2}, {"x": 89.10684967041016, "y": -109.7837142944336, "subreddit": "maher", "cluster": 1670, "color": 5}, {"x": 89.10919189453125, "y": -109.78361511230469, "subreddit": "sovietwomble", "cluster": 1670, "color": 5}, {"x": 122.19941711425781, "y": 39.89994812011719, "subreddit": "makingamurderer", "cluster": 1109, "color": 2}, {"x": 121.91200256347656, "y": 39.64205551147461, "subreddit": "stevenaveryisguilty", "cluster": 1109, "color": 2}, {"x": 121.60222625732422, "y": 39.47075653076172, "subreddit": "supermam", "cluster": 1109, "color": 2}, {"x": 122.80207824707031, "y": 40.51525115966797, "subreddit": "ticktockmanitowoc", "cluster": 1109, "color": 2}, {"x": 57.85724639892578, "y": 62.477657318115234, "subreddit": "malepolish", "cluster": 1228, "color": 3}, {"x": 57.80840301513672, "y": 62.08985137939453, "subreddit": "nails", "cluster": 1228, "color": 3}, {"x": 59.31391906738281, "y": 61.52180480957031, "subreddit": "octoberbumpers2017", "cluster": 1228, "color": 3}, {"x": 56.97636413574219, "y": 61.68939971923828, "subreddit": "redditlaqueristas", "cluster": 1228, "color": 3}, {"x": -16.188936233520508, "y": 39.83945846557617, "subreddit": "manchesterunited", "cluster": 1510, "color": 4}, {"x": 60.89841842651367, "y": -93.62491607666016, "subreddit": "muppetiers", "cluster": 1510, "color": 4}, {"x": 60.94410705566406, "y": -93.5464096069336, "subreddit": "reddevils", "cluster": 1510, "color": 4}, {"x": 94.37422180175781, "y": 44.93989181518555, "subreddit": "mandelaeffect", "cluster": 1532, "color": 1}, {"x": 57.71636199951172, "y": 72.3522720336914, "subreddit": "narcolepsy", "cluster": 1532, "color": 1}, {"x": 94.15047454833984, "y": 44.85928726196289, "subreddit": "retconned", "cluster": 1532, "color": 1}, {"x": 92.70213317871094, "y": 44.275081634521484, "subreddit": "soulnexus", "cluster": 1532, "color": 1}, {"x": -31.432260513305664, "y": 8.610076904296875, "subreddit": "mandjtv", "cluster": 1358, "color": 2}, {"x": -31.68704605102539, "y": 6.8792805671691895, "subreddit": "pax", "cluster": 1358, "color": 2}, {"x": -31.54888343811035, "y": 8.070137977600098, "subreddit": "paxpassexchange", "cluster": 1358, "color": 2}, {"x": -85.43067932128906, "y": 84.41915893554688, "subreddit": "mangacollectors", "cluster": 1113, "color": 2}, {"x": -85.4311752319336, "y": 84.41732025146484, "subreddit": "mangaswap", "cluster": 1113, "color": 2}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "marchmadness2019livee", "cluster": 1116, "color": 4}, {"x": -62.09652328491211, "y": 90.83890533447266, "subreddit": "mariomaker", "cluster": 1119, "color": 2}, {"x": -62.097442626953125, "y": 90.84285736083984, "subreddit": "mariomaker2", "cluster": 1119, "color": 2}, {"x": -45.22214126586914, "y": 31.222612380981445, "subreddit": "mariotennis", "cluster": 1288, "color": 3}, {"x": -45.31068420410156, "y": 25.434032440185547, "subreddit": "nintendo", "cluster": 1288, "color": 3}, {"x": -47.207427978515625, "y": 24.717912673950195, "subreddit": "nintendonx", "cluster": 1288, "color": 3}, {"x": -47.21694564819336, "y": 24.51357078552246, "subreddit": "nintendoswitch", "cluster": 1288, "color": 3}, {"x": -47.633121490478516, "y": 23.467239379882812, "subreddit": "tomorrow", "cluster": 1288, "color": 3}, {"x": -45.84809112548828, "y": 25.14190101623535, "subreddit": "wiiu", "cluster": 1288, "color": 3}, {"x": -62.36980056762695, "y": 38.02904510498047, "subreddit": "marvelstudiosspoilers", "cluster": 1704, "color": 3}, {"x": -65.89436340332031, "y": 39.54420471191406, "subreddit": "saltierthancrait", "cluster": 1704, "color": 3}, {"x": -65.04042053222656, "y": 37.73271560668945, "subreddit": "starwars", "cluster": 1704, "color": 3}, {"x": -63.570438385009766, "y": 39.72682189941406, "subreddit": "starwarscantina", "cluster": 1704, "color": 3}, {"x": -66.24801635742188, "y": 33.70161437988281, "subreddit": "starwarscelebration", "cluster": 1704, "color": 3}, {"x": -63.664710998535156, "y": 38.59274673461914, "subreddit": "starwarsleaks", "cluster": 1704, "color": 3}, {"x": -63.63688278198242, "y": 39.24713134765625, "subreddit": "starwarsspeculation", "cluster": 1704, "color": 3}, {"x": 132.80223083496094, "y": -28.327823638916016, "subreddit": "masseffect_nomad", "cluster": 1126, "color": 4}, {"x": 132.80259704589844, "y": -28.329681396484375, "subreddit": "migrantfleet", "cluster": 1126, "color": 4}, {"x": -66.56143951416016, "y": 40.019168853759766, "subreddit": "mauler", "cluster": 1763, "color": 5}, {"x": 50.33555221557617, "y": -61.82724380493164, "subreddit": "shittytechnicals", "cluster": 1763, "color": 5}, {"x": 52.09260940551758, "y": -60.70719909667969, "subreddit": "tankporn", "cluster": 1763, "color": 5}, {"x": 52.05927658081055, "y": -60.69524383544922, "subreddit": "tanks", "cluster": 1763, "color": 5}, {"x": 52.75019073486328, "y": -59.765167236328125, "subreddit": "warthunder", "cluster": 1763, "color": 5}, {"x": 53.30144119262695, "y": -56.997127532958984, "subreddit": "worldoftanks", "cluster": 1763, "color": 5}, {"x": -31.62147331237793, "y": 131.76658630371094, "subreddit": "maybemaybemaybe", "cluster": 1134, "color": 3}, {"x": -31.62124252319336, "y": 131.76707458496094, "subreddit": "maybemaybeoriginal", "cluster": 1134, "color": 3}, {"x": 43.81315612792969, "y": 121.52965545654297, "subreddit": "mcat", "cluster": 1139, "color": 3}, {"x": 43.819908142089844, "y": 121.53751373291016, "subreddit": "premed", "cluster": 1139, "color": 3}, {"x": -24.01740837097168, "y": 35.56876754760742, "subreddit": "mcpe", "cluster": 1169, "color": 4}, {"x": -57.730003356933594, "y": 64.39713287353516, "subreddit": "minecraft360", "cluster": 1169, "color": 4}, {"x": -57.73822784423828, "y": 64.41099548339844, "subreddit": "minecraftone", "cluster": 1169, "color": 4}, {"x": -55.202640533447266, "y": 63.34949493408203, "subreddit": "psminecraft", "cluster": 1169, "color": 4}, {"x": -20.943161010742188, "y": 35.555294036865234, "subreddit": "mcrealmsservers", "cluster": 1503, "color": 8}, {"x": -26.855815887451172, "y": 36.46272277832031, "subreddit": "minecraft", "cluster": 1503, "color": 8}, {"x": -28.05590057373047, "y": 37.479087829589844, "subreddit": "minecraftcommands", "cluster": 1503, "color": 8}, {"x": -27.977691650390625, "y": 37.408172607421875, "subreddit": "realms", "cluster": 1503, "color": 8}, {"x": -26.417388916015625, "y": 38.807743072509766, "subreddit": "redstone", "cluster": 1503, "color": 8}, {"x": -41.27041244506836, "y": -113.93241882324219, "subreddit": "mcsplaystation", "cluster": 1141, "color": 2}, {"x": -41.28688430786133, "y": -113.92298889160156, "subreddit": "mcsxbox", "cluster": 1141, "color": 2}, {"x": 24.836162567138672, "y": 2.908784866333008, "subreddit": "mealtimevideos", "cluster": 1384, "color": 4}, {"x": 23.033723831176758, "y": 37.48725128173828, "subreddit": "nujabes", "cluster": 1384, "color": 4}, {"x": -0.21120598912239075, "y": 12.904701232910156, "subreddit": "oneyearon", "cluster": 1384, "color": 4}, {"x": 22.995643615722656, "y": 37.461673736572266, "subreddit": "pitchforkemporium", "cluster": 1384, "color": 4}, {"x": -36.855255126953125, "y": 43.273834228515625, "subreddit": "megturney", "cluster": 1665, "color": 0}, {"x": -27.336545944213867, "y": -48.18581771850586, "subreddit": "sourcefed", "cluster": 1665, "color": 0}, {"x": -27.354459762573242, "y": -48.18525314331055, "subreddit": "sugarpine7", "cluster": 1665, "color": 0}, {"x": -10.76309585571289, "y": 15.274900436401367, "subreddit": "memeframe", "cluster": 1926, "color": 3}, {"x": 100.88445281982422, "y": -28.288558959960938, "subreddit": "randomactsofcsgo", "cluster": 1926, "color": 3}, {"x": 42.74496841430664, "y": 12.124171257019043, "subreddit": "warframe", "cluster": 1926, "color": 3}, {"x": -10.28543758392334, "y": 15.239238739013672, "subreddit": "warframerunway", "cluster": 1926, "color": 3}, {"x": 42.12794494628906, "y": 12.58932876586914, "subreddit": "wartrade", "cluster": 1926, "color": 3}, {"x": 89.56781768798828, "y": 30.702970504760742, "subreddit": "memepiece", "cluster": 1326, "color": 4}, {"x": 88.84939575195312, "y": 30.068662643432617, "subreddit": "onepiece", "cluster": 1326, "color": 4}, {"x": 89.35336303710938, "y": 30.50818634033203, "subreddit": "onepiececirclejerk", "cluster": 1326, "color": 4}, {"x": -36.911861419677734, "y": 11.03904914855957, "subreddit": "mercymains", "cluster": 1154, "color": 0}, {"x": -33.53889083862305, "y": 2.3424577713012695, "subreddit": "owconsole", "cluster": 1154, "color": 0}, {"x": -36.712642669677734, "y": 11.221899032592773, "subreddit": "sombramains", "cluster": 1154, "color": 0}, {"x": -37.40056228637695, "y": 10.445991516113281, "subreddit": "symmetramains", "cluster": 1154, "color": 0}, {"x": -37.170379638671875, "y": 13.878555297851562, "subreddit": "yandere_simulator", "cluster": 1154, "color": 0}, {"x": 45.97884750366211, "y": 3.670743227005005, "subreddit": "metro", "cluster": 1159, "color": 2}, {"x": 45.97263717651367, "y": 3.6682016849517822, "subreddit": "metro2033", "cluster": 1159, "color": 2}, {"x": -24.873292922973633, "y": 4.946600437164307, "subreddit": "vaporwaveaesthetics", "cluster": 1159, "color": 2}, {"x": 28.022109985351562, "y": 9.258340835571289, "subreddit": "migraine", "cluster": 1995, "color": 0}, {"x": 28.029678344726562, "y": 9.227707862854004, "subreddit": "yoga", "cluster": 1995, "color": 0}, {"x": 50.956703186035156, "y": -66.53559112548828, "subreddit": "militariacollecting", "cluster": 1981, "color": 1}, {"x": 50.76565933227539, "y": -66.3520278930664, "subreddit": "ww2", "cluster": 1981, "color": 1}, {"x": 50.129638671875, "y": -65.79717254638672, "subreddit": "wwiipics", "cluster": 1981, "color": 1}, {"x": 6.630703449249268, "y": -115.62046813964844, "subreddit": "mindcrack", "cluster": 1168, "color": 3}, {"x": 6.174188613891602, "y": -115.21484375, "subreddit": "mindcrackcirclejerk", "cluster": 1168, "color": 3}, {"x": 6.575254917144775, "y": -115.6640853881836, "subreddit": "mindcrackdiscussion", "cluster": 1168, "color": 3}, {"x": -92.90274047851562, "y": -58.085514068603516, "subreddit": "mini", "cluster": 1171, "color": 3}, {"x": 120.68966674804688, "y": -30.65644645690918, "subreddit": "puertorico", "cluster": 1171, "color": 3}, {"x": 33.719459533691406, "y": -19.304059982299805, "subreddit": "minisnesmods", "cluster": 1173, "color": 2}, {"x": 33.68449020385742, "y": -19.297630310058594, "subreddit": "nesclassicmods", "cluster": 1173, "color": 2}, {"x": 11.359892845153809, "y": -63.978816986083984, "subreddit": "playstationclassic", "cluster": 1173, "color": 2}, {"x": 63.12586212158203, "y": 58.101402282714844, "subreddit": "miscarriage", "cluster": 1876, "color": 5}, {"x": 62.993560791015625, "y": 58.62892150878906, "subreddit": "pregnancyafterloss", "cluster": 1876, "color": 5}, {"x": 63.05527877807617, "y": 58.1806755065918, "subreddit": "ttcafterloss", "cluster": 1876, "color": 5}, {"x": -14.724263191223145, "y": -17.015661239624023, "subreddit": "xfiles", "cluster": 1876, "color": 5}, {"x": -23.22879981994629, "y": 58.056766510009766, "subreddit": "mitchjones", "cluster": 1181, "color": 2}, {"x": -23.25444221496582, "y": 58.03351593017578, "subreddit": "reckful", "cluster": 1181, "color": 2}, {"x": -20.268373489379883, "y": 57.981903076171875, "subreddit": "serious_gaming", "cluster": 1181, "color": 2}, {"x": -23.23635482788086, "y": 58.81660461425781, "subreddit": "sodapoppin", "cluster": 1181, "color": 2}, {"x": -92.51469421386719, "y": 70.73438262939453, "subreddit": "mlbstreams_hq", "cluster": 1182, "color": 4}, {"x": 29.134693145751953, "y": -112.15229797363281, "subreddit": "mlplounge", "cluster": 1401, "color": 2}, {"x": 30.422529220581055, "y": -111.43022918701172, "subreddit": "mylittlesupportgroup", "cluster": 1401, "color": 2}, {"x": 29.988920211791992, "y": -112.19932556152344, "subreddit": "ploungeafterdark", "cluster": 1401, "color": 2}, {"x": 30.194753646850586, "y": -112.4356918334961, "subreddit": "transmlp", "cluster": 1401, "color": 2}, {"x": -40.56424331665039, "y": 132.73374938964844, "subreddit": "mnnontrolls", "cluster": 1187, "color": 0}, {"x": -40.56397247314453, "y": 132.734130859375, "subreddit": "mntrolls", "cluster": 1187, "color": 0}, {"x": 27.204818725585938, "y": -79.87771606445312, "subreddit": "modeltrains", "cluster": 1847, "color": 4}, {"x": -31.057876586914062, "y": -0.7063818573951721, "subreddit": "paris", "cluster": 1847, "color": 4}, {"x": 25.274755477905273, "y": -79.08618927001953, "subreddit": "sheffield", "cluster": 1847, "color": 4}, {"x": 26.17066764831543, "y": -79.3041000366211, "subreddit": "trainporn", "cluster": 1847, "color": 4}, {"x": 26.59697151184082, "y": -79.45942687988281, "subreddit": "trains", "cluster": 1847, "color": 4}, {"x": 16.812284469604492, "y": -116.4595718383789, "subreddit": "modelusgov", "cluster": 1190, "color": 2}, {"x": 16.810802459716797, "y": -116.46649932861328, "subreddit": "modelushouse", "cluster": 1190, "color": 2}, {"x": 79.37921142578125, "y": -121.08717346191406, "subreddit": "monarchyofequestria", "cluster": 1806, "color": 1}, {"x": 79.37950897216797, "y": -121.08716583251953, "subreddit": "theoddadventures", "cluster": 1806, "color": 1}, {"x": 65.50971221923828, "y": 8.62521743774414, "subreddit": "monsterhunter", "cluster": 1195, "color": 4}, {"x": 20.575925827026367, "y": 5.093280792236328, "subreddit": "monsterhunterclan", "cluster": 1195, "color": 4}, {"x": 63.846214294433594, "y": 8.565668106079102, "subreddit": "monsterhuntermeta", "cluster": 1195, "color": 4}, {"x": 65.44474792480469, "y": 8.467638969421387, "subreddit": "monsterhunterrage", "cluster": 1195, "color": 4}, {"x": 64.07975769042969, "y": 8.63406753540039, "subreddit": "monsterhunterworld", "cluster": 1195, "color": 4}, {"x": 66.51311492919922, "y": 9.047391891479492, "subreddit": "puzzleanddragons", "cluster": 1195, "color": 4}, {"x": -52.9273796081543, "y": 89.08255767822266, "subreddit": "moomooio", "cluster": 1700, "color": 2}, {"x": -52.80927276611328, "y": 89.13819122314453, "subreddit": "starveio", "cluster": 1700, "color": 2}, {"x": -51.27299499511719, "y": 89.89582824707031, "subreddit": "survivio", "cluster": 1700, "color": 2}, {"x": -97.81753540039062, "y": -35.732669830322266, "subreddit": "motorsports", "cluster": 1945, "color": 2}, {"x": -29.506389617919922, "y": -69.10063934326172, "subreddit": "rally", "cluster": 1945, "color": 2}, {"x": -12.931617736816406, "y": -70.19986724853516, "subreddit": "v8supercars", "cluster": 1945, "color": 2}, {"x": -13.001522064208984, "y": -70.18759155273438, "subreddit": "wec", "cluster": 1945, "color": 2}, {"x": -36.22966003417969, "y": -6.470471382141113, "subreddit": "movieavengersendgame", "cluster": 1206, "color": 9}, {"x": -8.752723693847656, "y": -23.196340560913086, "subreddit": "moviedetails", "cluster": 1207, "color": 5}, {"x": -5.1902031898498535, "y": 25.25018882751465, "subreddit": "shittymoviedetails", "cluster": 1207, "color": 5}, {"x": -8.611994743347168, "y": -24.226953506469727, "subreddit": "tesdcares", "cluster": 1207, "color": 5}, {"x": -5.003177642822266, "y": 12.554763793945312, "subreddit": "tvdetails", "cluster": 1207, "color": 5}, {"x": -8.692051887512207, "y": -22.990848541259766, "subreddit": "zippo", "cluster": 1207, "color": 5}, {"x": -33.151817321777344, "y": 5.762831687927246, "subreddit": "mrlove", "cluster": 1340, "color": 3}, {"x": -35.4577522277832, "y": 32.23303985595703, "subreddit": "mysticmessenger", "cluster": 1340, "color": 3}, {"x": -43.24794006347656, "y": 58.398353576660156, "subreddit": "obeyme", "cluster": 1340, "color": 3}, {"x": -33.056095123291016, "y": 5.330430507659912, "subreddit": "otomegames", "cluster": 1340, "color": 3}, {"x": 5.852935314178467, "y": -82.3707046508789, "subreddit": "multiplesclerosis", "cluster": 1223, "color": 1}, {"x": 61.85320281982422, "y": -23.35966682434082, "subreddit": "mwo", "cluster": 1223, "color": 1}, {"x": 61.822601318359375, "y": -23.338438034057617, "subreddit": "outreachhpg", "cluster": 1223, "color": 1}, {"x": 3.2807323932647705, "y": 106.79706573486328, "subreddit": "mushroomgrowers", "cluster": 1624, "color": 4}, {"x": 5.231302261352539, "y": 107.4008560180664, "subreddit": "psilocybinmushrooms", "cluster": 1624, "color": 4}, {"x": 4.169242858886719, "y": 107.05522918701172, "subreddit": "shroomers", "cluster": 1624, "color": 4}, {"x": 4.586238384246826, "y": 107.16893768310547, "subreddit": "shrooms", "cluster": 1624, "color": 4}, {"x": 2.673492431640625, "y": 106.63761901855469, "subreddit": "sporetraders", "cluster": 1624, "color": 4}, {"x": 8.104645729064941, "y": -41.588356018066406, "subreddit": "musicthemetime", "cluster": 1512, "color": 3}, {"x": 8.107563018798828, "y": -41.59299087524414, "subreddit": "redditdayof", "cluster": 1512, "color": 3}, {"x": -19.3941650390625, "y": -56.11915588378906, "subreddit": "mvc3", "cluster": 1221, "color": 3}, {"x": -19.24698829650879, "y": -55.328460693359375, "subreddit": "mvci", "cluster": 1221, "color": 3}, {"x": -19.156044006347656, "y": -54.817893981933594, "subreddit": "teenwolf", "cluster": 1221, "color": 3}, {"x": -18.264371871948242, "y": -54.423614501953125, "subreddit": "worldwarzthegame", "cluster": 1221, "color": 3}, {"x": -124.03294372558594, "y": 13.182022094726562, "subreddit": "mxtv", "cluster": 1224, "color": 0}, {"x": -124.03340148925781, "y": 13.182818412780762, "subreddit": "realinfo", "cluster": 1224, "color": 0}, {"x": 80.46448516845703, "y": -59.77317428588867, "subreddit": "myfavoritemurder", "cluster": 1868, "color": 4}, {"x": 112.15293884277344, "y": 37.88502883911133, "subreddit": "serialkillers", "cluster": 1868, "color": 4}, {"x": 112.51901245117188, "y": 37.918880462646484, "subreddit": "truecrime", "cluster": 1868, "color": 4}, {"x": 113.11461639404297, "y": 37.949798583984375, "subreddit": "truecrimediscussion", "cluster": 1868, "color": 4}, {"x": 56.71975326538086, "y": 52.73017120361328, "subreddit": "namenerdcirclejerk", "cluster": 1229, "color": 1}, {"x": 56.486209869384766, "y": 52.09268569946289, "subreddit": "namenerds", "cluster": 1229, "color": 1}, {"x": 56.3347053527832, "y": 51.81224060058594, "subreddit": "taylorswift", "cluster": 1229, "color": 1}, {"x": 27.851959228515625, "y": -101.6451416015625, "subreddit": "nancydrew", "cluster": 1838, "color": 4}, {"x": 30.577716827392578, "y": 90.53584289550781, "subreddit": "tortoise", "cluster": 1838, "color": 4}, {"x": 30.582847595214844, "y": 90.53596496582031, "subreddit": "turtle", "cluster": 1838, "color": 4}, {"x": 10.461821556091309, "y": 72.258544921875, "subreddit": "nanocurrency", "cluster": 1231, "color": 2}, {"x": 10.80315113067627, "y": 71.82076263427734, "subreddit": "nanotrade", "cluster": 1231, "color": 2}, {"x": 11.295461654663086, "y": 71.09334564208984, "subreddit": "raiblocks", "cluster": 1231, "color": 2}, {"x": 11.133950233459473, "y": 71.3724365234375, "subreddit": "raitrade", "cluster": 1231, "color": 2}, {"x": 16.359025955200195, "y": -36.32122039794922, "subreddit": "nature", "cluster": 1516, "color": 3}, {"x": 16.382667541503906, "y": -36.47507858276367, "subreddit": "redditoroftheday", "cluster": 1516, "color": 3}, {"x": 16.503450393676758, "y": -36.850162506103516, "subreddit": "women", "cluster": 1516, "color": 3}, {"x": -37.643211364746094, "y": -109.4405517578125, "subreddit": "nba2k", "cluster": 1241, "color": 4}, {"x": -37.640899658203125, "y": -109.33682250976562, "subreddit": "nba2kteamup", "cluster": 1241, "color": 4}, {"x": -37.57848358154297, "y": -110.21959686279297, "subreddit": "nbalive", "cluster": 1241, "color": 4}, {"x": -126.15814208984375, "y": 32.126712799072266, "subreddit": "nba_playoffs_live", "cluster": 1242, "color": 1}, {"x": 50.264163970947266, "y": 25.399490356445312, "subreddit": "nbaforums", "cluster": 1328, "color": 4}, {"x": 50.110050201416016, "y": 24.37767219543457, "subreddit": "onionhate", "cluster": 1328, "color": 4}, {"x": 0.6958880424499512, "y": -48.5133171081543, "subreddit": "stanleykubrick", "cluster": 1328, "color": 4}, {"x": 50.09224319458008, "y": 24.203336715698242, "subreddit": "tarantino", "cluster": 1328, "color": 4}, {"x": -75.85706329345703, "y": 46.267662048339844, "subreddit": "nbaplayoffslivehq", "cluster": 1243, "color": 2}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "nbaplayoffslivestream", "cluster": 1244, "color": 5}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "nbaplayoffstv", "cluster": 1245, "color": 9}, {"x": -56.49666213989258, "y": 25.290353775024414, "subreddit": "nbcnflfootballlive", "cluster": 1247, "color": 5}, {"x": -93.60691833496094, "y": 85.23745727539062, "subreddit": "ncbca", "cluster": 1248, "color": 0}, {"x": -93.60625457763672, "y": 85.23896789550781, "subreddit": "nzcfl", "cluster": 1248, "color": 0}, {"x": 22.170637130737305, "y": -55.91790008544922, "subreddit": "neoconnwo", "cluster": 1253, "color": 2}, {"x": 22.35926628112793, "y": -56.076393127441406, "subreddit": "tuesday", "cluster": 1253, "color": 2}, {"x": -123.32538604736328, "y": -8.944988250732422, "subreddit": "nerf", "cluster": 1254, "color": 1}, {"x": -123.43621063232422, "y": -8.937819480895996, "subreddit": "nerfexchange", "cluster": 1254, "color": 1}, {"x": -121.81078338623047, "y": -9.035313606262207, "subreddit": "rccars", "cluster": 1254, "color": 1}, {"x": 12.4793062210083, "y": -82.30552673339844, "subreddit": "newcastleupontyne", "cluster": 1309, "color": 1}, {"x": -99.9339828491211, "y": 31.075639724731445, "subreddit": "nufc", "cluster": 1309, "color": 1}, {"x": -99.82376098632812, "y": 31.285249710083008, "subreddit": "thefrontbottoms", "cluster": 1309, "color": 1}, {"x": -12.433661460876465, "y": 99.62528228759766, "subreddit": "newsdk", "cluster": 1264, "color": 3}, {"x": 12.984475135803223, "y": -12.634162902832031, "subreddit": "newsofthestupid", "cluster": 1265, "color": 1}, {"x": 13.00656795501709, "y": -12.681424140930176, "subreddit": "newsoftheweird", "cluster": 1265, "color": 1}, {"x": 4.479765892028809, "y": 5.549487113952637, "subreddit": "wince", "cluster": 1265, "color": 1}, {"x": 90.4306869506836, "y": -25.720359802246094, "subreddit": "newtotf2", "cluster": 1791, "color": 4}, {"x": 92.72749328613281, "y": -25.88915252685547, "subreddit": "steamtrade", "cluster": 1791, "color": 4}, {"x": 88.90438079833984, "y": -27.261823654174805, "subreddit": "tf2items", "cluster": 1791, "color": 4}, {"x": 90.45348358154297, "y": -25.80321502685547, "subreddit": "tf2trade", "cluster": 1791, "color": 4}, {"x": -72.42076873779297, "y": -15.200016975402832, "subreddit": "nexus", "cluster": 1270, "color": 0}, {"x": -73.40155792236328, "y": -15.376307487487793, "subreddit": "nexus5x", "cluster": 1270, "color": 0}, {"x": -71.84607696533203, "y": -13.74712085723877, "subreddit": "nexus6", "cluster": 1270, "color": 0}, {"x": -72.12168884277344, "y": -14.833852767944336, "subreddit": "nexus6p", "cluster": 1270, "color": 0}, {"x": -90.9577407836914, "y": 21.694074630737305, "subreddit": "nfllivekstream", "cluster": 1274, "color": 4}, {"x": 29.18794822692871, "y": 33.49348449707031, "subreddit": "nflstrreams", "cluster": 1275, "color": 0}, {"x": 17.571626663208008, "y": 50.26369857788086, "subreddit": "nflupdates", "cluster": 1276, "color": 1}, {"x": -38.4080924987793, "y": 5.586903095245361, "subreddit": "nflweek13tv", "cluster": 1277, "color": 6}, {"x": -41.66209411621094, "y": 1.6500834226608276, "subreddit": "nhl4kkktv", "cluster": 1278, "color": 8}, {"x": -13.946688652038574, "y": 34.56903076171875, "subreddit": "nice", "cluster": 1280, "color": 4}, {"x": -13.937731742858887, "y": 34.46245574951172, "subreddit": "shitposting", "cluster": 1280, "color": 4}, {"x": -32.65095520019531, "y": -52.599205017089844, "subreddit": "nightshift", "cluster": 1619, "color": 1}, {"x": 0.19662122428417206, "y": -36.30998229980469, "subreddit": "shittyfoodporn", "cluster": 1619, "color": 1}, {"x": 0.21119324862957, "y": -36.31251525878906, "subreddit": "tonightsdinner", "cluster": 1619, "color": 1}, {"x": -13.083688735961914, "y": -42.96415328979492, "subreddit": "travelerstv", "cluster": 1619, "color": 1}, {"x": 107.78240966796875, "y": -16.555438995361328, "subreddit": "nlsscirclejerk", "cluster": 1299, "color": 3}, {"x": 107.76869201660156, "y": -16.552839279174805, "subreddit": "northernlion", "cluster": 1299, "color": 3}, {"x": 104.573974609375, "y": -14.946685791015625, "subreddit": "robocraft", "cluster": 1299, "color": 3}, {"x": 53.23753356933594, "y": 19.075632095336914, "subreddit": "nmscoordinateexchange", "cluster": 1291, "color": 0}, {"x": 52.65339279174805, "y": 21.14879035949707, "subreddit": "nmsgalactichub", "cluster": 1291, "color": 0}, {"x": 52.86117172241211, "y": 20.445207595825195, "subreddit": "no_mans_sky", "cluster": 1291, "color": 0}, {"x": 52.61433792114258, "y": 21.305879592895508, "subreddit": "nomanshigh", "cluster": 1291, "color": 0}, {"x": 8.047117233276367, "y": 93.24128723144531, "subreddit": "nofap", "cluster": 1295, "color": 2}, {"x": 7.249872207641602, "y": 93.49095153808594, "subreddit": "nofapwar", "cluster": 1295, "color": 2}, {"x": 32.86610412597656, "y": 77.63957214355469, "subreddit": "pornfree", "cluster": 1295, "color": 2}, {"x": 8.29681396484375, "y": 93.17232513427734, "subreddit": "semenretention", "cluster": 1295, "color": 2}, {"x": 40.59611892700195, "y": 80.68504333496094, "subreddit": "stopgaming", "cluster": 1295, "color": 2}, {"x": -29.506942749023438, "y": 54.68721389770508, "subreddit": "nolanbatmanmemes", "cluster": 1487, "color": 4}, {"x": -29.51706886291504, "y": 54.68002700805664, "subreddit": "raimimemes", "cluster": 1487, "color": 4}, {"x": -76.6653060913086, "y": -125.17478942871094, "subreddit": "nonprofit", "cluster": 1403, "color": 4}, {"x": -76.66574096679688, "y": -125.17529296875, "subreddit": "pocketplanes", "cluster": 1403, "color": 4}, {"x": -35.56215286254883, "y": 60.122230529785156, "subreddit": "tinytower", "cluster": 1403, "color": 4}, {"x": -25.071481704711914, "y": 67.06013488769531, "subreddit": "nopixel", "cluster": 1553, "color": 2}, {"x": -25.06863784790039, "y": 67.04306030273438, "subreddit": "rpclipsgta", "cluster": 1553, "color": 2}, {"x": -3.5173959732055664, "y": 14.170477867126465, "subreddit": "twitchrpdrama", "cluster": 1553, "color": 2}, {"x": 51.935970306396484, "y": -88.96066284179688, "subreddit": "nordiccountries", "cluster": 1744, "color": 4}, {"x": 61.17048645019531, "y": -54.23603820800781, "subreddit": "norse", "cluster": 1744, "color": 4}, {"x": 51.29574966430664, "y": -89.33413696289062, "subreddit": "svenska", "cluster": 1744, "color": 4}, {"x": 50.79094314575195, "y": -89.51915740966797, "subreddit": "tillsverige", "cluster": 1744, "color": 4}, {"x": 54.619571685791016, "y": -86.72333526611328, "subreddit": "norge", "cluster": 1301, "color": 2}, {"x": 53.481502532958984, "y": -86.4508056640625, "subreddit": "norsk", "cluster": 1301, "color": 2}, {"x": 55.46501541137695, "y": -86.89898681640625, "subreddit": "norskfotball", "cluster": 1301, "color": 2}, {"x": 53.95088195800781, "y": -86.60486602783203, "subreddit": "norway", "cluster": 1301, "color": 2}, {"x": 133.63255310058594, "y": 29.730003356933594, "subreddit": "nosleep", "cluster": 1303, "color": 3}, {"x": 134.6182098388672, "y": 29.720443725585938, "subreddit": "nosleepooc", "cluster": 1303, "color": 3}, {"x": 134.88153076171875, "y": 29.72290802001953, "subreddit": "shortscarystories", "cluster": 1303, "color": 3}, {"x": 25.383399963378906, "y": 32.510948181152344, "subreddit": "notlikeothergirls", "cluster": 1758, "color": 5}, {"x": -54.91473388671875, "y": -39.66461181640625, "subreddit": "santacruz", "cluster": 1758, "color": 5}, {"x": 25.396743774414062, "y": 32.4911994934082, "subreddit": "talesfromthefrontdesk", "cluster": 1758, "color": 5}, {"x": 53.196739196777344, "y": 71.62966918945312, "subreddit": "nurse", "cluster": 1725, "color": 3}, {"x": 53.55143356323242, "y": 72.4144287109375, "subreddit": "nursing", "cluster": 1725, "color": 3}, {"x": -74.54756927490234, "y": -38.99166488647461, "subreddit": "saltlakecity", "cluster": 1725, "color": 3}, {"x": 54.855926513671875, "y": 69.63336944580078, "subreddit": "sororities", "cluster": 1725, "color": 3}, {"x": 53.563148498535156, "y": 72.18521118164062, "subreddit": "studentnurse", "cluster": 1725, "color": 3}, {"x": 85.9424819946289, "y": 45.471248626708984, "subreddit": "occult", "cluster": 1313, "color": 3}, {"x": 47.607051849365234, "y": -44.120033264160156, "subreddit": "satanism", "cluster": 1313, "color": 3}, {"x": 86.08199310302734, "y": 44.72553634643555, "subreddit": "thelema", "cluster": 1313, "color": 3}, {"x": 36.05817413330078, "y": -25.592578887939453, "subreddit": "zen", "cluster": 1313, "color": 3}, {"x": 42.83669662475586, "y": -125.98150634765625, "subreddit": "ocpoetry", "cluster": 1405, "color": 3}, {"x": 43.35469055175781, "y": -124.87506103515625, "subreddit": "pensacola", "cluster": 1405, "color": 3}, {"x": 42.91350555419922, "y": -125.80631256103516, "subreddit": "poetry", "cluster": 1405, "color": 3}, {"x": 13.32565689086914, "y": -139.08261108398438, "subreddit": "poetry_critics", "cluster": 1405, "color": 3}, {"x": -9.085147857666016, "y": 98.32139587402344, "subreddit": "ohsheeshyall", "cluster": 1319, "color": 5}, {"x": 30.03585433959961, "y": -57.09878158569336, "subreddit": "okbestface", "cluster": 1322, "color": 0}, {"x": 29.956411361694336, "y": -57.067420959472656, "subreddit": "okcupid", "cluster": 1322, "color": 0}, {"x": 69.14936065673828, "y": 30.62398910522461, "subreddit": "op1users", "cluster": 1332, "color": 3}, {"x": 69.1585464477539, "y": 30.61595916748047, "subreddit": "pocketoperators", "cluster": 1332, "color": 3}, {"x": 57.93074417114258, "y": 35.938720703125, "subreddit": "open_bots_test", "cluster": 1333, "color": 2}, {"x": 47.37128829956055, "y": -54.87067413330078, "subreddit": "openchristian", "cluster": 1334, "color": 3}, {"x": 47.341575622558594, "y": -54.14072036743164, "subreddit": "radicalchristianity", "cluster": 1334, "color": 3}, {"x": 47.325469970703125, "y": -55.13682556152344, "subreddit": "singing", "cluster": 1334, "color": 3}, {"x": -117.8890151977539, "y": 9.624845504760742, "subreddit": "opieandanthony", "cluster": 1336, "color": 3}, {"x": -117.93006896972656, "y": 9.873492240905762, "subreddit": "opienanthony", "cluster": 1336, "color": 3}, {"x": -33.801578521728516, "y": -52.463722229003906, "subreddit": "ronandfez", "cluster": 1336, "color": 3}, {"x": -117.99903869628906, "y": 8.885513305664062, "subreddit": "tacsdiscussion", "cluster": 1336, "color": 3}, {"x": -35.55583572387695, "y": -2.304166078567505, "subreddit": "osheaga", "cluster": 1941, "color": 5}, {"x": -24.2290096282959, "y": 54.555625915527344, "subreddit": "sherwinwilliams", "cluster": 1941, "color": 5}, {"x": -35.89805221557617, "y": -2.588536262512207, "subreddit": "wayhome", "cluster": 1941, "color": 5}, {"x": -31.24422836303711, "y": 1.2641805410385132, "subreddit": "osugame", "cluster": 1339, "color": 3}, {"x": -31.252038955688477, "y": 1.2666910886764526, "subreddit": "osureport", "cluster": 1339, "color": 3}, {"x": -31.23893928527832, "y": 1.2569085359573364, "subreddit": "osuskins", "cluster": 1339, "color": 3}, {"x": -32.39194107055664, "y": 2.455275774002075, "subreddit": "paladins", "cluster": 1649, "color": 4}, {"x": 49.03460693359375, "y": -9.623552322387695, "subreddit": "smite", "cluster": 1649, "color": 4}, {"x": -32.600284576416016, "y": 12.519375801086426, "subreddit": "smitetrades", "cluster": 1649, "color": 4}, {"x": 49.01459503173828, "y": -9.414352416992188, "subreddit": "smitetraining", "cluster": 1649, "color": 4}, {"x": -43.223793029785156, "y": 5.653473854064941, "subreddit": "partneredyoutube", "cluster": 2002, "color": 4}, {"x": 79.40582275390625, "y": 25.421430587768555, "subreddit": "steinsgate", "cluster": 2002, "color": 4}, {"x": -43.010196685791016, "y": 6.6028008460998535, "subreddit": "youtube", "cluster": 2002, "color": 4}, {"x": -42.94011306762695, "y": 7.029474258422852, "subreddit": "youtubegaming", "cluster": 2002, "color": 4}, {"x": 56.031150817871094, "y": -3.4261415004730225, "subreddit": "pcreddead", "cluster": 1509, "color": 3}, {"x": -32.68842697143555, "y": 73.2437973022461, "subreddit": "reddeadfashion", "cluster": 1509, "color": 3}, {"x": -30.737014770507812, "y": 73.34386444091797, "subreddit": "reddeadmysteries", "cluster": 1509, "color": 3}, {"x": -32.4325065612793, "y": 73.1568832397461, "subreddit": "reddeadonline", "cluster": 1509, "color": 3}, {"x": -31.50154685974121, "y": 72.83477783203125, "subreddit": "reddeadredemption2", "cluster": 1509, "color": 3}, {"x": -76.50469207763672, "y": -60.59486770629883, "subreddit": "pelletgrills", "cluster": 1362, "color": 4}, {"x": -76.56903839111328, "y": -60.46268844604492, "subreddit": "traeger", "cluster": 1362, "color": 4}, {"x": -39.954811096191406, "y": 104.60809326171875, "subreddit": "pennystocks", "cluster": 1365, "color": 4}, {"x": -39.94612503051758, "y": 104.59844970703125, "subreddit": "robinhoodpennystocks", "cluster": 1365, "color": 4}, {"x": -73.33651733398438, "y": 11.166263580322266, "subreddit": "penpals", "cluster": 1493, "color": 5}, {"x": 131.12539672851562, "y": -13.223085403442383, "subreddit": "randomactsofcards", "cluster": 1493, "color": 5}, {"x": 131.12803649902344, "y": -13.220653533935547, "subreddit": "raocflair", "cluster": 1493, "color": 5}, {"x": 121.96637725830078, "y": 62.036102294921875, "subreddit": "periscope", "cluster": 1471, "color": 1}, {"x": 5.650277137756348, "y": 2.335239887237549, "subreddit": "pussypass", "cluster": 1471, "color": 1}, {"x": 5.561853885650635, "y": 2.4399616718292236, "subreddit": "pussypassdenied", "cluster": 1471, "color": 1}, {"x": 12.222846031188965, "y": 19.41017723083496, "subreddit": "whiteknighting", "cluster": 1471, "color": 1}, {"x": -62.59060287475586, "y": 67.87686920166016, "subreddit": "phpmyadmin", "cluster": 1377, "color": 3}, {"x": -99.8224105834961, "y": -17.237823486328125, "subreddit": "physicianassistant", "cluster": 1378, "color": 2}, {"x": -100.02787017822266, "y": -17.270000457763672, "subreddit": "prephysicianassistant", "cluster": 1378, "color": 2}, {"x": -98.77215576171875, "y": -17.113304138183594, "subreddit": "streetphotography", "cluster": 1378, "color": 2}, {"x": 5.704657077789307, "y": -90.27507019042969, "subreddit": "piano", "cluster": 1874, "color": 4}, {"x": 5.268924236297607, "y": -90.88580322265625, "subreddit": "trumpet", "cluster": 1874, "color": 4}, {"x": -138.35499572753906, "y": -48.43901062011719, "subreddit": "pikabu", "cluster": 1569, "color": 2}, {"x": -138.49842834472656, "y": -48.90615463256836, "subreddit": "pikabupolitics", "cluster": 1569, "color": 2}, {"x": -139.74424743652344, "y": -48.87688064575195, "subreddit": "ru", "cluster": 1569, "color": 2}, {"x": -138.7520294189453, "y": -48.786529541015625, "subreddit": "safearea", "cluster": 1569, "color": 2}, {"x": 42.19544219970703, "y": -113.8962173461914, "subreddit": "pka", "cluster": 1388, "color": 2}, {"x": 42.19417953491211, "y": -113.89746856689453, "subreddit": "rapesquadkillas", "cluster": 1388, "color": 2}, {"x": -68.17313385009766, "y": 26.052846908569336, "subreddit": "pkmntcg", "cluster": 1389, "color": 3}, {"x": -68.71876525878906, "y": 28.29930305480957, "subreddit": "pkmntcgreferences", "cluster": 1389, "color": 3}, {"x": -68.56074523925781, "y": 28.1605281829834, "subreddit": "pkmntcgtrades", "cluster": 1389, "color": 3}, {"x": -69.3790283203125, "y": 28.911069869995117, "subreddit": "poketcgonlinetrading", "cluster": 1389, "color": 3}, {"x": -52.33928298950195, "y": 80.35299682617188, "subreddit": "plantsvszombies", "cluster": 1473, "color": 4}, {"x": -51.33620071411133, "y": 81.19505310058594, "subreddit": "pokemonuranium", "cluster": 1473, "color": 4}, {"x": -51.35611343383789, "y": 79.80651092529297, "subreddit": "pvzgardenwarfare", "cluster": 1473, "color": 4}, {"x": -51.658233642578125, "y": 80.77073669433594, "subreddit": "pvzheroes", "cluster": 1473, "color": 4}, {"x": -47.563968658447266, "y": 42.09599685668945, "subreddit": "southparkphone", "cluster": 1473, "color": 4}, {"x": -75.72540283203125, "y": 74.06161499023438, "subreddit": "play4k", "cluster": 1394, "color": 2}, {"x": -111.29131317138672, "y": 17.133058547973633, "subreddit": "plexshares", "cluster": 1400, "color": 3}, {"x": -111.29194641113281, "y": 17.129863739013672, "subreddit": "shareplex", "cluster": 1400, "color": 3}, {"x": 54.76476287841797, "y": 57.893070220947266, "subreddit": "plussize", "cluster": 1947, "color": 4}, {"x": 55.79487228393555, "y": 56.48930358886719, "subreddit": "wedding", "cluster": 1947, "color": 4}, {"x": 55.15321350097656, "y": 55.76288986206055, "subreddit": "weddingdress", "cluster": 1947, "color": 4}, {"x": 55.74972915649414, "y": 56.61399459838867, "subreddit": "weddingplanning", "cluster": 1947, "color": 4}, {"x": 55.197364807128906, "y": 57.16762161254883, "subreddit": "weddingsunder10k", "cluster": 1947, "color": 4}, {"x": 109.7777328491211, "y": 79.60616302490234, "subreddit": "pnws", "cluster": 1803, "color": 2}, {"x": 109.7779312133789, "y": 79.60726928710938, "subreddit": "themagnusarchives", "cluster": 1803, "color": 2}, {"x": -4.397769451141357, "y": -131.53640747070312, "subreddit": "pokemoncreate", "cluster": 1407, "color": 0}, {"x": -3.703949213027954, "y": -131.83108520507812, "subreddit": "pokemonromhacks", "cluster": 1407, "color": 0}, {"x": -6.869784355163574, "y": -129.5457763671875, "subreddit": "thecinemassacretruth", "cluster": 1407, "color": 0}, {"x": -4.506995677947998, "y": -131.49183654785156, "subreddit": "theroom", "cluster": 1407, "color": 0}, {"x": -10.509663581848145, "y": 79.13311767578125, "subreddit": "pokemongosniping", "cluster": 1410, "color": 2}, {"x": -10.136283874511719, "y": 76.86507415771484, "subreddit": "pokemongospoofing", "cluster": 1410, "color": 2}, {"x": 48.75113296508789, "y": -135.8617706298828, "subreddit": "pokemoninsurgence", "cluster": 1411, "color": 2}, {"x": 48.74912643432617, "y": -135.86203002929688, "subreddit": "pokemonzetaomicron", "cluster": 1411, "color": 2}, {"x": -40.33447265625, "y": 35.261024475097656, "subreddit": "pokemonswordandshield", "cluster": 1412, "color": 4}, {"x": -40.9859733581543, "y": 35.69195556640625, "subreddit": "shinyraids", "cluster": 1412, "color": 4}, {"x": -39.90280532836914, "y": 35.64361572265625, "subreddit": "swordandshieldtrades", "cluster": 1412, "color": 4}, {"x": -40.34607696533203, "y": 34.54989242553711, "subreddit": "swshleaks", "cluster": 1412, "color": 4}, {"x": -37.44641876220703, "y": 20.245967864990234, "subreddit": "vgc", "cluster": 1412, "color": 4}, {"x": 51.67948532104492, "y": -75.34488677978516, "subreddit": "poland", "cluster": 1415, "color": 0}, {"x": 51.685020446777344, "y": -75.34114837646484, "subreddit": "polska", "cluster": 1415, "color": 0}, {"x": 46.74274444580078, "y": -33.47408676147461, "subreddit": "polandball", "cluster": 1416, "color": 3}, {"x": 46.75156021118164, "y": -33.480247497558594, "subreddit": "polandballart", "cluster": 1416, "color": 3}, {"x": 92.16360473632812, "y": -37.06635284423828, "subreddit": "polishgauntlet", "cluster": 1419, "color": 0}, {"x": 92.79547882080078, "y": -37.772090911865234, "subreddit": "randomactsofpolish", "cluster": 1419, "color": 0}, {"x": 92.0804672241211, "y": -36.982906341552734, "subreddit": "redditpolish", "cluster": 1419, "color": 0}, {"x": 50.94099044799805, "y": -45.40027618408203, "subreddit": "politicalopinions", "cluster": 1422, "color": 0}, {"x": 50.88866424560547, "y": -45.5576057434082, "subreddit": "politicsdebate", "cluster": 1422, "color": 0}, {"x": 50.2877197265625, "y": -46.876190185546875, "subreddit": "theology", "cluster": 1422, "color": 0}, {"x": 95.74647521972656, "y": 75.99465942382812, "subreddit": "portugal", "cluster": 1426, "color": 4}, {"x": -26.32447052001953, "y": 32.25341796875, "subreddit": "portugalcaralho", "cluster": 1426, "color": 4}, {"x": 95.8447494506836, "y": 76.20214080810547, "subreddit": "portuguese", "cluster": 1426, "color": 4}, {"x": 16.46612548828125, "y": -123.11155700683594, "subreddit": "postworldpowers", "cluster": 1934, "color": 5}, {"x": 16.44472312927246, "y": -122.22354888916016, "subreddit": "victorianworldpowers", "cluster": 1934, "color": 5}, {"x": 16.469982147216797, "y": -122.8440170288086, "subreddit": "wastelandpowers", "cluster": 1934, "color": 5}, {"x": 39.72980499267578, "y": 41.97702407836914, "subreddit": "proed", "cluster": 1444, "color": 4}, {"x": 39.8125, "y": 41.92761993408203, "subreddit": "proedmemes", "cluster": 1444, "color": 4}, {"x": -45.57278060913086, "y": -8.733650207519531, "subreddit": "progressive_islam", "cluster": 1448, "color": 4}, {"x": -45.37729263305664, "y": -8.921042442321777, "subreddit": "quraniyoon", "cluster": 1448, "color": 4}, {"x": 46.926429748535156, "y": -44.69047927856445, "subreddit": "religion", "cluster": 1448, "color": 4}, {"x": 369.881103515625, "y": 251.299072265625, "subreddit": "sgiwhistleblowers", "cluster": 1448, "color": 4}, {"x": 8.781289100646973, "y": 136.01815795898438, "subreddit": "protonmail", "cluster": 1454, "color": 2}, {"x": 8.780569076538086, "y": 136.01980590820312, "subreddit": "protonvpn", "cluster": 1454, "color": 2}, {"x": 21.799522399902344, "y": 6.395034313201904, "subreddit": "psnfriends", "cluster": 1985, "color": 2}, {"x": 21.83011817932129, "y": 6.397713661193848, "subreddit": "xboxonegamers", "cluster": 1985, "color": 2}, {"x": 14.549928665161133, "y": -27.991680145263672, "subreddit": "psychology", "cluster": 1462, "color": 4}, {"x": 14.489665031433105, "y": -28.650127410888672, "subreddit": "samharris", "cluster": 1462, "color": 4}, {"x": 14.665660858154297, "y": -27.382442474365234, "subreddit": "skeptic", "cluster": 1462, "color": 4}, {"x": -25.028419494628906, "y": 117.70118713378906, "subreddit": "r4rtoronto", "cluster": 1481, "color": 1}, {"x": -25.028120040893555, "y": 117.70416259765625, "subreddit": "virgin", "cluster": 1481, "color": 1}, {"x": -64.34676361083984, "y": -27.865234375, "subreddit": "radarr", "cluster": 1483, "color": 4}, {"x": -64.34918212890625, "y": -27.78009033203125, "subreddit": "sonarr", "cluster": 1483, "color": 4}, {"x": -62.769569396972656, "y": -27.38018035888672, "subreddit": "synology", "cluster": 1483, "color": 4}, {"x": -64.49168395996094, "y": -28.584884643554688, "subreddit": "zfs", "cluster": 1483, "color": 4}, {"x": -0.4398316740989685, "y": -71.90876770019531, "subreddit": "rails", "cluster": 1486, "color": 4}, {"x": -0.42952263355255127, "y": -71.91163635253906, "subreddit": "ruby", "cluster": 1486, "color": 4}, {"x": 91.31584167480469, "y": -40.598506927490234, "subreddit": "random_acts_of_pizza", "cluster": 1491, "color": 1}, {"x": 92.19127655029297, "y": -39.673011779785156, "subreddit": "randomactsofpizza", "cluster": 1491, "color": 1}, {"x": 22.688762664794922, "y": -137.09011840820312, "subreddit": "randomsuperpowers", "cluster": 1492, "color": 4}, {"x": 22.45579719543457, "y": -136.9705810546875, "subreddit": "sburbrp", "cluster": 1492, "color": 4}, {"x": 23.274452209472656, "y": -137.86502075195312, "subreddit": "superrp", "cluster": 1492, "color": 4}, {"x": 22.431577682495117, "y": -136.17886352539062, "subreddit": "supersrp", "cluster": 1492, "color": 4}, {"x": 22.502410888671875, "y": -134.42555236816406, "subreddit": "whowouldwinverse", "cluster": 1492, "color": 4}, {"x": 23.67438507080078, "y": -138.40985107421875, "subreddit": "wormrp", "cluster": 1492, "color": 4}, {"x": 14.834916114807129, "y": 111.05713653564453, "subreddit": "rcsources", "cluster": 1528, "color": 4}, {"x": 14.796894073486328, "y": 111.0058364868164, "subreddit": "researchchemicals", "cluster": 1528, "color": 4}, {"x": 71.45700073242188, "y": -87.93777465820312, "subreddit": "readmyscript", "cluster": 1499, "color": 4}, {"x": 71.47356414794922, "y": -87.93402862548828, "subreddit": "screenwriting", "cluster": 1499, "color": 4}, {"x": -127.22923278808594, "y": -73.88886260986328, "subreddit": "recordthis", "cluster": 1507, "color": 4}, {"x": -127.23006439208984, "y": -73.88895416259766, "subreddit": "voiceacting", "cluster": 1507, "color": 4}, {"x": 18.795690536499023, "y": 133.17889404296875, "subreddit": "redditbay", "cluster": 1642, "color": 0}, {"x": 19.135181427001953, "y": 132.94313049316406, "subreddit": "signupsforpay", "cluster": 1642, "color": 0}, {"x": 18.940935134887695, "y": 133.30104064941406, "subreddit": "slavelabour", "cluster": 1642, "color": 0}, {"x": 19.183752059936523, "y": 133.52908325195312, "subreddit": "slrep", "cluster": 1642, "color": 0}, {"x": -62.59060287475586, "y": 67.87686920166016, "subreddit": "reddithdtv", "cluster": 1515, "color": 4}, {"x": -11.627514839172363, "y": -24.276063919067383, "subreddit": "redlettermedia", "cluster": 1518, "color": 4}, {"x": -22.315139770507812, "y": -15.608672142028809, "subreddit": "thespoonyexperiment", "cluster": 1518, "color": 4}, {"x": -11.63204574584961, "y": -24.245698928833008, "subreddit": "weeklyplanetpodcast", "cluster": 1518, "color": 4}, {"x": 40.02922439575195, "y": 132.14573669433594, "subreddit": "redpillwives", "cluster": 1520, "color": 2}, {"x": 40.02879333496094, "y": 132.14390563964844, "subreddit": "redpillwomen", "cluster": 1520, "color": 2}, {"x": 56.466739654541016, "y": 116.10067749023438, "subreddit": "repladies", "cluster": 1525, "color": 4}, {"x": 56.467586517333984, "y": 116.0999526977539, "subreddit": "repladiesbst", "cluster": 1525, "color": 4}, {"x": 60.230289459228516, "y": -9.699809074401855, "subreddit": "rift", "cluster": 1693, "color": 8}, {"x": 104.50243377685547, "y": 18.31298065185547, "subreddit": "starbucks", "cluster": 1693, "color": 8}, {"x": 104.51095581054688, "y": 18.313308715820312, "subreddit": "starbucksbaristas", "cluster": 1693, "color": 8}, {"x": 13.198531150817871, "y": 48.45637130737305, "subreddit": "threekings", "cluster": 1693, "color": 8}, {"x": 16.74454689025879, "y": 517.7347412109375, "subreddit": "rodeolivehd", "cluster": 1544, "color": 2}, {"x": 140.91061401367188, "y": -30.550636291503906, "subreddit": "roleplay", "cluster": 1546, "color": 4}, {"x": -8.670271873474121, "y": -33.874359130859375, "subreddit": "roleplaykik", "cluster": 1546, "color": 4}, {"x": 140.9127655029297, "y": -30.549036026000977, "subreddit": "txstate", "cluster": 1546, "color": 4}, {"x": 73.82791137695312, "y": 65.47240447998047, "subreddit": "rollerderby", "cluster": 1989, "color": 3}, {"x": 46.213905334472656, "y": 49.70659255981445, "subreddit": "stripper", "cluster": 1989, "color": 3}, {"x": 46.21691131591797, "y": 48.5758056640625, "subreddit": "strongcurves", "cluster": 1989, "color": 3}, {"x": 46.23395538330078, "y": 48.88227844238281, "subreddit": "xxfitness", "cluster": 1989, "color": 3}, {"x": -126.15812683105469, "y": 32.12670135498047, "subreddit": "rosebowllivehq", "cluster": 1551, "color": 4}, {"x": 146.133544921875, "y": 6.974937915802002, "subreddit": "rpgstuck", "cluster": 1556, "color": 4}, {"x": 145.69764709472656, "y": 8.857222557067871, "subreddit": "rpgstuck_a1", "cluster": 1556, "color": 4}, {"x": 145.67947387695312, "y": 8.930659294128418, "subreddit": "rpgstuck_c3", "cluster": 1556, "color": 4}, {"x": 146.12118530273438, "y": 7.026721954345703, "subreddit": "rpgstuck_c4", "cluster": 1556, "color": 4}, {"x": -21.422809600830078, "y": 66.94341278076172, "subreddit": "rs3ironmen", "cluster": 1558, "color": 3}, {"x": 69.62577819824219, "y": -14.840033531188965, "subreddit": "rschronicle", "cluster": 1558, "color": 3}, {"x": -21.048908233642578, "y": 67.73835754394531, "subreddit": "rsdarkscape", "cluster": 1558, "color": 3}, {"x": -21.261877059936523, "y": 67.25878143310547, "subreddit": "runescape", "cluster": 1558, "color": 3}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "runnerhdtv", "cluster": 1559, "color": 0}, {"x": -36.34944152832031, "y": -65.66810607910156, "subreddit": "ryerson", "cluster": 1566, "color": 3}, {"x": -36.90945053100586, "y": -66.5683822631836, "subreddit": "yorku", "cluster": 1566, "color": 3}, {"x": 5.302579879760742, "y": -68.66090393066406, "subreddit": "scala", "cluster": 1641, "color": 4}, {"x": 39.22924041748047, "y": -42.03715896606445, "subreddit": "slatestarcodex", "cluster": 1641, "color": 4}, {"x": 39.2289924621582, "y": -42.04524230957031, "subreddit": "themotte", "cluster": 1641, "color": 4}, {"x": 47.640743255615234, "y": 91.56195831298828, "subreddit": "schizoaffective", "cluster": 1585, "color": 4}, {"x": 47.61450958251953, "y": 91.54379272460938, "subreddit": "schizophrenia", "cluster": 1585, "color": 4}, {"x": 118.82642364501953, "y": 9.177291870117188, "subreddit": "schoolidolfestival", "cluster": 1586, "color": 3}, {"x": 119.03437042236328, "y": 9.241456031799316, "subreddit": "siftrades", "cluster": 1586, "color": 3}, {"x": 117.89755249023438, "y": 8.866195678710938, "subreddit": "starlightstage", "cluster": 1586, "color": 3}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "seahawksramslive", "cluster": 1593, "color": 1}, {"x": -99.04131317138672, "y": -76.0928726196289, "subreddit": "seattle", "cluster": 1594, "color": 3}, {"x": -98.71224212646484, "y": -76.57449340820312, "subreddit": "seattlewa", "cluster": 1594, "color": 3}, {"x": -98.51496124267578, "y": -76.85169982910156, "subreddit": "seawa", "cluster": 1594, "color": 3}, {"x": 114.70602416992188, "y": -33.3047981262207, "subreddit": "seculartalk", "cluster": 1804, "color": 2}, {"x": 113.75940704345703, "y": -33.41488265991211, "subreddit": "thedavidpakmanshow", "cluster": 1804, "color": 2}, {"x": 114.24687957763672, "y": -33.37274932861328, "subreddit": "themajorityreport", "cluster": 1804, "color": 2}, {"x": 53.65678024291992, "y": -15.711673736572266, "subreddit": "shadow_of_war", "cluster": 1606, "color": 2}, {"x": 53.55793380737305, "y": -15.660036087036133, "subreddit": "shadowofmordor", "cluster": 1606, "color": 2}, {"x": 47.78269958496094, "y": 74.2549819946289, "subreddit": "shave_bazaar", "cluster": 1611, "color": 5}, {"x": 47.73075485229492, "y": 74.35746002197266, "subreddit": "wet_shavers", "cluster": 1611, "color": 5}, {"x": 48.0402717590332, "y": 73.84215545654297, "subreddit": "wetshaving", "cluster": 1611, "color": 5}, {"x": 47.3360710144043, "y": 74.98856353759766, "subreddit": "wicked_edge", "cluster": 1611, "color": 5}, {"x": 41.09854507446289, "y": 32.71989822387695, "subreddit": "shittyveganfoodporn", "cluster": 1893, "color": 0}, {"x": 41.09493637084961, "y": 32.76351547241211, "subreddit": "veganfoodporn", "cluster": 1893, "color": 0}, {"x": 7.84603214263916, "y": -30.18693733215332, "subreddit": "veganrecipes", "cluster": 1893, "color": 0}, {"x": 107.61788940429688, "y": -6.565674304962158, "subreddit": "shroudoftheavatar", "cluster": 1625, "color": 1}, {"x": 107.61961364746094, "y": -6.564364910125732, "subreddit": "shroudoftheavatar_raw", "cluster": 1625, "color": 1}, {"x": -91.99034881591797, "y": 103.11519622802734, "subreddit": "simpleplanes", "cluster": 1629, "color": 2}, {"x": -91.99087524414062, "y": 103.11491394042969, "subreddit": "simplerockets", "cluster": 1629, "color": 2}, {"x": 30.646066665649414, "y": 55.65790939331055, "subreddit": "sims3", "cluster": 1814, "color": 3}, {"x": 30.038738250732422, "y": 54.926815032958984, "subreddit": "sims4", "cluster": 1814, "color": 3}, {"x": 15.530753135681152, "y": 1.7433085441589355, "subreddit": "swgalaxyofheroes", "cluster": 1814, "color": 3}, {"x": 30.03805923461914, "y": 54.928871154785156, "subreddit": "thesims", "cluster": 1814, "color": 3}, {"x": -81.99365997314453, "y": -85.67305755615234, "subreddit": "siouxfalls", "cluster": 1669, "color": 5}, {"x": -81.9676513671875, "y": -85.69099426269531, "subreddit": "southdakota", "cluster": 1669, "color": 5}, {"x": -3.6444201469421387, "y": -96.46330261230469, "subreddit": "wyoming", "cluster": 1669, "color": 5}, {"x": -36.993011474609375, "y": 27.6486873626709, "subreddit": "smashgifs", "cluster": 1689, "color": 2}, {"x": -37.04426193237305, "y": 27.63140869140625, "subreddit": "ssbm", "cluster": 1689, "color": 2}, {"x": -79.27555084228516, "y": -82.82329559326172, "subreddit": "snowboarding", "cluster": 1653, "color": 2}, {"x": -79.2879409790039, "y": -82.8287582397461, "subreddit": "snowboardingnoobs", "cluster": 1653, "color": 2}, {"x": -4.817746639251709, "y": -19.230148315429688, "subreddit": "socialjusticeinaction", "cluster": 1878, "color": 3}, {"x": -4.51279878616333, "y": -17.982877731323242, "subreddit": "tiadiscussion", "cluster": 1878, "color": 3}, {"x": -5.2813262939453125, "y": -17.49446678161621, "subreddit": "tumblratrest", "cluster": 1878, "color": 3}, {"x": -5.306857585906982, "y": -17.72831916809082, "subreddit": "tumblrinaction", "cluster": 1878, "color": 3}, {"x": -6.199526786804199, "y": -17.718830108642578, "subreddit": "tumblrpls", "cluster": 1878, "color": 3}, {"x": 130.17042541503906, "y": -45.18653869628906, "subreddit": "somalia", "cluster": 1662, "color": 0}, {"x": 130.17112731933594, "y": -45.18555450439453, "subreddit": "xsomalian", "cluster": 1662, "color": 0}, {"x": 81.56324768066406, "y": 2.122562885284424, "subreddit": "soulhuntersgame", "cluster": 1863, "color": 4}, {"x": 22.78871726989746, "y": 1.6983039379119873, "subreddit": "trove", "cluster": 1863, "color": 4}, {"x": 22.960214614868164, "y": 1.6002845764160156, "subreddit": "trovecreations", "cluster": 1863, "color": 4}, {"x": 77.31895446777344, "y": -52.3658561706543, "subreddit": "spiderbro", "cluster": 1676, "color": 1}, {"x": 77.20980834960938, "y": -52.53409194946289, "subreddit": "spiders", "cluster": 1676, "color": 1}, {"x": 78.4527359008789, "y": -52.94155502319336, "subreddit": "tarantulas", "cluster": 1676, "color": 1}, {"x": 76.88092803955078, "y": -51.04694366455078, "subreddit": "thousandsons", "cluster": 1676, "color": 1}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "sporthdtv", "cluster": 1682, "color": 2}, {"x": 111.94157409667969, "y": -14.535309791564941, "subreddit": "sports4kstream", "cluster": 1683, "color": 1}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "sportsonhere", "cluster": 1684, "color": 3}, {"x": -76.47352600097656, "y": 96.9486083984375, "subreddit": "spotify", "cluster": 1685, "color": 2}, {"x": -76.46884155273438, "y": 96.95388793945312, "subreddit": "spotifyplaylists", "cluster": 1685, "color": 2}, {"x": -10.412099838256836, "y": -16.350818634033203, "subreddit": "standup", "cluster": 1692, "color": 3}, {"x": -10.43361759185791, "y": -16.341543197631836, "subreddit": "standupcomedy", "cluster": 1692, "color": 3}, {"x": -2.6199147701263428, "y": 8.201943397521973, "subreddit": "standupshots", "cluster": 1692, "color": 3}, {"x": -120.5390396118164, "y": 66.40047454833984, "subreddit": "stanleycupplayofflive", "cluster": 1935, "color": 3}, {"x": -120.53903198242188, "y": 66.40076446533203, "subreddit": "watch123tv", "cluster": 1935, "color": 3}, {"x": 52.233673095703125, "y": -25.091398239135742, "subreddit": "starsector", "cluster": 1714, "color": 4}, {"x": 61.68068313598633, "y": -35.02288055419922, "subreddit": "sto", "cluster": 1714, "color": 4}, {"x": 61.69654083251953, "y": -35.03758239746094, "subreddit": "stobuilds", "cluster": 1714, "color": 4}, {"x": 76.6796875, "y": 7.389938831329346, "subreddit": "starwarsforcearena", "cluster": 1703, "color": 0}, {"x": 78.30233764648438, "y": 7.76824426651001, "subreddit": "teppen", "cluster": 1703, "color": 0}, {"x": -26.180160522460938, "y": 84.5564193725586, "subreddit": "walkingwarrobots", "cluster": 1703, "color": 0}, {"x": 56.378780364990234, "y": -60.23683166503906, "subreddit": "steel_division", "cluster": 1927, "color": 1}, {"x": 56.36267852783203, "y": -60.2586669921875, "subreddit": "wargame", "cluster": 1927, "color": 1}, {"x": -55.794090270996094, "y": -76.8877944946289, "subreddit": "stpetersburgfl", "cluster": 1717, "color": 0}, {"x": -55.800533294677734, "y": -76.87387084960938, "subreddit": "tampa", "cluster": 1717, "color": 0}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "stream_boxing", "cluster": 1719, "color": 4}, {"x": 57.0233154296875, "y": -122.68181610107422, "subreddit": "sub4sub", "cluster": 1729, "color": 2}, {"x": 57.15449142456055, "y": -122.91070556640625, "subreddit": "subforsub", "cluster": 1729, "color": 2}, {"x": 57.37637710571289, "y": -123.2940673828125, "subreddit": "youtube_startups", "cluster": 1729, "color": 2}, {"x": 47.037960052490234, "y": -62.72663116455078, "subreddit": "submarines", "cluster": 1931, "color": 2}, {"x": 47.3441047668457, "y": -63.95487976074219, "subreddit": "warplaneporn", "cluster": 1931, "color": 2}, {"x": 47.226463317871094, "y": -63.19894027709961, "subreddit": "warshipporn", "cluster": 1931, "color": 2}, {"x": 52.208255767822266, "y": -57.332881927490234, "subreddit": "worldofwarships", "cluster": 1931, "color": 2}, {"x": 48.338417053222656, "y": -65.19959259033203, "subreddit": "wwiiplanes", "cluster": 1931, "color": 2}, {"x": 126.95874786376953, "y": 33.39358901977539, "subreddit": "subway", "cluster": 1841, "color": 5}, {"x": 126.95307922363281, "y": 33.387840270996094, "subreddit": "tourettes", "cluster": 1841, "color": 5}, {"x": 132.81394958496094, "y": 18.977800369262695, "subreddit": "superstarbts", "cluster": 1739, "color": 4}, {"x": 133.5364227294922, "y": 19.651777267456055, "subreddit": "superstarjypnation", "cluster": 1739, "color": 4}, {"x": 133.55332946777344, "y": 19.666540145874023, "subreddit": "superstarsmtown", "cluster": 1739, "color": 4}, {"x": -64.36805725097656, "y": 20.736265182495117, "subreddit": "switchhacks", "cluster": 1749, "color": 3}, {"x": -64.42176818847656, "y": 20.889097213745117, "subreddit": "switchhaxing", "cluster": 1749, "color": 3}, {"x": -64.90386199951172, "y": 22.5175838470459, "subreddit": "switchnsps", "cluster": 1749, "color": 3}, {"x": -64.83551788330078, "y": 22.325786590576172, "subreddit": "switchpirates", "cluster": 1749, "color": 3}, {"x": -64.08849334716797, "y": 19.76988410949707, "subreddit": "wiiuhacks", "cluster": 1749, "color": 3}, {"x": 62.77167892456055, "y": 27.924724578857422, "subreddit": "tacticalgear", "cluster": 1826, "color": 4}, {"x": 62.76690673828125, "y": 27.930500030517578, "subreddit": "tinnitus", "cluster": 1826, "color": 4}, {"x": 30.186195373535156, "y": 105.11058807373047, "subreddit": "tmj", "cluster": 1826, "color": 4}, {"x": -66.60005187988281, "y": -57.23084259033203, "subreddit": "tahoe", "cluster": 1755, "color": 2}, {"x": -66.58930206298828, "y": -57.2271728515625, "subreddit": "yosemite", "cluster": 1755, "color": 2}, {"x": 35.00239181518555, "y": -124.23902130126953, "subreddit": "tamrielscholarsguild", "cluster": 1787, "color": 2}, {"x": 57.15607833862305, "y": -10.42321491241455, "subreddit": "teslore", "cluster": 1787, "color": 2}, {"x": 56.81797409057617, "y": -10.45388412475586, "subreddit": "truestl", "cluster": 1787, "color": 2}, {"x": 19.733386993408203, "y": 50.88212966918945, "subreddit": "technologyaddicted", "cluster": 1774, "color": 3}, {"x": -78.31775665283203, "y": 65.4120101928711, "subreddit": "teenfa", "cluster": 1777, "color": 2}, {"x": -78.3307113647461, "y": 65.42340850830078, "subreddit": "teenmfa", "cluster": 1777, "color": 2}, {"x": -62.59060287475586, "y": 67.87686920166016, "subreddit": "tensportstv", "cluster": 1781, "color": 5}, {"x": -48.798030853271484, "y": 1.1075456142425537, "subreddit": "the_division", "cluster": 1800, "color": 2}, {"x": -25.25086784362793, "y": 42.00603485107422, "subreddit": "the_division_2", "cluster": 1800, "color": 2}, {"x": -48.347049713134766, "y": 1.355660080909729, "subreddit": "thedivision", "cluster": 1800, "color": 2}, {"x": -48.15494155883789, "y": 1.4805231094360352, "subreddit": "thedivision_lfg", "cluster": 1800, "color": 2}, {"x": 120.72784423828125, "y": 73.47744750976562, "subreddit": "thecannalysts", "cluster": 1948, "color": 3}, {"x": 120.72648620605469, "y": 73.47810363769531, "subreddit": "weedstocks", "cluster": 1948, "color": 3}, {"x": -12.843765258789062, "y": -14.859759330749512, "subreddit": "thegrandtour", "cluster": 1835, "color": 1}, {"x": -12.863171577453613, "y": -14.893178939819336, "subreddit": "topgear", "cluster": 1835, "color": 1}, {"x": 39.015830993652344, "y": -46.05107498168945, "subreddit": "thehobbit", "cluster": 1952, "color": 1}, {"x": 38.925907135009766, "y": -46.071231842041016, "subreddit": "wellington", "cluster": 1952, "color": 1}, {"x": -44.58136749267578, "y": 101.91503143310547, "subreddit": "thewallstreet", "cluster": 1923, "color": 0}, {"x": -43.415279388427734, "y": 100.76744079589844, "subreddit": "wallstreetbets", "cluster": 1923, "color": 0}, {"x": -43.35319900512695, "y": 100.67205810546875, "subreddit": "winkerpack", "cluster": 1923, "color": 0}, {"x": 2.982823133468628, "y": 60.19517135620117, "subreddit": "thread_crawler", "cluster": 1822, "color": 3}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "todygamelive2019", "cluster": 1832, "color": 5}, {"x": -72.39559173583984, "y": 91.3459701538086, "subreddit": "toontown", "cluster": 1834, "color": 4}, {"x": -72.39752960205078, "y": 91.34527587890625, "subreddit": "toontownrewritten", "cluster": 1834, "color": 4}, {"x": -61.59103012084961, "y": 78.77761840820312, "subreddit": "topdrives", "cluster": 1979, "color": 5}, {"x": -36.027679443359375, "y": 72.74284362792969, "subreddit": "worldoftanksblitz", "cluster": 1979, "color": 5}, {"x": -56.6093635559082, "y": 77.3006820678711, "subreddit": "wows_legends", "cluster": 1979, "color": 5}, {"x": -59.52482604980469, "y": 78.65045166015625, "subreddit": "wowsblitz", "cluster": 1979, "color": 5}, {"x": 70.36975860595703, "y": -131.47181701660156, "subreddit": "totaldrama", "cluster": 1839, "color": 5}, {"x": 70.15458679199219, "y": -132.47886657714844, "subreddit": "totaldramaroleplay", "cluster": 1839, "color": 5}, {"x": 70.0550765991211, "y": -132.28306579589844, "subreddit": "totaldramaroleplay2", "cluster": 1839, "color": 5}, {"x": 69.7180404663086, "y": -131.44415283203125, "subreddit": "totaldramathegameshow", "cluster": 1839, "color": 5}, {"x": 50.16032791137695, "y": -127.67430114746094, "subreddit": "tppkappa", "cluster": 1843, "color": 0}, {"x": 50.18405532836914, "y": -128.4157257080078, "subreddit": "ttploreplaycentral", "cluster": 1843, "color": 0}, {"x": 50.15708923339844, "y": -127.63915252685547, "subreddit": "twitchplayspokemon", "cluster": 1843, "color": 0}, {"x": -116.54529571533203, "y": -59.013179779052734, "subreddit": "truckers", "cluster": 1864, "color": 3}, {"x": -116.54337310791016, "y": -59.01430130004883, "subreddit": "trucking", "cluster": 1864, "color": 3}, {"x": -90.66191101074219, "y": 93.55280303955078, "subreddit": "twice", "cluster": 1880, "color": 3}, {"x": -90.70015716552734, "y": 93.36030578613281, "subreddit": "twicemedia", "cluster": 1880, "color": 3}, {"x": -90.72206115722656, "y": 93.25191497802734, "subreddit": "twicememes", "cluster": 1880, "color": 3}, {"x": -62.59060287475586, "y": 67.87686920166016, "subreddit": "viplivetv", "cluster": 1908, "color": 8}, {"x": 92.27837371826172, "y": -14.65633773803711, "subreddit": "warcraft3", "cluster": 1943, "color": 4}, {"x": 92.28660583496094, "y": -14.66224193572998, "subreddit": "wc3", "cluster": 1943, "color": 4}, {"x": -32.04985809326172, "y": 60.35622787475586, "subreddit": "warriorcats", "cluster": 1929, "color": 3}, {"x": -32.045860290527344, "y": 60.34891891479492, "subreddit": "wingsoffire", "cluster": 1929, "color": 3}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "warriors_rockets_live", "cluster": 1930, "color": 8}, {"x": -39.93430709838867, "y": -2.5341343879699707, "subreddit": "watchufc235", "cluster": 1938, "color": 9}, {"x": -33.26847457885742, "y": -9.781686782836914, "subreddit": "wilderfurylive", "cluster": 1964, "color": 2}, {"x": -38.80268096923828, "y": -9.68972110748291, "subreddit": "wilderfurylivehd", "cluster": 1965, "color": 2}, {"x": -0.220903217792511, "y": 12.99792766571045, "subreddit": "xymarket", "cluster": 1992, "color": 0}, {"x": 105.795166015625, "y": 38.36664962768555, "subreddit": "ygobinders", "cluster": 1994, "color": 0}, {"x": 104.9444351196289, "y": 38.53553771972656, "subreddit": "ygomarketplace", "cluster": 1994, "color": 0}, {"x": 105.6570053100586, "y": 38.3946647644043, "subreddit": "ygosales", "cluster": 1994, "color": 0}, {"x": -49.4827766418457, "y": 34.71565628051758, "subreddit": "yokaitrade", "cluster": 1997, "color": 1}, {"x": -49.48436737060547, "y": 34.70490264892578, "subreddit": "yokaiwatch", "cluster": 1997, "color": 1}, {"x": -31.551050186157227, "y": 0.5233099460601807, "subreddit": "young_tvs", "cluster": 2000, "color": 3}]}};
+      var embedOpt = {"mode": "vega-lite"};
+
+      function showError(el, error){
+          el.innerHTML = ('<div class="error" style="color:red;">'
+                          + '<p>JavaScript Error: ' + error.message + '</p>'
+                          + "<p>This usually means there's a typo in your chart specification. "
+                          + "See the javascript console for the full traceback.</p>"
+                          + '</div>');
+          throw error;
+      }
+      const el = document.getElementById('vis');
+      vegaEmbed("#vis", spec, embedOpt)
+        .catch(error => showError(el, error));
+    })(vegaEmbed);
+
+  </script>
+</body>
+</html>
\ No newline at end of file
index 4b42e8e56547b410a4d190f2ce41252a7b62cfa6..c192d215d1d325f38f8963efe7e09c90eb1716ef 100644 (file)
@@ -155,13 +155,13 @@ def build_visualization(tsne_data, clusters, output):
 if __name__ == "__main__":
     fire.Fire(build_visualization)
 
-commenter_data = pd.read_feather("tsne_author_fit.feather")
-clusters = pd.read_feather('author_3000_clusters.feather')
-commenter_data = assign_cluster_colors(commenter_data,clusters,10,8)
-commenter_zoom_plot = zoom_plot(commenter_data)
-commenter_viewport_plot = viewport_plot(commenter_data)
-commenter_zoom_plot.save("subreddit_commenters_tsne_3000.html")
-commenter_viewport_plot.save("subreddit_commenters_tsne_3000_viewport.html")
+commenter_data = pd.read_feather("tsne_author_fit.feather")
+clusters = pd.read_feather('author_3000_clusters.feather')
+commenter_data = assign_cluster_colors(commenter_data,clusters,10,8)
+commenter_zoom_plot = zoom_plot(commenter_data)
+commenter_viewport_plot = viewport_plot(commenter_data)
+commenter_zoom_plot.save("subreddit_commenters_tsne_3000.html")
+commenter_viewport_plot.save("subreddit_commenters_tsne_3000_viewport.html")
 
 # chart = chart.properties(width=10000,height=10000)
 # chart.save("test_tsne_whole.svg")

Community Data Science Collective || Want to submit a patch?