I need to remove black line (red lines are highlighted just for reference to refer black line). I need side by side plot not overlay plot.
... View more
Hi, I am using below code: PROC SGPANEL data = dummy noautolegend ; PANELBY day / noborder ; SERIES x = T y = C/ LINEATTRS = (COLOR = black PATTERN = 1); SCATTER x = T y = C/ MARKERATTRS = (SYMBOL= circlefilled) ; run; I have attached the required output in whihc I have highlighted the Line (I need to remove-black line) in red color. please let me know if we can get similar output.
... View more
Hi, I am using PROC SGPANEL to create a Line plot and I don't need parallel Y and X axis. How could it can be avoid? Thanks Regards, Priyanka
... View more
Thanks Anca, I do'nt need it for header. For e.g. you have age variable and values as 23\Y, 45\Y in dataset. I used the same syntax but 23\Y is not reflecting in RTF. instead of \ its showing sybol shaped Y. Sorry if I was not clear earlier. Thanks, Priyanka
... View more
Hi, I have a variable content value as a test\reference. I want to print that value in RTF but instead of print slash (\) its prints some symbol between test and refernce. Does any one help to print the back slash. I am using proc report. Thanks
... View more