search for: portrait

Displaying 20 results from an estimated 127 matches for "portrait".

2006 May 12
11
Stupid? question about if else logic
this seems so stupid, I keep thinking I''ve dealt with this before but I have this code <h1>Portraits</h1> <% if @image.portrait == 1 %> <%= image_tag(url_for_file_column ''image'', ''file'', ''thumb'') %> <% else %> <h1>Landscapes</h1> <%= image_tag(url_for_file_column ''image'&...
2010 May 04
6
How to set a portrait mode screen using i915 driver?
I am trying to setup a portrait mode screen. I can see that in 3.85, there is an enhancement which allows arbitrary resolutions (http://git.kernel.org/?p=boot/syslinux/syslinux.git;a=commitdiff;h=5d4ade0221c2387345d0a82422866bb8b937cb09). Can I use this new feature to achieve setting the portrait mode. What is the syntax in the c...
2005 Jan 10
3
Mixing portrait/landscape in a postscript file
...ngle postcript device opened by > trellis.device(postscript, theme=canonical.theme("postscript", color=F), file="an_phase2_graph.ps", paper="a4", pointsize = 10, onefile=TRUE, horizontal=TRUE) Everything works fine,but some of these plots shoud be printed in a portrait orientation to look better. I tried to include [...] par.settings = list(horizontal=FALSE) [...] in the lattice plots arguments, but with no success. Is there a way to mix different page orientation in a single postscript device that I missed ? -- Ir. Yves BROSTAUX Unit? de Statistique et Info...
2002 Feb 05
1
eps Portrait to pdf now rotated since gs6.5 --- why?
...swered but I haven't found a solution in the archives: The older ghostscript gs5.50 (debian,stable) deals well with R-plots: epstopdf yields pdfs with the same orientation as the eps-file. But, since gs6.5 (or earlier) the dimension of the plot is interpreted: if x-width exceeds y-width even a Portrait-eps is rotated to Landscape. A possible solution is to adjust the Orientation-Flag at eps-generation in R. Any ideas? Thanks Marcus -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send &q...
2011 Oct 17
1
Portrait and Lanscape PDF in the one document
People, I want to create a multi-page PDF doc and the pdf command works fine if I only use Portrait OR Landscape but how do I create a document that contains BOTH sorts of pages? Is it possible? - I couldn't find info about it. Thanks, Phil. -- Philip Rhoades GPO Box 3411 Sydney NSW 2001 Australia E-mail: phil at pricom.com.au
2016 Apr 09
3
How to print the graphs in landscape/portrait orientation
Hi, I made a few graphs by ggplot. The following codes produce a pdf file with graphs in landscape orientation on my Windows PC, while they produce a pdf file with the same graphs, but in portrait orientation: *p2 <- lapply(1:(2*n), function(.x) xyz_outl[.x][[1]]) #a sequence of graphs made by ggplot* *m2 <- marrangeGrob(p2, nrow=3, ncol=2) * *ggsave("xyz.pdf", m2)* Question: how can I let the graphs printed in landscape orientation on my Mac? I try to add the follow...
2009 Mar 31
2
To save Trellis Plots on A3 size paper (Portrait and Landscape)
Dear R users, Thanks in advance. I am Deb, Statistician at NSW Department of Commerce, Sydney. I am using R 2.8.1 on Windows XP. I like to save Trellis Plots on A3 size paper (Portrait and Landscape). Currently, I am using the following command to save a Trellis Plot in pdf [This is an example code]: pdf("D:/Analysis/test.pdf") dataFile <- expand.grid(xo= c("x1", "x2", "x3"), xc= c("c1", "c2&q...
2003 Sep 09
1
lattice plot - portrait / landscape
Hi, How can I use portrait/landscape option in lattice bwplot? Is there any option in trellis.device where I can define this? Thanks in advance, Mahbub.
2005 Mar 02
3
orientation of eps files
...stscript() command. i have generated some eps files with R using: postscript(file = filename, horizontal = FALSE, paper = "special", onefile = F ALSE, height = height, width = width, pointsize = pointsize) now, when i include these eps files into a standard paper document (ie. a4 paper, portrait orientation) everything is fine. however, i am now wanting to incorporate the same images into a presentation. i am making a pdf file, which for presentation purposes is in landscape orientation. i am using latex with the prosper package. images are included with \includegraphics{} and a pdf file...
2009 Jun 13
0
pdf-writer :landscape and :portrait
I can define orientation easily with pdf writer with :orientation, but all the pages get the same orientation I want to do a page as portrait and the next as landscape, without specific order Is it possible? Regards Celso Costa
2016 Apr 10
0
How to print the graphs in landscape/portrait orientation (revised)
Hi, I made a few graphs by ggplot. The following codes produce a pdf file with graphs, sometimes in landscape orientation, sometimes in portrait orientation. I am using both Mac and Windows PC. Question: how can I control the orientation of the pdf file? I try to add a line pdf(paper = ?USr?) (or pdf(paper="letter")) in the following code, but it does not work. Thanks!! ################# library(ggplot2) library...
2007 Oct 07
3
rsync error
...ot; [sender]: Connection reset by peer (104) rsync: read error: Connection reset by peer (104) rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packaging/tmp/rsync-2.6.6/io.c(584) Error in rsync protocol data stream Executing: rsync.exe -v -rlt --delete "/cygdrive/C/Portraits/" "localhost::Backup/Portraits/" building file list ... done Memory Mates/M.H.S. Tennis/McKenzie/ Memory Mates/M.H.S. Tennis/McKenzie/DSCF0009.TIF rsync: writefd_unbuffered failed to write 4 bytes: phase "unknown" [sender]: Connection reset by peer (104) rsync: read e...
2010 Sep 24
1
Printing options for a network printer
...printer installed in WINXP - but that's in Ubuntu. If I try to print a OpenOffice document, the Windows-Version, installed in Wine, I see the network printer, same name like in Ubuntu, but few options. Our printer has 4 slots, in two slots are the company letter paper, one landscape, the other portrait, in Wine I have no option to choose between the different slots. Wine is using the WINEPS Printer using Cups. The only options I have in Wine printing, are paper size and landscape or portrait. Any chance to change this?
2010 Feb 18
1
Mouse cursor rotated on all screens when rotating a single screen.
I've got the exact same problem. So: *BUMP* > I have two monitors, one landscape and the other portrait. When I > rotate the portrait monitor using xrandr (or the xorg.conf option) > the mouse cursor on the landscape monitor is also rotated and the > "click point" is no longer below the cursor (this makes the mouse > practically unusable). The cursor is correct on the rotated mo...
2002 Jul 11
3
Printing from W2K clients
Hi, I have Slackware 8 Linux Box with Samba-2.2.5 and HP LJ 1200 printer shared by samba (with LPRng). The problemm is: when printing from W2K clients users cannot change print options (like portrait/landscape page orientation, number of copies etc). When printing from Win98 clients all is ok. Could someone help vt with this problemm? -- Sincerely, Elman Efendiyev elman@megacom.com.ua
2016 Sep 26
3
HP CP2025
...ter using the Printer configuration tool found under System/Administration/Printing. I've tried all manner of settings, both on the Libre Office document and in the Printer configuration tool. Now I can print to the printer but I cannot get the printer to print in Landscape orientation. Only portrait orientation comes out no matter what settings I choose. I've done a bit of Google work but I find nothing that appears applicable to my specific issue of not getting landscape prints no matter what setting I choose. The HPLIP web site says the latest version of hplip for my machine, RHEL 6 be...
2016 Sep 26
1
HP CP2025
...tartup apps if you haven't already. > > >> >> I've tried all manner of settings, both on the Libre Office document and >> in the Printer configuration tool. Now I can print to the printer but I >> cannot get the printer to print in Landscape orientation. Only portrait >> orientation comes out no matter what settings I choose. > > Does portrait work with ANY other type of document -- pdf, for example? I have a brother printer and from libre office it ONLY prints protrait, no matter what I have tried. To get any landscape output I have to create a pd...
2005 Dec 01
1
LME & data with complicated random & correlational structures
...t), and one on the corStruct or how to get rid of serial dependencies before lme(). I'm analyzing skin temperature continuously recorded at 32Hz in Baseline (10 min), Testing (~5 min), and Recovery (20 min) epochs of a face recognition experiment. Stimuli are the same in Baseline and Recovery (portrait or landscape), and in testing, participants were tested on their recognition of a list b&w portraits presented just before testing started. On some of the portraits 'learned' the eyes were masked, and in others, the eyes were visible. In testing, the portraits have no masking but the st...
2004 Aug 13
3
Question from Newbie on PostScript and Multiple Plots
...three separate plots. When I output these plots to the screen they are nicely grouped as three plots per page, however, when I try to send it to a PostScript file I get one page for each plot. I have adjusted my postscript options so that my plots are the size that I want and the paper is set to portrait, I just can't figure out how to get all three plots on one page in the postscript file. I've been through the archives on the list (albeit not exhaustively) and the manuals available on the R site and cannot figure out how to solve my problem. Thanks, -Heather [[alternative HTML versio...
2006 May 16
0
strange MySQL data populating
...ird data when trying to use HABTM. I have a Images table with columns id, title, and file. I have a Categories table with columns id, name. I have a join table for them with image_id, and category_id when I do @images.inspect I get: [#"image 1", "id"=>"52", "portrait"=>"0", "file"=>"balcony_flowers.jpg"}>, #"image 2", "id"=>"53", "portrait"=>"0", "file"=>"autumn_parked_car.jpg"}>, #"image 3", "id"=>"54&quot...