BookmarkSubscribeRSS Feed
KevinViel
Pyrite | Level 9

Examples of Forest plots, such as

 

http://support.sas.com/resources/papers/proceedings15/SAS1748-2015.pdf
http://blogs.sas.com/content/graphicallyspeaking/2013/01/05/subgrouped-forest-plot-with-font-attribu...

 

demonstrate that an AXISTABLE can be in the INNERMARGIN of a LAYOUT such as OVERLAY.  In the case of Forest plots, the plot itself has no Y value.  Thus for plots like scatter or needle plots, it does not seem possible to stack them, except by issuing a LAYOUT OVERLAY statement for each, in which case the "Y" has but one possible value.

 

Is this correct or am I overlooking something?

 

Thank you,

 

Kevin

1 REPLY 1
Jay54
Meteorite | Level 14

This is correct.  INNERMARGIN can stack plots placed in it, but only accepts statements where the needed height (or width) can be computed by the software, such as graphs with text items only in 1-D.  These include BLOCKPLOT and AXISTABLE.  Technically, 1-D horizontal Box plots would qualify, but these are not yet supported.

 

You can use a LAYOUT LATTICE with multiple rows with LAYOUT OVERLAYS, and place such 2-D graphs in individual rows.  You will have to set the row-weights yourself.

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
  • 1 reply
  • 777 views
  • 2 likes
  • 2 in conversation