cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Maureen
Level III

is there a way to color a contour plot with a category of data?

I'm creating a contour plot with 3 groups of numerical data.  I also have categories that these different data are grouped into.  Is there any way to create a custom color scheme that follows the categories of data in the groups assigned so that I can see where the categories sit in this contour of the three numerical series?

2 REPLIES 2
cwillden
Super User (Alumni)

Re: is there a way to color a contour plot with a category of data?

If I understand your question correctly, you could split the response by the categorical factor so you have a different response column for each category.  Then when you create the contour plot for each response, you should get unique colors for each response column.

-- Cameron Willden
gzmorgan0
Super User (Alumni)

Re: is there a way to color a contour plot with a category of data?

Maureen, I believe Cameron answered your question. If you open teh JMP sample data table Iris.jmp, there is a GraphBuilder Contour plot script that produces this graph

image.pngimage.png

Below is and example of sample data LittlePond.jmp's contour plot with an added column called Sea leve, that is "Below" when z < 0 and "Above" when z >=0.

image.pngimage.png 

Recommended Articles