BookmarkSubscribeRSS Feed
Josh916
Calcite | Level 5

Is there an analogue for a discrete (categorical) heatmap in sas viya, that in sas can be done with the following syntax:

 

 

  proc sgplot data=<data>;
  heatmapparm x=<x> y=<y> colorresponse=<c> / colormodel = (<cml>);
  run;

 

 

?

2 REPLIES 2
Josh916
Calcite | Level 5

Dear Madelyn, thank you for your reply. Does this also work for categorical data? In the manual ("Axes Items") it seems there is only an option for continuous data.

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

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 992 views
  • 0 likes
  • 2 in conversation