Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Plot Manipulation
See also: axeson axesoff

Function: setsize
Description: Sets the size (in pixels) of a display for all the plots created afterwards.

Usage: setsize(width, height)
Input:
width integer, represents the width of the display window in pixels
height integer, represents the height of the display window in pixels

Example:
setsize(250, 500)
di=createdisplay(2, 1)
x=1:100
y=sin(x/20)+uniform(100, 1)/10
show(di, 1, 1, x~y)
show(di, 2, 1, x~y)

Result:
A display with two windows of the chosen size
showing the data is created.



(C) MD*TECH Method and Data Technologies, 05.02.2006