Unescaped sequence and fix typo
This commit is contained in:
parent
6fed6d42b3
commit
314e4eb480
@ -2266,7 +2266,7 @@ class LineSegmentROI(ROI):
|
|||||||
Since this pulls 1D data from a 2D coordinate system, the return value
|
Since this pulls 1D data from a 2D coordinate system, the return value
|
||||||
will have ndim = data.ndim-1
|
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.
|
arguments.
|
||||||
"""
|
"""
|
||||||
imgPts = [self.mapToItem(img, h.pos()) for h in self.endpoints]
|
imgPts = [self.mapToItem(img, h.pos()) for h in self.endpoints]
|
||||||
@ -2384,7 +2384,7 @@ class RulerROI(LineSegmentROI):
|
|||||||
|
|
||||||
|
|
||||||
class TriangleROI(ROI):
|
class TriangleROI(ROI):
|
||||||
"""
|
r"""
|
||||||
Equilateral triangle ROI subclass with one scale handle and one rotation handle.
|
Equilateral triangle ROI subclass with one scale handle and one rotation handle.
|
||||||
Arguments
|
Arguments
|
||||||
pos (length-2 sequence) The position of the ROI's origin.
|
pos (length-2 sequence) The position of the ROI's origin.
|
||||||
|
Loading…
Reference in New Issue
Block a user