Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

ann — Annotation of contour lines Wiki Markup

{alias:ann}

Syntax

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

ann [ size ] [f nx ny ] ;# fast and simple annotation of line contours

...

Annotation of contour lines. It distributes annotation numbers in an nx times ny scheme. Default is 8 x 8. A more cartographic annotation is made by the sma command.

Arguments

size

Set size of annotation numbers.

f

Specify frequency of annotation numbers.

nx

Annotation frequency in x. Default 8.

ny

Annotation frequency in y. Default 8.

Examples

Ex.1: Simple annotation of contours

No Format
bgColor#eeeeee
borderWidth1

        # a grid is assumed to be in active workspace
        acm n 11 sma ; # color bands and spline contours
        col bla ; # black color for annotation numbers
        ann 1.4 f 7 7 ; # fast annotation

...

acm - Color band mapping, sma - Spline map