BookmarkSubscribeRSS Feed
n6
Quartz | Level 8 n6
Quartz | Level 8
I'm using PROC GPLOT. If I use V=POINT in the SYMBOL statement the point is so small I can barely see it. If I use V=DOT in the SYMBOL statement the dot is way too big, especially since the plot has about a hundred data points.

How can I make SAS use a plotting symbol that is a dot but a small dot? You'd think this would be easy to do but I can't manage it. I see the list of plotting symbols in the SAS GRAPH book but I don't see anything for a small dot. I assume the online documentation is similar.
3 REPLIES 3
n6
Quartz | Level 8 n6
Quartz | Level 8
I've found a semi-fix. If I use V=. then it uses a period as a plotting point, which is much more visible then if I use V=POINT.
Bill
Quartz | Level 8
use the height= option in the symbol statement
n6
Quartz | Level 8 n6
Quartz | Level 8
That worked great. Thanks. As I suspected, the solution was something right in front of me.

SAS Innovate 2025: Call for Content

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!

Submit your idea!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 939 views
  • 0 likes
  • 2 in conversation