Block[{data=sndData},Show[{ListPlot[data,PlotStyleGray,AspectRatioAutomatic,PlotTheme"Detailed",GridLinesMap[Quantile[#,Range[0,1,1/(20-1)]]&,Transpose[data]],PlotLegendsSwatchLegend[Blend[{Blue,Red},Rescale[#1,{Min[qs],Max[qs]},{0,1}]]&/@qs,qs]],Graphics[{PointSize[0.005],Thickness[0.0025],MapThread[{Blend[{Blue,Red},Rescale[#1,{Min[qs],Max[qs]},{0,1}]],Tooltip[Line[Append[#2,#2〚1〛]],#1],Point[#2]}&,{qs,qsPoints}]}]},ImageSizeMedium]]