Exploring a 3-D Synthetic Dataset

R-bloggers 2025-04-12

[This article was first published on John Russell, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Exploring the HistData package

Over on BlueSky, I have been working through a few challenges. For the months of February and March, I participated in the DuBois Challenge, where you take a week to recreate some of the powerful visualizations that came out of the Paris Exposition from W.E.B. Du Bois. My work there, complete with code, can be found in my github

Inspired by this, I’ve also been doing the #30DayChartChallenge, where you make a chart a day on a theme that changes each day. I have taken this as an opportunity to explore Michael Friendly’s HistData package, which draws from his excellent book with Howard Wainer. I have done posts on John Snow, the Trial of the Pyx, Florence Nightingale, and others on my github. However, one dataset that a simple plot doesn’t do justice to is the Pollen dataset. This dataset, like mtcars and flights, are synthetic datasets that were used as data challenges (the other two are now basic datasets for reprexes as well).

This dataset, however, shows the power of plotly.

Code in R
library(tidyverse)
library(HistData)
library(plotly)

data("Pollen")
head(Pollen)
# A tibble: 6 × 5
  ridge   nub crack  weight density
  <dbl> <dbl> <dbl>   <dbl>   <dbl>
1 -2.35  3.63  5.03  10.9     -1.39
2 -1.15  1.48  3.24  -0.594    2.12
3 -2.52 -6.86 -2.80   8.46    -3.41
4  5.75 -6.51 -5.15   4.35   -10.3 
5  8.75 -3.90 -1.38 -14.9     -2.42
6 10.4  -3.16 12.8  -14.9     -6.49

The first three variables are meant to be plotted on the x, y and z axis, where the other variables are meant to describe the grains of pollen. Doing a quick correlation shows that there is at least one strong correlation that can be seen through the use of color, where weight is highly correlated with the x-axis.

Code in R
res <- cor(Pollen)
round(res,2)
        ridge   nub crack weight density
ridge    1.00  0.13 -0.13  -0.90   -0.57
nub      0.13  1.00  0.08  -0.17    0.33
crack   -0.13  0.08  1.00   0.27   -0.15
weight  -0.90 -0.17  0.27   1.00    0.24
density -0.57  0.33 -0.15   0.24    1.00

However, when you plot the dataset, something else shows up. Thankfully, plotly allows you to drag a plot around to explore it.

Code in R
plot_ly(Pollen, x = ~ridge, y = ~nub, z = ~crack)  |> 
  add_markers(color = ~weight, size=2) |> 
  layout(title="David Coleman's Synthetic Pollen Dataset")|>
  config(displayModeBar=FALSE)
{"x":{"visdat":{"da545241faa":["function () ","plotlyVisDat"]},"cur_data":"da545241faa","attrs":{"da545241faa":{"x":{},"y":{},"z":{},"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"scatter3d","mode":"markers","color":{},"size":2,"inherit":true}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"title":"David Coleman's Synthetic Pollen Dataset","scene":{"xaxis":{"title":"ridge"},"yaxis":{"title":"nub"},"zaxis":{"title":"crack"}},"hovermode":"closest","showlegend":false,"legend":{"yanchor":"top","y":0.5}},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false,"displayModeBar":false},"data":[{"x":[-2.3481999999999998,-1.1519999999999999,-2.5245000000000002,5.7523,8.7493999999999996,10.430300000000001,-3.6049000000000002,-5.6383000000000001,9.5434000000000001,-9.0291999999999994,3.1676000000000002,-4.6071999999999997,-9.0119000000000007,20.633299999999998,3.8889999999999998,0.52470000000000006,2.0099,-4.8432000000000004,-0.49109999999999998,6.8007,-2.4424000000000001,14.4619,8.7413000000000007,4.7542999999999997,1.248,8.7652999999999999,-11.8489,-7.2061999999999999,6.2312000000000003,9.1579999999999995,2.6892999999999998,10.065799999999999,-1.7083999999999999,-1.0802,-1.3008999999999999,-5.2999999999999998,-5.2823000000000002,9.7173999999999996,2.8454999999999999,4.9671000000000003,5.5170000000000003,-9.0296000000000003,4.1364999999999998,1.0008999999999999,-8.7271999999999998,21.406600000000001,-5.6215000000000002,-3.4744999999999999,-0.77439999999999998,-0.1216,-16.016100000000002,10.5389,0.2195,12.7217,1.4815,-0.068199999999999997,9.0330999999999992,5.3055000000000003,-9.5008999999999997,2.6741000000000001,-10.0123,4.3691000000000004,-10.1716,-3.258,4.2180999999999997,-4.0808,-8.6400000000000006,10.563599999999999,-6.6807999999999996,0.5323,-0.034700000000000002,5.8613,4.6748000000000003,-10.7319,11.2446,-3.6473,-0.1305,1.9694,5.5513000000000003,9.6420999999999992,-7.3719999999999999,-3.2900999999999998,4.4276,-2.1656,-8.4972999999999992,5.4032999999999998,7.3308999999999997,1.0244,-0.76170000000000004,-2.5068999999999999,-2.3576999999999999,-5.9771999999999998,0.2097,-5.7256,0.87119999999999997,3.7330000000000001,8.3683999999999994,12.546099999999999,-0.33019999999999999,5.6670999999999996,-1.3391,0.97689999999999999,1.0953999999999999,-9.8400999999999996,6.2773000000000003,-1.2830999999999999,9.3625000000000007,-5.3853,-19.468699999999998,-2.1200999999999999,-3.3624000000000001,6.9284999999999997,-0.98240000000000005,1.3317000000000001,8.6132000000000009,0.18840000000000001,11.1434,3.0768,12.5006,-7.2107000000000001,-4.1779999999999999,-1.2636000000000001,-15.786099999999999,9.0190000000000001,-0.076499999999999999,-0.44940000000000002,-1.5315000000000001,-7.5128000000000004,1.3885000000000001,-1.6751,-8.8635000000000002,8.6671999999999993,-9.3815000000000008,-6.9950000000000001,10.596299999999999,3.6756000000000002,-2.1802999999999999,11.557700000000001,-1.0653999999999999,3.9704999999999999,11.283799999999999,-2.6200000000000001,-2.7856999999999998,0.17480000000000001,-3.2511999999999999,7.2892999999999999,-10.020799999999999,5.0439999999999996,10.8437,-2.3471000000000002,-10.349500000000001,4.0742000000000003,1.0974999999999999,8.5759000000000007,-2.1309,5.1093999999999999,-9.1212,3.2972999999999999,-11.882999999999999,8.6838999999999995,1.3887,7.7918000000000003,-2.2877999999999998,-4.8403,-2.3645,5.3825000000000003,5.6654,-6.4549000000000003,4.3399000000000001,0.74360000000000004,8.4039000000000001,-1.2118,-5.5593000000000004,4.7584,3.2324999999999999,4.8087999999999997,5.5635000000000003,0.60309999999999997,1.6819999999999999,2.1964000000000001,-0.65080000000000005,12.4694,9.0269999999999992,8.3147000000000002,-9.6007999999999996,9.3146000000000004,8.5170999999999992,-2.3399999999999999,1.1597,6.0930999999999997,-2.6372,4.1167999999999996,-10.8543,2.1395,0.1053,2.7795999999999998,5.4484000000000004,-3.5851999999999999,8.6165000000000003,-5.6919000000000004,-11.741199999999999,0.0035000000000000001,-7.6364000000000001,-7.9206000000000003,2.1429,-8.8181999999999992,-0.45119999999999999,3.0627,-0.048399999999999999,5.8437999999999999,-8.9771000000000001,7.4249999999999998,-8.7096,12.0701,-2.2208999999999999,-0.77010000000000001,-2.5697000000000001,-1.9026000000000001,4.1961000000000004,-4.7872000000000003,-1.4041999999999999,4.5487000000000002,3.1833999999999998,-3.4218999999999999,-6.4657,0.0030999999999999999,-2.3624000000000001,-9.1153999999999993,1.3963000000000001,-0.72470000000000001,-7.8586999999999998,2.5398999999999998,15.216100000000001,-9.2055000000000007,-1.0014000000000001,5.2709999999999999,6.2356999999999996,-9.7965,-3.7986,0.1032,-4.5186999999999999,7.0819999999999999,-3.3389000000000002,16.447099999999999,-8.2948000000000004,-5.7590000000000003,0.87380000000000002,6.9771999999999998,-1.2709999999999999,-1.7422,-1.9812000000000001,4.8941999999999997,1.4844999999999999,4.3295000000000003,9.0254999999999992,0.6149,-6.0667,-3.1802000000000001,4.5414000000000003,0.0048999999999999998,1.1099000000000001,5.9499000000000004,6.9976000000000003,5.3570000000000002,-5.4861000000000004,5.5130999999999997,-5.9074999999999998,4.2264999999999997,0.54149999999999998,-0.41039999999999999,2.0282,-1.2938000000000001,4.3263999999999996,0.54000000000000004,3.0756999999999999,0.047199999999999999,-2.4590999999999998,2.9561999999999999,-0.86939999999999995,-3.3632,-5.0438999999999998,-1.7464,-13.914400000000001,-3.0695000000000001,0.40000000000000002,-2.8782999999999999,4.0781999999999998,-5.2393000000000001,-8.3139000000000003,-8.3610000000000007,7.5810000000000004,-5.2911000000000001,7.1970999999999998,3.1783999999999999,4.3903999999999996,-3.9683000000000002,9.8678000000000008,5.1989999999999998,2.3792,-1.6898,8.9318000000000008,0.37169999999999997,4.2381000000000002,2.8426,1.252,10.1548,-8.1082999999999998,-3.3096000000000001,-1.3680000000000001,1.5915999999999999,2.9996,-1.2653000000000001,8.9275000000000002,-2.4771999999999998,-1.4878,8.7310999999999996,-1.2548999999999999,-9.7530000000000001,11.8201,-1.7798,9.5772999999999993,-6.4465000000000003,-3.0670000000000002,5.9473000000000003,-2.2349999999999999,3.2189000000000001,-3.9335,0.68179999999999996,7.1360000000000001,1.7804,-11.573700000000001,-3.3548,4.7858000000000001,3.5527000000000002,-3.2145000000000001,4.1208,-1.1698999999999999,5.6923000000000004,-1.3262,-17.235199999999999,1.4513,8.3954000000000004,4.4173999999999998,7.3212000000000002,-0.83260000000000001,-0.25790000000000002,6.0259999999999998,-2.1991000000000001,-7.2088000000000001,-2.5851999999999999,-14.6721,-2.2029999999999998,-0.58550000000000002,-2.7191000000000001,-12.081200000000001,4.2241999999999997,8.5268999999999995,-1.0164,-1.8735999999999999,-9.9933999999999994,-1.5572999999999999,14.6113,5.7667999999999999,-0.49569999999999997,-5.6665999999999999,-5.8792999999999997,5.3955000000000002,3.4725999999999999,5.3337000000000003,1.7459,9.4113000000000007,4.0403000000000002,-1.0421,-0.74760000000000004,-7.1085000000000003,1.5419,8.6022999999999996,3.1284000000000001,-1.2153,7.5255000000000001,-9.2441999999999993,-2.9533,-3.1696,-1.8022,-1.0677000000000001,-12.522600000000001,10.0139,0.0155,4.0185000000000004,6.1243999999999996,-13.826000000000001,2.7294999999999998,1.3964000000000001,-7.8086000000000002,-1.5307999999999999,-2.218,-1.5632999999999999,-5.3944000000000001,-4.4752000000000001,3.8472,-6.0208000000000004,-5.6561000000000003,-1.2649999999999999,-10.343500000000001,-1.8583000000000001,-3.9251999999999998,-7.5016999999999996,-1.6759999999999999,4.8097000000000003,-1.5094000000000001,-1.0788,1.4048,-3.8969999999999998,-1.0757000000000001,-15.0442,-2.6213000000000002,2.7782,5.5335999999999999,-2.4413,1.1538999999999999,-9.7899999999999991,-0.16120000000000001,-2.5036,3.4944000000000002,2.2096,-4.4115000000000002,-2.9091,-5.4192,5.5983000000000001,1.8223,9.7720000000000002,3.8948999999999998,-4.2671999999999999,3.4020999999999999,-9.9553999999999991,3.2418999999999998,-4.9058000000000002,15.9321,-1.0804,-5.9878999999999998,4.5704000000000002,-8.5581999999999994,-11.0258,0.81779999999999997,8.0551999999999992,-1.6053999999999999,-1.3994,-1.1389,2.5807000000000002,-7.9111000000000002,-4.3777999999999997,-3.1818,-3.5116999999999998,-4.2321999999999997,-7.5471000000000004,-1.2559,-8.6210000000000004,-7.4153000000000002,6.4223999999999997,-1.1278999999999999,5.5018000000000002,4.5227000000000004,10.495100000000001,0.82340000000000002,0.16350000000000001,-3.2862,-8.2171000000000003,1.9511000000000001,6.2351999999999999,-3.4346000000000001,9.1899999999999995,5.4090999999999996,-0.79649999999999999,-5.6502999999999997,-1.2428999999999999,13.692299999999999,-1.7085999999999999,9.1614000000000004,-4.1688999999999998,-13.1823,2.1475,7.5194000000000001,1.9569000000000001,-8.6357999999999997,0.63539999999999996,-3.4664000000000001,18.530100000000001,-4.4786000000000001,10.56,-4.9149000000000003,-4.2140000000000004,-2.8378000000000001,2.6488999999999998,5.6500000000000004,-3.0710999999999999,6.1626000000000003,2.3125,-0.52059999999999995,0.34789999999999999,13.1516,0.14580000000000001,13.380800000000001,1.0683,-7.0034000000000001,-2.6543000000000001,-7.7920999999999996,0.50960000000000005,-2.8631000000000002,-5.0578000000000003,8.2236999999999991,7.8582000000000001,4.1211000000000002,-5.0873999999999997,7.8083,-8.9492999999999991,5.6265000000000001,7.5907999999999998,-1.3563000000000001,3.6065,-3.4323999999999999,3.0059999999999998,9.2596000000000007,-0.39750000000000002,0.43940000000000001,-1.1017999999999999,-2.3915000000000002,8.1242000000000001,-7.6477000000000004,6.7727000000000004,3.1082999999999998,5.1714000000000002,-4.1094999999999997,4.5072000000000001,0.52559999999999996,-4.4724000000000004,0.53400000000000003,-0.25169999999999998,0.61960000000000004,5.7523,1.3024,-4.6929999999999996,-0.50939999999999996,-9.4606999999999992,-10.688700000000001,4.8091999999999997,-3.3557999999999999,-4.3548,2.9209999999999998,5.1932,-0.75560000000000005,9.8115000000000006,2.6034999999999999,11.1846,-4.6528,-1.3817999999999999,-1.341,12.806800000000001,-5.6825999999999999,1.8075000000000001,0.8478,8.9738000000000007,-13.884,-1.0653999999999999,-0.46779999999999999,3.6478000000000002,-4.8318000000000003,-1.032,13.4945,7.0590999999999999,-1.2758,5.9630000000000001,16.952200000000001,-0.44090000000000001,-4.8395999999999999,-3.0528,-3.8536000000000001,6.0800999999999998,2.1968000000000001,-0.55869999999999997,-5.2355999999999998,-15.096299999999999,13.4421,7.7792000000000003,-11.8287,-11.7638,-1.5748,7.6908000000000003,5.2576999999999998,-10.156499999999999,-2.5590999999999999,0.246,-18.454599999999999,-14.0396,0.1139,-4.6702000000000004,11.142200000000001,5.8468,-16.0535,-4.7507000000000001,13.423400000000001,-10.619199999999999,-3.6776,-6.0690999999999997,-8.218,-3.2877999999999998,12.3894,14.1563,-5.3994,8.5176999999999996,6.6593999999999998,-4.2782,7.3563999999999998,-4.1563999999999997,15.025600000000001,4.1262999999999996,10.157999999999999,-7.9676999999999998,0.47920000000000001,-0.76239999999999997,-1.7905,-3.3704000000000001,-0.6996,-7.6413000000000002,6.3052999999999999,6.7077999999999998,0.64419999999999999,-7.0620000000000003,4.8872,0.67610000000000003,3.7084000000000001,-3.2153999999999998,5.7275999999999998,-3.4716999999999998,-7.0936000000000003,5.9069000000000003,-1.3243,1.1404000000000001,2.2841,-0.27260000000000001,-11.461399999999999,5.6108000000000002,7.1148999999999996,-7.6764999999999999,0.50019999999999998,5.6284999999999998,-11.886200000000001,-12.946400000000001,14.9681,-6.8305999999999996,-1.8656999999999999,-5.0507999999999997,-2.7130999999999998,-4.7464000000000004,-8.6105999999999998,0.96940000000000004,2.6316999999999999,-17.863700000000001,-1.7228000000000001,-7.1322999999999999,4.1757999999999997,6.3192000000000004,-2.6741000000000001,0.77769999999999995,-0.61429999999999996,1.2750999999999999,13.4628,-4.3235000000000001,4.6992000000000003,-12.1417,3.4300999999999999,-2.7643,-10.294600000000001,7.8285999999999998,-8.9520999999999997,-0.30740000000000001,3.0838999999999999,2.5945999999999998,-11.561400000000001,-11.046099999999999,-1.7497,-4.4551999999999996,5.0286,2.3393999999999999,5.2694999999999999,-5.5532000000000004,9.3558000000000003,-5.0594999999999999,-10.3246,-8.1712000000000007,-9.4197000000000006,-5.7968000000000002,1.9921,2.617,-9.7017000000000007,-1.1357999999999999,5.5883000000000003,-8.0085999999999995,1.5210999999999999,7.2202000000000002,-2.1888999999999998,8.4862000000000002,-2.9468999999999999,-5.8097000000000003,9.4844000000000008,6.0290999999999997,-5.4512,-5.1135999999999999,-1.7039,-0.76449999999999996,8.1112000000000002,-4.2369000000000003,-6.415,-5.9592000000000001,-0.19109999999999999,3.2844000000000002,-5.3219000000000003,-13.8741,11.108000000000001,4.0946999999999996,0.62960000000000005,7.6910999999999996,-2.1836000000000002,-3.9125999999999999,-1.0611999999999999,-0.7319,7.6593999999999998,-2.4386000000000001,-2.1532,11.225099999999999,0.10920000000000001,-15.832800000000001,5.0498000000000003,-12.0381,-3.6951000000000001,0.62890000000000001,5.6619000000000002,2.3632,3.1644000000000001,-6.5873999999999997,-5.8619000000000003,4.2557999999999998,1.0905,-1.5731999999999999,-3.5891000000000002,-1.2456,10.653600000000001,8.9201999999999995,1.6129,-0.91549999999999998,-5.3146000000000004,-2.6278999999999999,-0.60760000000000003,-4.0312000000000001,-6.5842999999999998,2.7372000000000001,6.2469999999999999,5.3723000000000001,-11.519,-6.6241000000000003,-11.3164,9.3859999999999992,12.488300000000001,-3.4954000000000001,0.20860000000000001,0.4244,-0.313,0.2109,5.4843000000000002,-2.6019999999999999,2.3824000000000001,5.2606999999999999,-1.7737000000000001,0.64690000000000003,6.9100000000000001,8.1655999999999995,1.0016,11.208299999999999,2.7078000000000002,3.2574000000000001,-13.1959,1.4157999999999999,5.6976000000000004,6.9926000000000004,9.5214999999999996,3.0145,4.5590000000000002,-12.902799999999999,-2.3653,2.8906999999999998,-0.1479,5.6315,10.3375,-0.012999999999999999,2.5158999999999998,-0.50529999999999997,-10.485900000000001,-5.3212999999999999,-16.8231,11.288600000000001,2.8445999999999998,11.416499999999999,-0.51429999999999998,-4.7473999999999998,12.599500000000001,-0.4627,-6.4394999999999998,1.036,4.5736999999999997,2.2374999999999998,-2.7147999999999999,-12.292999999999999,-5.6323999999999996,2.8763000000000001,-6.6349,-3.4781,-5.0560999999999998,-3.6673,-6.4443999999999999,6.9170999999999996,-0.025000000000000001,-0.8216,-1.2804,5.9114000000000004,2.0714000000000001,1.2946,-1.5819000000000001,-4.6235999999999997,10.171799999999999,-3.5746000000000002,-5.1561000000000003,1.2586999999999999,-0.30370000000000003,1.5982000000000001,-11.907299999999999,0.4723,1.0354000000000001,-10.6081,-1.4689000000000001,0.1615,9.8097999999999992,-3.1488999999999998,-4.6016000000000004,-4.8837999999999999,-14.3148,0.32769999999999999,6.7068000000000003,7.6783000000000001,-1.3150999999999999,-4.577,7.5618999999999996,-6.7655000000000003,-1.7143999999999999,1.7152000000000001,2.4030999999999998,-8.8640000000000008,7.9108999999999998,-0.3206,1.7130000000000001,12.032500000000001,0.62819999999999998,6.3841999999999999,-2.0152999999999999,-15.045999999999999,-2.5470000000000002,5.8202999999999996,-0.098299999999999998,-12.9786,-1.5720000000000001,11.8512,-5.4195000000000002,-5.9086999999999996,-1.5136000000000001,2.9611999999999998,4.8701999999999996,0.92949999999999999,5.8874000000000004,10.274699999999999,-9.9818999999999996,-14.0085,-9.3030000000000008,1.9681999999999999,3.8250999999999999,-2.0442999999999998,11.7037,5.3731999999999998,4.5042,0.71599999999999997,-5.8757999999999999,-1.0346,-14.1983,8.0693000000000001,-3.6537999999999999,2.8683999999999998,-1.2681,-1.3755999999999999,-9.2870000000000008,-3.5684999999999998,7.5839999999999996,5.1487999999999996,4.2694000000000001,2.246,5.2279,3.7395999999999998,-2.9163999999999999,-2.8792,-4.9553000000000003,0.31809999999999999,6.7752999999999997,4.8151999999999999,3.8115999999999999,4.6631,7.1501999999999999,3.4190999999999998,-0.93769999999999998,5.0275999999999996,-2.0649999999999999,0.1134,-0.70040000000000002,7.0519999999999996,6.96,4.0982000000000003,3.7858999999999998,10.153600000000001,4.9527999999999999,-1.7561,-6.7605000000000004,-0.5726,-4.9802999999999997,8.2738999999999994,-2.8967000000000001,3.2545999999999999,4.4771999999999998,4.8992000000000004,-3.3833000000000002,-10.0807,3.7940999999999998,1.7628999999999999,10.7959,6.9012000000000002,-4.9207000000000001,7.6871,1.5952999999999999,5.6307,1.4946999999999999,6.4077000000000002,-6.5640999999999998,0.44740000000000002,3.9131999999999998,4.3143000000000002,-5.4562999999999997,-1.8480000000000001,-0.095899999999999999,-1.9527000000000001,5.1333000000000002,7.5180999999999996,-21.751999999999999,-0.93049999999999999,14.554399999999999,3.6082999999999998,-4.1894,1.7552000000000001,-7.0358000000000001,-0.24299999999999999,6.6234000000000002,-6.7957000000000001,-6.7557999999999998,-7.6616,-0.0112,-2.6341000000000001,8.9497,-0.59240000000000004,6.8186999999999998,5.3323,6.1483999999999996,-4.1391,-5.3131000000000004,5.9443000000000001,10.845700000000001,1.5086999999999999,4.1139999999999999,-8.7690000000000001,-5.8272000000000004,6.0162000000000004,-13.165800000000001,-0.33529999999999999,-2.5099,6.2244000000000002,3.2178,-3.6917,4.5469999999999997,10.6717,5.3495999999999997,-4.0373000000000001,14.258599999999999,4.7618,0.047199999999999999,-0.033599999999999998,0.47849999999999998,1.5409999999999999,-3.2858999999999998,9.3582999999999998,-11.8315,-0.097000000000000003,-1.4063000000000001,7.7324000000000002,-2.3603000000000001,7.0012999999999996,-6.883,0.45250000000000001,-1.4238999999999999,-1.3070999999999999,5.1224999999999996,0.17549999999999999,-0.4975,-0.40570000000000001,8.2893000000000008,7.6345000000000001,-8.6587999999999994,0.28120000000000001,-2.2039,-5.1993,6.7206000000000001,-9.1583000000000006,-9.5905000000000005,-2.1421999999999999,6.3952999999999998,2.7871999999999999,3.6372,-8.3584999999999994,0.51190000000000002,0.2114,-4.3746,6.2115,3.1701000000000001,9.0573999999999995,1.6081000000000001,-1.5916999999999999,7.9896000000000003,8.8984000000000005,2.1600000000000001,-12.1221,-3.1278000000000001,-9.1305999999999994,-3.8323,-7.3738999999999999,8.7270000000000003,-7.3452000000000002,-6.7938000000000001,13.256,-11.885300000000001,5.6181000000000001,1.4705999999999999,9.6450999999999993,2.7521,5.4965000000000002,5.4736000000000002,-3.972,5.9387999999999996,-12.9384,9.7294999999999998,-8.0074000000000005,-2.9228000000000001,4.3263999999999996,-0.63219999999999998,-3.2504,-2.1137000000000001,-4.5107999999999997,-0.52480000000000004,8.8025000000000002,-7.7699999999999996,-2.4115000000000002,-1.1187,8.7418999999999993,-1.4865999999999999,1.7612000000000001,-2.0912000000000002,-4.8658000000000001,9.6862999999999992,0.0134,6.0568999999999997,-2.3361999999999998,-2.7791000000000001,14.743399999999999,4.7493999999999996,0.65490000000000004,11.2782,5.8628,5.5237999999999996,-0.1648,-9.0629000000000008,-5.4314,-1.0089999999999999,-3.3536000000000001,-2.4159999999999999,-1.8504,-1.6555,-10.390000000000001,-6.1893000000000002,5.1597999999999997,-4.2191999999999998,4.3440000000000003,6.0780000000000003,6.0069999999999997,-5.0540000000000003,-4.8912000000000004,-1.5036,3.4990000000000001,-13.7387,1.8902000000000001,8.0366999999999997,5.3055000000000003,0.13170000000000001,8.1966999999999999,6.9610000000000003,3.3401000000000001,-6.1506999999999996,-2.8919000000000001,1.5178,-1.5148999999999999,-1.0156000000000001,-6.0868000000000002,-2.0446,-11.363899999999999,-7.8235999999999999,4.5214999999999996,1.9609000000000001,-14.929,-8.2081,3.6179000000000001,-5.5563000000000002,-3.1328,3.3570000000000002,-3.2557999999999998,-4.4686000000000003,9.6550999999999991,7.8803000000000001,-3.7696999999999998,-0.79559999999999997,4.7771999999999997,-2.6368,-0.57569999999999999,-3.9146999999999998,-2.2591999999999999,2.4377,7.3128000000000002,1.3858999999999999,6.8975,-1.3898999999999999,-0.40629999999999999,-1.4629000000000001,-6.3127000000000004,-4.1200000000000001,3.8140999999999998,2.4095,10.363300000000001,-2.4946999999999999,-1.3806,-3.1938,4.6544999999999996,7.3461999999999996,2.2014,-7.4691999999999998,1.119,2.0754999999999999,2.9289999999999998,0.52529999999999999,-0.72999999999999998,2.0899000000000001,3.2532000000000001,7.5472999999999999,7.6356999999999999,3.8105000000000002,-19.738099999999999,-5.5486000000000004,-1.2056,-8.2926000000000002,-11.6571,-1.4508000000000001,-3.5118,-5.6989999999999998,-1.8922000000000001,3.9922,1.2423999999999999,-7.0605000000000002,-8.2004999999999999,-14.347200000000001,6.7950999999999997,7.8182,0.085300000000000001,-12.5153,-4.0183999999999997,-3.8841999999999999,2.6373000000000002,-6.4199999999999999,0.59689999999999999,-1.5615000000000001,8.2060999999999993,-5.0187999999999997,-7.1584000000000003,2.2109999999999999,2.395,1.6861999999999999,-1.3649,1.7542,0.23069999999999999,-9.9039000000000001,14.756399999999999,-9.7710000000000008,-1.5041,-5.8887,-0.19320000000000001,-2.3414999999999999,-0.51039999999999996,-1.7976000000000001,3.8475000000000001,-9.0678000000000001,13.818,3.7342,-0.89770000000000005,8.6966000000000001,12.6615,-4.6397000000000004,5.3146000000000004,-8.8493999999999993,-4.1672000000000002,-3.1154000000000002,-6.4724000000000004,-0.042099999999999999,1.3888,-8.8026999999999997,-7.4169,-3.9573999999999998,3.7913999999999999,4.1623999999999999,0.85819999999999996,3.4518,8.4000000000000004,0.89959999999999996,-3.4049,-13.892200000000001,3.4152999999999998,5.5632000000000001,-0.69379999999999997,-4.6677,-6.9516,3.5594999999999999,-1.3325,0.22689999999999999,6.3857999999999997,5.0942999999999996,7.4184999999999999,-5.125,4.0857999999999999,10.839,10.2849,-3.5141,-7.1051000000000002,5.1326000000000001,-2.6023999999999998,-6.3240999999999996,-8.3686000000000007,4.5862999999999996,-8.3460999999999999,4.8376000000000001,-10.018000000000001,1.3625,1.6468,1.3772,-14.2379,4.6157000000000004,-15.9002,-2.7250000000000001,6.6566000000000001,4.2603999999999997,2.1667000000000001,6.5952999999999999,1.4156,-11.662000000000001,2.9053,7.7877000000000001,-4.1681999999999997,8.2411999999999992,2.0209000000000001,-10.7935,-0.45839999999999997,14.1898,-2.3178000000000001,-12.2822,-1.5222,5.2083000000000004,-1.6323000000000001,8.0917999999999992,0.98760000000000003,6.3028000000000004,-6.8567,-0.57809999999999995,-2.4422000000000001,-3.9394,11.4716,6.1435000000000004,-12.454000000000001,3.2991000000000001,-1.9347000000000001,5.1840000000000002,-1.6358999999999999,-1.7438,2.1494,-12.4915,-13.7338,-2.5160999999999998,-1.4099999999999999,6.9762000000000004,2.9237000000000002,-11.983000000000001,-0.1167,0.077200000000000005,-10.9367,-13.942,-1.1155999999999999,-13.370100000000001,-5.6204000000000001,10.268599999999999,10.1686,-0.25890000000000002,13.0358,7.6891999999999996,-5.1071999999999997,-0.80630000000000002,-1.4932000000000001,-2.6913999999999998,5.6886999999999999,0.95820000000000005,5.2038000000000002,-7.1700999999999997,2.5933000000000002,1.0330999999999999,2.6313,-10.1974,1.4221999999999999,-3.7172000000000001,-1.9962,1.8217000000000001,-7.8689,-2.4874999999999998,0.35489999999999999,-3.2673000000000001,-5.0407000000000002,-5.0419999999999998,-3.4108999999999998,2.7397,4.8131000000000004,-5.0327000000000002,9.9666999999999994,-2.1242999999999999,-3.1974999999999998,5.4962,3.0619999999999998,6.6193,-9.0763999999999996,8.9240999999999993,2.9245999999999999,-6.0648,-7.6913,4.6666999999999996,5.7103000000000002,1.2519,-1.7305999999999999,2.0569000000000002,-6.0784000000000002,-1.0157,-1.7968,3.5533000000000001,-5.5529000000000002,9.4695999999999998,7.0143000000000004,-3.3969999999999998,-10.250299999999999,-0.49330000000000002,10.8195,2.3734000000000002,8.1555,18.2575,3.6128999999999998,-1.7415,0.2858,14.8987,5.5180999999999996,7.5400999999999998,-6.431,-4.1262999999999996,-11.0923,0.52139999999999997,0.0079000000000000008,2.0287000000000002,13.180099999999999,8.3160000000000007,3.2035999999999998,2.1524000000000001,-6.4741,2.0167000000000002,2.8201000000000001,0.079600000000000004,-2.0154000000000001,-5.7618,1.8411,1.165,10.4977,3.2837000000000001,-2.6837,-11.126099999999999,4.5312000000000001,7.2929000000000004,-4.6205999999999996,0.48230000000000001,7.1285999999999996,4.8945999999999996,1.6918,6.4550000000000001,6.5571999999999999,-2.0813000000000001,-3.1293000000000002,1.4690000000000001,-0.86939999999999995,-1.597,-2.1979000000000002,2.3776000000000002,-3.2854999999999999,-13.214399999999999,11.3521,-6.1367000000000003,6.7927999999999997,3.5158999999999998,12.1944,3.9933000000000001,14.438599999999999,-12.197699999999999,1.6264000000000001,11.808,-9.0324000000000009,-3.0926,-6.7378,-2.6271,-6.4077999999999999,6.1505000000000001,9.7127999999999997,-1.4911000000000001,0.17780000000000001,-3.5592999999999999,14.0662,3.6335999999999999,3.1922000000000001,-7.0772000000000004,13.9671,-0.86560000000000004,3.1903999999999999,4.1410999999999998,11.8857,12.152799999999999,-3.7984,0.27110000000000001,6.1718000000000002,5.9062000000000001,3.0082,-2.2450000000000001,-7.9836999999999998,-3.5032000000000001,0.0207,8.9848999999999997,1.0709,-8.0259,-2.9382000000000001,-4.0515999999999996,-2.6156000000000001,6.7382,-4.2979000000000003,-7.0700000000000003,1.4713000000000001,3.0975999999999999,2.5314000000000001,0.42080000000000001,12.3813,3.6415000000000002,-9.1973000000000003,5.7878999999999996,1.6745000000000001,4.0076999999999998,8.4466999999999999,-5.3567999999999998,8.4871999999999996,-1.4306000000000001,-3.8975,6.6651999999999996,-4.4977999999999998,1.0549999999999999,-2.3765999999999998,9.6481999999999992,2.8837999999999999,-3.6566000000000001,3.2700999999999998,1.8740000000000001,8.7348999999999997,3.1067999999999998,6.6044999999999998,7.7125000000000004,5.4496000000000002,5.1783000000000001,-0.1676,-12.823399999999999,4.1428000000000003,-0.44080000000000003,-4.5906000000000002,10.7387,7.7464000000000004,-3.8393999999999999,-0.31790000000000002,2.6513,-4.8554000000000004,6.4683999999999999,-10.623200000000001,-12.3796,6.9154999999999998,-13.700699999999999,-7.7797000000000001,-0.79330000000000001,2.4262000000000001,3.1328,5.6883999999999997,-0.46750000000000003,-12.982699999999999,2.0577000000000001,10.7475,-2.9028999999999998,4.2233999999999998,6.7572999999999999,-10.773400000000001,6.1200999999999999,-3.7486000000000002,3.5354000000000001,10.3339,-0.66649999999999998,-6.1498999999999997,1.1853,-7.6239999999999997,-4.1943000000000001,2.3898999999999999,2.8220000000000001,-1.1328,-10.055099999999999,-4.0275999999999996,-2.8273000000000001,-9.2144999999999992,-1.4303999999999999,6.2140000000000004,-0.45739999999999997,0.43730000000000002,-1.1624000000000001,-10.7478,7.0518000000000001,2.7374000000000001,-8.5741999999999994,-14.379899999999999,-4.7389999999999999,-1.8781000000000001,11.765599999999999,0.3629,8.4544999999999995,-5.8108000000000004,4.2115,2.7019000000000002,0.60240000000000005,-8.4121000000000006,-2.4209999999999998,5.6702000000000004,-5.101,-0.42930000000000001,4.8367000000000004,-0.55940000000000001,-2.5543999999999998,-8.4946999999999999,-2.9981,0.66859999999999997,4.7290000000000001,-11.764200000000001,-6.4527999999999999,6.0719000000000003,0.78790000000000004,5.9695999999999998,-4.1597,7.0416999999999996,-7.8177000000000003,4.9024999999999999,-0.98370000000000002,-3.7109999999999999,-3.7237,-0.1048,-3.9203999999999999,13.963699999999999,-3.7713000000000001,-1.1255999999999999,-5.4638999999999998,-2.4767000000000001,0.57050000000000001,-4.9355000000000002,-9.8992000000000004,1.2527999999999999,4.0861999999999998,2.9190999999999998,-2.4849000000000001,3.5859999999999999,1.1236999999999999,-11.0932,-5.8417000000000003,-6.2973999999999997,-20.865400000000001,-0.65659999999999996,-4.4444999999999997,1.3637999999999999,0.13420000000000001,2.653,3.3793000000000002,4.7876000000000003,8.5422999999999991,1.7078,-7.7393000000000001,-8.7871000000000006,0.12379999999999999,0.35770000000000002,-6.7302,2.7263000000000002,-3.3092999999999999,5.0970000000000004,4.1227999999999998,-1.6036999999999999,2.6920000000000002,-2.6863999999999999,14.6214,5.5442,8.7890999999999995,-10.2956,-5.7222,9.5839999999999996,-3.2410000000000001,3.2383999999999999,-1.6868000000000001,-1.8225,-0.89839999999999998,8.1974,4.2210000000000001,-6.3472,7.1753999999999998,5.7251000000000003,-4.2709999999999999,-7.2237,8.2964000000000002,-4.6692,-6.9073000000000002,-1.0984,-14.340299999999999,-5.0381,0.18909999999999999,2.7523,-3.0274000000000001,7.9364999999999997,-4.0213999999999999,-2.8704000000000001,-5.2013999999999996,0.1608,-6.3878000000000004,7.0229999999999997,-9.5831999999999997,8.0574999999999992,-9.3137000000000008,-3.9293,-2.3027000000000002,11.3096,-10.604799999999999,13.1343,-9.5719999999999992,6.3696999999999999,9.8042999999999996,-0.68130000000000002,-0.15939999999999999,3.6665999999999999,5.1090999999999998,-2.6779999999999999,-6.0602999999999998,-15.3413,-7.8891,-2.1442999999999999,-1.4935,6.6317000000000004,1.5548,1.5403,2.9963000000000002,-6.6130000000000004,9.0831,-4.5366999999999997,-0.1125,-6.6931000000000003,10.707700000000001,8.1727000000000007,-2.9937,3.3809,1.5508,-0.16289999999999999,6.0457000000000001,5.0461,-1.4611000000000001,-7.3604000000000003,-1.9583999999999999,4.3028000000000004,-0.183,3.6775000000000002,-12.766999999999999,-2.1427999999999998,-3.8883999999999999,2.2593999999999999,-1.3056000000000001,0.23960000000000001,-8.0006000000000004,-2.7298,-3.2086999999999999,3.1234000000000002,5.8728999999999996,-7.8548999999999998,9.1411999999999995,3.0470999999999999,3.9975999999999998,7.4824000000000002,-9.3702000000000005,-10.134600000000001,-2.6581000000000001,-12.2003,0.099699999999999997,-3.2414999999999998,6.3135000000000003,8.0289000000000001,7.3315999999999999,8.8270999999999997,-2.1507000000000001,-1.8404,-4.3021000000000003,0.72299999999999998,5.2257999999999996,2.9752000000000001,-2.2999000000000001,-6.7394999999999996,-0.70899999999999996,-3.4213,5.1078999999999999,-0.3155,-6.4184999999999999,2.1352000000000002,-1.361,-9.1654,2.8557000000000001,0.8952,-8.9144000000000005,8.0477000000000007,-8.4535,-6.4452999999999996,-4.9314,-0.66110000000000002,4.5632999999999999,-5.0583999999999998,0.64300000000000002,-2.2469000000000001,-1.0632999999999999,4.6447000000000003,2.1217000000000001,-8.8339999999999996,0.8669,-4.8855000000000004,5.6276999999999999,-6.9904000000000002,5.0492999999999997,-4.1818,9.5661000000000005,1.6442000000000001,6.6162000000000001,-1.7347999999999999,-6.0773999999999999,-7.6496000000000004,-7.1999000000000004,5.3571999999999997,3.8378000000000001,4.8795999999999999,3.0847000000000002,7.1180000000000003,2.3382000000000001,-14.5145,-14.843500000000001,4.8064999999999998,-6.5049999999999999,3.9784999999999999,2.5076000000000001,2.7145000000000001,2.5539999999999998,6.2370999999999999,2.6362999999999999,-13.750999999999999,5.7934000000000001,4.4958,-0.49080000000000001,9.9239999999999995,5.5587,6.9085999999999999,3.5063,-6.8421000000000003,9.9855,7.8353000000000002,-3.9668999999999999,12.4709,0.060400000000000002,-1.5262,-6.2232000000000003,5.9004000000000003,3.1414,-4.4048999999999996,-4.2102000000000004,-5.0811999999999999,1.9762,-2.0617000000000001,-3.0095000000000001,8.3252000000000006,2.7873999999999999,-1.1385000000000001,-12.358700000000001,-3.1943999999999999,3.5724999999999998,2.7612999999999999,-15.4773,9.7847000000000008,-0.1799,6.1840999999999999,-3.7010000000000001,7.6363000000000003,-2.7227000000000001,15.115500000000001,-1.6814,-1.5426,-6.3545999999999996,-2.7187999999999999,-21.7471,-12.617599999999999,4.2763999999999998,-2.6217999999999999,-9.1992999999999991,0.60240000000000005,-3.9979,2.5956000000000001,-1.4107000000000001,-3.4361999999999999,13.990600000000001,0.90310000000000001,4.1862000000000004,-0.52129999999999999,-3.4502000000000002,-0.88260000000000005,7.0673000000000004,-4.2000999999999999,-10.584,1.4318,-18.005199999999999,3.3319000000000001,-2.5945999999999998,-6.7514000000000003,5.2854999999999999,3.2071000000000001,-7.6264000000000003,2.3614999999999999,9.1783999999999999,-3.2536,-8.7331000000000003,0.64939999999999998,-9.4925999999999995,-2.8224999999999998,6.1676000000000002,-12.6822,0.10589999999999999,-7.7751000000000001,-6.0124000000000004,-2.9361999999999999,0.83520000000000005,1.8393999999999999,3.8479999999999999,-1.3269,1.3629,4.4535999999999998,-2.4333,2.9531000000000001,-6.9181999999999997,-3.9234,16.311,-0.27579999999999999,-5.0762999999999998,-1.3057000000000001,-2.0207999999999999,-6.6740000000000004,-7.2465999999999999,2.5573000000000001,0.60729999999999995,0.91190000000000004,0.25440000000000002,-0.98650000000000004,1.9298999999999999,2.6109,-5.2918000000000003,-10.6579,-5.2469000000000001,3.3496999999999999,-4.7203999999999997,-1.2459,-12.1218,-3.0327000000000002,-2.2214999999999998,-0.56330000000000002,3.6051000000000002,12.6267,-8.5978999999999992,-4.4893999999999998,1.9652000000000001,17.492899999999999,4.4188000000000001,-5.2276999999999996,7.3769999999999998,10.2296,-2.8149999999999999,-9.8438999999999997,3.1814,3.6697000000000002,-2.5015999999999998,-4.7203999999999997,4.2046999999999999,-2.5708000000000002,1.6149,-4.1886000000000001,-4.0754999999999999,-10.7692,8.9769000000000005,8.6344999999999992,7.6603000000000003,-14.437900000000001,5.3811999999999998,-10.171099999999999,6.9696999999999996,-11.9244,-0.48049999999999998,-5.7290000000000001,-1.0051000000000001,-4.6909999999999998,0.89239999999999997,11.313599999999999,0.2422,0.15670000000000001,6.4006999999999996,8.6864000000000008,-2.1366000000000001,4.7657999999999996,6.0560999999999998,5.8384,0.64000000000000001,-9.7065999999999999,-6.1288999999999998,3.9861,3.4016999999999999,0.60270000000000001,8.3385999999999996,-8.2574000000000005,7.2511000000000001,4.7087000000000003,-1.5047999999999999,-1.8905000000000001,0.1195,10.4404,-0.1191,-16.978200000000001,-0.75380000000000003,-11.120799999999999,-12.529299999999999,-9.2081,-1.026,2.8327,1.0441,-1.6800999999999999,-3.1783999999999999,3.3216999999999999,-2.1791999999999998,-10.361599999999999,-1.8120000000000001,12.142899999999999,4.2096999999999998,6.6143999999999998,3.9531999999999998,7.8777999999999997,1.3140000000000001,7.8453999999999997,-2.4403999999999999,15.992699999999999,7.6414,3.3892000000000002,-0.28299999999999997,10.553699999999999,2.2465999999999999,-9.1317000000000004,-2.0135999999999998,2.6724000000000001,4.9665999999999997,11.453099999999999,-4.8352000000000004,6.8117999999999999,6.0894000000000004,-0.3029,-2.7418,-1.9098999999999999,-2.5811000000000002,3.6597,4.8476999999999997,8.4475999999999996,-1.3293999999999999,-9.2299000000000007,5.2028999999999996,11.293799999999999,1.6322000000000001,2.8048999999999999,-4.3308999999999997,5.0198,4.3459000000000003,3.7631000000000001,1.6768000000000001,-0.87109999999999999,1.7225999999999999,-3.1162999999999998,1.843,6.5679999999999996,7.4279000000000002,-12.5143,1.292,4.7239000000000004,8.8462999999999994,-0.81740000000000002,-2.4476,-1.9549000000000001,9.7521000000000004,6.8841000000000001,-8.2097999999999995,0.92930000000000001,2.7614999999999998,-9.4684000000000008,3.9643999999999999,-7.4484000000000004,-5.3395999999999999,6.1882999999999999,-5.1931000000000003,-2.8938999999999999,1.2595000000000001,-0.1336,-1.0688,6.2876000000000003,-14.548500000000001,-4.3475000000000001,-4.8956,-5.2671999999999999,-3.6393,-2.7469999999999999,-4.8792999999999997,-3.4390999999999998,-8.4713999999999992,6.5965999999999996,-2.9213,-8.7845999999999993,-1.9305000000000001,6.8916000000000004,0.47170000000000001,12.346500000000001,13.071899999999999,-1.2052,-5.3192000000000004,6.4047999999999998,0.72929999999999995,-5.8468,0.25159999999999999,-8.9832000000000001,-0.78639999999999999,-15.237500000000001,-0.50700000000000001,0.621,-0.36459999999999998,9.2195,4.2672999999999996,-2.2170000000000001,8.3027999999999995,-3.4964,-0.66149999999999998,0.73780000000000001,-4.3272000000000004,-0.70609999999999995,-1.1991000000000001,7.5857000000000001,-6.5420999999999996,9.7409999999999997,-3.3694999999999999,-4.7584999999999997,6.6535000000000002,6.2746000000000004,4.5830000000000002,-10.172599999999999,-2.9127999999999998,-1.5406,7.6626000000000003,1.6676,-6.2241999999999997,-3.2077,-4.3933999999999997,-2.0287000000000002,0.43380000000000002,-0.34499999999999997,-13.0098,-4.2003000000000004,-2.7803,12.5717,-18.620999999999999,-2.9954999999999998,-3.5129999999999999,-3.609,5.5792000000000002,3.9514,-6.0316000000000001,7.7191000000000001,-1.1471,6.9649999999999999,-0.44800000000000001,-4.0180999999999996,3.4470999999999998,-4.1814,6.6776,4.8411,6.2480000000000002,6.4950999999999999,0.25519999999999998,1.8755999999999999,3.0335999999999999,-0.59030000000000005,4.9541000000000004,-7.6529999999999996,12.6267,9.4688999999999997,6.1773999999999996,4.4980000000000002,-5.0583999999999998,1.7751999999999999,-2.2046000000000001,-5.8331,-2.0346000000000002,-3.9403999999999999,4.3994999999999997,4.3384,-2.2376999999999998,-14.1873,0.071800000000000003,-1.6624000000000001,-8.4978999999999996,-7.8080999999999996,1.2403,-1.6976,0.40150000000000002,5.4076000000000004,8.9408999999999992,6.1520000000000001,-6.9722,-1.8230999999999999,-0.85940000000000005,-5.2819000000000003,11.190799999999999,4.1715,7.1430999999999996,-6.9866999999999999,9.3087999999999997,-1.0197000000000001,7.5541999999999998,-2.9251999999999998,10.644399999999999,-2.0518999999999998,4.2732000000000001,-4.3829000000000002,-2.5531999999999999,-2.3908999999999998,1.7298,0.53610000000000002,8.0676000000000005,-13.712300000000001,3.4946999999999999,0.99080000000000001,-3.5886999999999998,4.2431000000000001,0.4108,-5.0175999999999998,3.3984999999999999,1.9378,-9.5958000000000006,-0.64600000000000002,0.95760000000000001,4.5570000000000004,-3.4359000000000002,-4.2167000000000003,9.6547000000000001,2.8704999999999998,5.7809999999999997,-5.7790999999999997,-1.5210999999999999,4.4381000000000004,-4.8552999999999997,-13.8361,4.0823999999999998,-6.1715,-8.9021000000000008,-13.4856,-10.7332,7.1731999999999996,-10.706099999999999,-1.9241999999999999,-12.0467,-5.9104000000000001,-1.0094000000000001,-6.9528999999999996,6.4843999999999999,-3.9205000000000001,-3.4195000000000002,-4.0004999999999997,-1.6795,-4.3685,-7.3249000000000004,-0.45250000000000001,-1.3478000000000001,-4.726,-4.3261000000000003,-5.0092999999999996,6.8803999999999998,-1.1673,9.5840999999999994,-12.383900000000001,-0.91710000000000003,1.8072999999999999,-10.3758,3.5318000000000001,0.45419999999999999,8.4770000000000003,0.82140000000000002,-7.2949000000000002,-3.9815999999999998,-3.2909999999999999,0.27560000000000001,0.87539999999999996,1.6015999999999999,8.0701000000000001,-2.6282999999999999,1.7472000000000001,-8.5167000000000002,5.7431999999999999,1.7531000000000001,-5.2319000000000004,0.96489999999999998,4.2533000000000003,-5.6601999999999997,-3.5752999999999999,3.1932999999999998,-1.2476,-0.75719999999999998,-2.4106999999999998,-0.83379999999999999,14.601100000000001,-1.2334000000000001,2.0495999999999999,-3.4992999999999999,2.8616000000000001,13.5344,-2.2288999999999999,4.617,5.6948999999999996,6.5236999999999998,5.1547999999999998,-4.7986000000000004,1.0242,-8.9765999999999995,6.3524000000000003,-0.90210000000000001,8.0357000000000003,-1.6777,-14.1624,6.4579000000000004,-9.5518000000000001,-1.5363,0.67230000000000001,-0.59750000000000003,-8.2544000000000004,7.0358999999999998,3.2145000000000001,-1.2947,6.5038999999999998,-5.8099999999999996,5.7618,-3.5695000000000001,1.1136999999999999,-1.0623,3.323,1.4229000000000001,-5.2615999999999996,-6.7622999999999998,-8.6364000000000001,6.2587999999999999,1.7673000000000001,5.5236000000000001,-13.9404,-2.6981999999999999,-0.80320000000000003,-0.41810000000000003,2.3488000000000002,-5.0837000000000003,6.7690000000000001,-8.7712000000000003,-4.5608000000000004,8.3056000000000001,-3.1377999999999999,-3.1959,-9.5269999999999992,5.7042000000000002,-2.1652,8.6705000000000005,-2.6692999999999998,-8.0157000000000007,8.7779000000000007,-4.5377000000000001,3.9992000000000001,-1.2996000000000001,0.57889999999999997,1.3446,5.2545000000000002,-2.9121000000000001,-3.5487000000000002,-0.874,-9.5960999999999999,2.8123,-0.97170000000000001,0.3286,0.1434,-3.2728999999999999,4.0080999999999998,3.7084999999999999,-12.3979,-2.1429999999999998,-12.284000000000001,-10.9185,-2.4516,-8.3842999999999996,-7.8872999999999998,0.95720000000000005,-2.9445000000000001,4.6631,2.8527999999999998,-3.8424999999999998,3.9039999999999999,-7.2801999999999998,-1.0542,-3.1040000000000001,6.7751000000000001,-8.9334000000000007,-3.8893,2.5232000000000001,-1.5073000000000001,-6.4816000000000003,1.4511000000000001,7.5148999999999999,13.0303,-3.7993999999999999,1.9068000000000001,9.8141999999999996,0.29959999999999998,10.5359,0.1946,5.2373000000000003,-8.6929999999999996,1.2781,4.2609000000000004,8.3248999999999995,4.3510999999999997,0.62360000000000004,-3.4232,-5.8240999999999996,0.86680000000000001,-4.1859999999999999,7.7824999999999998,-1.2074,4.2381000000000002,-5.9688999999999997,-4.5853000000000002,3.6766000000000001,-0.47110000000000002,10.5891,-4.0518000000000001,8.9458000000000002,3.0082,0.79730000000000001,-1.6184000000000001,8.5259,-11.2532,-1.2925,-0.31219999999999998,-5.1097000000000001,1.4434,4.8958000000000004,-3.4247000000000001,-7.1830999999999996,-4.9402999999999997,-5.6901000000000002,8.5356000000000005,-8.5535999999999994,7.2262000000000004,0.69720000000000004,0.90500000000000003,-2.2248000000000001,3.016,5.2112999999999996,-1.6276999999999999,3.3102999999999998,-12.7477,-11.092000000000001,6.1634000000000002,-0.34739999999999999,10.5169,-10.8551,13.8424,9.4978999999999996,0.99770000000000003,7.0395000000000003,-1.7532000000000001,6.8151000000000002,5.2412000000000001,2.9108000000000001,5.9450000000000003,-3.2239,-4.0320999999999998,1.0538000000000001,2.9430999999999998,6.6119000000000003,-7.2328999999999999,3.8999000000000001,1.1091,-6.1132999999999997,-1.5935999999999999,0.66830000000000001,9.2866,2.1476000000000002,-0.91239999999999999,-1.0643,0.24779999999999999,-7.6761999999999997,2.7429999999999999,-4.6478999999999999,8.1633999999999993,-3.4813000000000001,2.6804000000000001,14.710699999999999,-7.3727999999999998,3.8736999999999999,6.4047000000000001,4.7820999999999998,-7.1920999999999999,-3.8289,-0.874,-2.7595999999999998,8.6042000000000005,-4.1421999999999999,-7.4131999999999998,-11.914199999999999,1.4395,4.8981000000000003,-13.795299999999999,-11.532500000000001,-1.0316000000000001,8.4901999999999997,1.526,0.29220000000000002,1.7901,-1.4273,3.2464,8.3897999999999993,8.4097000000000008,-8.3206000000000007,8.8012999999999995,1.3063,-11.3292,5.5731999999999999,9.4312000000000005,-0.1583,-3.4841000000000002,-2.1457999999999999,16.2225,-5.0279999999999996,5.8486000000000002,6.6378000000000004,3.2574999999999998,2.6879,9.8312000000000008,-0.062399999999999997,9.9344000000000001,-3.2551999999999999,-9.0451999999999995,4.1680999999999999,4.3494999999999999,-0.41370000000000001,14.760400000000001,-2.4533,-9.8468999999999998,-0.85860000000000003,-4.7596999999999996,-3.2723,6.5791000000000004,-2.8454000000000002,-12.4262,-2.3980999999999999,-10.4169,-3.4405000000000001,-4.5179999999999998,-3.0964999999999998,7.5720000000000001,-3.5251000000000001,-6.9417999999999997,15.333299999999999,3.0213000000000001,2.3163999999999998,-0.61240000000000006,-13.379799999999999,7.2876000000000003,1.6071,-1.7663,-2.7833000000000001,-2.7593999999999999,2.5823,-1.353,-7.7507000000000001,-7.4164000000000003,-1.5760000000000001,-7.6432000000000002,11.9595,1.0782,4.9021999999999997,2.8959999999999999,4.8728999999999996,-5.7460000000000004,-11.374700000000001,5.2781000000000002,-0.77439999999999998,-23.283899999999999,4.7601000000000004,-2.4464999999999999,7.4711999999999996,-1.3134999999999999,-0.43180000000000002,-0.64949999999999997,1.3545,-3.2907000000000002,-0.76449999999999996,7.7662000000000004,5.1210000000000004,-13.324,1.0658000000000001,-8.4780999999999995,7.3087999999999997,-12.8222,-2.4113000000000002,-4.3883000000000001,0.33700000000000002,-2.5255000000000001,-0.46129999999999999,-5.9743000000000004,2.4893000000000001,-0.2492,4.7465999999999999,-7.1851000000000003,-7.1741000000000001,7.1272000000000002,7.6694000000000004,4.3648999999999996,-7.4029999999999996,-2.2955000000000001,10.155799999999999,11.847799999999999,-2.7240000000000002,-3.7869000000000002,-5.4256000000000002,7.5720000000000001,8.0527999999999995,-10.9369,-17.753299999999999,-0.12740000000000001,-5.0217000000000001,2.8275000000000001,-2.2130999999999998,6.5388999999999999,-4.9581999999999997,6.6436999999999999,-3.0190999999999999,5.7969999999999997,2.5074999999999998,11.075699999999999,12.3157,-0.061800000000000001,0.93120000000000003,-2.2191999999999998,-4.4462999999999999,-10.2964,-2.6970000000000001,-3.7343999999999999,0.97040000000000004,0.34539999999999998,-2.3290000000000002,0.40360000000000001,7.5796999999999999,6.1806999999999999,2.3555999999999999,-2.4304999999999999,1.1437999999999999,-6.883,6.6048,0.96040000000000003,-9.5208999999999993,-0.12590000000000001,-1.8023,-0.67130000000000001,-2.113,0.066400000000000001,-3.4053,-1.1032999999999999,5.8848000000000003,5.3114999999999997,6.3192000000000004,3.4150999999999998,4.1866000000000003,-0.99229999999999996,-2.2543000000000002,-1.3985000000000001,-1.1846000000000001,-3.4462999999999999,-8.6851000000000003,2.0106999999999999,0.021999999999999999,1.3226,-2.4274,5.8891,-0.50600000000000001,-2.0632000000000001,0.0109,15.5526,-14.3886,-4.4715999999999996,-3.1034000000000002,-5.3177000000000003,9.7454999999999998,-4.0674000000000001,-14.043100000000001,11.0191,-1.7072000000000001,-5.0758999999999999,-7.5183999999999997,6.5865,4.0544000000000002,5.0647000000000002,-0.70820000000000005,5.5305,0.68620000000000003,5.6154000000000002,4.2900999999999998,15.817600000000001,11.771699999999999,-8.4247999999999994,-8.0585000000000004,1.4398,-3.1305999999999998,-0.96830000000000005,-0.90690000000000004,-2.9996,-0.56330000000000002,-1.5063,-9.9573999999999998,-11.8072,-4.8305999999999996,-0.8468,9.5459999999999994,7.9443999999999999,9.6693999999999996,-12.3993,-1.4774,-10.964399999999999,-0.77029999999999998,3.3553999999999999,6.2366999999999999,-2.2686999999999999,4.9424999999999999,-12.522600000000001,-3.4300999999999999,-2.9630999999999998,-10.491,-2.7942,-8.2413000000000007,-1.496,4.5206,0.85240000000000005,-0.73050000000000004,0.45069999999999999,-2.9664999999999999,-3.4390999999999998,-5.5869,2.8938999999999999,-2.8900000000000001,-0.71550000000000002,-2.0746000000000002,5.3198999999999996,-0.5585,3.8081999999999998,-3.2450000000000001,5.0907,-2.1191,-8.3907000000000007,6.2952000000000004,-9.2424999999999997,-14.971500000000001,7.8872999999999998,8.2960999999999991,-4.6246999999999998,11.625400000000001,0.79730000000000001,-0.1101,-5.3714000000000004,8.5508000000000006,-7.8063000000000002,6.6885000000000003,-14.1816,6.6825999999999999,1.3171999999999999,2.8595999999999999,-13.459300000000001,-2.3395999999999999,-0.30030000000000001,-1.1775,-1.181,-6.5967000000000002,10.2727,0.76719999999999999,-0.80740000000000001,-0.055300000000000002,-18.613099999999999,-1.1008,9.3026,-6.8113000000000001,9.0244,-1.3036000000000001,1.599,-1.0093000000000001,6.4832000000000001,-1.3783000000000001,9.8971,3.5009999999999999,-0.015299999999999999,9.6441999999999997,-2.0102000000000002,-7.9764999999999997,-3.9584000000000001,2.3714,-0.80279999999999996,-3.4129999999999998,-3.7582,4.9493999999999998,-3.9443999999999999,-1.3324,-0.26179999999999998,-4.0377999999999998,-1.9553,-1.1826000000000001,8.5474999999999994,-3.1398999999999999,8.7812999999999999,3.9714999999999998,-0.95599999999999996,2.4691000000000001,4.9865000000000004,3.9693000000000001,7.8342000000000001,-11.399800000000001,5.5244999999999997,1.3472999999999999,-1.3293999999999999,-10.09,-7.3710000000000004,-0.37319999999999998,-0.6542,7.1932,-0.27210000000000001,-11.317,-2.9586000000000001,-3.8851,3.6947000000000001,5.4820000000000002,1.5078,-5.6806000000000001,6.4561000000000002,-3.7326000000000001,-2.7507000000000001,-1.7110000000000001,-0.436,3.8260000000000001,-4.4753999999999996,-9.8492999999999995,-6.8532999999999999,14.8939,0.47039999999999998,-12.6153,-9.7978000000000005,0.36199999999999999,4.7840999999999996,-6.7298,-3.0598000000000001,-3.5729000000000002,-7.5050999999999997,-11.704700000000001,-17.670100000000001,4.0982000000000003,-1.7665999999999999,18.056000000000001,11.2149,-2.6520000000000001,-4.1082999999999998,2.3117999999999999,5.7587999999999999,-5.0251999999999999,-12.031000000000001,5.9722999999999997,1.1826000000000001,4.9676,-1.1671,-1.8511,-0.27789999999999998,11.0273,11.5959,1.0931999999999999,-0.80110000000000003,4.3144999999999998,2.8881000000000001,-5.2553000000000001,-1.0526,-1.7738,9.1530000000000005,2.2705000000000002,-11.8536,-9.6143999999999998,4.4413,7.3949999999999996,-16.558,4.6738,13.234400000000001,-3.1149,0.75790000000000002,1.4087000000000001,-2.6930999999999998,10.5871,0.89939999999999998,2.6335000000000002,6.9295999999999998,0.19819999999999999,-0.31740000000000002,11.7113,0.74739999999999995,-3.4241999999999999,5.0762,3.1015000000000001,-7.6988000000000003,-0.10879999999999999,-3.9104000000000001,-2.0701000000000001,-2.1789999999999998,6.1348000000000003,0.13669999999999999,-6.5300000000000002,-3.9775,4.4752000000000001,-15.039300000000001,6.1220999999999997,-12.455399999999999,4.2484000000000002,2.7650000000000001,1.7619,-7.0484,0.16309999999999999,-16.273800000000001,-1.2359,-4.1281999999999996,7.1624999999999996,-9.2131000000000007,-10.5425,7.4915000000000003,4.3339999999999996,3.6715,-0.77349999999999997,1.3263,-8.6880000000000006,9.8167000000000009,-4.5044000000000004,11.101000000000001,-3.3584999999999998,2.9295,6.0526,7.3367000000000004,7.5583,-18.933700000000002,-3.3107000000000002,4.3978000000000002,8.3765000000000001,-3.1391,7.7111999999999998,8.8241999999999994,-4.4908000000000001,3.8296999999999999,7.2054,-13.0764,4.2274000000000003,8.0132999999999992,0.222,-13.1,0.33739999999999998,-1.6097999999999999,10.7318,15.504899999999999,2.0596000000000001,5.8436000000000003,5.2476000000000003,-2.8468,-1.548,-4.1482000000000001,0.086400000000000005,-3.0007999999999999,6.4547999999999996,2.8109999999999999,-14.7654,0.34370000000000001,-11.0542,-12.957800000000001,8.9818999999999996,2.0297999999999998,-1.8569,2.4020000000000001,-5.0743999999999998,10.3307,1.9343999999999999,2.3458999999999999,-6.7653999999999996,-12.937200000000001,-3.6602999999999999,-13.2422,-2.6657999999999999,-6.9813000000000001,-2.4363000000000001,-7.3381999999999996,-5.2999000000000001,-7.8666999999999998,0.3196,13.2301,-6.2201000000000004,-7.8334999999999999,7.0735000000000001,3.9464999999999999,0.4501,-1.3349,3.9891999999999999,8.0684000000000005,-5.5067000000000004,9.3587000000000007,-9.2032000000000007,5.1753999999999998,-1.052,3.6307999999999998,-0.53259999999999996,-5.6200999999999999,4.2073999999999998,-4.1079999999999997,-10.8163,-0.66390000000000005,2.2391000000000001,-6.4391999999999996,5.4840999999999998,-5.6313000000000004,9.6341999999999999,-4.9767000000000001,-3.7166999999999999,3.4102999999999999,-5.4501999999999997,-9.0164000000000009,-7.0720000000000001,-0.37669999999999998,-1.0656000000000001,3.0684,-4.7215999999999996,6.1943999999999999,13.163,-4.1684999999999999,4.5849000000000002,6.3708999999999998,-0.38750000000000001,1.9212,11.5867,-5.4923000000000002,-1.6408,5.1501000000000001,-2.5196999999999998,-2.2581000000000002,5.1821000000000002,-1.7976000000000001,3.5668000000000002,10.5045,5.4687999999999999,-4.8474000000000004,4.0475000000000003,-4.3958000000000004,-5.3887,3.3083,-1.7733000000000001,0.70169999999999999,0.51429999999999998,4.7709999999999999,0.69569999999999999,-2.2269000000000001,-12.948600000000001,8.4850999999999992,6.0471000000000004,-2.46,3.8287,-4.9035000000000002,-4.8005000000000004,4.3628,-4.5627000000000004,4.0252999999999997,-7.4611000000000001,1.1722999999999999,-2.1839,4.915,-2.056,1.6854,-1.5908,4.4797000000000002,-5.5378999999999996,3.2858999999999998,-1.5582,4.7019000000000002,0.41160000000000002,3.4937999999999998,3.5594000000000001,-3.8898000000000001,-1.4403999999999999,7.5566000000000004,-5.4901999999999997,6.2950999999999997,3.8544999999999998,8.9969999999999999,5.6097999999999999,6.6238000000000001,-2.2320000000000002,-2.1478999999999999,11.618499999999999,-0.77980000000000005,6.6230000000000002,1.1068,-6.1307999999999998,-10.486499999999999,4.3548,-3.2397,-9.3543000000000003,-0.18260000000000001,-14.0259,5.7546999999999997,7.0957999999999997,0.0063,-6.524,-0.70569999999999999,1.2025999999999999,6.8491,-1.8545,-1.266,-3.9901,4.8662999999999998,6.4977999999999998,-6.9920999999999998,7.7586000000000004,-3.5497999999999998,5.1837,-2.8405,-11.3283,3.827,1.0952999999999999,7.9611000000000001,0.25779999999999997,4.2201000000000004,-8.3430999999999997,-3.7355999999999998,-4.2911000000000001,-4.6242999999999999,-8.4870000000000001,6.7949000000000002,-5.8715999999999999,-7.1067999999999998,-2.2787999999999999,6.3131000000000004,2.1200000000000001,-3.8729,-4.7885,-1.6617,9.8133999999999997,-0.41249999999999998,-3.0059999999999998,6.4626000000000001,-1.5667,-9.7615999999999996,-2.1038000000000001,-0.93479999999999996,5.2320000000000002,-5.8501000000000003,3.7955999999999999,-10.4275,-8.5794999999999995,2.6314000000000002,2.944,9.6676000000000002,-0.64190000000000003,-5.1360000000000001,3.0871,-0.44690000000000002,14.4846,1.6296999999999999,-1.3776999999999999,3.2690000000000001,1.4513,-2.4754,6.1478000000000002,-6.1779000000000002,1.2170000000000001,-4.2637999999999998,-1.1155999999999999,6.2351000000000001,2.8349000000000002,-0.036900000000000002,12.2773,9.0440000000000005,0.45889999999999997,7.6440000000000001,3.6360000000000001,-6.1136999999999997,-1.8147,7.2896999999999998,-7.5522,5.3057999999999996,-1.2143999999999999,3.52,-4.6588000000000003,-11.6755,-3.7313999999999998,12.6121,3.4946000000000002,4.6353999999999997,-1.2016,-1.4595,7.2606000000000002,-5.5106999999999999,6.8925000000000001,-5.1816000000000004,10.613200000000001,-0.83699999999999997,11.924099999999999,-1.9722,-2.3058000000000001,0.22239999999999999,3.1551,5.1662999999999997,4.7137000000000002,5.0838000000000001,-8.2224000000000004,3.0076000000000001,-6.5648999999999997,-3.2183999999999999,3.8031999999999999,8.1649999999999991,-10.040100000000001,1.8346,-3.8188,-8.8523999999999994,-11.460000000000001,-0.85599999999999998,-5.8878000000000004,3.3315999999999999,-3.1629999999999998,8.1084999999999994,11.3728,6.7563000000000004,1.1931,-4.8544,10.8934,-11.4315,-1.4895,-3.3786,6.6257999999999999,-1.5267999999999999,-5.1062000000000003,2.4485999999999999,-2.4645000000000001,-0.72160000000000002,0.60460000000000003,1.2516,4.1748000000000003,0.86460000000000004,3.3978000000000002,-11.168100000000001,5.3905000000000003,-9.8780999999999999,-3.4632999999999998,-3.4342999999999999,-14.421200000000001,6.2397999999999998,-4.7798999999999996,-1.3814,-3.6690999999999998,-14.944599999999999,4.931,-10.7242,-3.3016999999999999,-0.64429999999999998,-1.5234000000000001,-7.2215999999999996,7.8429000000000002,2.4910999999999999,0.46989999999999998,-2.2014,3.0697000000000001,3.6635,15.77,4.5796000000000001,-3.9129,-5.0744999999999996,-1.0526,-7.9941000000000004,8.2896000000000001,4.0952000000000002,-4.6369999999999996,0.49859999999999999,-6.6562000000000001,1.2773000000000001,7.0826000000000002,6.1101999999999999,7.7184999999999997,3.7033,-1.9481999999999999,-3.2410000000000001,7.7896999999999998,-0.98270000000000002,-4.4809000000000001,10.438599999999999,-2.1404999999999998,-5.5560999999999998,-3.2376,-1.6347,8.9745000000000008,-8.3741000000000003,9.1219000000000001,13.388299999999999,0.70299999999999996,14.989699999999999,2.0472999999999999,8.4429999999999996,4.2838000000000003,-6.4817,5.3685,-12.649900000000001,-2.0849000000000002,-3.5705,-3.5125999999999999,14.8178,0.7006,4.6039000000000003,-0.70569999999999999,0.33700000000000002,2.6360000000000001,4.0430000000000001,0.69440000000000002,-2.6928000000000001,-1.8782000000000001,9.8475000000000001,-4.1694000000000004,-11.928599999999999,8.6470000000000002,5.9264999999999999,0.66479999999999995,3.8567999999999998,-1.9903999999999999,5.0582000000000003,-4.7923,7.3449999999999998,-3.6798999999999999,-5.6176000000000004,2.5369999999999999,-5.3345000000000002,8.6858000000000004,-6.7591000000000001,-5.6589,3.1233,8.7723999999999993,-9.9097000000000008,-3.5760999999999998,-0.61270000000000002,3.5972,5.8251999999999997,0.97119999999999995,-9.1834000000000007,-7.133,-2.0947,2.7555000000000001,-5.3148999999999997,1.673,1.7251000000000001,0.21840000000000001,-12.2439,-14.6927,8.9705999999999992,-0.98340000000000005,1.7538,7.5808,-2.1438999999999999,3.1206999999999998,-1.9258999999999999,14.0785,5.1113999999999997,-7.4496000000000002,-14.0313,1.3099000000000001,4.6809000000000003,-15.509600000000001,9.1758000000000006,3.8340000000000001,-1.8525,7.1302000000000003,-10.0603,3.5009000000000001,-4.0282,-4.3707000000000003,0.18729999999999999,0.31979999999999997,-1.6235999999999999,6.7710999999999997,-5.0481999999999996,8.0480999999999998,-10.3902,-3.3906999999999998,-10.5869,-9.5017999999999994,-0.18540000000000001,10.1195,-6.3738999999999999,-12.106400000000001,5.3573000000000004,-8.6735000000000007,5.5321999999999996,-2.0106999999999999,-11.4321,5.1708999999999996,-3.2338,3.4018999999999999,8.1356000000000002,5.8818999999999999,-2.3620000000000001,1.6919999999999999,-6.9984000000000002,0.67900000000000005,-7.5804999999999998,-0.8407,1.8433999999999999,-4.5041000000000002,0.71430000000000005,-5.4292999999999996,0.12870000000000001,1.4224000000000001,-1.077,8.3313000000000006,-1.9177999999999999,-9.1979000000000006,-0.15340000000000001,-3.0386000000000002,8.9442000000000004,1.5161,7.2511999999999999,-12.910299999999999,1.6872,3.5760999999999998,-4.1992000000000003,6.5697999999999999,-0.65620000000000001,-6.8947000000000003,9.7469000000000001,-0.58040000000000003,-11.311199999999999,2.1034999999999999,-0.099000000000000005,-8.6974,-0.16619999999999999,7.4054000000000002,-3.6644999999999999,4.2485999999999997,12.406499999999999,3.5185,0.40810000000000002,-12.132199999999999,1.9051,5.7644000000000002,1.0673999999999999,-1.9892000000000001,-0.50029999999999997,6.8049999999999997,-2.0028999999999999,-5.7347000000000001,-0.052900000000000003,15.5032,4.9218000000000002,14.3949,8.2645,-0.0057999999999999996,-2.7387999999999999,11.658799999999999,2.5739999999999998,-12.1587,-2.5304000000000002,-14.4139,-0.75890000000000002,-4.9457000000000004,12.9976,5.2324999999999999,-1.1725000000000001,14.863799999999999,4.3182999999999998,4.7784000000000004,-5.4672000000000001,-5.6429,-3.2774999999999999,-9.2051999999999996,-0.23719999999999999,-1.5867,-3.2143000000000002,6.1801000000000004,-0.17960000000000001,4.2328000000000001,6.8144,-1.3282,-3.7972999999999999,7.8042999999999996,-10.2926,-9.2113999999999994,1.2846,-4.8784999999999998,9.0869,-7.3916000000000004,4.9668999999999999,8.7751999999999999,-0.0235,-12.874499999999999,5.2595999999999998,-0.89949999999999997,-0.084500000000000006,0.56579999999999997,5.3205999999999998,-1.7557,-6.5683999999999996,-5.7805,-2.1850000000000001,-0.49199999999999999,-5.0753000000000004,-9.9863,4.8555000000000001,4.5025000000000004,-1.3546,-8.6380999999999997,6.4720000000000004,0.9536,-7.4421999999999997,-4.4851000000000001,4.8728999999999996,-4.5114999999999998,2.0503999999999998,-1.2017,8.6915999999999993,-2.645,-5.0126999999999997,-4.3826999999999998,-1.0398000000000001,4.3451000000000004,8.9665999999999997,6.4696999999999996,-12.851100000000001,8.6105999999999998,-3.0735000000000001,3.7117,1.3306,6.1153000000000004,-2.3216999999999999,-2.0154999999999998,-3.8944999999999999,5.4081000000000001,4.6369999999999996,8.2584,2.5971000000000002,5.0349000000000004,-2.7823000000000002,-3.1652999999999998,0.66249999999999998,-5.3377999999999997,-11.1851,0.53200000000000003,-4.1093999999999999,-13.456,11.8223,-1.3857999999999999,-4.3940000000000001,2.3473999999999999,-1.0952999999999999,-18.766300000000001,4.7911000000000001,5.7206000000000001,7.5890000000000004,10.691800000000001,4.3547000000000002,3.7267000000000001,-8.4716000000000005,6.5014000000000003,14.242599999999999,-5.3632999999999997,-7.0926,-1.3905000000000001,0.56789999999999996,-4.3695000000000004,12.247400000000001,-1.1634,-12.617900000000001,-2.2364000000000002,-1.9175,-12.2249,8.5701000000000001,-0.69059999999999999,-15.1225,-5.0213000000000001,-1.9713000000000001,-10.055,1.7145999999999999,-3.1913999999999998,-0.78959999999999997,-0.7742,2.8761000000000001,-3.3151000000000002,2.2097000000000002,7.5362,1.0904,2.1297000000000001,2.6280999999999999,-11.9564,-4.4851999999999999,5.8483000000000001,-1.0764,2.6554000000000002,-1.4352,12.123200000000001,0.043499999999999997,-6.8106999999999998,5.5263,-2.7782,-16.398099999999999,6.1773999999999996,-8.4909999999999997,12.83,7.1422999999999996,-13.968400000000001,-0.90649999999999997,-8.7815999999999992,0.59889999999999999,5.4143999999999997,2.0869,-3.0409000000000002,-7.9710000000000001,4.1994999999999996,2.9691999999999998,-3.4331,1.2454000000000001,-12.584199999999999,3.9270999999999998,7.1992000000000003,-10.4549,0.54930000000000001,-5.6436000000000002,-1.8302,8.4419000000000004,-0.51119999999999999,-2.4085000000000001,-2.1898,3.8891,0.64280000000000004,-3.7877999999999998,7.7580999999999998,12.981299999999999,3.3616999999999999,-0.3876,-5.8315000000000001,-14.2973,7.2233999999999998,-4.6441999999999997,-8.3103999999999996,-11.635400000000001,-13.2372,-3.4649999999999999,3.2261000000000002,6.6058000000000003,-4.0677000000000003,-7.9855999999999998,5.1571999999999996,-3.5022000000000002,-3.7134,-2.9782999999999999,6.3010999999999999,9.7093000000000007,12.622299999999999,-10.4132,3.9710000000000001,-7.3362999999999996,-2.8755000000000002,-1.3503000000000001,-7.5213999999999999,10.6145,0.33900000000000002,8.7022999999999993,-9.1280000000000001,-6.9946000000000002,5.2226999999999997,3.6665000000000001,1.0273000000000001,-1.9104000000000001,0.59460000000000002,-3.3201000000000001,-1.8076000000000001,-5.5300000000000002,-3.3742999999999999,9.8816000000000006,-2.5527000000000002,-5.5412999999999997,8.9383999999999997,5.4786999999999999,3.9946000000000002,-5.7225999999999999,-2.0777000000000001,-10.1083,-0.12690000000000001,7.2975000000000003,1.6740999999999999,-3.7237,5.5900999999999996,-0.40379999999999999,6.5406000000000004,-0.6694,7.0545999999999998,6.4766000000000004,-0.44340000000000002,1.2802,5.8015999999999996,1.1314,-6.9634,3.4809999999999999,-2.2292000000000001,-1.5958000000000001,-5.2526999999999999,2.6776,7.1207000000000003,3.6474000000000002,-5.8836000000000004,-9.8254999999999999,-3.1878000000000002,1.8426,4.8265000000000002,14.1495,0.33119999999999999,1.4945999999999999,9.1409000000000002,-4.3295000000000003,-1.0106999999999999,-5.6898,4.3628999999999998,-1.5598000000000001,6.1117999999999997,7.1855000000000002,8.5955999999999992,8.5023,-5.6826999999999996,-5.4257,-0.93789999999999996,-3.9037000000000002,-0.69750000000000001,9.4535999999999998,0.1729,-1.9683999999999999,-0.65559999999999996,2.4095,-0.1898,-8.6814,-5.8273000000000001,1.0397000000000001,9.4107000000000003,7.9565000000000001,7.2342000000000004,-1.1498999999999999,-1.1445000000000001,8.8788,-0.38169999999999998,9.1030999999999995,-6.0560999999999998,0.1125,4.9371,-8.8262,9.2703000000000007,4.9484000000000004,-5.2164000000000001,-13.1807,6.5891999999999999,1.1085,0.82950000000000002,6.7582000000000004,4.5488999999999997,5.2436999999999996,5.2397,7.9021999999999997,11.386699999999999,7.9183000000000003,4.7000000000000002,0.46679999999999999,1.3168,1.2943,-7.0519999999999996,-9.5861999999999998,6.2723000000000004,3.2258,-4.3959000000000001,10.278,-2.7534999999999998,-11.1965,-4.4897,-2.5476999999999999,1.2965,-6.8201999999999998,-7.8529999999999998,0.11940000000000001,-2.3426,6.9391999999999996,5.4825999999999997,-4.4976000000000003,-3.4817,0.93910000000000005,-7.0331000000000001,-0.15049999999999999,-0.88670000000000004,12.5176,0.8841,-7.0275999999999996,-2.2454999999999998,-9.5116999999999994,-3.2467000000000001,-3.0118,4.5612000000000004,5.2572000000000001,-11.6662,3.9121000000000001,0.037100000000000001,-0.89590000000000003,5.0915999999999997,5.3634000000000004,-9.1518999999999995,1.7350000000000001,0.18690000000000001,1.5782,-2.9741,1.7144999999999999,4.3451000000000004,-5.8985000000000003,-1.6536999999999999,-7.7435,0.6623,0.99239999999999995,2.5379999999999998,4.9954999999999998,-5.9166999999999996,-1.2899,3.0093000000000001,10.371499999999999,-0.81059999999999999,-0.23039999999999999,-2.1732999999999998,-3.6337999999999999,1.8292999999999999,-22.8005,11.9472,5.5076000000000001,-0.87470000000000003,0.074800000000000005,-13.462999999999999,7.1632999999999996,8.3884000000000007,-11.432,8.6044,-2.2538999999999998,3.4314,-6.3715000000000002,6.7065999999999999,-0.69630000000000003,9.9632000000000005,1.6619999999999999,-0.75309999999999999,3.3828,0.83850000000000002,9.3040000000000003,-2.7688999999999999,-1.3371999999999999,10.716799999999999,0.91449999999999998,-1.6624000000000001,-1.4592000000000001,-6.3545999999999996,0.1076,5.9588000000000001,1.5336000000000001,0.31490000000000001,-6.8430999999999997,-4.3369,-1.1615,1.8169,7.1822999999999997,3.464,-12.081099999999999,1.7635000000000001,10.084099999999999,-11.176399999999999,4.8724999999999996,6.3814000000000002,2.7014,6.6281999999999996],"y":[3.6314000000000002,1.4804999999999999,-6.8632999999999997,-6.5091000000000001,-3.8978000000000002,-3.1627999999999998,4.6081000000000003,-0.81579999999999997,4.0865,2.9723000000000002,-3.0184000000000002,4.2717999999999998,-2.5547,2.0396000000000001,0.31030000000000002,-2.9110999999999998,-1.4072,8.3045000000000009,5.6020000000000003,1.9975000000000001,3.6966999999999999,3.1362000000000001,1.5281,0.057700000000000001,11.9361,1.2398,-5.7576000000000001,-3.8292000000000002,-9.3209999999999997,-3.7033999999999998,-4.1337999999999999,6.6234000000000002,0.65669999999999995,-0.74680000000000002,-7.5823,-1.4487000000000001,1.2701,-6.3657000000000004,2.2484000000000002,13.780799999999999,4.4893999999999998,4.5610999999999997,7.3480999999999996,3.4992000000000001,-1.4182999999999999,2.4339,-2.2886000000000002,-1.4792000000000001,1.9098999999999999,0.65049999999999997,-2.8065000000000002,-8.2283000000000008,3.8281000000000001,-1.1655,1.1396999999999999,0.82110000000000005,-6.0411000000000001,-0.86240000000000006,-5.2283999999999997,1.0589999999999999,-8.0957000000000008,-7.3707000000000003,-2.4119000000000002,-5.1120999999999999,-1.974,2.0177999999999998,-2.0226999999999999,0.1991,-4.7028999999999996,9.2352000000000007,-7.9538000000000002,5.0793999999999997,-3.2723,3.9704000000000002,-3.7915999999999999,-3.1078000000000001,-3.6863000000000001,7.0938999999999997,6.5609999999999999,6.3201000000000001,-5.2016999999999998,-6.0522999999999998,-10.0467,-3.7391999999999999,-2.0623999999999998,2.8538999999999999,3.3822999999999999,6.9907000000000004,-10.190200000000001,-11.914899999999999,-8.9634999999999998,3.4565999999999999,0.57950000000000002,-4.1298000000000004,8.3400999999999996,6.7359999999999998,5.9452999999999996,-2.4438,0.19070000000000001,0.90569999999999995,-8.3102999999999998,5.7080000000000002,6.1092000000000004,1.5661,-4.8567999999999998,-1.7084999999999999,8.4878,4.1131000000000002,-3.1471,0.66659999999999997,-8.7043999999999997,-7.2862,-1.9099999999999999,-2.581,1.6322000000000001,-6.8996000000000004,-1.7670999999999999,-2.1604000000000001,-2.2629000000000001,2.5364,-7.8872,3.6482000000000001,4.4222000000000001,-5.2259000000000002,5.1512000000000002,-0.2382,-3.0747,-1.3987000000000001,2.6362000000000001,-0.53029999999999999,-4.6859999999999999,-0.96789999999999998,5.2564000000000002,-2.4079000000000002,-1.7616000000000001,5.4733000000000001,1.8169999999999999,-2.3740999999999999,3.6307999999999998,5.9490999999999996,-0.30640000000000001,4.5674000000000001,3.5750999999999999,-1.3689,-1.8603000000000001,2.5327000000000002,-0.70909999999999995,-4.2328999999999999,-0.077899999999999997,-2.347,-3.8742999999999999,-2.7538,-4.7911000000000001,6.7840999999999996,4.2910000000000004,-1.3673,5.5136000000000003,1.5202,0.69489999999999996,14.108000000000001,7.1748000000000003,2.0916999999999999,7.1882999999999999,10.9842,-3.3184,-2.3462000000000001,6.6946000000000003,-7.2386999999999997,-2.6804999999999999,-5.4188000000000001,6.3296000000000001,-7.1554000000000002,6.7949999999999999,1.7442,-6.8548,3.0836999999999999,5.1204000000000001,7.7381000000000002,-7.0770999999999997,-4.3038999999999996,-3.3839000000000001,-3.254,-4.2953999999999999,-9.3027999999999995,-7.3449999999999998,1.7032,-4.5067000000000004,-5.1520999999999999,0.82769999999999999,4.5038,2.3391999999999999,6.8041999999999998,2.6105,4.4821,0.61939999999999995,2.9900000000000002,-4.5098000000000003,0.47610000000000002,2.0710000000000002,3.2831000000000001,3.1543000000000001,6.9901999999999997,-1.4447000000000001,7.7824,4.9991000000000003,0.67579999999999996,3.8813,0.026599999999999999,7.8981000000000003,-10.335900000000001,7.4886999999999997,-5.8105000000000002,-3.7425000000000002,-4.0903999999999998,-1.9619,0.94650000000000001,4.6595000000000004,-2.3774000000000002,6.3235000000000001,-1.9238,-8.1869999999999994,2.6286,6.2201000000000004,-3.0541,1.4919,8.4908999999999999,-0.20180000000000001,-1.2563,9.4796999999999993,-3.6160000000000001,7.1323999999999996,-1.9939,6.4505999999999997,8.1555999999999997,-9.2904999999999998,-0.54100000000000004,-2.4344000000000001,-1.1325000000000001,-5.9923000000000002,6.3848000000000003,-1.9699,-0.079299999999999995,3.9413999999999998,6.9408000000000003,1.444,-0.62539999999999996,-7.2118000000000002,-0.44529999999999997,9.4728999999999992,-5.3329000000000004,12.1119,-2.9944000000000002,-10.1692,-1.7866,-1.3795999999999999,-4.2191999999999998,-3.8266,0.80330000000000001,8.0732999999999997,-7.4907000000000004,-3.2378,0.017500000000000002,9.0266000000000002,-1.6677,0.65800000000000003,-8.4787999999999997,1.4083000000000001,4.1363000000000003,-5.5106000000000002,-3.3395000000000001,-0.98550000000000004,-0.92930000000000001,5.8483999999999998,2.8252000000000002,9.6013999999999999,-3.2204000000000002,-6.5156999999999998,4.3404999999999996,-6.5510999999999999,2.3363,7.1440999999999999,5.0591999999999997,-2.6655000000000002,4.2264999999999997,-3.7698999999999998,-2.4525999999999999,1.831,-1.8725000000000001,7.5658000000000003,-8.1336999999999993,6.4126000000000003,-10.9259,-2.1844000000000001,-4.9696999999999996,-3.9514999999999998,-0.84060000000000001,7.8939000000000004,-6.8742000000000001,-0.081299999999999997,-0.66469999999999996,4.7054,0.81999999999999995,2.0851000000000002,10.2912,8.8884000000000007,0.081799999999999998,5.1996000000000002,-7.0655000000000001,-2.8104,5.1108000000000002,2.0007999999999999,-0.29699999999999999,4.4793000000000003,2.0743999999999998,-3.9169999999999998,-3.3563000000000001,5.5387000000000004,-10.5337,3.0665,5.5589000000000004,7.7539999999999996,-5.6280000000000001,2.4198,4.1435000000000004,2.8302,-3.6204999999999998,-7.5282999999999998,-0.61950000000000005,5.8428000000000004,8.1316000000000006,-4.6132999999999997,4.4618000000000002,-0.76229999999999998,1.6213,1.9859,0.39269999999999999,-2.4236,-1.7910999999999999,1.3011999999999999,-13.363799999999999,-3.7568999999999999,5.4683999999999999,0.036900000000000002,1.2588999999999999,-0.33200000000000002,-7.3353999999999999,1.714,-0.63280000000000003,-6.4017999999999997,-4.6299999999999999,-4.4618000000000002,-1.2384999999999999,0.1094,-1.157,-2.8578000000000001,-3.6621999999999999,-6.3220000000000001,-11.1561,8.1153999999999993,0.040099999999999997,-0.69310000000000005,-1.1615,1.7674000000000001,6.9630000000000001,1.2182999999999999,-3.0103,-0.53869999999999996,7.4904000000000002,-3.7631999999999999,-1.5187999999999999,3.1101999999999999,0.47560000000000002,-7.1067999999999998,6.9405999999999999,-1.6729000000000001,9.8872999999999998,10.7196,-2.2886000000000002,-3.6175999999999999,-2.4819,-1.8017000000000001,-3.1541000000000001,4.8768000000000002,-3.2724000000000002,-3.3862999999999999,-7.0641999999999996,2.5482999999999998,1.95,4.6886000000000001,-3.0577000000000001,-6.3362999999999996,2.8742999999999999,6.2774999999999999,-1.2599,-0.28739999999999999,-3.6006999999999998,6.4463999999999997,1.5192000000000001,-1.5436000000000001,3.6516000000000002,-11.631399999999999,-1.5728,2.0522999999999998,-6.9942000000000002,-2.8683000000000001,5.9421999999999997,-3.3919999999999999,-0.86119999999999997,0.98140000000000005,-3.8698000000000001,0.16089999999999999,-5.6981999999999999,7.0945,1.0291999999999999,2.169,-2.6461000000000001,7.6764999999999999,8.5198999999999998,7.7027000000000001,-1.1713,-0.45140000000000002,1.6968000000000001,6.0891999999999999,4.5740999999999996,-1.4091,1.7432000000000001,2.5581,-0.50090000000000001,0.84499999999999997,5.6181999999999999,11.4101,1.9320999999999999,-0.48330000000000001,-1.2231000000000001,5.1516000000000002,3.5078,-5.7453000000000003,-1.5024999999999999,-7.5697000000000001,5.1374000000000004,11.199299999999999,-0.64870000000000005,3.0899999999999999,-2.2593999999999999,1.1999,-3.5078999999999998,-0.43609999999999999,-11.607200000000001,-9.7403999999999993,-4.1852,-2.9883000000000002,3.4809000000000001,-3.3281999999999998,-3.7477,-6.0621999999999998,-0.8679,-5.9664000000000001,9.1700999999999997,-0.3054,-1.9271,-4.1839000000000004,-1.8016000000000001,0.057099999999999998,-9.0291999999999994,-3.5047999999999999,4.3563000000000001,3.1616,-1.6800999999999999,-5.3262,-4.5049000000000001,2.6753999999999998,-1.9559,-9.4417000000000009,0.71560000000000001,-5.1543999999999999,-0.83760000000000001,2.9790999999999999,1.0114000000000001,-2.8834,-4.9100999999999999,-4.5419,7.0495000000000001,5.5071000000000003,7.1223000000000001,-9.2552000000000003,5.5883000000000003,5.0956000000000001,-7.5686999999999998,-2.9796,-3.0853999999999999,-0.074700000000000003,3.6781999999999999,6.7847999999999997,4.2723000000000004,-0.27010000000000001,-0.185,3.8957000000000002,2.1720000000000002,5.3209999999999997,3.0861999999999998,1.8162,-3.9447999999999999,7.9934000000000003,-3.3980999999999999,3.1669,-2.0343,-2.3696999999999999,6.6456999999999997,-4.0491999999999999,-1.8748,0.4385,4.2797999999999998,6.3535000000000004,4.9861000000000004,-2.5005999999999999,-2.4058000000000002,-1.0706,-2.3633999999999999,-2.0324,3.7412000000000001,-1.7601,2.7894999999999999,4.7473999999999998,-4.9679000000000002,4.5456000000000003,-0.65790000000000004,3.4239000000000002,-4.0488,6.7342000000000004,4.3230000000000004,-4.4318999999999997,-2.2906,-1.6462000000000001,5.9968000000000004,4.0491000000000001,-3.6271,0.49490000000000001,0.81279999999999997,3.2658,-4.3102999999999998,1.2029000000000001,-0.00029999999999999997,1.4097,-8.9384999999999994,1.6425000000000001,3.3222999999999998,3.8919000000000001,7.3517000000000001,-7.2018000000000004,7.9664000000000001,3.1092,-3.0520999999999998,4.9702999999999999,-1.2021999999999999,1.2282999999999999,-3.1526000000000001,-3.7012,7.6990999999999996,-2.956,-7.6184000000000003,-1.4802,-3.3957000000000002,-0.84960000000000002,0.15679999999999999,-5.4119000000000002,-0.31359999999999999,14.215,10.2784,0.21790000000000001,8.7800999999999991,0.23930000000000001,2.3433999999999999,-1.3270999999999999,5.6826999999999996,-7.2045000000000003,-1.9955000000000001,6.3140000000000001,-0.99060000000000004,7.4672999999999998,-3.4434,5.7859999999999996,-6.0448000000000004,-5.7244000000000002,-16.3935,-0.19089999999999999,4.7531999999999996,-2.1274000000000002,7.4143999999999997,7.7038000000000002,-6.2305000000000001,1.4191,-2.3685999999999998,1.6624000000000001,-3.2934000000000001,-1.5778000000000001,3.1190000000000002,-4.3696000000000002,-5.2076000000000002,-3.7437999999999998,5.4286000000000003,3.1970999999999998,-4.1059000000000001,-2.1393,-6.9231999999999996,-4.3226000000000004,3.8347000000000002,4.3768000000000002,-2.4148000000000001,-3.0301,-4.8920000000000003,7.8304999999999998,-0.40039999999999998,9.3107000000000006,-5.7880000000000003,1.9409000000000001,6.1528,1.7333000000000001,-2.0407000000000002,-0.1336,-0.5514,0.3896,-0.2742,-0.43359999999999999,0.13039999999999999,-0.89180000000000004,-3.1695000000000002,-1.2963,3.0121000000000002,2.7486999999999999,4.2184999999999997,-5.8329000000000004,-3.0337999999999998,6.7465999999999999,5.3696000000000002,1.1040000000000001,-0.17299999999999999,8.4741,-1.1660999999999999,-2.9607000000000001,1.0326,4.1349,-1.2303999999999999,2.4018000000000002,-3.1355,2.5789,2.1461999999999999,-5.1948999999999996,-2.3546999999999998,0.12859999999999999,3.5093000000000001,-12.1831,6.6807999999999996,-4.8506999999999998,-9.3429000000000002,0.31719999999999998,1.7663,-1.8479000000000001,-1.0914999999999999,3.577,-1.1079000000000001,-1.3547,-1.9491000000000001,-6.4608999999999996,3.9779,5.0118999999999998,-12.358599999999999,-5.2256,-2.4487999999999999,8.1067,-4.4995000000000003,-0.53649999999999998,10.166499999999999,1.8243,-1.6093999999999999,1.6088,-9.5623000000000005,2.0569999999999999,-7.8175999999999997,-0.93579999999999997,-1.3581000000000001,-6.0812999999999997,-0.33689999999999998,7.3000999999999996,-2.7088000000000001,-7.1346999999999996,-3.9447999999999999,-5.5827,-6.0944000000000003,9.1041000000000007,-2.0308000000000002,3.7290999999999999,7.7271000000000001,2.1309,8.0401000000000007,-0.2616,4.6768999999999998,-2.9759000000000002,5.3578999999999999,-4.9665999999999997,-6.4997999999999996,4.8057999999999996,4.4608999999999996,-4.7755999999999998,2.5956999999999999,-3.3887999999999998,-1.7329000000000001,2.2363,0.56340000000000001,1.2705,-1.4176,3.343,-15.8711,-4.3345000000000002,7.5585000000000004,-4.5007000000000001,-4.6447000000000003,-10.6736,3.0781000000000001,2.6143000000000001,4.3403999999999998,1.4590000000000001,5.2191000000000001,-8.2020999999999997,-1.091,-0.23300000000000001,-1.5940000000000001,-7.742,-7.2031000000000001,4.6471999999999998,4.1753,-1.9589000000000001,-7.3146000000000004,-2.8389000000000002,-0.8458,5.1616999999999997,-4.3589000000000002,5.173,2.9866000000000001,-6.5308000000000002,5.5205000000000002,-3.3628999999999998,7.8567999999999998,-3.9910999999999999,8.3575999999999997,-6.1036000000000001,3.0634000000000001,-6.5928000000000004,-0.47999999999999998,-5.6185999999999998,-6.6868999999999996,-10.977,-0.070999999999999994,-12.293900000000001,6.1830999999999996,-3.6597,3.6408,3.7031000000000001,1.1311,4.3704999999999998,-12.417899999999999,-5.9051,5.4489999999999998,-6.2274000000000003,-4.6744000000000003,3.4007999999999998,0.1411,-0.54749999999999999,-8.2425999999999995,3.5605000000000002,4.4595000000000002,-2.1554000000000002,-3.9178000000000002,1.1873,-0.3337,-4.5705999999999998,2.0236999999999998,-1.5219,-6.7854999999999999,-2.8189000000000002,3.3521999999999998,4.9298000000000002,-2.2157,-0.25490000000000002,-2.5569000000000002,-4.7603,-5.1689999999999996,4.4513999999999996,3.0819999999999999,-4.8482000000000003,-4.2779999999999996,0.60870000000000002,-0.075899999999999995,-2.6339000000000001,-4.4634,1.5056,-8.6729000000000003,-4.2058,1.5230999999999999,0.49459999999999998,10.3942,3.125,0.36770000000000003,-0.2417,3.1909000000000001,0.21909999999999999,-0.29820000000000002,-2.0358999999999998,-0.128,-0.26579999999999998,4.3342999999999998,-6.5640000000000001,-2.4794999999999998,7.7808999999999999,-0.89949999999999997,6.8022,-11.8483,-3.4508999999999999,-7.5486000000000004,-0.4052,7.9611999999999998,-4.9785000000000004,3.5074999999999998,-3.0051000000000001,-6.4954000000000001,-1.3572,7.9889999999999999,8.6600000000000001,6.5419999999999998,-8.4875000000000007,-4.4287999999999998,-10.829599999999999,-0.55369999999999997,-4.3769,-1.9454,0.70669999999999999,-0.69089999999999996,3.9727999999999999,4.4574999999999996,-4.2743000000000002,-1.6193,9.9221000000000004,-1.5215000000000001,-1.1506000000000001,-4.0255999999999998,-2.5045999999999999,9.2135999999999996,1.3776999999999999,0.52959999999999996,4.5711000000000004,4.1600999999999999,-5.9295999999999998,1.8053999999999999,-3.4081000000000001,-8.3992000000000004,-8.5725999999999996,-5.2762000000000002,-7.2602000000000002,7.4196999999999997,8.1915999999999993,-1.4187000000000001,-1.1026,-4.3083999999999998,-5.3728999999999996,-5.4931999999999999,0.66269999999999996,-3.7042000000000002,-8.5868000000000002,3.5259999999999998,5.6336000000000004,-9.8231999999999999,-4.8747999999999996,-1.0599000000000001,11.6851,4.6391,7.5804999999999998,-1.0886,-7.0736999999999997,-4.1069000000000004,8.0432000000000006,3.1358000000000001,-0.55010000000000003,7.9653,11.432700000000001,6.0884999999999998,1.5166999999999999,-1.7078,-4.9600999999999997,-3.0103,-0.25469999999999998,1.5394000000000001,-0.58520000000000005,4.1771000000000003,1.4207000000000001,6.0937000000000001,2.6465999999999998,-9.4527000000000001,-5.7808000000000002,3.6339000000000001,3.3041999999999998,8.4296000000000006,6.7800000000000002,3.2046000000000001,7.7725999999999997,2.4417,-2.7339000000000002,-6.4165999999999999,-16.310500000000001,7.1308999999999996,-1.3118000000000001,3.6364999999999998,-4.6356000000000002,-0.5111,-2.9670999999999998,-1.6976,-1.9579,-6.1299999999999999,-2.5121000000000002,9.2523999999999997,3.9664000000000001,0.32340000000000002,2.4432,-2.8149000000000002,-0.77180000000000004,-0.0906,-0.65049999999999997,1.0206,0.69789999999999996,-3.6966999999999999,0.22600000000000001,-9.4924999999999997,-6.0199999999999996,4.4088000000000003,-0.85019999999999996,-8.1585000000000001,0.19650000000000001,-0.3992,7.5890000000000004,3.7096,1.998,-1.3493999999999999,-0.70250000000000001,5.3936000000000002,-1.5979000000000001,-1.7102999999999999,-8.9135000000000009,8.1609999999999996,-0.76880000000000004,2.0573999999999999,2.9382000000000001,3.0848,6.4748000000000001,0.95860000000000001,1.9098999999999999,6.5518000000000001,-1.0464,-1.7467999999999999,6.6748000000000003,7.5225,-5.3334000000000001,-3.6549999999999998,9.2533999999999992,6.6615000000000002,7.2488000000000001,-1.5128999999999999,-0.84850000000000003,-7.3288000000000002,-7.5785999999999998,-6.1677999999999997,-1.1472,0.54600000000000004,-0.60709999999999997,6.3498000000000001,4.6609999999999996,1.7145999999999999,-0.88439999999999996,1.8164,3.2355,3.1516000000000002,-0.56079999999999997,7.1740000000000004,4.5822000000000003,1.829,5.9412000000000003,0.94359999999999999,-7.8718000000000004,-5.2089999999999996,3.2726000000000002,-1.7851999999999999,-7.7869999999999999,5.8963000000000001,4.0704000000000002,-2.7410000000000001,-3.0297000000000001,7.7355,7.0510999999999999,-6.2895000000000003,2.1823000000000001,-6.1599000000000004,1.3526,2.9643000000000002,4.9198000000000004,1.6733,15.0425,-5.6467000000000001,3.7284000000000002,1.5672999999999999,-1.5800000000000001,6.7690000000000001,-0.6482,-5.3796999999999997,0.96760000000000002,0.74380000000000002,-0.48099999999999998,-5.5545999999999998,-4.5183,-0.2828,-1.8976999999999999,6.9009,-2.7722000000000002,-1.468,-3.0451000000000001,6.4341999999999997,-4.7302,5.3300999999999998,-4.4150999999999998,-2.1654,6.9255000000000004,-4.3193000000000001,7.7057000000000002,-5.6588000000000003,6.7709000000000001,-3.8031999999999999,3.4089,0.50239999999999996,-6.3780999999999999,7.4158999999999997,-0.59399999999999997,6.8639000000000001,-0.9556,-2.9129,-2.9434,-0.62470000000000003,3.8443000000000001,3.2126999999999999,4.7057000000000002,0.93979999999999997,-6.1351000000000004,-4.6306000000000003,-2.2107999999999999,3.4741,5.9364999999999997,1.4632000000000001,11.5929,4.8007,2.1194000000000002,-2.46,-1.6075999999999999,7.9983000000000004,2.6175999999999999,2.8029000000000002,-5.2872000000000003,-5.2080000000000002,1.5062,-4.4292999999999996,-2.8126000000000002,-6.4800000000000004,-3.7995000000000001,0.45140000000000002,-6.6367000000000003,5.0570000000000004,-5.6085000000000003,-3.6646999999999998,4.5955000000000004,7.5599999999999996,-5.1589999999999998,-0.28000000000000003,-1.7609999999999999,5.3090000000000002,0.43809999999999999,-2.0971000000000002,-2.0472999999999999,-4.9288999999999996,-0.070999999999999994,7.2042999999999999,-8.4235000000000007,-0.090200000000000002,5.7190000000000003,-0.39119999999999999,-14.5984,-7.8750999999999998,4.2396000000000003,6.5418000000000003,-2.8603000000000001,-9.3224999999999998,-2.6335000000000002,-13.857200000000001,4.593,-3.8060999999999998,-0.5726,-4.8682999999999996,0.35089999999999999,-1.9737,-3.2671000000000001,-3.9449000000000001,-11.239800000000001,-7.3437000000000001,-7.8254000000000001,3.7381000000000002,-6.8026999999999997,1.6148,2.3649,2.1554000000000002,2.7738999999999998,3.7317999999999998,-3.4338000000000002,-2.5053999999999998,-3.4641999999999999,-4.5587,6.2621000000000002,-12.395,2.6095000000000002,7.2107999999999999,5.1166,-2.0815999999999999,-6.7187000000000001,-1.8123,-7.4413,1.5882000000000001,10.0121,3.0522,2.5400999999999998,-11.704800000000001,-2.2968999999999999,-7.1029999999999998,-2.4935,7.8807,-6.5953999999999997,0.71799999999999997,6.8269000000000002,3.1217999999999999,0.013899999999999999,-1.2492000000000001,2.2263000000000002,7.0599999999999996,0.46639999999999998,6.9824999999999999,-5.2735000000000003,-2.3959000000000001,5.9016999999999999,6.8319999999999999,-4.9120999999999997,7.3028000000000004,-7.6676000000000002,5.8875999999999999,-5.4291,0.63590000000000002,-0.31819999999999998,-1.4157,-1.0571999999999999,-3.0011999999999999,-4.2061999999999999,-1.4031,-2.8919999999999999,-2.7423000000000002,1.3865000000000001,8.5435999999999996,-7.5381,-0.47420000000000001,-6.2584999999999997,6.9080000000000004,7.2154999999999996,6.8842999999999996,-0.35389999999999999,0.21540000000000001,4.7633999999999999,-1.3198000000000001,2.8946000000000001,-3.5834999999999999,1.3534999999999999,-2.7782,-0.4007,3.5059,-4.8407,8.8114000000000008,-9.8835999999999995,-1.5893999999999999,-2.4500999999999999,-3.4277000000000002,-2.0105,-5.7862999999999998,-4.0308000000000002,-0.78559999999999997,-1.3419000000000001,0.51229999999999998,2.6025999999999998,3.3624000000000001,0.69610000000000005,-7.3811999999999998,0.98029999999999995,-7.3712,3.1021999999999998,-5.9847000000000001,-1.4148000000000001,1.6238999999999999,4.9153000000000002,3.2075999999999998,3.8563000000000001,-6.7641999999999998,3.7934999999999999,0.047199999999999999,-1.1255999999999999,-6.9420000000000002,8.8123000000000005,3.5095999999999998,0.87719999999999998,-1.9196,-0.39500000000000002,1.2085999999999999,0.59970000000000001,-2.0869,8.0824999999999996,-3.8441999999999998,2.1955,-1.2611000000000001,-1.1167,-7.0643000000000002,6.5519999999999996,2.9817,7.7938000000000001,-1.7385999999999999,-1.621,-2.5842999999999998,-1.8277000000000001,1.0989,-3.4756999999999998,0.40360000000000001,-7.0795000000000003,1.7153,3.2265999999999999,1.1535,7.7725999999999997,6.7453000000000003,14.270099999999999,3.8694999999999999,-1.3104,-3.7393000000000001,-5.7237,0.53000000000000003,4.7407000000000004,2.5324,6.5496999999999996,-3.266,9.5313999999999997,-6.0940000000000003,0.25669999999999998,-6.8659999999999997,-2.4605000000000001,3.8527,-7.5597000000000003,6.1432000000000002,-1.4073,-0.33539999999999998,-3.2389000000000001,-2.1511999999999998,6.4596,3.7694999999999999,-2.8159999999999998,1.4971000000000001,2.5720999999999998,3.7061999999999999,-1.4587000000000001,-0.70179999999999998,-5.5895999999999999,-4.0130999999999997,-0.71519999999999995,-1.2887,-2.5531999999999999,4.7011000000000003,8.4129000000000005,-4.8503999999999996,-7.3075000000000001,-2.3719999999999999,9.1044,-0.73770000000000002,-6.1151999999999997,1.4623999999999999,0.90249999999999997,0.98950000000000005,1.2402,3.5213000000000001,-4.4645999999999999,-0.27939999999999998,-8.2598000000000003,0.75380000000000003,5.6261000000000001,0.19789999999999999,1.8814,-3.4961000000000002,-11.341699999999999,1.0510999999999999,4.7072000000000003,1.7230000000000001,-2.5750999999999999,-8.5442,-5.4832999999999998,-1.0486,4.524,2.7696000000000001,2.0329000000000002,-1.4979,-6.8338999999999999,2.8119999999999998,-4.4596999999999998,2.8418999999999999,0.28249999999999997,0.6079,4.6563999999999997,0.30709999999999998,-8.5843000000000007,-6.1704999999999997,1.4705999999999999,-8.3148,0.54490000000000005,-3.0798000000000001,5.1322999999999999,-0.52639999999999998,1.3512999999999999,-0.028400000000000002,-5.3818000000000001,5.1988000000000003,-2.3826999999999998,4.5739999999999998,3.2768000000000002,1.5234000000000001,6.9943,1.1827000000000001,5.1340000000000003,-0.56520000000000004,-2.4018999999999999,-0.78280000000000005,7.5941999999999998,5.2441000000000004,0.1295,1.5925,5.1562999999999999,3.0251999999999999,-2.9824999999999999,10.6234,-2.3108,4.4984000000000002,5.0370999999999997,5.7117000000000004,2.8268,-4.7366000000000001,2.6421000000000001,0.13150000000000001,-1.8615999999999999,4.1158000000000001,-4.5559000000000003,4.0345000000000004,-0.031,1.1563000000000001,-4.8562000000000003,-3.5030000000000001,2.6101000000000001,3.6976,2.9539,-4.6036000000000001,3.6625999999999999,2.8753000000000002,-5.0563000000000002,-5.3691000000000004,-2.7806999999999999,3.1038000000000001,-5.1787000000000001,-0.19239999999999999,-1.2907,-7.0500999999999996,-4.7680999999999996,-5.4565999999999999,3.7717999999999998,-14.142099999999999,10.8284,5.6558999999999999,-2.2290999999999999,2.7957000000000001,5.3922999999999996,-0.57240000000000002,2.7130000000000001,4.1276999999999999,-1.1480999999999999,0.74209999999999998,6.1096000000000004,-5.0538999999999996,4.8155000000000001,-0.62050000000000005,-0.91620000000000001,-0.78620000000000001,-2.2467000000000001,-8.4210999999999991,-3.3214000000000001,0.4239,-6.7378,-6.5884999999999998,11.657400000000001,0.2457,8.6996000000000002,-3.3168000000000002,-8.2428000000000008,-8.9704999999999995,-5.4275000000000002,-2.0766,-6.4035000000000002,-0.2999,-2.6000000000000001,-3.9033000000000002,-8.2066999999999997,-1.9140999999999999,-4.3780000000000001,1.9045000000000001,-3.5952999999999999,1.2921,-3.5794000000000001,4.1799999999999997,-3.9817,5.7450000000000001,-2.3849,-5.4691000000000001,8.0632999999999999,-5.7709000000000001,-0.9839,-5.5555000000000003,-2.0339999999999998,-4.9983000000000004,-1.1357999999999999,-0.26879999999999998,-3.8508,10.512,1.7332000000000001,-0.18099999999999999,-3.1381999999999999,-7.9165999999999999,0.32669999999999999,4.1691000000000003,3.0078,-0.70730000000000004,0.49459999999999998,4.1547999999999998,11.324,-0.67320000000000002,0.3145,-6.5275999999999996,4.1180000000000003,5.4375,5.6867000000000001,-7.2862999999999998,0.29220000000000002,4.5294999999999996,-2.3325,0.93330000000000002,9.1296999999999997,5.9985999999999997,-5.0975000000000001,-0.1007,-3.3527999999999998,1.3032999999999999,-7.3566000000000003,3.1038999999999999,12.18,0.017500000000000002,11.9933,-1.2875000000000001,6.1391,0.96989999999999998,1.3176000000000001,9.0683000000000007,-10.665800000000001,5.4184999999999999,-4.8844000000000003,0.85540000000000005,-0.70389999999999997,7.2892000000000001,4.2178000000000004,-2.4249000000000001,1.0028999999999999,-5.1196000000000002,3.6488999999999998,-5.7531999999999996,6.7557999999999998,-8.1402000000000001,-5.2919999999999998,-7.0117000000000003,2.1476000000000002,-1.9507000000000001,-3.8003,11.249700000000001,1.5938000000000001,-7.1341000000000001,-2.6513,-0.25509999999999999,-5.3766999999999996,-2.8374000000000001,-2.5743999999999998,3.6616,-0.0974,-1.2562,-7.0411000000000001,1.6206,-1.6359999999999999,9.0111000000000008,-1.2867999999999999,-5.6428000000000003,-0.74770000000000003,3.5855999999999999,0.5091,5.1599000000000004,-3.1486999999999998,0.49690000000000001,-1.0584,-12.829000000000001,6.0716999999999999,-5.6200000000000001,-2.1004,1.2562,0.92349999999999999,9.3819999999999997,4.1142000000000003,4.3456000000000001,-0.81279999999999997,1.1673,9.5314999999999994,-4.5618999999999996,-4.0911999999999997,-0.73340000000000005,-10.019600000000001,-2.4649000000000001,0.043799999999999999,5.9238999999999997,-0.58889999999999998,-7.3414000000000001,8.3499999999999996,5.0377999999999998,-0.83989999999999998,-1.2765,5.9678000000000004,-4.5270000000000001,-0.32540000000000002,-1.5907,6.1958000000000002,4.3221999999999996,-2.8793000000000002,-3.0354999999999999,5.6242000000000001,7.5191999999999997,-4.9454000000000002,-5.8556999999999997,3.4792000000000001,5.2704000000000004,-1.7724,-3.0606,5.7382999999999997,6.3681999999999999,-1.1196999999999999,0.8508,-4.7182000000000004,-5.0572999999999997,-9.8111999999999995,-4.9911000000000003,-7.4885999999999999,4.7613000000000003,-0.26869999999999999,2.6440000000000001,1.8082,9.0121000000000002,2.3567999999999998,0.65769999999999995,1.6272,2.4365999999999999,2.9283999999999999,-6.4301000000000004,0.84809999999999997,-3.1358000000000001,-10.7753,-10.3286,-5.5176999999999996,-3.9135,11.3087,-0.75149999999999995,-4.9884000000000004,-1.1748000000000001,4.4116,3.5750000000000002,-3.2946,1.5342,-1.2122999999999999,-1.8214999999999999,-2.1456,-13.6111,2.5421999999999998,0.84030000000000005,-3.4809000000000001,0.77739999999999998,-0.27650000000000002,-14.308299999999999,9.4593000000000007,2.9382000000000001,-8.7421000000000006,-2.0110999999999999,-3.4127999999999998,10.908899999999999,-9.6940000000000008,-1.7129000000000001,-4.3343999999999996,4.9782999999999999,-0.10630000000000001,5.9230999999999998,6.6012000000000004,6.2518000000000002,4.3978000000000002,-3.5266000000000002,-0.183,-1.0109999999999999,-2.5234000000000001,-5.3906000000000001,-6.4253,0.82730000000000004,-2.9546000000000001,-3.0847000000000002,2.8824000000000001,1.3204,4.8231999999999999,6.6702000000000004,5.8071999999999999,-4.9638,-9.3130000000000006,1.6065,-0.91910000000000003,-4.8174000000000001,-0.97419999999999995,4.6544999999999996,6.0603999999999996,2.2904,-8.8251000000000008,9.8082999999999991,8.2201000000000004,4.4888000000000003,-8.1735000000000007,2.6294,1.5745,-9.3649000000000004,1.5802,-1.1719999999999999,-8.4716000000000005,-0.56100000000000005,4.5034000000000001,-5.8064999999999998,-0.42449999999999999,-3.1612,2.3357000000000001,2.4815999999999998,4.4135,-0.72489999999999999,3.3285,-9.2799999999999994,3.3527999999999998,5.6214000000000004,-3.2004999999999999,-6.9584999999999999,3.4258999999999999,-4.7168999999999999,12.3024,-7.5202,1.3983000000000001,2.2543000000000002,-3.0406,2.8727999999999998,0.30209999999999998,4.9372999999999996,-0.36520000000000002,2.613,-7.3357000000000001,7.2996999999999996,2.0623,0.52080000000000004,3.2639,-2.9784000000000002,-5.6715999999999998,7.8806000000000003,-8.6325000000000003,-0.52329999999999999,1.7376,8.5718999999999994,-2.1947000000000001,-9.2097999999999995,-0.152,8.4045000000000005,2.3252000000000002,3.1027,6.1566999999999998,-4.7766000000000002,2.6996000000000002,-5.0103,-6.1703999999999999,-1.4607000000000001,-1.7486999999999999,1.6233,2.6579999999999999,-2.2770000000000001,6.0557999999999996,2.7111999999999998,4.6593,0.29670000000000002,2.7745000000000002,1.9447000000000001,-6.0831999999999997,-3.6743000000000001,1.2748999999999999,8.0106999999999999,-7.6881000000000004,-3.6743999999999999,1.4146000000000001,8.3991000000000007,0.88319999999999999,-4.1233000000000004,-6.9725000000000001,-1.8899999999999999,5.3650000000000002,3.4237000000000002,-1.4097999999999999,-10.021100000000001,-7.4813000000000001,9.2814999999999994,-3.2128999999999999,-2.1236000000000002,0.27460000000000001,-4.7092000000000001,-2.8578000000000001,4.0688000000000004,0.67030000000000001,5.1334,9.1532,-4.0635000000000003,-2.9043000000000001,2.7109000000000001,-8.4488000000000003,-5.1600000000000001,2.1101999999999999,7.2066999999999997,5.6510999999999996,-2.7132999999999998,0.3251,2.3641999999999999,-6.9188000000000001,-0.55169999999999997,-3.9232999999999998,-2.6720999999999999,-3.2959000000000001,-0.88100000000000001,2.0467,-8.8328000000000007,-3.9304000000000001,-6.3075000000000001,9.0155999999999992,7.4085999999999999,-3.4887000000000001,-3.1048,4.6898999999999997,-6.5701999999999998,8.0570000000000004,-3.4056999999999999,-4.0171000000000001,-1.2343999999999999,2.8458000000000001,-2.6292,-3.6103999999999998,-8.8689,-5.8045999999999998,5.6464999999999996,1.7181,-3.4127999999999998,0.31709999999999999,-4.3364000000000003,2.0941000000000001,-4.0315000000000003,3.375,-8.2802000000000007,-0.62460000000000004,-7.9466999999999999,4.4459,-2.4643999999999999,3.2563,2.4239000000000002,-6.4412000000000003,2.3460999999999999,4.0350000000000001,-4.7991999999999999,11.8994,5.4931999999999999,4.0278999999999998,-3.7494999999999998,5.6959999999999997,0.62160000000000004,-2.4689000000000001,-7.0214999999999996,-2.1819000000000002,8.2593999999999994,5.6641000000000004,9.5785999999999998,-6.4702000000000002,7.4032,0.00029999999999999997,11.3104,6.2957999999999998,5.0670999999999999,-0.48449999999999999,-9.7498000000000005,6.4165999999999999,-5.8802000000000003,-11.8985,0.29730000000000001,-2.6789999999999998,-7.5183,2.6533000000000002,4.3311000000000002,3.7256999999999998,-5.5945999999999998,3.8871000000000002,-0.10829999999999999,0.26640000000000003,-8.7739999999999991,7.0278,3.9327000000000001,0.1726,2.0036,7.1401000000000003,-0.61980000000000002,4.8212000000000002,-5.5872999999999999,3.952,4.3014999999999999,-0.55869999999999997,-4.1216999999999997,-1.3212999999999999,-6.2972999999999999,4.0892999999999997,12.0785,-0.77680000000000005,-5.1471,0.86229999999999996,1.8687,3.0954000000000002,0.57850000000000001,-5.29,2.3050999999999999,-6.258,-7.6582999999999997,-3.8094999999999999,-5.1413000000000002,1.4592000000000001,-1.2845,-9.8482000000000003,-3.2320000000000002,-3.9483000000000001,-5.4360999999999997,2.5143,-0.38290000000000002,4....
To leave a comment for the author, please follow the link and comment on their blog: John Russell.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Continue reading: Exploring a 3-D Synthetic Dataset