Displaying 20 results from an estimated 34 matches for "gpath".
Did you mean:
path
2012 Feb 22
5
[PATCH] Add gtags target for xen/Makefile. Also update .hgignore.
...6
# Parent d433a9cb0089683b8f75458807c5437341f2cdcc
Add gtags target for xen/Makefile. Also update .hgignore.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -23,6 +23,7 @@
^\.config$
^\.pc
(^|/)(tags|TAGS)$
+(^|/)(GTAGS|GPATH|GSYMS|GRTAGS|gtags.*)$
^build-.*$
^dist/.*$
^docs/.*\.aux$
diff --git a/xen/Makefile b/xen/Makefile
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -20,8 +20,8 @@ default: build
.PHONY: dist
dist: install
-.PHONY: build install clean distclean cscope TAGS tags MAP
-build install debug clean distcle...
2007 Aug 08
1
Help using gPath
Hi everyone,I'm trying to figure out how to use gPath and the documentation
is not very helpful :(
I have the following plot object:
plot-surrounds::
background
plot.gTree.378::
background
guide.gTree.355:: (background.rect.345, minor-horizontal.segments.347,
minor-vertical.segments.349, major-horizontal.segments.351,
major-vertical.segments.35...
2009 May 31
2
grid.edit() for ggplot2
...dea for raw Grid objects I understand from Paul Murrell's R graphics
book, or this page of examples,
http://www.stat.auckland.ac.nz/~paul/grid/copygrob/copygrobs.R
However I can't figure out how to apply this to a ggplot (basically I
don't know how to write a syntactically correct gPath),
p <- # minimal example
qplot(0,0)+ annotate("text",0,0,label="test")
g <- # store the plot as a grob
ggplotGrob(p)
# structure of the grob
grid.ls(g) # rather large!
# find a particular grob in the gTree
getGrob(g,"texts", grep = T)
# next step, modify,...
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...-f Makefile
make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/release/bin'
Making distclean in .
make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/release'
rm -rf .libs _libs
rm -f *.lo
rm -f
rm -f libtool
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/release'
rm -f Makefile
make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/release'
Making distclean in debug
make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/d...
2008 Jun 10
1
Sweave, ggplot2 and two-page figures
...', fill=alpha("grey", 0.4)) +
scale_shape(solid=FALSE,name="BOS\nFalse = 0\nTrue = 1") +
scale_size_identity() + facet_grid(bos2 ~ ., margins=TRUE)
+scale_colour_manual(name="BOS\nFalse = 0\nTrue = 1", values=c("blue",
"purple")))
grid.gedit(gPath("strip","label"),gp=gpar(fontsize="14", col="red"))
@
I am unable to get the plot with the modified strip labels to be
included. It is created as the second page of the first plot and only
the first page is included in the latex document. I want the second...
2008 May 07
1
Not to draw the xaxis ticks in ggplot2
>library(ggplot2)
>(p<- qplot(mpg, wt, data=mtcars))
What I am doing is to set color of the ticks to hide them.
>grid.gedit(gPath("xaxis", "ticks"), gp=gpar(col="white"))
It should be a better way to achieve the purpose. Thanks.
2009 Feb 04
0
Two issues with ggplot2 - grid.gedit doesn't work from source file & grid.gedit effects are not preserved
...doesn't work from source file
Reproduce - copy the code shown below into an R source file, and of course save off in the appropriate location. Then copy the the first line "source("C:/TestCode.R")" into R and run. Notice that you get the following error:Error in editDLfromGPath(gPath, specs, strict, grep, global, redraw) :
'gPath' (text) not found
Now however, copy the below into R and runn it all. Notice that the code runs to completion. Is this expected? Is there a fix?
(2) grid.gedit effects are not preserved
After completing (1). Navigate to the loca...
2007 Oct 25
1
Strange behavior with time-series x-axis
I recently called plot(x,y) where x was an array of POSIXct timestamps,
and was pleasantly surprised that it produced a nice plot right out of
the box:
z <- as.POSIXct(c("2006-10-26 08:00:00 EDT","2007-10-25 12:00:00 EDT"))
x <- seq(z[1],z[2],len=100)
y <- 1:100
plot(x,y,type="l")
The X axis had nice labels, one tick mark every other month. (Plotting
on
2003 Apr 12
1
GENERIC kern compile error 4.8-STABLE
...2
db3-3.3.11,1 The Berkeley DB package, revision 3
db4-4.0.14_1,1 The Berkeley DB package, revision 4
What could be wrong?
[FAIL]
===> vesa
rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o vesa.ko vesa.kld
vesa.o scvesactl.o @ machine symb.tmp tmp.o opt_vga.h
rm -f .depend GPATH GRTAGS GSYMS GTAGS
cd /usr/obj/Disk1/usrsrc/sys/CERAKERN;
MAKESRCPATH=/Disk1/usrsrc/sys/dev/aic7xxx/aicasm make -DBOOTSTRAPPING
-f /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/Makefile
Warning: Object directory not changed from original
/Disk1/usrobj/Disk1/usrsrc/sys/CERAKERN
cc -O -pipe -nostdinc -I/usr...
2007 Jul 13
1
ggplot usage question
...;blue",
quantiles=seq(0,1,0.005), distribution=qunif)
> ggplot(movies, aes(x=rating)) + layer(geom="line", colour="blue",
stat="qq", distribution=qunif, quantiles=seq(0,1,0.005))
I also tried to use grid.gedit but could not figure out the
appropriate gpath to use.
Thanks,
Pete
2008 Feb 20
1
overdrawing a plot
Se ha borrado un texto insertado con un juego de caracteres sin especificar...
Nombre: no disponible
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080220/6f4fc6bc/attachment.pl
2008 May 06
1
ggplo2: x_discrete labels size/direction
Hi everyone,
I've got quite a few labels along the x axis and ggplot2 basically just
crams them on top of each other.
Is it possible to reduce the font size and/or text direction?
Stretching the "windows" device window manually also helps, but I found that
setting the parameters for the pdf device (where my scripts should print the
data), such as paper="a4r" just results
2008 Aug 29
1
ggplot2: Changes to grobs not saved to file output
Hello,
Maybe I missed something - most likely .:-(
I create a gplot and then makes some changes to the plot using grid graphics
functions. These changes show up on the display OK, but when I save using
ggsave() the grid changes do not show up. How do I save the plot with these
changes?
Thanks in advance.
--
View this message in context:
2012 Nov 29
0
[PATCH] Add gtags and tags rune in gitignore.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index f6edc43..d849a4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,11 @@
*.spot
*.spit
TAGS
+GTAGS
+GRTAGS
+GPATH
+GSYMS
+tags
cscope.files
cscope.in.out
cscope.out
--
1.7.10.4
2008 Mar 30
1
[PATCH 1/2] Add SECRET_TEST_CODE to AM_CONDITIONAL in configure.ac
Otherwise, automake will fail to process vivified/code/Makefile.am
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index a3e186b..0e28374 100644
--- a/configure.ac
+++ b/configure.ac
@@ -300,6 +300,7 @@ else
AC_MSG_NOTICE([Vivified was not enabled.])
fi
AM_CONDITIONAL(HAVE_VIVI, [test "x$HAVE_VIVI" = xyes])
2009 Sep 27
0
puzzle with drawDetails for a class derived from a gTree
...t;test", right="big too?", gp=gpar(cex=2))
# here only the left grob is altered???
grid.edit("test::right", gp=gpar(cex=2)) ## fails
## as "test" doesn't have children, apparently
# similarly
grid.gedit("right", right="testing")
# 'gPath' (right) not found
sessionInfo()
R version 2.9.2 (2009-08-24)
i386-apple-darwin8.11.1
locale:
en_GB.UTF-8/en_GB.UTF-8/C/C/en_GB.UTF-8/en_GB.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets grid methods
[8] base
2009 Mar 21
1
Forestplot () box size question
...p(clip[1]), ticks)
if (max(upper, na.rm = TRUE) > clip[2])
ticks <- c(ticks, exp(clip[2]))
xax <- xaxisGrob(gp = gpar(cex = digitsize, col = col$axes),
at = log(ticks), name = "xax")
xax1 <- editGrob(xax, gPath("labels"), label =
format(ticks, digits = 2))
grid.draw(xax1)
}
}
else {
if (is.null(xticks)) {
grid.xaxis(gp = gpar(cex = digitsize, col = col$axes))
}
else if (length(xticks)) {
grid.xaxis(at = xticks,...
2003 Apr 14
2
4.8-STABLE GENERIC buildkernel fail
...u know the reason...
I'm still running 4.6-STABLE, and would soon like the new 4.8-STABLE
kernel made.
Regards,
Johan Christiansen
_________
===> vesa
rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o vesa.ko vesa.kld
vesa.o scvesactl.o @ machine symb.tmp tmp.o opt_vga.h
rm -f .depend GPATH GRTAGS GSYMS GTAGS
cd /usr/obj/Disk1/usrsrc/sys/GENERIC;
MAKESRCPATH=/Disk1/usrsrc/sys/dev/aic7xxx/aicasm make -DBOOTSTRAPPING
-f /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/Makefile
Warning: Object directory not changed from original
/Disk1/usrobj/Disk1/usrsrc/sys/GENERIC
cc -O -pipe -nostdinc -I/usr/i...
2012 Jul 24
11
[PATCH 01/12] configure: Add -nographic command line option to qemu.
Without this option, configure will fail when there is no display.
Signed-off-by: Masami HIRATA <msmhrt at gmail.com>
---
configure.ac | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index de8a064..61d6f69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -593,16 +593,16 @@ working.
AC_MSG_FAILURE([$QEMU version must be >=
2017 Jul 07
3
[PATCH v3 0/3] gobject: Remove gtk-doc.
Another test, the same as before.