BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
data_null__
Jade | Level 19

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.

 

 

 

Capture.PNG

1 ACCEPTED SOLUTION

Accepted Solutions
DanH_sas
SAS Super FREQ

Th BIHISTOGRAM3DPARM does not current;y support the COLORRESPONSE option. Could you use the SURFACEPLOTPARM with COLORRESPONSE option to get a similar display?

View solution in original post

3 REPLIES 3
DanH_sas
SAS Super FREQ

Th BIHISTOGRAM3DPARM does not current;y support the COLORRESPONSE option. Could you use the SURFACEPLOTPARM with COLORRESPONSE option to get a similar display?

data_null__
Jade | Level 19

 


@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?

ballardw
Super User

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.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1365 views
  • 0 likes
  • 3 in conversation