BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
proctice
Quartz | Level 8

Is there a way to get a heat map to display empty cells as just white cells? 

I get errors when I try to make a heat map with empty cells. 

 

1 ACCEPTED SOLUTION

Accepted Solutions
DanH_sas
SAS Super FREQ

This is what happens normally:

 

The SGPlot Procedure

 

proc sgplot data=sashelp.cars;

heatmap x=mpg_city y=msrp;

run;

 

Can you show us your example where it does not have that behavior?

 

Thanks!

Dan

View solution in original post

2 REPLIES 2
DanH_sas
SAS Super FREQ

This is what happens normally:

 

The SGPlot Procedure

 

proc sgplot data=sashelp.cars;

heatmap x=mpg_city y=msrp;

run;

 

Can you show us your example where it does not have that behavior?

 

Thanks!

Dan

proctice
Quartz | Level 8

This example helped me to see what I was doing wrong. Thanks. 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 675 views
  • 2 likes
  • 2 in conversation