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.

298 Data Tables Chapter 9<br />

Row State Operators<br />

)<br />

);<br />

For(<br />

i = 0;<br />

jj = 15;,<br />

i < 16;<br />

jj >= 0;,<br />

i++;<br />

jj--;, // 16 rows, 2 columns<br />

Marker Size( 3 );<br />

Marker( i, {1, jj + .2} ); // markers 0-15<br />

Marker( i + 16, {4, jj + .2} ); // markers 16-31<br />

Text( {1.5, jj}, "marker ", i ); // marker labels 0-15<br />

Text( {4.5, jj}, "marker ", i + 16 ); // marker labels 16-31<br />

)<br />

Figure 9.7 JMP Markers<br />

JMP colors are numbered 0 through 84, where the first 16 are the basic colors shown below, and higher<br />

numbers are darker or lighter shades of those colors. Indices outside the range 0–84 have undefined<br />

behavior. This script shows the standard JMP colors. The first 16 colors also have names. The others are<br />

shades of those 16. For more information about using JMP colors, see “Colors” on page 415 in the<br />

“<strong>Scripting</strong> Graphs” chapter.<br />

Text Color( 0 );<br />

New Window( "Colors",<br />

Graph Box(<br />

FrameSize( 640, 400 ),<br />

Y Scale( -1, 17 ),<br />

X Scale( -3, 12 ),<br />

k = 0;<br />

For( jj = 1, jj

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

Saved successfully!

Ooh no, something went wrong!