similar to: R graphics and dpi

Displaying 20 results from an estimated 200 matches similar to: "R graphics and dpi"

2001 Sep 24
1
Printing Central European characters
Dear R-users, I have problems with printing Central European (CE) characters (e.g. {\H o} and {\H u}) in graphics made by R. After executing the following code I can see the CE characters with gv on my screen, but I cannot print them on a postscript printer. > postscript(file="proba.ps",enc="ISOLatin2.enc") > plot(0:15,0:15,type="n") > grid(15,15,lty=1)
2005 Jan 21
6
Avoiding a Loop?
Dear R-Helpers, I have a matrix where the first column is known. The second column is the result of multiplying this first column with a constant "const". The third column is the result of multiplying the second column with "const"..... So far, I did it like this (as a simplified example): nr.of.columns <- 4 myconstant <- 27.5 mymatrix <- matrix(numeric(0), nrow=5,
2005 Aug 02
2
asterisk@home newbie extensions always busy
hi list, I'm running a newly installed asterisk@home an i registered two soft phone. both soft phone are registered 8901/8901 x.x.x.x D 255.255.255.255 50710 Unmonitored 8900/8900 y.y.y.y D 255.255.255.255 6281 Unmonitored but when I call one another, they are always busy and directed to its voicemail Sorry, if this was posted before TIA
2005 Mar 22
5
r under linux: creating high quality bmp's for win users
Hi I produce graphics with R under linux, but my collaborators often use windows and cannot import eps pics e.g. in msword what is the standard way to get e.g. bmp's with the same quality as eps. going the way: creating eps, convert eps2bmp using 'convert' doesn't yield good enough bmp's thanks for a short hint cheers christoph
2001 Jan 15
1
Memory problem 2 (PR#815)
Dear R-developer, Just some more details on the problem I reported several minutes ago. On an NT machine (4.0 SP6) I got the following for the same task: > version _ platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 2.0 year 2000 month
2000 Oct 16
2
Crash while R111 install
Hello, I try to install the R111 version for few days on my PC (on Windows NT), and every time the same problem : I start the rwin.exe application and a couple of seconds later, the install failed, and my PC is down. I must then swich it down and restart a new session. If someone has some help ... Thanks -- Isabelle Zabalza-Mezghani Tel : 01 47 52 61 99 Institut Fran?ais du P?trole
2000 Sep 18
5
layout question
I wanted to produce a layout like this: |----------| | | | 1 | | | |-----------------------| | | | | 2 | 3 | | | | |-----------------------| Three equal sized plots with the top one centred about the other two. So far I am using nf<-layout(matrix(c(1,1,2,3), 2, 2,
2007 Apr 25
5
Upload PDF / Save as tiff
Hi, I''m trying to automate the conversion of a PDF document received via a browser upload to a tiff image via ghostscript. I have the PDF data in a string, and I need the tiff data returned into a string. The general command I want to emulate is: type test.pdf | "c:\program files\gs\gs8.56\bin\gswin32c.exe" -q -dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sOutputFile=- > test5.tiff
2008 Nov 03
1
dev2bitmap: extra missing
Hi, I don't know if I am the first one to report the problem: in 2.8.0 dev2bitmap gained aa support, but "extra" is null if neither taa nor naa is specified. > dev2bitmap("plot.pdf",type="pdfwrite") Error in paste(shQuote(gsexe), " -dNOPAUSE -dBATCH -q -sDEVICE=", type, : object "extra" not found >
2002 Oct 30
4
PDF printer using ps2pdf ?
Hi, Is it possible to set up a printer in samba that will use ps2pdf converter to create pdf documents when printing on it ? Best Regards Steph
2007 Apr 15
1
mac ghostscript help
Hello R community, I am hoping to use a new package that I just installed called "grImport" to import ps images into R for further manipulation using either base graphics or grid. I downloaded the most recent version of Ghostscript from http://www.cs.wisc.edu/~ghost/ that I could find (v.8.56) for Mac OSX. However, I am apparently quite ignorant about how the required
2006 Oct 16
2
CUPS Problem
The Highlights: -CentOS 4.4 & CUPS -HPLIP Installed -Running as server, no GUI. -Can print from command-line no problem. -Printing from Windows XP via Samba puts job in the correct queue, job is processed but not parsed or rendered. The job is removed from the queue, but never prints. (I've RTFM and google'd it, no avail...) Help?? When printing from commandline (eg. cat file
2010 Sep 11
2
Latex fonts in R graphics
Hello, R users. I am trying to embed Computer modern fonts to an R plot and I get the following error. CM <- Type1Font("CM", + c(paste("cm-lgc/fonts/afm/public/cm-lgc/", + c("fcmr8a.afm", "fcmb8a.afm", "fcmri8a.afm", "fcmbi8a.afm"), sep=""), + "./cmsyase.afm")) > pdf("cm.pdf",
2009 Sep 04
3
eps file with embedded font
Dear list, I am trying to make eps file with embedded font. I use: postscript("ranking-exp-all.eps", horizontal=TRUE, onefile=FALSE, paper="special", height=8, width=12, family="Helvetica") # plot stuff dev.off() since R does not embed font, I then use: embedFonts(file="indegdistr.eps", outfile="indegdistrEMB.eps",
2006 Apr 23
0
DPI setting or "large fonts"?
Hi all Does anybody know how to enable "large fonts" in Wine? Either that or some other way to change the font size of win programs, because the default fonts are really tiny. Toby -- Signed/encrypted mail welcome. GPG/PGP Key-Id: 0x15C5C2EA
2011 Mar 14
1
How to change the dpi from 96 to 115 automatically
Currently I start winecfg and set the dpi within the GUI. Is there any chance to use "wine regedit ..." for that thing ? TIA -- MfG/Sincerely Toralf F?rster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
2010 Sep 01
3
DPI slider
Hello there, I installed Championship Manager 01/02 using the brilliant Wine on my Ubuntu 10.04.1 system. It installed fine, but when I was in the game the mouse wasn't visible at all. I thought it may have been a graphics issue so started fiddling with the graphics settings in the wine configuration menu. As part of this experimentation I moved the dpi slider right up to maximum and applied
2011 Mar 16
1
changing dpi with regeidt doesn't work
I'm wondering what's wrong with the follwoing command : tfoerste at n22 ~ $ wine regedit ~/Wine/dpi.reg regedit: setValue failed to open key System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts tfoerste at n22 ~ $ cat Wine/dpi.reg [System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts] "LogPixels"=dword:00000073 Pls reply to me too I'm not
2008 Jul 20
1
changed dpi???
Hello, i just changed the settings of winecfg in wrong direction. the dpi value is too low. now i can't see the full display to change it back. after reinstalling the whole programm the settings haven't changed to default. can anybody help me? Thanks
2011 Jan 10
0
Q about dpi, fonts, gnome, Xorg etc
This has been puzzling me for some time and despite bothering Auntie Google rather a lot, I've yet to find a satisfying answer. As an old-time (since 1981) unix and X guy, I've generally been fairly well-able to get fonts to behave in a rational manner. My needs are pretty simple - I just want 8-point (or 9-point etc) fonts to appear on the screen as 8-point font - ie more or less 8 *