search for: xlimits

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

Did you mean: limits
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])
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/i68...
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&quo...
2000 Nov 20
1
Bug in stars.R (PR#739)
Hi all, Please let me know if this isn't the correct place to report bugs in contributed code. Otherwise, the following code contains one additional line and a short comment above it. The extra line of code catches the unusual situation where a data column contains all 0 values. The corrected code is below the signature. Thanks for your help. Tom Thomas S. Dye, Ph.D.
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.
# I need to create an xyplot() where I control the specific order of # both my conditioning variables. The default code below plots the # data correctly (dispersed across all 14 columns), but fails in two # ways. Both the primary conditioning variable (Transect), and the # secondary conditioning variable (Offset) are in alphanumeric order, # rather than the specific order I need. # Here
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'. > mak...
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/lib...
2011 Mar 18
2
XYPlot Conditioning Variable in Specific, Non-Alphanumeric Order. -- Resending with corrected .txt file
Due to an error on my part, I have renamed the previously attached file from T_5-04b_LTC-SE-SO-Compared.csv to T_5-04b_LTC-SE-SO-Compared.txt. It remains a comma-delimited file so the extension can be changed and used per the script, or loaded separately. My sincere apologies, Guy -----Original Message----- From: Guy Jett Sent: Friday, March 18, 2011 1:13 PM To: 'r-help at