Displaying 1 result from an estimated 1 matches for "reqdataindex".
2010 May 17
0
Re : append new line in existing graph
...;,".$Gender." <
/var/www/html/trends/newTrend.R");
In newTrend.R, I am plotting graph and save in pdf file using the below
code. It will create a pdf file with two line.
pdf(file="/var/www/html/trends/bmtrend.pdf", height=7.5, width=10.5)
g_range <- range(0,index , ReqDataindex)
plot(index, type="o", col="blue", ylim=g_range,axes=FALSE, ann=FALSE)
axis(1, at=1:7, lab=c(1:daycount))
axis(2, las=1, at=25*0:g_range[2])
box()
lines(ReqDataindex, type="o", pch=22, lty=2, col="red")
Now what I want do is: I want to execute shell_exe...