search for: ppdf

Displaying 10 results from an estimated 10 matches for "ppdf".

Did you mean: pdf
2018 May 23
0
Plot qualitative y axis
Hi Pedro, Not too hard. Just have to watch the order of the variables: ppdf<-read.table(text="N M W I 10 106 II 124 484 III 321 874 IV 777 1140 V 896 996 VI 1706 1250 VII 635 433 VIII 1437 654 IX 693 333 X 1343 624 XI 1221 611 XII 25 15 XIII 3 NA XIV 7 8", header=TRUE) plot(rev(ppdf[,2]),1:14,col="blue",lty=1,type="l", yaxt="n",y...
2018 May 22
2
Plot qualitative y axis
...help is near what I look but barplot is not needed. Hope you can help me thanks in advance. 2018-05-22 0:58 GMT+02:00 Jim Lemon <drjimlemon at gmail.com>: > Hi Pedro, > In addition to the other suggestions, here's a guess at what you want > by the lines for M and W: > > ppdf<-read.table(text="N M W > I 10 106 > II 124 484 > III 321 874 > IV 777 1140 > V 896 996 > VI 1706 1250 > VII 635 433 > VIII 1437 654 > IX 693 333 > X 1343 624 > XI 1221 611 > XII 25 15 > XIII 3 NA > XIV 7 8", > header=TRUE) > barpos<-b...
2018 May 23
0
Plot qualitative y axis
...help is near what I look but barplot is not needed. Hope you can help me thanks in advance. 2018-05-22 0:58 GMT+02:00 Jim Lemon <drjimlemon at gmail.com>: > Hi Pedro, > In addition to the other suggestions, here's a guess at what you want > by the lines for M and W: > > ppdf<-read.table(text="N M W > I 10 106 > II 124 484 > III 321 874 > IV 777 1140 > V 896 996 > VI 1706 1250 > VII 635 433 > VIII 1437 654 > IX 693 333 > X 1343 624 > XI 1221 611 > XII 25 15 > XIII 3 NA > XIV 7 8", > header=TRUE) > barpos<-b...
2007 May 07
1
different hights & centering in one device region
...------ | | | | | | | image | image | | | | | | | --------------------------------- | | | | | | | image | image | | | | | | | --------------------------------- | | | | | | | | | | image | | | | | | | | | | --------------------------------- R-Code: ------- pdf(pPDF, height=13.7, paper="special") par(oma=c(0,0,1,0), mfrow=c(4,2) ) #Text field plot.new() text(0, 0.6, pos=4, cex=1.2, paste("Text") ) text(0, 0.4, pos=4, cex=1.2, paste("Text") ) plot.new() text(0, 0.6, pos=4, cex=1.2, paste("Text") ) text(0, 0.4, pos=4,...
2004 Sep 16
1
make doc error
...essage ------------------------------------------------------------------------------------------------------- make -C docs all || true make[2]: Entering directory `/root/xen-2.0.bk/docs'' latex interface >/dev/null if [ -e interface.toc ] ; then latex interface >/dev/null ; fi dvips -Ppdf -G0 -o interface.ps interface.dvi This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com) '' TeX output 2004.09.16:0716'' -> interface.ps <tex.pro><alt-rule.pro><texc.pro><f7b6d320.enc><74afc74c.enc><aae443f0.enc> <bb...
2011 Mar 13
1
Bug#618218: xen: FTBFS: make[3]: ps2pdf: Command not found
...d to build on amd64. Relevant part: > make[3]: Entering directory `/build/user-xen_4.0.1-2-amd64-2x64p6/xen-4.0.1/debian/build/build-docs/docs' > latex src/user.tex >/dev/null > if [ -e user.toc ] ; then latex src/user.tex >/dev/null ; fi > install -d -m0755 -p ps > dvips -Ppdf -G0 -o ps/user.ps.new user.dvi > This is dvips(k) 5.98 Copyright 2009 Radical Eye Software (www.radicaleye.com) > ' TeX output 2011.03.13:1244' -> ps/user.ps.new > </usr/share/texmf-texlive/dvips/base/tex.pro> > </etc/texmf/dvips/config/alt-rule.pro> > </usr...
2005 Apr 26
2
postscript (eps) / latex / par(mfg=...) / problem!
...s} \caption[X] { Hello! } \label{xFig} \end{figure} The result is an upside down (flipped) version of my plot. I tried rotating 180 degrees (based on similar problems people were having on the list), but then it just gets worse (most of the plot is off the page). If I convert the dvi to ps (dvips -Ppdf my.tex.dvi -o my.tex.ps) it gets worse (a tiny speck where the image should be). After removing the two mfg commands (which I use to add grid lines (not shown for clarity)) everything is fine! Some how mfg is snarling things up. OK, I just had a brain wave (dont laugh). Here is a diff of the work...
2005 Apr 26
2
postscript (eps) / latex / par(mfg=...) / problem!
...s} \caption[X] { Hello! } \label{xFig} \end{figure} The result is an upside down (flipped) version of my plot. I tried rotating 180 degrees (based on similar problems people were having on the list), but then it just gets worse (most of the plot is off the page). If I convert the dvi to ps (dvips -Ppdf my.tex.dvi -o my.tex.ps) it gets worse (a tiny speck where the image should be). After removing the two mfg commands (which I use to add grid lines (not shown for clarity)) everything is fine! Some how mfg is snarling things up. OK, I just had a brain wave (dont laugh). Here is a diff of the work...
2005 Apr 27
1
postscript (eps) / latex / par(mfg=...) / problem! (PR#7820)
...The result is an upside down (flipped) version of my plot. I tried rotating 180 degrees (based on similar problems people were having on the list), but then it just gets worse (most of the plot is off the page). If I convert the dvi to ps (dvips -Ppdf my.tex.dvi -o my.tex.ps) it gets worse (a tiny speck where the image should be). After removing the two mfg commands (which I use to add grid lin...
2003 Apr 05
3
slides in linux R
Hello, In S-Plus Windows you can transform graphics to Powerpoint very easily, in R Windows you can use enhanced metafiles (.emf) and Powerpoint almost as easy. Is there a simular way with R in Linux to transform to the presentation program in StarOffice or OpenOffice or are you stuck with the pdf device? Fredrik Lundgren