BookmarkSubscribeRSS Feed
tbardsley
Calcite | Level 5

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!! 

2 REPLIES 2
ballardw
Super User

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.

tbardsley
Calcite | Level 5

thanks for the reply!

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

Tips for filtering data sources in SAS Visual Analytics

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.

Discussion stats
  • 2 replies
  • 935 views
  • 0 likes
  • 2 in conversation