search for: dgplot

Displaying 1 result from an estimated 1 matches for "dgplot".

Did you mean: ggplot
2004 May 27
2
no transparent background in bmp
...ht=1024, pointsize=10, bg="transparent") # these are lattice plots. plot them in a 3x2 matrix print( hgqqplot, position=c(0.0, 0.66, 0.5, 1.0 ), more=TRUE ) print( hgplot, position=c(0.5, 0.66, 1.0, 1.0 ), more=TRUE ) print( dgqqplot, position=c(0.0, 0.33, 0.5, 0.66 ), more=TRUE ) print( dgplot, position=c(0.5, 0.33, 1.0, 0.66 ), more=TRUE ) print( cwgqqplot, position=c(0.0, 0.0, 0.5, 0.33 ), more=TRUE ) print( cwgplot, position=c(0.5, 0.0, 1.0, 0.33 ), more=FALSE ) dev.off() I've tried white, no argument at all, transparent, etc. and all yield the same results. Is this broken, or a...