Weilbacher, John
2006-May-31 16:01 UTC
[R] FW: Graphical Limitiations of the (D)COM Server AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice
A sample picture of this issue: http://hera.pmcl.com/DMap/BeachFX/Bug.gif ________________________________ From: Weilbacher, John Sent: Wednesday, May 31, 2006 10:46 AM To: 'r-help@stat.math.ethz.ch' Subject: Graphical Limitiations of the (D)COM Server AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice I am having issues displaying Trellis Graphs using the AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice. The graph displays correctly in a default R window, but will not draw labels or data in the GraphicsDevice. Is there a workaround for this, or am I doing something incorrect. I can get the GraphicsDevice to display simple line graphs and such. Sample R Code: lPlot<-xyplot(Total~Week|CommodityCategoryDescription,dfVesselImportExpo rtByDockWeekCommodity,type="l",layout=c(4,2)) #Print to Default Device (AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice) print(lPlot) #Close the Default Device dev.off() #Print to Default Window print(lPlot) Thank you for you time, John Weilbacher [[alternative HTML version deleted]]