saving a quartz-plot as pdf
Am 18.01.2009 um 03:04 schrieb Steve Revilak:
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");
I get a syntax error ... (Release Version 1.23)