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;
?
Visual Analytics definitely enables you to create a heatmap
https://go.documentation.sas.com/doc/en/vacdc/v_030/vaobj/p1gx611umw5ejgn1fbhncd2o1nlp.htm
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.