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.

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

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