xxxxxxxxxx
print(r.eval("""
svg(filename="Rplots.svg",width=6.5,height=4,
pointsize=12,onefile=T,family="sans",bg="white",
antialias=c("default","none","gray","subpixel"))
col.lst<-c("skyblue","red2","coral","orchid3",
"bisque","tan","green3","blue4")
plot(1:8,rep(1,8),axes=FALSE,pch=15,cex=8,
col=col.lst,xlab=NA,ylab=NA,xlim=c(1,8))
axis(1,at=1:8,labels=sprintf("%s",col.lst),
col="white",cex.axis=0.9,padj=-18)
dev.off()"""))
No comments:
Post a Comment