Displaying 20 results from an estimated 1300 matches similar to: "Re Re: R 1.9.1 (PR#7158)"
2018 Mar 10
0
[ANNOUNCE] xwininfo 1.1.4
Alan Coopersmith (5):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Print which option was in error along with usage message
Add -version option to print program version
xwininfo 1.1.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Olivier Fourdan (1):
xwininfo: do
2019 Jul 14
0
[ANNOUNCE] xwininfo 1.1.5
xwininfo prints information about windows on an X server.
Alan Coopersmith (4):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Clear -Wsign-compare warnings from gcc 7.3
xwininfo 1.1.5
David Hill (1):
In Find_Client, if (win == XCB_WINDOW_NONE), roots should be freed.
Stéphane Aulery (1):
Improve manpage and -h option
git
2023 Apr 09
0
[ANNOUNCE] xwininfo 1.1.6
xwininfo prints information about windows on an X server.
Various information is displayed depending on which options are selected.
This release adds an option, disabled by default, to use libxcb-errors to
improve the reporting of any X protocol error messages that may occur.
To enable it, pass --with-xcb-errors to configure.
Alan Coopersmith (8):
gitlab CI: add a basic build test
2007 Aug 27
0
[ANNOUNCE] xwininfo 1.0.3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Alan Coopersmith:
X.Org bug #10616: Add all the X info commands to See Also in man page
renamed: .cvsignore -> .gitignore
Man page formatting: make -geometry bold like other options
Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Purge unused code from dsimple.c
dsimple.c: ANSIfy function
2006 May 29
2
line over multiplot
Dear Listmembers,
I do have a multiplot with 1 row and 4 columns (4 scatter plots with
same x- and y-axe plotted in one row). I would like to draw a horizontal
line across the whole multiplot at a certain y-value. Unfortunately the
normal abline command stops between the plot.
I hope my problem is clear and there is somebody who can help me
Thanks in advance
Thomas H.
2008 May 26
2
windows opening off screen
Hi,
I'm having problems with windows which open off-screen and are thus inaccessible. Until recently, I ran my laptop with an external monitor in a dual-screen configuration. Now, I'm back to a single screen, but some wine apps appear to be trying to start up elsewhere.
So, I can verify that the program is running using ps and xwininfo:
wtipton 6652 26.5 2.3 2662984 36500 ?
2010 Nov 30
2
Adding text to a multiplot (via mfrow)
Hi
I have created a set of 4 barplots using mfrow=c(2,2) and need to
add a heading that spans the margin of the bottom 2 graphs.
I have used locator(1) to find the coordinates but I dont seem to be able to
add text anywhere on this multiplot.
I would be really grateful if anyone could tell me if there is a simple
method of achieving this.
Many thanks
Sam Jones
--
View this message in
2006 Oct 09
1
[PATCH] dbus terminate action
I was always annoyed that you couldn't terminate an action with dbus so
I have
written this patch which fixes that. Hopefully this can be included.
I wrote the patch trying to repeat as little code as possible so I just
added a boolean
parameter to the dbusHandleActivateMessage and changed the name to
dbusHandleActivateDeactivateMessage. You could probably change the
deactivate
parameter
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
Aaron Plattner (11):
Bug #12015: Use the right offsets in the dst arguments of pixman_blt.
stride is in FbBits-sized chunks, but xoff is not.
Bump video driver ABI for pci-rework.
Set noCompositeExtension to TRUE when failing to initialize the extension (e.g. when Xinerama is enabled).
Don't segfault on shutdown if we never managed to connect to dbus.
2007 Feb 27
2
Invisible window problem
There is a bug which I am seeing and a few people are reporting
on the forum.
The problem is a hidden window which is always rendered on
top. It is always short and wide and appears near the
bottom-center of the screen.
Here is the output from xwininfo on that window, xprop produces
nothing.
xwininfo: Window id: 0x3400787 (has no name)
Absolute upper-left X: 294
Absolute upper-left Y:
2011 Dec 07
1
Help! I couldn't put multiple qplot on the same page...
Hi all,
I am stuck at ploting multiple graphs on one page. I don't why it doesn't work.
All the 6 plots are either exactly the same, or they simply don't plot
at all. I made sure that in each iteration the "datasub" and
"factorsub" are different ...
Could you please help me?
Thanks a lot!
I did my homework and followed the following advice:
1998 Mar 26
1
R-beta: multiplot using fig
I followed Bill Venables's suggestion and tried to make a multiplot figure
with fig (using R .62).
> x<-rnorm(100)
> y<-rnorm(100)
> x11()
> par(fig=c(0,2/3,0,1))
> plot(x,y)
> par(fig=c(2/3,1,0,1))
> qqnorm(x)
> postscript(file="twoplot.ps")
> par(fig=c(0,2/3,0,1))
> plot(x,y)
> par(fig=c(2/3,1,0,1))
> qqnorm(x)
However
2009 Apr 17
1
multiplot plot spacing and text strip
Hi everyone,
I have a certain requirement and I'm not sure what to do.I need to reduce
the spacing between plots in a multiplot. Make them really close together
such that they almost touch.
Also, I need to add a rectangular strip under my plot(very close to it) such
that the strip contains some text describing it.
Any help is appreciated
--
Rajesh.J
[[alternative HTML version deleted]]
1998 Mar 16
1
R-beta: multiplot figure problems
I wanted to have a figure consisting of 2 square plots, one above the
other (2 rows, 1 column).
I am using 61.1 on Linux.
I did:
> x1<-rnorm(100)
> y1<-rnorm(100)
> par(mfcol=c(2,1))
> plot(x1,y1,pty="s",mfg=c(1,1,2,1))
> plot(x1,y1,pty="s",mfg=c(2,1,2,1))
The resulting figure consists of two plots, one above each other, BUT they
are extremely squished in
2008 Oct 31
0
Desktop-operations in Metacity and Compiz.
Hello,
I'm developing a fancy screenshot application for the GNOME-desktop
using GTK and GDK libraries (and some Xlib stuff too).
When taking a screenshot of a window, my code first finds out in which
desktop the window lies (resides) and then moves to that desktop and
takes a screenshot. This is quite easy to do under the Metacity window
manager, but I cannot make this work right in Compiz
2002 Sep 27
0
Undefined reference in R-1.5.1 under Mac OS X 10.2.1 Jaguar
Hi
I installed R-1.5.1 on a Mac G4 under OS X 10.2.1 Jaguar, which
requires X11.
Then I got this while trying to run XDarwin I downloaded from Fink:
---
[YonedaK-mac4:~] yoneda% startx -- -quartz
...
dyld: xterm Undefined symbols:
xterm undefined reference to _tgetent expected to be defined in
/usr/lib/libSystem.B.dylib
xterm undefined reference to _tgetstr expected to be defined in
2004 Oct 25
2
par("usr") trouble in multiplot axis scaling
Hello,
I'm blotting a series of growth curves into a multiplot environment
created with layout().
since I want the four plots to be easily visually comparable, I do the
following:
#first plot
plot(x,y,<stuff>)
standarduser<-par()$usr
...
<some fitting>
...
lines(spline(x, <fitted_equation>))
#everything all right till here
# second plot
plot(x,y,<stuff>)
1997 Nov 10
2
R-alpha: text outside plots
When text() is used to write a string in the margin of a plot (for
example, between plots on a multiplot screen), the words appear on the
window but not when a postscript file is produced. In fact, they are
in the file, but clipped. This should be made consistent, preferably
so that they appear in both.
Jim
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-devel
2009 Jul 01
1
abline going out of bounds
Hi,
I have a multiplot of 6 rows and 1 column.I need to draw vertical lines in
each plot.However when I use abline(v=locator(1)$x) in some plots the line
only comes for half the box and it goes beyond the box in others.I suspect
this has something to do with the margins.any help?
--
Rajesh.J
[[alternative HTML version deleted]]
2013 Mar 09
1
Changing default order of plots in par
Hi,
I wanted to change the order of how the plots appear in a multiplot
scenario. For example, in the code below:
#####
pdf('test.pdf',width=8,height=8)
par(mfrow = c(2,2))
for(i in 1:2){
v1 <- sample(1:1000,50)
v2 <- sample(1:1000,50)
mat <- cbind(v1,v2)
plot(v1,v2)
boxplot(mat)
}
dev.off()
#######
The plot ordering is that the first row gets filled in first,