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
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.