Hey All,
I want to code the following contour plot using SGplot because I need to backtransform the variables.
It was generated with this code:
ods output contourfitPlot=cntrssd;
proc plm restore=an.mod1272_21;
effectplot contour(x=depth y=tempst );
and the data looks like this:
Obs _PREDICTED _XCONT2 _XCONT1
1 0.16656 -3.28626 -1.38299
2 0.16345 -3.17094 -1.38299
3 0.16038 -3.05562 -1.38299
Does anyone know how to do this?
Thanks very much!
Here are a lot of examples with code:
https://blogs.sas.com/content/?s=contour
Keep a link to the site:
https://blogs.sas.com/content/graphicallyspeaking/
As it is a great reference for any graph you can think of.
SGPLOT does not support contours. But GTL does. Please see this sample:
Thanks All!
I wonder if SAS has a repository where it stores the code for its automatic plots?
Maybe there are too many choices for this?
Yes, the repository is the template library. See many of Warren Kuhfeld's books and blog posts for how to use graph templates, For a concise overview, see the SAS/STAT documentation on graph temp[lates.
For this contour plot example, I suggest the article "Create a contour plot in SAS."
Thanks all!
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.