-
Notifications
You must be signed in to change notification settings - Fork 88
graph marker
Chris Petersen edited this page Oct 16, 2014
·
2 revisions
Places a marker at the designated position. There are 5 different markers, selectable by the type parameter. The size of the marker (in points) is also selectable. These are the marker types:
- GRAPH_OPENCIRCLE
- GRAPH_SOLIDCIRCLE
- GRAPH_OPENBOX
- GRAPH_SOLIDBOX
- GRAPH_OPENTRIANGLE
- GRAPH_SOLIDTRIANGLE
| Parameter | Description |
|---|---|
| g | graph context |
| x,y | marker position |
| t | marker type |
| s | marker point size |
(graph-marker g 10. 22. GRAPH_SOLIDTRIANGLE 10)