I'm using Proc Template (Layout Lattice) and wonder if there is a way to to change the color of my axes. Thank you.
Yes, it is possible to change the color of your axes when using Proc Template with Layout Lattice. To accomplish this you will need to use the LAYOUT AXIS statement in the same way as with Proc GChart. For example, to change the color of the left axis to purple, you would use the following code:
layout axis=left color=purple;
Yes you can; but the code for doing that depends on whether your axes internal to each cell or external for each row and column. Can you show us your template (or at least a reduced version that shows your layout structure and layout options)?
Thank you for your answer. Enclose is my program with the relevant Proc Template.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.