Hi I used the following code to generate scatter plot ods graphics on; proc corr data=bpanl nocorr nosimple plots=scatter; var var1 var2; run; ods graphics off; Could anyone suggest how to remove the attached part . I have already inlcuded nosimple in the code but still it shows up before the scatter plot 2 Variables: VAr1 var2
... View more