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
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
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.