Unescaped sequence and fix typo

This commit is contained in:
Ogi Moore 2021-04-15 21:02:29 -07:00
parent 6fed6d42b3
commit 314e4eb480

View File

@ -2266,7 +2266,7 @@ class LineSegmentROI(ROI):
Since this pulls 1D data from a 2D coordinate system, the return value
will have ndim = data.ndim-1
See :meth:`~pytqgraph.ROI.getArrayRegion` for a description of the
See :meth:`~pyqtgraph.ROI.getArrayRegion` for a description of the
arguments.
"""
imgPts = [self.mapToItem(img, h.pos()) for h in self.endpoints]
@ -2384,7 +2384,7 @@ class RulerROI(LineSegmentROI):
class TriangleROI(ROI):
"""
r"""
Equilateral triangle ROI subclass with one scale handle and one rotation handle.
Arguments
pos (length-2 sequence) The position of the ROI's origin.