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
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.