catch angle histogram bug fix
This commit is contained in:
@@ -2153,6 +2153,10 @@ def interactive_histoall(theworkouts,histoparam,includereststrokes,
|
|||||||
|
|
||||||
# throw out nans
|
# throw out nans
|
||||||
histopwr = histopwr[~np.isinf(histopwr)]
|
histopwr = histopwr[~np.isinf(histopwr)]
|
||||||
|
if histoparam == 'catch':
|
||||||
|
histopwr = histopwr[histopwr < yaxminima[histoparam]]
|
||||||
|
histopwr = histopwr[histopwr > yaxmaxima[histoparam]]
|
||||||
|
else:
|
||||||
histopwr = histopwr[histopwr > yaxminima[histoparam]]
|
histopwr = histopwr[histopwr > yaxminima[histoparam]]
|
||||||
histopwr = histopwr[histopwr < yaxmaxima[histoparam]]
|
histopwr = histopwr[histopwr < yaxmaxima[histoparam]]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user