OffsetMapper
- class ginga.canvas.coordmap.OffsetMapper(viewer, refobj)[source]
Bases:
BaseMapperA coordinate mapper that maps to the viewer in data coordinates that are offsets relative to some other reference object.
Methods Summary
calc_offsets(pts)data_to(data_pts[, viewer])offset_pt(pts, offset)Offset a point specified by
pt, by the offsetsoffset.rotate_pt(pts, theta, offset)Rotate a point specified by
ptby the angletheta(in degrees) around the point indicated byoffset.to_data(delta_pt[, viewer])Methods Documentation
- offset_pt(pts, offset)[source]
Offset a point specified by
pt, by the offsetsoffset. Coordinates are assumed to be in the space defined by this mapper.