I am running SAS 9.3 and try to get the title centered.
I have very large formatted values on the y-axis, so the data area is very small on the right side.
If I use
title j=c "titletext"
it does not happen. Title is only centered above the graph box.
If I use
title j=l "titletext"
the title appears left bound.
Thanks for your help,
Carol
Starting in SAS 9.4, "j=c" gives you what you want.
title "titletext"; --- centers over the data area
title j=c "titletext"; --- centers in the graph
Dear Dan!
Thank you for this quick answer. But is there any way do to it in SAS 9.3?
I just found out how to center the title over graph area: if it is too long to fit over the data area it will suddenly be centered over the graph area... so adding blanks can help forcing this centering.
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.
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.