pllabels
draw an array of labels
| parameter | type | units | description |
|---|---|---|---|
| x,y | float* | uu | positions of labels to be plotted |
| lbels | char** | -- | pointers to the labels |
| n | int | -- | number of labels |
| dx,dy | float | -- | offsets for plformat |
| angle | float | deg | text angle |
| transparant | int | -- | true for transparant, false for opaque drawing |
| returns: | void |