Subject: XploRe: Learning Guide
See XploRe:

Quantlet: graph44
Description: Sun flower plot.
Download: graph44.xpl

Code:
  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:

© MD*Tech - Method and Data Technologies, generated on 6.6.2000 .