search for: quartzsave

Displaying 1 result from an estimated 1 matches for "quartzsave".

2010 Feb 11
1
Sweave, lty = 3 line incorect in pdf output
...g lwd = 3. The dotted line is correct in a quartz window and if I save the Quartz window to a pdf and include it in the tex document, then the dotted line is there at the correct line width. Here is a short example, using the Stex convention for Sweave. I saved the quartz window in a file called quartzSave.pdf after running the document through Sweave a first time without the \includegraphics{quartzSave} line. \documentclass[10pt]{article} \usepackage{graphicx} \begin{document} Test of lty = 3 argument. \begin{Scode}{fig=TRUE,eps=FALSE} x <- 1:10 plot(x, type = "l", lty = 3, lwd = 3)...