cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
ValeriaL
Level I

list of marker color symbols and sizes in jsl

Hi all,

I would like to select some markers for selected rows in JSL.

 

So this works:

 

dt<<select where (:col== 11);
dt<<colors("Blue")<<Markers("star")<<Label;

 

However I had to guess that "Red" was an available color, "star" was a possible symbol and I have not guessed so far how to change the marker size. Is there a list available in some manual for these options?

So what I am looking for is the reference on the accepted values for the arguments of the functions:

colors(?)

Markers(?)

and how do I change the marker size? I tried this: dt<<markersize(0); but it did not change anything...

 

Thanks for your help.

2 ACCEPTED SOLUTIONS

Accepted Solutions
jthi
Super User

Re: list of marker color symbols and sizes in jsl

I have no idea where to find named markers, but Scripting Guide's section Colors and Markers seems to have list of markers (in numbers)

jthi_0-1646402282297.png

Also for colors you can see this "table" and also check out Specify Colors section for standard JMP Colors table

jthi_1-1646402291126.png

 

-Jarmo

View solution in original post

Re: list of marker color symbols and sizes in jsl

2 REPLIES 2
jthi
Super User

Re: list of marker color symbols and sizes in jsl

I have no idea where to find named markers, but Scripting Guide's section Colors and Markers seems to have list of markers (in numbers)

jthi_0-1646402282297.png

Also for colors you can see this "table" and also check out Specify Colors section for standard JMP Colors table

jthi_1-1646402291126.png

 

-Jarmo

Re: list of marker color symbols and sizes in jsl

I wrote a utility to help explore and understand colors in JMP.