Full_Name: Andrew Robinson Version: 2.0.1 OS: FreeBSD Submission from: (NULL) (211.28.168.242) Certain plot elements echo NULL when they are set. For example,> plot(1:10,1:10) > axis(1)NULL> mtext("test")NULL>In previous versions the functions were silent.
ligges@statistik.uni-dortmund.de
2005-Jan-03 09:26 UTC
[Rd] Plot elements echo NULL (PR#7466)
andrewr@uidaho.edu wrote:> Full_Name: Andrew Robinson > Version: 2.0.1 > OS: FreeBSD > Submission from: (NULL) (211.28.168.242) > > > Certain plot elements echo NULL when they are set. For example, > > >>plot(1:10,1:10) >>axis(1) > > NULL > >>mtext("test") > > NULL > > > In previous versions the functions were silent. > > ______________________________________________ > R-devel@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-develThis has been reported by Peter Dalgaard in PR#7397. Please check whether a bug has already been reported before submitting a new report. Uwe Ligges