DataMapper¶
-
class
ginga.canvas.coordmap.DataMapper(viewer)[source]¶ Bases:
ginga.canvas.coordmap.BaseMapperA coordinate mapper that maps to the viewer in data coordinates.
Methods Summary
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(data_pts[, 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.
-