BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
zhuxiaoyan1
Quartz | Level 8

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!

1 ACCEPTED SOLUTION

Accepted Solutions
DanH_sas
SAS Super FREQ

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

View solution in original post

4 REPLIES 4
Reeza
Super User

If you're using later versions, not sure when it was added, see the NOBORDER and NOWALL options on PROC SGPLOT statement. 

 

http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#p073bl97jzadkmn...

DanH_sas
SAS Super FREQ

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

zhuxiaoyan1
Quartz | Level 8
It works. Thank you very much!

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 30031 views
  • 5 likes
  • 4 in conversation