Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | graph64 | |
Description: | Different appearance of data points by graphic commands. | |
Download: | graph64.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) size = 4*matrix(50)|15*matrix(50) setmaskp(data, color, layout, size) d = createdisplay(1, 1) show(d, 1, 1, data)
Subject: | XploRe: Learning Guide |
See XploRe: |