search for: csaveplot

Displaying 2 results from an estimated 2 matches for "csaveplot".

Did you mean: saveplot
2008 Jun 03
5
savePlot() no longer automatically adds an extension to the filename.
...ndows' devices") if (filename == "clipboard" && type == "wmf") filename <- "" else fullname <- paste(filename, extension, sep=ifelse(extension=="","",".") ) ##added invisible(.External(CsavePlot, device, fullname, type, restoreConsole)) ##Modded } Steve E PS Yes, I took a while to upgrade from 2.6.x. Otherwise I'd have squeaked the day I upgraded - like I just did - 'cos I use savePlot a LOT. ******************************************************************* This e...
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...8-03-29 23:36:12.000000000 +0900 --- R/src/library/grDevices/NAMESPACE 2008-03-30 01:40:49.000000000 +0900 *************** *** 4,10 **** if(tools:::.OStype() == "windows") { useDynLib(grDevices, R_chull, ! PicTeX, PostScript, XFig, PDF, Cdevga=devga, CsavePlot=savePlot, Type1FontInUse, CIDFontInUse, R_GD_nullDevice) } else { --- 4,10 ---- if(tools:::.OStype() == "windows") { useDynLib(grDevices, R_chull, ! PicTeX, PostScript, XFig, PDF, PDFAnnotBox, PDFTextBoxInfo, Cdevga=devga, CsavePlot...