Hi everyone,
I have produced a line plot in sas using the following code:
PROC GPLOT DATA=staff;
plot Incidences*NoCRStaff;
SYMBOL value=dot colOR=red interpol=j height=1;
RUN;
A line plot has been produced with dots connecting the lines. However, when i create a pdf file of this plot and try to import it into LateX the lines connecting the dots and the axis line disappear when I run it in LateX. When I open the graph as a pdf outside of Latex the lines still appear. Am I missing some code that should keep the lines in?
In addition, when I produce plots such as bar charts, the last few numbers on the x-axis disappear when I import the graph into LateX. Has anyone else had this problem/know how to fix it?
Thanks very much in advance for any help!
|
|