Displaying 1 result from an estimated 1 matches for "grobler".
Did you mean:
grabler
2006 Sep 03
4
How can I fit the secondary y axis legend on my graph?
Dear All,
Having a bit of trouble with plotting two y variables on the same
graph. I cannot manage to get the secondary y axis label on to the right
of the axis - it gets plotted beyond the graphic window I assume?! The
way I constructed the graph is thus:
plot(data[,3],data[,2],axes=F, type="b") ## plots my data from two
data colums without axes - fine
axis(1, at=data[,3])