Message-ID: <1262616278105-998283.post@n4.nabble.com>
Date: 2010-01-04T14:44:38Z
From: cirtey
Subject: Plot graph
Hi;
I want to obtain this graphic.
http://n4.nabble.com/file/n998283/plot.gif
Instead whith my code :
par(mfrow=c(1,7),mar=c(0,0,0,0))
plot(EntreesMoyennesMensuelles2003, type="l",main="2003",col="yellow")
plot(EntreesMoyennesMensuelles2004, type="l",main="2004",col="red")
plot(EntreesMoyennesMensuelles2005, type="l",main="2005",col="blue")
plot(EntreesMoyennesMensuelles2006, type="l",main="2006",col="black")
plot(EntreesMoyennesMensuelles2007, type="l",main="2007",col="orange")
plot(EntreesMoyennesMensuelles2008, type="l",main="2008",col="purple")
plot(EntreesMoyennesMensuelles2009, type="l",main="2009",col="green")
I get this graph:
http://n4.nabble.com/file/n998283/plot1.gif
How can I fix that?
Thanks
--
View this message in context: http://n4.nabble.com/Plot-graph-tp998283p998283.html
Sent from the R help mailing list archive at Nabble.com.