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: '[email protected]' 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]] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
