XQS started, wait for applet!

Subject: XploRe: Learning Guide
See XploRe:

Quantlet: graph69
Description: Manipulating title and axes in a display.
Download: graph69.xpl

Code:
  x    = 1:100
  y    = sqrt(x)
  data = x~y
  d    = createdisplay(1, 1)
  show(d, 1, 1, data)
  title  = "Plot of Sqrt(x)"
  ylabel = "y = sqrt(x)"
  setgopt(d, 1, 1,"title",title, "xlabel","x", "ylabel",ylabel)


Subject: XploRe: Learning Guide
See XploRe:

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