Hi ,
I am using two different proc gplot to create separate plots using by statement in each proc gplot and finally combining these two created outputs in to final ouput using proc greplay. Since i am using by statement in each proc gplot i am getting by value on each of the output, i have to mask this by value in one output created using gplot and have to display in other output using proc gplot , Since i am combining both the outputs using proc greplay , it is getting repeated. How to mask the by value in one output and display in other. I have also tried using option byval .
Also how to control the size of the text displayed using by value?
Thanks
Looks like data_null has answered your questions about suppressing the automatic by-title,
and then creating a custom title using the value of the by-variable.
There are a couple of ways to control the size of the text:
One is to use the goptions:
goptions htitle=16pt htext=10pt;
Another is to hard-code the size on the title statement:
title1 h=16pt "Title One";
title2 h=10pt "Title Two";
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.