search for: xlimit

Displaying 12 results from an estimated 12 matches for "xlimit".

Did you mean: limit
2009 Mar 02
1
handle graph size in eps
Hi all, I've got a density graph made with the following commands: win.graph(width=13,height=6) par ( fin=c(13,3) ,mai=c(1,1,0.5,0.5) ,mfrow=c(1,2) ,cex.axis=1.5 ,cex.lab=1.5) dens<-density(DATA1.y[2,]-mean(DATA1.y[2,]),kernel="gaussian") xlimit<-range(dens$x) ylimit<-range(dens$y) hist( DATA1.y[2,]-mean(DATA1.y[2,]) ,xlim=1.1*xlimit ,xlab=expression(q[e]) ,ylim=1.1*ylimit ,probability=T ,main="Random distribution around y") lines(dens,col=2,) rm(dens,xlimit,ylimit) qqnorm(DATA1.x[1,]) that's what I've on t...
2003 Nov 13
5
xlims of barplot
I would like to create a family of barplots with the same xlimits. Is there a way to "read" the xlimits from the first graph so I can apply it to the subsequent ones? I have tried just taking the min and max of the x data and the plot doesn't show. cheers [[alternative HTML version deleted]]
2009 Oct 27
2
[LLVMdev] msys/mingw32 llvm-gcc build errors
...86-pc-mingw32/include -isystem /c/Temp/msys-llvm-gcc/i6 86-pc-mingw32/sys-include -dumpspecs > tmp-specs mv tmp-specs specs if true ; then \ cat ../../llvm-gcc4.2-2.6.source/gcc/limitx.h ../../llvm-gcc4.2-2.6.so urce/gcc/glimits.h ../../llvm-gcc4.2-2.6.source/gcc/limity.h > tmp-xlimits.h; \ else \ cat ../../llvm-gcc4.2-2.6.source/gcc/glimits.h > tmp-xlimits.h; \ fi mv tmp-xlimits.h xlimits.h echo | /c/Temp/msys-gcc-build/./gcc/xgcc -B/c/Temp/msys-gcc-build/./gcc/ -L/c/Te mp/msys-gcc-build/i686-pc-mingw32/winsup/mingw -L/c/Temp/msys-gcc-build/i6...
2007 Nov 23
1
ggplo2: fixed extent greater than data?
...t question directly: I'd like to produce a series of maps with different data on, but exactly the same extent in each plot. Is there a way of switching the automatic extent (to the data of the last layer added) OFF? I'm trying something like: drawOverviewMap<-function(){ p2<-ggplot(xlimits=c(2,20),ylimits=c(43,50))+coord_map(project="azequalarea") p2<-p2+geom_path(data=wa,mapping=aes(x=x,y=y)) p2<-p2+geom_point(data=spts,mapping=aes(x=Lon,y=Lat)) return(p2) } If I plot this in cartesian coordinates, it will zoom to the extent of the country boundaries "wa&qu...
2000 Nov 20
1
Bug in stars.R (PR#739)
...Hawaii 96816. (808) 739-1367 or 387-9352. Work: International Archaeological Research Institute, Inc., 2081 Young St., Honolulu, Hawaii 96826. Voice (808) 946-2548; Fax 943-0716. function (x, full = TRUE, scale = TRUE, radius = TRUE, labels = dimnames(x)[[1]], locations = NULL, xlimit = NULL, ylimit = NULL, len = 1, colors = NULL, key.loc = NULL, key.labels = NULL, draw.segments = FALSE, draw.axes = FALSE, ...) { if (is.data.frame(x)) x <- as.matrix(x) else if (!is.matrix(x)) stop("x must be a matrix or a data frame") if (!...
2003 Nov 12
2
wishlist item: changing origin of plot (PR#5045)
...ing like: plot(x, x.rev=TRUE) could be implemented. X.REV could default to FALSE, and then plot.default could have something like: xlim <- if (is.null(xlim)) { if (x.rev) rev( range(xy$x[is.finite(xy$x)])) else range(xy$x[is.finite(xy$x)]) } So, it would reverse the xlimits only if xlim was not specified. Likewise, code could be added for ylim. The alternative that Paul suggested was to add an option "origin" to par(), rather than flags x.rev and y.rev. Presumably then origin could take values something like "top-left", "bottom-left",...
2011 Mar 18
1
XYPlot Conditioning Variable in Specific, Non-Alphanumeric Order.
...he R site help files. The # use of these features remains a complete mystery to me, but # then, that doesn't surprise me at all. # This should clean up anything created by the above scripts: # Clean-up ---------------------------------------------------------------- rm(df, xLabel, yLabel, xlimit) Thanks for all the help. Cheers, Guy Jett, R.G. Project Geologist gjett at itsi.com
2006 Aug 01
0
[LLVMdev] Building llvm under cygwin
...ype > ../../src/gcc/gcc.c: In function `main': > ../../src/gcc/gcc.c:6357: warning: 'value' might be used uninitialized > in this f > unction > /bin/sh: -c: line 0: syntax error near unexpected token `;' > /bin/sh: -c: line 0: `if ; then \' > make[1]: *** [xlimits.h] Error 2 > make: *** [all-gcc] Error 2 > > and there is the output of standart stream: > > make[1]: Entering directory `/llvm-gcc/obj/libiberty' > make[2]: Entering directory `/llvm-gcc/obj/libiberty/testsuite' > make[2]: Nothing to be done for `all'. > ma...
2006 Jul 31
0
[LLVMdev] Building llvm under cygwin
If you're building llvm-gcc4, you don't need the runtime libraries, so I'd just stick with the "tools-only" build and declare success. If you're building llvm-gcc3, I'd suggest you switch to llvm-gcc4 :) However, the problem appears to be your PATH variable. In your path you have the following directory: C:/Program Files/Microsoft DirectX SDK (June
2006 Jul 30
2
[LLVMdev] Building llvm under cygwin
Hi! I'm trying to build LLVM under cygwin. I have the latest version of cygwin and CVS versions of llvm, llvm-test and llvm-gcc. make of tools only succeeded. make of frontend succeeded too but full make of llvm failed on crtend in llvm/runtime/GCCLibraries with the following message: llvm[0]: Compiling crtend.c for Debug build (bytecode) /bin/sh: -c: line 0: syntax error near unexpected
2006 Aug 01
15
[LLVMdev] Building llvm under cygwin
...signment from incompatible pointer type ../../src/gcc/gcc.c: In function `main': ../../src/gcc/gcc.c:6357: warning: 'value' might be used uninitialized in this f unction /bin/sh: -c: line 0: syntax error near unexpected token `;' /bin/sh: -c: line 0: `if ; then \' make[1]: *** [xlimits.h] Error 2 make: *** [all-gcc] Error 2 and there is the output of standart stream: make[1]: Entering directory `/llvm-gcc/obj/libiberty' make[2]: Entering directory `/llvm-gcc/obj/libiberty/testsuite' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/llvm-gcc/obj/li...
2011 Mar 18
2
XYPlot Conditioning Variable in Specific, Non-Alphanumeric Order. -- Resending with corrected .txt file
...he R site help files. The # use of these features remains a complete mystery to me, but # then, that doesn't surprise me at all. # This should clean up anything created by the above scripts: # Clean-up ---------------------------------------------------------------- rm(df, xLabel, yLabel, xlimit) Thanks for all the help. Cheers, Guy Jett, R.G. Project Geologist gjett at itsi.com -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: T_5-04b_LTC-SE-SO-Compared.txt URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110318/245124c5/a...