search for: sideways

Displaying 20 results from an estimated 76 matches for "sideways".

2002 Feb 28
1
postscript output sideways
Hi, My plots are all coming out sideways! If I do the following: > postscript("plot1.ps",horizontal=TRUE,paper="letter") > plot(ns,meanpl/maxvec) > dev.off(2) The output file has "ns" on the left and the "meanpl/maxvec" on the top! It doesn't matter if I change the horizontal flag to...
2005 Jun 16
1
Sweave and sideways
...ktex-2.4.1705). Has anyone got the isorot package to work with Sweave? JC example test.Rnw: \documentclass[a4paper]{article} \usepackage{Sweave} \usepackage{isorot} \rotdriver{dvips} \clockwise \title{Sweave Example 1} \author{apologies to Friedrich Leisch } \begin{document} \maketitle \begin{sideways} In this example we embed parts of the examples from the \texttt{kruskal.test} help page into a \LaTeX{} document: <<>>= data(airquality) library(ctest) kruskal.test(Ozone~Month , data = airquality ) @ \end{sideways} \end{document} ...which I Sweave with: > Sweave("C:\\Docume...
2003 Jul 23
4
.ps files in R
...e, and nothing looks odd. However, when I import it into LaTeX, it refuses to configure right side up. (It stays 90 degrees.) I've tried saving it as .eps with different options in ghostscript. I've also tried many different rotating commands in LaTeX (angle in \includegraphics, \rotate, \sideways,...) But, the picture seems to be unaffected by any of these commands. Does anyone know a trick to getting R postscript files into LaTeX? Thanks, Jo Johanna Hardin Department of Mathematics & Computer Science 610 N. College Way Pomona College Claremont, CA 91711 (909) 607-8717 jo.hardin@po...
2003 Feb 26
3
horizontal high-density lines?
Hi all, the option type="h" in plot() makes nice vertical (histogram-like) lines. Is there a way to make similar, horizontal lines? I can of course resort to using lines() multiple times, but i was hoping that there is a more elegant solution. thanks, Remko Duursma Ph.D. student Dept. Forest Resources Forest Biometrics Lab University of Idaho, Moscow, ID.
2013 Oct 08
3
[PATCH] Btrfs: limit delalloc pages outside of find_delalloc_range
...lustrated below [0 -------- delalloc range --------- 256mb] [page] So find_delalloc_range will return with delalloc_start as 0 and end as 128mb, and then we will notice that delalloc_start < *start and adjust it up, but not adjust delalloc_end up, so things go sideways. To fix this we need to not limit the max bytes in find_delalloc_range, but in find_lock_delalloc_range and that way we don''t end up with this confusion. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> --- fs/btrfs/extent_io.c | 12 ++++-------- 1 file changed, 4 inserti...
2007 Feb 26
2
Apache+mod_proxy_balancer+Mongrel+Mephisto, Apache kills CPU
...f which is spent in the MySQL database. I turned the production.log up to debug, and found that Mephisto (0.7.3) makes dozens of round trips to build the monthly archive page. Here''s the weird part: Mephisto is slow but OK until we put Apache in front of the Mongrels. Then things go sideways. The mongrels become unresponsive, and Apache''s CPU usage spikes. A single unresponsive mongrel thread causes Apache''s utilization to stay about 50% forever, and a few dozen of them peg the processor. Here''s some stuff we have explored: * mod_proxy_balancer vs. Pro...
2006 Oct 14
4
Quicktime component icon
Hola; This is kind of a silly question to be asking a dev list, I know, but my googling found nothing. I was wondering where the base template for the quicktime component icon could be found (the sideways lego-brick thing)? I'd like to iconify a component of my own, and am having a devil of a time tracking that down. Any help would be appreciated... thanks. -- Chris R. ====== Not to be taken literally, internally, or seriously. -------------- next part -------------- An HTML attachment was sc...
2006 Nov 02
1
rotated figures within Sweave?
I can't recall (or find an example of) how to rotate figures in Sweave: <<fig=TRUE, echo=false, width=9, landscape=TRUE>>= ??? <<fig=TRUE, echo=false, width=9, rotate=true>>= ??? <<fig=TRUE, echo=false, width=9, sideways=TRUE>>= ??? <<fig=TRUE, echo=false, width=9, par=(something)>>= ??? Does anyone know how to do this?
2011 Feb 02
1
set digits in xtable by row
...t will be reported in several _rows_ in my table. The 'digits' option in xtable() sets the number of digits to display for specified columns. Am I missing another obvious option to do the same thing for rows? A quick RSiteSearch didn't turn up anything. I can't just flip the table sideways, but it looks goofy when I report sample sizes etc as 123.0000. Thanks! -- Christian Raschke Department of Economics and ISDS Research Lab (HSRG) Louisiana State University Patrick Taylor Hall, Rm 2128 Baton Rouge, LA 70803 crasch2 at lsu.edu
2009 Aug 21
3
p800 and HP
I was wondering if anyone here has experience with HP MSA60 with P400 and P800 controller. How reliable are they for a 24x7 shop? TIA
2009 Apr 21
1
line wrap in R console under windows
...blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah Instead of what I see, which is > blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah$ and I need to scroll sideways to see the rest of the stuff past $ I checked the archives and saw no postings on this. Thanks very much for any help. Bill
2010 Jul 13
1
latex table question
Hi: My head is spinning with this latex doc so hopefully after I align my tables to the left of the page my headache are going to be over. I always use: \hspace*{-0.1in} to move my figures horizontally to the left margin of the page but the table below doesn't move at all, but instead it gets sideways. Not sure if \begin{landscape} has something to do with it or is just me. I? hope someone could lend some help on this matter. \documentclass[11pt]{article} \usepackage{longtable,verbatim} \usepackage{longtable,pdflscape,graphicx} \usepackage{fmtcount,hyperref} % displaying latex counters ?%\use...
2016 Jun 01
2
[PATCH 9/9] drm: Turn off crtc before tearing down its data structure
...ter it before we can remove it, so this is unavoidable. Wrt switching from _cleanup to _remove, iirc there was troubles with the later calling into the fb->funcs->destroy hook. But many drivers have their fbdev fb embedded into some struct (instead of a pointer like i915), and then things go sideways badly. That's why you can't just blindly replace them. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch
2005 Mar 31
6
Text in boxes for regular web pages
I have to say... since it''s bugged me _many_ times, that i *hate* these text boxes with the sliders that are being used to display text (for instance, on Rails documentation pages... but it''s not just Rails). Very often you can''t really read the text because it goes past the right border of the box. So you have to go to the bottom of the box to move the slider to
2013 Jan 29
2
Netcdf and Raster Package Questions, Need .asc File for GIS
...y = get.var.ncdf(ex.nc, "lat") swe = get.var.ncdf(ex.nc, "SWE") # kg/m2 swe_in <- swe * 0.0393701 # image plot of swe, takes time to load filled.contour(x,y,swe_in, color = terrain.colors, asp = 1) # load raster library library(raster) r = raster(swe_in) # raster is sideways, rotate m <- t(swe_in) m <- m[nrow(m):1,] r <- raster(m) plot(r) writeRaster(r,file="test_grid2.asc", format="ascii") # need square grids # resample to square grids r2 = raster(r) res(r2) = min(res(r)) res(r2) r2 <- resample(r, r2, method='bilinear'...
2018 Mar 18
4
Gluster very poor performance when copying small files (1x (2+1) = 3, SSD)
Howdy all, We're experiencing terrible small file performance when copying or moving files on gluster clients. In the example below, Gluster is taking 6mins~ to copy 128MB / 21,000 files sideways on a client, doing the same thing on NFS (which I know is a totally different solution etc. etc.) takes approximately 10-15 seconds(!). Any advice for tuning the volume or XFS settings would be greatly appreciated. Hopefully I've included enough relevant information below. ## Gluster Client...
2016 Jun 03
1
[PATCH 9/9] drm: Turn off crtc before tearing down its data structure
...j()? > > > > Wrt switching from _cleanup to _remove, iirc there was troubles with the > > later calling into the fb->funcs->destroy hook. But many drivers have > > their fbdev fb embedded into some struct (instead of a pointer like i915), > > and then things go sideways badly. That's why you can't just blindly > > replace them. > > So the options seem to be: > > (1) Refactor nouveau, radeon and amdgpu to not embed their framebuffer > struct in their fbdev struct, so that drm_framebuffer_remove() can > be used. > > (...
2018 Mar 18
0
Gluster very poor performance when copying small files (1x (2+1) = 3, SSD)
...ot good results. If it helps, I can send you the doc. Cheers, Tom > Howdy all, > > We're experiencing terrible small file performance when copying or > moving files on gluster clients. > > In the example below, Gluster is taking 6mins~ to copy 128MB / 21,000 > files sideways on a client, doing the same thing on NFS (which I know is > a totally different solution etc. etc.) takes approximately 10-15 > seconds(!). > > Any advice for tuning the volume or XFS settings would be greatly > appreciated. > > Hopefully I've included enough relevant...
2006 Jan 30
5
Action Mailer woes
Hi gang, Im having my first stab at ActionMailer and not having any luck. Perhaps someone could help me out. I generated a a mailer called ItemMailer - its purpose is to take some information that I''ve already gathered in a ToDo list form and to mail it out to the person who is nominated for the task In environment.rb I have; ActionMailer::Base.server_settings = { :address =>
2006 Jun 27
0
Re: Campfire: Dissection
...ve never gotten a real answer on why they decided > to call it that. I just had a Moment of Enlightenment(tm)! I knew that it was just XMLHTTPRequest, but I always assumed that it was so-called because it returned XML. My ah-ha just now was that HTML can be XML so I was just thinking about it sideways. Thanks for the clarification :) Ben _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails