Displaying 1 result from an estimated 1 matches for "tp3250546p3250567".
Did you mean:
tp3250546p3250568
2011 Feb 01
4
How to Plot Two Curves Into One Page
I have a R script that contain these lines for plotting:
plot(foo,lwd=2,lty=3,col="red", main="");
plot(bar,lwd=2,lty=3,col="blue");
legend(0.6,0.6,c('Default','Probabilistic'), col=c('red','blue'),lwd=3);
But it generate 1 file (Rplot.pdf) with two pages. Each page for 1 plot.
Is there a way I can put them together in to one page?