The symbols in my scatter plot are cut off at the edges of the plot
area as in this image:
http://coreplot-discuss.googlegroups.com/web/scatter-cutoff.png?gsc=g1zHGgsAAABhXLSDgjGpE74e9tY-cA-G
I tried making the X-axis wider, but it seems impossible to get the
leftmost and rightmost tickmarks centered unless the range is extended
by a 1.0 on either side. (In this case, I would have to change the
range from [0,5] to [-1,6]).
However, this wastes too much space on the screen. I tried extending
the range by less than 1.0 on either side (for instance [-0.5, 5.5])
but for some reason the distance between the leftmost tickmark and the
origin is not the same size as the distance from the rightmost
tickmark to the right edge of the graph.
Please let me know if there is a workaround for this. Thanks.