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
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.