Does anyone know of a reference that details the complete syntax of ALL SAS graph options?
Procs such as univariate, boxplot, etc, list the available graph options, such as "lgrid=x", but I can't find a dictionary that will list each "x" and their meanings.
Thanks.
This page of SAS/Graph line types Dan posted ... it is one of the few pages I have printed off, and taped to the wall beside my desk! 🙂
(along with SAS/Graph annotate coordinate systems, a US map with the lat/long grid overlaid, and a few others)
This is probably the closest you may find, or at least give you an explanation.
I believe most of the proc are now using GTL under the hood to create the graphics so you can usually get the code/template and customize as desired.
GTL is documented here:
Otherwise, please feel free to ask any questions.
I would also recommend staying away from any procs such GCHART, GPLOT or PLOT. They're pretty old and you'll get much better quality graphs from SGPLOT and the SG procedures.
@Angela53 wrote:
Does anyone know of a reference that details the complete syntax of ALL SAS graph options?
Procs such as univariate, boxplot, etc, list the available graph options, such as "lgrid=x", but I can't find a dictionary that will list each "x" and their meanings.
Thanks.
Thanks, I'll take a look and try to find what I need.
@Angela53 wrote:
Nope. No ODS. Like I said before, I am an old time user (30+ years) so the most practical thing for me to do is to recycle traditional graphs with goptions.
Can't find manuals for line type etc any more.
The ref you sent me is not clear either anyway.
You're being almost too specific 🙂
The SAS Graph documentation covers the options, I can't find any reference to lgrid=x so I have no idea what you're referring to there. And you mentioned PROC UNIVARIATE and such at the beginning and those graphics are switching to ODS so that's why I referenced those.
The SAS/GRAPH documentation covers line styles, axis statements. I find it easier to navigate than previously but I can see how it would be hard to navigate as well. I don't know where line type falls under, because it varies depending on the statement being used.
Line Type?
SAS\GRAPH
This page of SAS/Graph line types Dan posted ... it is one of the few pages I have printed off, and taped to the wall beside my desk! 🙂
(along with SAS/Graph annotate coordinate systems, a US map with the lat/long grid overlaid, and a few others)
Great site for refs. Already helped me prepare for a very important presentation. Thanks.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.