Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | graph68 | |
Description: | Labeling of data points at different positions by graphic commands. | |
Download: | graph68.xpl |
x = 1:6 x = x~x text = "Right"|"Under"|"Left"|"Over"|"Center"|"No" color = 1|2|3|4|5|6 position = 3|6|9|12|0|(-1) size = 12|13|14|15|16|16 setmaskt(x, text, color,position, size) d = createdisplay(1, 1) show(d, 1, 1, x)
Subject: | XploRe: Learning Guide |
See XploRe: |