Greetings!
My goal is a panel plot with distinct y-axis scaling for each panel.
-I can do this with LAYOUT LATTICE and a macro to create each panel, but this seems inefficient.
-I can create a LAYOUT DATAPANEL with one column and several rows, then COLUMNDATARANGE=, but this is unwieldy for the viewer with more than three panels.
Can I create this plot in conjunction with LAYOUT DATAPANEL?
Is there a non-GTL solution?
Thanks in advance!
Not much detail, such as just how many panels you envision or what goes in them, i.e number of variables or type of plots.
There is an example program in the example for LAYOUT DATAPANEL that has 3 rows of graphs with 4 in each row and each row has a separate y-axis scale by using the ROWDATARANGE=UNION
Proc SGPANEL might work. Set the Panel BY to have a single column and then set UNISCALE=Column. Then each row has it's own y-axis scale.
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
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.