I would like to create a graph similar to the one on the following page.
https://communities.sas.com/t5/Graphics-Programming/sgplot-vline-jitter-standard-error-bars/td-p/457327
In gplot, I can specify a skipping value with values in axis2 of goptions, but value = ('1' '4' '12' '14' '32' '34') In sgplot, specifying by xaxis does not work. Specifically, I have values in the x-axis that are not regular, like 1,4,12,14,32,34. I do not want to display any other labels. (With sgplot, if I only display certain labels, they will be equally spaced, but I want to avoid this. I would like them to be displayed on the same scale as the number line.)
How should we handle this in sgplot?
... View more