Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | graph67 | |
Description: | Labeling of data points by graphic commands. | |
Download: | graph67.xpl |
x = 1:6 x = x~x text = "Point1"|"Point2"|"Point3"|"Point4"|"Point5"|"Point6" color = 1 position = 3 size = 16 setmaskt(x, text, color, position, size) d = createdisplay(1, 1) show(d, 1, 1, x)
Subject: | XploRe: Learning Guide |
See XploRe: |