Here's simple SGPLOT syntax.
proc sgplot data=Class;
scatter x=Height y=Weight / markerattrs=(size=8pt symbol=CircleFilled color=DarkRed);
run;
ODS RTF/SASReport destinations produces this:
ODS PDF/PowerPoint destinations produce something completely different:
Why are MARKER sizes interpreted differently by SASReport/RTF and PDF/PowerPoint? Especially strange is the differential behavior of the two MS destinations!
How do I get comparable output in different simultaneous ODS destinations?
Thanks,
Haris
If you haven't tried yet, specify the size in IN, MM or CM. I'm not sure that PT gets treated the same.
Also use the same ODS Style. The default for different destinations can change things.
Thanks, good suggestions! Unfortunately, it does not work. Specifying the size in cm/mm/in makes no difference. Specifying the same style for different ODS destination changes the appearance but not the marker size.
Markers in PDF and Powerpoint output look the same at SAS 9.4M2. Markers in RTF and LIsting look the same too, but smaller than first two, but not as much as your examples. We'll dig further.
Thanks Sanjay. I am running 9.4 TS1M0. Also may be relevant--I am running the syntax via Enterprise Guide, not SAS directly. Have not tried in SAS proper.
A defect has been fixed for this issue in SAS 9.40M3.
Good news! Thanks!
How do I get this? Is this a hot fix or a whole new release of SAS that would need to upgrade to? I don't know much about installations and my IT don't know much about SAS either.
Thanks,
Haris
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.