6  cB211.072.64 d\Gamma/dq^2

theta_m <- function(x,s){
  return(  (exp(-x/s)-1)/(1/s+exp(x/s)+exp(-x/s))  )
}
theta_p <- function(x,s){
  return(  (1+s)/(1+s*exp(x/s))  )
}

theta <- function(x){
  r<-x*0
  l<-which(x<0)
  r[l]<-1
  return( r)
}
N<-200
x<-(c(0:N)-N/2)/(N/4)
y<-theta_m(x,0.5) 
gg<- myggplot(fill = FALSE, shape = FALSE)
gg<- gg + geom_line(aes(x=x, y=theta(x), color="$\\theta$"))
gg<- gg + geom_line(aes(x=x, y=theta_p(x,0.5), color="$\\theta_+(s=0.5)$"))
gg<- gg + geom_line(aes(x=x, y=theta_p(x,0.2), color="$\\theta_+(s=0.2)$"))
gg<- gg + geom_line(aes(x=x, y=theta_p(x,0.05), color="$\\theta_+(s=0.05)$"))
gg<- gg + geom_line(aes(x=x, y=theta_m(x,0.5), color="$\\theta_-(s=0.5)$"))
gg<- gg + geom_line(aes(x=x, y=theta_m(x,0.2), color="$\\theta_-(s=0.2)$"))
gg<- gg + geom_line(aes(x=x, y=theta_m(x,0.05), color="$\\theta_-(s=0.05)$"))

myplotly(gg)
<div id="htmlwidget-e1f6e83964509252c1d4" style="width:100%;height:458px;" class="plotly html-widget"></div>
<script>HTMLWidgets.pymChild = new pym.Child();HTMLWidgets.addPostRenderHandler(function(){
                                setTimeout(function(){HTMLWidgets.pymChild.sendHeight();},100);
                            });</script>
<script type="application/json" data-for="htmlwidget-e1f6e83964509252c1d4">{"x":{"data":[{"x":[-2,-1.98,-1.96,-1.9399999999999999,-1.9199999999999999,-1.8999999999999999,-1.8799999999999999,-1.8600000000000001,-1.8400000000000001,-1.8200000000000001,-1.8,-1.78,-1.76,-1.74,-1.72,-1.7,-1.6799999999999999,-1.6599999999999999,-1.6399999999999999,-1.6200000000000001,-1.6000000000000001,-1.5800000000000001,-1.5600000000000001,-1.54,-1.52,-1.5,-1.48,-1.46,-1.4399999999999999,-1.4199999999999999,-1.3999999999999999,-1.3799999999999999,-1.3600000000000001,-1.3400000000000001,-1.3200000000000001,-1.3,-1.28,-1.26,-1.24,-1.22,-1.2,-1.1799999999999999,-1.1599999999999999,-1.1399999999999999,-1.1200000000000001,-1.1000000000000001,-1.0800000000000001,-1.0600000000000001,-1.04,-1.02,-1,-0.97999999999999998,-0.95999999999999996,-0.93999999999999995,-0.92000000000000004,-0.90000000000000002,-0.88,-0.85999999999999999,-0.83999999999999997,-0.81999999999999995,-0.80000000000000004,-0.78000000000000003,-0.76000000000000001,-0.73999999999999999,-0.71999999999999997,-0.69999999999999996,-0.68000000000000005,-0.66000000000000003,-0.64000000000000001,-0.62,-0.59999999999999998,-0.57999999999999996,-0.56000000000000005,-0.54000000000000004,-0.52000000000000002,-0.5,-0.47999999999999998,-0.46000000000000002,-0.44,-0.41999999999999998,-0.40000000000000002,-0.38,-0.35999999999999999,-0.34000000000000002,-0.32000000000000001,-0.29999999999999999,-0.28000000000000003,-0.26000000000000001,-0.23999999999999999,-0.22,-0.20000000000000001,-0.17999999999999999,-0.16,-0.14000000000000001,-0.12,-0.10000000000000001,-0.080000000000000002,-0.059999999999999998,-0.040000000000000001,-0.02,0,0.02,0.040000000000000001,0.059999999999999998,0.080000000000000002,0.10000000000000001,0.12,0.14000000000000001,0.16,0.17999999999999999,0.20000000000000001,0.22,0.23999999999999999,0.26000000000000001,0.28000000000000003,0.29999999999999999,0.32000000000000001,0.34000000000000002,0.35999999999999999,0.38,0.40000000000000002,0.41999999999999998,0.44,0.46000000000000002,0.47999999999999998,0.5,0.52000000000000002,0.54000000000000004,0.56000000000000005,0.57999999999999996,0.59999999999999998,0.62,0.64000000000000001,0.66000000000000003,0.68000000000000005,0.69999999999999996,0.71999999999999997,0.73999999999999999,0.76000000000000001,0.78000000000000003,0.80000000000000004,0.81999999999999995,0.83999999999999997,0.85999999999999999,0.88,0.90000000000000002,0.92000000000000004,0.93999999999999995,0.95999999999999996,0.97999999999999998,1,1.02,1.04,1.0600000000000001,1.0800000000000001,1.1000000000000001,1.1200000000000001,1.1399999999999999,1.1599999999999999,1.1799999999999999,1.2,1.22,1.24,1.26,1.28,1.3,1.3200000000000001,1.3400000000000001,1.3600000000000001,1.3799999999999999,1.3999999999999999,1.4199999999999999,1.4399999999999999,1.46,1.48,1.5,1.52,1.54,1.5600000000000001,1.5800000000000001,1.6000000000000001,1.6200000000000001,1.6399999999999999,1.6599999999999999,1.6799999999999999,1.7,1.72,1.74,1.76,1.78,1.8,1.8200000000000001,1.8400000000000001,1.8600000000000001,1.8799999999999999,1.8999999999999999,1.9199999999999999,1.9399999999999999,1.96,1.98,2],"y":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"text":["x: -2.00<br />theta(x): 1<br />colour: $\\theta$","x: -1.98<br />theta(x): 1<br />colour: $\\theta$","x: -1.96<br />theta(x): 1<br />colour: $\\theta$","x: -1.94<br />theta(x): 1<br />colour: $\\theta$","x: -1.92<br />theta(x): 1<br />colour: $\\theta$","x: -1.90<br />theta(x): 1<br />colour: $\\theta$","x: -1.88<br />theta(x): 1<br />colour: $\\theta$","x: -1.86<br />theta(x): 1<br />colour: $\\theta$","x: -1.84<br />theta(x): 1<br />colour: $\\theta$","x: -1.82<br />theta(x): 1<br />colour: $\\theta$","x: -1.80<br />theta(x): 1<br />colour: $\\theta$","x: -1.78<br />theta(x): 1<br />colour: $\\theta$","x: -1.76<br />theta(x): 1<br />colour: $\\theta$","x: -1.74<br />theta(x): 1<br />colour: $\\theta$","x: -1.72<br />theta(x): 1<br />colour: $\\theta$","x: -1.70<br />theta(x): 1<br />colour: $\\theta$","x: -1.68<br />theta(x): 1<br />colour: $\\theta$","x: -1.66<br />theta(x): 1<br />colour: $\\theta$","x: -1.64<br />theta(x): 1<br />colour: $\\theta$","x: -1.62<br />theta(x): 1<br />colour: $\\theta$","x: -1.60<br />theta(x): 1<br />colour: $\\theta$","x: -1.58<br />theta(x): 1<br />colour: $\\theta$","x: -1.56<br />theta(x): 1<br />colour: $\\theta$","x: -1.54<br />theta(x): 1<br />colour: $\\theta$","x: -1.52<br />theta(x): 1<br />colour: $\\theta$","x: -1.50<br />theta(x): 1<br />colour: $\\theta$","x: -1.48<br />theta(x): 1<br />colour: $\\theta$","x: -1.46<br />theta(x): 1<br />colour: $\\theta$","x: -1.44<br />theta(x): 1<br />colour: $\\theta$","x: -1.42<br />theta(x): 1<br />colour: $\\theta$","x: -1.40<br />theta(x): 1<br />colour: $\\theta$","x: -1.38<br />theta(x): 1<br />colour: $\\theta$","x: -1.36<br />theta(x): 1<br />colour: $\\theta$","x: -1.34<br />theta(x): 1<br />colour: $\\theta$","x: -1.32<br />theta(x): 1<br />colour: $\\theta$","x: -1.30<br />theta(x): 1<br />colour: $\\theta$","x: -1.28<br />theta(x): 1<br />colour: $\\theta$","x: -1.26<br />theta(x): 1<br />colour: $\\theta$","x: -1.24<br />theta(x): 1<br />colour: $\\theta$","x: -1.22<br />theta(x): 1<br />colour: $\\theta$","x: -1.20<br />theta(x): 1<br />colour: $\\theta$","x: -1.18<br />theta(x): 1<br />colour: $\\theta$","x: -1.16<br />theta(x): 1<br />colour: $\\theta$","x: -1.14<br />theta(x): 1<br />colour: $\\theta$","x: -1.12<br />theta(x): 1<br />colour: $\\theta$","x: -1.10<br />theta(x): 1<br />colour: $\\theta$","x: -1.08<br />theta(x): 1<br />colour: $\\theta$","x: -1.06<br />theta(x): 1<br />colour: $\\theta$","x: -1.04<br />theta(x): 1<br />colour: $\\theta$","x: -1.02<br />theta(x): 1<br />colour: $\\theta$","x: -1.00<br />theta(x): 1<br />colour: $\\theta$","x: -0.98<br />theta(x): 1<br />colour: $\\theta$","x: -0.96<br />theta(x): 1<br />colour: $\\theta$","x: -0.94<br />theta(x): 1<br />colour: $\\theta$","x: -0.92<br />theta(x): 1<br />colour: $\\theta$","x: -0.90<br />theta(x): 1<br />colour: $\\theta$","x: -0.88<br />theta(x): 1<br />colour: $\\theta$","x: -0.86<br />theta(x): 1<br />colour: $\\theta$","x: -0.84<br />theta(x): 1<br />colour: $\\theta$","x: -0.82<br />theta(x): 1<br />colour: $\\theta$","x: -0.80<br />theta(x): 1<br />colour: $\\theta$","x: -0.78<br />theta(x): 1<br />colour: $\\theta$","x: -0.76<br />theta(x): 1<br />colour: $\\theta$","x: -0.74<br />theta(x): 1<br />colour: $\\theta$","x: -0.72<br />theta(x): 1<br />colour: $\\theta$","x: -0.70<br />theta(x): 1<br />colour: $\\theta$","x: -0.68<br />theta(x): 1<br />colour: $\\theta$","x: -0.66<br />theta(x): 1<br />colour: $\\theta$","x: -0.64<br />theta(x): 1<br />colour: $\\theta$","x: -0.62<br />theta(x): 1<br />colour: $\\theta$","x: -0.60<br />theta(x): 1<br />colour: $\\theta$","x: -0.58<br />theta(x): 1<br />colour: $\\theta$","x: -0.56<br />theta(x): 1<br />colour: $\\theta$","x: -0.54<br />theta(x): 1<br />colour: $\\theta$","x: -0.52<br />theta(x): 1<br />colour: $\\theta$","x: -0.50<br />theta(x): 1<br />colour: $\\theta$","x: -0.48<br />theta(x): 1<br />colour: $\\theta$","x: -0.46<br />theta(x): 1<br />colour: $\\theta$","x: -0.44<br />theta(x): 1<br />colour: $\\theta$","x: -0.42<br />theta(x): 1<br />colour: $\\theta$","x: -0.40<br />theta(x): 1<br />colour: $\\theta$","x: -0.38<br />theta(x): 1<br />colour: $\\theta$","x: -0.36<br />theta(x): 1<br />colour: $\\theta$","x: -0.34<br />theta(x): 1<br />colour: $\\theta$","x: -0.32<br />theta(x): 1<br />colour: $\\theta$","x: -0.30<br />theta(x): 1<br />colour: $\\theta$","x: -0.28<br />theta(x): 1<br />colour: $\\theta$","x: -0.26<br />theta(x): 1<br />colour: $\\theta$","x: -0.24<br />theta(x): 1<br />colour: $\\theta$","x: -0.22<br />theta(x): 1<br />colour: $\\theta$","x: -0.20<br />theta(x): 1<br />colour: $\\theta$","x: -0.18<br />theta(x): 1<br />colour: $\\theta$","x: -0.16<br />theta(x): 1<br />colour: $\\theta$","x: -0.14<br />theta(x): 1<br />colour: $\\theta$","x: -0.12<br />theta(x): 1<br />colour: $\\theta$","x: -0.10<br />theta(x): 1<br />colour: $\\theta$","x: -0.08<br />theta(x): 1<br />colour: $\\theta$","x: -0.06<br />theta(x): 1<br />colour: $\\theta$","x: -0.04<br />theta(x): 1<br />colour: $\\theta$","x: -0.02<br />theta(x): 1<br />colour: $\\theta$","x:  0.00<br />theta(x): 0<br />colour: $\\theta$","x:  0.02<br />theta(x): 0<br />colour: $\\theta$","x:  0.04<br />theta(x): 0<br />colour: $\\theta$","x:  0.06<br />theta(x): 0<br />colour: $\\theta$","x:  0.08<br />theta(x): 0<br />colour: $\\theta$","x:  0.10<br />theta(x): 0<br />colour: $\\theta$","x:  0.12<br />theta(x): 0<br />colour: $\\theta$","x:  0.14<br />theta(x): 0<br />colour: $\\theta$","x:  0.16<br />theta(x): 0<br />colour: $\\theta$","x:  0.18<br />theta(x): 0<br />colour: $\\theta$","x:  0.20<br />theta(x): 0<br />colour: $\\theta$","x:  0.22<br />theta(x): 0<br />colour: $\\theta$","x:  0.24<br />theta(x): 0<br />colour: $\\theta$","x:  0.26<br />theta(x): 0<br />colour: $\\theta$","x:  0.28<br />theta(x): 0<br />colour: $\\theta$","x:  0.30<br />theta(x): 0<br />colour: $\\theta$","x:  0.32<br />theta(x): 0<br />colour: $\\theta$","x:  0.34<br />theta(x): 0<br />colour: $\\theta$","x:  0.36<br />theta(x): 0<br />colour: $\\theta$","x:  0.38<br />theta(x): 0<br />colour: $\\theta$","x:  0.40<br />theta(x): 0<br />colour: $\\theta$","x:  0.42<br />theta(x): 0<br />colour: $\\theta$","x:  0.44<br />theta(x): 0<br />colour: $\\theta$","x:  0.46<br />theta(x): 0<br />colour: $\\theta$","x:  0.48<br />theta(x): 0<br />colour: $\\theta$","x:  0.50<br />theta(x): 0<br />colour: $\\theta$","x:  0.52<br />theta(x): 0<br />colour: $\\theta$","x:  0.54<br />theta(x): 0<br />colour: $\\theta$","x:  0.56<br />theta(x): 0<br />colour: $\\theta$","x:  0.58<br />theta(x): 0<br />colour: $\\theta$","x:  0.60<br />theta(x): 0<br />colour: $\\theta$","x:  0.62<br />theta(x): 0<br />colour: $\\theta$","x:  0.64<br />theta(x): 0<br />colour: $\\theta$","x:  0.66<br />theta(x): 0<br />colour: $\\theta$","x:  0.68<br />theta(x): 0<br />colour: $\\theta$","x:  0.70<br />theta(x): 0<br />colour: $\\theta$","x:  0.72<br />theta(x): 0<br />colour: $\\theta$","x:  0.74<br />theta(x): 0<br />colour: $\\theta$","x:  0.76<br />theta(x): 0<br />colour: $\\theta$","x:  0.78<br />theta(x): 0<br />colour: $\\theta$","x:  0.80<br />theta(x): 0<br />colour: $\\theta$","x:  0.82<br />theta(x): 0<br />colour: $\\theta$","x:  0.84<br />theta(x): 0<br />colour: $\\theta$","x:  0.86<br />theta(x): 0<br />colour: $\\theta$","x:  0.88<br />theta(x): 0<br />colour: $\\theta$","x:  0.90<br />theta(x): 0<br />colour: $\\theta$","x:  0.92<br />theta(x): 0<br />colour: $\\theta$","x:  0.94<br />theta(x): 0<br />colour: $\\theta$","x:  0.96<br />theta(x): 0<br />colour: $\\theta$","x:  0.98<br />theta(x): 0<br />colour: $\\theta$","x:  1.00<br />theta(x): 0<br />colour: $\\theta$","x:  1.02<br />theta(x): 0<br />colour: $\\theta$","x:  1.04<br />theta(x): 0<br />colour: $\\theta$","x:  1.06<br />theta(x): 0<br />colour: $\\theta$","x:  1.08<br />theta(x): 0<br />colour: $\\theta$","x:  1.10<br />theta(x): 0<br />colour: $\\theta$","x:  1.12<br />theta(x): 0<br />colour: $\\theta$","x:  1.14<br />theta(x): 0<br />colour: $\\theta$","x:  1.16<br />theta(x): 0<br />colour: $\\theta$","x:  1.18<br />theta(x): 0<br />colour: $\\theta$","x:  1.20<br />theta(x): 0<br />colour: $\\theta$","x:  1.22<br />theta(x): 0<br />colour: $\\theta$","x:  1.24<br />theta(x): 0<br />colour: $\\theta$","x:  1.26<br />theta(x): 0<br />colour: $\\theta$","x:  1.28<br />theta(x): 0<br />colour: $\\theta$","x:  1.30<br />theta(x): 0<br />colour: $\\theta$","x:  1.32<br />theta(x): 0<br />colour: $\\theta$","x:  1.34<br />theta(x): 0<br />colour: $\\theta$","x:  1.36<br />theta(x): 0<br />colour: $\\theta$","x:  1.38<br />theta(x): 0<br />colour: $\\theta$","x:  1.40<br />theta(x): 0<br />colour: $\\theta$","x:  1.42<br />theta(x): 0<br />colour: $\\theta$","x:  1.44<br />theta(x): 0<br />colour: $\\theta$","x:  1.46<br />theta(x): 0<br />colour: $\\theta$","x:  1.48<br />theta(x): 0<br />colour: $\\theta$","x:  1.50<br />theta(x): 0<br />colour: $\\theta$","x:  1.52<br />theta(x): 0<br />colour: $\\theta$","x:  1.54<br />theta(x): 0<br />colour: $\\theta$","x:  1.56<br />theta(x): 0<br />colour: $\\theta$","x:  1.58<br />theta(x): 0<br />colour: $\\theta$","x:  1.60<br />theta(x): 0<br />colour: $\\theta$","x:  1.62<br />theta(x): 0<br />colour: $\\theta$","x:  1.64<br />theta(x): 0<br />colour: $\\theta$","x:  1.66<br />theta(x): 0<br />colour: $\\theta$","x:  1.68<br />theta(x): 0<br />colour: $\\theta$","x:  1.70<br />theta(x): 0<br />colour: $\\theta$","x:  1.72<br />theta(x): 0<br />colour: $\\theta$","x:  1.74<br />theta(x): 0<br />colour: $\\theta$","x:  1.76<br />theta(x): 0<br />colour: $\\theta$","x:  1.78<br />theta(x): 0<br />colour: $\\theta$","x:  1.80<br />theta(x): 0<br />colour: $\\theta$","x:  1.82<br />theta(x): 0<br />colour: $\\theta$","x:  1.84<br />theta(x): 0<br />colour: $\\theta$","x:  1.86<br />theta(x): 0<br />colour: $\\theta$","x:  1.88<br />theta(x): 0<br />colour: $\\theta$","x:  1.90<br />theta(x): 0<br />colour: $\\theta$","x:  1.92<br />theta(x): 0<br />colour: $\\theta$","x:  1.94<br />theta(x): 0<br />colour: $\\theta$","x:  1.96<br />theta(x): 0<br />colour: $\\theta$","x:  1.98<br />theta(x): 0<br />colour: $\\theta$","x:  2.00<br />theta(x): 0<br />colour: $\\theta$"],"type":"scatter","mode":"lines","line":{"width":1.8897637795275593,"color":"rgba(153,102,0,1)","dash":"solid"},"hoveron":"points","name":"$\\theta$","legendgroup":"$\\theta$","showlegend":true,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-2,-1.98,-1.96,-1.9399999999999999,-1.9199999999999999,-1.8999999999999999,-1.8799999999999999,-1.8600000000000001,-1.8400000000000001,-1.8200000000000001,-1.8,-1.78,-1.76,-1.74,-1.72,-1.7,-1.6799999999999999,-1.6599999999999999,-1.6399999999999999,-1.6200000000000001,-1.6000000000000001,-1.5800000000000001,-1.5600000000000001,-1.54,-1.52,-1.5,-1.48,-1.46,-1.4399999999999999,-1.4199999999999999,-1.3999999999999999,-1.3799999999999999,-1.3600000000000001,-1.3400000000000001,-1.3200000000000001,-1.3,-1.28,-1.26,-1.24,-1.22,-1.2,-1.1799999999999999,-1.1599999999999999,-1.1399999999999999,-1.1200000000000001,-1.1000000000000001,-1.0800000000000001,-1.0600000000000001,-1.04,-1.02,-1,-0.97999999999999998,-0.95999999999999996,-0.93999999999999995,-0.92000000000000004,-0.90000000000000002,-0.88,-0.85999999999999999,-0.83999999999999997,-0.81999999999999995,-0.80000000000000004,-0.78000000000000003,-0.76000000000000001,-0.73999999999999999,-0.71999999999999997,-0.69999999999999996,-0.68000000000000005,-0.66000000000000003,-0.64000000000000001,-0.62,-0.59999999999999998,-0.57999999999999996,-0.56000000000000005,-0.54000000000000004,-0.52000000000000002,-0.5,-0.47999999999999998,-0.46000000000000002,-0.44,-0.41999999999999998,-0.40000000000000002,-0.38,-0.35999999999999999,-0.34000000000000002,-0.32000000000000001,-0.29999999999999999,-0.28000000000000003,-0.26000000000000001,-0.23999999999999999,-0.22,-0.20000000000000001,-0.17999999999999999,-0.16,-0.14000000000000001,-0.12,-0.10000000000000001,-0.080000000000000002,-0.059999999999999998,-0.040000000000000001,-0.02,0,0.02,0.040000000000000001,0.059999999999999998,0.080000000000000002,0.10000000000000001,0.12,0.14000000000000001,0.16,0.17999999999999999,0.20000000000000001,0.22,0.23999999999999999,0.26000000000000001,0.28000000000000003,0.29999999999999999,0.32000000000000001,0.34000000000000002,0.35999999999999999,0.38,0.40000000000000002,0.41999999999999998,0.44,0.46000000000000002,0.47999999999999998,0.5,0.52000000000000002,0.54000000000000004,0.56000000000000005,0.57999999999999996,0.59999999999999998,0.62,0.64000000000000001,0.66000000000000003,0.68000000000000005,0.69999999999999996,0.71999999999999997,0.73999999999999999,0.76000000000000001,0.78000000000000003,0.80000000000000004,0.81999999999999995,0.83999999999999997,0.85999999999999999,0.88,0.90000000000000002,0.92000000000000004,0.93999999999999995,0.95999999999999996,0.97999999999999998,1,1.02,1.04,1.0600000000000001,1.0800000000000001,1.1000000000000001,1.1200000000000001,1.1399999999999999,1.1599999999999999,1.1799999999999999,1.2,1.22,1.24,1.26,1.28,1.3,1.3200000000000001,1.3400000000000001,1.3600000000000001,1.3799999999999999,1.3999999999999999,1.4199999999999999,1.4399999999999999,1.46,1.48,1.5,1.52,1.54,1.5600000000000001,1.5800000000000001,1.6000000000000001,1.6200000000000001,1.6399999999999999,1.6599999999999999,1.6799999999999999,1.7,1.72,1.74,1.76,1.78,1.8,1.8200000000000001,1.8400000000000001,1.8600000000000001,1.8799999999999999,1.8999999999999999,1.9199999999999999,1.9399999999999999,1.96,1.98,2],"y":[1.4863879277335295,1.4858376534963098,1.485265354688547,1.4846701679545335,1.4840511975916313,1.483407514462123,1.4827381548789227,1.4820421194654569,1.4813183719901664,1.4805658381761759,1.4797834044868459,1.4789699168880346,1.4781241795880942,1.4772449537567787,1.4763309562244418,1.4753808581631123,1.4743932837512583,1.4733668088242895,1.4722999595131225,1.4711912108734011,1.4700389855082805,1.4688416521880008,1.4675975244698309,1.4663048593223322,1.4649618557582933,1.4635666534811052,1.4621173315498068,1.4606119070684955,1.4590483339063154,1.4574245014547622,1.4557382334296107,1.453987286725358,1.4521693503307076,1.4502820443142503,1.4483229188901925,1.4462894535746773,1.4441790564439745,1.4419890635065677,1.4397167382019467,1.4373592710397034,1.4349137793933309,1.432377307463967,1.4297468264301272,1.4270192348003179,1.4241913589862349,1.4212599541150723,1.418221705100253,1.4150732279906588,1.4118110716191556,1.4084317195718914,1.4049315925004435,1.4013070507994327,1.3975543976726506,1.3936698826110947,1.3896497053064911,1.3854900200239673,1.3811869404574142,1.3767365450908056,1.3721348830882372,1.3673779807347222,1.3624618484488116,1.3573824883868364,1.3521359026570232,1.3467181021598484,1.3411251160687638,1.3353530019628284,1.3293978566197868,1.323255827474733,1.3169231247456652,1.3103960342229755,1.3036709307151948,1.2967442921381473,1.2896127142290437,1.2822729258609826,1.2747218049268321,1.2669563947545546,1.258973921008774,1.2507718090257562,1.2423477015210824,1.2336994766011646,1.2248252660014778,1.2157234734660323,1.2063927931742833,1.1968322281134727,1.1870411082864463,1.1770191086373905,1.1667662665708454,1.1562829989328971,1.1455701183177807,1.1346288485583857,1.1234608392555057,1.1120681791982368,1.1004534085268745,1.0886195294901002,1.0765700156503066,1.0643088193947141,1.0518403776155272,1.0391696154298697,1.0263019478196285,1.0132432790826567,1,0.98657898263885657,0.97298757272777603,0.95923357955900412,0.94532526339272205,0.93127132035901694,0.91708086487550056,0.9027634096213194,0.88832884313155047,0.87378740509936448,0.85914965949650957,0.84442646564527979,0.82962894739685444,0.8147684605913641,0.79985655899393016,0.78490495891794032,0.76992550276164462,0.75493012169656459,0.73993079775596249,0.72493952557856001,0.70996827406670049,0.69502894821914196,0.68013335139664177,0.66529314827346486,0.65051982872003589,0.63582467285125643,0.62121871746176294,0.60671272405378274,0.59231714864556184,0.57804211352886781,0.56389738112313292,0.5498923300517411,0.53603593354311274,0.52233674023596577,0.50880285744474996,0.49544193691810984,0.48226116310063305,0.46926724388636715,0.45646640383190784,0.44386437977748461,0.4314664188066098,0.41927727845864121,0.40730122909418587,0.39554205830070033,0.38400307721498328,0.37268712863051917,0.3615965967507952,0.35073341844473932,0.34009909585723458,0.32969471022617419,0.31952093675760224,0.30957806041203656,0.29986599245793144,0.29038428765228425,0.28113216191346291,0.27210851035728711,0.26331192557408251,0.25474071603170961,0.24639292449729652,0.23826634637846308,0.23035854789307567,0.22266688398492018,0.21518851591101579,0.20792042843452493,0.20085944656527274,0.19400225179769556,0.18734539780354401,0.18088532554381856,0.17461837777118192,0.16854081290044159,0.16264881823061156,0.15693852250752821,0.15140600782101035,0.14604732083511621,0.14085848335416681,0.1358355022308872,0.13097437862627662,0.12627111663367563,0.12172173128196954,0.11732225593497654,0.11306874910583695,0.10895730070667146,0.10498403775493471,0.10114512955877969,0.097436792404393041,0.09385529376868236,0.090396956080920021,0.087058160056991685,0.083835347629784979,0.080725024499002734,0.077723762323314516,0.074828200577287021,0.072035048094973811,0.069341084321412408,0.066743160292585632,0.064238199363665899,0.0618231977045876,0.059495224581191851,0.057251422439371778,0.055089006808819126,0.053005266042144152],"text":["x: -2.00<br />theta_p(x, 0.5): 1.48638793<br />colour: $\\theta_+(s=0.5)$","x: -1.98<br />theta_p(x, 0.5): 1.48583765<br />colour: $\\theta_+(s=0.5)$","x: -1.96<br />theta_p(x, 0.5): 1.48526535<br />colour: $\\theta_+(s=0.5)$","x: -1.94<br />theta_p(x, 0.5): 1.48467017<br />colour: $\\theta_+(s=0.5)$","x: -1.92<br />theta_p(x, 0.5): 1.48405120<br />colour: $\\theta_+(s=0.5)$","x: -1.90<br />theta_p(x, 0.5): 1.48340751<br />colour: $\\theta_+(s=0.5)$","x: -1.88<br />theta_p(x, 0.5): 1.48273815<br />colour: $\\theta_+(s=0.5)$","x: -1.86<br />theta_p(x, 0.5): 1.48204212<br />colour: $\\theta_+(s=0.5)$","x: -1.84<br />theta_p(x, 0.5): 1.48131837<br />colour: $\\theta_+(s=0.5)$","x: -1.82<br />theta_p(x, 0.5): 1.48056584<br />colour: $\\theta_+(s=0.5)$","x: -1.80<br />theta_p(x, 0.5): 1.47978340<br />colour: $\\theta_+(s=0.5)$","x: -1.78<br />theta_p(x, 0.5): 1.47896992<br />colour: $\\theta_+(s=0.5)$","x: -1.76<br />theta_p(x, 0.5): 1.47812418<br />colour: $\\theta_+(s=0.5)$","x: -1.74<br />theta_p(x, 0.5): 1.47724495<br />colour: $\\theta_+(s=0.5)$","x: -1.72<br />theta_p(x, 0.5): 1.47633096<br />colour: $\\theta_+(s=0.5)$","x: -1.70<br />theta_p(x, 0.5): 1.47538086<br />colour: $\\theta_+(s=0.5)$","x: -1.68<br />theta_p(x, 0.5): 1.47439328<br />colour: $\\theta_+(s=0.5)$","x: -1.66<br />theta_p(x, 0.5): 1.47336681<br />colour: $\\theta_+(s=0.5)$","x: -1.64<br />theta_p(x, 0.5): 1.47229996<br />colour: $\\theta_+(s=0.5)$","x: -1.62<br />theta_p(x, 0.5): 1.47119121<br />colour: $\\theta_+(s=0.5)$","x: -1.60<br />theta_p(x, 0.5): 1.47003899<br />colour: $\\theta_+(s=0.5)$","x: -1.58<br />theta_p(x, 0.5): 1.46884165<br />colour: $\\theta_+(s=0.5)$","x: -1.56<br />theta_p(x, 0.5): 1.46759752<br />colour: $\\theta_+(s=0.5)$","x: -1.54<br />theta_p(x, 0.5): 1.46630486<br />colour: $\\theta_+(s=0.5)$","x: -1.52<br />theta_p(x, 0.5): 1.46496186<br />colour: $\\theta_+(s=0.5)$","x: -1.50<br />theta_p(x, 0.5): 1.46356665<br />colour: $\\theta_+(s=0.5)$","x: -1.48<br />theta_p(x, 0.5): 1.46211733<br />colour: $\\theta_+(s=0.5)$","x: -1.46<br />theta_p(x, 0.5): 1.46061191<br />colour: $\\theta_+(s=0.5)$","x: -1.44<br />theta_p(x, 0.5): 1.45904833<br />colour: $\\theta_+(s=0.5)$","x: -1.42<br />theta_p(x, 0.5): 1.45742450<br />colour: $\\theta_+(s=0.5)$","x: -1.40<br />theta_p(x, 0.5): 1.45573823<br />colour: $\\theta_+(s=0.5)$","x: -1.38<br />theta_p(x, 0.5): 1.45398729<br />colour: $\\theta_+(s=0.5)$","x: -1.36<br />theta_p(x, 0.5): 1.45216935<br />colour: $\\theta_+(s=0.5)$","x: -1.34<br />theta_p(x, 0.5): 1.45028204<br />colour: $\\theta_+(s=0.5)$","x: -1.32<br />theta_p(x, 0.5): 1.44832292<br />colour: $\\theta_+(s=0.5)$","x: -1.30<br />theta_p(x, 0.5): 1.44628945<br />colour: $\\theta_+(s=0.5)$","x: -1.28<br />theta_p(x, 0.5): 1.44417906<br />colour: $\\theta_+(s=0.5)$","x: -1.26<br />theta_p(x, 0.5): 1.44198906<br />colour: $\\theta_+(s=0.5)$","x: -1.24<br />theta_p(x, 0.5): 1.43971674<br />colour: $\\theta_+(s=0.5)$","x: -1.22<br />theta_p(x, 0.5): 1.43735927<br />colour: $\\theta_+(s=0.5)$","x: -1.20<br />theta_p(x, 0.5): 1.43491378<br />colour: $\\theta_+(s=0.5)$","x: -1.18<br />theta_p(x, 0.5): 1.43237731<br />colour: $\\theta_+(s=0.5)$","x: -1.16<br />theta_p(x, 0.5): 1.42974683<br />colour: $\\theta_+(s=0.5)$","x: -1.14<br />theta_p(x, 0.5): 1.42701923<br />colour: $\\theta_+(s=0.5)$","x: -1.12<br />theta_p(x, 0.5): 1.42419136<br />colour: $\\theta_+(s=0.5)$","x: -1.10<br />theta_p(x, 0.5): 1.42125995<br />colour: $\\theta_+(s=0.5)$","x: -1.08<br />theta_p(x, 0.5): 1.41822171<br />colour: $\\theta_+(s=0.5)$","x: -1.06<br />theta_p(x, 0.5): 1.41507323<br />colour: $\\theta_+(s=0.5)$","x: -1.04<br />theta_p(x, 0.5): 1.41181107<br />colour: $\\theta_+(s=0.5)$","x: -1.02<br />theta_p(x, 0.5): 1.40843172<br />colour: $\\theta_+(s=0.5)$","x: -1.00<br />theta_p(x, 0.5): 1.40493159<br />colour: $\\theta_+(s=0.5)$","x: -0.98<br />theta_p(x, 0.5): 1.40130705<br />colour: $\\theta_+(s=0.5)$","x: -0.96<br />theta_p(x, 0.5): 1.39755440<br />colour: $\\theta_+(s=0.5)$","x: -0.94<br />theta_p(x, 0.5): 1.39366988<br />colour: $\\theta_+(s=0.5)$","x: -0.92<br />theta_p(x, 0.5): 1.38964971<br />colour: $\\theta_+(s=0.5)$","x: -0.90<br />theta_p(x, 0.5): 1.38549002<br />colour: $\\theta_+(s=0.5)$","x: -0.88<br />theta_p(x, 0.5): 1.38118694<br />colour: $\\theta_+(s=0.5)$","x: -0.86<br />theta_p(x, 0.5): 1.37673655<br />colour: $\\theta_+(s=0.5)$","x: -0.84<br />theta_p(x, 0.5): 1.37213488<br />colour: $\\theta_+(s=0.5)$","x: -0.82<br />theta_p(x, 0.5): 1.36737798<br />colour: $\\theta_+(s=0.5)$","x: -0.80<br />theta_p(x, 0.5): 1.36246185<br />colour: $\\theta_+(s=0.5)$","x: -0.78<br />theta_p(x, 0.5): 1.35738249<br />colour: $\\theta_+(s=0.5)$","x: -0.76<br />theta_p(x, 0.5): 1.35213590<br />colour: $\\theta_+(s=0.5)$","x: -0.74<br />theta_p(x, 0.5): 1.34671810<br />colour: $\\theta_+(s=0.5)$","x: -0.72<br />theta_p(x, 0.5): 1.34112512<br />colour: $\\theta_+(s=0.5)$","x: -0.70<br />theta_p(x, 0.5): 1.33535300<br />colour: $\\theta_+(s=0.5)$","x: -0.68<br />theta_p(x, 0.5): 1.32939786<br />colour: $\\theta_+(s=0.5)$","x: -0.66<br />theta_p(x, 0.5): 1.32325583<br />colour: $\\theta_+(s=0.5)$","x: -0.64<br />theta_p(x, 0.5): 1.31692312<br />colour: $\\theta_+(s=0.5)$","x: -0.62<br />theta_p(x, 0.5): 1.31039603<br />colour: $\\theta_+(s=0.5)$","x: -0.60<br />theta_p(x, 0.5): 1.30367093<br />colour: $\\theta_+(s=0.5)$","x: -0.58<br />theta_p(x, 0.5): 1.29674429<br />colour: $\\theta_+(s=0.5)$","x: -0.56<br />theta_p(x, 0.5): 1.28961271<br />colour: $\\theta_+(s=0.5)$","x: -0.54<br />theta_p(x, 0.5): 1.28227293<br />colour: $\\theta_+(s=0.5)$","x: -0.52<br />theta_p(x, 0.5): 1.27472180<br />colour: $\\theta_+(s=0.5)$","x: -0.50<br />theta_p(x, 0.5): 1.26695639<br />colour: $\\theta_+(s=0.5)$","x: -0.48<br />theta_p(x, 0.5): 1.25897392<br />colour: $\\theta_+(s=0.5)$","x: -0.46<br />theta_p(x, 0.5): 1.25077181<br />colour: $\\theta_+(s=0.5)$","x: -0.44<br />theta_p(x, 0.5): 1.24234770<br />colour: $\\theta_+(s=0.5)$","x: -0.42<br />theta_p(x, 0.5): 1.23369948<br />colour: $\\theta_+(s=0.5)$","x: -0.40<br />theta_p(x, 0.5): 1.22482527<br />colour: $\\theta_+(s=0.5)$","x: -0.38<br />theta_p(x, 0.5): 1.21572347<br />colour: $\\theta_+(s=0.5)$","x: -0.36<br />theta_p(x, 0.5): 1.20639279<br />colour: $\\theta_+(s=0.5)$","x: -0.34<br />theta_p(x, 0.5): 1.19683223<br />colour: $\\theta_+(s=0.5)$","x: -0.32<br />theta_p(x, 0.5): 1.18704111<br />colour: $\\theta_+(s=0.5)$","x: -0.30<br />theta_p(x, 0.5): 1.17701911<br />colour: $\\theta_+(s=0.5)$","x: -0.28<br />theta_p(x, 0.5): 1.16676627<br />colour: $\\theta_+(s=0.5)$","x: -0.26<br />theta_p(x, 0.5): 1.15628300<br />colour: $\\theta_+(s=0.5)$","x: -0.24<br />theta_p(x, 0.5): 1.14557012<br />colour: $\\theta_+(s=0.5)$","x: -0.22<br />theta_p(x, 0.5): 1.13462885<br />colour: $\\theta_+(s=0.5)$","x: -0.20<br />theta_p(x, 0.5): 1.12346084<br />colour: $\\theta_+(s=0.5)$","x: -0.18<br />theta_p(x, 0.5): 1.11206818<br />colour: $\\theta_+(s=0.5)$","x: -0.16<br />theta_p(x, 0.5): 1.10045341<br />colour: $\\theta_+(s=0.5)$","x: -0.14<br />theta_p(x, 0.5): 1.08861953<br />colour: $\\theta_+(s=0.5)$","x: -0.12<br />theta_p(x, 0.5): 1.07657002<br />colour: $\\theta_+(s=0.5)$","x: -0.10<br />theta_p(x, 0.5): 1.06430882<br />colour: $\\theta_+(s=0.5)$","x: -0.08<br />theta_p(x, 0.5): 1.05184038<br />colour: $\\theta_+(s=0.5)$","x: -0.06<br />theta_p(x, 0.5): 1.03916962<br />colour: $\\theta_+(s=0.5)$","x: -0.04<br />theta_p(x, 0.5): 1.02630195<br />colour: $\\theta_+(s=0.5)$","x: -0.02<br />theta_p(x, 0.5): 1.01324328<br />colour: $\\theta_+(s=0.5)$","x:  0.00<br />theta_p(x, 0.5): 1.00000000<br />colour: $\\theta_+(s=0.5)$","x:  0.02<br />theta_p(x, 0.5): 0.98657898<br />colour: $\\theta_+(s=0.5)$","x:  0.04<br />theta_p(x, 0.5): 0.97298757<br />colour: $\\theta_+(s=0.5)$","x:  0.06<br />theta_p(x, 0.5): 0.95923358<br />colour: $\\theta_+(s=0.5)$","x:  0.08<br />theta_p(x, 0.5): 0.94532526<br />colour: $\\theta_+(s=0.5)$","x:  0.10<br />theta_p(x, 0.5): 0.93127132<br />colour: $\\theta_+(s=0.5)$","x:  0.12<br />theta_p(x, 0.5): 0.91708086<br />colour: $\\theta_+(s=0.5)$","x:  0.14<br />theta_p(x, 0.5): 0.90276341<br />colour: $\\theta_+(s=0.5)$","x:  0.16<br />theta_p(x, 0.5): 0.88832884<br />colour: $\\theta_+(s=0.5)$","x:  0.18<br />theta_p(x, 0.5): 0.87378741<br />colour: $\\theta_+(s=0.5)$","x:  0.20<br />theta_p(x, 0.5): 0.85914966<br />colour: $\\theta_+(s=0.5)$","x:  0.22<br />theta_p(x, 0.5): 0.84442647<br />colour: $\\theta_+(s=0.5)$","x:  0.24<br />theta_p(x, 0.5): 0.82962895<br />colour: $\\theta_+(s=0.5)$","x:  0.26<br />theta_p(x, 0.5): 0.81476846<br />colour: $\\theta_+(s=0.5)$","x:  0.28<br />theta_p(x, 0.5): 0.79985656<br />colour: $\\theta_+(s=0.5)$","x:  0.30<br />theta_p(x, 0.5): 0.78490496<br />colour: $\\theta_+(s=0.5)$","x:  0.32<br />theta_p(x, 0.5): 0.76992550<br />colour: $\\theta_+(s=0.5)$","x:  0.34<br />theta_p(x, 0.5): 0.75493012<br />colour: $\\theta_+(s=0.5)$","x:  0.36<br />theta_p(x, 0.5): 0.73993080<br />colour: $\\theta_+(s=0.5)$","x:  0.38<br />theta_p(x, 0.5): 0.72493953<br />colour: $\\theta_+(s=0.5)$","x:  0.40<br />theta_p(x, 0.5): 0.70996827<br />colour: $\\theta_+(s=0.5)$","x:  0.42<br />theta_p(x, 0.5): 0.69502895<br />colour: $\\theta_+(s=0.5)$","x:  0.44<br />theta_p(x, 0.5): 0.68013335<br />colour: $\\theta_+(s=0.5)$","x:  0.46<br />theta_p(x, 0.5): 0.66529315<br />colour: $\\theta_+(s=0.5)$","x:  0.48<br />theta_p(x, 0.5): 0.65051983<br />colour: $\\theta_+(s=0.5)$","x:  0.50<br />theta_p(x, 0.5): 0.63582467<br />colour: $\\theta_+(s=0.5)$","x:  0.52<br />theta_p(x, 0.5): 0.62121872<br />colour: $\\theta_+(s=0.5)$","x:  0.54<br />theta_p(x, 0.5): 0.60671272<br />colour: $\\theta_+(s=0.5)$","x:  0.56<br />theta_p(x, 0.5): 0.59231715<br />colour: $\\theta_+(s=0.5)$","x:  0.58<br />theta_p(x, 0.5): 0.57804211<br />colour: $\\theta_+(s=0.5)$","x:  0.60<br />theta_p(x, 0.5): 0.56389738<br />colour: $\\theta_+(s=0.5)$","x:  0.62<br />theta_p(x, 0.5): 0.54989233<br />colour: $\\theta_+(s=0.5)$","x:  0.64<br />theta_p(x, 0.5): 0.53603593<br />colour: $\\theta_+(s=0.5)$","x:  0.66<br />theta_p(x, 0.5): 0.52233674<br />colour: $\\theta_+(s=0.5)$","x:  0.68<br />theta_p(x, 0.5): 0.50880286<br />colour: $\\theta_+(s=0.5)$","x:  0.70<br />theta_p(x, 0.5): 0.49544194<br />colour: $\\theta_+(s=0.5)$","x:  0.72<br />theta_p(x, 0.5): 0.48226116<br />colour: $\\theta_+(s=0.5)$","x:  0.74<br />theta_p(x, 0.5): 0.46926724<br />colour: $\\theta_+(s=0.5)$","x:  0.76<br />theta_p(x, 0.5): 0.45646640<br />colour: $\\theta_+(s=0.5)$","x:  0.78<br />theta_p(x, 0.5): 0.44386438<br />colour: $\\theta_+(s=0.5)$","x:  0.80<br />theta_p(x, 0.5): 0.43146642<br />colour: $\\theta_+(s=0.5)$","x:  0.82<br />theta_p(x, 0.5): 0.41927728<br />colour: $\\theta_+(s=0.5)$","x:  0.84<br />theta_p(x, 0.5): 0.40730123<br />colour: $\\theta_+(s=0.5)$","x:  0.86<br />theta_p(x, 0.5): 0.39554206<br />colour: $\\theta_+(s=0.5)$","x:  0.88<br />theta_p(x, 0.5): 0.38400308<br />colour: $\\theta_+(s=0.5)$","x:  0.90<br />theta_p(x, 0.5): 0.37268713<br />colour: $\\theta_+(s=0.5)$","x:  0.92<br />theta_p(x, 0.5): 0.36159660<br />colour: $\\theta_+(s=0.5)$","x:  0.94<br />theta_p(x, 0.5): 0.35073342<br />colour: $\\theta_+(s=0.5)$","x:  0.96<br />theta_p(x, 0.5): 0.34009910<br />colour: $\\theta_+(s=0.5)$","x:  0.98<br />theta_p(x, 0.5): 0.32969471<br />colour: $\\theta_+(s=0.5)$","x:  1.00<br />theta_p(x, 0.5): 0.31952094<br />colour: $\\theta_+(s=0.5)$","x:  1.02<br />theta_p(x, 0.5): 0.30957806<br />colour: $\\theta_+(s=0.5)$","x:  1.04<br />theta_p(x, 0.5): 0.29986599<br />colour: $\\theta_+(s=0.5)$","x:  1.06<br />theta_p(x, 0.5): 0.29038429<br />colour: $\\theta_+(s=0.5)$","x:  1.08<br />theta_p(x, 0.5): 0.28113216<br />colour: $\\theta_+(s=0.5)$","x:  1.10<br />theta_p(x, 0.5): 0.27210851<br />colour: $\\theta_+(s=0.5)$","x:  1.12<br />theta_p(x, 0.5): 0.26331193<br />colour: $\\theta_+(s=0.5)$","x:  1.14<br />theta_p(x, 0.5): 0.25474072<br />colour: $\\theta_+(s=0.5)$","x:  1.16<br />theta_p(x, 0.5): 0.24639292<br />colour: $\\theta_+(s=0.5)$","x:  1.18<br />theta_p(x, 0.5): 0.23826635<br />colour: $\\theta_+(s=0.5)$","x:  1.20<br />theta_p(x, 0.5): 0.23035855<br />colour: $\\theta_+(s=0.5)$","x:  1.22<br />theta_p(x, 0.5): 0.22266688<br />colour: $\\theta_+(s=0.5)$","x:  1.24<br />theta_p(x, 0.5): 0.21518852<br />colour: $\\theta_+(s=0.5)$","x:  1.26<br />theta_p(x, 0.5): 0.20792043<br />colour: $\\theta_+(s=0.5)$","x:  1.28<br />theta_p(x, 0.5): 0.20085945<br />colour: $\\theta_+(s=0.5)$","x:  1.30<br />theta_p(x, 0.5): 0.19400225<br />colour: $\\theta_+(s=0.5)$","x:  1.32<br />theta_p(x, 0.5): 0.18734540<br />colour: $\\theta_+(s=0.5)$","x:  1.34<br />theta_p(x, 0.5): 0.18088533<br />colour: $\\theta_+(s=0.5)$","x:  1.36<br />theta_p(x, 0.5): 0.17461838<br />colour: $\\theta_+(s=0.5)$","x:  1.38<br />theta_p(x, 0.5): 0.16854081<br />colour: $\\theta_+(s=0.5)$","x:  1.40<br />theta_p(x, 0.5): 0.16264882<br />colour: $\\theta_+(s=0.5)$","x:  1.42<br />theta_p(x, 0.5): 0.15693852<br />colour: $\\theta_+(s=0.5)$","x:  1.44<br />theta_p(x, 0.5): 0.15140601<br />colour: $\\theta_+(s=0.5)$","x:  1.46<br />theta_p(x, 0.5): 0.14604732<br />colour: $\\theta_+(s=0.5)$","x:  1.48<br />theta_p(x, 0.5): 0.14085848<br />colour: $\\theta_+(s=0.5)$","x:  1.50<br />theta_p(x, 0.5): 0.13583550<br />colour: $\\theta_+(s=0.5)$","x:  1.52<br />theta_p(x, 0.5): 0.13097438<br />colour: $\\theta_+(s=0.5)$","x:  1.54<br />theta_p(x, 0.5): 0.12627112<br />colour: $\\theta_+(s=0.5)$","x:  1.56<br />theta_p(x, 0.5): 0.12172173<br />colour: $\\theta_+(s=0.5)$","x:  1.58<br />theta_p(x, 0.5): 0.11732226<br />colour: $\\theta_+(s=0.5)$","x:  1.60<br />theta_p(x, 0.5): 0.11306875<br />colour: $\\theta_+(s=0.5)$","x:  1.62<br />theta_p(x, 0.5): 0.10895730<br />colour: $\\theta_+(s=0.5)$","x:  1.64<br />theta_p(x, 0.5): 0.10498404<br />colour: $\\theta_+(s=0.5)$","x:  1.66<br />theta_p(x, 0.5): 0.10114513<br />colour: $\\theta_+(s=0.5)$","x:  1.68<br />theta_p(x, 0.5): 0.09743679<br />colour: $\\theta_+(s=0.5)$","x:  1.70<br />theta_p(x, 0.5): 0.09385529<br />colour: $\\theta_+(s=0.5)$","x:  1.72<br />theta_p(x, 0.5): 0.09039696<br />colour: $\\theta_+(s=0.5)$","x:  1.74<br />theta_p(x, 0.5): 0.08705816<br />colour: $\\theta_+(s=0.5)$","x:  1.76<br />theta_p(x, 0.5): 0.08383535<br />colour: $\\theta_+(s=0.5)$","x:  1.78<br />theta_p(x, 0.5): 0.08072502<br />colour: $\\theta_+(s=0.5)$","x:  1.80<br />theta_p(x, 0.5): 0.07772376<br />colour: $\\theta_+(s=0.5)$","x:  1.82<br />theta_p(x, 0.5): 0.07482820<br />colour: $\\theta_+(s=0.5)$","x:  1.84<br />theta_p(x, 0.5): 0.07203505<br />colour: $\\theta_+(s=0.5)$","x:  1.86<br />theta_p(x, 0.5): 0.06934108<br />colour: $\\theta_+(s=0.5)$","x:  1.88<br />theta_p(x, 0.5): 0.06674316<br />colour: $\\theta_+(s=0.5)$","x:  1.90<br />theta_p(x, 0.5): 0.06423820<br />colour: $\\theta_+(s=0.5)$","x:  1.92<br />theta_p(x, 0.5): 0.06182320<br />colour: $\\theta_+(s=0.5)$","x:  1.94<br />theta_p(x, 0.5): 0.05949522<br />colour: $\\theta_+(s=0.5)$","x:  1.96<br />theta_p(x, 0.5): 0.05725142<br />colour: $\\theta_+(s=0.5)$","x:  1.98<br />theta_p(x, 0.5): 0.05508901<br />colour: $\\theta_+(s=0.5)$","x:  2.00<br />theta_p(x, 0.5): 0.05300527<br />colour: $\\theta_+(s=0.5)$"],"type":"scatter","mode":"lines","line":{"width":1.8897637795275593,"color":"rgba(0,204,255,1)","dash":"solid"},"hoveron":"points","name":"$\\theta_+(s=0.5)$","legendgroup":"$\\theta_+(s=0.5)$","showlegend":true,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-2,-1.98,-1.96,-1.9399999999999999,-1.9199999999999999,-1.8999999999999999,-1.8799999999999999,-1.8600000000000001,-1.8400000000000001,-1.8200000000000001,-1.8,-1.78,-1.76,-1.74,-1.72,-1.7,-1.6799999999999999,-1.6599999999999999,-1.6399999999999999,-1.6200000000000001,-1.6000000000000001,-1.5800000000000001,-1.5600000000000001,-1.54,-1.52,-1.5,-1.48,-1.46,-1.4399999999999999,-1.4199999999999999,-1.3999999999999999,-1.3799999999999999,-1.3600000000000001,-1.3400000000000001,-1.3200000000000001,-1.3,-1.28,-1.26,-1.24,-1.22,-1.2,-1.1799999999999999,-1.1599999999999999,-1.1399999999999999,-1.1200000000000001,-1.1000000000000001,-1.0800000000000001,-1.0600000000000001,-1.04,-1.02,-1,-0.97999999999999998,-0.95999999999999996,-0.93999999999999995,-0.92000000000000004,-0.90000000000000002,-0.88,-0.85999999999999999,-0.83999999999999997,-0.81999999999999995,-0.80000000000000004,-0.78000000000000003,-0.76000000000000001,-0.73999999999999999,-0.71999999999999997,-0.69999999999999996,-0.68000000000000005,-0.66000000000000003,-0.64000000000000001,-0.62,-0.59999999999999998,-0.57999999999999996,-0.56000000000000005,-0.54000000000000004,-0.52000000000000002,-0.5,-0.47999999999999998,-0.46000000000000002,-0.44,-0.41999999999999998,-0.40000000000000002,-0.38,-0.35999999999999999,-0.34000000000000002,-0.32000000000000001,-0.29999999999999999,-0.28000000000000003,-0.26000000000000001,-0.23999999999999999,-0.22,-0.20000000000000001,-0.17999999999999999,-0.16,-0.14000000000000001,-0.12,-0.10000000000000001,-0.080000000000000002,-0.059999999999999998,-0.040000000000000001,-0.02,0,0.02,0.040000000000000001,0.059999999999999998,0.080000000000000002,0.10000000000000001,0.12,0.14000000000000001,0.16,0.17999999999999999,0.20000000000000001,0.22,0.23999999999999999,0.26000000000000001,0.28000000000000003,0.29999999999999999,0.32000000000000001,0.34000000000000002,0.35999999999999999,0.38,0.40000000000000002,0.41999999999999998,0.44,0.46000000000000002,0.47999999999999998,0.5,0.52000000000000002,0.54000000000000004,0.56000000000000005,0.57999999999999996,0.59999999999999998,0.62,0.64000000000000001,0.66000000000000003,0.68000000000000005,0.69999999999999996,0.71999999999999997,0.73999999999999999,0.76000000000000001,0.78000000000000003,0.80000000000000004,0.81999999999999995,0.83999999999999997,0.85999999999999999,0.88,0.90000000000000002,0.92000000000000004,0.93999999999999995,0.95999999999999996,0.97999999999999998,1,1.02,1.04,1.0600000000000001,1.0800000000000001,1.1000000000000001,1.1200000000000001,1.1399999999999999,1.1599999999999999,1.1799999999999999,1.2,1.22,1.24,1.26,1.28,1.3,1.3200000000000001,1.3400000000000001,1.3600000000000001,1.3799999999999999,1.3999999999999999,1.4199999999999999,1.4399999999999999,1.46,1.48,1.5,1.52,1.54,1.5600000000000001,1.5800000000000001,1.6000000000000001,1.6200000000000001,1.6399999999999999,1.6599999999999999,1.6799999999999999,1.7,1.72,1.74,1.76,1.78,1.8,1.8200000000000001,1.8400000000000001,1.8600000000000001,1.8799999999999999,1.8999999999999999,1.9199999999999999,1.9399999999999999,1.96,1.98,2],"y":[1.1999891041157915,1.1999879581971453,1.1999866917637287,1.1999852921414571,1.1999837453234241,1.199982035829757,1.199980146552738,1.1999780585856406,1.1999757510335791,1.1999732008044732,1.1999703823780401,1.1999672675505131,1.1999638251525264,1.1999600207373584,1.199955816236417,1.1999511695785265,1.199946034269223,1.1999403589258562,1.1999340867638677,1.1999271550291208,1.1999194943706293,1.1999110281474379,1.1999016716627566,1.199891331317734,1.1998799036764496,1.199867274432852,1.1998533172693737,1.199837892595921,1.199820846156733,1.1998020074913349,1.1997811882343676,1.199758180237515,1.1997327534950202,1.1997046538523761,1.1996736004756847,1.1996392830568832,1.1996013587274994,1.1995594486508225,1.199513134259339,1.1994619531009276,1.1994053942536576,1.1993428932650239,1.1992738265670742,1.1991975053141066,1.199113168584387,1.1990199758816837,1.1989169988662292,1.1988032122380416,1.1986774836883034,1.1985385628266896,1.1983850689841378,1.1982154777815663,1.1980281063454321,1.1978210970408312,1.1975923995820759,1.1973397513693873,1.197060655888613,1.1967523589987867,1.1964118229200946,1.196035697722545,1.1956202901036834,1.1951615292323692,1.1946549294253961,1.1940955494151837,1.1934779479605921,1.1927961355500269,1.1920435219475174,1.1912128593396927,1.1902961808562533,1.1892847342605455,1.1881689106426527,1.1869381679977817,1.1855809496410128,1.1840845974995604,1.1824352604400639,1.1806177979362109,1.1786156795669749,1.1764108810643135,1.1739837779083226,1.1713130378048535,1.1683755137830885,1.1651461401257612,1.1615978338991726,1.1577014054888968,1.1534254822725722,1.1487364503720299,1.1435984203163159,1.137973223400399,1.1318204465170367,1.125097514234171,1.1177598278344731,1.1097609718558352,1.101052999279148,1.0915868067873609,1.0813126113294373,1.0701805384058194,1.0581413308751157,1.0451471844874936,1.0311527126128204,1.0161160376191514,1,0.98277346867320836,0.96441272703816316,0.94490289970564578,0.92423937482169383,0.90242916731087197,0.87949216006859199,0.85546215417736216,0.8303876566998889,0.80433233653223513,0.77737508597789817,0.7496096385369222,0.72114371176728087,0.69209766720876509,0.66260270584512848,0.63279864541962594,0.60283135271355692,0.57284992711907945,0.54300374915343719,0.51343951715772418,0.48429839626909782,0.45571339575929026,0.42780707485537089,0.40068965488468405,0.37445758927355371,0.34919261509546035,0.32496128295504434,0.3018149381006488,0.27979010631626527,0.2589092242388138,0.23918164551837587,0.22060485136959807,0.20316579581749764,0.18684232133100193,0.17160458847407642,0.15741647262906688,0.14423689082582855,0.13202103148876626,0.12072146893820478,0.11028915239387783,0.10067426583984952,0.091826960373560459,0.083697964631146371,0.076239081679204151,0.06940358255106048,0.063146507560021964,0.057424886818055181,0.052197891187789384,0.047426924340926019,0.043075665806720467,0.039110073966915841,0.035498356963597516,0.032210918490053357,0.029220284471822636,0.026501015742366733,0.02402961099139914,0.021784403522050504,0.019745454698019464,0.017894446391807952,0.016214574255447121,0.014690443219465938,0.013307966277040914,0.012054267320779966,0.010917588562023045,0.0098872028698449264,0.008953331212601761,0.0081070652629770187,0.0073402951328003837,0.006645642131829309,0.0060163963911989155,0.0054464591539340928,0.004930289508860989,0.0044628553279964771,0.0040395881589770513,0.003656341821606983,0.0033093544597521617,0.0029952138054317179,0.002710825420129306,0.0024533836883089276,0.002220345349275368,0.00200940536539309,0.0018184749368983795,0.0016456614858226207,0.0014892504436725604,0.0013476886893261171,0.0012195694949836678,0.0011036188488850727,0.00099868303381026686,0.0009037173500968744,0.00081777588101949268,0.00074000220688320135,0.0006696209820989485,0.00060593029684881763,0.00054829475173753394,0.00049613918008949956,0.00044894295831647839,0.00040623485007955113,0.000367588334829837,0.00033261737576563655,0.00030097258631792161,0.00027233775799948484],"text":["x: -2.00<br />theta_p(x, 0.2): 1.1999891041<br />colour: $\\theta_+(s=0.2)$","x: -1.98<br />theta_p(x, 0.2): 1.1999879582<br />colour: $\\theta_+(s=0.2)$","x: -1.96<br />theta_p(x, 0.2): 1.1999866918<br />colour: $\\theta_+(s=0.2)$","x: -1.94<br />theta_p(x, 0.2): 1.1999852921<br />colour: $\\theta_+(s=0.2)$","x: -1.92<br />theta_p(x, 0.2): 1.1999837453<br />colour: $\\theta_+(s=0.2)$","x: -1.90<br />theta_p(x, 0.2): 1.1999820358<br />colour: $\\theta_+(s=0.2)$","x: -1.88<br />theta_p(x, 0.2): 1.1999801466<br />colour: $\\theta_+(s=0.2)$","x: -1.86<br />theta_p(x, 0.2): 1.1999780586<br />colour: $\\theta_+(s=0.2)$","x: -1.84<br />theta_p(x, 0.2): 1.1999757510<br />colour: $\\theta_+(s=0.2)$","x: -1.82<br />theta_p(x, 0.2): 1.1999732008<br />colour: $\\theta_+(s=0.2)$","x: -1.80<br />theta_p(x, 0.2): 1.1999703824<br />colour: $\\theta_+(s=0.2)$","x: -1.78<br />theta_p(x, 0.2): 1.1999672676<br />colour: $\\theta_+(s=0.2)$","x: -1.76<br />theta_p(x, 0.2): 1.1999638252<br />colour: $\\theta_+(s=0.2)$","x: -1.74<br />theta_p(x, 0.2): 1.1999600207<br />colour: $\\theta_+(s=0.2)$","x: -1.72<br />theta_p(x, 0.2): 1.1999558162<br />colour: $\\theta_+(s=0.2)$","x: -1.70<br />theta_p(x, 0.2): 1.1999511696<br />colour: $\\theta_+(s=0.2)$","x: -1.68<br />theta_p(x, 0.2): 1.1999460343<br />colour: $\\theta_+(s=0.2)$","x: -1.66<br />theta_p(x, 0.2): 1.1999403589<br />colour: $\\theta_+(s=0.2)$","x: -1.64<br />theta_p(x, 0.2): 1.1999340868<br />colour: $\\theta_+(s=0.2)$","x: -1.62<br />theta_p(x, 0.2): 1.1999271550<br />colour: $\\theta_+(s=0.2)$","x: -1.60<br />theta_p(x, 0.2): 1.1999194944<br />colour: $\\theta_+(s=0.2)$","x: -1.58<br />theta_p(x, 0.2): 1.1999110281<br />colour: $\\theta_+(s=0.2)$","x: -1.56<br />theta_p(x, 0.2): 1.1999016717<br />colour: $\\theta_+(s=0.2)$","x: -1.54<br />theta_p(x, 0.2): 1.1998913313<br />colour: $\\theta_+(s=0.2)$","x: -1.52<br />theta_p(x, 0.2): 1.1998799037<br />colour: $\\theta_+(s=0.2)$","x: -1.50<br />theta_p(x, 0.2): 1.1998672744<br />colour: $\\theta_+(s=0.2)$","x: -1.48<br />theta_p(x, 0.2): 1.1998533173<br />colour: $\\theta_+(s=0.2)$","x: -1.46<br />theta_p(x, 0.2): 1.1998378926<br />colour: $\\theta_+(s=0.2)$","x: -1.44<br />theta_p(x, 0.2): 1.1998208462<br />colour: $\\theta_+(s=0.2)$","x: -1.42<br />theta_p(x, 0.2): 1.1998020075<br />colour: $\\theta_+(s=0.2)$","x: -1.40<br />theta_p(x, 0.2): 1.1997811882<br />colour: $\\theta_+(s=0.2)$","x: -1.38<br />theta_p(x, 0.2): 1.1997581802<br />colour: $\\theta_+(s=0.2)$","x: -1.36<br />theta_p(x, 0.2): 1.1997327535<br />colour: $\\theta_+(s=0.2)$","x: -1.34<br />theta_p(x, 0.2): 1.1997046539<br />colour: $\\theta_+(s=0.2)$","x: -1.32<br />theta_p(x, 0.2): 1.1996736005<br />colour: $\\theta_+(s=0.2)$","x: -1.30<br />theta_p(x, 0.2): 1.1996392831<br />colour: $\\theta_+(s=0.2)$","x: -1.28<br />theta_p(x, 0.2): 1.1996013587<br />colour: $\\theta_+(s=0.2)$","x: -1.26<br />theta_p(x, 0.2): 1.1995594487<br />colour: $\\theta_+(s=0.2)$","x: -1.24<br />theta_p(x, 0.2): 1.1995131343<br />colour: $\\theta_+(s=0.2)$","x: -1.22<br />theta_p(x, 0.2): 1.1994619531<br />colour: $\\theta_+(s=0.2)$","x: -1.20<br />theta_p(x, 0.2): 1.1994053943<br />colour: $\\theta_+(s=0.2)$","x: -1.18<br />theta_p(x, 0.2): 1.1993428933<br />colour: $\\theta_+(s=0.2)$","x: -1.16<br />theta_p(x, 0.2): 1.1992738266<br />colour: $\\theta_+(s=0.2)$","x: -1.14<br />theta_p(x, 0.2): 1.1991975053<br />colour: $\\theta_+(s=0.2)$","x: -1.12<br />theta_p(x, 0.2): 1.1991131686<br />colour: $\\theta_+(s=0.2)$","x: -1.10<br />theta_p(x, 0.2): 1.1990199759<br />colour: $\\theta_+(s=0.2)$","x: -1.08<br />theta_p(x, 0.2): 1.1989169989<br />colour: $\\theta_+(s=0.2)$","x: -1.06<br />theta_p(x, 0.2): 1.1988032122<br />colour: $\\theta_+(s=0.2)$","x: -1.04<br />theta_p(x, 0.2): 1.1986774837<br />colour: $\\theta_+(s=0.2)$","x: -1.02<br />theta_p(x, 0.2): 1.1985385628<br />colour: $\\theta_+(s=0.2)$","x: -1.00<br />theta_p(x, 0.2): 1.1983850690<br />colour: $\\theta_+(s=0.2)$","x: -0.98<br />theta_p(x, 0.2): 1.1982154778<br />colour: $\\theta_+(s=0.2)$","x: -0.96<br />theta_p(x, 0.2): 1.1980281063<br />colour: $\\theta_+(s=0.2)$","x: -0.94<br />theta_p(x, 0.2): 1.1978210970<br />colour: $\\theta_+(s=0.2)$","x: -0.92<br />theta_p(x, 0.2): 1.1975923996<br />colour: $\\theta_+(s=0.2)$","x: -0.90<br />theta_p(x, 0.2): 1.1973397514<br />colour: $\\theta_+(s=0.2)$","x: -0.88<br />theta_p(x, 0.2): 1.1970606559<br />colour: $\\theta_+(s=0.2)$","x: -0.86<br />theta_p(x, 0.2): 1.1967523590<br />colour: $\\theta_+(s=0.2)$","x: -0.84<br />theta_p(x, 0.2): 1.1964118229<br />colour: $\\theta_+(s=0.2)$","x: -0.82<br />theta_p(x, 0.2): 1.1960356977<br />colour: $\\theta_+(s=0.2)$","x: -0.80<br />theta_p(x, 0.2): 1.1956202901<br />colour: $\\theta_+(s=0.2)$","x: -0.78<br />theta_p(x, 0.2): 1.1951615292<br />colour: $\\theta_+(s=0.2)$","x: -0.76<br />theta_p(x, 0.2): 1.1946549294<br />colour: $\\theta_+(s=0.2)$","x: -0.74<br />theta_p(x, 0.2): 1.1940955494<br />colour: $\\theta_+(s=0.2)$","x: -0.72<br />theta_p(x, 0.2): 1.1934779480<br />colour: $\\theta_+(s=0.2)$","x: -0.70<br />theta_p(x, 0.2): 1.1927961356<br />colour: $\\theta_+(s=0.2)$","x: -0.68<br />theta_p(x, 0.2): 1.1920435219<br />colour: $\\theta_+(s=0.2)$","x: -0.66<br />theta_p(x, 0.2): 1.1912128593<br />colour: $\\theta_+(s=0.2)$","x: -0.64<br />theta_p(x, 0.2): 1.1902961809<br />colour: $\\theta_+(s=0.2)$","x: -0.62<br />theta_p(x, 0.2): 1.1892847343<br />colour: $\\theta_+(s=0.2)$","x: -0.60<br />theta_p(x, 0.2): 1.1881689106<br />colour: $\\theta_+(s=0.2)$","x: -0.58<br />theta_p(x, 0.2): 1.1869381680<br />colour: $\\theta_+(s=0.2)$","x: -0.56<br />theta_p(x, 0.2): 1.1855809496<br />colour: $\\theta_+(s=0.2)$","x: -0.54<br />theta_p(x, 0.2): 1.1840845975<br />colour: $\\theta_+(s=0.2)$","x: -0.52<br />theta_p(x, 0.2): 1.1824352604<br />colour: $\\theta_+(s=0.2)$","x: -0.50<br />theta_p(x, 0.2): 1.1806177979<br />colour: $\\theta_+(s=0.2)$","x: -0.48<br />theta_p(x, 0.2): 1.1786156796<br />colour: $\\theta_+(s=0.2)$","x: -0.46<br />theta_p(x, 0.2): 1.1764108811<br />colour: $\\theta_+(s=0.2)$","x: -0.44<br />theta_p(x, 0.2): 1.1739837779<br />colour: $\\theta_+(s=0.2)$","x: -0.42<br />theta_p(x, 0.2): 1.1713130378<br />colour: $\\theta_+(s=0.2)$","x: -0.40<br />theta_p(x, 0.2): 1.1683755138<br />colour: $\\theta_+(s=0.2)$","x: -0.38<br />theta_p(x, 0.2): 1.1651461401<br />colour: $\\theta_+(s=0.2)$","x: -0.36<br />theta_p(x, 0.2): 1.1615978339<br />colour: $\\theta_+(s=0.2)$","x: -0.34<br />theta_p(x, 0.2): 1.1577014055<br />colour: $\\theta_+(s=0.2)$","x: -0.32<br />theta_p(x, 0.2): 1.1534254823<br />colour: $\\theta_+(s=0.2)$","x: -0.30<br />theta_p(x, 0.2): 1.1487364504<br />colour: $\\theta_+(s=0.2)$","x: -0.28<br />theta_p(x, 0.2): 1.1435984203<br />colour: $\\theta_+(s=0.2)$","x: -0.26<br />theta_p(x, 0.2): 1.1379732234<br />colour: $\\theta_+(s=0.2)$","x: -0.24<br />theta_p(x, 0.2): 1.1318204465<br />colour: $\\theta_+(s=0.2)$","x: -0.22<br />theta_p(x, 0.2): 1.1250975142<br />colour: $\\theta_+(s=0.2)$","x: -0.20<br />theta_p(x, 0.2): 1.1177598278<br />colour: $\\theta_+(s=0.2)$","x: -0.18<br />theta_p(x, 0.2): 1.1097609719<br />colour: $\\theta_+(s=0.2)$","x: -0.16<br />theta_p(x, 0.2): 1.1010529993<br />colour: $\\theta_+(s=0.2)$","x: -0.14<br />theta_p(x, 0.2): 1.0915868068<br />colour: $\\theta_+(s=0.2)$","x: -0.12<br />theta_p(x, 0.2): 1.0813126113<br />colour: $\\theta_+(s=0.2)$","x: -0.10<br />theta_p(x, 0.2): 1.0701805384<br />colour: $\\theta_+(s=0.2)$","x: -0.08<br />theta_p(x, 0.2): 1.0581413309<br />colour: $\\theta_+(s=0.2)$","x: -0.06<br />theta_p(x, 0.2): 1.0451471845<br />colour: $\\theta_+(s=0.2)$","x: -0.04<br />theta_p(x, 0.2): 1.0311527126<br />colour: $\\theta_+(s=0.2)$","x: -0.02<br />theta_p(x, 0.2): 1.0161160376<br />colour: $\\theta_+(s=0.2)$","x:  0.00<br />theta_p(x, 0.2): 1.0000000000<br />colour: $\\theta_+(s=0.2)$","x:  0.02<br />theta_p(x, 0.2): 0.9827734687<br />colour: $\\theta_+(s=0.2)$","x:  0.04<br />theta_p(x, 0.2): 0.9644127270<br />colour: $\\theta_+(s=0.2)$","x:  0.06<br />theta_p(x, 0.2): 0.9449028997<br />colour: $\\theta_+(s=0.2)$","x:  0.08<br />theta_p(x, 0.2): 0.9242393748<br />colour: $\\theta_+(s=0.2)$","x:  0.10<br />theta_p(x, 0.2): 0.9024291673<br />colour: $\\theta_+(s=0.2)$","x:  0.12<br />theta_p(x, 0.2): 0.8794921601<br />colour: $\\theta_+(s=0.2)$","x:  0.14<br />theta_p(x, 0.2): 0.8554621542<br />colour: $\\theta_+(s=0.2)$","x:  0.16<br />theta_p(x, 0.2): 0.8303876567<br />colour: $\\theta_+(s=0.2)$","x:  0.18<br />theta_p(x, 0.2): 0.8043323365<br />colour: $\\theta_+(s=0.2)$","x:  0.20<br />theta_p(x, 0.2): 0.7773750860<br />colour: $\\theta_+(s=0.2)$","x:  0.22<br />theta_p(x, 0.2): 0.7496096385<br />colour: $\\theta_+(s=0.2)$","x:  0.24<br />theta_p(x, 0.2): 0.7211437118<br />colour: $\\theta_+(s=0.2)$","x:  0.26<br />theta_p(x, 0.2): 0.6920976672<br />colour: $\\theta_+(s=0.2)$","x:  0.28<br />theta_p(x, 0.2): 0.6626027058<br />colour: $\\theta_+(s=0.2)$","x:  0.30<br />theta_p(x, 0.2): 0.6327986454<br />colour: $\\theta_+(s=0.2)$","x:  0.32<br />theta_p(x, 0.2): 0.6028313527<br />colour: $\\theta_+(s=0.2)$","x:  0.34<br />theta_p(x, 0.2): 0.5728499271<br />colour: $\\theta_+(s=0.2)$","x:  0.36<br />theta_p(x, 0.2): 0.5430037492<br />colour: $\\theta_+(s=0.2)$","x:  0.38<br />theta_p(x, 0.2): 0.5134395172<br />colour: $\\theta_+(s=0.2)$","x:  0.40<br />theta_p(x, 0.2): 0.4842983963<br />colour: $\\theta_+(s=0.2)$","x:  0.42<br />theta_p(x, 0.2): 0.4557133958<br />colour: $\\theta_+(s=0.2)$","x:  0.44<br />theta_p(x, 0.2): 0.4278070749<br />colour: $\\theta_+(s=0.2)$","x:  0.46<br />theta_p(x, 0.2): 0.4006896549<br />colour: $\\theta_+(s=0.2)$","x:  0.48<br />theta_p(x, 0.2): 0.3744575893<br />colour: $\\theta_+(s=0.2)$","x:  0.50<br />theta_p(x, 0.2): 0.3491926151<br />colour: $\\theta_+(s=0.2)$","x:  0.52<br />theta_p(x, 0.2): 0.3249612830<br />colour: $\\theta_+(s=0.2)$","x:  0.54<br />theta_p(x, 0.2): 0.3018149381<br />colour: $\\theta_+(s=0.2)$","x:  0.56<br />theta_p(x, 0.2): 0.2797901063<br />colour: $\\theta_+(s=0.2)$","x:  0.58<br />theta_p(x, 0.2): 0.2589092242<br />colour: $\\theta_+(s=0.2)$","x:  0.60<br />theta_p(x, 0.2): 0.2391816455<br />colour: $\\theta_+(s=0.2)$","x:  0.62<br />theta_p(x, 0.2): 0.2206048514<br />colour: $\\theta_+(s=0.2)$","x:  0.64<br />theta_p(x, 0.2): 0.2031657958<br />colour: $\\theta_+(s=0.2)$","x:  0.66<br />theta_p(x, 0.2): 0.1868423213<br />colour: $\\theta_+(s=0.2)$","x:  0.68<br />theta_p(x, 0.2): 0.1716045885<br />colour: $\\theta_+(s=0.2)$","x:  0.70<br />theta_p(x, 0.2): 0.1574164726<br />colour: $\\theta_+(s=0.2)$","x:  0.72<br />theta_p(x, 0.2): 0.1442368908<br />colour: $\\theta_+(s=0.2)$","x:  0.74<br />theta_p(x, 0.2): 0.1320210315<br />colour: $\\theta_+(s=0.2)$","x:  0.76<br />theta_p(x, 0.2): 0.1207214689<br />colour: $\\theta_+(s=0.2)$","x:  0.78<br />theta_p(x, 0.2): 0.1102891524<br />colour: $\\theta_+(s=0.2)$","x:  0.80<br />theta_p(x, 0.2): 0.1006742658<br />colour: $\\theta_+(s=0.2)$","x:  0.82<br />theta_p(x, 0.2): 0.0918269604<br />colour: $\\theta_+(s=0.2)$","x:  0.84<br />theta_p(x, 0.2): 0.0836979646<br />colour: $\\theta_+(s=0.2)$","x:  0.86<br />theta_p(x, 0.2): 0.0762390817<br />colour: $\\theta_+(s=0.2)$","x:  0.88<br />theta_p(x, 0.2): 0.0694035826<br />colour: $\\theta_+(s=0.2)$","x:  0.90<br />theta_p(x, 0.2): 0.0631465076<br />colour: $\\theta_+(s=0.2)$","x:  0.92<br />theta_p(x, 0.2): 0.0574248868<br />colour: $\\theta_+(s=0.2)$","x:  0.94<br />theta_p(x, 0.2): 0.0521978912<br />colour: $\\theta_+(s=0.2)$","x:  0.96<br />theta_p(x, 0.2): 0.0474269243<br />colour: $\\theta_+(s=0.2)$","x:  0.98<br />theta_p(x, 0.2): 0.0430756658<br />colour: $\\theta_+(s=0.2)$","x:  1.00<br />theta_p(x, 0.2): 0.0391100740<br />colour: $\\theta_+(s=0.2)$","x:  1.02<br />theta_p(x, 0.2): 0.0354983570<br />colour: $\\theta_+(s=0.2)$","x:  1.04<br />theta_p(x, 0.2): 0.0322109185<br />colour: $\\theta_+(s=0.2)$","x:  1.06<br />theta_p(x, 0.2): 0.0292202845<br />colour: $\\theta_+(s=0.2)$","x:  1.08<br />theta_p(x, 0.2): 0.0265010157<br />colour: $\\theta_+(s=0.2)$","x:  1.10<br />theta_p(x, 0.2): 0.0240296110<br />colour: $\\theta_+(s=0.2)$","x:  1.12<br />theta_p(x, 0.2): 0.0217844035<br />colour: $\\theta_+(s=0.2)$","x:  1.14<br />theta_p(x, 0.2): 0.0197454547<br />colour: $\\theta_+(s=0.2)$","x:  1.16<br />theta_p(x, 0.2): 0.0178944464<br />colour: $\\theta_+(s=0.2)$","x:  1.18<br />theta_p(x, 0.2): 0.0162145743<br />colour: $\\theta_+(s=0.2)$","x:  1.20<br />theta_p(x, 0.2): 0.0146904432<br />colour: $\\theta_+(s=0.2)$","x:  1.22<br />theta_p(x, 0.2): 0.0133079663<br />colour: $\\theta_+(s=0.2)$","x:  1.24<br />theta_p(x, 0.2): 0.0120542673<br />colour: $\\theta_+(s=0.2)$","x:  1.26<br />theta_p(x, 0.2): 0.0109175886<br />colour: $\\theta_+(s=0.2)$","x:  1.28<br />theta_p(x, 0.2): 0.0098872029<br />colour: $\\theta_+(s=0.2)$","x:  1.30<br />theta_p(x, 0.2): 0.0089533312<br />colour: $\\theta_+(s=0.2)$","x:  1.32<br />theta_p(x, 0.2): 0.0081070653<br />colour: $\\theta_+(s=0.2)$","x:  1.34<br />theta_p(x, 0.2): 0.0073402951<br />colour: $\\theta_+(s=0.2)$","x:  1.36<br />theta_p(x, 0.2): 0.0066456421<br />colour: $\\theta_+(s=0.2)$","x:  1.38<br />theta_p(x, 0.2): 0.0060163964<br />colour: $\\theta_+(s=0.2)$","x:  1.40<br />theta_p(x, 0.2): 0.0054464592<br />colour: $\\theta_+(s=0.2)$","x:  1.42<br />theta_p(x, 0.2): 0.0049302895<br />colour: $\\theta_+(s=0.2)$","x:  1.44<br />theta_p(x, 0.2): 0.0044628553<br />colour: $\\theta_+(s=0.2)$","x:  1.46<br />theta_p(x, 0.2): 0.0040395882<br />colour: $\\theta_+(s=0.2)$","x:  1.48<br />theta_p(x, 0.2): 0.0036563418<br />colour: $\\theta_+(s=0.2)$","x:  1.50<br />theta_p(x, 0.2): 0.0033093545<br />colour: $\\theta_+(s=0.2)$","x:  1.52<br />theta_p(x, 0.2): 0.0029952138<br />colour: $\\theta_+(s=0.2)$","x:  1.54<br />theta_p(x, 0.2): 0.0027108254<br />colour: $\\theta_+(s=0.2)$","x:  1.56<br />theta_p(x, 0.2): 0.0024533837<br />colour: $\\theta_+(s=0.2)$","x:  1.58<br />theta_p(x, 0.2): 0.0022203453<br />colour: $\\theta_+(s=0.2)$","x:  1.60<br />theta_p(x, 0.2): 0.0020094054<br />colour: $\\theta_+(s=0.2)$","x:  1.62<br />theta_p(x, 0.2): 0.0018184749<br />colour: $\\theta_+(s=0.2)$","x:  1.64<br />theta_p(x, 0.2): 0.0016456615<br />colour: $\\theta_+(s=0.2)$","x:  1.66<br />theta_p(x, 0.2): 0.0014892504<br />colour: $\\theta_+(s=0.2)$","x:  1.68<br />theta_p(x, 0.2): 0.0013476887<br />colour: $\\theta_+(s=0.2)$","x:  1.70<br />theta_p(x, 0.2): 0.0012195695<br />colour: $\\theta_+(s=0.2)$","x:  1.72<br />theta_p(x, 0.2): 0.0011036188<br />colour: $\\theta_+(s=0.2)$","x:  1.74<br />theta_p(x, 0.2): 0.0009986830<br />colour: $\\theta_+(s=0.2)$","x:  1.76<br />theta_p(x, 0.2): 0.0009037174<br />colour: $\\theta_+(s=0.2)$","x:  1.78<br />theta_p(x, 0.2): 0.0008177759<br />colour: $\\theta_+(s=0.2)$","x:  1.80<br />theta_p(x, 0.2): 0.0007400022<br />colour: $\\theta_+(s=0.2)$","x:  1.82<br />theta_p(x, 0.2): 0.0006696210<br />colour: $\\theta_+(s=0.2)$","x:  1.84<br />theta_p(x, 0.2): 0.0006059303<br />colour: $\\theta_+(s=0.2)$","x:  1.86<br />theta_p(x, 0.2): 0.0005482948<br />colour: $\\theta_+(s=0.2)$","x:  1.88<br />theta_p(x, 0.2): 0.0004961392<br />colour: $\\theta_+(s=0.2)$","x:  1.90<br />theta_p(x, 0.2): 0.0004489430<br />colour: $\\theta_+(s=0.2)$","x:  1.92<br />theta_p(x, 0.2): 0.0004062349<br />colour: $\\theta_+(s=0.2)$","x:  1.94<br />theta_p(x, 0.2): 0.0003675883<br />colour: $\\theta_+(s=0.2)$","x:  1.96<br />theta_p(x, 0.2): 0.0003326174<br />colour: $\\theta_+(s=0.2)$","x:  1.98<br />theta_p(x, 0.2): 0.0003009726<br />colour: $\\theta_+(s=0.2)$","x:  2.00<br />theta_p(x, 0.2): 0.0002723378<br />colour: $\\theta_+(s=0.2)$"],"type":"scatter","mode":"lines","line":{"width":1.8897637795275593,"color":"rgba(139,0,139,1)","dash":"solid"},"hoveron":"points","name":"$\\theta_+(s=0.2)$","legendgroup":"$\\theta_+(s=0.2)$","showlegend":true,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-2,-1.98,-1.96,-1.9399999999999999,-1.9199999999999999,-1.8999999999999999,-1.8799999999999999,-1.8600000000000001,-1.8400000000000001,-1.8200000000000001,-1.8,-1.78,-1.76,-1.74,-1.72,-1.7,-1.6799999999999999,-1.6599999999999999,-1.6399999999999999,-1.6200000000000001,-1.6000000000000001,-1.5800000000000001,-1.5600000000000001,-1.54,-1.52,-1.5,-1.48,-1.46,-1.4399999999999999,-1.4199999999999999,-1.3999999999999999,-1.3799999999999999,-1.3600000000000001,-1.3400000000000001,-1.3200000000000001,-1.3,-1.28,-1.26,-1.24,-1.22,-1.2,-1.1799999999999999,-1.1599999999999999,-1.1399999999999999,-1.1200000000000001,-1.1000000000000001,-1.0800000000000001,-1.0600000000000001,-1.04,-1.02,-1,-0.97999999999999998,-0.95999999999999996,-0.93999999999999995,-0.92000000000000004,-0.90000000000000002,-0.88,-0.85999999999999999,-0.83999999999999997,-0.81999999999999995,-0.80000000000000004,-0.78000000000000003,-0.76000000000000001,-0.73999999999999999,-0.71999999999999997,-0.69999999999999996,-0.68000000000000005,-0.66000000000000003,-0.64000000000000001,-0.62,-0.59999999999999998,-0.57999999999999996,-0.56000000000000005,-0.54000000000000004,-0.52000000000000002,-0.5,-0.47999999999999998,-0.46000000000000002,-0.44,-0.41999999999999998,-0.40000000000000002,-0.38,-0.35999999999999999,-0.34000000000000002,-0.32000000000000001,-0.29999999999999999,-0.28000000000000003,-0.26000000000000001,-0.23999999999999999,-0.22,-0.20000000000000001,-0.17999999999999999,-0.16,-0.14000000000000001,-0.12,-0.10000000000000001,-0.080000000000000002,-0.059999999999999998,-0.040000000000000001,-0.02,0,0.02,0.040000000000000001,0.059999999999999998,0.080000000000000002,0.10000000000000001,0.12,0.14000000000000001,0.16,0.17999999999999999,0.20000000000000001,0.22,0.23999999999999999,0.26000000000000001,0.28000000000000003,0.29999999999999999,0.32000000000000001,0.34000000000000002,0.35999999999999999,0.38,0.40000000000000002,0.41999999999999998,0.44,0.46000000000000002,0.47999999999999998,0.5,0.52000000000000002,0.54000000000000004,0.56000000000000005,0.57999999999999996,0.59999999999999998,0.62,0.64000000000000001,0.66000000000000003,0.68000000000000005,0.69999999999999996,0.71999999999999997,0.73999999999999999,0.76000000000000001,0.78000000000000003,0.80000000000000004,0.81999999999999995,0.83999999999999997,0.85999999999999999,0.88,0.90000000000000002,0.92000000000000004,0.93999999999999995,0.95999999999999996,0.97999999999999998,1,1.02,1.04,1.0600000000000001,1.0800000000000001,1.1000000000000001,1.1200000000000001,1.1399999999999999,1.1599999999999999,1.1799999999999999,1.2,1.22,1.24,1.26,1.28,1.3,1.3200000000000001,1.3400000000000001,1.3600000000000001,1.3799999999999999,1.3999999999999999,1.4199999999999999,1.4399999999999999,1.46,1.48,1.5,1.52,1.54,1.5600000000000001,1.5800000000000001,1.6000000000000001,1.6200000000000001,1.6399999999999999,1.6599999999999999,1.6799999999999999,1.7,1.72,1.74,1.76,1.78,1.8,1.8200000000000001,1.8400000000000001,1.8600000000000001,1.8799999999999999,1.8999999999999999,1.9199999999999999,1.9399999999999999,1.96,1.98,2],"y":[1.05,1.05,1.05,1.05,1.05,1.05,1.05,1.05,1.05,1.05,1.05,1.05,1.05,1.05,1.05,1.05,1.0499999999999998,1.0499999999999998,1.0499999999999998,1.0499999999999996,1.0499999999999994,1.0499999999999992,1.0499999999999987,1.049999999999998,1.0499999999999967,1.0499999999999952,1.0499999999999927,1.0499999999999892,1.0499999999999838,1.0499999999999758,1.0499999999999636,1.0499999999999459,1.0499999999999192,1.0499999999998795,1.0499999999998202,1.049999999999732,1.0499999999995999,1.0499999999994032,1.0499999999991094,1.0499999999986716,1.0499999999980181,1.0499999999970433,1.0499999999955891,1.0499999999934198,1.0499999999901835,1.0499999999853553,1.0499999999781529,1.0499999999674077,1.049999999951378,1.0499999999274643,1.0499999998917893,1.049999999838569,1.0499999997591729,1.0499999996407283,1.0499999994640294,1.0499999992004261,1.0499999988071758,1.0499999982205155,1.0499999973453211,1.0499999960396844,1.0499999940919034,1.0499999911861557,1.0499999868512893,1.0499999803844289,1.0499999707370065,1.0499999563447442,1.0499999348740123,1.0499999028434461,1.04999985505946,1.0499997837741375,1.0499996774289506,1.0499995187806144,1.0499992821051976,1.0499989290271634,1.0499984022970732,1.0499976165090981,1.0499964442533756,1.049994695458202,1.0499920865731982,1.049988194598213,1.0499823885074351,1.0499737269571636,1.0499608057081555,1.0499415300608566,1.0499127754895845,1.0498698816372838,1.0498058980430138,1.0497104602311496,1.0495681159947323,1.0493558350866687,1.0490393087420498,1.0485674616854823,1.0478643370076619,1.0468171491800606,1.0452588129913849,1.0429426530326145,1.0395063642314195,1.0344219054698645,1.0269285626364097,1.0159494363527086,1,0.97711573100187976,0.94485889308901549,0.90051006474695283,0.84158108092183359,0.76672959901016469,0.67691327742648422,0.57621631324615696,0.47156539067171921,0.37103630893111195,0.28150832146198829,0.20699674903080939,0.14839896855805523,0.10433629498212804,0.072307474330961824,0.049595115690592065,0.033770471292752936,0.022879622995061702,0.015447642167605963,0.010405332827672125,0.0069977654104719043,0.0047010714605536554,0.003155880665059437,0.0021175483222621119,0.0014203794561898258,0.000952533625818011,0.00063869340265399919,0.0004282148642229418,0.0002870796057229974,0.00019245256171988449,0.00012901260580296646,8.6483239080412658e-05,5.7973023006144612e-05,3.8861186818042772e-05,2.6049750387347187e-05,1.7461812701199982e-05,1.1705067268823326e-05,7.8461700664783517e-06,5.2594580370904779e-06,3.5255259754907618e-06,2.3632333501668822e-06,1.5841238635128173e-06,1.0618705092741594e-06,7.11793325977466e-07,4.771294416705041e-07,3.1982947721903603e-07,2.1438813142195015e-07,1.4370867179783048e-07,9.6330807841859527e-08,6.4572473500266962e-08,4.3284224286901002e-08,2.9014283610928755e-08,1.9448856102946556e-08,1.3036958197878771e-08,8.7389344551383545e-09,5.8578829623439867e-09,3.926656384211955e-09,2.6321164914762317e-09,1.7643604491956434e-09,1.1826861781834617e-09,7.9277825370004432e-10,5.3141515564854469e-10,3.5621823165780593e-10,2.3878022147030059e-10,1.6005916906037229e-10,1.0729086957836665e-10,7.191922063739737e-11,4.8208895289596013e-11,3.2315388910338512e-11,2.1661652982257516e-11,1.4520240224373681e-11,9.7332080956950601e-12,6.5243644988007194e-12,4.3734123111983378e-12,2.931585941779331e-12,1.9651008234527589e-12,1.3172464744423408e-12,8.829767173888367e-13,5.9187699384864763e-13,3.9674701376413412e-13,2.6594747653091032e-13,1.7826992471127705e-13,1.1949790413924005e-13,8.0101840603780913e-14,5.3693869481067291e-14,3.5992077062381036e-14,2.4126210753373841e-14,1.6172282702867236e-14,1.0840605285887409e-14,7.2666750342902272e-15,4.8709979435114739e-15,3.2651275657341245e-15,2.1886804601751388e-15,1.4671163868218957e-15,9.8343752395410288e-16,6.5921788633009056e-16,4.4188696391230061e-16,2.9620568999224271e-16,1.9855261175161874e-16,1.3309379584984169e-16,8.9215439361123363e-17],"text":["x: -2.00<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.98<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.96<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.94<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.92<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.90<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.88<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.86<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.84<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.82<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.80<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.78<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.76<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.74<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.72<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.70<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.68<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.66<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.64<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.62<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.60<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.58<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.56<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.54<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.52<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.50<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.48<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.46<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.44<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.42<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.40<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.38<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.36<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.34<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.32<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.30<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.28<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.26<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.24<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.22<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.20<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.18<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.16<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.14<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.12<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.10<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.08<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.06<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.04<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.02<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -1.00<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.98<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.96<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.94<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.92<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.90<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.88<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.86<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.84<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.82<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.80<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.78<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.76<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.74<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.72<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.70<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.68<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.66<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.64<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.62<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.60<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.58<br />theta_p(x, 0.05): 1.050000e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.56<br />theta_p(x, 0.05): 1.049999e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.54<br />theta_p(x, 0.05): 1.049999e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.52<br />theta_p(x, 0.05): 1.049998e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.50<br />theta_p(x, 0.05): 1.049998e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.48<br />theta_p(x, 0.05): 1.049996e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.46<br />theta_p(x, 0.05): 1.049995e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.44<br />theta_p(x, 0.05): 1.049992e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.42<br />theta_p(x, 0.05): 1.049988e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.40<br />theta_p(x, 0.05): 1.049982e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.38<br />theta_p(x, 0.05): 1.049974e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.36<br />theta_p(x, 0.05): 1.049961e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.34<br />theta_p(x, 0.05): 1.049942e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.32<br />theta_p(x, 0.05): 1.049913e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.30<br />theta_p(x, 0.05): 1.049870e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.28<br />theta_p(x, 0.05): 1.049806e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.26<br />theta_p(x, 0.05): 1.049710e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.24<br />theta_p(x, 0.05): 1.049568e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.22<br />theta_p(x, 0.05): 1.049356e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.20<br />theta_p(x, 0.05): 1.049039e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.18<br />theta_p(x, 0.05): 1.048567e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.16<br />theta_p(x, 0.05): 1.047864e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.14<br />theta_p(x, 0.05): 1.046817e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.12<br />theta_p(x, 0.05): 1.045259e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.10<br />theta_p(x, 0.05): 1.042943e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.08<br />theta_p(x, 0.05): 1.039506e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.06<br />theta_p(x, 0.05): 1.034422e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.04<br />theta_p(x, 0.05): 1.026929e+00<br />colour: $\\theta_+(s=0.05)$","x: -0.02<br />theta_p(x, 0.05): 1.015949e+00<br />colour: $\\theta_+(s=0.05)$","x:  0.00<br />theta_p(x, 0.05): 1.000000e+00<br />colour: $\\theta_+(s=0.05)$","x:  0.02<br />theta_p(x, 0.05): 9.771157e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.04<br />theta_p(x, 0.05): 9.448589e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.06<br />theta_p(x, 0.05): 9.005101e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.08<br />theta_p(x, 0.05): 8.415811e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.10<br />theta_p(x, 0.05): 7.667296e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.12<br />theta_p(x, 0.05): 6.769133e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.14<br />theta_p(x, 0.05): 5.762163e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.16<br />theta_p(x, 0.05): 4.715654e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.18<br />theta_p(x, 0.05): 3.710363e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.20<br />theta_p(x, 0.05): 2.815083e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.22<br />theta_p(x, 0.05): 2.069967e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.24<br />theta_p(x, 0.05): 1.483990e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.26<br />theta_p(x, 0.05): 1.043363e-01<br />colour: $\\theta_+(s=0.05)$","x:  0.28<br />theta_p(x, 0.05): 7.230747e-02<br />colour: $\\theta_+(s=0.05)$","x:  0.30<br />theta_p(x, 0.05): 4.959512e-02<br />colour: $\\theta_+(s=0.05)$","x:  0.32<br />theta_p(x, 0.05): 3.377047e-02<br />colour: $\\theta_+(s=0.05)$","x:  0.34<br />theta_p(x, 0.05): 2.287962e-02<br />colour: $\\theta_+(s=0.05)$","x:  0.36<br />theta_p(x, 0.05): 1.544764e-02<br />colour: $\\theta_+(s=0.05)$","x:  0.38<br />theta_p(x, 0.05): 1.040533e-02<br />colour: $\\theta_+(s=0.05)$","x:  0.40<br />theta_p(x, 0.05): 6.997765e-03<br />colour: $\\theta_+(s=0.05)$","x:  0.42<br />theta_p(x, 0.05): 4.701071e-03<br />colour: $\\theta_+(s=0.05)$","x:  0.44<br />theta_p(x, 0.05): 3.155881e-03<br />colour: $\\theta_+(s=0.05)$","x:  0.46<br />theta_p(x, 0.05): 2.117548e-03<br />colour: $\\theta_+(s=0.05)$","x:  0.48<br />theta_p(x, 0.05): 1.420379e-03<br />colour: $\\theta_+(s=0.05)$","x:  0.50<br />theta_p(x, 0.05): 9.525336e-04<br />colour: $\\theta_+(s=0.05)$","x:  0.52<br />theta_p(x, 0.05): 6.386934e-04<br />colour: $\\theta_+(s=0.05)$","x:  0.54<br />theta_p(x, 0.05): 4.282149e-04<br />colour: $\\theta_+(s=0.05)$","x:  0.56<br />theta_p(x, 0.05): 2.870796e-04<br />colour: $\\theta_+(s=0.05)$","x:  0.58<br />theta_p(x, 0.05): 1.924526e-04<br />colour: $\\theta_+(s=0.05)$","x:  0.60<br />theta_p(x, 0.05): 1.290126e-04<br />colour: $\\theta_+(s=0.05)$","x:  0.62<br />theta_p(x, 0.05): 8.648324e-05<br />colour: $\\theta_+(s=0.05)$","x:  0.64<br />theta_p(x, 0.05): 5.797302e-05<br />colour: $\\theta_+(s=0.05)$","x:  0.66<br />theta_p(x, 0.05): 3.886119e-05<br />colour: $\\theta_+(s=0.05)$","x:  0.68<br />theta_p(x, 0.05): 2.604975e-05<br />colour: $\\theta_+(s=0.05)$","x:  0.70<br />theta_p(x, 0.05): 1.746181e-05<br />colour: $\\theta_+(s=0.05)$","x:  0.72<br />theta_p(x, 0.05): 1.170507e-05<br />colour: $\\theta_+(s=0.05)$","x:  0.74<br />theta_p(x, 0.05): 7.846170e-06<br />colour: $\\theta_+(s=0.05)$","x:  0.76<br />theta_p(x, 0.05): 5.259458e-06<br />colour: $\\theta_+(s=0.05)$","x:  0.78<br />theta_p(x, 0.05): 3.525526e-06<br />colour: $\\theta_+(s=0.05)$","x:  0.80<br />theta_p(x, 0.05): 2.363233e-06<br />colour: $\\theta_+(s=0.05)$","x:  0.82<br />theta_p(x, 0.05): 1.584124e-06<br />colour: $\\theta_+(s=0.05)$","x:  0.84<br />theta_p(x, 0.05): 1.061871e-06<br />colour: $\\theta_+(s=0.05)$","x:  0.86<br />theta_p(x, 0.05): 7.117933e-07<br />colour: $\\theta_+(s=0.05)$","x:  0.88<br />theta_p(x, 0.05): 4.771294e-07<br />colour: $\\theta_+(s=0.05)$","x:  0.90<br />theta_p(x, 0.05): 3.198295e-07<br />colour: $\\theta_+(s=0.05)$","x:  0.92<br />theta_p(x, 0.05): 2.143881e-07<br />colour: $\\theta_+(s=0.05)$","x:  0.94<br />theta_p(x, 0.05): 1.437087e-07<br />colour: $\\theta_+(s=0.05)$","x:  0.96<br />theta_p(x, 0.05): 9.633081e-08<br />colour: $\\theta_+(s=0.05)$","x:  0.98<br />theta_p(x, 0.05): 6.457247e-08<br />colour: $\\theta_+(s=0.05)$","x:  1.00<br />theta_p(x, 0.05): 4.328422e-08<br />colour: $\\theta_+(s=0.05)$","x:  1.02<br />theta_p(x, 0.05): 2.901428e-08<br />colour: $\\theta_+(s=0.05)$","x:  1.04<br />theta_p(x, 0.05): 1.944886e-08<br />colour: $\\theta_+(s=0.05)$","x:  1.06<br />theta_p(x, 0.05): 1.303696e-08<br />colour: $\\theta_+(s=0.05)$","x:  1.08<br />theta_p(x, 0.05): 8.738934e-09<br />colour: $\\theta_+(s=0.05)$","x:  1.10<br />theta_p(x, 0.05): 5.857883e-09<br />colour: $\\theta_+(s=0.05)$","x:  1.12<br />theta_p(x, 0.05): 3.926656e-09<br />colour: $\\theta_+(s=0.05)$","x:  1.14<br />theta_p(x, 0.05): 2.632116e-09<br />colour: $\\theta_+(s=0.05)$","x:  1.16<br />theta_p(x, 0.05): 1.764360e-09<br />colour: $\\theta_+(s=0.05)$","x:  1.18<br />theta_p(x, 0.05): 1.182686e-09<br />colour: $\\theta_+(s=0.05)$","x:  1.20<br />theta_p(x, 0.05): 7.927783e-10<br />colour: $\\theta_+(s=0.05)$","x:  1.22<br />theta_p(x, 0.05): 5.314152e-10<br />colour: $\\theta_+(s=0.05)$","x:  1.24<br />theta_p(x, 0.05): 3.562182e-10<br />colour: $\\theta_+(s=0.05)$","x:  1.26<br />theta_p(x, 0.05): 2.387802e-10<br />colour: $\\theta_+(s=0.05)$","x:  1.28<br />theta_p(x, 0.05): 1.600592e-10<br />colour: $\\theta_+(s=0.05)$","x:  1.30<br />theta_p(x, 0.05): 1.072909e-10<br />colour: $\\theta_+(s=0.05)$","x:  1.32<br />theta_p(x, 0.05): 7.191922e-11<br />colour: $\\theta_+(s=0.05)$","x:  1.34<br />theta_p(x, 0.05): 4.820890e-11<br />colour: $\\theta_+(s=0.05)$","x:  1.36<br />theta_p(x, 0.05): 3.231539e-11<br />colour: $\\theta_+(s=0.05)$","x:  1.38<br />theta_p(x, 0.05): 2.166165e-11<br />colour: $\\theta_+(s=0.05)$","x:  1.40<br />theta_p(x, 0.05): 1.452024e-11<br />colour: $\\theta_+(s=0.05)$","x:  1.42<br />theta_p(x, 0.05): 9.733208e-12<br />colour: $\\theta_+(s=0.05)$","x:  1.44<br />theta_p(x, 0.05): 6.524364e-12<br />colour: $\\theta_+(s=0.05)$","x:  1.46<br />theta_p(x, 0.05): 4.373412e-12<br />colour: $\\theta_+(s=0.05)$","x:  1.48<br />theta_p(x, 0.05): 2.931586e-12<br />colour: $\\theta_+(s=0.05)$","x:  1.50<br />theta_p(x, 0.05): 1.965101e-12<br />colour: $\\theta_+(s=0.05)$","x:  1.52<br />theta_p(x, 0.05): 1.317246e-12<br />colour: $\\theta_+(s=0.05)$","x:  1.54<br />theta_p(x, 0.05): 8.829767e-13<br />colour: $\\theta_+(s=0.05)$","x:  1.56<br />theta_p(x, 0.05): 5.918770e-13<br />colour: $\\theta_+(s=0.05)$","x:  1.58<br />theta_p(x, 0.05): 3.967470e-13<br />colour: $\\theta_+(s=0.05)$","x:  1.60<br />theta_p(x, 0.05): 2.659475e-13<br />colour: $\\theta_+(s=0.05)$","x:  1.62<br />theta_p(x, 0.05): 1.782699e-13<br />colour: $\\theta_+(s=0.05)$","x:  1.64<br />theta_p(x, 0.05): 1.194979e-13<br />colour: $\\theta_+(s=0.05)$","x:  1.66<br />theta_p(x, 0.05): 8.010184e-14<br />colour: $\\theta_+(s=0.05)$","x:  1.68<br />theta_p(x, 0.05): 5.369387e-14<br />colour: $\\theta_+(s=0.05)$","x:  1.70<br />theta_p(x, 0.05): 3.599208e-14<br />colour: $\\theta_+(s=0.05)$","x:  1.72<br />theta_p(x, 0.05): 2.412621e-14<br />colour: $\\theta_+(s=0.05)$","x:  1.74<br />theta_p(x, 0.05): 1.617228e-14<br />colour: $\\theta_+(s=0.05)$","x:  1.76<br />theta_p(x, 0.05): 1.084061e-14<br />colour: $\\theta_+(s=0.05)$","x:  1.78<br />theta_p(x, 0.05): 7.266675e-15<br />colour: $\\theta_+(s=0.05)$","x:  1.80<br />theta_p(x, 0.05): 4.870998e-15<br />colour: $\\theta_+(s=0.05)$","x:  1.82<br />theta_p(x, 0.05): 3.265128e-15<br />colour: $\\theta_+(s=0.05)$","x:  1.84<br />theta_p(x, 0.05): 2.188680e-15<br />colour: $\\theta_+(s=0.05)$","x:  1.86<br />theta_p(x, 0.05): 1.467116e-15<br />colour: $\\theta_+(s=0.05)$","x:  1.88<br />theta_p(x, 0.05): 9.834375e-16<br />colour: $\\theta_+(s=0.05)$","x:  1.90<br />theta_p(x, 0.05): 6.592179e-16<br />colour: $\\theta_+(s=0.05)$","x:  1.92<br />theta_p(x, 0.05): 4.418870e-16<br />colour: $\\theta_+(s=0.05)$","x:  1.94<br />theta_p(x, 0.05): 2.962057e-16<br />colour: $\\theta_+(s=0.05)$","x:  1.96<br />theta_p(x, 0.05): 1.985526e-16<br />colour: $\\theta_+(s=0.05)$","x:  1.98<br />theta_p(x, 0.05): 1.330938e-16<br />colour: $\\theta_+(s=0.05)$","x:  2.00<br />theta_p(x, 0.05): 8.921544e-17<br />colour: $\\theta_+(s=0.05)$"],"type":"scatter","mode":"lines","line":{"width":1.8897637795275593,"color":"rgba(34,139,34,1)","dash":"solid"},"hoveron":"points","name":"$\\theta_+(s=0.05)$","legendgroup":"$\\theta_+(s=0.05)$","showlegend":true,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-2,-1.98,-1.96,-1.9399999999999999,-1.9199999999999999,-1.8999999999999999,-1.8799999999999999,-1.8600000000000001,-1.8400000000000001,-1.8200000000000001,-1.8,-1.78,-1.76,-1.74,-1.72,-1.7,-1.6799999999999999,-1.6599999999999999,-1.6399999999999999,-1.6200000000000001,-1.6000000000000001,-1.5800000000000001,-1.5600000000000001,-1.54,-1.52,-1.5,-1.48,-1.46,-1.4399999999999999,-1.4199999999999999,-1.3999999999999999,-1.3799999999999999,-1.3600000000000001,-1.3400000000000001,-1.3200000000000001,-1.3,-1.28,-1.26,-1.24,-1.22,-1.2,-1.1799999999999999,-1.1599999999999999,-1.1399999999999999,-1.1200000000000001,-1.1000000000000001,-1.0800000000000001,-1.0600000000000001,-1.04,-1.02,-1,-0.97999999999999998,-0.95999999999999996,-0.93999999999999995,-0.92000000000000004,-0.90000000000000002,-0.88,-0.85999999999999999,-0.83999999999999997,-0.81999999999999995,-0.80000000000000004,-0.78000000000000003,-0.76000000000000001,-0.73999999999999999,-0.71999999999999997,-0.69999999999999996,-0.68000000000000005,-0.66000000000000003,-0.64000000000000001,-0.62,-0.59999999999999998,-0.57999999999999996,-0.56000000000000005,-0.54000000000000004,-0.52000000000000002,-0.5,-0.47999999999999998,-0.46000000000000002,-0.44,-0.41999999999999998,-0.40000000000000002,-0.38,-0.35999999999999999,-0.34000000000000002,-0.32000000000000001,-0.29999999999999999,-0.28000000000000003,-0.26000000000000001,-0.23999999999999999,-0.22,-0.20000000000000001,-0.17999999999999999,-0.16,-0.14000000000000001,-0.12,-0.10000000000000001,-0.080000000000000002,-0.059999999999999998,-0.040000000000000001,-0.02,0,0.02,0.040000000000000001,0.059999999999999998,0.080000000000000002,0.10000000000000001,0.12,0.14000000000000001,0.16,0.17999999999999999,0.20000000000000001,0.22,0.23999999999999999,0.26000000000000001,0.28000000000000003,0.29999999999999999,0.32000000000000001,0.34000000000000002,0.35999999999999999,0.38,0.40000000000000002,0.41999999999999998,0.44,0.46000000000000002,0.47999999999999998,0.5,0.52000000000000002,0.54000000000000004,0.56000000000000005,0.57999999999999996,0.59999999999999998,0.62,0.64000000000000001,0.66000000000000003,0.68000000000000005,0.69999999999999996,0.71999999999999997,0.73999999999999999,0.76000000000000001,0.78000000000000003,0.80000000000000004,0.81999999999999995,0.83999999999999997,0.85999999999999999,0.88,0.90000000000000002,0.92000000000000004,0.93999999999999995,0.95999999999999996,0.97999999999999998,1,1.02,1.04,1.0600000000000001,1.0800000000000001,1.1000000000000001,1.1200000000000001,1.1399999999999999,1.1599999999999999,1.1799999999999999,1.2,1.22,1.24,1.26,1.28,1.3,1.3200000000000001,1.3400000000000001,1.3600000000000001,1.3799999999999999,1.3999999999999999,1.4199999999999999,1.4399999999999999,1.46,1.48,1.5,1.52,1.54,1.5600000000000001,1.5800000000000001,1.6000000000000001,1.6200000000000001,1.6399999999999999,1.6599999999999999,1.6799999999999999,1.7,1.72,1.74,1.76,1.78,1.8,1.8200000000000001,1.8400000000000001,1.8600000000000001,1.8799999999999999,1.8999999999999999,1.9199999999999999,1.9399999999999999,1.96,1.98,2],"y":[0.94668837761132618,0.94458033716628087,0.94239174692653194,0.94011975705559991,0.9377614355074666,0.93531376722716919,0.93277365349780494,0.93013791145091784,0.92740327375840548,0.92456638852530448,0.92162381940405813,0.91857204595217012,0.9154074642564568,0.91212638784846134,0.90872504893695683,0.90519959998482624,0.90154611565899645,0.89776059518344664,0.89383896512665684,0.88977708265615962,0.88557073929409291,0.88121566520882677,0.8767075340788012,0.87204196856566996,0.86721454643464979,0.86222080736060902,0.85705626045886285,0.8517163925798289,0.84619667740661997,0.84049258539424754,0.83459959458836264,0.82851320236030446,0.8222289380936233,0.81574237685515494,0.80904915408107303,0.80214498130510625,0.79502566295221411,0.78768711421641691,0.78012538003611798,0.77233665517410199,0.76431730540237308,0.75606388978408845,0.74757318403599093,0.73884220494493469,0.72986823580128568,0.72064885280017743,0.71118195234879089,0.70146577920402642,0.6914989553501879,0.68128050951063535,0.67080990717086941,0.66008708097327462,0.64911246132589362,0.63788700704927781,0.62641223586682959,0.61469025452534154,0.60272378831386342,0.59051620973087771,0.57807156603232235,0.56539460537661068,0.55249080126780259,0.53936637498487072,0.52602831567399222,0.51248439777236421,0.49874319542666562,0.48481409356735244,0.47070729530191907,0.45643382529649762,0.44200552882604499,0.4274350661892457,0.41273590220540618,0.39792229053724226,0.38300925261571644,0.36801255098099755,0.35294865689714061,0.33783471214704114,0.32268848496832225,0.30752832014962106,0.29237308336972068,0.27724209992840748,0.26215508808702365,0.247132087307467,0.23219338174982074,0.21735941945970105,0.20265072774558246,0.18808782531248083,0.17369113178015136,0.15948087527006555,0.14547699879459847,0.1316990662228639,0.11816616862939369,0.10489683185337605,0.091908926106666247,0.079219578467639787,0.066845089084803619,0.05480085188875803,0.043101280573733962,0.031759740560871635,0.020788487595292914,0.010198613558718499,0,-0.0097987202012124377,-0.019190192715870684,-0.028168362968271889,-0.036728488537397408,-0.04486714273619781,-0.052582209449582258,-0.059872869410818236,-0.066739578190832691,-0.07318403626395413,-0.079209151595510285,-0.084818995270164899,-0.090018750743899492,-0.094814657356325577,-0.09921394878298137,-0.10322478713911007,-0.10685619346705603,-0.11011797534900433,-0.11302065238570014,-0.11557538027058405,-0.11779387416820131,-0.11968833207667004,-0.12127135881741449,-0.12255589125235847,-0.12355512528045744,-0.12428244511296858,-0.12475135527135742,-0.12497541569432681,-0.12496818028217976,-0.12474313914857858,-0.12431366479262904,-0.1236929623489012,-0.12289402402018001,-0.12192958774800811,-0.12081210012989742,-0.11955368354981104,-0.11816610745039934,-0.11666076364167136,-0.11504864551135414,-0.11334033097711918,-0.11154596900004647,-0.1096752694619971,-0.10773749619677224,-0.10574146295580371,-0.10369553208337176,-0.101607615673683,-0.099485178982251163,-0.097335245866591438,-0.095164406035943658,-0.092978823896277416,-0.09078424878489548,-0.088586026398265086,-0.086389111226997023,-0.084198079822917216,-0.082017144734709932,-0.079850168960452286,-0.077700680777328696,-0.075571888820751207,-0.073466697296886097,-0.071387721224078174,-0.069337301609782118,-0.067317520480273368,-0.065330215690562243,-0.063376995451526946,-0.061459252520283225,-0.059578178008200193,-0.057734774768745563,-0.055929870334497062,-0.05416412937919951,-0.052438065686692535,-0.05075205361389986,-0.049106339039883991,-0.047501049797252573,-0.045936205585987759,-0.044411727373083958,-0.042927446284257487,-0.041483111996462832,-0.04007840064204736,-0.038712922237131242,-0.037386227648240289,-0.036097815112378376,-0.034847136326628579,-0.033633602124046466,-0.032456587753079726,-0.031315437778038462,-0.030209470618272786,-0.0291379827437084,-0.028100252544266079,-0.027095543890463401,-0.026123109402183601,-0.02518219344221017,-0.024272034850680187,-0.023391869436115591,-0.022540932238159832,-0.021718459576587034,-0.02092369090056978,-0.020155870451596742,-0.01941424875282928,-0.018698083937081948,-0.018006642925009867,-0.017339202464490673],"text":["x: -2.00<br />theta_m(x, 0.5):  0.94668838<br />colour: $\\theta_-(s=0.5)$","x: -1.98<br />theta_m(x, 0.5):  0.94458034<br />colour: $\\theta_-(s=0.5)$","x: -1.96<br />theta_m(x, 0.5):  0.94239175<br />colour: $\\theta_-(s=0.5)$","x: -1.94<br />theta_m(x, 0.5):  0.94011976<br />colour: $\\theta_-(s=0.5)$","x: -1.92<br />theta_m(x, 0.5):  0.93776144<br />colour: $\\theta_-(s=0.5)$","x: -1.90<br />theta_m(x, 0.5):  0.93531377<br />colour: $\\theta_-(s=0.5)$","x: -1.88<br />theta_m(x, 0.5):  0.93277365<br />colour: $\\theta_-(s=0.5)$","x: -1.86<br />theta_m(x, 0.5):  0.93013791<br />colour: $\\theta_-(s=0.5)$","x: -1.84<br />theta_m(x, 0.5):  0.92740327<br />colour: $\\theta_-(s=0.5)$","x: -1.82<br />theta_m(x, 0.5):  0.92456639<br />colour: $\\theta_-(s=0.5)$","x: -1.80<br />theta_m(x, 0.5):  0.92162382<br />colour: $\\theta_-(s=0.5)$","x: -1.78<br />theta_m(x, 0.5):  0.91857205<br />colour: $\\theta_-(s=0.5)$","x: -1.76<br />theta_m(x, 0.5):  0.91540746<br />colour: $\\theta_-(s=0.5)$","x: -1.74<br />theta_m(x, 0.5):  0.91212639<br />colour: $\\theta_-(s=0.5)$","x: -1.72<br />theta_m(x, 0.5):  0.90872505<br />colour: $\\theta_-(s=0.5)$","x: -1.70<br />theta_m(x, 0.5):  0.90519960<br />colour: $\\theta_-(s=0.5)$","x: -1.68<br />theta_m(x, 0.5):  0.90154612<br />colour: $\\theta_-(s=0.5)$","x: -1.66<br />theta_m(x, 0.5):  0.89776060<br />colour: $\\theta_-(s=0.5)$","x: -1.64<br />theta_m(x, 0.5):  0.89383897<br />colour: $\\theta_-(s=0.5)$","x: -1.62<br />theta_m(x, 0.5):  0.88977708<br />colour: $\\theta_-(s=0.5)$","x: -1.60<br />theta_m(x, 0.5):  0.88557074<br />colour: $\\theta_-(s=0.5)$","x: -1.58<br />theta_m(x, 0.5):  0.88121567<br />colour: $\\theta_-(s=0.5)$","x: -1.56<br />theta_m(x, 0.5):  0.87670753<br />colour: $\\theta_-(s=0.5)$","x: -1.54<br />theta_m(x, 0.5):  0.87204197<br />colour: $\\theta_-(s=0.5)$","x: -1.52<br />theta_m(x, 0.5):  0.86721455<br />colour: $\\theta_-(s=0.5)$","x: -1.50<br />theta_m(x, 0.5):  0.86222081<br />colour: $\\theta_-(s=0.5)$","x: -1.48<br />theta_m(x, 0.5):  0.85705626<br />colour: $\\theta_-(s=0.5)$","x: -1.46<br />theta_m(x, 0.5):  0.85171639<br />colour: $\\theta_-(s=0.5)$","x: -1.44<br />theta_m(x, 0.5):  0.84619668<br />colour: $\\theta_-(s=0.5)$","x: -1.42<br />theta_m(x, 0.5):  0.84049259<br />colour: $\\theta_-(s=0.5)$","x: -1.40<br />theta_m(x, 0.5):  0.83459959<br />colour: $\\theta_-(s=0.5)$","x: -1.38<br />theta_m(x, 0.5):  0.82851320<br />colour: $\\theta_-(s=0.5)$","x: -1.36<br />theta_m(x, 0.5):  0.82222894<br />colour: $\\theta_-(s=0.5)$","x: -1.34<br />theta_m(x, 0.5):  0.81574238<br />colour: $\\theta_-(s=0.5)$","x: -1.32<br />theta_m(x, 0.5):  0.80904915<br />colour: $\\theta_-(s=0.5)$","x: -1.30<br />theta_m(x, 0.5):  0.80214498<br />colour: $\\theta_-(s=0.5)$","x: -1.28<br />theta_m(x, 0.5):  0.79502566<br />colour: $\\theta_-(s=0.5)$","x: -1.26<br />theta_m(x, 0.5):  0.78768711<br />colour: $\\theta_-(s=0.5)$","x: -1.24<br />theta_m(x, 0.5):  0.78012538<br />colour: $\\theta_-(s=0.5)$","x: -1.22<br />theta_m(x, 0.5):  0.77233666<br />colour: $\\theta_-(s=0.5)$","x: -1.20<br />theta_m(x, 0.5):  0.76431731<br />colour: $\\theta_-(s=0.5)$","x: -1.18<br />theta_m(x, 0.5):  0.75606389<br />colour: $\\theta_-(s=0.5)$","x: -1.16<br />theta_m(x, 0.5):  0.74757318<br />colour: $\\theta_-(s=0.5)$","x: -1.14<br />theta_m(x, 0.5):  0.73884220<br />colour: $\\theta_-(s=0.5)$","x: -1.12<br />theta_m(x, 0.5):  0.72986824<br />colour: $\\theta_-(s=0.5)$","x: -1.10<br />theta_m(x, 0.5):  0.72064885<br />colour: $\\theta_-(s=0.5)$","x: -1.08<br />theta_m(x, 0.5):  0.71118195<br />colour: $\\theta_-(s=0.5)$","x: -1.06<br />theta_m(x, 0.5):  0.70146578<br />colour: $\\theta_-(s=0.5)$","x: -1.04<br />theta_m(x, 0.5):  0.69149896<br />colour: $\\theta_-(s=0.5)$","x: -1.02<br />theta_m(x, 0.5):  0.68128051<br />colour: $\\theta_-(s=0.5)$","x: -1.00<br />theta_m(x, 0.5):  0.67080991<br />colour: $\\theta_-(s=0.5)$","x: -0.98<br />theta_m(x, 0.5):  0.66008708<br />colour: $\\theta_-(s=0.5)$","x: -0.96<br />theta_m(x, 0.5):  0.64911246<br />colour: $\\theta_-(s=0.5)$","x: -0.94<br />theta_m(x, 0.5):  0.63788701<br />colour: $\\theta_-(s=0.5)$","x: -0.92<br />theta_m(x, 0.5):  0.62641224<br />colour: $\\theta_-(s=0.5)$","x: -0.90<br />theta_m(x, 0.5):  0.61469025<br />colour: $\\theta_-(s=0.5)$","x: -0.88<br />theta_m(x, 0.5):  0.60272379<br />colour: $\\theta_-(s=0.5)$","x: -0.86<br />theta_m(x, 0.5):  0.59051621<br />colour: $\\theta_-(s=0.5)$","x: -0.84<br />theta_m(x, 0.5):  0.57807157<br />colour: $\\theta_-(s=0.5)$","x: -0.82<br />theta_m(x, 0.5):  0.56539461<br />colour: $\\theta_-(s=0.5)$","x: -0.80<br />theta_m(x, 0.5):  0.55249080<br />colour: $\\theta_-(s=0.5)$","x: -0.78<br />theta_m(x, 0.5):  0.53936637<br />colour: $\\theta_-(s=0.5)$","x: -0.76<br />theta_m(x, 0.5):  0.52602832<br />colour: $\\theta_-(s=0.5)$","x: -0.74<br />theta_m(x, 0.5):  0.51248440<br />colour: $\\theta_-(s=0.5)$","x: -0.72<br />theta_m(x, 0.5):  0.49874320<br />colour: $\\theta_-(s=0.5)$","x: -0.70<br />theta_m(x, 0.5):  0.48481409<br />colour: $\\theta_-(s=0.5)$","x: -0.68<br />theta_m(x, 0.5):  0.47070730<br />colour: $\\theta_-(s=0.5)$","x: -0.66<br />theta_m(x, 0.5):  0.45643383<br />colour: $\\theta_-(s=0.5)$","x: -0.64<br />theta_m(x, 0.5):  0.44200553<br />colour: $\\theta_-(s=0.5)$","x: -0.62<br />theta_m(x, 0.5):  0.42743507<br />colour: $\\theta_-(s=0.5)$","x: -0.60<br />theta_m(x, 0.5):  0.41273590<br />colour: $\\theta_-(s=0.5)$","x: -0.58<br />theta_m(x, 0.5):  0.39792229<br />colour: $\\theta_-(s=0.5)$","x: -0.56<br />theta_m(x, 0.5):  0.38300925<br />colour: $\\theta_-(s=0.5)$","x: -0.54<br />theta_m(x, 0.5):  0.36801255<br />colour: $\\theta_-(s=0.5)$","x: -0.52<br />theta_m(x, 0.5):  0.35294866<br />colour: $\\theta_-(s=0.5)$","x: -0.50<br />theta_m(x, 0.5):  0.33783471<br />colour: $\\theta_-(s=0.5)$","x: -0.48<br />theta_m(x, 0.5):  0.32268848<br />colour: $\\theta_-(s=0.5)$","x: -0.46<br />theta_m(x, 0.5):  0.30752832<br />colour: $\\theta_-(s=0.5)$","x: -0.44<br />theta_m(x, 0.5):  0.29237308<br />colour: $\\theta_-(s=0.5)$","x: -0.42<br />theta_m(x, 0.5):  0.27724210<br />colour: $\\theta_-(s=0.5)$","x: -0.40<br />theta_m(x, 0.5):  0.26215509<br />colour: $\\theta_-(s=0.5)$","x: -0.38<br />theta_m(x, 0.5):  0.24713209<br />colour: $\\theta_-(s=0.5)$","x: -0.36<br />theta_m(x, 0.5):  0.23219338<br />colour: $\\theta_-(s=0.5)$","x: -0.34<br />theta_m(x, 0.5):  0.21735942<br />colour: $\\theta_-(s=0.5)$","x: -0.32<br />theta_m(x, 0.5):  0.20265073<br />colour: $\\theta_-(s=0.5)$","x: -0.30<br />theta_m(x, 0.5):  0.18808783<br />colour: $\\theta_-(s=0.5)$","x: -0.28<br />theta_m(x, 0.5):  0.17369113<br />colour: $\\theta_-(s=0.5)$","x: -0.26<br />theta_m(x, 0.5):  0.15948088<br />colour: $\\theta_-(s=0.5)$","x: -0.24<br />theta_m(x, 0.5):  0.14547700<br />colour: $\\theta_-(s=0.5)$","x: -0.22<br />theta_m(x, 0.5):  0.13169907<br />colour: $\\theta_-(s=0.5)$","x: -0.20<br />theta_m(x, 0.5):  0.11816617<br />colour: $\\theta_-(s=0.5)$","x: -0.18<br />theta_m(x, 0.5):  0.10489683<br />colour: $\\theta_-(s=0.5)$","x: -0.16<br />theta_m(x, 0.5):  0.09190893<br />colour: $\\theta_-(s=0.5)$","x: -0.14<br />theta_m(x, 0.5):  0.07921958<br />colour: $\\theta_-(s=0.5)$","x: -0.12<br />theta_m(x, 0.5):  0.06684509<br />colour: $\\theta_-(s=0.5)$","x: -0.10<br />theta_m(x, 0.5):  0.05480085<br />colour: $\\theta_-(s=0.5)$","x: -0.08<br />theta_m(x, 0.5):  0.04310128<br />colour: $\\theta_-(s=0.5)$","x: -0.06<br />theta_m(x, 0.5):  0.03175974<br />colour: $\\theta_-(s=0.5)$","x: -0.04<br />theta_m(x, 0.5):  0.02078849<br />colour: $\\theta_-(s=0.5)$","x: -0.02<br />theta_m(x, 0.5):  0.01019861<br />colour: $\\theta_-(s=0.5)$","x:  0.00<br />theta_m(x, 0.5):  0.00000000<br />colour: $\\theta_-(s=0.5)$","x:  0.02<br />theta_m(x, 0.5): -0.00979872<br />colour: $\\theta_-(s=0.5)$","x:  0.04<br />theta_m(x, 0.5): -0.01919019<br />colour: $\\theta_-(s=0.5)$","x:  0.06<br />theta_m(x, 0.5): -0.02816836<br />colour: $\\theta_-(s=0.5)$","x:  0.08<br />theta_m(x, 0.5): -0.03672849<br />colour: $\\theta_-(s=0.5)$","x:  0.10<br />theta_m(x, 0.5): -0.04486714<br />colour: $\\theta_-(s=0.5)$","x:  0.12<br />theta_m(x, 0.5): -0.05258221<br />colour: $\\theta_-(s=0.5)$","x:  0.14<br />theta_m(x, 0.5): -0.05987287<br />colour: $\\theta_-(s=0.5)$","x:  0.16<br />theta_m(x, 0.5): -0.06673958<br />colour: $\\theta_-(s=0.5)$","x:  0.18<br />theta_m(x, 0.5): -0.07318404<br />colour: $\\theta_-(s=0.5)$","x:  0.20<br />theta_m(x, 0.5): -0.07920915<br />colour: $\\theta_-(s=0.5)$","x:  0.22<br />theta_m(x, 0.5): -0.08481900<br />colour: $\\theta_-(s=0.5)$","x:  0.24<br />theta_m(x, 0.5): -0.09001875<br />colour: $\\theta_-(s=0.5)$","x:  0.26<br />theta_m(x, 0.5): -0.09481466<br />colour: $\\theta_-(s=0.5)$","x:  0.28<br />theta_m(x, 0.5): -0.09921395<br />colour: $\\theta_-(s=0.5)$","x:  0.30<br />theta_m(x, 0.5): -0.10322479<br />colour: $\\theta_-(s=0.5)$","x:  0.32<br />theta_m(x, 0.5): -0.10685619<br />colour: $\\theta_-(s=0.5)$","x:  0.34<br />theta_m(x, 0.5): -0.11011798<br />colour: $\\theta_-(s=0.5)$","x:  0.36<br />theta_m(x, 0.5): -0.11302065<br />colour: $\\theta_-(s=0.5)$","x:  0.38<br />theta_m(x, 0.5): -0.11557538<br />colour: $\\theta_-(s=0.5)$","x:  0.40<br />theta_m(x, 0.5): -0.11779387<br />colour: $\\theta_-(s=0.5)$","x:  0.42<br />theta_m(x, 0.5): -0.11968833<br />colour: $\\theta_-(s=0.5)$","x:  0.44<br />theta_m(x, 0.5): -0.12127136<br />colour: $\\theta_-(s=0.5)$","x:  0.46<br />theta_m(x, 0.5): -0.12255589<br />colour: $\\theta_-(s=0.5)$","x:  0.48<br />theta_m(x, 0.5): -0.12355513<br />colour: $\\theta_-(s=0.5)$","x:  0.50<br />theta_m(x, 0.5): -0.12428245<br />colour: $\\theta_-(s=0.5)$","x:  0.52<br />theta_m(x, 0.5): -0.12475136<br />colour: $\\theta_-(s=0.5)$","x:  0.54<br />theta_m(x, 0.5): -0.12497542<br />colour: $\\theta_-(s=0.5)$","x:  0.56<br />theta_m(x, 0.5): -0.12496818<br />colour: $\\theta_-(s=0.5)$","x:  0.58<br />theta_m(x, 0.5): -0.12474314<br />colour: $\\theta_-(s=0.5)$","x:  0.60<br />theta_m(x, 0.5): -0.12431366<br />colour: $\\theta_-(s=0.5)$","x:  0.62<br />theta_m(x, 0.5): -0.12369296<br />colour: $\\theta_-(s=0.5)$","x:  0.64<br />theta_m(x, 0.5): -0.12289402<br />colour: $\\theta_-(s=0.5)$","x:  0.66<br />theta_m(x, 0.5): -0.12192959<br />colour: $\\theta_-(s=0.5)$","x:  0.68<br />theta_m(x, 0.5): -0.12081210<br />colour: $\\theta_-(s=0.5)$","x:  0.70<br />theta_m(x, 0.5): -0.11955368<br />colour: $\\theta_-(s=0.5)$","x:  0.72<br />theta_m(x, 0.5): -0.11816611<br />colour: $\\theta_-(s=0.5)$","x:  0.74<br />theta_m(x, 0.5): -0.11666076<br />colour: $\\theta_-(s=0.5)$","x:  0.76<br />theta_m(x, 0.5): -0.11504865<br />colour: $\\theta_-(s=0.5)$","x:  0.78<br />theta_m(x, 0.5): -0.11334033<br />colour: $\\theta_-(s=0.5)$","x:  0.80<br />theta_m(x, 0.5): -0.11154597<br />colour: $\\theta_-(s=0.5)$","x:  0.82<br />theta_m(x, 0.5): -0.10967527<br />colour: $\\theta_-(s=0.5)$","x:  0.84<br />theta_m(x, 0.5): -0.10773750<br />colour: $\\theta_-(s=0.5)$","x:  0.86<br />theta_m(x, 0.5): -0.10574146<br />colour: $\\theta_-(s=0.5)$","x:  0.88<br />theta_m(x, 0.5): -0.10369553<br />colour: $\\theta_-(s=0.5)$","x:  0.90<br />theta_m(x, 0.5): -0.10160762<br />colour: $\\theta_-(s=0.5)$","x:  0.92<br />theta_m(x, 0.5): -0.09948518<br />colour: $\\theta_-(s=0.5)$","x:  0.94<br />theta_m(x, 0.5): -0.09733525<br />colour: $\\theta_-(s=0.5)$","x:  0.96<br />theta_m(x, 0.5): -0.09516441<br />colour: $\\theta_-(s=0.5)$","x:  0.98<br />theta_m(x, 0.5): -0.09297882<br />colour: $\\theta_-(s=0.5)$","x:  1.00<br />theta_m(x, 0.5): -0.09078425<br />colour: $\\theta_-(s=0.5)$","x:  1.02<br />theta_m(x, 0.5): -0.08858603<br />colour: $\\theta_-(s=0.5)$","x:  1.04<br />theta_m(x, 0.5): -0.08638911<br />colour: $\\theta_-(s=0.5)$","x:  1.06<br />theta_m(x, 0.5): -0.08419808<br />colour: $\\theta_-(s=0.5)$","x:  1.08<br />theta_m(x, 0.5): -0.08201714<br />colour: $\\theta_-(s=0.5)$","x:  1.10<br />theta_m(x, 0.5): -0.07985017<br />colour: $\\theta_-(s=0.5)$","x:  1.12<br />theta_m(x, 0.5): -0.07770068<br />colour: $\\theta_-(s=0.5)$","x:  1.14<br />theta_m(x, 0.5): -0.07557189<br />colour: $\\theta_-(s=0.5)$","x:  1.16<br />theta_m(x, 0.5): -0.07346670<br />colour: $\\theta_-(s=0.5)$","x:  1.18<br />theta_m(x, 0.5): -0.07138772<br />colour: $\\theta_-(s=0.5)$","x:  1.20<br />theta_m(x, 0.5): -0.06933730<br />colour: $\\theta_-(s=0.5)$","x:  1.22<br />theta_m(x, 0.5): -0.06731752<br />colour: $\\theta_-(s=0.5)$","x:  1.24<br />theta_m(x, 0.5): -0.06533022<br />colour: $\\theta_-(s=0.5)$","x:  1.26<br />theta_m(x, 0.5): -0.06337700<br />colour: $\\theta_-(s=0.5)$","x:  1.28<br />theta_m(x, 0.5): -0.06145925<br />colour: $\\theta_-(s=0.5)$","x:  1.30<br />theta_m(x, 0.5): -0.05957818<br />colour: $\\theta_-(s=0.5)$","x:  1.32<br />theta_m(x, 0.5): -0.05773477<br />colour: $\\theta_-(s=0.5)$","x:  1.34<br />theta_m(x, 0.5): -0.05592987<br />colour: $\\theta_-(s=0.5)$","x:  1.36<br />theta_m(x, 0.5): -0.05416413<br />colour: $\\theta_-(s=0.5)$","x:  1.38<br />theta_m(x, 0.5): -0.05243807<br />colour: $\\theta_-(s=0.5)$","x:  1.40<br />theta_m(x, 0.5): -0.05075205<br />colour: $\\theta_-(s=0.5)$","x:  1.42<br />theta_m(x, 0.5): -0.04910634<br />colour: $\\theta_-(s=0.5)$","x:  1.44<br />theta_m(x, 0.5): -0.04750105<br />colour: $\\theta_-(s=0.5)$","x:  1.46<br />theta_m(x, 0.5): -0.04593621<br />colour: $\\theta_-(s=0.5)$","x:  1.48<br />theta_m(x, 0.5): -0.04441173<br />colour: $\\theta_-(s=0.5)$","x:  1.50<br />theta_m(x, 0.5): -0.04292745<br />colour: $\\theta_-(s=0.5)$","x:  1.52<br />theta_m(x, 0.5): -0.04148311<br />colour: $\\theta_-(s=0.5)$","x:  1.54<br />theta_m(x, 0.5): -0.04007840<br />colour: $\\theta_-(s=0.5)$","x:  1.56<br />theta_m(x, 0.5): -0.03871292<br />colour: $\\theta_-(s=0.5)$","x:  1.58<br />theta_m(x, 0.5): -0.03738623<br />colour: $\\theta_-(s=0.5)$","x:  1.60<br />theta_m(x, 0.5): -0.03609782<br />colour: $\\theta_-(s=0.5)$","x:  1.62<br />theta_m(x, 0.5): -0.03484714<br />colour: $\\theta_-(s=0.5)$","x:  1.64<br />theta_m(x, 0.5): -0.03363360<br />colour: $\\theta_-(s=0.5)$","x:  1.66<br />theta_m(x, 0.5): -0.03245659<br />colour: $\\theta_-(s=0.5)$","x:  1.68<br />theta_m(x, 0.5): -0.03131544<br />colour: $\\theta_-(s=0.5)$","x:  1.70<br />theta_m(x, 0.5): -0.03020947<br />colour: $\\theta_-(s=0.5)$","x:  1.72<br />theta_m(x, 0.5): -0.02913798<br />colour: $\\theta_-(s=0.5)$","x:  1.74<br />theta_m(x, 0.5): -0.02810025<br />colour: $\\theta_-(s=0.5)$","x:  1.76<br />theta_m(x, 0.5): -0.02709554<br />colour: $\\theta_-(s=0.5)$","x:  1.78<br />theta_m(x, 0.5): -0.02612311<br />colour: $\\theta_-(s=0.5)$","x:  1.80<br />theta_m(x, 0.5): -0.02518219<br />colour: $\\theta_-(s=0.5)$","x:  1.82<br />theta_m(x, 0.5): -0.02427203<br />colour: $\\theta_-(s=0.5)$","x:  1.84<br />theta_m(x, 0.5): -0.02339187<br />colour: $\\theta_-(s=0.5)$","x:  1.86<br />theta_m(x, 0.5): -0.02254093<br />colour: $\\theta_-(s=0.5)$","x:  1.88<br />theta_m(x, 0.5): -0.02171846<br />colour: $\\theta_-(s=0.5)$","x:  1.90<br />theta_m(x, 0.5): -0.02092369<br />colour: $\\theta_-(s=0.5)$","x:  1.92<br />theta_m(x, 0.5): -0.02015587<br />colour: $\\theta_-(s=0.5)$","x:  1.94<br />theta_m(x, 0.5): -0.01941425<br />colour: $\\theta_-(s=0.5)$","x:  1.96<br />theta_m(x, 0.5): -0.01869808<br />colour: $\\theta_-(s=0.5)$","x:  1.98<br />theta_m(x, 0.5): -0.01800664<br />colour: $\\theta_-(s=0.5)$","x:  2.00<br />theta_m(x, 0.5): -0.01733920<br />colour: $\\theta_-(s=0.5)$"],"type":"scatter","mode":"lines","line":{"width":1.8897637795275593,"color":"rgba(192,64,0,1)","dash":"solid"},"hoveron":"points","name":"$\\theta_-(s=0.5)$","legendgroup":"$\\theta_-(s=0.5)$","showlegend":true,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-2,-1.98,-1.96,-1.9399999999999999,-1.9199999999999999,-1.8999999999999999,-1.8799999999999999,-1.8600000000000001,-1.8400000000000001,-1.8200000000000001,-1.8,-1.78,-1.76,-1.74,-1.72,-1.7,-1.6799999999999999,-1.6599999999999999,-1.6399999999999999,-1.6200000000000001,-1.6000000000000001,-1.5800000000000001,-1.5600000000000001,-1.54,-1.52,-1.5,-1.48,-1.46,-1.4399999999999999,-1.4199999999999999,-1.3999999999999999,-1.3799999999999999,-1.3600000000000001,-1.3400000000000001,-1.3200000000000001,-1.3,-1.28,-1.26,-1.24,-1.22,-1.2,-1.1799999999999999,-1.1599999999999999,-1.1399999999999999,-1.1200000000000001,-1.1000000000000001,-1.0800000000000001,-1.0600000000000001,-1.04,-1.02,-1,-0.97999999999999998,-0.95999999999999996,-0.93999999999999995,-0.92000000000000004,-0.90000000000000002,-0.88,-0.85999999999999999,-0.83999999999999997,-0.81999999999999995,-0.80000000000000004,-0.78000000000000003,-0.76000000000000001,-0.73999999999999999,-0.71999999999999997,-0.69999999999999996,-0.68000000000000005,-0.66000000000000003,-0.64000000000000001,-0.62,-0.59999999999999998,-0.57999999999999996,-0.56000000000000005,-0.54000000000000004,-0.52000000000000002,-0.5,-0.47999999999999998,-0.46000000000000002,-0.44,-0.41999999999999998,-0.40000000000000002,-0.38,-0.35999999999999999,-0.34000000000000002,-0.32000000000000001,-0.29999999999999999,-0.28000000000000003,-0.26000000000000001,-0.23999999999999999,-0.22,-0.20000000000000001,-0.17999999999999999,-0.16,-0.14000000000000001,-0.12,-0.10000000000000001,-0.080000000000000002,-0.059999999999999998,-0.040000000000000001,-0.02,0,0.02,0.040000000000000001,0.059999999999999998,0.080000000000000002,0.10000000000000001,0.12,0.14000000000000001,0.16,0.17999999999999999,0.20000000000000001,0.22,0.23999999999999999,0.26000000000000001,0.28000000000000003,0.29999999999999999,0.32000000000000001,0.34000000000000002,0.35999999999999999,0.38,0.40000000000000002,0.41999999999999998,0.44,0.46000000000000002,0.47999999999999998,0.5,0.52000000000000002,0.54000000000000004,0.56000000000000005,0.57999999999999996,0.59999999999999998,0.62,0.64000000000000001,0.66000000000000003,0.68000000000000005,0.69999999999999996,0.71999999999999997,0.73999999999999999,0.76000000000000001,0.78000000000000003,0.80000000000000004,0.81999999999999995,0.83999999999999997,0.85999999999999999,0.88,0.90000000000000002,0.92000000000000004,0.93999999999999995,0.95999999999999996,0.97999999999999998,1,1.02,1.04,1.0600000000000001,1.0800000000000001,1.1000000000000001,1.1200000000000001,1.1399999999999999,1.1599999999999999,1.1799999999999999,1.2,1.22,1.24,1.26,1.28,1.3,1.3200000000000001,1.3400000000000001,1.3600000000000001,1.3799999999999999,1.3999999999999999,1.4199999999999999,1.4399999999999999,1.46,1.48,1.5,1.52,1.54,1.5600000000000001,1.5800000000000001,1.6000000000000001,1.6200000000000001,1.6399999999999999,1.6599999999999999,1.6799999999999999,1.7,1.72,1.74,1.76,1.78,1.8,1.8200000000000001,1.8400000000000001,1.8600000000000001,1.8799999999999999,1.8999999999999999,1.9199999999999999,1.9399999999999999,1.96,1.98,2],"y":[0.99972766018187587,0.99969902489757223,0.9996673795512292,0.99963240791203389,0.99959376056615445,0.99955105144349754,0.99950385398286268,0.99945169689827218,0.99939405950552818,0.99933036656395158,0.99925998258379234,0.99918220554492021,0.99909625996707185,0.99900128926614462,0.9988963473247181,0.99878038919815337,0.99865226087022119,0.99851068796422826,0.99835426330701882,0.99818143323401731,0.99799048251363554,0.99777951775891771,0.99754644918323887,0.99728897054527843,0.99700453711640724,0.99669034149118352,0.9963432870489819,0.99595995886209376,0.99553659183320298,0.9950690358333133,0.99455271760043285,0.99398259915018561,0.99335313244273926,0.99265821004691768,0.99189111154321696,0.99104444541402792,0.99011008618335261,0.98907910659168685,0.9879417046269352,0.98668712528209512,0.98530357697836279,0.98377814268224206,0.98209668586174326,0.98024375157510413,0.97820246317156201,0.97595441531416238,0.97347956431661775,0.97075611712748178,0.96776042070331803,0.96446685399589538,0.96084772534387708,0.95687317871274291,0.95251111297113988,0.94772711922714925,0.94248444216834493,0.93674397234182805,0.93046427735159731,0.92360168100487205,0.91611040045482484,0.9079427522942215,0.89904943926067016,0.88937992960384993,0.8788829410982153,0.86750704099884679,0.85520137175356103,0.84191650981374977,0.82760546125002632,0.81222479292644167,0.7957358916264532,0.77810633575474086,0.75931135519079229,0.73933534483909469,0.71817338689958055,0.69583272657522421,0.67233413674830733,0.64771310016002515,0.62202073396595425,0.59532438231626983,0.56770780873194271,0.53927093205670695,0.51012906767091681,0.48041165882002557,0.45026051000473305,0.41982756342835786,0.38927228805057917,0.3587587761965485,0.32845266238105447,0.29851799096403553,0.26911416216172479,0.2403930794680936,0.21249660638261858,0.18555441809732909,0.15968230675448575,0.13498096969142218,0.11153528139693138,0.089414024064526393,0.068670030450791592,0.049340677368571166,0.031448659007211305,0.015002966192474621,0,-0.013575245192479508,-0.025747984272266773,-0.036552472815415585,-0.046030897973043369,-0.054232347003418467,-0.061211860265657551,-0.067029565840273933,-0.07174988548184151,-0.07544079662919595,-0.078173132806865678,-0.080019904876062892,-0.081055627986713258,-0.081355643330339775,-0.080995429341705519,-0.080049903187390581,-0.07859271950922446,-0.076695578781565382,-0.074427561713866927,-0.071854508468166892,-0.069038461860472675,-0.066037192200320838,-0.062903818234459022,-0.059686534211021568,-0.056428447888969523,-0.053167528935316885,-0.049936662091942051,-0.046763795170586035,-0.043672168633128373,-0.040680611374561255,-0.037803886353379418,-0.035053069803124975,-0.032435948727384603,-0.029957423004943445,-0.027619900478937316,-0.025423675656425993,-0.023367284918338178,-0.021447833291340795,-0.019661289763584,-0.018002749776716877,-0.01646666487261739,-0.015047040517153856,-0.01373760388605893,-0.012531943912482588,-0.011423626200708513,-0.010406285545964716,-0.0094736988045488139,-0.0086198407661628382,-0.0078389255211330239,-0.0071254356136238759,-0.0064741410475588736,-0.0058801099796531473,-0.0053387127046723992,-0.0048456203193493587,-0.0043967992482153171,-0.003988502629748817,-0.0036172593959363478,-0.0032798617326723527,-0.0029733514816985846,-0.0026950059357884388,-0.0024423233861122677,-0.0022130087025274557,-0.002004959162244135,-0.0018162506882937982,-0.0016451246149408213,-0.001489975061218172,-0.001349336964871245,-0.0012218748060333034,-0.0011063720319485102,-0.0010017211801513241,-0.00090691468697306923,-0.00082103636045552353,-0.00074325349118235665,-0.00067280957075181041,-0.00060901758524160474,-0.00055125384975608042,-0.00049895234974669871,-0.0004515995550560923,-0.00040872967338745537,-0.00036992031101150283,-0.00033478850988572,-0.00030298713189018151,-0.00027420156251418108,-0.00024814670800624861,-0.00022456426168704412,-0.00020322021678996469,-0.00018390260481586308,-0.00016641943995009218,-0.00015059685158122662,-0.00013627738837420012,-0.00012331847868232463,-0.00011159103333108642,-0.00010097817797198312,-9.1374103288480724e-05,-8.268302234098504e-05,-7.481822526672109e-05,-6.7701222407286782e-05,-6.1260967725317665e-05,-5.5433155096288849e-05,-5.0159580726104241e-05,-4.5387565553870484e-05],"text":["x: -2.00<br />theta_m(x, 0.2):  9.997277e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.98<br />theta_m(x, 0.2):  9.996990e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.96<br />theta_m(x, 0.2):  9.996674e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.94<br />theta_m(x, 0.2):  9.996324e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.92<br />theta_m(x, 0.2):  9.995938e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.90<br />theta_m(x, 0.2):  9.995511e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.88<br />theta_m(x, 0.2):  9.995039e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.86<br />theta_m(x, 0.2):  9.994517e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.84<br />theta_m(x, 0.2):  9.993941e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.82<br />theta_m(x, 0.2):  9.993304e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.80<br />theta_m(x, 0.2):  9.992600e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.78<br />theta_m(x, 0.2):  9.991822e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.76<br />theta_m(x, 0.2):  9.990963e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.74<br />theta_m(x, 0.2):  9.990013e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.72<br />theta_m(x, 0.2):  9.988963e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.70<br />theta_m(x, 0.2):  9.987804e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.68<br />theta_m(x, 0.2):  9.986523e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.66<br />theta_m(x, 0.2):  9.985107e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.64<br />theta_m(x, 0.2):  9.983543e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.62<br />theta_m(x, 0.2):  9.981814e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.60<br />theta_m(x, 0.2):  9.979905e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.58<br />theta_m(x, 0.2):  9.977795e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.56<br />theta_m(x, 0.2):  9.975464e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.54<br />theta_m(x, 0.2):  9.972890e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.52<br />theta_m(x, 0.2):  9.970045e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.50<br />theta_m(x, 0.2):  9.966903e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.48<br />theta_m(x, 0.2):  9.963433e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.46<br />theta_m(x, 0.2):  9.959600e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.44<br />theta_m(x, 0.2):  9.955366e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.42<br />theta_m(x, 0.2):  9.950690e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.40<br />theta_m(x, 0.2):  9.945527e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.38<br />theta_m(x, 0.2):  9.939826e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.36<br />theta_m(x, 0.2):  9.933531e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.34<br />theta_m(x, 0.2):  9.926582e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.32<br />theta_m(x, 0.2):  9.918911e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.30<br />theta_m(x, 0.2):  9.910444e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.28<br />theta_m(x, 0.2):  9.901101e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.26<br />theta_m(x, 0.2):  9.890791e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.24<br />theta_m(x, 0.2):  9.879417e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.22<br />theta_m(x, 0.2):  9.866871e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.20<br />theta_m(x, 0.2):  9.853036e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.18<br />theta_m(x, 0.2):  9.837781e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.16<br />theta_m(x, 0.2):  9.820967e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.14<br />theta_m(x, 0.2):  9.802438e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.12<br />theta_m(x, 0.2):  9.782025e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.10<br />theta_m(x, 0.2):  9.759544e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.08<br />theta_m(x, 0.2):  9.734796e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.06<br />theta_m(x, 0.2):  9.707561e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.04<br />theta_m(x, 0.2):  9.677604e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.02<br />theta_m(x, 0.2):  9.644669e-01<br />colour: $\\theta_-(s=0.2)$","x: -1.00<br />theta_m(x, 0.2):  9.608477e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.98<br />theta_m(x, 0.2):  9.568732e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.96<br />theta_m(x, 0.2):  9.525111e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.94<br />theta_m(x, 0.2):  9.477271e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.92<br />theta_m(x, 0.2):  9.424844e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.90<br />theta_m(x, 0.2):  9.367440e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.88<br />theta_m(x, 0.2):  9.304643e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.86<br />theta_m(x, 0.2):  9.236017e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.84<br />theta_m(x, 0.2):  9.161104e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.82<br />theta_m(x, 0.2):  9.079428e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.80<br />theta_m(x, 0.2):  8.990494e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.78<br />theta_m(x, 0.2):  8.893799e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.76<br />theta_m(x, 0.2):  8.788829e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.74<br />theta_m(x, 0.2):  8.675070e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.72<br />theta_m(x, 0.2):  8.552014e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.70<br />theta_m(x, 0.2):  8.419165e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.68<br />theta_m(x, 0.2):  8.276055e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.66<br />theta_m(x, 0.2):  8.122248e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.64<br />theta_m(x, 0.2):  7.957359e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.62<br />theta_m(x, 0.2):  7.781063e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.60<br />theta_m(x, 0.2):  7.593114e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.58<br />theta_m(x, 0.2):  7.393353e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.56<br />theta_m(x, 0.2):  7.181734e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.54<br />theta_m(x, 0.2):  6.958327e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.52<br />theta_m(x, 0.2):  6.723341e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.50<br />theta_m(x, 0.2):  6.477131e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.48<br />theta_m(x, 0.2):  6.220207e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.46<br />theta_m(x, 0.2):  5.953244e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.44<br />theta_m(x, 0.2):  5.677078e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.42<br />theta_m(x, 0.2):  5.392709e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.40<br />theta_m(x, 0.2):  5.101291e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.38<br />theta_m(x, 0.2):  4.804117e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.36<br />theta_m(x, 0.2):  4.502605e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.34<br />theta_m(x, 0.2):  4.198276e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.32<br />theta_m(x, 0.2):  3.892723e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.30<br />theta_m(x, 0.2):  3.587588e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.28<br />theta_m(x, 0.2):  3.284527e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.26<br />theta_m(x, 0.2):  2.985180e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.24<br />theta_m(x, 0.2):  2.691142e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.22<br />theta_m(x, 0.2):  2.403931e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.20<br />theta_m(x, 0.2):  2.124966e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.18<br />theta_m(x, 0.2):  1.855544e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.16<br />theta_m(x, 0.2):  1.596823e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.14<br />theta_m(x, 0.2):  1.349810e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.12<br />theta_m(x, 0.2):  1.115353e-01<br />colour: $\\theta_-(s=0.2)$","x: -0.10<br />theta_m(x, 0.2):  8.941402e-02<br />colour: $\\theta_-(s=0.2)$","x: -0.08<br />theta_m(x, 0.2):  6.867003e-02<br />colour: $\\theta_-(s=0.2)$","x: -0.06<br />theta_m(x, 0.2):  4.934068e-02<br />colour: $\\theta_-(s=0.2)$","x: -0.04<br />theta_m(x, 0.2):  3.144866e-02<br />colour: $\\theta_-(s=0.2)$","x: -0.02<br />theta_m(x, 0.2):  1.500297e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.00<br />theta_m(x, 0.2):  0.000000e+00<br />colour: $\\theta_-(s=0.2)$","x:  0.02<br />theta_m(x, 0.2): -1.357525e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.04<br />theta_m(x, 0.2): -2.574798e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.06<br />theta_m(x, 0.2): -3.655247e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.08<br />theta_m(x, 0.2): -4.603090e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.10<br />theta_m(x, 0.2): -5.423235e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.12<br />theta_m(x, 0.2): -6.121186e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.14<br />theta_m(x, 0.2): -6.702957e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.16<br />theta_m(x, 0.2): -7.174989e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.18<br />theta_m(x, 0.2): -7.544080e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.20<br />theta_m(x, 0.2): -7.817313e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.22<br />theta_m(x, 0.2): -8.001990e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.24<br />theta_m(x, 0.2): -8.105563e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.26<br />theta_m(x, 0.2): -8.135564e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.28<br />theta_m(x, 0.2): -8.099543e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.30<br />theta_m(x, 0.2): -8.004990e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.32<br />theta_m(x, 0.2): -7.859272e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.34<br />theta_m(x, 0.2): -7.669558e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.36<br />theta_m(x, 0.2): -7.442756e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.38<br />theta_m(x, 0.2): -7.185451e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.40<br />theta_m(x, 0.2): -6.903846e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.42<br />theta_m(x, 0.2): -6.603719e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.44<br />theta_m(x, 0.2): -6.290382e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.46<br />theta_m(x, 0.2): -5.968653e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.48<br />theta_m(x, 0.2): -5.642845e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.50<br />theta_m(x, 0.2): -5.316753e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.52<br />theta_m(x, 0.2): -4.993666e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.54<br />theta_m(x, 0.2): -4.676380e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.56<br />theta_m(x, 0.2): -4.367217e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.58<br />theta_m(x, 0.2): -4.068061e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.60<br />theta_m(x, 0.2): -3.780389e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.62<br />theta_m(x, 0.2): -3.505307e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.64<br />theta_m(x, 0.2): -3.243595e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.66<br />theta_m(x, 0.2): -2.995742e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.68<br />theta_m(x, 0.2): -2.761990e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.70<br />theta_m(x, 0.2): -2.542368e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.72<br />theta_m(x, 0.2): -2.336728e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.74<br />theta_m(x, 0.2): -2.144783e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.76<br />theta_m(x, 0.2): -1.966129e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.78<br />theta_m(x, 0.2): -1.800275e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.80<br />theta_m(x, 0.2): -1.646666e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.82<br />theta_m(x, 0.2): -1.504704e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.84<br />theta_m(x, 0.2): -1.373760e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.86<br />theta_m(x, 0.2): -1.253194e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.88<br />theta_m(x, 0.2): -1.142363e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.90<br />theta_m(x, 0.2): -1.040629e-02<br />colour: $\\theta_-(s=0.2)$","x:  0.92<br />theta_m(x, 0.2): -9.473699e-03<br />colour: $\\theta_-(s=0.2)$","x:  0.94<br />theta_m(x, 0.2): -8.619841e-03<br />colour: $\\theta_-(s=0.2)$","x:  0.96<br />theta_m(x, 0.2): -7.838926e-03<br />colour: $\\theta_-(s=0.2)$","x:  0.98<br />theta_m(x, 0.2): -7.125436e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.00<br />theta_m(x, 0.2): -6.474141e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.02<br />theta_m(x, 0.2): -5.880110e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.04<br />theta_m(x, 0.2): -5.338713e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.06<br />theta_m(x, 0.2): -4.845620e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.08<br />theta_m(x, 0.2): -4.396799e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.10<br />theta_m(x, 0.2): -3.988503e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.12<br />theta_m(x, 0.2): -3.617259e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.14<br />theta_m(x, 0.2): -3.279862e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.16<br />theta_m(x, 0.2): -2.973351e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.18<br />theta_m(x, 0.2): -2.695006e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.20<br />theta_m(x, 0.2): -2.442323e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.22<br />theta_m(x, 0.2): -2.213009e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.24<br />theta_m(x, 0.2): -2.004959e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.26<br />theta_m(x, 0.2): -1.816251e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.28<br />theta_m(x, 0.2): -1.645125e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.30<br />theta_m(x, 0.2): -1.489975e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.32<br />theta_m(x, 0.2): -1.349337e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.34<br />theta_m(x, 0.2): -1.221875e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.36<br />theta_m(x, 0.2): -1.106372e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.38<br />theta_m(x, 0.2): -1.001721e-03<br />colour: $\\theta_-(s=0.2)$","x:  1.40<br />theta_m(x, 0.2): -9.069147e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.42<br />theta_m(x, 0.2): -8.210364e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.44<br />theta_m(x, 0.2): -7.432535e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.46<br />theta_m(x, 0.2): -6.728096e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.48<br />theta_m(x, 0.2): -6.090176e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.50<br />theta_m(x, 0.2): -5.512538e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.52<br />theta_m(x, 0.2): -4.989523e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.54<br />theta_m(x, 0.2): -4.515996e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.56<br />theta_m(x, 0.2): -4.087297e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.58<br />theta_m(x, 0.2): -3.699203e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.60<br />theta_m(x, 0.2): -3.347885e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.62<br />theta_m(x, 0.2): -3.029871e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.64<br />theta_m(x, 0.2): -2.742016e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.66<br />theta_m(x, 0.2): -2.481467e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.68<br />theta_m(x, 0.2): -2.245643e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.70<br />theta_m(x, 0.2): -2.032202e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.72<br />theta_m(x, 0.2): -1.839026e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.74<br />theta_m(x, 0.2): -1.664194e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.76<br />theta_m(x, 0.2): -1.505969e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.78<br />theta_m(x, 0.2): -1.362774e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.80<br />theta_m(x, 0.2): -1.233185e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.82<br />theta_m(x, 0.2): -1.115910e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.84<br />theta_m(x, 0.2): -1.009782e-04<br />colour: $\\theta_-(s=0.2)$","x:  1.86<br />theta_m(x, 0.2): -9.137410e-05<br />colour: $\\theta_-(s=0.2)$","x:  1.88<br />theta_m(x, 0.2): -8.268302e-05<br />colour: $\\theta_-(s=0.2)$","x:  1.90<br />theta_m(x, 0.2): -7.481823e-05<br />colour: $\\theta_-(s=0.2)$","x:  1.92<br />theta_m(x, 0.2): -6.770122e-05<br />colour: $\\theta_-(s=0.2)$","x:  1.94<br />theta_m(x, 0.2): -6.126097e-05<br />colour: $\\theta_-(s=0.2)$","x:  1.96<br />theta_m(x, 0.2): -5.543316e-05<br />colour: $\\theta_-(s=0.2)$","x:  1.98<br />theta_m(x, 0.2): -5.015958e-05<br />colour: $\\theta_-(s=0.2)$","x:  2.00<br />theta_m(x, 0.2): -4.538757e-05<br />colour: $\\theta_-(s=0.2)$"],"type":"scatter","mode":"lines","line":{"width":1.8897637795275593,"color":"rgba(72,99,160,1)","dash":"solid"},"hoveron":"points","name":"$\\theta_-(s=0.2)$","legendgroup":"$\\theta_-(s=0.2)$","showlegend":true,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-2,-1.98,-1.96,-1.9399999999999999,-1.9199999999999999,-1.8999999999999999,-1.8799999999999999,-1.8600000000000001,-1.8400000000000001,-1.8200000000000001,-1.8,-1.78,-1.76,-1.74,-1.72,-1.7,-1.6799999999999999,-1.6599999999999999,-1.6399999999999999,-1.6200000000000001,-1.6000000000000001,-1.5800000000000001,-1.5600000000000001,-1.54,-1.52,-1.5,-1.48,-1.46,-1.4399999999999999,-1.4199999999999999,-1.3999999999999999,-1.3799999999999999,-1.3600000000000001,-1.3400000000000001,-1.3200000000000001,-1.3,-1.28,-1.26,-1.24,-1.22,-1.2,-1.1799999999999999,-1.1599999999999999,-1.1399999999999999,-1.1200000000000001,-1.1000000000000001,-1.0800000000000001,-1.0600000000000001,-1.04,-1.02,-1,-0.97999999999999998,-0.95999999999999996,-0.93999999999999995,-0.92000000000000004,-0.90000000000000002,-0.88,-0.85999999999999999,-0.83999999999999997,-0.81999999999999995,-0.80000000000000004,-0.78000000000000003,-0.76000000000000001,-0.73999999999999999,-0.71999999999999997,-0.69999999999999996,-0.68000000000000005,-0.66000000000000003,-0.64000000000000001,-0.62,-0.59999999999999998,-0.57999999999999996,-0.56000000000000005,-0.54000000000000004,-0.52000000000000002,-0.5,-0.47999999999999998,-0.46000000000000002,-0.44,-0.41999999999999998,-0.40000000000000002,-0.38,-0.35999999999999999,-0.34000000000000002,-0.32000000000000001,-0.29999999999999999,-0.28000000000000003,-0.26000000000000001,-0.23999999999999999,-0.22,-0.20000000000000001,-0.17999999999999999,-0.16,-0.14000000000000001,-0.12,-0.10000000000000001,-0.080000000000000002,-0.059999999999999998,-0.040000000000000001,-0.02,0,0.02,0.040000000000000001,0.059999999999999998,0.080000000000000002,0.10000000000000001,0.12,0.14000000000000001,0.16,0.17999999999999999,0.20000000000000001,0.22,0.23999999999999999,0.26000000000000001,0.28000000000000003,0.29999999999999999,0.32000000000000001,0.34000000000000002,0.35999999999999999,0.38,0.40000000000000002,0.41999999999999998,0.44,0.46000000000000002,0.47999999999999998,0.5,0.52000000000000002,0.54000000000000004,0.56000000000000005,0.57999999999999996,0.59999999999999998,0.62,0.64000000000000001,0.66000000000000003,0.68000000000000005,0.69999999999999996,0.71999999999999997,0.73999999999999999,0.76000000000000001,0.78000000000000003,0.80000000000000004,0.81999999999999995,0.83999999999999997,0.85999999999999999,0.88,0.90000000000000002,0.92000000000000004,0.93999999999999995,0.95999999999999996,0.97999999999999998,1,1.02,1.04,1.0600000000000001,1.0800000000000001,1.1000000000000001,1.1200000000000001,1.1399999999999999,1.1599999999999999,1.1799999999999999,1.2,1.22,1.24,1.26,1.28,1.3,1.3200000000000001,1.3400000000000001,1.3600000000000001,1.3799999999999999,1.3999999999999999,1.4199999999999999,1.4399999999999999,1.46,1.48,1.5,1.52,1.54,1.5600000000000001,1.5800000000000001,1.6000000000000001,1.6200000000000001,1.6399999999999999,1.6599999999999999,1.6799999999999999,1.7,1.72,1.74,1.76,1.78,1.8,1.8200000000000001,1.8400000000000001,1.8600000000000001,1.8799999999999999,1.8999999999999999,1.9199999999999999,1.9399999999999999,1.96,1.98,2],"y":[0.99999999999999989,0.99999999999999978,0.99999999999999989,0.99999999999999967,0.99999999999999967,0.99999999999999933,0.99999999999999911,0.99999999999999856,0.99999999999999767,0.99999999999999678,0.99999999999999512,0.99999999999999278,0.99999999999998912,0.99999999999998379,0.99999999999997591,0.99999999999996403,0.99999999999994627,0.99999999999991995,0.99999999999988054,0.9999999999998217,0.9999999999997341,0.99999999999960321,0.99999999999940814,0.99999999999911704,0.99999999999868272,0.99999999999803491,0.99999999999706846,0.99999999999562661,0.99999999999347566,0.99999999999026679,0.99999999998547973,0.99999999997833833,0.99999999996768463,0.99999999995179112,0.99999999992808075,0.99999999989270916,0.99999999983994081,0.99999999976121978,0.99999999964378172,0.99999999946858487,0.99999999920722171,0.99999999881731383,0.99999999823563956,0.99999999736788348,0.99999999607334367,0.99999999414211704,0.99999999126106554,0.99999998696304182,0.99999998055114392,0.99999997098571636,0.99999995671577568,0.99999993542752652,0.99999990366919211,0.99999985629132815,0.99999978561186842,0.99999968017052254,0.99999952287055782,0.99999928820667283,0.99999893812948804,0.99999841587613092,0.99999763676663722,0.99999647447399631,0.99999474054190018,0.99999215382979401,0.99998829493242047,0.99998253818660743,0.9999739502480739,0.99996113880975734,0.99994202696937284,0.99991351674395967,0.99987098735645508,0.99980754735429445,0.9997129202073981,0.9995717847199852,0.99936130567236436,0.99904746431685965,0.99857961596934042,0.99788244151094008,0.99684409675425734,0.9952988784371738,0.99300212358660722,0.98959442178289458,0.98455181712636208,0.97711919130544167,0.96622694696852829,0.95039932067174082,0.92768071394405438,0.89563915691794094,0.85155150820800452,0.79290729523708747,0.71831531486264677,0.62866019508790771,0.5279513567307198,0.42307775633230565,0.32214470721882293,0.23212342864264188,0.15714742957328218,0.098221343832743502,0.054048421635790822,0.022192107457541674,0,-0.014875814492567188,-0.024285521305780721,-0.029583700248660614,-0.031727518842656011,-0.031414489961205591,-0.029224308501908651,-0.025727384857904208,-0.021520460893712796,-0.017177336684242792,-0.01315640391527163,-0.0097347923752483696,-0.007008053511763381,-0.0049408511068936862,-0.0034304368525746977,-0.0023558043848173078,-0.0016054414112722044,-0.0010882910717582128,-0.00073505241427801416,-0.00049524394690608211,-0.00033311510189113809,-0.00022381019555237639,-0.00015025737609454217,-0.00010082544499400375,-6.7632535675125546e-05,-4.5356684709374015e-05,-3.041304595413029e-05,-2.0390768032106547e-05,-1.3670270480310405e-05,-9.1643236984120238e-06,-6.1434196722500167e-06,-4.1182325185739964e-06,-2.7606125216843301e-06,-1.8505292810167055e-06,-1.2404627653676148e-06,-8.3151419910424577e-07,-5.5738384497752007e-07,-3.7362700642443914e-07,-2.5045031999287012e-07,-1.6788216112455505e-07,-1.1253490877237974e-07,-7.5434464000718312e-08,-5.0565259789540066e-08,-3.3894919135774806e-08,-2.2720449087138265e-08,-1.5229974873716166e-08,-1.0208958534917624e-08,-6.8432700387806223e-09,-4.5871813047606005e-09,-3.0748796810340174e-09,-2.0611535332231224e-09,-1.3816325509924609e-09,-9.261360040444891e-10,-6.2080753284692045e-10,-4.1613973578579695e-10,-2.789468076528547e-10,-1.8698363730846357e-10,-1.2533888053077737e-10,-8.4017164240352722e-11,-5.6318389434135941e-11,-3.7751345412862665e-11,-2.5305483601671284e-11,-1.6962772935798264e-11,-1.1370486736551693e-11,-7.6218651932929685e-12,-5.1090890275151653e-12,-3.4247247922452887e-12,-2.2956616804516834e-12,-1.538828043347085e-12,-1.0315072848683416e-12,-6.9144001068398286e-13,-4.6348609979478807e-13,-3.1068402375231866e-13,-2.0825772910463937e-13,-1.3959933056090104e-13,-9.3576229688217849e-14,-6.2726022592488483e-14,-4.2046510351847601e-14,-2.818461875469671e-14,-1.8892714941148887e-14,-1.2664165549090809e-14,-8.4890440338702641e-15,-5.6903763875828275e-15,-3.8143733620847912e-15,-2.5568509276698646e-15,-1.7139084315419515e-15,-1.1488671787320863e-15,-7.7010870013653441e-16,-5.1621929932797153e-16,-3.4603214449001068e-16,-2.3195228302435583e-16,-1.554822650349583e-16,-1.0422287905595897e-16,-6.9862685086756938e-17,-4.6830358283528709e-17,-3.1391327920480499e-17,-2.1042236376776224e-17,-1.4105032856773463e-17,-9.4548862738866079e-18,-6.3377998023734138e-18,-4.2483542552915881e-18],"text":["x: -2.00<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.98<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.96<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.94<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.92<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.90<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.88<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.86<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.84<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.82<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.80<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.78<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.76<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.74<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.72<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.70<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.68<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.66<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.64<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.62<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.60<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.58<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.56<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.54<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.52<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.50<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.48<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.46<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.44<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.42<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.40<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.38<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.36<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.34<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.32<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.30<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.28<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.26<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.24<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.22<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.20<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.18<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.16<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.14<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.12<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.10<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.08<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.06<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.04<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.02<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -1.00<br />theta_m(x, 0.05):  1.000000e+00<br />colour: $\\theta_-(s=0.05)$","x: -0.98<br />theta_m(x, 0.05):  9.999999e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.96<br />theta_m(x, 0.05):  9.999999e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.94<br />theta_m(x, 0.05):  9.999999e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.92<br />theta_m(x, 0.05):  9.999998e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.90<br />theta_m(x, 0.05):  9.999997e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.88<br />theta_m(x, 0.05):  9.999995e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.86<br />theta_m(x, 0.05):  9.999993e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.84<br />theta_m(x, 0.05):  9.999989e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.82<br />theta_m(x, 0.05):  9.999984e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.80<br />theta_m(x, 0.05):  9.999976e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.78<br />theta_m(x, 0.05):  9.999965e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.76<br />theta_m(x, 0.05):  9.999947e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.74<br />theta_m(x, 0.05):  9.999922e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.72<br />theta_m(x, 0.05):  9.999883e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.70<br />theta_m(x, 0.05):  9.999825e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.68<br />theta_m(x, 0.05):  9.999740e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.66<br />theta_m(x, 0.05):  9.999611e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.64<br />theta_m(x, 0.05):  9.999420e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.62<br />theta_m(x, 0.05):  9.999135e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.60<br />theta_m(x, 0.05):  9.998710e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.58<br />theta_m(x, 0.05):  9.998075e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.56<br />theta_m(x, 0.05):  9.997129e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.54<br />theta_m(x, 0.05):  9.995718e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.52<br />theta_m(x, 0.05):  9.993613e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.50<br />theta_m(x, 0.05):  9.990475e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.48<br />theta_m(x, 0.05):  9.985796e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.46<br />theta_m(x, 0.05):  9.978824e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.44<br />theta_m(x, 0.05):  9.968441e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.42<br />theta_m(x, 0.05):  9.952989e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.40<br />theta_m(x, 0.05):  9.930021e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.38<br />theta_m(x, 0.05):  9.895944e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.36<br />theta_m(x, 0.05):  9.845518e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.34<br />theta_m(x, 0.05):  9.771192e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.32<br />theta_m(x, 0.05):  9.662269e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.30<br />theta_m(x, 0.05):  9.503993e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.28<br />theta_m(x, 0.05):  9.276807e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.26<br />theta_m(x, 0.05):  8.956392e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.24<br />theta_m(x, 0.05):  8.515515e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.22<br />theta_m(x, 0.05):  7.929073e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.20<br />theta_m(x, 0.05):  7.183153e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.18<br />theta_m(x, 0.05):  6.286602e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.16<br />theta_m(x, 0.05):  5.279514e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.14<br />theta_m(x, 0.05):  4.230778e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.12<br />theta_m(x, 0.05):  3.221447e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.10<br />theta_m(x, 0.05):  2.321234e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.08<br />theta_m(x, 0.05):  1.571474e-01<br />colour: $\\theta_-(s=0.05)$","x: -0.06<br />theta_m(x, 0.05):  9.822134e-02<br />colour: $\\theta_-(s=0.05)$","x: -0.04<br />theta_m(x, 0.05):  5.404842e-02<br />colour: $\\theta_-(s=0.05)$","x: -0.02<br />theta_m(x, 0.05):  2.219211e-02<br />colour: $\\theta_-(s=0.05)$","x:  0.00<br />theta_m(x, 0.05):  0.000000e+00<br />colour: $\\theta_-(s=0.05)$","x:  0.02<br />theta_m(x, 0.05): -1.487581e-02<br />colour: $\\theta_-(s=0.05)$","x:  0.04<br />theta_m(x, 0.05): -2.428552e-02<br />colour: $\\theta_-(s=0.05)$","x:  0.06<br />theta_m(x, 0.05): -2.958370e-02<br />colour: $\\theta_-(s=0.05)$","x:  0.08<br />theta_m(x, 0.05): -3.172752e-02<br />colour: $\\theta_-(s=0.05)$","x:  0.10<br />theta_m(x, 0.05): -3.141449e-02<br />colour: $\\theta_-(s=0.05)$","x:  0.12<br />theta_m(x, 0.05): -2.922431e-02<br />colour: $\\theta_-(s=0.05)$","x:  0.14<br />theta_m(x, 0.05): -2.572738e-02<br />colour: $\\theta_-(s=0.05)$","x:  0.16<br />theta_m(x, 0.05): -2.152046e-02<br />colour: $\\theta_-(s=0.05)$","x:  0.18<br />theta_m(x, 0.05): -1.717734e-02<br />colour: $\\theta_-(s=0.05)$","x:  0.20<br />theta_m(x, 0.05): -1.315640e-02<br />colour: $\\theta_-(s=0.05)$","x:  0.22<br />theta_m(x, 0.05): -9.734792e-03<br />colour: $\\theta_-(s=0.05)$","x:  0.24<br />theta_m(x, 0.05): -7.008054e-03<br />colour: $\\theta_-(s=0.05)$","x:  0.26<br />theta_m(x, 0.05): -4.940851e-03<br />colour: $\\theta_-(s=0.05)$","x:  0.28<br />theta_m(x, 0.05): -3.430437e-03<br />colour: $\\theta_-(s=0.05)$","x:  0.30<br />theta_m(x, 0.05): -2.355804e-03<br />colour: $\\theta_-(s=0.05)$","x:  0.32<br />theta_m(x, 0.05): -1.605441e-03<br />colour: $\\theta_-(s=0.05)$","x:  0.34<br />theta_m(x, 0.05): -1.088291e-03<br />colour: $\\theta_-(s=0.05)$","x:  0.36<br />theta_m(x, 0.05): -7.350524e-04<br />colour: $\\theta_-(s=0.05)$","x:  0.38<br />theta_m(x, 0.05): -4.952439e-04<br />colour: $\\theta_-(s=0.05)$","x:  0.40<br />theta_m(x, 0.05): -3.331151e-04<br />colour: $\\theta_-(s=0.05)$","x:  0.42<br />theta_m(x, 0.05): -2.238102e-04<br />colour: $\\theta_-(s=0.05)$","x:  0.44<br />theta_m(x, 0.05): -1.502574e-04<br />colour: $\\theta_-(s=0.05)$","x:  0.46<br />theta_m(x, 0.05): -1.008254e-04<br />colour: $\\theta_-(s=0.05)$","x:  0.48<br />theta_m(x, 0.05): -6.763254e-05<br />colour: $\\theta_-(s=0.05)$","x:  0.50<br />theta_m(x, 0.05): -4.535668e-05<br />colour: $\\theta_-(s=0.05)$","x:  0.52<br />theta_m(x, 0.05): -3.041305e-05<br />colour: $\\theta_-(s=0.05)$","x:  0.54<br />theta_m(x, 0.05): -2.039077e-05<br />colour: $\\theta_-(s=0.05)$","x:  0.56<br />theta_m(x, 0.05): -1.367027e-05<br />colour: $\\theta_-(s=0.05)$","x:  0.58<br />theta_m(x, 0.05): -9.164324e-06<br />colour: $\\theta_-(s=0.05)$","x:  0.60<br />theta_m(x, 0.05): -6.143420e-06<br />colour: $\\theta_-(s=0.05)$","x:  0.62<br />theta_m(x, 0.05): -4.118233e-06<br />colour: $\\theta_-(s=0.05)$","x:  0.64<br />theta_m(x, 0.05): -2.760613e-06<br />colour: $\\theta_-(s=0.05)$","x:  0.66<br />theta_m(x, 0.05): -1.850529e-06<br />colour: $\\theta_-(s=0.05)$","x:  0.68<br />theta_m(x, 0.05): -1.240463e-06<br />colour: $\\theta_-(s=0.05)$","x:  0.70<br />theta_m(x, 0.05): -8.315142e-07<br />colour: $\\theta_-(s=0.05)$","x:  0.72<br />theta_m(x, 0.05): -5.573838e-07<br />colour: $\\theta_-(s=0.05)$","x:  0.74<br />theta_m(x, 0.05): -3.736270e-07<br />colour: $\\theta_-(s=0.05)$","x:  0.76<br />theta_m(x, 0.05): -2.504503e-07<br />colour: $\\theta_-(s=0.05)$","x:  0.78<br />theta_m(x, 0.05): -1.678822e-07<br />colour: $\\theta_-(s=0.05)$","x:  0.80<br />theta_m(x, 0.05): -1.125349e-07<br />colour: $\\theta_-(s=0.05)$","x:  0.82<br />theta_m(x, 0.05): -7.543446e-08<br />colour: $\\theta_-(s=0.05)$","x:  0.84<br />theta_m(x, 0.05): -5.056526e-08<br />colour: $\\theta_-(s=0.05)$","x:  0.86<br />theta_m(x, 0.05): -3.389492e-08<br />colour: $\\theta_-(s=0.05)$","x:  0.88<br />theta_m(x, 0.05): -2.272045e-08<br />colour: $\\theta_-(s=0.05)$","x:  0.90<br />theta_m(x, 0.05): -1.522997e-08<br />colour: $\\theta_-(s=0.05)$","x:  0.92<br />theta_m(x, 0.05): -1.020896e-08<br />colour: $\\theta_-(s=0.05)$","x:  0.94<br />theta_m(x, 0.05): -6.843270e-09<br />colour: $\\theta_-(s=0.05)$","x:  0.96<br />theta_m(x, 0.05): -4.587181e-09<br />colour: $\\theta_-(s=0.05)$","x:  0.98<br />theta_m(x, 0.05): -3.074880e-09<br />colour: $\\theta_-(s=0.05)$","x:  1.00<br />theta_m(x, 0.05): -2.061154e-09<br />colour: $\\theta_-(s=0.05)$","x:  1.02<br />theta_m(x, 0.05): -1.381633e-09<br />colour: $\\theta_-(s=0.05)$","x:  1.04<br />theta_m(x, 0.05): -9.261360e-10<br />colour: $\\theta_-(s=0.05)$","x:  1.06<br />theta_m(x, 0.05): -6.208075e-10<br />colour: $\\theta_-(s=0.05)$","x:  1.08<br />theta_m(x, 0.05): -4.161397e-10<br />colour: $\\theta_-(s=0.05)$","x:  1.10<br />theta_m(x, 0.05): -2.789468e-10<br />colour: $\\theta_-(s=0.05)$","x:  1.12<br />theta_m(x, 0.05): -1.869836e-10<br />colour: $\\theta_-(s=0.05)$","x:  1.14<br />theta_m(x, 0.05): -1.253389e-10<br />colour: $\\theta_-(s=0.05)$","x:  1.16<br />theta_m(x, 0.05): -8.401716e-11<br />colour: $\\theta_-(s=0.05)$","x:  1.18<br />theta_m(x, 0.05): -5.631839e-11<br />colour: $\\theta_-(s=0.05)$","x:  1.20<br />theta_m(x, 0.05): -3.775135e-11<br />colour: $\\theta_-(s=0.05)$","x:  1.22<br />theta_m(x, 0.05): -2.530548e-11<br />colour: $\\theta_-(s=0.05)$","x:  1.24<br />theta_m(x, 0.05): -1.696277e-11<br />colour: $\\theta_-(s=0.05)$","x:  1.26<br />theta_m(x, 0.05): -1.137049e-11<br />colour: $\\theta_-(s=0.05)$","x:  1.28<br />theta_m(x, 0.05): -7.621865e-12<br />colour: $\\theta_-(s=0.05)$","x:  1.30<br />theta_m(x, 0.05): -5.109089e-12<br />colour: $\\theta_-(s=0.05)$","x:  1.32<br />theta_m(x, 0.05): -3.424725e-12<br />colour: $\\theta_-(s=0.05)$","x:  1.34<br />theta_m(x, 0.05): -2.295662e-12<br />colour: $\\theta_-(s=0.05)$","x:  1.36<br />theta_m(x, 0.05): -1.538828e-12<br />colour: $\\theta_-(s=0.05)$","x:  1.38<br />theta_m(x, 0.05): -1.031507e-12<br />colour: $\\theta_-(s=0.05)$","x:  1.40<br />theta_m(x, 0.05): -6.914400e-13<br />colour: $\\theta_-(s=0.05)$","x:  1.42<br />theta_m(x, 0.05): -4.634861e-13<br />colour: $\\theta_-(s=0.05)$","x:  1.44<br />theta_m(x, 0.05): -3.106840e-13<br />colour: $\\theta_-(s=0.05)$","x:  1.46<br />theta_m(x, 0.05): -2.082577e-13<br />colour: $\\theta_-(s=0.05)$","x:  1.48<br />theta_m(x, 0.05): -1.395993e-13<br />colour: $\\theta_-(s=0.05)$","x:  1.50<br />theta_m(x, 0.05): -9.357623e-14<br />colour: $\\theta_-(s=0.05)$","x:  1.52<br />theta_m(x, 0.05): -6.272602e-14<br />colour: $\\theta_-(s=0.05)$","x:  1.54<br />theta_m(x, 0.05): -4.204651e-14<br />colour: $\\theta_-(s=0.05)$","x:  1.56<br />theta_m(x, 0.05): -2.818462e-14<br />colour: $\\theta_-(s=0.05)$","x:  1.58<br />theta_m(x, 0.05): -1.889271e-14<br />colour: $\\theta_-(s=0.05)$","x:  1.60<br />theta_m(x, 0.05): -1.266417e-14<br />colour: $\\theta_-(s=0.05)$","x:  1.62<br />theta_m(x, 0.05): -8.489044e-15<br />colour: $\\theta_-(s=0.05)$","x:  1.64<br />theta_m(x, 0.05): -5.690376e-15<br />colour: $\\theta_-(s=0.05)$","x:  1.66<br />theta_m(x, 0.05): -3.814373e-15<br />colour: $\\theta_-(s=0.05)$","x:  1.68<br />theta_m(x, 0.05): -2.556851e-15<br />colour: $\\theta_-(s=0.05)$","x:  1.70<br />theta_m(x, 0.05): -1.713908e-15<br />colour: $\\theta_-(s=0.05)$","x:  1.72<br />theta_m(x, 0.05): -1.148867e-15<br />colour: $\\theta_-(s=0.05)$","x:  1.74<br />theta_m(x, 0.05): -7.701087e-16<br />colour: $\\theta_-(s=0.05)$","x:  1.76<br />theta_m(x, 0.05): -5.162193e-16<br />colour: $\\theta_-(s=0.05)$","x:  1.78<br />theta_m(x, 0.05): -3.460321e-16<br />colour: $\\theta_-(s=0.05)$","x:  1.80<br />theta_m(x, 0.05): -2.319523e-16<br />colour: $\\theta_-(s=0.05)$","x:  1.82<br />theta_m(x, 0.05): -1.554823e-16<br />colour: $\\theta_-(s=0.05)$","x:  1.84<br />theta_m(x, 0.05): -1.042229e-16<br />colour: $\\theta_-(s=0.05)$","x:  1.86<br />theta_m(x, 0.05): -6.986269e-17<br />colour: $\\theta_-(s=0.05)$","x:  1.88<br />theta_m(x, 0.05): -4.683036e-17<br />colour: $\\theta_-(s=0.05)$","x:  1.90<br />theta_m(x, 0.05): -3.139133e-17<br />colour: $\\theta_-(s=0.05)$","x:  1.92<br />theta_m(x, 0.05): -2.104224e-17<br />colour: $\\theta_-(s=0.05)$","x:  1.94<br />theta_m(x, 0.05): -1.410503e-17<br />colour: $\\theta_-(s=0.05)$","x:  1.96<br />theta_m(x, 0.05): -9.454886e-18<br />colour: $\\theta_-(s=0.05)$","x:  1.98<br />theta_m(x, 0.05): -6.337800e-18<br />colour: $\\theta_-(s=0.05)$","x:  2.00<br />theta_m(x, 0.05): -4.248354e-18<br />colour: $\\theta_-(s=0.05)$"],"type":"scatter","mode":"lines","line":{"width":1.8897637795275593,"color":"rgba(64,64,64,1)","dash":"solid"},"hoveron":"points","name":"$\\theta_-(s=0.05)$","legendgroup":"$\\theta_-(s=0.05)$","showlegend":true,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null}],"layout":{"margin":{"t":26.350076103500761,"r":7.3059360730593621,"b":40.304414003044144,"l":43.105022831050235},"plot_bgcolor":"rgba(255,255,255,1)","paper_bgcolor":"rgba(255,255,255,1)","font":{"color":"rgba(0,0,0,1)","family":"","size":14.611872146118724},"xaxis":{"domain":[0,1],"automargin":true,"type":"linear","autorange":true,"range":[],"tickmode":"auto","ticktext":["-2","-1","0","1","2"],"tickvals":[-2,-1,0,1,2],"categoryorder":"array","categoryarray":["-2","-1","0","1","2"],"nticks":null,"ticks":"outside","tickcolor":"rgba(51,51,51,1)","ticklen":3.6529680365296811,"tickwidth":0.66417600664176002,"showticklabels":true,"tickfont":{"color":"rgba(77,77,77,1)","family":"","size":11.68949771689498},"tickangle":-0,"showline":false,"linecolor":null,"linewidth":0,"showgrid":true,"gridcolor":"rgba(235,235,235,1)","gridwidth":0.66417600664176002,"zeroline":false,"anchor":"y","title":"","hoverformat":".2f","showexponent":"all","exponentformat":"e"},"yaxis":{"domain":[0,1],"automargin":true,"type":"linear","autorange":true,"range":[],"tickmode":"auto","ticktext":["0.0","0.5","1.0","1.5"],"tickvals":[0,0.5,1,1.5],"categoryorder":"array","categoryarray":["0.0","0.5","1.0","1.5"],"nticks":null,"ticks":"outside","tickcolor":"rgba(51,51,51,1)","ticklen":3.6529680365296811,"tickwidth":0.66417600664176002,"showticklabels":true,"tickfont":{"color":"rgba(77,77,77,1)","family":"","size":11.68949771689498},"tickangle":-0,"showline":false,"linecolor":null,"linewidth":0,"showgrid":true,"gridcolor":"rgba(235,235,235,1)","gridwidth":0.66417600664176002,"zeroline":false,"anchor":"x","title":"","hoverformat":".2f","showexponent":"all","exponentformat":"e"},"shapes":[{"type":"rect","fillcolor":"transparent","line":{"color":"rgba(51,51,51,1)","width":0.66417600664176002,"linetype":"solid"},"yref":"paper","xref":"paper","x0":0,"x1":1,"y0":0,"y1":1}],"showlegend":true,"legend":{"bgcolor":"rgba(255,255,255,0.502)","bordercolor":"transparent","borderwidth":3.7795275590551185,"font":{"color":"rgba(0,0,0,1)","family":"","size":11.68949771689498},"title":{"text":"","font":{"color":"rgba(0,0,0,1)","family":"","size":14.611872146118724}},"x":0,"y":1},"hovermode":"closest","width":680,"height":480,"barmode":"relative","title":""},"config":{"doubleClick":"reset","modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false,"displayModeBar":false},"source":"A","attrs":{"248b2b93e15d":{"x":{},"y":{},"colour":{},"type":"scatter"},"248bbbbafc3":{"x":{},"y":{},"colour":{}},"248b1379dad":{"x":{},"y":{},"colour":{}},"248b19419ac6":{"x":{},"y":{},"colour":{}},"248b1f24f877":{"x":{},"y":{},"colour":{}},"248b14fa75e8":{"x":{},"y":{},"colour":{}},"248b25003628":{"x":{},"y":{},"colour":{}}},"cur_data":"248b2b93e15d","visdat":{"248b2b93e15d":["function (y) ","x"],"248bbbbafc3":["function (y) ","x"],"248b1379dad":["function (y) ","x"],"248b19419ac6":["function (y) ","x"],"248b1f24f877":["function (y) ","x"],"248b14fa75e8":["function (y) ","x"],"248b25003628":["function (y) ","x"]},"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.20000000000000001,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
&lt;r &gt;

6.1 \sigma extrapolation

<r >

6.2 Stability

<r >
<r >

<r >

7 reconstruction th7

here we plot the smallest \sigma: 0.005000

here we plot the smallest \sigma: 0.005000

here we plot the smallest \sigma: 0.005000

<r > here we plot the smallest \sigma: 0.130000

here we plot the smallest \sigma: 0.130000

here we plot the smallest \sigma: 0.130000

<r > here we plot the smallest \sigma: 0.500000

here we plot the smallest \sigma: 0.500000

here we plot the smallest \sigma: 0.500000

<r >