Scaling data point size without rescaling spacing
Hello!
I have some scatter plots saved as .eps files (from Matlab). There are several objects when I open the files: the axes, axis labels, data point outlines, and data point fills. The data points all live in a group together. I would like to be able to select that group of data points and rescale their size. For example, if the points are circles and the circles are 10 pixels wide in diameter, I'd like to take all the data points and rescale their diameters down to 5 pixels wide. I cannot simply transform the data points and scale them to 1/2 because that shrinks the whole group - i.e. the spacing between the data points also shrinks. Is there a way to keep the centers of each of the data points fixed while commonly scaling the size of each marker?
Thanks in advance!

