search for: magnific

Displaying 20 results from an estimated 27 matches for "magnific".

Did you mean: magnifico
2001 Nov 22
4
changing the magnification of axis annotation
Hi all, how do I change the magnification of xaxis annotation? I need a smaller axis text size in some of my plots. I tried cex.axix=0.5 in plot(), but this doesn't work. Thanks, Sven -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-...
2010 Jul 07
3
Boxplots over a Scatterplot
...ow to include the file I'm using as a dataframe: #imports data emdata<-read.table(file="#a file in my working directory", sep=",", header=T) #specifies a dataframe foram<-data.frame(emdata) #calculates actual dimensions in mm foram$actual_l<-foram$length/foram$magnification foram$actual_w<-foram$width/foram$magnification foram$actual_h<-foram$height/foram$magnification #takes logs of all dimensions foram$logl<-log10(foram$actual_l) foram$logw<-log10(foram$actual_w) foram$logh<-log10(foram$actual_h) #Generates scatterplot plot(foram$stage, for...
2007 Mar 16
2
Can I scale the labels in a 'persp' graph?
...9;help()', the information about 'par()'. I have wrote: >par(.....,cex.axis=0.5,cex.lab=0.5) perspc(.................) and the result don't change. The question is: Can I change the size of labels in the perps graph?? Thank you in advance: /salva 'cex.axis' The magnification to be used for axis annotation relative to the current setting of 'cex'. (Some functions such as 'points' accept a vector of values which are recycled. Other uses will take just the first value if a vector of length greater than one...
2007 Mar 16
2
Can I scale the labels in a 'persp' graph?
...9;help()', the information about 'par()'. I have wrote: >par(.....,cex.axis=0.5,cex.lab=0.5) perspc(.................) and the result don't change. The question is: Can I change the size of labels in the perps graph?? Thank you in advance: /salva 'cex.axis' The magnification to be used for axis annotation relative to the current setting of 'cex'. (Some functions such as 'points' accept a vector of values which are recycled. Other uses will take just the first value if a vector of length greater than one...
2008 Feb 25
1
Font anti-aliasing in wine?
...the best results so far for the new MS font "Corbel"--I admit not a very "free" solution, but a practical one. I now have set this as the default font for menus, tooltips, etc.) For instance, in the Word documents I am editing, AA kicks in above a certain font size (or document magnification/zoom), but seems to be switched off below. Is that a parameter that can be set somewhere? Also, in a Word document, if I select a magnification which renders a certain font with AA, the same characters would not be AA'ed for italic letters. ??? The AA I have seen happen in wine is a simpl...
2011 Mar 09
1
How does the cex parameter scale circles?
I'm wondering how the cex parameter is used to scale circles (i.e. does it scale the radius, diameter, area, circumference, etc.?). In my case I'm using lattice with filled circles (pch=19). Based on example, it looks like R scales the radius of the circle: library(lattice) dta<-data.frame(x=rep(1,6),y=rep(1,6),sz=c(1,2,4,8,16,32))
2011 Jan 04
4
Can the WINE window be larger on high resolution settings?
I was reading this post http://forum.winehq.org/viewtopic.php?p=45535&sid=6957add8af3402a8afa68d8527121e2d and others like it looking for a way to make the content in the WINE window look larger. I mean to look like 800x600 resolution when the monitor settings is at 1024x768. So, I have typed this on the command line: Code: wine explorer /desktop=spider,800x600 spider.exe or wine explorer
2005 Aug 18
2
axTicks and window resizing
Dear listers, I have written a function to facilitate the drawing of altitude profiles with x (distance), y (altitude) and a z parameter (altitude magnification). profplot<-function(x,y,z=10,...){ op <- par()$mai par(mai=c(0.95625,0.76875,0.76875,0.95625)) plot(x,y*z, type="l",asp=1,las=1,xlab="",ylab="",yaxt="n",...) axis(2,labels=axTicks(2)/z,las=1) axis(4,labels=axTicks(2)/z,las=1) on.exit(par(mai=op))...
2008 Aug 06
4
Font size in plots (I do NOT understand par help)
Hi, I do not get how par works, help please. Let's say I have a simple plot: plot(1:10) I want to change the font size for the x axis... how do I do that? Thank you, Stephane -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a compa ny registered in England with number 2742969,
2010 Nov 11
1
change axis labels and text size in "splom"
Hi everyone: I'm using "splom" to draw scatterplot matrix. I'm wondering how can I change the axis labels to c(1,10,100,1000,...) instead of c(1,2,3,...), and also how can I change the text size (for labels)? Thanks a lot! xcui
2008 Nov 22
1
Acer Aspire Photographer in need of expert help
...ile manager do you have?" "changing distros" "reloading with ubuntu" "joining a Linux forum " etc etc But I am a photographer not a computer expert. I didn?t even realise the machine was Linux not Windows XP!!! Does anyone know of a SIMPLE way to view (slide show +magnification would be wonderful if possible) Canon .CR2 FILES.I do not need to edit or process them, as I do this "back at the ranch" with Photoshop. I realise I might need a bit more RAM and I am plucking up the courage to fit another Gig of memory. If I need to download something I can just abo...
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"?
2002 Feb 08
0
interaction.plot (with misplaced legend) (PR#1305)
...p, len, fixed=TRUE) # OK But the following looks quite ugly: par(mfrow=c(1,2)) interaction.plot(dose, supp, len, fixed=TRUE) interaction.plot(dose, supp, len, fixed=TRUE) par(mfrow=c(2,2)) interaction.plot(dose, supp, len, fixed=TRUE) There is not only a problem with the legend, also the magnification of the axis annotation is not homogeneous, because for the x-axis annotation mtext() is used. I'd suggest to change line 35: mtext(xlabs, 1, at = xvals) # old to axis(1, at = xvals, labels = xlabs, ...) # new Uwe Ligges =============== platform i386-pc-mingw32 arch x86...
2007 Jul 11
1
zooming wine windows?
Hi, I have the following issue, and I wonder if Wine support such a feature. I have a game (Fallout 1), that natively runs in full screen, at a resolution of 640x480. The game itself does not support other resolutions. I have the option to run the game fullscreen with wine - which works fine. But this is not what I want to do. I can run the game in a window (using the virtual desktop feature
2002 Sep 16
0
mosaicplot enhancements (PR#2023)
...t}{default}(x, main = deparse(substitute(x)), > sub = NULL, xlab = NULL, ylab = NULL, 10a12 > cex.axis = 0.66, las = par("las"), 18a21 > \item{sub}{character string for the mosaic sub-title (at bottom).} 44a48,50 > \item{cex.axis}{The magnification to be used for axis annotation, > defaults to the current multiplied by 0.66.} > \item{las}{numeric; the style of axis labels, see \code{\link{par}}.} ==================================================== -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2005 Jan 21
2
Windows plots & fontsize
I recently wrote a package that runs on both Linux and Windows. The functions fetch data to an SQL database and make diverse plots, usually with many labels and annotations. I recently noticed that on SOME windows computers the fonts in the plots were too large, which caused labels to overlap. On other windows computers this does not happen. However on both computers the command
2002 Mar 13
3
plot
Hello! I use the version 1.4.0 for Windows. I have made boxplots but only half of the symbols (three letters each) show up on the X-axis? How t can one change their size or orientation so that all show up? I attach the pdf file to illustrate better the problem. Regards Martin Martin Lascoux Department of Conservation Biology and Genetics Evolutionary Biology Center Norbyv?gen 18D 75236
2004 Aug 20
0
legend lwd - feature request (PR#7023)
Lfo@psykiatri.aaa.dk wrote: > (R1.9.1 Windows) > > In legend( ) lwd have no effect on points - contrary to the behaviour > in e.g. plot( ) and points( ). It would be nice to have an option pt.lwd > affecting the line width of legend points (like pt.cex changes the > magnification). > > > An example (note the difference in line width between points in the > plot and the legend): > x <- 1:10 ; y <- rnorm(10,10,5) ; y2 <- rnorm(10,8,4) > plot(x,y,bty="l",lwd=3,type="o",col=2,ylim=c(min(y,y2),max(y,y2)),cex=1.5) > points(...
2010 Jul 30
2
logos and goodies
I've got a couple questions related to my search (in vain) for an "R" tshirt or coffee mug. The first question is simply: is there a higher-resolution R logo available than the one at r-developer.org? (or the modified one provided by useR conference pages) Next: what are the chances of someone in the "R management" setting up a cafepress.com "R
2006 Aug 18
3
Query: how to modify the plot of acf
I need to modify the graph of the autocorrelation. I tried to do it through plot.acf but with no success. 1. I would like to get rid of the lag zero 2. I would like to have numbers on the x-axis only at lags 12, 24, 36, 48, 60, ... Could anybody help me in this? Any help will be appreciated Thank you for your attention Stefano [[alternative HTML version deleted]]