cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
TDK_Long
Level III

How to color part of the plot

Hi Guys, 

 

I have the following plot captured from others, it has two different colors blue and red at two local area. This is very useful to highlight the areas. Could someone advise how to color the plot like this. Thanks a lot. 

 

TDK_Long_0-1737414953064.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: How to color part of the plot

A column named Root Strut Flag has the value of 1 for the rows in the data table that are to be colored red, and a 2 for the rows in the data table that are to be blue.  Then in Graph Builder, the column Root Strut Flag is dragged and dropped in the Color drop area.

Jim

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: How to color part of the plot

A column named Root Strut Flag has the value of 1 for the rows in the data table that are to be colored red, and a 2 for the rows in the data table that are to be blue.  Then in Graph Builder, the column Root Strut Flag is dragged and dropped in the Color drop area.

Jim
TDK_Long
Level III

Re: How to color part of the plot

Hi Jim,

 

Thank you for the solution. Adding another column makes sense. 

Recommended Articles