Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | graph44 | |
Description: | Sun flower plot. | |
Download: | graph44.xpl |
library ("graphic") ; loads library graphic x = normal(1000, 2) ; generates bivariate normal data d = createdisplay(2,1) ; creates a display with two plots show (d, 1, 1, x) ; plots the original data gr = grsunflower(x) ; generates sunflower plot show (d, 2, 1, gr) ; plots the sunflower plot
Subject: | XploRe: Learning Guide |
See XploRe: |