Tools for processing Numpy vectors before plotting.

Function clipOutliers No summary
def clipOutliers(sp, X, ratio, suffix, annEnd=False):

Clips the most positive and negative deviations of vector X to the product of the supplied ratio times the deviation between the second-most positive (or negative) value and the median. Adds annotations to subplotting context tool sp indicating the true value of the clipped points.

Set annEnd True to add an annotation at the end of the subplot.

Call your context tool sp with the clipped result however you wish, and the subplot will have the annotations.

API Documentation for yampex, generated by pydoctor at 2022-11-21 15:03:54.