Skip to content
Prev 12163 / 15075 Next

Poor plotting performance on Mac OS X

Hmm, you're not telling us much about where the time is being spent. Some more detailed timing using system.time() could be useful.

If it is a graphics device issue, I would expect almost everything in the final print(plt). You could try switching graphics device, e.g. to pdf() which should be pretty much the same on all platforms. You might also try creating PDF files on one machine and displaying on the other. 

-pd