{"name":"HandedScoreBN","xt":[-3,-2.5,-2,-1.5,-1,-0.5,0,0.5,1,1.5,2,2.5,3],"yt":[0,20,40,60,80,100],"hover":[0,1],"legend":[[1,4],[2,5],[0,3]],"seq":[{"i":[1,4],"x":[-0.1,0.96787],"y":[0,100],"tx":[1,1,1,1,1,1,1,1,1,1,1,1,1],"ty":[1,1,1,1,1,1]},{"i":[1,4,2,5],"x":[-0.25266,0.96787],"y":[0,100],"tx":[1,1,1,1,1,1,1,1,1,1,1,1,1],"ty":[1,1,1,1,1,1]},{"i":[1,4,2,5,0,3],"x":[-0.25266,0.96787],"y":[0,100],"tx":[1,1,1,1,1,1,1,1,1,1,1,1,1],"ty":[1,1,1,1,1,1]}],"type":"XY","series":[{"s":"","c":"cyan","a":0.3,"w":0,"l":[0,0],"x":[-0.25266,-0.04924,0.15418,0.3576,0.56102,0.76445,0.96787,0.96787,0.76445,0.56102,0.3576,0.15418,-0.04924,-0.25266,-0.25266],"y":[-0.001,-0.0316,0.63231,27.66124,56.12832,64.19502,60.36924,89.69546,75.53571,67.6991,38.14361,5.33822,0.05791,0.001,-0.001]},{"s":"","c":"black","a":0.3,"w":0,"l":[0,0],"x":[-0.25266,-0.04924,0.15418,0.3576,0.56102,0.76445,0.96787,0.96787,0.76445,0.56102,0.3576,0.15418,-0.04924,-0.25266,-0.25266],"y":[2.58498,5.36555,24.3421,35.66754,26.50627,23.98511,10.30454,39.63076,35.3624,37.40191,45.303,35.525,7.0507,4.11691,2.58498]},{"s":"","c":"magenta","a":0.3,"w":0,"l":[0,0],"x":[-0.25266,-0.04924,0.15418,0.3576,0.56102,0.76445,0.96787,0.96787,0.76445,0.56102,0.3576,0.15418,-0.04924,-0.25266,-0.25266],"y":[95.88309,92.93736,60.97098,21.2097,2.52644,-0.63632,-0.001,0.001,1.55809,9.73797,32.01491,73.1914,94.62007,97.41502,95.88309]},{"s":"Strictly left-handed","c":"cyan","a":1,"w":12,"l":[0.56008,75.65104],"x":[-0.25266,-0.04924,0.15418,0.3576,0.56102,0.76445,0.96787],"y":[0,0.01316,2.98526,32.90243,61.91371,69.86536,75.03235]},{"s":"Ambiguously handed","c":"black","a":1,"w":12,"l":[0.70903,40.49479],"x":[-0.25266,-0.04924,0.15418,0.3576,0.56102,0.76445,0.96787],"y":[3.35094,6.20813,29.93355,40.48527,31.95409,29.67375,24.96765]},{"s":"Strictly right-handed","c":"magenta","a":1,"w":12,"l":[-0.05559,65.75521],"x":[-0.25266,-0.04924,0.15418,0.3576,0.56102,0.76445,0.96787],"y":[96.64906,93.77872,67.08119,26.61231,6.1322,0.46088,0]}],"help":"JSON format help for XY plots\n-----------------------------\nDownloadable JSON files for Who Are We Now? are dictionaries.\n\nThey always have a \"type\" field specifying the plot type, and a \"name\"\nfield, specifying the plot name. https://whoarewenow.net/plotname\nwill redirect you to the location of any plot in its chapter.\n\nThis one's type is \"XY\", for plotting arbitrary 2D lines and polygons.\n\nJSON entries with example values:\n\nKey        Value                 Comment\n-------    --------------------  -------------------------------------\n\"type\"   : \"XY\"\n\"name\"   : \"PlotName\"\n\"ax\"     : \"X axis name\"\n\"ay\"     : \"Y axis name\"\n\"log\"    : [0,0]                 Booleans 0|1 for log X or Y axis\n\"seq\"    : [Seq1,Seq2,...]       Each sequence is a map per below\n\"series\" : [Series1,Series2,...] Each series is a map per below\n\nSeq specifies the sequence of \"stops\" in the visualization:\n\nKey        Value                 Comment\n-------    --------------------  -------------------------------------\n\"i\"      : [0,1,2]               Indices of series to render\n\"x\"      : [1900,2022]           X range for this stop\n\"y\"      : [0,3.5]               Y range for this stop\n\nSeries specifies the data for all series, as specified by each \"i\" in \"seq\":\n\nKey        Value                 Comment\n-------    -------------------   -------------------------------------\n\"s\"      : \"All respondents\"     Series label\n\"c\"      : \"black\"               Series color\n\"a\"      : 0.5                   Series alpha (opacity)\n\"w\"      : 1.                    Series line width (use 0 for polygon)\n\"x\"      : [1900,1910,...]       Series X values\n\"y\"      : [1.2,1.4,...]         Series Y values\n\nSome dictionary key/value pairs are unimportant, used only for debugging or\noffline viewing, and are not documented above.\n\nFor more information on the project see https://whoarewenow.net#about\n"}