I would like to create figures like the picture below. I have gotten pretty close with bihistogram3dparm and headmapparm
layout overlay3d / cube=false zaxisopts=(griddisplay=on);
bihistogram3dparm x=risk0 y=ldl0 z=_freq_ / display=all;
endlayout;
Is it possible to color the bars in the 3d histogram as below. Sort of a 3d histogram heatmap.
Th BIHISTOGRAM3DPARM does not current;y support the COLORRESPONSE option. Could you use the SURFACEPLOTPARM with COLORRESPONSE option to get a similar display?
Th BIHISTOGRAM3DPARM does not current;y support the COLORRESPONSE option. Could you use the SURFACEPLOTPARM with COLORRESPONSE option to get a similar display?
@DanH_sas wrote:
Th BIHISTOGRAM3DPARM does not current;y support the COLORRESPONSE option. Could you use the SURFACEPLOTPARM with COLORRESPONSE option to get a similar display?
Hi Dan,
Thanks for this info I will try SURFACEPLOTPARM. Is there any way (attrmap?) to color the bars in the BIHISTOGRAM?
If a plot statement does not have either an ATTRID or RATTRID option to identify the attribute map to use I don't believe it will use an attribute map.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.