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.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

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
  • 749 views
  • 2 likes
  • 2 in conversation