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!

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 30977 views
  • 5 likes
  • 4 in conversation