BookmarkSubscribeRSS Feed
tal83
Calcite | Level 5
Hi!
Here's my code- for the 3 values of stat_id I get 3 overlay plots.
When I run this i get an automatic legend of the 3 colors of stat_id.
I can cancel that automatic legend by creating my own legend,
BUT how can I have a graph with no legends at all?

Thanks,
Tal

proc gplot gout=hh.no_legend data=hh.jan_03_excel;
plot O3*d=stat_id /vaxis = axis2 haxis=axis1 /*LEGEND=LEGEND1*/ name="O3 January 2003.gif";
where day in (5,6,7,8,9,10,11,12);
run; quit;
3 REPLIES 3
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
How about NOLEGEND? Suggest a Google search against the SAS support website for details.

Scott Barry
SBBWorks, Inc.
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Suggested / recommended DOC reference to bookmark:

SAS/Graph Reference: Introduction to SAS/GRAPH Software
http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a000696038.htm

Scott Barry
SBBWorks, Inc.
tal83
Calcite | Level 5
Thanks!

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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