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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.