@BayesBeatsFreqs wrote: Ok, more detail: var1 and var2 are continuous, and var3-var5 are categorical with lets say two levels each, so a total of eight groups. How to show all eight groups on one figure? Each variable (var3-var5) should be identified by one of the following: symbol, symbol size, symbol color.
Proc sgplot will allow multiple plots to overlay on a single graph. Mixing some types is limited and may require you to modify your data bit depending what type of display you want for categorical. To display Scatter, series or similar plots with "categorical" really depends on what you want as there are limits at to what can be displayed on a single plot together.
Show you need to show what you might want or perhaps wonder around here to look at examples with data and code from multiple procedures: https://support.sas.com/en/knowledge-base/graph-samples-gallery.html
... View more