Hi All,
I'm using Proc Template to change the style of an sgplot, however with the below code the border colors aren't changing and I need to know how to add the code in to change the color of the text to white.
Proc Template;
define style styles.defstyle;
parent=styles.default;
style body from body /
backgroundcolor=white;
class graphgridlines /
contrastcolor=white;
class graphbackground /
color=dabg;
class graphwalls /
color=dabg;
end;
run;
this is the current output
any help appreciated.
Thanks Cynthia thjat pointed me in the right direction and am now customizing the look of my graphs.
Cheers
Dean
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.
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.