Dear community, I have produced a scatter plot using proc template and proc sgrender, with x-axis in log scale using: layout overlay/ xaxisopts=( type=LOG LOGOPTS=(base=10 minorgrid=false minorticks=true viewmin=1 viewmax=10)) The feedback I got was that I must show also the observations with negative samples. So the x-axis should look like this: How can I achieve this?? Many thanks for your support
... View more