search for: postcript

Displaying 20 results from an estimated 56 matches for "postcript".

Did you mean: postscript
2009 Jun 11
2
Postcript font size
Hello I'm doing a number of plots and in all of them I'm specifying the same font size. However, comparing one plot to the other, they have fonts of different sizes, so it appears some scaling is being done. I tried using both postcript(pointsize = ...) and par(ps = ...), but the results were the same. Is there a way to specify a font size that is consistent among calls to plot()? Thanks, Andre
2010 Oct 28
2
How to enable Arial font for postcript/pdf figure on Windows?
Hi, I need to generate some figure using the Arial font as a requirement for PLoS. Following their guidelines, I have converted the windows font files arial.tff files to .afm using tff2afm (exec file from MikTeX), but when I try to generate a postcript file, the postcript device does not recognize the .afm files. The code I use to test the new font is the following: postscript(file="try.ps", horizontal=F, onefile=F, width=4, height=4, family=c("C:/MyDoc/arial.afm", "C:/MyDoc/arialbd.afm", "C:/MyDoc/ariali.afm&...
2006 Oct 03
1
postcript file / xyplot function [Broadcast]
...") should make things simpler. Regards, Matt Wiener -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of jessica.gervais at tudor.lu Sent: Tuesday, October 03, 2006 8:00 AM To: R-help at stat.math.ethz.ch Subject: [R] postcript file / xyplot function [Broadcast] Hi, I would like save a curve in a postscript file. It when I use a common "plot" function (plot) postscript(file="file.eps") plot(x,y) dev.off() It's not working with the "xyplot" function (lattice package). postscript(fi...
2003 Dec 18
0
Re: [R] R GUI dies using postcript() in Windows XP Pro (PR#5910)
...ed and saw the crash. I'll see if I can track it down. Duncan Murdoch > >The code seems to stop at the call to plot() in the code below, and then >MS's error reporting window pops up and informs us that rgui has been >closed. > >Note that the same code, but without the postcript() and dev.off() >commands works as expected to produce the plot on a windows device. > >Any ideas as to what is going on? > >All the best, > >Gav > >#code to run to reproduce the problem >year <- c(1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, >19...
2004 Mar 15
11
creating a ps. file
Dear all I wrote a routine. At the end of each cycle of the loop I would like to save the result (plot) in a postcriptfile. Of course if I just use dev.print in the following way: dev.print(device=postcript, 'c:/Rfigures/plot_1.ps") I overwrite my results with the second cycle of the loop. I suppose there is a way to define the file name so that several plots are created(plot_1,plot_2...). Could you gi...
2003 Dec 18
3
R GUI dies using postcript() in Windows XP Pro
...year 2003 month 10 day 08 language R But this also happens in 1.8.1 on Windows XP Pro The code seems to stop at the call to plot() in the code below, and then MS's error reporting window pops up and informs us that rgui has been closed. Note that the same code, but without the postcript() and dev.off() commands works as expected to produce the plot on a windows device. Any ideas as to what is going on? All the best, Gav #code to run to reproduce the problem year <- c(1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002) avgMsr <- c(...
2011 Nov 05
1
How to infer default width and height for a device?
...now of. POSTSCRIPT SPECIFIC: If not, I'm considering implementing such a method myself. Is it possible for R to infer the default 'width' and 'height' for the *postscript* device, or is this defined outside of R? I've noticed that they are not defined by the arguments to postcript(): > args(grDevices::postscript) function (file = ifelse(onefile, "Rplots.ps", "Rplot%03d.ps"), onefile, family, title, fonts, encoding, bg, fg, width, height, horizontal, pointsize, paper, pagecentre, print.it, command, colormodel, useKerning, fillOddEven) and...
2010 Nov 16
1
problem with PDF/postcript, cannot change paper size: "‘mode(width)’ and ‘mode(height)’ differ between new and previous"
Hi, The pdf function would not let me change the paper size and gives me the following warning: pdf("figure.pdf", width="6", height="10") Warning message: ?mode(width)? and ?mode(height)? differ between new and previous ==> NOT changing ?width? & ?height? If I use the option paper = "a4r", it does not give me a warning but still prints on a
2005 Jun 27
1
problem with postcript() and umlauts
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I am running R 2.01 on SuSE 9.2 and I use GNU-Emacs and ESS. When using umlauts like ?? ?? ?? ?? for e.g. plot titles , I enter them directly in the code, like plot(seq(from=-4,to=4,length=100),dnorm(seq(from=-4,to=4,length=100)),main="Gau??-Verteilung") I get a dotted box just after the "Gau" and before the "??"
2005 Mar 09
3
Decimal point as a comma in postcript and pdf graphics
Hi, after a lengthy but unsuccessfull search I couldn't come up with a solution to the following problem: I would like to have a "comma" instead of a "point" as the decimal point in my graphics, i.e. postscript and pdf files, for I write my thesis in German. My system is: OS: Debian Unstable R-Version: 2.0.1 System locale: de_DE at euro Could someone, please, help
2010 Feb 24
4
R Graphics into Latex‏
Hi, I'm new in Latex and I'm trying to include an R chart into a Latex document. This is what I'm doing: 1) In R: save the chart as a a Postcript in a folder C:/xxx/Density.eps 2) In Latex (using TexWorks on windows xp) : In the preambule: \documentclass[11pt]{article} \usepackage{graphicx} \begin{document} blah..blah…blah \begin{figure} \centering \includegraphics{C:/xxx/Density.eps} \label{fig:Density} \end{figure} --This is the Erro...
2001 Nov 13
2
plotting text tables
Could anyone provide me a function to plot text tables (formatted) in a graphical device (ie postcript) ??? Thanks in advance Michael -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 subjec...
2005 Mar 09
3
function in order to plot the same graph to postscript and pdf
Hi, I've written a function in order to plot the same graph in a postcript and in a pdf file. Unfortunately, the second graph is always empty, i.e.: plot.both <- function{myplot, filename}{ pdf(file=paste(filename, ".pdf", sep="")) myplot dev.off() postscript(file=paste(filename, ".eps", sep="")) myplot dev.off()...
2001 Dec 10
1
Postscript resolution
Hi all I have some plots that I wish to write out to postcript files. I open the postscript device as suggested [postscript(file="foo.eps",...)], run my plotting commands, and close the device as suggested [dev.off()]. However, when I open the eps files in a postscript viewer such as the gimp, the resolution of the postscript images is *really*...
2006 Sep 11
1
plotting curves
...the only difference is in the actual display of the curves I've plotted. I've noticed that in R all curves are pixelated, regardless of howmany points I use. Is there anything I can do to smoothen these graphs so that they are no longer pixelated? I've tried saving it as a metafile, postcript, etc., and although the I've been able to increase the resolution, I haven't been able to fix the pixelation. Thanks for your help, Aldo
2010 May 22
1
Lattice Wireframe Plot into LaTex
Dear R/LaTex user, I'm simply trying to include a plot created with the Lattice wireframe function into LaTex. I have no problems including other R plots into LaTex by exporting as a Postcript and then including the graph in LaTex using \begin{figure} % Requires \usepackage{graphicx} \includegraphics[width=]{mygraph.eps}\\ \caption{}\label{} \end{figure} However, for some reason when I do this with a wireframe plot I can see the plot area in LaTex but not the plot itself. I'v...
2007 Jul 15
1
How to disable wine postScript driver?
...generic text only printer from the windows printers. And to change the spool y created this reg keys: [Software\\Wine\\Printing\\Spooler] 1184529841 "LPR:Epson"="|lpr -l" "LPT1:"="/dev/lp0" The printer in ubuntu have the raw driver. The printer prints the postcript commands in the printer in text mode i downloaded the ESCP2G9.DRV (generic 9 pin driver from epson) but i can't make it work How can i make this work? thanks in advance Federico Ramallo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipe...
2007 Jan 26
2
officejet 7310
Has anyone gotten centos 4 to print on an officejet 7310? I have tried jetdirect with pcl and postcript no go... I have tried smb but it does seem to be browsable as its not listed and when I specify I enter the IP address for server and I dont know what the share is. Windows XP connects and prints fine. THanks, Jerry
2002 Aug 20
1
Jpeg files dynamically but multiple figures (e.g xyplot (grid/lattice))...
...generating jpeg/bmp or png files when using xyplot (grid/lattice libraries) and the output is displayed in more than one window and its you do no have the control over the multiple figures except for allowing them to be displayed (par(ask=T/F)). I know that there are alternatives like the pdf and postcript commands or even the obvious one to capture the different windows manually, but is any other way to capture it dynamically ?. Thanks in advance, Carlos. P.S: Attached are the details of the R version I have. +++++++++++++++++++++++++++++++++++++++++ > R.Version() $platform [1] "i386-pc...
2002 Jan 16
1
Postsript/Lattice interaction
Hello -- I'm using R-1.4.0 on a PC running SuSE Linux 7.1. Following Christian Ritter's announcement this morning, I downloaded the new versions of lattice and grid. I find that loading the lattice library causes postcript() to include a blank first page when creating a file. Like this: > # Create regular postscript file of a plot > postscript(file="anyplot.ps",horizontal=FALSE, paper="letter") > plot(any.data) > dev.off() > # So far so good -- a one page plot. > # Now load l...