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: setsize sets the size (in pixels) for all the plots created later


Usage: setsize(width, height)
Input:
width integer
height integer

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 new display is created with chosen size. 


Group: Plot Manipulation
See also: axeson axesoff

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

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