Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding 1 more point gives incorrect chart #38

Open
idontgetoutmuch opened this issue Oct 14, 2017 · 3 comments
Open

Adding 1 more point gives incorrect chart #38

idontgetoutmuch opened this issue Oct 14, 2017 · 3 comments

Comments

@idontgetoutmuch
Copy link

idontgetoutmuch commented Oct 14, 2017

If I add 1 more point to my data I get a very strange chart.

kSaxis :: [(Double, Double)] -> P.Axis B V2 Double
kSaxis xs = P.r2Axis &~ do
  P.linePlot' xs

Here's 728 data points

inflammation728

and here's 729 data points

inflammation729

@cchalmers
Copy link
Owner

Huh, that's a funny one. Not sure what would cause that. Have you got a minimal example so I can test it?

@idontgetoutmuch
Copy link
Author

idontgetoutmuch commented Oct 16, 2017

I lost the data for that one but here's another exhibiting strange behaviour

import Plots as P
import Diagrams.Prelude hiding ( normal, sample, (<>), inv, trace )
import Diagrams.Backend.Rasterific

kSaxis :: [(Double, Double)] -> P.Axis B V2 Double
kSaxis xs = P.r2Axis &~ do
  P.linePlot' xs

main :: IO ()
main = do
      renderRasterific ("diagrams/ForChris728.png")
                       (dims2D 500.0 500.0)
                       (renderAxis $ kSaxis $ take 728 $ example)
      return ()


example :: [(Double, Double)]
example =
  [(0.0,25.0),
  (0.1,21.365487124731317),
  (0.2,23.33907442568191),
  (0.30000000000000004,28.06519991711198),
  (0.4,33.82910516550511),
  (0.5,39.610243871190214),
  (0.6000000000000001,44.89705981026894),
  (0.7000000000000001,49.44183876443356),
  (0.8,53.1699460983634),
  (0.9,56.1049252500495),
  (1.0,58.319352198493974),
  (1.1,59.90743510676187),
  (1.2000000000000002,60.96744424892298),
  (1.3,61.59255566045709),
  (1.4000000000000001,61.866348987936284),
  (1.5,61.8611229393361),
  (1.6,61.637829406486176),
  (1.7000000000000002,61.24687122133937),
  (1.8,60.72929967020504),
  (1.9000000000000001,60.118136412214234),
  (2.0,59.43966462403136),
  (2.1,58.71460929394393),
  (2.2,57.959172282784024),
  (2.3000000000000003,57.18591775939462),
  (2.4000000000000004,56.404504695421934),
  (2.5,55.622285240971735),
  (2.6,54.8448056505982),
  (2.7,54.076200244414835),
  (2.8000000000000003,53.31950521072031),
  (2.9000000000000004,52.5769069866886),
  (3.0,51.8499376892596),
  (3.1,51.1396280891074),
  (3.2,50.446626804322904),
  (3.3000000000000003,49.77129279272972),
  (3.4000000000000004,49.11376685634194),
  (3.5,48.47402672889977),
  (3.6,47.85192937650635),
  (3.7,47.24724337623291),
  (3.8000000000000003,46.65967362161773),
  (3.9000000000000004,46.08888011228908),
  (4.0,45.53449219517273),
  (4.1000000000000005,44.99611931760864),
  (4.2,44.473359111919564),
  (4.3,43.96580344305023),
  (4.4,43.47304290480129),
  (4.5,42.994670136997634),
  (4.6000000000000005,42.53028224851457),
  (4.7,42.07948256375671),
  (4.800000000000001,41.641881858457715),
  (4.9,41.217099211018535),
  (5.0,40.80476256527046),
  (5.1000000000000005,40.40450907739169),
  (5.2,40.015985302056),
  (5.300000000000001,39.63884725946104),
  (5.4,39.272760414678714),
  (5.5,38.91739959302824),
  (5.6000000000000005,38.572448849304486),
  (5.7,38.23760130425538),
  (5.800000000000001,37.912558958345585),
  (5.9,37.59703249031016),
  (6.0,37.29074104609129),
  (6.1000000000000005,36.99341202231198),
  (6.2,36.70478084735777),
  (6.300000000000001,36.42459076232356),
  (6.4,36.152592603472414),
  (6.5,35.88854458476434),
  (6.6000000000000005,35.63221192834077),
  (6.7,35.383366902092206),
  (6.800000000000001,35.141788635947734),
  (6.9,34.90726281985116),
  (7.0,34.6795815109547),
  (7.1000000000000005,34.4585429458369),
  (7.2,34.24395135776272),
  (7.300000000000001,34.035616798962025),
  (7.4,33.833354967873625),
  (7.5,33.63698704128001),
  (7.6000000000000005,33.446339511243536),
  (7.7,33.26124402674431),
  (7.800000000000001,33.08153723991317),
  (7.9,32.907060656749465),
  (8.0,32.73766049221055),
  (8.1,32.5731875295596),
  (8.200000000000001,32.413496983857904),
  (8.3,32.25844836948954),
  (8.4,32.107905371607096),
  (8.5,31.961735721389136),
  (8.6,31.819811075002416),
  (8.700000000000001,31.682006896163827),
  (8.8,31.548202342199524),
  (8.9,31.418280153501176),
  (9.0,31.292126546281622),
  (9.1,31.169631108534684),
  (9.200000000000001,31.050686699106503),
  (9.3,30.935189349787983),
  (9.4,30.82303817034032),
  (9.5,30.714135256368213),
  (9.600000000000001,30.608385599957177),
  (9.700000000000001,30.505697002994143),
  (9.8,30.405979993092334),
  (9.9,30.309147742043834),
  (10.0,30.215115986725166),
  (10.100000000000001,30.123802952383407),
  (10.200000000000001,30.03512927823227),
  (10.3,29.949017945289654),
  (10.4,29.865394206389922),
  (10.5,29.784185518306202),
  (10.600000000000001,29.705321475919657),
  (10.700000000000001,29.628733748374685),
  (10.8,29.55435600882205),
  (10.9,29.482123837491418),
  (11.0,29.411974758113058),
  (11.100000000000001,29.343848142326344),
  (11.200000000000001,29.27768514418678),
  (11.3,29.213428647065417),
  (11.4,29.151023212151262),
  (11.5,29.090415028507827),
  (11.600000000000001,29.031551864637034),
  (11.700000000000001,28.974383021504718),
  (11.8,28.918859286983484),
  (11.9,28.864932891669806),
  (12.0,28.81255746603375),
  (12.100000000000001,28.761687998860832),
  (12.200000000000001,28.71228079694653),
  (12.3,28.66429344600559),
  (12.4,28.617684772758953),
  (12.5,28.572414808162485),
  (12.600000000000001,28.528444751742747),
  (12.700000000000001,28.485736937005992),
  (12.8,28.444254797887723),
  (12.9,28.403962836211047),
  (13.0,28.364826590122995),
  (13.100000000000001,28.326812603479052),
  (13.200000000000001,28.289888396146985),
  (13.3,28.254022435201733),
  (13.4,28.219184106984418),
  (13.5,28.1853436899989),
  (13.600000000000001,28.15247232862049),
  (13.700000000000001,28.12054200759191),
  (13.8,28.089525527282625),
  (13.9,28.0593964796881),
  (14.0,28.030129225146688),
  (14.100000000000001,28.00169886975197),
  (14.200000000000001,27.9740812434397),
  (14.3,27.947252878728435),
  (14.4,27.921190990094463),
  (14.5,27.895873453961155),
  (14.600000000000001,27.871278789284514),
  (14.700000000000001,27.847386138716686),
  (14.8,27.82417525032969),
  (14.9,27.80162645988267),
  (15.0,27.779720673615966),
  (15.100000000000001,27.758439344770814),
  (15.200000000000001,27.73776445825315),
  (15.3,27.717678534944746),
  (15.4,27.698164602639366),
  (15.5,27.67920618083965),
  (15.600000000000001,27.660787266399222),
  (15.700000000000001,27.642892319589624),
  (15.8,27.625506250579033),
  (15.9,27.608614406310494),
  (16.0,27.592202557767635),
  (16.1,27.576256887616154),
  (16.2,27.56076397820978),
  (16.3,27.54571079994984),
  (16.400000000000002,27.53108469998768),
  (16.5,27.516873391259804),
  (16.6,27.503064941845626),
  (16.7,27.489647764638306),
  (16.8,27.476610607319113),
  (16.900000000000002,27.46394254262646),
  (17.0,27.451632958910636),
  (17.1,27.43967155096579),
  (17.2,27.42804831113082),
  (17.3,27.41675352065126),
  (17.400000000000002,27.40577774129427),
  (17.5,27.39511180720928),
  (17.6,27.38474681702697),
  (17.7,27.374674126189365),
  (17.8,27.36488533950445),
  (17.900000000000002,27.355372303918365),
  (18.0,27.346127101498894),
  (18.1,27.33714204262391),
  (18.2,27.328409659368756),
  (18.3,27.319922699086618),
  (18.400000000000002,27.31167411817617),
  (18.5,27.30365707603112),
  (18.6,27.29586492916597),
  (18.7,27.28829122551312),
  (18.8,27.280929698886048),
  (18.900000000000002,27.27377426360371),
  (19.0,27.26681900927148),
  (19.1,27.26005819571396),
  (19.200000000000003,27.253486248055108),
  (19.3,27.24709775188261),
  (19.400000000000002,27.240887445058426),
  (19.5,27.234850218696184),
  (19.6,27.228981113222936),
  (19.700000000000003,27.223275311799622),
  (19.8,27.21772813620056),
  (19.900000000000002,27.212335042812576),
  (20.0,27.207091618750194),
  (20.1,27.201993578083453),
  (20.200000000000003,27.19703675817514),
  (20.3,27.192217116124176),
  (20.400000000000002,27.187530725312136),
  (20.5,27.182973772049756),
  (20.6,27.178542552320607),
  (20.700000000000003,27.174233468619043),
  (20.8,27.170043026879778),
  (20.900000000000002,27.16596783349621),
  (21.0,27.162004592425177),
  (21.1,27.15815010237533),
  (21.200000000000003,27.15440125407699),
  (21.3,27.15075502763081),
  (21.400000000000002,27.14720848993323),
  (21.5,27.143758792176268),
  (21.6,27.14040316741963),
  (21.700000000000003,27.13713892823297),
  (21.8,27.133963464406232),
  (21.900000000000002,27.130874240726158),
  (22.0,27.127868794817076),
  (22.1,27.124944735043922),
  (22.200000000000003,27.122099738475914),
  (22.3,27.11933154890896),
  (22.400000000000002,27.116637974945128),
  (22.5,27.114016888127573),
  (22.6,27.111466221129344),
  (22.700000000000003,27.108983965994234),
  (22.8,27.10656817242865),
  (22.900000000000002,27.104216946142543),
  (23.0,27.101928447238276),
  (23.1,27.099700888645927),
  (23.200000000000003,27.09753253460368),
  (23.3,27.09542169918211),
  (23.400000000000002,27.093366744850872),
  (23.5,27.091366081086818),
  (23.6,27.08941816282767),
  (23.700000000000003,27.087521488297785),
  (23.8,27.08567459993999),
  (23.900000000000002,27.08387608226756),
  (24.0,27.082124560411714),
  (24.1,27.080418698954055),
  (24.200000000000003,27.07875720079258),
  (24.3,27.077138806040427),
  (24.400000000000002,27.07556229095622),
  (24.5,27.074026466905288),
  (24.6,27.072530179350696),
  (24.700000000000003,27.071072306873464),
  (24.8,27.069651760220793),
  (24.900000000000002,27.068267481381813),
  (25.0,27.066918442689936),
  (25.1,27.065603645950894),
  (25.200000000000003,27.06432212159603),
  (25.3,27.063072927859853),
  (25.400000000000002,27.06185514998126),
  (25.5,27.06066789942777),
  (25.6,27.05951031314205),
  (25.700000000000003,27.058381552810097),
  (25.8,27.057280804150487),
  (25.900000000000002,27.05620727622405),
  (26.0,27.05516020076341),
  (26.1,27.05413883152179),
  (26.200000000000003,27.053142443640564),
  (26.3,27.052170333034958),
  (26.400000000000002,27.051221815797415),
  (26.5,27.050296227618162),
  (26.6,27.049392923222374),
  (26.700000000000003,27.048511275823543),
  (26.8,27.04765067659258),
  (26.900000000000002,27.04681053414209),
  (27.0,27.045990274025616),
  (27.1,27.04518933825115),
  (27.200000000000003,27.04440718480866),
  (27.3,27.043643287211218),
  (27.400000000000002,27.04289713404929),
  (27.5,27.042168228557877),
  (27.6,27.041456088196014),
  (27.700000000000003,27.040760244238417),
  (27.8,27.040080241378853),
  (27.900000000000002,27.039415637182927),
  (28.0,27.038766001734214),
  (28.1,27.038130917749058),
  (28.200000000000003,27.037509979894182),
  (28.3,27.03690279443427),
  (28.400000000000002,27.036308978899104),
  (28.5,27.035728161760257),
  (28.6,27.035159982117012),
  (28.700000000000003,27.034604089391443),
  (28.8,27.03406014303209),
  (28.900000000000002,27.033527812226254),
  (29.0,27.03300677562051),
  (29.1,27.03249672104927),
  (29.200000000000003,27.03199734527111),
  (29.3,27.03150835371269),
  (29.400000000000002,27.03102946022002),
  (29.5,27.03056038681686),
  (29.6,27.030100863470107),
  (29.700000000000003,27.029650627861827),
  (29.8,27.02920942516793),
  (29.900000000000002,27.02877700784313),
  (30.0,27.028353135412107),
  (30.1,27.027937574266655),
  (30.200000000000003,27.02753009746869),
  (30.3,27.027130484558857),
  (30.400000000000002,27.026738521370657),
  (30.5,27.02635399984993),
  (30.6,27.025976717879512),
  (30.700000000000003,27.02560647910888),
  (30.8,27.025243092788774),
  (30.900000000000002,27.024886373610475),
  (31.0,27.02453614154975),
  (31.1,27.02419222171531),
  (31.200000000000003,27.0238544442015),
  (31.3,27.02352264394535),
  (31.400000000000002,27.02319666058765),
  (31.5,27.022876338338055),
  (31.6,27.022561525844),
  (31.700000000000003,27.022252076063488),
  (31.8,27.021947846141384),
  (31.900000000000002,27.021648697289397),
  (32.0,27.021354494669428),
  (32.1,27.021065107278854),
  (32.2,27.020780407754508),
  (32.300000000000004,27.020500272398355),
  (32.4,27.020224581084378),
  (32.5,27.01995321710115),
  (32.6,27.019686067054057),
  (32.7,27.01942302077012),
  (32.800000000000004,27.019163971205675),
  (32.9,27.01890881435665),
  (33.0,27.01865744917147),
  (33.1,27.018409777466374),
  (33.2,27.018165703843213),
  (33.300000000000004,27.017925135609644),
  (33.4,27.017687982701556),
  (33.5,27.01745415760772),
  (33.6,27.017223575296647),
  (33.7,27.01699615314552),
  (33.800000000000004,27.01677181087114),
  (33.9,27.016550470462924),
  (34.0,27.016332056117704),
  (34.1,27.016116494176575),
  (34.2,27.015903713063356),
  (34.300000000000004,27.015693643224978),
  (34.4,27.015486217073487),
  (34.5,27.015281368929752),
  (34.6,27.01507903496878),
  (34.7,27.0148791531666),
  (34.800000000000004,27.014681663248673),
  (34.9,27.014486506639738),
  (35.0,27.014293626415217),
  (35.1,27.014102967253866),
  (35.2,27.01391447539189),
  (35.300000000000004,27.01372809857831),
  (35.4,27.01354378603167),
  (35.5,27.013361488397937),
  (35.6,27.013181157709635),
  (35.7,27.01300274734614),
  (35.800000000000004,27.012826211995108),
  (35.9,27.01265150761505),
  (36.0,27.012478591398903),
  (36.1,27.012307421738726),
  (36.2,27.012137958191396),
  (36.300000000000004,27.011970161445205),
  (36.4,27.01180399328272),
  (36.5,27.011639416527924),
  (36.6,27.011476395070343),
  (36.7,27.01131489381284),
  (36.800000000000004,27.01115487863666),
  (36.9,27.010996316373397),
  (37.0,27.01083917477788),
  (37.1,27.010683422501717),
  (37.2,27.010529029067634),
  (37.300000000000004,27.010375964844616),
  (37.4,27.01022420102367),
  (37.5,27.01007370959437),
  (37.6,27.009924463321948),
  (37.7,27.00977643572521),
  (37.800000000000004,27.009629601054936),
  (37.9,27.009483934272996),
  (38.0,27.009339411032006),
  (38.1,27.009196007655607),
  (38.2,27.009053701119278),
  (38.300000000000004,27.008912469031728),
  (38.400000000000006,27.00877228961681),
  (38.5,27.008633141695974),
  (38.6,27.00849500467113),
  (38.7,27.008357858508145),
  (38.800000000000004,27.00822168372072),
  (38.900000000000006,27.008086461354743),
  (39.0,27.007952172973113),
  (39.1,27.007818800640962),
  (39.2,27.007686326911358),
  (39.300000000000004,27.00755473481137),
  (39.400000000000006,27.007424007828554),
  (39.5,27.007294129897772),
  (39.6,27.007165085388504),
  (39.7,27.007036859092434),
  (39.800000000000004,27.006909436211387),
  (39.900000000000006,27.00678280234569),
  (40.0,27.006656943482753),
  (40.1,27.0065318459861),
  (40.2,27.006407496584607),
  (40.300000000000004,27.006283882362126),
  (40.400000000000006,27.006160990747386),
  (40.5,27.006038809504144),
  (40.6,27.005917326721658),
  (40.7,27.005796530801177),
  (40.800000000000004,27.00567641044742),
  (40.900000000000006,27.005556954672425),
  (41.0,27.005438152778446),
  (41.1,27.005319994349428),
  (41.2,27.005202469243045),
  (41.300000000000004,27.005085567582892),
  (41.400000000000006,27.00496927975096),
  (41.5,27.004853596380237),
  (41.6,27.004738508347657),
  (41.7,27.004624006767116),
  (41.800000000000004,27.004510082982794),
  (41.900000000000006,27.00439672856258),
  (42.0,27.00428393529177),
  (42.1,27.004171695166864),
  (42.2,27.004060000389625),
  (42.300000000000004,27.003948843361208),
  (42.400000000000006,27.003838216676545),
  (42.5,27.00372811311887),
  (42.6,27.00361852565437),
  (42.7,27.003509447427014),
  (42.800000000000004,27.00340087175352),
  (42.900000000000006,27.003292792118472),
  (43.0,27.003185202169572),
  (43.1,27.003078095713057),
  (43.2,27.00297146670919),
  (43.300000000000004,27.002865309267925),
  (43.400000000000006,27.0027596176447),
  (43.5,27.00265438623629),
  (43.6,27.002549609576857),
  (43.7,27.002445282334087),
  (43.800000000000004,27.002341399305404),
  (43.900000000000006,27.00223795541432),
  (44.0,27.002134945706917),
  (44.1,27.00203236534836),
  (44.2,27.001930209619548),
  (44.300000000000004,27.001828473913932),
  (44.400000000000006,27.001727153734254),
  (44.5,27.001626244689568),
  (44.6,27.001525742492205),
  (44.7,27.00142564295489),
  (44.800000000000004,27.00132594198795),
  (44.900000000000006,27.00122663559651),
  (45.0,27.001127719875193),
  (45.1,27.001029191009575),
  (45.2,27.000931045274083),
  (45.300000000000004,27.00083327902779),
  (45.400000000000006,27.00073588871209),
  (45.5,27.000638870848373),
  (45.6,27.000542222035836),
  (45.7,27.000445938949277),
  (45.800000000000004,27.000350018337013),
  (45.900000000000006,27.000254457018844),
  (46.0,27.000159251884043),
  (46.1,27.00006439988945),
  (46.2,26.99996989805759),
  (46.300000000000004,26.99987574347487),
  (46.400000000000006,26.99978193328977),
  (46.5,26.999688464711188),
  (46.6,26.999595335006706),
  (46.7,26.999502541501016),
  (46.800000000000004,26.999410081574347),
  (46.900000000000006,26.999317952660903),
  (47.0,26.999226152247395),
  (47.1,26.999134677871623),
  (47.2,26.99904352712102),
  (47.300000000000004,26.998952697631353),
  (47.400000000000006,26.998862187085354),
  (47.5,26.998771993211438),
  (47.6,26.998682113782497),
  (47.7,26.998592546614624),
  (47.800000000000004,26.998503289565996),
  (47.900000000000006,26.998414340535692),
  (48.0,26.998325697462576),
  (48.1,26.99823735832427),
  (48.2,26.998149321136033),
  (48.300000000000004,26.99806158394979),
  (48.400000000000006,26.997974144853128),
  (48.5,26.99788700196833),
  (48.6,26.997800153451436),
  (48.7,26.997713597491373),
  (48.800000000000004,26.997627332308998),
  (48.900000000000006,26.997541356156322),
  (49.0,26.997455667315624),
  (49.1,26.997370264098663),
  (49.2,26.99728514484568),
  (49.300000000000004,26.997200307923656),
  (49.400000000000006,26.99711575172798),
  (49.5,26.997031474680767),
  (49.6,26.996947475229888),
  (49.7,26.996863751848302),
  (49.800000000000004,26.996780303033383),
  (49.900000000000006,26.99669712730629),
  (50.0,26.996614223211317),
  (50.1,26.996531589315303),
  (50.2,26.99644922420707),
  (50.300000000000004,26.996367126496803),
  (50.400000000000006,26.996285294815536),
  (50.5,26.996203727814574),
  (50.6,26.996122424165),
  (50.7,26.99604138255716),
  (50.800000000000004,26.995960601700133),
  (50.900000000000006,26.995880080321307),
  (51.0,26.995799817165853),
  (51.1,26.995719810996313),
  (51.2,26.995640060592148),
  (51.300000000000004,26.9955605647493),
  (51.400000000000006,26.99548132227978),
  (51.5,26.99540233201127),
  (51.6,26.995323592786708),
  (51.7,26.995245103463922),
  (51.800000000000004,26.99516686291527),
  (51.900000000000006,26.995088870027246),
  (52.0,26.99501112370015),
  (52.1,26.994933622847753),
  (52.2,26.994856366396952),
  (52.300000000000004,26.994779353287445),
  (52.400000000000006,26.994702582471433),
  (52.5,26.994626052913308),
  (52.6,26.99454976358937),
  (52.7,26.99447371348748),
  (52.800000000000004,26.994397901606888),
  (52.900000000000006,26.994322326957843),
  (53.0,26.99424698856144),
  (53.1,26.994171885449266),
  (53.2,26.994097016663208),
  (53.300000000000004,26.994022381255228),
  (53.400000000000006,26.993947978287057),
  (53.5,26.99387380682966),
  (53.6,26.99379986596304),
  (53.7,26.99372615477703),
  (53.800000000000004,26.99365267237042),
  (53.900000000000006,26.99357941785072),
  (54.0,26.993506390333962),
  (54.1,26.993433588944523),
  (54.2,26.993361012814923),
  (54.300000000000004,26.993288661085632),
  (54.400000000000006,26.993216532904942),
  (54.5,26.993144627428705),
  (54.6,26.99307294382027),
  (54.7,26.993001481250243),
  (54.800000000000004,26.99293023889635),
  (54.900000000000006,26.99285921594331),
  (55.0,26.99278841158264),
  (55.1,26.992717825012548),
  (55.2,26.992647455437773),
  (55.300000000000004,26.992577302069435),
  (55.400000000000006,26.992507364124943),
  (55.5,26.99243764082782),
  (55.6,26.99236813140759),
  (55.7,26.99229883509968),
  (55.800000000000004,26.992229751145256),
  (55.900000000000006,26.992160878791143),
  (56.0,26.99209221728969),
  (56.1,26.99202376589868),
  (56.2,26.991955523881206),
  (56.300000000000004,26.991887490505558),
  (56.400000000000006,26.99181966504516),
  (56.5,26.991752046778423),
  (56.6,26.991684634988697),
  (56.7,26.991617428964133),
  (56.800000000000004,26.991550427997627),
  (56.900000000000006,26.991483631386696),
  (57.0,26.99141703843345),
  (57.1,26.991350648444442),
  (57.2,26.991284460730615),
  (57.300000000000004,26.991218474607233),
  (57.400000000000006,26.991152689393815),
  (57.5,26.991087104414017),
  (57.6,26.99102171899557),
  (57.7,26.990956532470243),
  (57.800000000000004,26.99089154417326),
  (57.900000000000006,26.990826753443944),
  (58.0,26.9907621596257),
  (58.1,26.990697762065697),
  (58.2,26.990633560114805),
  (58.300000000000004,26.99056955312749),
  (58.400000000000006,26.990505740461817),
  (58.5,26.990442121479344),
  (58.6,26.99037869554509),
  (58.7,26.990315462027485),
  (58.800000000000004,26.990252420298276),
  (58.900000000000006,26.990189569732554),
  (59.0,26.99012690970862),
  (59.1,26.990064439607988),
  (59.2,26.99000215881532),
  (59.300000000000004,26.989940066718383),
  (59.400000000000006,26.989878162708013),
  (59.5,26.989816446178033),
  (59.6,26.989754916525268),
  (59.7,26.98969357314946),
  (59.800000000000004,26.989632415453233),
  (59.900000000000006,26.98957144284208),
  (60.0,26.98951065472429),
  (60.1,26.989450050510932),
  (60.2,26.989389629615808),
  (60.300000000000004,26.98932939145543),
  (60.400000000000006,26.989269335448974),
  (60.5,26.98920946101824),
  (60.6,26.989149767587637),
  (60.7,26.989090254584124),
  (60.800000000000004,26.98903092143722),
  (60.900000000000006,26.988971767578928),
  (61.0,26.988912792443735),
  (61.1,26.988853995468574),
  (61.2,26.988795376092796),
  (61.300000000000004,26.98873693375813),
  (61.400000000000006,26.988678667908665),
  (61.5,26.988620577990837),
  (61.6,26.9885626634534),
  (61.7,26.988504923747367),
  (61.800000000000004,26.988447358326024),
  (61.900000000000006,26.988389966644885),
  (62.0,26.98833274816161),
  (62.1,26.988275702335653),
  (62.2,26.988218828629),
  (62.300000000000004,26.98816212650589),
  (62.400000000000006,26.9881055954327),
  (62.5,26.988049234877863),
  (62.6,26.987993044311935),
  (62.7,26.98793702320751),
  (62.800000000000004,26.98788117103923),
  (62.900000000000006,26.98782548728377),
  (63.0,26.98776997141979),
  (63.1,26.98771462292794),
  (63.2,26.987659441290848),
  (63.300000000000004,26.987604425993087),
  (63.400000000000006,26.987549576521157),
  (63.5,26.98749489236348),
  (63.6,26.987440373010383),
  (63.7,26.987386017954062),
  (63.800000000000004,26.987331826688603),
  (63.900000000000006,26.987277798709933),
  (64.0,26.987223933515818),
  (64.10000000000001,26.987170230605834),
  (64.2,26.987116689481386),
  (64.3,26.987063309645674),
  (64.4,26.98701009060366),
  (64.5,26.986957031862097),
  (64.60000000000001,26.98690413292948),
  (64.7,26.986851393316055),
  (64.8,26.98679881253378),
  (64.9,26.986746390096336),
  (65.0,26.98669412551912),
  (65.10000000000001,26.986642018319216),
  (65.2,26.98659006801539),
  (65.3,26.986538274128055),
  (65.4,26.98648663617931),
  (65.5,26.98643515369289),
  (65.60000000000001,26.98638382619417),
  (65.7,26.986332653210145),
  (65.8,26.986281634269414),
  (65.9,26.986230768902207),
  (66.0,26.986180056640332),
  (66.10000000000001,26.986129497017178),
  (66.2,26.98607908956772),
  (66.3,26.986028833828303),
  (66.4,26.98597872933668),
  (66.5,26.985928775632484),
  (66.60000000000001,26.98587897225688),
  (66.7,26.985829318752582),
  (66.8,26.985779814663832),
  (66.9,26.98573045953636),
  (67.0,26.985681252917388),
  (67.10000000000001,26.985632194355674),
  (67.2,26.985583283401443),
  (67.3,26.985534519606375),
  (67.4,26.98548590252365),
  (67.5,26.985437431707904),
  (67.60000000000001,26.985389106715214),
  (67.7,26.98534092710312),
  (67.8,26.985292892430593),
  (67.9,26.985245002258036),
  (68.0,26.985197256147273),
  (68.10000000000001,26.98514965366156),
  (68.2,26.985102194365545),
  (68.3,26.9850548778253),
  (68.4,26.985007703608265),
  (68.5,26.984960671283297),
  (68.60000000000001,26.984913780420626),
  (68.7,26.984867030591865),
  (68.8,26.984820421369985),
  (68.9,26.98477395232933),
  (69.0,26.98472762304559),
  (69.10000000000001,26.984681433095826),
  (69.2,26.98463538205843),
  (69.3,26.984589469513132),
  (69.4,26.984543695041),
  (69.5,26.98449805822444),
  (69.60000000000001,26.984452558647153),
  (69.7,26.984407195894168),
  (69.8,26.984361969551834),
  (69.9,26.984316879207793),
  (70.0,26.984271924450994),
  (70.10000000000001,26.98422710487167),
  (70.2,26.98418242006134),
  (70.3,26.984137869612816),
  (70.4,26.984093453120185),
  (70.5,26.984049170178785),
  (70.60000000000001,26.98400502038496),
  (70.7,26.9839610033364),
  (70.8,26.983917118632274),
  (70.9,26.983873365872952),
  (71.0,26.983829744660085),
  (71.10000000000001,26.98378625459656),
  (71.2,26.983742895286472),
  (71.3,26.983699666335195),
  (71.4,26.983656567349282),
  (71.5,26.983613597936554),
  (71.60000000000001,26.983570757705994),
  (71.7,26.983528046267846),
  (71.8,26.98348546323355),
  (71.9,26.98344300821573),
  (72.0,26.98340068082822),
  (72.10000000000001,26.983358480686057),
  (72.2,26.983316407405454),
  (72.3,26.983274460603813),
  (72.4,26.983232639899725),
  (72.5,26.983190944912934),
  (72.60000000000001,26.983149375264404),
  (72.7,26.983107930576207),
  (72.8,26.983066610471596),
  (72.9,26.983025414575035),
  (73.0,26.982984342512072),
  (73.10000000000001,26.982943393909444),
  (73.2,26.982902568395026),
  (73.3,26.982861865597833),
  (73.4,26.982821285148027),
  (73.5,26.982780826676894),
  (73.60000000000001,26.982740489816855),
  (73.7,26.982700274201463),
  (73.8,26.98266017946539),
  (73.9,26.982620205244427),
  (74.0,26.982580351175468),
  (74.10000000000001,26.982540616896536),
  (74.2,26.98250100204676),
  (74.3,26.982461506266343),
  (74.4,26.98242212919664),
  (74.5,26.982382870480055),
  (74.60000000000001,26.9823437297601),
  (74.7,26.982304706681397),
  (74.8,26.982265800889554),
  (74.9,26.98222701203104),
  (75.0,26.982188339753655),
  (75.10000000000001,26.98214978370631),
  (75.2,26.982111343539003),
  (75.3,26.982073018902792),
  (75.4,26.982034809449797),
  (75.5,26.98199671483319),
  (75.60000000000001,26.981958734707227),
  (75.7,26.981920868727176),
  (75.8,26.981883116549387),
  (75.9,26.98184547783124),
  (76.0,26.98180795223115),
  (76.10000000000001,26.981770539408586),
  (76.2,26.981733239024056),
  (76.3,26.981696050739078),
  (76.4,26.981658974216213),
  (76.5,26.98162200911905),
  (76.60000000000001,26.981585155112178),
  (76.7,26.98154841186123),
  (76.80000000000001,26.98151177903285),
  (76.9,26.98147525629468),
  (77.0,26.98143884331537),
  (77.10000000000001,26.981402539764595),
  (77.2,26.981366345313024),
  (77.30000000000001,26.9813302596323),
  (77.4,26.981294282395105),
  (77.5,26.981258413275082),
  (77.60000000000001,26.981222651946876),
  (77.7,26.981186998086095),
  (77.80000000000001,26.981151451369378),
  (77.9,26.9811160114743),
  (78.0,26.981080678079426),
  (78.10000000000001,26.981045450864283),
  (78.2,26.98101032950939),
  (78.30000000000001,26.980975313696238),
  (78.4,26.98094040310725),
  (78.5,26.98090559742584),
  (78.60000000000001,26.98087089633636),
  (78.7,26.98083629952413),
  (78.80000000000001,26.98080180667543),
  (78.9,26.98076741747745),
  (79.0,26.98073313161837),
  (79.10000000000001,26.980698948787172),
  (79.2,26.980664868673674),
  (79.30000000000001,26.980630890968847),
  (79.4,26.98059701536461),
  (79.5,26.980563241553817),
  (79.60000000000001,26.98052956923025),
  (79.7,26.98049599808862),
  (79.80000000000001,26.980462527824546),
  (79.9,26.980429158134587),
  (80.0,26.980395888716203),
  (80.10000000000001,26.98036271926778),
  (80.2,26.98032964948861),
  (80.30000000000001,26.98029667907888),
  (80.4,26.9802638077397),
  (80.5,26.980231035173084),
  (80.60000000000001,26.980198361081936),
  (80.7,26.98016578517006),
  (80.80000000000001,26.98013330714215),
  (80.9,26.98010092670381),
  (81.0,26.9800686435615),
  (81.10000000000001,26.9800364574226),
  (81.2,26.980004367995353),
  (81.30000000000001,26.9799723749889),
  (81.4,26.979940478113225),
  (81.5,26.979908677079234),
  (81.60000000000001,26.979876971598678),
  (81.7,26.97984536138417),
  (81.80000000000001,26.979813846149206),
  (81.9,26.979782425608146),
  (82.0,26.979751099476214),
  (82.10000000000001,26.979719867469473),
  (82.2,26.97968872930486),
  (82.30000000000001,26.97965768470017),
  (82.4,26.97962673337404),
  (82.5,26.97959587504595),
  (82.60000000000001,26.97956510943625),
  (82.7,26.9795344362661),
  (82.80000000000001,26.979503855257526),
  (82.9,26.97947336613338),
  (83.0,26.979442968617356),
  (83.10000000000001,26.979412662433976),
  (83.2,26.979382447308613),
  (83.30000000000001,26.979352322967415),
  (83.4,26.97932228913722),
  (83.5,26.979292345545716),
  (83.60000000000001,26.979262491921588),
  (83.7,26.97923272799429),
  (83.80000000000001,26.979203053494125),
  (83.9,26.979173468152183),
  (84.0,26.97914397170038),
  (84.10000000000001,26.979114563871445),
  (84.2,26.979085244398885),
  (84.30000000000001,26.979056013017047),
  (84.4,26.97902686946104),
  (84.5,26.978997813466815),
  (84.60000000000001,26.978968844771085),
  (84.7,26.978939963111362),
  (84.80000000000001,26.978911168225963),
  (84.9,26.97888245985398),
  (85.0,26.978853837735297),
  (85.10000000000001,26.978825301610573),
  (85.2,26.97879685122127),
  (85.30000000000001,26.978768486309587),
  (85.4,26.978740206618564),
  (85.5,26.97871201189195),
  (85.60000000000001,26.978683901874305),
  (85.7,26.978655876310945),
  (85.80000000000001,26.978627934947955),
  (85.9,26.978600077532185),
  (86.0,26.978572303811248),
  (86.10000000000001,26.978544613533522),
  (86.2,26.978517006448136),
  (86.30000000000001,26.978489482304973),
  (86.4,26.978462040854676),
  (86.5,26.978434681848636),
  (86.60000000000001,26.978407405038986),
  (86.7,26.978380210178635),
  (86.80000000000001,26.97835309702119),
  (86.9,26.978326065321035),
  (87.0,26.97829911483327),
  (87.10000000000001,26.97827224531375),
  (87.2,26.97824545651906),
  (87.30000000000001,26.978218748206526),
  (87.4,26.97819212013419),
  (87.5,26.97816557206083),
  (87.60000000000001,26.97813910374592),
  (87.7,26.97811271494947),
  (87.80000000000001,26.978086405432407),
  (87.9,26.978060174956383),
  (88.0,26.9780340232838),
  (88.10000000000001,26.978007950177762),
  (88.2,26.977981955402083),
  (88.30000000000001,26.977956038721306),
  (88.4,26.97793019990064),
  (88.5,26.97790443870606),
  (88.60000000000001,26.977878754904193),
  (88.7,26.9778531482624),
  (88.80000000000001,26.97782761854874),
  (88.9,26.977802165531962),
  (89.0,26.977776788981508),
  (89.10000000000001,26.97775148866752),
  (89.2,26.97772626436082),
  (89.30000000000001,26.977701115832954),
  (89.4,26.977676042856114),
  (89.5,26.9776510452032),
  (89.60000000000001,26.9776261226478),
  (89.7,26.97760127496417),
  (89.80000000000001,26.977576501927242),
  (89.9,26.97755180331264),
  (90.0,26.977527178896654),
  (90.10000000000001,26.977502628456264),
  (90.2,26.97747815176909),
  (90.30000000000001,26.977453748613456),
  (90.4,26.977429418768317),
  (90.5,26.97740516201334),
  (90.60000000000001,26.977380978128803),
  (90.7,26.977356866895683),
  (90.80000000000001,26.97733282809561),
  (90.9,26.977308861510842),
  (91.0,26.977284966924326),
  (91.10000000000001,26.97726114411966),
  (91.2,26.977237392881083),
  (91.30000000000001,26.977213712993468),
  (91.4,26.977190104242354),
  (91.5,26.97716656641394),
  (91.60000000000001,26.97714309929504),
  (91.7,26.97711970267314),
  (91.80000000000001,26.97709637633632),
  (91.9,26.97707312007326),
  (92.0,26.977049933673175),
  (92.10000000000001,26.97702681692607),
  (92.2,26.977003769622602),
  (92.30000000000001,26.97698079155405),
  (92.4,26.976957882512316),
  (92.5,26.97693504228994),
  (92.60000000000001,26.976912270680067),
  (92.7,26.976889567476483),
  (92.80000000000001,26.97686693247358),
  (92.9,26.976844365466395),
  (93.0,26.976821866250546),
  (93.10000000000001,26.97679943462229),
  (93.2,26.97677707037848),
  (93.30000000000001,26.976754773316603),
  (93.4,26.97673254323474),
  (93.5,26.97671037993158),
  (93.60000000000001,26.976688283206403),
  (93.7,26.97666625285915),
  (93.80000000000001,26.976644288690284),
  (93.9,26.976622390500925),
  (94.0,26.976600558092777),
  (94.10000000000001,26.976578791268132),
  (94.2,26.97655708982989),
  (94.30000000000001,26.976535453581533),
  (94.4,26.97651388232713),
  (94.5,26.976492375871363),
  (94.60000000000001,26.97647093401947),
  (94.7,26.976449556577297),
  (94.80000000000001,26.976428243351272),
  (94.9,26.976406994148398),
  (95.0,26.97638580877626),
  (95.10000000000001,26.976364687043024),
  (95.2,26.976343628757434),
  (95.30000000000001,26.976322633728813),
  (95.4,26.976301701767053),
  (95.5,26.976280832682605),
  (95.60000000000001,26.97626002628652),
  (95.7,26.97623928239039),
  (95.80000000000001,26.97621860080639),
  (95.9,26.976197981347255),
  (96.0,26.976177423826268),
  (96.10000000000001,26.976156928057307),
  (96.2,26.976136493854636),
  (96.30000000000001,26.976116121033172),
  (96.4,26.976095809408445),
  (96.5,26.97607555879654),
  (96.60000000000001,26.976055369014095),
  (96.7,26.976035239878325),
  (96.80000000000001,26.976015171206964),
  (96.9,26.975995162818315),
  (97.0,26.97597521453121),
  (97.10000000000001,26.97595532616502),
  (97.2,26.975935497539695),
  (97.30000000000001,26.975915728475712),
  (97.4,26.975896018794057),
  (97.5,26.975876368316285),
  (97.60000000000001,26.975856776864493),
  (97.7,26.975837244261296),
  (97.80000000000001,26.97581777032984),
  (97.9,26.975798354893808),
  (98.0,26.975778997777436),
  (98.10000000000001,26.97575969880546),
  (98.2,26.97574045780315),
  (98.30000000000001,26.975721274596303),
  (98.4,26.975702149011234),
  (98.5,26.9756830808748),
  (98.60000000000001,26.97566407001436),
  (98.7,26.975645116257795),
  (98.80000000000001,26.97562621943351),
  (98.9,26.97560737937042),
  (99.0,26.97558859589796),
  (99.10000000000001,26.975569868846076),
  (99.2,26.975551198045217),
  (99.30000000000001,26.975532583326352),
  (99.4,26.975514024520955),
  (99.5,26.975495521461017),
  (99.60000000000001,26.97547707397902),
  (99.7,26.975458681907956),
  (99.80000000000001,26.975440345081314),
  (99.9,26.97542206333281),
  (100.0,26.97540383649964)]

@idontgetoutmuch
Copy link
Author

idontgetoutmuch commented Oct 16, 2017

With 728 points

forchris728

With 729 points

forchris729

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants