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 2024

Innovate_SAS_Blue.png

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. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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