14.03.2014 Views

Scripting Guide - SAS

Scripting Guide - SAS

Scripting Guide - SAS

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Appendix A JSL Syntax Reference 623<br />

Graphic Functions<br />

Line({x1, y1}, {x2, y2}, ...)<br />

Line([x1, x2, ...], [y1, y2, ...})<br />

Description<br />

Draws a line between points.<br />

Arguments<br />

Can be any number of lists of two points, separated by commas; or a matrix of x’s and a matrix of y’s.<br />

Line Style(n)<br />

Description<br />

Sets the line style used to draw the graph.<br />

Argument<br />

n Can be either a style name or the style’s number:<br />

– 0 or Solid<br />

– 1 or Dotted<br />

– 2 or Dashed<br />

– 3 or DashDot<br />

– 4 or DashDotDot<br />

Marker(, {x1, y1}, {x2, y2}, ...)<br />

Marker(, [x1, x2, ...], [y1, y2, ...})<br />

Description<br />

Draws one or more markers at the points described either by lists or matrices. The optional<br />

markerState argument sets the type of marker.<br />

Marker Size(n)<br />

Description<br />

Sets the size used for markers.<br />

Mousetrap(dragscript, mouseupscript)<br />

Description<br />

Captures click coordinates to update graph parameters. The first script is executed at drag and the second<br />

at mouseup.<br />

Normal Contour(prob, meanMatrix, stdMatrix, corrMatrix, ,<br />

)<br />

Description<br />

Draws normal probability contours for k populations and two variables.<br />

Arguments<br />

prob A scalar or matrix of probabilities.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!