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. 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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