Hi all,
I have a more conceptual question to ask--what exactly is the difference between INSET statement and KEYLEGEND statement?
I want to create a legend outside of the individual graphs, but on the same panel. I think INSET could be utilized, but I saw that KEYLEGEND statement was available. What is the difference? Does it depend on what I want to do?
As a note, I am trying to create a legend that displays 'varname1 = Variable Name 1,' but I also want to know on a more fundamental level the differences.
Thanks y'all
An inset is used to add text to the plot. For example, on a histogram, you might want to add an inset that includes the text "Mean = 5.2" and "Standard Deviation 8.9".
The KEYLEGEND statement is used to identify graphical elements of the plot. It shows things like markers and lines, and identifies the categories associated with colors. It is used when you are overlaying multiple graph elements (scatter plots, series plots, band plots,....) but only you want the legend to show a few of the elements because the others are obvious from context or from explanatory text in the document. To include only some elements in the legend, use NAME= option to name itemd and then refer to those names in the KEYLEGEND statement.
The doc has examples of both. Here is a doc example for KEYLEGEND.
Here is a doc example for INSET.
Do you have additional questions on this topic? If not, you can close the thread by marking a correct answer.
SAS is headed back to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team.
Interested in speaking? Content from our attendees is one of the reasons that makes SAS Innovate such a special event!
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.