In proc sgpanel, i have made a lattice of plots, 7 rows and 4 columns. I would like all of the rows but one to have the same y-axis values. Is there a way to define the y-axis row by row? When I let SAS decide the axis values automatically, 6 out of the 7 rows have similar but differing axis values. i want to make these uniform, but then allow the 7th row to have a very different set of axis values. thank you in advance for any help!!
You are likely better off doing the six similar ones in SGPANEL with a common rowaxis and then do the other value in a separate plot where you would get a different row axis.
If the rows reflect a common variable then use a WHERE statement to select the values of the variable for the six similar ones. Then in a separate SGPanel a different where to select only the single value. Adjust the row/ column lattice structure to match in the panel by.
thanks for the reply!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.