| |
- markerBox(pt, ctx, color, size)
- Draw a square marker
- markerCircle(pt, ctx, color, size, lineWidth=2)
- Draw a circle around a marker
- markerCross(pt, ctx, color, size)
- Draw a (+) shaped marker
- markerDot(pt, ctx, color, size)
- Draw a round marker
- markerLine(pt1, pt2, ctx, color, size)
- Draw a circle around a marker
|