This is part of a larger effort to collect what parameters do different backends take for markers. I was tasked with Ginga and chose to document my findings as GitHub issue. Luckily Ginga has a way for me to programmatically query such things, for example:
This is part of a larger effort to collect what parameters do different backends take for markers. I was tasked with Ginga and chose to document my findings as GitHub issue. Luckily Ginga has a way for me to programmatically query such things, for example:
https://github.com/ejeschke/ginga/blob/61e44c23d5210cc953bffec7a0fd488727b17dbf/ginga/canvas/types/basic.py#L36
I did not include canvas objects that don't look like they quality as "markers," e.g., Bezier Curve.
Point
Crosshair
Box (rectangular)
SquareBox
Rectangle
The
Square
class somehow is a direct subclass, so has these same parameters.Triangle
RightTriangle
Circle
Ellipse
Annulus
Polygon
Line
Text