BookmarkSubscribeRSS Feed
Garnett
Obsidian | Level 7

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!

1 REPLY 1
ballardw
Super User

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.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 629 views
  • 0 likes
  • 2 in conversation