BookmarkSubscribeRSS Feed
elosse
Calcite | Level 5

Hi, I am trying to create a graph using proc template and sgplot where I need 13 lines with 13 different colors.  I am using the "style GraphData# from GraphData# ..." setup.  I've tried to find out if there is a GraphData# limit and have not found anything yet that specifically states a limit but what I did find would indicate a maximum of 12.  Is 12 actually the maximum and can anything be done to be able to have more than 12?

2 REPLIES 2
Jay54
Meteorite | Level 14

There is no limit.  Most SAS shipped styles include 12 elements for groups, but you can define more (or less).  Derive a new style using proc Template, and derive your own style and add more consecutive elements.  The list of attributes is only as long as those "consecutively" defined. 

If you are using SAS 9.4 (or later), you do not need a new style and you can define these lists of attributes in the STYLEATTRS statement in SGPLOT or in BEGINGRAPH in GTL. 

elosse
Calcite | Level 5

Thank you Sanjay.

SAS Innovate 2025: Call for Content

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!

Submit your idea!

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
  • 2 replies
  • 949 views
  • 3 likes
  • 2 in conversation