The OpenD Programming Language

geomLabel

Draw Label at given x and y position

You can specify justification, by passing a justify field in the passed data (aes).

  • "center" (default)
  • "left"
  • "right"
  • "bottom"
  • "top"
template geomLabel(AES)
geomLabel
(
AES aes
)

Meta