Skip to content
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

Example

(graph-marker g 10. 22. GRAPH_SOLIDTRIANGLE 10)

Clone this wiki locally