saving a quartz-plot as pdf
From: Ferdinand Date: Sun, 18 Jan 2009 01:52:26 +0100
is there a command for exporting the current plot as a pdf-file?
I tried dev.copy(pdf) but it generated a pdf-file I couldn't open ("broken").
Try
quartz.save("my.pdf", type="pdf");