|
Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | graph69 | |
Description: | Manipulating title and axes in a display. | |
Download: | graph69.xpl |
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: |