BookmarkSubscribeRSS Feed
ryan_ladhs
Calcite | Level 5

Hi SAS fellow SAS Users -

 

I am stuck trying to add a dashed line to a solid line graph. The graph I currently have is attached. Each line is supposed to represent a different worker, but because there are 16 different workers the colors repeat themselves. Is there a way to add a dashed line to differentiate the workers that have the same color? Line Graph.PNG

 

Thanks for your help! 

 

1 REPLY 1
PGStats
Opal | Level 21

A flexible and relatively simple way to associate visual attributes to data groups (e.g. workers) in a SGPLOT, SGSCATTER or SGPANEL graph is with an attribute map. Read all about it here:

 

https://documentation.sas.com/?docsetId=grstatproc&docsetTarget=p1con7tfhpg3ytn1w2tmh2em34ze.htm&doc...

PG