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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

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

View all other training opportunities.

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