Ok...probably a simple problem, but driving me bonkers. I am creating a GPLOT/PLOT output and sending to ODS PDF. The end result has a thin black border around the graph. How do I get rid of it? I tried using 'noframe' as a plot option in the gplot, but to no avail. thanks.
I don't understand your problem
see following code without any black border
[PRE]
ods pdf file="d:\temp\frameblack.pdf" ;
goptions reset=all vsize=10 cm hsize=15 cm;
proc gplot data=sashelp.class;
plot weight * height/noframe;
run;
quit;
ods pdf close;
[/PRE]
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Registration is open
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss. Register now and lock in 2025 pricing—just $495!