I use proc sgplot to make a graph. I don't want the border around the graph. Is there a way to get rid off the border? Thanks!
If you are trying to get rid of the border around the entire graph, you can use the NOBORDER option on the ODS GRAPHICS statement.
ods graphics / noborder;
Hope this helps!
Dan
If you're using later versions, not sure when it was added, see the NOBORDER and NOWALL options on PROC SGPLOT statement.
If you are trying to get rid of the border around the entire graph, you can use the NOBORDER option on the ODS GRAPHICS statement.
ods graphics / noborder;
Hope this helps!
Dan
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!
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.