BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
cat123
Calcite | Level 5

I'm a beginning SAS user and want to know if there a way in proc sgpanel to have the "panelby" stack the graphs on top of each other instead of side by side?  If not, is there another way to do this?  Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
Jay54
Meteorite | Level 14

PANELBY statement has a LAYOUT option.  Use LAYOUT=ROWLATTICE..

View solution in original post

4 REPLIES 4
Jay54
Meteorite | Level 14

PANELBY statement has a LAYOUT option.  Use LAYOUT=ROWLATTICE..

cat123
Calcite | Level 5

Thanks so much!  Do you also know how to make less tick marks on the x axis? I have too many dates listed and they are all overlapping.  Or if there is a way to make the graph larger, that works too.  Thanks again!

Jay54
Meteorite | Level 14

You can set graph size using the WIDTH and HEIGHT option on the ODS Graphics statement.  You can adjust the tick by setting VALUES on the ROWAXIS or COLUMNAXIS statements.

ballardw
Super User

Also the Fitpolicy option on the axis statements may be of use.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 1135 views
  • 7 likes
  • 3 in conversation