I'm using proc sgplot (v9.4) to create box/scatter plots and wish to create a separate companion bar (or line) graph below using the same x-axis but using frequencies along the y-axis to produce a single figure. I'm inserting an example of what I want to do. Can someone suggest a way to do this? Thanks.
The best way to do this is using GTL. See this paper to get started.
http://support.sas.com/rnd/datavisualization/papers/sgf2014/096-Matange_final.pdf
See "Multi-Cell layouts" starting page 9.
ok, thank you Sanjay
GTL and PROC template can do this.
See page 9 here, it’s not the exact same but it shows you the idea.
http://support.sas.com/resources/papers/proceedings14/2342-2014.pdf
@wcw wrote:
I'm using proc sgplot (v9.4) to create box/scatter plots and wish to create a separate companion bar (or line) graph below using the same x-axis but using frequencies along the y-axis to produce a single figure. I'm inserting an example of what I want to do. Can someone suggest a way to do this? Thanks.
great, thank you Reeza
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.