crop#
- UniformDataAxis.crop(start=None, end=None)#
Crop the axis in place.
- Parameters:
start (int, float, or None) – The beginning of the cropping interval. If type is
int, the value is taken as the axis index. If type isfloatthe index is calculated using the axis calibration. If start/end isNonethe method crops from/to the low/high end of the axis.end (int, float, or None) – The end of the cropping interval. If type is
int, the value is taken as the axis index. If type isfloatthe index is calculated using the axis calibration. If start/end isNonethe method crops from/to the low/high end of the axis.