cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
Choose Language Hide Translation Bar
lala
Level IX

How to set color gradients for specified multiple columns stroke by stroke?

Thanks Experts!

dt=Open("$SAMPLE_DATA/Big Class.jmp");
ca="height1";w=Try(Length(as Column(Current Data Table(),ca)<<get name),0)>0;if(w<1,New Column(ca));Column(ca)<<Formula( height*1.1 );Current Data Table()<<run formulas;Column(ca)<<deleteFormula;

2025-06-08_11-43-38.png

10 REPLIES 10
lala
Level IX

Re: How to set color gradients for specified multiple columns stroke by stroke?

Thank jthi !
 first 

2025-06-09_10-35-29.png

Recommended Articles