{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Plotly\n", "\n", "[Plotly](https://plot.ly) je sada produktů pro interaktivní vizualizaci dat ve webovém prostředí. Grafy v Plotly jde tvořit v několika jazycích, my si samozřejmě ukážeme [Python API](https://plotly.com/python/).\n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Instalace\n", "\n", "Pokud nemáte nainstalovaný Plotly, můžete si ho nainstalovat pomocí pipu, nejjednodušeji přímo z notebooku:\n" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "# odkomentujte pro instalaci knihovny plotly\n", "# %pip install plotly" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Případně pokud používáte `mamba` nebo `conda` instalaci:" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "# odkomentujte pro instalace plotly pomocí conda\n", "# %conda install plotly" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Základní plotly graf" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "import plotly.graph_objects as go\n", "import numpy as np" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "name": "sin(x)", "type": "scatter", "x": [ 0, 0.012578949563923095, 0.02515789912784619, 0.037736848691769284, 0.05031579825569238, 0.06289474781961547, 0.07547369738353857, 0.08805264694746166, 0.10063159651138476, 0.11321054607530785, 0.12578949563923095, 0.13836844520315406, 0.15094739476707714, 0.16352634433100022, 0.17610529389492333, 0.18868424345884643, 0.20126319302276952, 0.2138421425866926, 0.2264210921506157, 0.2390000417145388, 0.2515789912784619, 0.264157940842385, 0.2767368904063081, 0.2893158399702312, 0.3018947895341543, 0.31447373909807735, 0.32705268866200043, 0.33963163822592357, 0.35221058778984665, 0.36478953735376973, 0.37736848691769287, 0.38994743648161595, 0.40252638604553903, 0.4151053356094621, 0.4276842851733852, 0.44026323473730833, 0.4528421843012314, 0.4654211338651545, 0.4780000834290776, 0.4905790329930007, 0.5031579825569238, 0.5157369321208469, 0.52831588168477, 0.5408948312486931, 0.5534737808126162, 0.5660527303765392, 0.5786316799404624, 0.5912106295043854, 0.6037895790683085, 0.6163685286322317, 0.6289474781961547, 0.6415264277600778, 0.6541053773240009, 0.666684326887924, 0.6792632764518471, 0.6918422260157702, 0.7044211755796933, 0.7170001251436164, 0.7295790747075395, 0.7421580242714626, 0.7547369738353857, 0.7673159233993088, 0.7798948729632319, 0.7924738225271549, 0.8050527720910781, 0.8176317216550012, 0.8302106712189242, 0.8427896207828474, 0.8553685703467704, 0.8679475199106935, 0.8805264694746167, 0.8931054190385397, 0.9056843686024628, 0.918263318166386, 0.930842267730309, 0.9434212172942321, 0.9560001668581553, 0.9685791164220783, 0.9811580659860014, 0.9937370155499244, 1.0063159651138476, 1.0188949146777706, 1.0314738642416938, 1.0440528138056169, 1.05663176336954, 1.0692107129334631, 1.0817896624973862, 1.0943686120613092, 1.1069475616252324, 1.1195265111891555, 1.1321054607530785, 1.1446844103170015, 1.1572633598809248, 1.1698423094448478, 1.1824212590087708, 1.195000208572694, 1.207579158136617, 1.2201581077005401, 1.2327370572644634, 1.2453160068283864, 1.2578949563923094, 1.2704739059562327, 1.2830528555201557, 1.2956318050840787, 1.3082107546480017, 1.320789704211925, 1.333368653775848, 1.345947603339771, 1.3585265529036943, 1.3711055024676173, 1.3836844520315403, 1.3962634015954636, 1.4088423511593866, 1.4214213007233096, 1.4340002502872329, 1.446579199851156, 1.459158149415079, 1.4717370989790022, 1.4843160485429252, 1.4968949981068482, 1.5094739476707715, 1.5220528972346945, 1.5346318467986175, 1.5472107963625406, 1.5597897459264638, 1.5723686954903868, 1.5849476450543099, 1.597526594618233, 1.6101055441821561, 1.6226844937460791, 1.6352634433100024, 1.6478423928739254, 1.6604213424378484, 1.6730002920017717, 1.6855792415656947, 1.6981581911296177, 1.7107371406935408, 1.723316090257464, 1.735895039821387, 1.74847398938531, 1.7610529389492333, 1.7736318885131563, 1.7862108380770794, 1.7987897876410026, 1.8113687372049256, 1.8239476867688487, 1.836526636332772, 1.849105585896695, 1.861684535460618, 1.8742634850245412, 1.8868424345884642, 1.8994213841523873, 1.9120003337163105, 1.9245792832802335, 1.9371582328441566, 1.9497371824080796, 1.9623161319720028, 1.9748950815359259, 1.9874740310998489, 2.000052980663772, 2.012631930227695, 2.025210879791618, 2.037789829355541, 2.0503687789194642, 2.0629477284833877, 2.0755266780473107, 2.0881056276112337, 2.1006845771751568, 2.11326352673908, 2.125842476303003, 2.1384214258669263, 2.1510003754308493, 2.1635793249947723, 2.1761582745586954, 2.1887372241226184, 2.2013161736865414, 2.213895123250465, 2.226474072814388, 2.239053022378311, 2.251631971942234, 2.264210921506157, 2.27678987107008, 2.289368820634003, 2.3019477701979265, 2.3145267197618495, 2.3271056693257726, 2.3396846188896956, 2.3522635684536186, 2.3648425180175416, 2.377421467581465, 2.390000417145388, 2.402579366709311, 2.415158316273234, 2.427737265837157, 2.4403162154010802, 2.4528951649650033, 2.4654741145289267, 2.4780530640928498, 2.490632013656773, 2.503210963220696, 2.515789912784619, 2.528368862348542, 2.5409478119124653, 2.5535267614763884, 2.5661057110403114, 2.5786846606042344, 2.5912636101681574, 2.6038425597320805, 2.6164215092960035, 2.629000458859927, 2.64157940842385, 2.654158357987773, 2.666737307551696, 2.679316257115619, 2.691895206679542, 2.7044741562434655, 2.7170531058073886, 2.7296320553713116, 2.7422110049352346, 2.7547899544991576, 2.7673689040630807, 2.779947853627004, 2.792526803190927, 2.80510575275485, 2.817684702318773, 2.8302636518826962, 2.8428426014466193, 2.8554215510105423, 2.8680005005744658, 2.880579450138389, 2.893158399702312, 2.905737349266235, 2.918316298830158, 2.930895248394081, 2.9434741979580044, 2.9560531475219274, 2.9686320970858504, 2.9812110466497734, 2.9937899962136965, 3.0063689457776195, 3.018947895341543, 3.031526844905466, 3.044105794469389, 3.056684744033312, 3.069263693597235, 3.081842643161158, 3.094421592725081, 3.1070005422890046, 3.1195794918529276, 3.1321584414168506, 3.1447373909807737, 3.1573163405446967, 3.1698952901086197, 3.182474239672543, 3.195053189236466, 3.207632138800389, 3.2202110883643122, 3.2327900379282353, 3.2453689874921583, 3.2579479370560813, 3.270526886620005, 3.283105836183928, 3.295684785747851, 3.308263735311774, 3.320842684875697, 3.33342163443962, 3.3460005840035434, 3.3585795335674664, 3.3711584831313894, 3.3837374326953125, 3.3963163822592355, 3.4088953318231585, 3.4214742813870815, 3.434053230951005, 3.446632180514928, 3.459211130078851, 3.471790079642774, 3.484369029206697, 3.49694797877062, 3.5095269283345436, 3.5221058778984666, 3.5346848274623897, 3.5472637770263127, 3.5598427265902357, 3.5724216761541587, 3.585000625718082, 3.5975795752820052, 3.6101585248459283, 3.6227374744098513, 3.6353164239737743, 3.6478953735376973, 3.6604743231016204, 3.673053272665544, 3.685632222229467, 3.69821117179339, 3.710790121357313, 3.723369070921236, 3.735948020485159, 3.7485269700490824, 3.7611059196130054, 3.7736848691769285, 3.7862638187408515, 3.7988427683047745, 3.8114217178686975, 3.824000667432621, 3.836579616996544, 3.849158566560467, 3.86173751612439, 3.874316465688313, 3.886895415252236, 3.899474364816159, 3.9120533143800826, 3.9246322639440057, 3.9372112135079287, 3.9497901630718517, 3.9623691126357747, 3.9749480621996978, 3.9875270117636212, 4.000105961327544, 4.012684910891467, 4.02526386045539, 4.037842810019313, 4.050421759583236, 4.063000709147159, 4.075579658711082, 4.088158608275005, 4.1007375578389285, 4.113316507402852, 4.125895456966775, 4.138474406530698, 4.1510533560946214, 4.1636323056585445, 4.1762112552224675, 4.1887902047863905, 4.2013691543503136, 4.213948103914237, 4.22652705347816, 4.239106003042083, 4.251684952606006, 4.264263902169929, 4.276842851733853, 4.289421801297776, 4.302000750861699, 4.314579700425622, 4.327158649989545, 4.339737599553468, 4.352316549117391, 4.364895498681314, 4.377474448245237, 4.39005339780916, 4.402632347373083, 4.415211296937006, 4.42779024650093, 4.440369196064853, 4.452948145628776, 4.465527095192699, 4.478106044756622, 4.490684994320545, 4.503263943884468, 4.515842893448391, 4.528421843012314, 4.541000792576237, 4.55357974214016, 4.566158691704083, 4.578737641268006, 4.59131659083193, 4.603895540395853, 4.616474489959776, 4.629053439523699, 4.641632389087622, 4.654211338651545, 4.666790288215468, 4.679369237779391, 4.691948187343314, 4.704527136907237, 4.71710608647116, 4.729685036035083, 4.742263985599006, 4.75484293516293, 4.767421884726853, 4.780000834290776, 4.792579783854699, 4.805158733418622, 4.817737682982545, 4.830316632546468, 4.842895582110391, 4.855474531674314, 4.8680534812382374, 4.8806324308021605, 4.8932113803660835, 4.9057903299300065, 4.91836927949393, 4.9309482290578535, 4.9435271786217765, 4.9561061281856995, 4.9686850777496225, 4.981264027313546, 4.993842976877469, 5.006421926441392, 5.019000876005315, 5.031579825569238, 5.044158775133161, 5.056737724697084, 5.069316674261007, 5.081895623824931, 5.094474573388854, 5.107053522952777, 5.1196324725167, 5.132211422080623, 5.144790371644546, 5.157369321208469, 5.169948270772392, 5.182527220336315, 5.195106169900238, 5.207685119464161, 5.220264069028084, 5.232843018592007, 5.245421968155931, 5.258000917719854, 5.270579867283777, 5.2831588168477, 5.295737766411623, 5.308316715975546, 5.320895665539469, 5.333474615103392, 5.346053564667315, 5.358632514231238, 5.371211463795161, 5.383790413359084, 5.396369362923008, 5.408948312486931, 5.421527262050854, 5.434106211614777, 5.4466851611787, 5.459264110742623, 5.471843060306546, 5.484422009870469, 5.497000959434392, 5.509579908998315, 5.522158858562238, 5.534737808126161, 5.547316757690084, 5.559895707254008, 5.572474656817931, 5.585053606381854, 5.597632555945777, 5.6102115055097, 5.622790455073623, 5.635369404637546, 5.6479483542014695, 5.6605273037653925, 5.6731062533293155, 5.6856852028932385, 5.698264152457162, 5.710843102021085, 5.7234220515850085, 5.7360010011489315, 5.7485799507128545, 5.761158900276778, 5.773737849840701, 5.786316799404624, 5.798895748968547, 5.81147469853247, 5.824053648096393, 5.836632597660316, 5.849211547224239, 5.861790496788162, 5.874369446352085, 5.886948395916009, 5.899527345479932, 5.912106295043855, 5.924685244607778, 5.937264194171701, 5.949843143735624, 5.962422093299547, 5.97500104286347, 5.987579992427393, 6.000158941991316, 6.012737891555239, 6.025316841119162, 6.037895790683086, 6.050474740247009, 6.063053689810932, 6.075632639374855, 6.088211588938778, 6.100790538502701, 6.113369488066624, 6.125948437630547, 6.13852738719447, 6.151106336758393, 6.163685286322316, 6.176264235886239, 6.188843185450162, 6.201422135014086, 6.214001084578009, 6.226580034141932, 6.239158983705855, 6.251737933269778, 6.264316882833701, 6.276895832397624, 6.289474781961547, 6.30205373152547, 6.314632681089393, 6.327211630653316, 6.339790580217239, 6.352369529781162, 6.364948479345086, 6.377527428909009, 6.390106378472932, 6.402685328036855, 6.415264277600778, 6.4278432271647015, 6.4404221767286245, 6.4530011262925475, 6.4655800758564705, 6.478159025420394, 6.490737974984317, 6.50331692454824, 6.515895874112163, 6.528474823676087, 6.54105377324001, 6.553632722803933, 6.566211672367856, 6.578790621931779, 6.591369571495702, 6.603948521059625, 6.616527470623548, 6.629106420187471, 6.641685369751394, 6.654264319315317, 6.66684326887924, 6.679422218443163, 6.692001168007087, 6.70458011757101, 6.717159067134933, 6.729738016698856, 6.742316966262779, 6.754895915826702, 6.767474865390625, 6.780053814954548, 6.792632764518471, 6.805211714082394, 6.817790663646317, 6.83036961321024, 6.842948562774163, 6.855527512338087, 6.86810646190201, 6.880685411465933, 6.893264361029856, 6.905843310593779, 6.918422260157702, 6.931001209721625, 6.943580159285548, 6.956159108849471, 6.968738058413394, 6.981317007977317, 6.99389595754124, 7.006474907105164, 7.019053856669087, 7.03163280623301, 7.044211755796933, 7.056790705360856, 7.069369654924779, 7.081948604488702, 7.094527554052625, 7.107106503616548, 7.119685453180471, 7.132264402744394, 7.1448433523083175, 7.1574223018722405, 7.170001251436164, 7.182580201000087, 7.1951591505640105, 7.2077381001279335, 7.2203170496918565, 7.2328959992557795, 7.2454749488197026, 7.258053898383626, 7.270632847947549, 7.283211797511472, 7.295790747075395, 7.308369696639318, 7.320948646203241, 7.333527595767165, 7.346106545331088, 7.358685494895011, 7.371264444458934, 7.383843394022857, 7.39642234358678, 7.409001293150703, 7.421580242714626, 7.434159192278549, 7.446738141842472, 7.459317091406395, 7.471896040970318, 7.484474990534241, 7.497053940098165, 7.509632889662088, 7.522211839226011, 7.534790788789934, 7.547369738353857, 7.55994868791778, 7.572527637481703, 7.585106587045626, 7.597685536609549, 7.610264486173472, 7.622843435737395, 7.635422385301318, 7.648001334865242, 7.660580284429165, 7.673159233993088, 7.685738183557011, 7.698317133120934, 7.710896082684857, 7.72347503224878, 7.736053981812703, 7.748632931376626, 7.761211880940549, 7.773790830504472, 7.786369780068395, 7.798948729632318, 7.811527679196242, 7.824106628760165, 7.836685578324088, 7.849264527888011, 7.861843477451934, 7.874422427015857, 7.88700137657978, 7.899580326143703, 7.9121592757076264, 7.9247382252715495, 7.9373171748354725, 7.9498961243993955, 7.9624750739633186, 7.9750540235272425, 7.9876329730911655, 8.000211922655089, 8.01279087221901, 8.025369821782935, 8.037948771346857, 8.05052772091078, 8.063106670474705, 8.075685620038627, 8.08826456960255, 8.100843519166473, 8.113422468730397, 8.126001418294319, 8.138580367858243, 8.151159317422165, 8.163738266986089, 8.17631721655001, 8.188896166113935, 8.201475115677857, 8.21405406524178, 8.226633014805705, 8.239211964369627, 8.25179091393355, 8.264369863497473, 8.276948813061397, 8.289527762625319, 8.302106712189243, 8.314685661753165, 8.327264611317089, 8.339843560881011, 8.352422510444935, 8.365001460008857, 8.377580409572781, 8.390159359136705, 8.402738308700627, 8.415317258264551, 8.427896207828473, 8.440475157392397, 8.45305410695632, 8.465633056520243, 8.478212006084165, 8.49079095564809, 8.503369905212011, 8.515948854775935, 8.528527804339857, 8.541106753903781, 8.553685703467705, 8.566264653031627, 8.578843602595551, 8.591422552159473, 8.604001501723397, 8.61658045128732, 8.629159400851243, 8.641738350415165, 8.65431729997909, 8.666896249543012, 8.679475199106935, 8.692054148670858, 8.704633098234781, 8.717212047798705, 8.729790997362628, 8.742369946926551, 8.754948896490474, 8.767527846054398, 8.78010679561832, 8.792685745182244, 8.805264694746166, 8.81784364431009, 8.830422593874012, 8.843001543437936, 8.85558049300186, 8.868159442565782, 8.880738392129706, 8.893317341693628, 8.905896291257552, 8.918475240821474, 8.931054190385398, 8.94363313994932, 8.956212089513244, 8.968791039077166, 8.98136998864109, 8.993948938205012, 9.006527887768936, 9.01910683733286, 9.031685786896782, 9.044264736460706, 9.056843686024628, 9.069422635588552, 9.082001585152474, 9.094580534716398, 9.10715948428032, 9.119738433844244, 9.132317383408166, 9.14489633297209, 9.157475282536012, 9.170054232099936, 9.18263318166386, 9.195212131227782, 9.207791080791706, 9.220370030355628, 9.232948979919552, 9.245527929483474, 9.258106879047398, 9.27068582861132, 9.283264778175244, 9.295843727739166, 9.30842267730309, 9.321001626867012, 9.333580576430936, 9.34615952599486, 9.358738475558782, 9.371317425122706, 9.383896374686628, 9.396475324250552, 9.409054273814474, 9.421633223378398, 9.43421217294232, 9.446791122506244, 9.459370072070167, 9.47194902163409, 9.484527971198013, 9.497106920761937, 9.50968587032586, 9.522264819889783, 9.534843769453706, 9.547422719017629, 9.560001668581553, 9.572580618145475, 9.585159567709399, 9.59773851727332, 9.610317466837245, 9.622896416401167, 9.63547536596509, 9.648054315529013, 9.660633265092937, 9.67321221465686, 9.685791164220783, 9.698370113784707, 9.710949063348629, 9.723528012912553, 9.736106962476475, 9.748685912040399, 9.761264861604321, 9.773843811168245, 9.786422760732167, 9.799001710296091, 9.811580659860013, 9.824159609423937, 9.83673855898786, 9.849317508551783, 9.861896458115707, 9.874475407679629, 9.887054357243553, 9.899633306807475, 9.912212256371399, 9.924791205935321, 9.937370155499245, 9.949949105063167, 9.962528054627091, 9.975107004191013, 9.987685953754937, 10.000264903318861, 10.012843852882783, 10.025422802446707, 10.03800175201063, 10.050580701574553, 10.063159651138475, 10.0757386007024, 10.088317550266321, 10.100896499830245, 10.113475449394167, 10.126054398958091, 10.138633348522013, 10.151212298085937, 10.163791247649861, 10.176370197213783, 10.188949146777707, 10.20152809634163, 10.214107045905553, 10.226685995469476, 10.2392649450334, 10.251843894597322, 10.264422844161246, 10.277001793725168, 10.289580743289092, 10.302159692853014, 10.314738642416938, 10.327317591980862, 10.339896541544784, 10.352475491108708, 10.36505444067263, 10.377633390236554, 10.390212339800476, 10.4027912893644, 10.415370238928322, 10.427949188492246, 10.440528138056168, 10.453107087620092, 10.465686037184014, 10.478264986747938, 10.490843936311862, 10.503422885875784, 10.516001835439708, 10.52858078500363, 10.541159734567554, 10.553738684131476, 10.5663176336954, 10.578896583259322, 10.591475532823246, 10.604054482387168, 10.616633431951092, 10.629212381515016, 10.641791331078938, 10.654370280642862, 10.666949230206784, 10.679528179770708, 10.69210712933463, 10.704686078898554, 10.717265028462476, 10.7298439780264, 10.742422927590322, 10.755001877154246, 10.767580826718168, 10.780159776282092, 10.792738725846016, 10.805317675409938, 10.817896624973862, 10.830475574537784, 10.843054524101708, 10.85563347366563, 10.868212423229554, 10.880791372793476, 10.8933703223574, 10.905949271921322, 10.918528221485246, 10.931107171049169, 10.943686120613092, 10.956265070177016, 10.968844019740938, 10.981422969304862, 10.994001918868785, 11.006580868432708, 11.01915981799663, 11.031738767560554, 11.044317717124477, 11.0568966666884, 11.069475616252323, 11.082054565816247, 11.094633515380169, 11.107212464944093, 11.119791414508017, 11.132370364071939, 11.144949313635863, 11.157528263199785, 11.170107212763709, 11.18268616232763, 11.195265111891555, 11.207844061455477, 11.2204230110194, 11.233001960583323, 11.245580910147247, 11.258159859711169, 11.270738809275093, 11.283317758839017, 11.295896708402939, 11.308475657966863, 11.321054607530785, 11.333633557094709, 11.346212506658631, 11.358791456222555, 11.371370405786477, 11.383949355350401, 11.396528304914323, 11.409107254478247, 11.42168620404217, 11.434265153606093, 11.446844103170017, 11.45942305273394, 11.472002002297863, 11.484580951861785, 11.497159901425709, 11.509738850989631, 11.522317800553555, 11.534896750117477, 11.547475699681401, 11.560054649245323, 11.572633598809247, 11.58521254837317, 11.597791497937093, 11.610370447501017, 11.62294939706494, 11.635528346628863, 11.648107296192785, 11.66068624575671, 11.673265195320631, 11.685844144884555, 11.698423094448477, 11.711002044012401, 11.723580993576324, 11.736159943140247, 11.74873889270417, 11.761317842268094, 11.773896791832017, 11.78647574139594, 11.799054690959863, 11.811633640523786, 11.82421259008771, 11.836791539651632, 11.849370489215556, 11.861949438779478, 11.874528388343402, 11.887107337907324, 11.899686287471248, 11.91226523703517, 11.924844186599094, 11.937423136163018, 11.95000208572694, 11.962581035290864, 11.975159984854786, 11.98773893441871, 12.000317883982632, 12.012896833546556, 12.025475783110478, 12.038054732674402, 12.050633682238324, 12.063212631802248, 12.075791581366172, 12.088370530930094, 12.100949480494018, 12.11352843005794, 12.126107379621864, 12.138686329185786, 12.15126527874971, 12.163844228313632, 12.176423177877556, 12.189002127441478, 12.201581077005402, 12.214160026569324, 12.226738976133248, 12.239317925697172, 12.251896875261094, 12.264475824825018, 12.27705477438894, 12.289633723952864, 12.302212673516786, 12.31479162308071, 12.327370572644632, 12.339949522208556, 12.352528471772478, 12.365107421336402, 12.377686370900324, 12.390265320464248, 12.402844270028172, 12.415423219592094, 12.428002169156018, 12.44058111871994, 12.453160068283864, 12.465739017847786, 12.47831796741171, 12.490896916975633, 12.503475866539556, 12.516054816103479, 12.528633765667402, 12.541212715231325, 12.553791664795249, 12.566370614359172 ], "y": [ 0, 0.012578617838741058, 0.025155245389375847, 0.03772789267871718, 0.05029457036336618, 0.06285329004448194, 0.07540206458240159, 0.08793890841106125, 0.10046183785216795, 0.11296887142907283, 0.12545803018029603, 0.13792733797265358, 0.1503748218139367, 0.1627985121650943, 0.17519644325186898, 0.18756665337583714, 0.19990718522480458, 0.21221608618250787, 0.22449140863757258, 0.23673121029167973, 0.2489335544668916, 0.2610965104120882, 0.27321815360846585, 0.28529656607404974, 0.2973298366671723, 0.30931606138886886, 0.32125334368414366, 0.33313979474205757, 0.34497353379459045, 0.3567526884142317, 0.3684753948102499, 0.38013979812359666, 0.3917440527203973, 0.4032863224839812, 0.41476478110540693, 0.4261776123724353, 0.4375230104569043, 0.4487991802004621, 0.46000433739861096, 0.47113670908301786, 0.4821945338020477, 0.4931760618994744, 0.5040795557913246, 0.5149032902408126, 0.5256455526313207, 0.5363046432373825, 0.5468788754936273, 0.5573665762616421, 0.5677660860947078, 0.5780757595003707, 0.588293965200805, 0.5984190863909268, 0.608449520994217, 0.6183836819162153, 0.6282199972956423, 0.6379569107531118, 0.647592881637394, 0.6571263852691885, 0.666555913182372, 0.675879973362679, 0.6850970904837809, 0.6942058061407225, 0.7032046790806838, 0.7120922854310254, 0.720867218924585, 0.7295280911221884, 0.7380735316323389, 0.746502188328052, 0.7548127275607989, 0.7630038343715272, 0.7710742126987247, 0.7790225855834911, 0.7868476953715899, 0.7945483039124437, 0.8021231927550437, 0.809571163340744, 0.8168910371929053, 0.8240816561033644, 0.8311418823156935, 0.8380705987052264, 0.8448667089558177, 0.8515291377333112, 0.8580568308556875, 0.8644487554598649, 0.8707039001651274, 0.8768212752331536, 0.8827999127246196, 0.8886388666523558, 0.8943372131310272, 0.8998940505233182, 0.9053084995825966, 0.9105797035920355, 0.9157068285001692, 0.920689063052863, 0.9255256189216778, 0.9302157308286042, 0.934758656667151, 0.9391536776197676, 0.9434000982715812, 0.9474972467204298, 0.9514444746831766, 0.9552411575982869, 0.9588866947246497, 0.9623805092366334, 0.9657220483153546, 0.9689107832361495, 0.9719462094522335, 0.9748278466745341, 0.9775552389476861, 0.9801279547221765, 0.9825455869226277, 0.984807753012208, 0.98691409505316, 0.9888642797634357, 0.9906579985694317, 0.9922949676548136, 0.9937749280054242, 0.995097645450266, 0.9962629106985543, 0.9972705393728327, 0.9981203720381463, 0.9988122742272691, 0.9993461364619809, 0.9997218742703887, 0.9999394282002937, 0.9999987638285974, 0.9998998717667489, 0.9996427676622299, 0.9992274921960794, 0.9986541110764565, 0.9979227150282433, 0.9970334197786902, 0.9959863660391044, 0.9947817194825853, 0.9934196707178107, 0.991900435258877, 0.9902242534911986, 0.9883913906334728, 0.9864021366957146, 0.9842568064333687, 0.9819557392975067, 0.9794992993811165, 0.9768878753614926, 0.9741218804387363, 0.9712017522703763, 0.9681279529021188, 0.9649009686947391, 0.9615213102471255, 0.9579895123154889, 0.9543061337287488, 0.9504717573001116, 0.9464869897348526, 0.9423524615343186, 0.9380688268961659, 0.9336367636108462, 0.9290569729543628, 0.9243301795773085, 0.9194571313902055, 0.9144385994451658, 0.9092753778138886, 0.9039682834620162, 0.8985181561198674, 0.8929258581495686, 0.8871922744086043, 0.881318312109807, 0.8753049006778131, 0.869152991601999, 0.8628635582859312, 0.856437595893346, 0.8498761211906867, 0.8431801723862224, 0.8363508089657762, 0.8293891115250829, 0.8222961815988096, 0.8150731414862624, 0.8077211340738071, 0.800241322654032, 0.7926348907416848, 0.7849030418864046, 0.7770469994822886, 0.769068006574317, 0.7609673256616678, 0.7527462384979551, 0.744406045888419, 0.7359480674841035, 0.7273736415730488, 0.7186841248685385, 0.7098808922944289, 0.7009653367675978, 0.6919388689775463, 0.6828029171631891, 0.673558926886866, 0.6642083608056142, 0.6547526984397353, 0.6451934359386937, 0.6355320858443845, 0.6257701768518059, 0.6159092535671797, 0.6059508762635484, 0.5958966206338979, 0.5857480775418397, 0.5755068527698903, 0.5651745667653929, 0.5547528543841173, 0.5442433646315792, 0.5336477604021226, 0.5229677182158028, 0.5122049279531147, 0.5013610925876063, 0.49043792791642066, 0.47943716228880995, 0.4683605363326608, 0.4572098026790794, 0.44598672568507636, 0.4346930811543961, 0.4233306560565345, 0.4119012482439928, 0.40040666616780407, 0.3888487285913878, 0.37722926430277026, 0.36555011182521946, 0.3538131191263388, 0.3420201433256689, 0.330173050400837, 0.3182737148923088, 0.3063240196067838, 0.29432585531928224, 0.2822811204739722, 0.27019172088378224, 0.25805956942885044, 0.24588658575385056, 0.23367469596425278, 0.22142583232155955, 0.20914193293756786, 0.19682494146770554, 0.18447680680349254, 0.17209948276416928, 0.15969492778754976, 0.14726510462014156, 0.1348119800065847, 0.12233752437845731, 0.1098437115425002, 0.09733251836830287, 0.0848059244755095, 0.07226591192058739, 0.05971446488321034, 0.04715356935230619, 0.034585212811817465, 0.022011383926227784, 0.009434072225897046, -0.0031447322077359985, -0.015723039057040564, -0.02829885808311759, -0.04087019944071145, -0.053435073993057226, -0.06599149362662023, -0.07853747156566927, -0.09107102268664041, -0.10359016383223883, -0.11609291412522968, -0.12857729528186848, -0.14104133192491908, -0.15348305189621594, -0.16590048656871298, -0.1782916711579755, -0.19065464503306404, -0.20298745202676116, -0.2152881407450901, -0.2275547648760821, -0.23978538349773562, -0.25197806138512474, -0.2641308693166058, -0.2762418843790738, -0.2883091902722216, -0.3003308776117502, -0.31230504423148914, -0.32422979548437053, -0.33610324454221563, -0.34792351269428334, -0.3596887296445355, -0.3713970338075679, -0.3830465726031674, -0.3946355027494405, -0.406161990554472, -0.41762421220646645, -0.4290203540623263, -0.44034861293461913, -0.4516071963768948, -0.46279432296729867, -0.47390822259044274, -0.4849471367174873, -0.495909318684389, -0.5067930339682724, -0.5175965604618782, -0.5283181887460511, -0.538956222360216, -0.5495089780708056, -0.5599747861375949, -0.5703519905779012, -0.5806389494286053, -0.5908340350059578, -0.6009356341631226, -0.6109421485454225, -0.6208519948432432, -0.630663605042557, -0.6403754266730258, -0.6499859230536464, -0.6594935735358957, -0.6688968737443391, -0.6781943358146659, -0.6873844886291098, -0.6964658780492216, -0.7054370671459529, -0.7142966364270207, -0.723043184061509, -0.731675326101678, -0.7401916967019432, -0.7485909483349904, -0.7568717520049916, -0.7650327974578898, -0.7730727933887175, -0.7809904676459172, -0.788784567432631, -0.7964538595049286, -0.8039971303669401, -0.8114131864628653, -0.8187008543658276, -0.825858980963543, -0.8328864336407734, -0.8397821004585396, -0.8465448903300604, -0.8531737331933926, -0.8596675801807451, -0.8660254037844384, -0.872246198019486, -0.8783289785827684, -0.8842727830087774, -0.8900766708219056, -0.895739723685255, -0.9012610455459443, -0.9066397627768893, -0.9118750243150336, -0.9169660017960133, -0.921911889685225, -0.9267119054052849, -0.931365289459854, -0.9358713055538119, -0.9402292407097588, -0.9444384053808287, -0.948498133559795, -0.9524077828844512, -0.9561667347392507, -0.959774394353189, -0.9632301908939126, -0.9665335775580413, -0.9696840316576876, -0.97268105470316, -0.9755241724818386, -0.9782129351332083, -0.9807469172200395, -0.9831257177957041, -0.9853489604676163, -0.9874162934567888, -0.9893273896534934, -0.9910819466690195, -0.9926796868835203, -0.9941203574899392, -0.9954037305340125, -0.9965296029503367, -0.9974977965944997, -0.9983081582712682, -0.9989605597588274, -0.9994548978290693, -0.9997910942639261, -0.9999690958677468, -0.999988874475714, -0.9998504269583004, -0.9995537752217639, -0.9990989662046815, -0.9984860718705224, -0.9977151891962615, -0.9967864401570343, -0.9956999717068378, -0.9944559557552776, -0.9930545891403677, -0.9914960935973849, -0.9897807157237836, -0.9879087269401782, -0.9858804234473959, -0.9836961261796103, -0.9813561807535597, -0.9788609574138615, -0.9762108509744296, -0.9734062807560028, -0.9704476905197971, -0.9673355483972903, -0.9640703468161508, -0.9606526024223212, -0.957082855998271, -0.9533616723774295, -0.9494896403548136, -0.9454673725938637, -0.9412955055295036, -0.9369746992674384, -0.9325056374797075, -0.9278890272965095, -0.9231255991943125, -0.9182161068802741, -0.9131613271729835, -0.9079620598795464, -0.9026191276690343, -0.8971333759423143, -0.8915056726982842, -0.8857369083965297, -0.8798279958164298, -0.873779869912729, -0.8675934876676018, -0.8612698279392309, -0.8548098913069261, -0.8482146999128025, -0.8414852973000504, -0.8346227482478176, -0.8276281386027314, -0.8205025751070878, -0.8132471852237334, -0.8058631169576695, -0.7983515386744064, -0.7907136389150943, -0.7829506262084637, -0.7750637288796017, -0.7670541948555989, -0.7589232914680891, -0.7506723052527245, -0.7423025417456096, -0.7338153252767281, -0.7252119987603977, -0.7164939234827836, -0.7076624788865049, -0.698719062352368, -0.6896650889782625, -0.6805019913552531, -0.6712312193409035, -0.6618542398298681, -0.6523725365217912, -0.6427876096865396, -0.6331009759268216, -0.623314167938217, -0.6134287342666622, -0.6034462390634266, -0.5933682618376209, -0.5831963972062739, -0.5729322546420206, -0.5625774582184379, -0.552133646353071, -0.541602471548191, -0.5309856001293205, -0.5202847119815792, -0.5095015002838734, -0.4986376712409919, -0.487694943813635, -0.47667504944642797, -0.4655797317939577, -0.45441074644487806, -0.4431698606441268, -0.4318588530132981, -0.4204795132692152, -0.4090336419407468, -0.3975230500839139, -0.38594955899532896, -0.3743149999240192, -0.3626212137816673, -0.35087005085133094, -0.3390633704946757, -0.3272030408577722, -0.3152909385755031, -0.3033289484746273, -0.29131896327554796, -0.2792628832928309, -0.26716261613452225, -0.25502007640031144, -0.24283718537858734, -0.23061587074244044, -0.21835806624464577, -0.20606571141169297, -0.19374075123689813, -0.18138513587265162, -0.16900082032184968, -0.15658976412855838, -0.14415393106795907, -0.13169528883562445, -0.11921580873617425, -0.10671746537135988, -0.0942022363276273, -0.08167210186320688, -0.06912904459478485, -0.056575049183792726, -0.04401210202238211, -0.031442190919121114, -0.018867304784467676, -0.006289433316068405, 0.006289433316067026, 0.0188673047844663, 0.03144219091911974, 0.04401210202238073, 0.056575049183791346, 0.06912904459478347, 0.08167210186320639, 0.09420223632762592, 0.10671746537135851, 0.11921580873617288, 0.13169528883562306, 0.14415393106795768, 0.15658976412855702, 0.16900082032184832, 0.18138513587265026, 0.19374075123689677, 0.2060657114116916, 0.21835806624464443, 0.2306158707424391, 0.24283718537858687, 0.2550200764003101, 0.2671626161345209, 0.2792628832928296, 0.2913189632755466, 0.30332894847462605, 0.3152909385755018, 0.3272030408577709, 0.33906337049467444, 0.3508700508513296, 0.36262121378166595, 0.3743149999240179, 0.3859495589953277, 0.39752305008391264, 0.40903364194074554, 0.4204795132692139, 0.4318588530132969, 0.44316986064412556, 0.45441074644487683, 0.46557973179395645, 0.47667504944642675, 0.48769494381363376, 0.4986376712409907, 0.5095015002838723, 0.520284711981578, 0.5309856001293194, 0.5416024715481897, 0.5521336463530699, 0.5625774582184366, 0.5729322546420195, 0.5831963972062728, 0.5933682618376198, 0.6034462390634255, 0.6134287342666611, 0.6233141679382159, 0.6331009759268206, 0.6427876096865385, 0.6523725365217901, 0.6618542398298678, 0.6712312193409025, 0.6805019913552521, 0.6896650889782615, 0.698719062352367, 0.7076624788865039, 0.7164939234827827, 0.7252119987603968, 0.7338153252767271, 0.7423025417456087, 0.7506723052527237, 0.7589232914680881, 0.767054194855598, 0.7750637288796014, 0.7829506262084629, 0.7907136389150935, 0.7983515386744056, 0.8058631169576688, 0.8132471852237325, 0.820502575107087, 0.8276281386027308, 0.8346227482478168, 0.8414852973000496, 0.8482146999128017, 0.8548098913069254, 0.8612698279392301, 0.8675934876676011, 0.8737798699127283, 0.8798279958164291, 0.8857369083965291, 0.8915056726982836, 0.8971333759423138, 0.9026191276690336, 0.9079620598795458, 0.9131613271729829, 0.9182161068802737, 0.9231255991943119, 0.9278890272965089, 0.932505637479707, 0.9369746992674379, 0.9412955055295031, 0.9454673725938633, 0.9494896403548132, 0.9533616723774291, 0.9570828559982706, 0.9606526024223209, 0.9640703468161504, 0.96733554839729, 0.9704476905197967, 0.9734062807560024, 0.9762108509744293, 0.9788609574138614, 0.9813561807535595, 0.98369612617961, 0.9858804234473957, 0.987908726940178, 0.9897807157237833, 0.9914960935973847, 0.9930545891403676, 0.9944559557552775, 0.9956999717068375, 0.9967864401570342, 0.9977151891962615, 0.9984860718705224, 0.9990989662046814, 0.9995537752217638, 0.9998504269583004, 0.999988874475714, 0.999969095867747, 0.9997910942639262, 0.9994548978290694, 0.9989605597588275, 0.9983081582712683, 0.9974977965944998, 0.9965296029503368, 0.9954037305340127, 0.9941203574899394, 0.9926796868835203, 0.9910819466690197, 0.9893273896534936, 0.9874162934567892, 0.9853489604676167, 0.9831257177957046, 0.9807469172200398, 0.9782129351332084, 0.9755241724818389, 0.9726810547031601, 0.9696840316576879, 0.9665335775580415, 0.9632301908939129, 0.9597743943531892, 0.9561667347392514, 0.9524077828844516, 0.9484981335597957, 0.9444384053808291, 0.9402292407097596, 0.9358713055538124, 0.9313652894598542, 0.9267119054052854, 0.9219118896852252, 0.9169660017960138, 0.9118750243150339, 0.9066397627768898, 0.901261045545945, 0.895739723685256, 0.8900766708219062, 0.8842727830087785, 0.878328978582769, 0.8722461980194871, 0.8660254037844392, 0.8596675801807453, 0.8531737331933934, 0.8465448903300608, 0.8397821004585404, 0.8328864336407736, 0.8258589809635439, 0.8187008543658284, 0.8114131864628666, 0.803997130366941, 0.7964538595049301, 0.7887845674326319, 0.7809904676459185, 0.7730727933887184, 0.76503279745789, 0.7568717520049925, 0.7485909483349908, 0.7401916967019444, 0.7316753261016786, 0.7230431840615102, 0.7142966364270213, 0.7054370671459542, 0.6964658780492222, 0.6873844886291115, 0.678194335814667, 0.6688968737443408, 0.6594935735358967, 0.6499859230536468, 0.6403754266730268, 0.6306636050425575, 0.6208519948432446, 0.6109421485454233, 0.600935634163124, 0.5908340350059585, 0.5806389494286068, 0.570351990577902, 0.5599747861375968, 0.5495089780708068, 0.5389562223602165, 0.5283181887460523, 0.5175965604618786, 0.5067930339682736, 0.49590931868438975, 0.4849471367174889, 0.4739082225904436, 0.4627943229673003, 0.4516071963768956, 0.44034861293462074, 0.42902035406232714, 0.4176242122064685, 0.4061619905544733, 0.3946355027494409, 0.38304657260316866, 0.37139703380756833, 0.3596887296445368, 0.34792351269428423, 0.3361032445422173, 0.3242297954843714, 0.31230504423149086, 0.3003308776117511, 0.28830919027222335, 0.27624188437907515, 0.264130869316608, 0.2519780613851261, 0.2397853834977361, 0.22755476487608342, 0.2152881407450906, 0.20298745202676252, 0.19065464503306495, 0.17829167115797728, 0.1659004865687139, 0.15348305189621775, 0.14104133192492, 0.12857729528187029, 0.11609291412523105, 0.10359016383224108, 0.09107102268664179, 0.07853747156566976, 0.0659914936266216, 0.05343507399305771, 0.04087019944071283, 0.028298858083118522, 0.01572303905704239, 0.003144732207736932, -0.009434072225895224, -0.02201138392622685, -0.03458521281181564, -0.04715356935230482, -0.05971446488320808, -0.07226591192058601, -0.08480592447550901, -0.0973325183683015, -0.1098437115424997, -0.12233752437845594, -0.13481198000658376, -0.14726510462013975, -0.15969492778754882, -0.17209948276416748, -0.18447680680349163, -0.19682494146770374, -0.2091419329375665, -0.22142583232155733, -0.23367469596425144, -0.24588658575385006, -0.2580595694288491, -0.2701917208837818, -0.2822811204739704, -0.29432585531928135, -0.30632401960678207, -0.31827371489230794, -0.3301730504008353, -0.342020143325668, -0.35381311912633706, -0.3655501118252182, -0.37722926430276815, -0.3888487285913865, -0.4004066661678036, -0.4119012482439916, -0.4233306560565341, -0.4346930811543944, -0.4459867256850755, -0.4572098026790778, -0.46836053633265995, -0.47943716228880834, -0.4904379279164198, -0.5013610925876044, -0.5122049279531135, -0.5229677182158008, -0.5336477604021214, -0.5442433646315787, -0.5547528543841161, -0.5651745667653925, -0.5755068527698889, -0.5857480775418389, -0.5958966206338965, -0.6059508762635476, -0.6159092535671783, -0.6257701768518052, -0.6355320858443827, -0.6451934359386927, -0.6547526984397336, -0.6642083608056132, -0.6735589268868657, -0.6828029171631881, -0.6919388689775459, -0.7009653367675964, -0.7098808922944282, -0.7186841248685372, -0.7273736415730482, -0.7359480674841022, -0.7444060458884184, -0.7527462384979536, -0.7609673256616669, -0.7690680065743155, -0.7770469994822877, -0.7849030418864043, -0.7926348907416839, -0.8002413226540318, -0.807721134073806, -0.8150731414862619, -0.8222961815988086, -0.8293891115250823, -0.8363508089657752, -0.8431801723862219, -0.8498761211906855, -0.8564375958933453, -0.8628635582859301, -0.8691529916019983, -0.8753049006778127, -0.8813183121098064, -0.8871922744086038, -0.8929258581495678, -0.898518156119867, -0.9039682834620154, -0.9092753778138881, -0.914438599445165, -0.919457131390205, -0.9243301795773077, -0.9290569729543624, -0.9336367636108461, -0.9380688268961654, -0.9423524615343185, -0.946486989734852, -0.9504717573001114, -0.9543061337287484, -0.9579895123154887, -0.9615213102471251, -0.9649009686947388, -0.9681279529021183, -0.9712017522703761, -0.9741218804387358, -0.9768878753614922, -0.9794992993811164, -0.9819557392975065, -0.9842568064333685, -0.9864021366957143, -0.9883913906334727, -0.9902242534911982, -0.9919004352588768, -0.9934196707178105, -0.9947817194825852, -0.9959863660391042, -0.9970334197786901, -0.9979227150282431, -0.9986541110764564, -0.9992274921960794, -0.9996427676622299, -0.9998998717667489, -0.9999987638285974, -0.9999394282002937, -0.9997218742703887, -0.9993461364619809, -0.9988122742272693, -0.9981203720381463, -0.9972705393728328, -0.9962629106985544, -0.9950976454502662, -0.9937749280054243, -0.9922949676548137, -0.9906579985694319, -0.9888642797634358, -0.9869140950531602, -0.9848077530122081, -0.9825455869226281, -0.9801279547221767, -0.9775552389476866, -0.9748278466745344, -0.9719462094522341, -0.9689107832361499, -0.9657220483153551, -0.9623805092366339, -0.9588866947246498, -0.9552411575982872, -0.9514444746831768, -0.9474972467204302, -0.9434000982715814, -0.9391536776197683, -0.9347586566671513, -0.9302157308286049, -0.9255256189216783, -0.9206890630528639, -0.9157068285001696, -0.9105797035920364, -0.9053084995825972, -0.8998940505233184, -0.8943372131310279, -0.8886388666523561, -0.8827999127246203, -0.8768212752331539, -0.8707039001651283, -0.8644487554598653, -0.8580568308556884, -0.8515291377333118, -0.8448667089558188, -0.838070598705227, -0.8311418823156947, -0.8240816561033651, -0.8168910371929057, -0.8095711633407447, -0.8021231927550442, -0.7945483039124446, -0.7868476953715905, -0.7790225855834922, -0.7710742126987252, -0.7630038343715285, -0.7548127275607995, -0.7465021883280534, -0.7380735316323398, -0.7295280911221899, -0.7208672189245859, -0.7120922854310258, -0.703204679080685, -0.694205806140723, -0.685097090483782, -0.6758799733626797, -0.6665559131823733, -0.6571263852691893, -0.6475928816373955, -0.6379569107531127, -0.6282199972956439, -0.6183836819162163, -0.6084495209942188, -0.5984190863909279, -0.5882939652008056, -0.5780757595003719, -0.5677660860947084, -0.5573665762616435, -0.546878875493628, -0.5363046432373839, -0.5256455526313215, -0.5149032902408143, -0.5040795557913256, -0.49317606189947616, -0.4821945338020488, -0.4711367090830182, -0.46000433739861224, -0.44879918020046267, -0.43752301045690567, -0.4261776123724359, -0.4147647811054085, -0.403286322483982, -0.39174405272039897, -0.3801397981235976, -0.3684753948102517, -0.3567526884142328, -0.34497353379459245, -0.33313979474205874, -0.3212533436841441, -0.30931606138887024, -0.2973298366671729, -0.28529656607405124, -0.2732181536084666, -0.26109651041208987, -0.24893355446689247, -0.2367312102916815, -0.22449140863757358, -0.2122160861825098, -0.19990718522480572, -0.1875666533758392, -0.17519644325187023, -0.16279851216509478, -0.1503748218139381, -0.1379273379726542, -0.12545803018029758, -0.11296887142907358, -0.10046183785216964, -0.08793890841106214, -0.07540206458240344, -0.06285329004448297, -0.05029457036336817, -0.037727892678718344, -0.025155245389377974, -0.012578617838742366, -4.898587196589413e-16 ] }, { "name": "cos(x)", "type": "scatter", "x": [ 0, 0.012578949563923095, 0.02515789912784619, 0.037736848691769284, 0.05031579825569238, 0.06289474781961547, 0.07547369738353857, 0.08805264694746166, 0.10063159651138476, 0.11321054607530785, 0.12578949563923095, 0.13836844520315406, 0.15094739476707714, 0.16352634433100022, 0.17610529389492333, 0.18868424345884643, 0.20126319302276952, 0.2138421425866926, 0.2264210921506157, 0.2390000417145388, 0.2515789912784619, 0.264157940842385, 0.2767368904063081, 0.2893158399702312, 0.3018947895341543, 0.31447373909807735, 0.32705268866200043, 0.33963163822592357, 0.35221058778984665, 0.36478953735376973, 0.37736848691769287, 0.38994743648161595, 0.40252638604553903, 0.4151053356094621, 0.4276842851733852, 0.44026323473730833, 0.4528421843012314, 0.4654211338651545, 0.4780000834290776, 0.4905790329930007, 0.5031579825569238, 0.5157369321208469, 0.52831588168477, 0.5408948312486931, 0.5534737808126162, 0.5660527303765392, 0.5786316799404624, 0.5912106295043854, 0.6037895790683085, 0.6163685286322317, 0.6289474781961547, 0.6415264277600778, 0.6541053773240009, 0.666684326887924, 0.6792632764518471, 0.6918422260157702, 0.7044211755796933, 0.7170001251436164, 0.7295790747075395, 0.7421580242714626, 0.7547369738353857, 0.7673159233993088, 0.7798948729632319, 0.7924738225271549, 0.8050527720910781, 0.8176317216550012, 0.8302106712189242, 0.8427896207828474, 0.8553685703467704, 0.8679475199106935, 0.8805264694746167, 0.8931054190385397, 0.9056843686024628, 0.918263318166386, 0.930842267730309, 0.9434212172942321, 0.9560001668581553, 0.9685791164220783, 0.9811580659860014, 0.9937370155499244, 1.0063159651138476, 1.0188949146777706, 1.0314738642416938, 1.0440528138056169, 1.05663176336954, 1.0692107129334631, 1.0817896624973862, 1.0943686120613092, 1.1069475616252324, 1.1195265111891555, 1.1321054607530785, 1.1446844103170015, 1.1572633598809248, 1.1698423094448478, 1.1824212590087708, 1.195000208572694, 1.207579158136617, 1.2201581077005401, 1.2327370572644634, 1.2453160068283864, 1.2578949563923094, 1.2704739059562327, 1.2830528555201557, 1.2956318050840787, 1.3082107546480017, 1.320789704211925, 1.333368653775848, 1.345947603339771, 1.3585265529036943, 1.3711055024676173, 1.3836844520315403, 1.3962634015954636, 1.4088423511593866, 1.4214213007233096, 1.4340002502872329, 1.446579199851156, 1.459158149415079, 1.4717370989790022, 1.4843160485429252, 1.4968949981068482, 1.5094739476707715, 1.5220528972346945, 1.5346318467986175, 1.5472107963625406, 1.5597897459264638, 1.5723686954903868, 1.5849476450543099, 1.597526594618233, 1.6101055441821561, 1.6226844937460791, 1.6352634433100024, 1.6478423928739254, 1.6604213424378484, 1.6730002920017717, 1.6855792415656947, 1.6981581911296177, 1.7107371406935408, 1.723316090257464, 1.735895039821387, 1.74847398938531, 1.7610529389492333, 1.7736318885131563, 1.7862108380770794, 1.7987897876410026, 1.8113687372049256, 1.8239476867688487, 1.836526636332772, 1.849105585896695, 1.861684535460618, 1.8742634850245412, 1.8868424345884642, 1.8994213841523873, 1.9120003337163105, 1.9245792832802335, 1.9371582328441566, 1.9497371824080796, 1.9623161319720028, 1.9748950815359259, 1.9874740310998489, 2.000052980663772, 2.012631930227695, 2.025210879791618, 2.037789829355541, 2.0503687789194642, 2.0629477284833877, 2.0755266780473107, 2.0881056276112337, 2.1006845771751568, 2.11326352673908, 2.125842476303003, 2.1384214258669263, 2.1510003754308493, 2.1635793249947723, 2.1761582745586954, 2.1887372241226184, 2.2013161736865414, 2.213895123250465, 2.226474072814388, 2.239053022378311, 2.251631971942234, 2.264210921506157, 2.27678987107008, 2.289368820634003, 2.3019477701979265, 2.3145267197618495, 2.3271056693257726, 2.3396846188896956, 2.3522635684536186, 2.3648425180175416, 2.377421467581465, 2.390000417145388, 2.402579366709311, 2.415158316273234, 2.427737265837157, 2.4403162154010802, 2.4528951649650033, 2.4654741145289267, 2.4780530640928498, 2.490632013656773, 2.503210963220696, 2.515789912784619, 2.528368862348542, 2.5409478119124653, 2.5535267614763884, 2.5661057110403114, 2.5786846606042344, 2.5912636101681574, 2.6038425597320805, 2.6164215092960035, 2.629000458859927, 2.64157940842385, 2.654158357987773, 2.666737307551696, 2.679316257115619, 2.691895206679542, 2.7044741562434655, 2.7170531058073886, 2.7296320553713116, 2.7422110049352346, 2.7547899544991576, 2.7673689040630807, 2.779947853627004, 2.792526803190927, 2.80510575275485, 2.817684702318773, 2.8302636518826962, 2.8428426014466193, 2.8554215510105423, 2.8680005005744658, 2.880579450138389, 2.893158399702312, 2.905737349266235, 2.918316298830158, 2.930895248394081, 2.9434741979580044, 2.9560531475219274, 2.9686320970858504, 2.9812110466497734, 2.9937899962136965, 3.0063689457776195, 3.018947895341543, 3.031526844905466, 3.044105794469389, 3.056684744033312, 3.069263693597235, 3.081842643161158, 3.094421592725081, 3.1070005422890046, 3.1195794918529276, 3.1321584414168506, 3.1447373909807737, 3.1573163405446967, 3.1698952901086197, 3.182474239672543, 3.195053189236466, 3.207632138800389, 3.2202110883643122, 3.2327900379282353, 3.2453689874921583, 3.2579479370560813, 3.270526886620005, 3.283105836183928, 3.295684785747851, 3.308263735311774, 3.320842684875697, 3.33342163443962, 3.3460005840035434, 3.3585795335674664, 3.3711584831313894, 3.3837374326953125, 3.3963163822592355, 3.4088953318231585, 3.4214742813870815, 3.434053230951005, 3.446632180514928, 3.459211130078851, 3.471790079642774, 3.484369029206697, 3.49694797877062, 3.5095269283345436, 3.5221058778984666, 3.5346848274623897, 3.5472637770263127, 3.5598427265902357, 3.5724216761541587, 3.585000625718082, 3.5975795752820052, 3.6101585248459283, 3.6227374744098513, 3.6353164239737743, 3.6478953735376973, 3.6604743231016204, 3.673053272665544, 3.685632222229467, 3.69821117179339, 3.710790121357313, 3.723369070921236, 3.735948020485159, 3.7485269700490824, 3.7611059196130054, 3.7736848691769285, 3.7862638187408515, 3.7988427683047745, 3.8114217178686975, 3.824000667432621, 3.836579616996544, 3.849158566560467, 3.86173751612439, 3.874316465688313, 3.886895415252236, 3.899474364816159, 3.9120533143800826, 3.9246322639440057, 3.9372112135079287, 3.9497901630718517, 3.9623691126357747, 3.9749480621996978, 3.9875270117636212, 4.000105961327544, 4.012684910891467, 4.02526386045539, 4.037842810019313, 4.050421759583236, 4.063000709147159, 4.075579658711082, 4.088158608275005, 4.1007375578389285, 4.113316507402852, 4.125895456966775, 4.138474406530698, 4.1510533560946214, 4.1636323056585445, 4.1762112552224675, 4.1887902047863905, 4.2013691543503136, 4.213948103914237, 4.22652705347816, 4.239106003042083, 4.251684952606006, 4.264263902169929, 4.276842851733853, 4.289421801297776, 4.302000750861699, 4.314579700425622, 4.327158649989545, 4.339737599553468, 4.352316549117391, 4.364895498681314, 4.377474448245237, 4.39005339780916, 4.402632347373083, 4.415211296937006, 4.42779024650093, 4.440369196064853, 4.452948145628776, 4.465527095192699, 4.478106044756622, 4.490684994320545, 4.503263943884468, 4.515842893448391, 4.528421843012314, 4.541000792576237, 4.55357974214016, 4.566158691704083, 4.578737641268006, 4.59131659083193, 4.603895540395853, 4.616474489959776, 4.629053439523699, 4.641632389087622, 4.654211338651545, 4.666790288215468, 4.679369237779391, 4.691948187343314, 4.704527136907237, 4.71710608647116, 4.729685036035083, 4.742263985599006, 4.75484293516293, 4.767421884726853, 4.780000834290776, 4.792579783854699, 4.805158733418622, 4.817737682982545, 4.830316632546468, 4.842895582110391, 4.855474531674314, 4.8680534812382374, 4.8806324308021605, 4.8932113803660835, 4.9057903299300065, 4.91836927949393, 4.9309482290578535, 4.9435271786217765, 4.9561061281856995, 4.9686850777496225, 4.981264027313546, 4.993842976877469, 5.006421926441392, 5.019000876005315, 5.031579825569238, 5.044158775133161, 5.056737724697084, 5.069316674261007, 5.081895623824931, 5.094474573388854, 5.107053522952777, 5.1196324725167, 5.132211422080623, 5.144790371644546, 5.157369321208469, 5.169948270772392, 5.182527220336315, 5.195106169900238, 5.207685119464161, 5.220264069028084, 5.232843018592007, 5.245421968155931, 5.258000917719854, 5.270579867283777, 5.2831588168477, 5.295737766411623, 5.308316715975546, 5.320895665539469, 5.333474615103392, 5.346053564667315, 5.358632514231238, 5.371211463795161, 5.383790413359084, 5.396369362923008, 5.408948312486931, 5.421527262050854, 5.434106211614777, 5.4466851611787, 5.459264110742623, 5.471843060306546, 5.484422009870469, 5.497000959434392, 5.509579908998315, 5.522158858562238, 5.534737808126161, 5.547316757690084, 5.559895707254008, 5.572474656817931, 5.585053606381854, 5.597632555945777, 5.6102115055097, 5.622790455073623, 5.635369404637546, 5.6479483542014695, 5.6605273037653925, 5.6731062533293155, 5.6856852028932385, 5.698264152457162, 5.710843102021085, 5.7234220515850085, 5.7360010011489315, 5.7485799507128545, 5.761158900276778, 5.773737849840701, 5.786316799404624, 5.798895748968547, 5.81147469853247, 5.824053648096393, 5.836632597660316, 5.849211547224239, 5.861790496788162, 5.874369446352085, 5.886948395916009, 5.899527345479932, 5.912106295043855, 5.924685244607778, 5.937264194171701, 5.949843143735624, 5.962422093299547, 5.97500104286347, 5.987579992427393, 6.000158941991316, 6.012737891555239, 6.025316841119162, 6.037895790683086, 6.050474740247009, 6.063053689810932, 6.075632639374855, 6.088211588938778, 6.100790538502701, 6.113369488066624, 6.125948437630547, 6.13852738719447, 6.151106336758393, 6.163685286322316, 6.176264235886239, 6.188843185450162, 6.201422135014086, 6.214001084578009, 6.226580034141932, 6.239158983705855, 6.251737933269778, 6.264316882833701, 6.276895832397624, 6.289474781961547, 6.30205373152547, 6.314632681089393, 6.327211630653316, 6.339790580217239, 6.352369529781162, 6.364948479345086, 6.377527428909009, 6.390106378472932, 6.402685328036855, 6.415264277600778, 6.4278432271647015, 6.4404221767286245, 6.4530011262925475, 6.4655800758564705, 6.478159025420394, 6.490737974984317, 6.50331692454824, 6.515895874112163, 6.528474823676087, 6.54105377324001, 6.553632722803933, 6.566211672367856, 6.578790621931779, 6.591369571495702, 6.603948521059625, 6.616527470623548, 6.629106420187471, 6.641685369751394, 6.654264319315317, 6.66684326887924, 6.679422218443163, 6.692001168007087, 6.70458011757101, 6.717159067134933, 6.729738016698856, 6.742316966262779, 6.754895915826702, 6.767474865390625, 6.780053814954548, 6.792632764518471, 6.805211714082394, 6.817790663646317, 6.83036961321024, 6.842948562774163, 6.855527512338087, 6.86810646190201, 6.880685411465933, 6.893264361029856, 6.905843310593779, 6.918422260157702, 6.931001209721625, 6.943580159285548, 6.956159108849471, 6.968738058413394, 6.981317007977317, 6.99389595754124, 7.006474907105164, 7.019053856669087, 7.03163280623301, 7.044211755796933, 7.056790705360856, 7.069369654924779, 7.081948604488702, 7.094527554052625, 7.107106503616548, 7.119685453180471, 7.132264402744394, 7.1448433523083175, 7.1574223018722405, 7.170001251436164, 7.182580201000087, 7.1951591505640105, 7.2077381001279335, 7.2203170496918565, 7.2328959992557795, 7.2454749488197026, 7.258053898383626, 7.270632847947549, 7.283211797511472, 7.295790747075395, 7.308369696639318, 7.320948646203241, 7.333527595767165, 7.346106545331088, 7.358685494895011, 7.371264444458934, 7.383843394022857, 7.39642234358678, 7.409001293150703, 7.421580242714626, 7.434159192278549, 7.446738141842472, 7.459317091406395, 7.471896040970318, 7.484474990534241, 7.497053940098165, 7.509632889662088, 7.522211839226011, 7.534790788789934, 7.547369738353857, 7.55994868791778, 7.572527637481703, 7.585106587045626, 7.597685536609549, 7.610264486173472, 7.622843435737395, 7.635422385301318, 7.648001334865242, 7.660580284429165, 7.673159233993088, 7.685738183557011, 7.698317133120934, 7.710896082684857, 7.72347503224878, 7.736053981812703, 7.748632931376626, 7.761211880940549, 7.773790830504472, 7.786369780068395, 7.798948729632318, 7.811527679196242, 7.824106628760165, 7.836685578324088, 7.849264527888011, 7.861843477451934, 7.874422427015857, 7.88700137657978, 7.899580326143703, 7.9121592757076264, 7.9247382252715495, 7.9373171748354725, 7.9498961243993955, 7.9624750739633186, 7.9750540235272425, 7.9876329730911655, 8.000211922655089, 8.01279087221901, 8.025369821782935, 8.037948771346857, 8.05052772091078, 8.063106670474705, 8.075685620038627, 8.08826456960255, 8.100843519166473, 8.113422468730397, 8.126001418294319, 8.138580367858243, 8.151159317422165, 8.163738266986089, 8.17631721655001, 8.188896166113935, 8.201475115677857, 8.21405406524178, 8.226633014805705, 8.239211964369627, 8.25179091393355, 8.264369863497473, 8.276948813061397, 8.289527762625319, 8.302106712189243, 8.314685661753165, 8.327264611317089, 8.339843560881011, 8.352422510444935, 8.365001460008857, 8.377580409572781, 8.390159359136705, 8.402738308700627, 8.415317258264551, 8.427896207828473, 8.440475157392397, 8.45305410695632, 8.465633056520243, 8.478212006084165, 8.49079095564809, 8.503369905212011, 8.515948854775935, 8.528527804339857, 8.541106753903781, 8.553685703467705, 8.566264653031627, 8.578843602595551, 8.591422552159473, 8.604001501723397, 8.61658045128732, 8.629159400851243, 8.641738350415165, 8.65431729997909, 8.666896249543012, 8.679475199106935, 8.692054148670858, 8.704633098234781, 8.717212047798705, 8.729790997362628, 8.742369946926551, 8.754948896490474, 8.767527846054398, 8.78010679561832, 8.792685745182244, 8.805264694746166, 8.81784364431009, 8.830422593874012, 8.843001543437936, 8.85558049300186, 8.868159442565782, 8.880738392129706, 8.893317341693628, 8.905896291257552, 8.918475240821474, 8.931054190385398, 8.94363313994932, 8.956212089513244, 8.968791039077166, 8.98136998864109, 8.993948938205012, 9.006527887768936, 9.01910683733286, 9.031685786896782, 9.044264736460706, 9.056843686024628, 9.069422635588552, 9.082001585152474, 9.094580534716398, 9.10715948428032, 9.119738433844244, 9.132317383408166, 9.14489633297209, 9.157475282536012, 9.170054232099936, 9.18263318166386, 9.195212131227782, 9.207791080791706, 9.220370030355628, 9.232948979919552, 9.245527929483474, 9.258106879047398, 9.27068582861132, 9.283264778175244, 9.295843727739166, 9.30842267730309, 9.321001626867012, 9.333580576430936, 9.34615952599486, 9.358738475558782, 9.371317425122706, 9.383896374686628, 9.396475324250552, 9.409054273814474, 9.421633223378398, 9.43421217294232, 9.446791122506244, 9.459370072070167, 9.47194902163409, 9.484527971198013, 9.497106920761937, 9.50968587032586, 9.522264819889783, 9.534843769453706, 9.547422719017629, 9.560001668581553, 9.572580618145475, 9.585159567709399, 9.59773851727332, 9.610317466837245, 9.622896416401167, 9.63547536596509, 9.648054315529013, 9.660633265092937, 9.67321221465686, 9.685791164220783, 9.698370113784707, 9.710949063348629, 9.723528012912553, 9.736106962476475, 9.748685912040399, 9.761264861604321, 9.773843811168245, 9.786422760732167, 9.799001710296091, 9.811580659860013, 9.824159609423937, 9.83673855898786, 9.849317508551783, 9.861896458115707, 9.874475407679629, 9.887054357243553, 9.899633306807475, 9.912212256371399, 9.924791205935321, 9.937370155499245, 9.949949105063167, 9.962528054627091, 9.975107004191013, 9.987685953754937, 10.000264903318861, 10.012843852882783, 10.025422802446707, 10.03800175201063, 10.050580701574553, 10.063159651138475, 10.0757386007024, 10.088317550266321, 10.100896499830245, 10.113475449394167, 10.126054398958091, 10.138633348522013, 10.151212298085937, 10.163791247649861, 10.176370197213783, 10.188949146777707, 10.20152809634163, 10.214107045905553, 10.226685995469476, 10.2392649450334, 10.251843894597322, 10.264422844161246, 10.277001793725168, 10.289580743289092, 10.302159692853014, 10.314738642416938, 10.327317591980862, 10.339896541544784, 10.352475491108708, 10.36505444067263, 10.377633390236554, 10.390212339800476, 10.4027912893644, 10.415370238928322, 10.427949188492246, 10.440528138056168, 10.453107087620092, 10.465686037184014, 10.478264986747938, 10.490843936311862, 10.503422885875784, 10.516001835439708, 10.52858078500363, 10.541159734567554, 10.553738684131476, 10.5663176336954, 10.578896583259322, 10.591475532823246, 10.604054482387168, 10.616633431951092, 10.629212381515016, 10.641791331078938, 10.654370280642862, 10.666949230206784, 10.679528179770708, 10.69210712933463, 10.704686078898554, 10.717265028462476, 10.7298439780264, 10.742422927590322, 10.755001877154246, 10.767580826718168, 10.780159776282092, 10.792738725846016, 10.805317675409938, 10.817896624973862, 10.830475574537784, 10.843054524101708, 10.85563347366563, 10.868212423229554, 10.880791372793476, 10.8933703223574, 10.905949271921322, 10.918528221485246, 10.931107171049169, 10.943686120613092, 10.956265070177016, 10.968844019740938, 10.981422969304862, 10.994001918868785, 11.006580868432708, 11.01915981799663, 11.031738767560554, 11.044317717124477, 11.0568966666884, 11.069475616252323, 11.082054565816247, 11.094633515380169, 11.107212464944093, 11.119791414508017, 11.132370364071939, 11.144949313635863, 11.157528263199785, 11.170107212763709, 11.18268616232763, 11.195265111891555, 11.207844061455477, 11.2204230110194, 11.233001960583323, 11.245580910147247, 11.258159859711169, 11.270738809275093, 11.283317758839017, 11.295896708402939, 11.308475657966863, 11.321054607530785, 11.333633557094709, 11.346212506658631, 11.358791456222555, 11.371370405786477, 11.383949355350401, 11.396528304914323, 11.409107254478247, 11.42168620404217, 11.434265153606093, 11.446844103170017, 11.45942305273394, 11.472002002297863, 11.484580951861785, 11.497159901425709, 11.509738850989631, 11.522317800553555, 11.534896750117477, 11.547475699681401, 11.560054649245323, 11.572633598809247, 11.58521254837317, 11.597791497937093, 11.610370447501017, 11.62294939706494, 11.635528346628863, 11.648107296192785, 11.66068624575671, 11.673265195320631, 11.685844144884555, 11.698423094448477, 11.711002044012401, 11.723580993576324, 11.736159943140247, 11.74873889270417, 11.761317842268094, 11.773896791832017, 11.78647574139594, 11.799054690959863, 11.811633640523786, 11.82421259008771, 11.836791539651632, 11.849370489215556, 11.861949438779478, 11.874528388343402, 11.887107337907324, 11.899686287471248, 11.91226523703517, 11.924844186599094, 11.937423136163018, 11.95000208572694, 11.962581035290864, 11.975159984854786, 11.98773893441871, 12.000317883982632, 12.012896833546556, 12.025475783110478, 12.038054732674402, 12.050633682238324, 12.063212631802248, 12.075791581366172, 12.088370530930094, 12.100949480494018, 12.11352843005794, 12.126107379621864, 12.138686329185786, 12.15126527874971, 12.163844228313632, 12.176423177877556, 12.189002127441478, 12.201581077005402, 12.214160026569324, 12.226738976133248, 12.239317925697172, 12.251896875261094, 12.264475824825018, 12.27705477438894, 12.289633723952864, 12.302212673516786, 12.31479162308071, 12.327370572644632, 12.339949522208556, 12.352528471772478, 12.365107421336402, 12.377686370900324, 12.390265320464248, 12.402844270028172, 12.415423219592094, 12.428002169156018, 12.44058111871994, 12.453160068283864, 12.465739017847786, 12.47831796741171, 12.490896916975633, 12.503475866539556, 12.516054816103479, 12.528633765667402, 12.541212715231325, 12.553791664795249, 12.566370614359172 ], "y": [ 1, 0.9999208860571255, 0.9996835567465339, 0.99928804962034, 0.9987344272588006, 0.9980227772604111, 0.9971532122280464, 0.9961258697511429, 0.9949409123839288, 0.9935985276197029, 0.9920989278611685, 0.9904423503868246, 0.9886290573134227, 0.986659335554492, 0.984533496774942, 0.9822518773417481, 0.9798148382707295, 0.9772227651694256, 0.9744760681760832, 0.9715751818947602, 0.9685205653265598, 0.9653127017970033, 0.9619520988795548, 0.9584392883153087, 0.9547748259288535, 0.9509592915403253, 0.9469932888736633, 0.9428774454610842, 0.9386124125437894, 0.9341988649689198, 0.9296375010827771, 0.924929042620325, 0.9200742345909914, 0.915073845160786, 0.9099286655307568, 0.9046395098117981, 0.8992072148958368, 0.8936326403234123, 0.887916668147673, 0.8820602027948115, 0.8760641709209582, 0.8699295212655597, 0.8636572245012607, 0.8572482730803168, 0.8507036810775614, 0.8440244840299503, 0.8372117387727107, 0.8302665232721208, 0.8231899364549453, 0.8159830980345546, 0.8086471483337551, 0.8011832481043575, 0.7935925783435149, 0.7858763401068549, 0.7780357543184395, 0.7700720615775812, 0.7619865219625451, 0.7537804148311695, 0.7454550386184362, 0.7370117106310213, 0.7284517668388609, 0.7197765616637636, 0.7109874677651024, 0.7020858758226226, 0.6930731943163971, 0.6839508493039657, 0.6747202841946927, 0.6653829595213794, 0.6559403527091677, 0.6463939578417693, 0.6367452854250606, 0.6269958621480786, 0.6171472306414553, 0.6072009492333317, 0.5971585917027863, 0.5870217470308187, 0.5767920191489297, 0.566471026685334, 0.5560604027088476, 0.545561794470492, 0.5349768631428518, 0.5243072835572319, 0.5135547439386516, 0.5027209456387218, 0.4918076028664418, 0.4808164424169648, 0.4697492033983709, 0.45860763695649104, 0.4473935059978269, 0.4361085849106111, 0.42475465928404793, 0.4133335256257842, 0.4018469910776512, 0.3902968731297256, 0.3786849993327503, 0.3670132070089654, 0.35528334296139374, 0.34349726318162344, 0.3316568325561391, 0.31976392457124536, 0.30782042101662793, 0.2958282116876025, 0.28378919408609693, 0.27170527312041276, 0.25957836080381586, 0.24741037595200252, 0.23520324387949015, 0.2229588960949774, 0.21067926999572642, 0.19836630856101303, 0.18602196004469224, 0.17364817766693041, 0.16124691930515242, 0.14882014718424924, 0.1363698275661, 0.12389793043845522, 0.11140642920322849, 0.09889730036424986, 0.08637252321452853, 0.07383407952307214, 0.06128395322131638, 0.04872413008921228, 0.036156597441019206, 0.023583343810857166, 0.011006358638064812, -0.001572368047584414, -0.014150845940761853, -0.026727084775504745, -0.03929909464013115, -0.0518648862921008, -0.06442247147276806, -0.07696986322197923, -0.08950507619246638, -0.10202612696398403, -0.11453103435714077, -0.12701781974687854, -0.1394845073755453, -0.15192912466551547, -0.16434970253130593, -0.17674427569114137, -0.18911088297791617, -0.20144756764950503, -0.21375237769837538, -0.22602336616044894, -0.23825859142316483, -0.25045611753269825, -0.2626140145002818, -0.27473035860758266, -0.28680323271109, -0.29883072654545967, -0.310810937025771, -0.32274196854864906, -0.33462193329220136, -0.3464489515147234, -0.3582211518521272, -0.369936671614043, -0.38159365707854837, -0.3931902637854787, -0.40472465682827324, -0.4161950111443075, -0.42759951180366895, -0.4389363542963303, -0.450203744817673, -0.46139990055231683, -0.47252304995621186, -0.4835714330369443, -0.4945433016322186, -0.5054369196864643, -0.5162505635255284, -0.5269825221294092, -0.5376310974029872, -0.5481946044447097, -0.5586713718131919, -0.5690597417916836, -0.5793580706503667, -0.5895647289064391, -0.5996781015819448, -0.6096965884593069, -0.6196186043345285, -0.6294425792680156, -0.6391669588329847, -0.648790204361417, -0.6583107931875185, -0.6677272188886485, -0.6770379915236763, -0.6862416378687335, -0.6953367016503177, -0.7043217437757161, -0.7131953425607098, -0.7219560939545244, -0.7306026117619886, -0.739133527862871, -0.7475474924283534, -0.7558431741346118, -0.764019260373469, -0.7720744574600859, -0.7800074908376582, -0.7878171052790867, -0.7955020650855897, -0.8030611542822255, -0.8104931768102919, -0.8177969567165775, -0.8249713383394301, -0.8320151864916135, -0.8389273866399272, -0.8457068450815559, -0.8523524891171238, -0.8588632672204258, -0.865238149204808, -0.8714761263861723, -0.8775762117425775, -0.8835374400704151, -0.8893588681371302, -0.8950395748304677, -0.9005786613042182, -0.9059752511204399, -0.9112284903881356, -0.916337547898363, -0.9213016152557539, -0.9261199070064258, -0.9307916607622618, -0.9353161373215428, -0.9396926207859083, -0.9439204186736329, -0.9479988620291954, -0.9519273055291264, -0.9557051275841167, -0.9593317304373701, -0.9628065402591843, -0.9661290072377479, -0.9692986056661355, -0.9723148340254889, -0.975177215064372, -0.977885295874285, -0.9804386479613267, -0.9828368673139948, -0.9850795744671115, -0.9871664145618657, -0.9890970574019613, -0.9908711975058636, -0.992488554155135, -0.9939488714388522, -0.9952519182940991, -0.9963974885425265, -0.9973854009229761, -0.9982154991201608, -0.9988876517893978, -0.9994017525773913, -0.9997577201390606, -0.999955498150411, -0.9999950553174459, -0.9998763853811183, -0.9995995071183217, -0.9991644643389178, -0.9985713258788059, -0.9978201855890307, -0.996911162320932, -0.9958443999073396, -0.9946200671398149, -0.993238357741943, -0.9916994903386808, -0.9900037084217639, -0.9881512803111796, -0.9861424991127116, -0.9839776826715616, -0.9816571735220583, -0.979181338833458, -0.9765505703518493, -0.9737652843381669, -0.9708259215023277, -0.967732946933499, -0.9644868500265071, -0.9610881444044029, -0.9575373678371909, -0.9538350821567405, -0.9499818731678872, -0.9459783505557425, -0.9418251477892251, -0.9375229220208277, -0.9330723539826374, -0.9284741478786258, -0.9237290312732227, -0.9188377549761962, -0.9138010929238535, -0.9086198420565822, -0.9032948221927524, -0.8978268758989992, -0.892216868356904, -0.8864656872260989, -0.8805742425038149, -0.8745434663808944, -0.8683743130942929, -0.8620677587760915, -0.8556248012990468, -0.849046460118698, -0.842333776112062, -0.8354878114129367, -0.8285096492438424, -0.8214003937446254, -0.814161169797753, -0.8067931228503245, -0.7992974187328304, -0.7916752434746857, -0.7839278031165661, -0.7760563235195791, -0.7680620501712998, -0.7599462479886977, -0.7517102011179935, -0.7433552127314704, -0.7348826048212762, -0.7262937179902474, -0.717589911239788, -0.7087725617548385, -0.6998430646859656, -0.6908028329286112, -0.6816532968995332, -0.6723959043104729, -0.6630321199390868, -0.6535634253971795, -0.6439913188962686, -0.634317315010528, -0.6245429444371393, -0.6146697537540928, -0.6046993051754759, -0.5946331763042871, -0.5844729598828156, -0.5742202635406243, -0.5638767095401779, -0.5534439345201586, -0.5429235892364995, -0.5323173383011922, -0.521626859918898, -0.5108538456214089, -0.5000000000000004, -0.4890670404357173, -0.4780566968276366, -0.46697071131914863, -0.4558108380223019, -0.4445788427402534, -0.4332765026878693, -0.4219056062105194, -0.410467952501114, -0.39896535131541655, -0.38739962268569333, -0.37577259663273255, -0.3640861128762842, -0.3523420205439648, -0.3405421778786742, -0.32868845194456947, -0.3167827183316434, -0.30482686085895394, -0.2928227712765512, -0.28077234896614933, -0.26867750064059465, -0.25654014004216524, -0.2443621876397672, -0.2321455703250619, -0.21989222110757806, -0.2076040788088557, -0.19528308775567055, -0.18293119747238726, -0.17055036237249038, -0.15814254144934156, -0.14570969796621222, -0.1332537991456406, -0.1207768158581612, -0.10828072231046196, -0.09576749573300417, -0.08323911606717305, -0.070697565651995, -0.05814482891047624, -0.04558289203561173, -0.0330137426761141, -0.020439369621912166, -0.007861762489468911, 0.004717088593031313, 0.01729519330057657, 0.029870561426252256, 0.04244120319614822, 0.055005129584192916, 0.06756035262687816, 0.08010488573780679, 0.09263674402202696, 0.10515394459009784, 0.11765450687183807, 0.1301364529297071, 0.1425978077717702, 0.1550365996641971, 0.16745086044324545, 0.17983862582667898, 0.19219793572457194, 0.20452683454945075, 0.21682337152571898, 0.22908560099832972, 0.24131158274063894, 0.25349938226140434, 0.2656470711108758, 0.27775272718593, 0.28981443503420057, 0.30183028615715607, 0.31379837931207794, 0.3257168208128897, 0.33758372482979143, 0.34939721368765, 0.361155418163101, 0.3728564777803084, 0.3844985411053488, 0.3960797660391565, 0.4075983201089958, 0.41905238075840945, 0.4304401356355976, 0.4417597828801825, 0.4530095314083134, 0.4641876011960654, 0.4752922235610892, 0.486321641442466, 0.49727410967872326, 0.5081478952839691, 0.5189412777220956, 0.5296525491790203, 0.5402800148329067, 0.5508219931223336, 0.5612768160123647, 0.5716428292584782, 0.5819183926683146, 0.5921018803612005, 0.6021916810254089, 0.6121861981731129, 0.6220838503929953, 0.6318830716004721, 0.6415823112854881, 0.6511800347578556, 0.6606747233900812, 0.670064874857657, 0.6793490033767694, 0.6885256399393918, 0.6975933325457224, 0.706550646433932, 0.7153961643071813, 0.7241284865578796, 0.7327462314891391, 0.7412480355333995, 0.7496325534681825, 0.7578984586289408, 0.7660444431189778, 0.7740692180163904, 0.7819715135780128, 0.7897500794403256, 0.7974036848172986, 0.8049311186951345, 0.8123311900238854, 0.819602727905911, 0.826744581781146, 0.8337556216091511, 0.8406347380479176, 0.8473808426293961, 0.8539928679317206, 0.8604697677481075, 0.8668105172523927, 0.8730141131611879, 0.8790795738926286, 0.8850059397216871, 0.890792272932028, 0.8964376579643814, 0.9019412015614092, 0.907302032909044, 0.9125193037742757, 0.9175921886393661, 0.9225198848324686, 0.9273016126546322, 0.9319366155031737, 0.9364241599913922, 0.9407635360646108, 0.9449540571125281, 0.9489950600778585, 0.9528859055612465, 0.9566259779224375, 0.9602146853776892, 0.9636514600934084, 0.9669357582759981, 0.9700670602579007, 0.9730448705798238, 0.975868718069136, 0.9785381559144195, 0.981052761736168, 0.9834121376536186, 0.9856159103477083, 0.9876637311201432, 0.9895552759485718, 0.9912902455378553, 0.9928683653674237, 0.9942893857347128, 0.9955530817946745, 0.9966592535953529, 0.9976077261095226, 0.998398349262383, 0.9990309979553044, 0.9995055720856215, 0.9998219965624732, 0.9999802213186832, 0.9999802213186832, 0.9998219965624732, 0.9995055720856215, 0.9990309979553045, 0.9983983492623831, 0.9976077261095226, 0.9966592535953529, 0.9955530817946746, 0.994289385734713, 0.9928683653674238, 0.9912902455378555, 0.9895552759485721, 0.9876637311201434, 0.9856159103477086, 0.9834121376536189, 0.9810527617361683, 0.9785381559144198, 0.9758687180691363, 0.9730448705798241, 0.9700670602579009, 0.9669357582759984, 0.9636514600934087, 0.9602146853776896, 0.956625977922438, 0.952885905561247, 0.9489950600778589, 0.9449540571125286, 0.9407635360646113, 0.9364241599913926, 0.9319366155031743, 0.9273016126546327, 0.9225198848324692, 0.9175921886393666, 0.9125193037742763, 0.9073020329090445, 0.9019412015614098, 0.896437657964382, 0.8907922729320287, 0.8850059397216877, 0.8790795738926293, 0.8730141131611886, 0.8668105172523933, 0.8604697677481082, 0.8539928679317214, 0.8473808426293968, 0.8406347380479183, 0.8337556216091518, 0.8267445817811466, 0.8196027279059118, 0.8123311900238863, 0.8049311186951352, 0.7974036848172994, 0.7897500794403265, 0.7819715135780135, 0.7740692180163913, 0.7660444431189787, 0.7578984586289417, 0.7496325534681827, 0.7412480355334005, 0.7327462314891401, 0.7241284865578805, 0.7153961643071823, 0.7065506464339328, 0.6975933325457234, 0.6885256399393928, 0.6793490033767704, 0.670064874857658, 0.6606747233900823, 0.6511800347578566, 0.6415823112854891, 0.6318830716004724, 0.6220838503929964, 0.612186198173114, 0.60219168102541, 0.5921018803612016, 0.5819183926683157, 0.5716428292584793, 0.5612768160123658, 0.5508219931223347, 0.5402800148329078, 0.5296525491790214, 0.5189412777220967, 0.5081478952839703, 0.49727410967872443, 0.48632164144246715, 0.4752922235610904, 0.4641876011960666, 0.4530095314083147, 0.4417597828801838, 0.43044013563559885, 0.4190523807584107, 0.4075983201089971, 0.39607976603915773, 0.3844985411053501, 0.37285647778030967, 0.36115541816310226, 0.3493972136876513, 0.3375837248297927, 0.32571682081289105, 0.3137983793120792, 0.3018302861571574, 0.2898144350342019, 0.27775272718593136, 0.26564707111087715, 0.25349938226140567, 0.24131158274064027, 0.22908560099833106, 0.21682337152572034, 0.20452683454945125, 0.1921979357245733, 0.17983862582668034, 0.1674508604432468, 0.15503659966419847, 0.14259780777177156, 0.13013645292970846, 0.11765450687183943, 0.1051539445900992, 0.09263674402202833, 0.08010488573780816, 0.06756035262687954, 0.05500512958419429, 0.042441203196148705, 0.029870561426253633, 0.01729519330057795, 0.004717088593032691, -0.007861762489467534, -0.020439369621910786, -0.03301374267611272, -0.045582892035610355, -0.058144828910474865, -0.07069756565199363, -0.08323911606717167, -0.09576749573300279, -0.1082807223104606, -0.12077681585816072, -0.1332537991456392, -0.14570969796621086, -0.1581425414493393, -0.17055036237248902, -0.18293119747238504, -0.1952830877556692, -0.2076040788088552, -0.2198922211075767, -0.23214557032506142, -0.24436218763976586, -0.25654014004216474, -0.2686775006405933, -0.2807723489661489, -0.29282277127654904, -0.3048268608589526, -0.3167827183316413, -0.32868845194456814, -0.340542177878672, -0.3523420205439635, -0.36408611287628373, -0.37577259663273127, -0.38739962268569283, -0.3989653513154153, -0.4104679525011135, -0.4219056062105182, -0.4332765026878681, -0.44457884274025133, -0.45581083802230066, -0.46697071131914664, -0.47805669682763535, -0.48906704043571536, -0.4999999999999992, -0.5108538456214086, -0.5216268599188969, -0.5323173383011919, -0.5429235892364983, -0.5534439345201582, -0.5638767095401768, -0.5742202635406232, -0.5844729598828138, -0.5946331763042861, -0.6046993051754741, -0.6146697537540917, -0.6245429444371375, -0.6343173150105269, -0.6439913188962683, -0.6535634253971785, -0.6630321199390865, -0.6723959043104716, -0.6816532968995326, -0.69080283292861, -0.6998430646859649, -0.7087725617548373, -0.7175899112397874, -0.7262937179902459, -0.7348826048212753, -0.7433552127314689, -0.7517102011179926, -0.7599462479886974, -0.7680620501712988, -0.7760563235195788, -0.7839278031165648, -0.7916752434746851, -0.7992974187328293, -0.8067931228503239, -0.8141611697977519, -0.8214003937446248, -0.8285096492438412, -0.8354878114129359, -0.8423337761120617, -0.8490464601186973, -0.8556248012990465, -0.8620677587760909, -0.8683743130942925, -0.8745434663808935, -0.8805742425038144, -0.886465687226098, -0.8922168683569035, -0.8978268758989985, -0.903294822192752, -0.9086198420565812, -0.9138010929238529, -0.918837754976196, -0.9237290312732221, -0.9284741478786256, -0.9330723539826369, -0.9375229220208273, -0.9418251477892244, -0.9459783505557422, -0.9499818731678866, -0.9538350821567402, -0.9575373678371905, -0.9610881444044025, -0.9644868500265066, -0.9677329469334987, -0.9708259215023276, -0.9737652843381666, -0.9765505703518492, -0.9791813388334577, -0.9816571735220581, -0.9839776826715613, -0.9861424991127113, -0.9881512803111794, -0.9900037084217637, -0.9916994903386805, -0.9932383577419429, -0.9946200671398147, -0.9958443999073395, -0.996911162320932, -0.9978201855890306, -0.9985713258788059, -0.9991644643389177, -0.9995995071183216, -0.9998763853811183, -0.9999950553174458, -0.999955498150411, -0.9997577201390606, -0.9994017525773914, -0.9988876517893979, -0.9982154991201609, -0.9973854009229762, -0.9963974885425265, -0.9952519182940992, -0.9939488714388522, -0.9924885541551351, -0.9908711975058637, -0.9890970574019616, -0.9871664145618658, -0.9850795744671118, -0.9828368673139949, -0.9804386479613271, -0.9778852958742853, -0.9751772150643726, -0.9723148340254892, -0.9692986056661356, -0.9661290072377483, -0.9628065402591844, -0.9593317304373705, -0.9557051275841171, -0.951927305529127, -0.9479988620291956, -0.9439204186736335, -0.9396926207859086, -0.9353161373215435, -0.9307916607622624, -0.9261199070064267, -0.9213016152557545, -0.9163375478983632, -0.9112284903881362, -0.9059752511204401, -0.9005786613042189, -0.8950395748304681, -0.8893588681371309, -0.8835374400704156, -0.8775762117425784, -0.8714761263861728, -0.8652381492048091, -0.8588632672204265, -0.852352489117125, -0.8457068450815567, -0.8389273866399275, -0.8320151864916143, -0.8249713383394304, -0.8177969567165786, -0.8104931768102923, -0.8030611542822266, -0.7955020650855904, -0.7878171052790878, -0.7800074908376589, -0.7720744574600873, -0.76401926037347, -0.7558431741346133, -0.7475474924283543, -0.7391335278628713, -0.7306026117619896, -0.7219560939545248, -0.7131953425607112, -0.7043217437757168, -0.695336701650319, -0.6862416378687342, -0.6770379915236775, -0.6677272188886492, -0.6583107931875202, -0.648790204361418, -0.6391669588329865, -0.6294425792680167, -0.619618604334529, -0.609696588459308, -0.5996781015819452, -0.5895647289064406, -0.5793580706503675, -0.5690597417916851, -0.5586713718131927, -0.5481946044447112, -0.537631097402988, -0.5269825221294112, -0.5162505635255297, -0.5054369196864662, -0.49454330163221977, -0.4835714330369447, -0.4725230499562131, -0.46139990055231767, -0.4502037448176746, -0.43893635429633115, -0.42759951180367056, -0.4161950111443084, -0.40472465682827513, -0.39319026378547983, -0.38159365707855025, -0.36993667161404425, -0.3582211518521277, -0.34644895151472466, -0.3346219332922018, -0.32274196854865056, -0.31081093702577167, -0.2988307265454612, -0.2868032327110909, -0.27473035860758444, -0.2626140145002827, -0.25045611753270025, -0.23825859142316594, -0.22602336616045093, -0.21375237769837674, -0.2014475676495055, -0.18911088297791753, -0.17674427569114207, -0.1643497025313075, -0.1519291246655162, -0.1394845073755471, -0.12701781974687945, -0.11453103435714257, -0.10202612696398496, -0.08950507619246842, -0.07696986322198038, -0.0644224714727701, -0.051864886292102175, -0.03929909464013164, -0.026727084775506123, -0.014150845940762564, -0.001572368047586014, 0.0110063586380641, 0.02358334381085534, 0.036156597441018276, 0.04872413008921046, 0.06128395322131545, 0.0738340795230701, 0.08637252321452737, 0.09889730036424782, 0.11140642920322712, 0.12389793043845473, 0.1363698275660986, 0.14882014718424852, 0.16124691930515087, 0.17364817766692972, 0.18602196004469043, 0.19836630856101212, 0.21067926999572462, 0.2229588960949763, 0.23520324387948816, 0.24741037595200138, 0.25957836080381363, 0.27170527312041143, 0.2837891940860965, 0.29582821168760115, 0.30782042101662727, 0.31976392457124386, 0.3316568325561384, 0.3434972631816217, 0.35528334296139286, 0.3670132070089637, 0.3786849993327492, 0.3902968731297237, 0.40184699107765015, 0.41333352562578207, 0.4247546592840467, 0.4361085849106107, 0.4473935059978257, 0.45860763695649037, 0.4697492033983695, 0.48081644241696414, 0.49180760286644026, 0.502720945638721, 0.5135547439386501, 0.5243072835572309, 0.53497686314285, 0.5455617944704909, 0.5560604027088458, 0.5664710266853329, 0.5767920191489293, 0.5870217470308176, 0.5971585917027857, 0.6072009492333305, 0.6171472306414546, 0.6269958621480771, 0.6367452854250599, 0.6463939578417678, 0.6559403527091668, 0.6653829595213779, 0.6747202841946918, 0.6839508493039641, 0.6930731943163961, 0.7020858758226223, 0.7109874677651012, 0.719776561663763, 0.7284517668388598, 0.7370117106310208, 0.745455038618435, 0.7537804148311689, 0.7619865219625438, 0.7700720615775806, 0.7780357543184383, 0.7858763401068541, 0.7935925783435136, 0.8011832481043567, 0.8086471483337546, 0.8159830980345537, 0.8231899364549449, 0.8302665232721198, 0.8372117387727103, 0.8440244840299495, 0.850703681077561, 0.8572482730803158, 0.86365722450126, 0.8699295212655587, 0.8760641709209576, 0.8820602027948112, 0.8879166681476723, 0.893632640323412, 0.8992072148958361, 0.9046395098117977, 0.909928665530756, 0.9150738451607857, 0.9200742345909907, 0.9249290426203247, 0.9296375010827764, 0.9341988649689195, 0.9386124125437886, 0.9428774454610838, 0.9469932888736632, 0.9509592915403249, 0.9547748259288534, 0.9584392883153082, 0.9619520988795546, 0.9653127017970029, 0.9685205653265596, 0.9715751818947599, 0.974476068176083, 0.9772227651694252, 0.9798148382707292, 0.9822518773417477, 0.9845334967749417, 0.9866593355544919, 0.9886290573134224, 0.9904423503868245, 0.9920989278611683, 0.9935985276197029, 0.9949409123839287, 0.9961258697511428, 0.9971532122280462, 0.9980227772604111, 0.9987344272588005, 0.99928804962034, 0.9996835567465338, 0.9999208860571255, 1 ] } ], "layout": { "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "text": "Goniomentrické funkce" } } } }, "metadata": {}, "output_type": "display_data" } ], "source": [ "x = np.linspace(0, 4 * np.pi, 1_000)\n", "\n", "fig = go.Figure(\n", " data=[go.Scatter(x=x, y=np.sin(x), name=\"sin(x)\"), go.Scatter(x=x, y=np.cos(x), name=\"cos(x)\")],\n", " layout=go.Layout(title=go.layout.Title(text=\"Goniomentrické funkce\")),\n", ")\n", "\n", "fig.show()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Pokud vám vše funguje, zkuste s grafem pracovat interaktivně pomocí nástrojů v pravém horním rohu. Můžete přibližovat nebo posouvat, případně kliknutím na položky v legendě zobrazit/skrýt jednotlivé křivky." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Plotly Express" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "`plotly.express` ještě více zjednodušuje vizualizace dat v tabulkovém formátu, především tedy data zpracovávaná pomocí knihovny [Pandas](https://pandas.pydata.org/), o které si povíme později." ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [], "source": [ "import plotly.express as px" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Obsahuje některé otovřené datové sady, např. z https://www.gapminder.org/" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [], "source": [ "gapminder = px.data.gapminder()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Takto dostaneme data za jeden rok ve formě Pandas `DataFrame` \"tabulky\". Všimněte si především pojmenování sloupců - jména sloupců použijeme jako parametry pro `plotly.express` scatter plot." ] }, { "cell_type": "code", "execution_count": 10, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
countrycontinentyearlifeExppopgdpPercapiso_alphaiso_num
11AfghanistanAsia200743.82831889923974.580338AFG4
23AlbaniaEurope200776.42336005235937.029526ALB8
35AlgeriaAfrica200772.301333332166223.367465DZA12
47AngolaAfrica200742.731124204764797.231267AGO24
59ArgentinaAmericas200775.3204030192712779.379640ARG32
\n", "
" ], "text/plain": [ " country continent year lifeExp pop gdpPercap iso_alpha \n", "11 Afghanistan Asia 2007 43.828 31889923 974.580338 AFG \\\n", "23 Albania Europe 2007 76.423 3600523 5937.029526 ALB \n", "35 Algeria Africa 2007 72.301 33333216 6223.367465 DZA \n", "47 Angola Africa 2007 42.731 12420476 4797.231267 AGO \n", "59 Argentina Americas 2007 75.320 40301927 12779.379640 ARG \n", "\n", " iso_num \n", "11 4 \n", "23 8 \n", "35 12 \n", "47 24 \n", "59 32 " ] }, "execution_count": 10, "metadata": {}, "output_type": "execute_result" } ], "source": [ "gapminder.query(\"year==2007\").head()" ] }, { "cell_type": "code", "execution_count": 9, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "hovertemplate": "%{hovertext}

continent=Asia
gdpPercap=%{x}
lifeExp=%{y}
pop=%{marker.size}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 31889923, 708573, 150448339, 14131858, 1318683096, 6980412, 1110396331, 223547000, 69453570, 27499638, 6426679, 127467972, 6053193, 23301725, 49044790, 2505559, 3921278, 24821286, 2874127, 47761980, 28901790, 3204897, 169270617, 91077287, 27601038, 4553009, 20378239, 19314747, 23174294, 65068149, 85262356, 4018332, 22211743 ], "sizemode": "area", "sizeref": 366300.86, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 974.5803384, 29796.04834, 1391.253792, 1713.778686, 4959.114854, 39724.97867, 2452.210407, 3540.651564, 11605.71449, 4471.061906, 25523.2771, 31656.06806, 4519.461171, 1593.06548, 23348.139730000006, 47306.98978, 10461.05868, 12451.6558, 3095.7722710000007, 944, 1091.359778, 22316.19287, 2605.94758, 3190.481016, 21654.83194, 47143.17964, 3970.095407, 4184.548089, 28718.27684, 7458.396326999998, 2441.576404, 3025.349798, 2280.769906 ], "xaxis": "x", "y": [ 43.828, 75.635, 64.062, 59.723, 72.961, 82.208, 64.69800000000001, 70.65, 70.964, 59.545, 80.745, 82.603, 72.535, 67.297, 78.623, 77.58800000000002, 71.993, 74.241, 66.803, 62.069, 63.785, 75.64, 65.483, 71.688, 72.777, 79.972, 72.396, 74.143, 78.4, 70.616, 74.249, 73.422, 62.698 ], "yaxis": "y" }, { "hovertemplate": "%{hovertext}

continent=Europe
gdpPercap=%{x}
lifeExp=%{y}
pop=%{marker.size}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 3600523, 8199783, 10392226, 4552198, 7322858, 4493312, 10228744, 5468120, 5238460, 61083916, 82400996, 10706290, 9956108, 301931, 4109086, 58147733, 684736, 16570613, 4627926, 38518241, 10642836, 22276056, 10150265, 5447502, 2009245, 40448191, 9031088, 7554661, 71158647, 60776238 ], "sizemode": "area", "sizeref": 366300.86, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 5937.029525999998, 36126.4927, 33692.60508, 7446.298803, 10680.79282, 14619.222719999998, 22833.30851, 35278.41874, 33207.0844, 30470.0167, 32170.37442, 27538.41188, 18008.94444, 36180.78919, 40675.99635, 28569.7197, 9253.896111, 36797.93332, 49357.19017, 15389.924680000002, 20509.64777, 10808.47561, 9786.534714, 18678.31435, 25768.25759, 28821.0637, 33859.74835, 37506.41907, 8458.276384, 33203.26128 ], "xaxis": "x", "y": [ 76.423, 79.829, 79.441, 74.852, 73.005, 75.748, 76.486, 78.332, 79.313, 80.657, 79.406, 79.483, 73.33800000000002, 81.757, 78.885, 80.546, 74.543, 79.762, 80.196, 75.563, 78.098, 72.476, 74.002, 74.663, 77.926, 80.941, 80.884, 81.70100000000002, 71.777, 79.425 ], "yaxis": "y" }, { "hovertemplate": "%{hovertext}

continent=Africa
gdpPercap=%{x}
lifeExp=%{y}
pop=%{marker.size}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 33333216, 12420476, 8078314, 1639131, 14326203, 8390505, 17696293, 4369038, 10238807, 710960, 64606759, 3800610, 18013409, 496374, 80264543, 551201, 4906585, 76511887, 1454867, 1688359, 22873338, 9947814, 1472041, 35610177, 2012649, 3193942, 6036914, 19167654, 13327079, 12031795, 3270065, 1250882, 33757175, 19951656, 2055080, 12894865, 135031164, 798094, 8860588, 199579, 12267493, 6144562, 9118773, 43997828, 42292929, 1133066, 38139640, 5701579, 10276158, 29170398, 11746035, 12311143 ], "sizemode": "area", "sizeref": 366300.86, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 6223.367465, 4797.231267, 1441.284873, 12569.85177, 1217.032994, 430.0706916, 2042.09524, 706.016537, 1704.063724, 986.1478792, 277.5518587, 3632.557798, 1544.750112, 2082.4815670000007, 5581.180998, 12154.08975, 641.3695236000002, 690.8055759, 13206.48452, 752.7497265, 1327.60891, 942.6542111, 579.2317429999998, 1463.249282, 1569.331442, 414.5073415, 12057.49928, 1044.770126, 759.3499101, 1042.581557, 1803.151496, 10956.99112, 3820.17523, 823.6856205, 4811.060429, 619.6768923999998, 2013.977305, 7670.122558, 863.0884639000002, 1598.435089, 1712.472136, 862.5407561000002, 926.1410683, 9269.657808, 2602.394995, 4513.480643, 1107.482182, 882.9699437999999, 7092.923025, 1056.380121, 1271.211593, 469.70929810000007 ], "xaxis": "x", "y": [ 72.301, 42.731, 56.728, 50.728, 52.295, 49.58, 50.43, 44.74100000000001, 50.651, 65.152, 46.462, 55.322, 48.328, 54.791, 71.33800000000002, 51.57899999999999, 58.04, 52.947, 56.735, 59.448, 60.022, 56.007, 46.38800000000001, 54.11, 42.592, 45.678, 73.952, 59.44300000000001, 48.303, 54.467, 64.164, 72.801, 71.164, 42.082, 52.90600000000001, 56.867, 46.859, 76.442, 46.242, 65.528, 63.062, 42.56800000000001, 48.159, 49.339, 58.556, 39.613, 52.517, 58.42, 73.923, 51.542, 42.38399999999999, 43.487 ], "yaxis": "y" }, { "hovertemplate": "%{hovertext}

continent=Americas
gdpPercap=%{x}
lifeExp=%{y}
pop=%{marker.size}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 40301927, 9119152, 190010647, 33390141, 16284741, 44227550, 4133884, 11416987, 9319622, 13755680, 6939688, 12572928, 8502814, 7483763, 2780132, 108700891, 5675356, 3242173, 6667147, 28674757, 3942491, 1056608, 301139947, 3447496, 26084662 ], "sizemode": "area", "sizeref": 366300.86, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 12779.37964, 3822.137084, 9065.800825, 36319.23501, 13171.63885, 7006.580419, 9645.06142, 8948.102923, 6025.3747520000015, 6873.262326000001, 5728.353514, 5186.050003, 1201.637154, 3548.3308460000007, 7320.8802620000015, 11977.57496, 2749.320965, 9809.185636, 4172.838464, 7408.905561, 19328.70901, 18008.50924, 42951.65309, 10611.46299, 11415.80569 ], "xaxis": "x", "y": [ 75.32, 65.554, 72.39, 80.653, 78.553, 72.889, 78.782, 78.273, 72.235, 74.994, 71.878, 70.259, 60.916, 70.19800000000001, 72.567, 76.195, 72.899, 75.53699999999998, 71.752, 71.421, 78.74600000000002, 69.819, 78.242, 76.384, 73.747 ], "yaxis": "y" }, { "hovertemplate": "%{hovertext}

continent=Oceania
gdpPercap=%{x}
lifeExp=%{y}
pop=%{marker.size}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 20434176, 4115771 ], "sizemode": "area", "sizeref": 366300.86, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 34435.367439999995, 25185.00911 ], "xaxis": "x", "y": [ 81.235, 80.204 ], "yaxis": "y" } ], "layout": { "legend": { "itemsizing": "constant", "title": { "text": "continent" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "gdpPercap" }, "type": "log" }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "lifeExp" } } } } }, "metadata": {}, "output_type": "display_data" } ], "source": [ "fig = px.scatter(gapminder.query(\"year==2007\"), x=\"gdpPercap\", y=\"lifeExp\", size=\"pop\", color=\"continent\",\n", " hover_name=\"country\", log_x=True, size_max=60)\n", "fig.show()" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.10" } }, "nbformat": 4, "nbformat_minor": 4 }