Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | graph63 | |
Description: | Different appearance of data points by graphic commands. | |
Download: | graph63.xpl |
x = 1:100 y = sin(x/20) +uniform(100, 1) /10 data = x~y color = 4*matrix(50)|5*matrix(50) layout = 3*matrix(25)|4*matrix(25)|5*matrix(25)|6*matrix(25) setmaskp(data, color, layout, 8) d = createdisplay(1, 1) show(d, 1, 1, data)
Subject: | XploRe: Learning Guide |
See XploRe: |