Greetings- I've got some plots I'd like to include in a LaTeX document; specifically, I'd like to include them via pictex() so I can edit some of the particulars directly. However, an odd problem is coming up: a diagonal line is drawn from bottom-left to upper-right when using pictex(). This does not happen using X11() or postscript() with the same series of commands. Any ideas why this happens? If not, any references to PicTeX so I can figure out how to remove the line after writing the file? Thanks. ---------------------------------------------------------------------- Andrew J Perrin - Ph.D. Candidate, UC Berkeley, Dept. of Sociology Chapel Hill, North Carolina, USA - http://demog.berkeley.edu/~aperrin aperrin at socrates.berkeley.edu - aperrin at igc.apc.org -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Prof Brian D Ripley
2001-Mar-04 07:39 UTC
[R] diagonal line through plot when using pictex()
On Sat, 3 Mar 2001, Andrew Perrin wrote:> Greetings- > > I've got some plots I'd like to include in a LaTeX document; specifically, > I'd like to include them via pictex() so I can edit some of the > particulars directly. However, an odd problem is coming up: a diagonal > line is drawn from bottom-left to upper-right when using pictex(). This > does not happen using X11() or postscript() with the same series of > commands. > > Any ideas why this happens? If not, any references to PicTeX so I can > figure out how to remove the line after writing the file?It was a bug, which is already fixed in 1.2.2. Please upgrade.>From NEWS:CHANGES IN R VERSION 1.2.2 o The pictex() driver was drawing polylines incorrectly (PR#845). When something like this comes up it is worth consulting the R-bugs archive. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Seemingly Similar Threads
- rotated and/or greek mtext in pictex()?
- R ignoring quantile() in source()d file
- [OT] correspondence analysis w/ non-mutually-exclusive ca tegories
- [OT] correspondence analysis w/ non-mutually-exclusive categories
- How to coerce data frame elements into factors?