search for: magnifies

Displaying 20 results from an estimated 73 matches for "magnifies".

Did you mean: magnified
2002 Jun 19
1
simple plot with magnified cex.axis & cex.label
Hello! I've tried to make subj. Here is code: x <- 1:5 y <- 1:5 par ( cex.lab = 3.6, cex.axis = 3.6 ) plot ( x, y, ylab = "Any title" ) I've got ugly picture, where 1) x-axis labels & x-axis itself overlapped, 2) y-axis title does not not fit within bounding box. The _same_ effect in "postscript" device. Is this a bug? Could I
2010 Jul 22
1
running a magnifier through wine on ubuntu
I'm trying to run Magnifying Glass from the Workers Collection on ubuntu through wine, and it works pretty well. Unfortunately, it is running so that it is always the active window which makes it impossible to type anything while the program is running. Is there a way to change this so that instead of being the active window it is simply, "always on top"?
2001 Aug 23
2
cex.axis in barplot() (PR#1070)
Full_Name: Jerome Asselin Version: 1.3.0 OS: Windows 98 Submission from: (NULL) (24.77.112.193) I have a hard time to magnify the axis annotations in barplot() Here are some examples: #This one has no effect. barplot(1:3,names.arg=1:3,cex.axis=3,xlab="x",ylab="y") #This one magnifies the x and y labels barplot(1:3,names.arg=1:3,cex.lab=3,xlab="x",ylab="y") #This one has no effect. barplot(1:3,names.arg=1:3,cex=3,xlab="x",ylab="y") Maybe this could be added to the "wish list". I assume that I will be able to create my own axis...
2005 Jun 21
3
R-help
Background: OS: Linux Mandrake 10.1 release: R 2.0.0 editor: GNU Emacs 21.3.2 front-end: ESS 5.2.3 --------------------------------- Colleagues Is there a function in R that is an equivalent of zoom in matlab? This is very useful for being able to magnify details in a plot. I have searched the help for "zoom", "interactive zooming", and "magnify". The R search
2006 Sep 15
3
graphics and 'layout' question
Hello, I got stuck with a graphics question: I've 3 figures that I present on a single page (window) via 'layout'. The layout is layout(matrix(c(1,1,2,3), 2, 2, byrow=TRUE)); so that the frst plot spans the both columns in row one. Now I'd like to magnify the fist figure so that it takes 20% more vertical space (i.e. more space for the y-axis). How would I do this in R?
2004 Oct 17
4
Fonts
Whatever I want to do with wine is displayed with a very small font in italics. I need a magnifying glass to read any text. How can I change this for larger font and normal text? John
2007 Jun 06
1
Printing Issue
I have a custom application that is primarily an indexed database of scanned documents. The system can print either search records or the individual documents which are stored in Tiff format. Under windows, everything works perfectly, but there are some issues with speed at our remote offices. I am using FreeNX and Wine to set up remote access to the program to mitigate the overhead that
2009 Jun 12
1
Re: Usage of "wine" s/w to open a windows based applic
Currently, the best way to test if an application in Wine is by trying it. This can always be done by choosing to "open" the exe file with Wine in your file manager of choice, or by opening a terminal, cd'ing to the directory where the exe is, and running this command: wine appname.exe If the application is run through a file manager, one loses the ability to see if the application
2013 Jan 18
1
ggplot zoomin
Dear All, I am plotting a graph in ggplot, I would like to magnify the values between 0-1 without losing data in the higher range. How can I do that? neither scale_y_continous nor coord_cartesian works. Thank you ?zg?l Universit? Libre de Bruxelles
2009 Sep 23
1
stripchart with pch %in% 21:25 with bg
Dear all, consider: ### x <- round(rnorm(50)) stripchart(x, pch = 21, col = "black", bg = "pink", method = "jitter") points(0.5, 1, pch = 21, col = "black", bg = "pink", cex = 2) ### Under R 2.9.0 the points produced by stripchart are not colored, while points() gives the desidered output (magnified here by cex). I found a simple workaround
2014 May 14
2
[PATCH v10 03/19] qspinlock: Add pending bit
2014-05-13 15:47-0400, Waiman Long: > On 05/12/2014 11:22 AM, Radim Kr?m?? wrote: > >I think there is an unwanted scenario on virtual machines: > >1) VCPU sets the pending bit and start spinning. > >2) Pending VCPU gets descheduled. > > - we have PLE and lock holder isn't running [1] > > - the hypervisor randomly preempts us > >3) Lock holder
2014 May 14
2
[PATCH v10 03/19] qspinlock: Add pending bit
2014-05-13 15:47-0400, Waiman Long: > On 05/12/2014 11:22 AM, Radim Kr?m?? wrote: > >I think there is an unwanted scenario on virtual machines: > >1) VCPU sets the pending bit and start spinning. > >2) Pending VCPU gets descheduled. > > - we have PLE and lock holder isn't running [1] > > - the hypervisor randomly preempts us > >3) Lock holder
2019 Aug 27
0
Re: cross-project patches: Add NBD Fast Zero support
On Fri, Aug 23, 2019 at 09:30:36AM -0500, Eric Blake wrote: > I've run several tests to demonstrate why this is useful, as well as > prove that because I have multiple interoperable projects, it is worth > including in the NBD standard. The original proposal was here: > https://lists.debian.org/nbd/2019/03/msg00004.html > where I stated: > > > I will not push this
2008 Apr 22
2
Getting rid of borders on semi-transparent plotting symbols
R version 2.7.0 RC (2008-04-20 r45403) When using semi-transparent filled plotting symbols, the border of the symbol has a different (darker) colour than the interior: plot(0, 0, pch=19, col="#FF000022") (Saving this as a PDF and looking at it magnified may make it easier to see.) This is pretty annoying, since when plotting partially overlapping points, the border colour dominates,
2009 Jan 30
2
feature idea for wine : stereo 3D
NVidia is pushing a 200 dollar product which is nothing more than shutter glasses and ties into DirectX 10, encouraging people to move to Vista, which I personally believe is yet another nail in the coffen of closing the PC platform. Now I think a better idea would be to add a feature to wine that permits stereo imaging to be added to any program that makes use of 3D features in wine, to somehow
2003 Jun 25
3
logLik.lm()
Hello, I'm trying to use AIC to choose between 2 models with positive, continuous response variables and different error distributions (specifically a Gamma GLM with log link and a normal linear model for log(y)). I understand that in some cases it may not be possible (or necessary) to discriminate between these two distributions. However, for the normal linear model I noticed a discrepancy
2004 Feb 24
5
r: plots
hi all i have another probably simple question. I have three variables say x, y and z. x and y are quite large and z is relative small. how can one plot the three variables on the same graph with two separate axis? (one for x and y and the other for z) e.g. x<-c(101,110,150,167,120) y<-c(120,135,175,95,200) z<-c(0.001, 0.15, 0.6, 0.8, 1) regards Allan
2016 Dec 19
1
Reining in profile instrumentation
Thanks Vedant, and my apologies for the delay getting back to you - work got "busy". I wasn't aware of the '-fprofile-generate' option, so thanks for point this out. I have tried running it and I can see the instrumentation hooks that it generates - I assume that there is a library I have to implement to support this, can you let me know where the source for this library
2007 Jun 12
1
Compiz porting plan, for help
David & All, As you might have heard, Intel recently introduced a new low-power device called a Mobile Internet Device (MID). We're working in Intel's Open source Technology Center on the Linux Desktop UI. Given the small screen we're planning on using a stack-based window manager where each application runs full-screen (think Matchbox). We think it would be very cool to get a
2005 May 09
1
Half-Life and Counter-Strike on WINE
FYI Both work great on my FC3, wine-20050419, 2.4 GHz box. Key changes to the ./tools/wineinstall $HOME/.wine/config file are as follows: "Managed" = "N" ; a significant change "UseXVidMode" = "N" "UseXRandR" = "N" ; a significant change "DXGrab" = "Y" "Synchronous" =