Select to view content in your preferred language

Local scatterplot pop-ups not displaying when running local bivariate relationship analysis

467
0
06-21-2022 01:36 AM
Labels (1)
EmmaE1
by
New Contributor II

Hi all, 

I'm running local bivariate relationship analysis on my data (a set of animal GPS locations with associated covariates such as distance to water, distance to roads etc.) but for some reason the local scatterplot pop-ups are not showing when I click on the generated LBR points. 

I did double-check that I have enabled the scatterplots when I am running the tool.

Apologies for the lack of description - but as the tool runs fine I am not getting any error messages, so I am not sure where to start to troubleshoot the problem. 

Has anyone else run into this problem before?

Thanks

 

Edit: I had a look at the attribute table and see that a html file path is generated for the pop-up, for example: 

<html>
<head>
<meta charset = "utf-8">
<script>
var XY = [[113.4497, 0.09589], [138.6996, 0.09589], [18.2086, 0.08456], [121.435, 0.08456], [72.7656, 0.1182], [57.4826, 0.1182], [35.2558, 0.08456], [53.5748, 0.1182], [86.9033, 0.1182], [7.869, 0.08456], [31.0728, 0.1182], [273.3873, 0.07049], [74.247, 0.07359], [47.8463, 0.1294], [99.5659, 0.1294], [230.0987, 0.1288], [216.4762, 0.1288], [131.1503, 0.06096], [313.2589, 0.1288], [215.4817, 0.1288], [131.914, 0.06096], [235.1545, 0.1288], [324.6519, 0.1288], [300.5635, 0.1389], [117.3312, 0.1294], [560.9337, 0.1203], [470.9115, 0.1357], [0, 0.1279], [485.1139, 0.1357], [349.8409, 0.1389]],
gr = [[0, 11255.1186], [0, 0.5986]],
coef = [0.167, 1.229, 0],
rel = 1,
ids = [11, 623, 1022, 627, 1449, 504, 1427, 37, 1524, 553, 43, 1027, 170, 496, 1430, 65, 8, 22, 40, 501, 1021, 620, 41, 555, 326, 479, 9, 12, 38, 613],
r2 = 0.1293,
aicc = -105.5358,
axs = ['DistToLakes', 'KDE1'],
labels=['Fitted Line', 'Positive Linear', 'AdjR2', 'AICc', 'Explanatory', 'Dependent'],
lang="en",
rp = "file:///" + g_resourceFolder + "/";
var st = document.createElement("script");
st.type = "text/javascript";
st.src=rp + "ArcToolbox/Scripts/Images/localBivarRelPlot.js";
document.head.appendChild(st);
</script>
</head>
<body></body>
</html>

0 Kudos
0 Replies