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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 977 views
  • 0 likes
  • 2 in conversation