Displaying 20 results from an estimated 20000 matches similar to: "X11 not available"
2002 Feb 17
5
Horizontal Boxplot
Hello all.
I'm just a beginner trying to draw a boxplot and I don't know why every time
I try to make it horizontal I receive the error message "parameter
'horizontal' couldn't be set in high-level plot() function". Can anybody give
me an advice?
Here is the code:
opar <- par(ask = interactive() && (.Device == "X11" || .Device ==
2003 Sep 06
1
X11 not available
Hi All,
After compiling R-1.7.1 on a P4 running a default install of redHat 9
(which of course has X11), I get the following error:
> x11()
Error in x11() : X11 is not available
This is surprising, because in ./configure I gave:
./configure \
--enable-R-shlib \
--with-x \
--with-lapack \
--with-gnome
Any idea why this is happening? It also occurs if i install the rpm from
CRAN...
Thanks a
2002 May 29
1
bug in xfig()?
I'm using (Linux version) xfig() within a function
and then simple matplot() and matline() plots.
Although I do not define any bg or fg default color,
sometimes all lines in the final fig file are green.
The same code works as (I) expected if I use
x11() or pdf().
This is what I'm doing:
I open 2 devs:
xfig()
dev.set(2)
layout(mat1)
xfig()
dev.set(3)
2003 Nov 19
3
X11/ graphics problem
Hello
I'm moving from using R 1.8 for Windows to using Linux (Redhat version 9)
and I cannot get any graphics. However everything else maths, models
equations is fine-- and much quicker. I built from the source file following
the commands in the install manual.
>plot(1:10, 1:10)
does nothing! So clearly I have a problem with X Windows.
> capabilities()
jpeg png tcltk
2005 Sep 04
2
Is 'xorg-x11-devel' equivalent to 'XFree86-devel'?
The readme states as requirement that XFree86-devel be installed for RedHat
boxes. I'm running FC4 which doesn't use XFree-86 but xorg-x11. Are these
equivalent, and will the installation of xorg-x11-devel meet the installation
requirments?
--
Claude Jones
Bluemont, VA, USA
2010 Jul 17
1
Bug 14340 - Symbols() plots with wrongly scaled y-axis
Hello, I submitted this bug report to r-core and got a rejection
saying I should post to r-help.
This is my first time ever submitting a bug report, so forgive me if
I'm using some wrong format.
So, here's my bug report:
Component: Graphics
OS: Mac OS 10.5.8, X11 XQuartz 2.5.0
Summary:
In the symbols function of the graphics package, scaling of the y-axis is
wrong, causing symbols
2006 May 19
6
rmagick->X11 on MacTel Howto?
I needed to install rmagick/GraphicsMagick on an IntelMac and did so
from Darwinports. Some things work and others don''t work, like
rendering fonts which needs X11 fonts and X server. The rmagick page
at rubyforge points to ..
http://developer.apple.com/opensource/tools/runningx11.html
where X11 link to Apple is broken.
X11User.pkg talked about on the page above no longer exists at
2005 Jan 04
2
x11 is not available
Dear list,
I have problems installing R-2.0.1 on SUSE Linux 9.2. I used the
following commands in order install R in
/usr/local
./configure --with x11 --with-readline
make
make install
When starting R and trying to display a plot on the X-window system
output is written to a postscript file. When I try to run x11 with
>x11()
Error in X11(): X11 is not available.
I do have a running
2005 Jun 24
1
Mahalanobis distances
Dear R community
Have just recently got back into R after a long break and have been amazed at
how much it has grown, and how active the list is! Thank you so much to all
those who contribute to this amazing project.
My question:
I am trying to calculate Mahalanobis distances for a matrix called "fgmatrix"
>dim(fgmatrix)
[1] 76 15
>fg.cov <- cov.wt(fgmatrix)
2003 May 21
2
Size of x11 device
I've fairly recently changed my Linux desktop, and now use a XFree86
server. The default X11() window is rather small: it is supposed to be
7" x 7". However,
1) It is actually just over 5" x 5" and
2) 7" x 7" would be rather small on a 21" screen.
The reason for 1) is that DisplayWidthMM give 542mm, when it is really
close to 400mm (and the correct
2013 Sep 26
8
[Bug 69830] New: Kernel 3.11 and newer hang at X11 start with NVIDIA GeForce GT 430
https://bugs.freedesktop.org/show_bug.cgi?id=69830
Priority: medium
Bug ID: 69830
Assignee: nouveau at lists.freedesktop.org
Summary: Kernel 3.11 and newer hang at X11 start with NVIDIA
GeForce GT 430
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: alan at signal11.us
2008 Jun 06
2
Why doesn't formatC( x, digits=2, format="g") doesn't always give 2 sig figs?
Hi all
I am not a C programmer, but I am trying to understand formatC to
get consistent printing of reals to a given number of significant
digits.
Can someone please explain this to me? These first three give what
I expect on reading ?formatC:
> formatC(0.0059999, digits=2,format="fg",flag="#")
[1] "0.0060"
> formatC(0.59999,
2009 Mar 20
12
[Bug 20780] New: nouveau corrupts and crashes on 7800gt when NoAccel= false after a few drawing operations
http://bugs.freedesktop.org/show_bug.cgi?id=20780
Summary: nouveau corrupts and crashes on 7800gt when
NoAccel=false after a few drawing operations
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2012 Oct 29
2
GTK_2.18.5-X11.pkg
Does anyone know where I can download the GTK_2.18.5-X11.pkg? It has been removed from r.research.att.com/libs/ and I need it to use the RQDA package on my mac. Is there anyone who can direct me to someone who might have the file? Any help would be greatly appreciated.
- Cory
2008 Jun 09
1
Bug/Error in formatC? (Was: Why doesn't formatC( x, digits=2, format= "g")...)
Hi all
After posting what follows, Duncan Murdoch suggested perhaps a bug
in formatC, or an error on documentation. Any comments?
In particular, bug, error or not, any ideas about how I can
consistently get two significant figures to print?
P.
---------- Original Message ----------
Hi all
I am not a C programmer, but I am trying to understand formatC to
get consistent printing of
2008 Jan 07
1
How to rearrange lattice graphics output?
My question arises when I use levelplot graphics. For example,
levelplot(z~x*y|fg) where fg is a factor with three levels of
'a','b','c'. The panels come out in a default order. I would like to
rearrange the panels in a manner of 'c','b','a'. I used
fg<-ordered(fg, levels=c('c','b','a'))
But the panels are still the
2004 May 06
1
X11 fonts cannot be loaded - SuSE Linux solution
Dear list,
I would like to make a comment how to solve the X11 font problem under
SuSE Linux (9.0) when you get the message:
"X11 font at size 16 could not be loaded".
After having modified /etc/X11/XF86config as root (see below) you have
to run 'SuSEconfig' as root as well else nothing might be changed in the
X-Server.
After that no further messages should appear.
HTH,
2006 Feb 17
4
ssh x11 forwarding problem
I'm running into an a problem with x11 forwarding over ssh
I'm trying to run an application (rasmol - molecule viewing program)
which when using the the default setup for x11 forwarding causes the
following error:
X Error of failed request: BadAccess (attempt to access private
resource denied)
Major opcode of failed request: 132 (MIT-SHM)
Minor opcode of failed request: 1
2009 Aug 17
2
[PATCH] kms: Fix <nv11 hardware cursor.
---
src/drmmode_display.c | 29 +++++++++++++++++--
src/nouveau_hw.h | 17 +++++++++++
src/nv_cursor.c | 74 ++++++++++++++++++++++++------------------------
src/nv_proto.h | 2 +
4 files changed, 82 insertions(+), 40 deletions(-)
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index f2fe0e8..7acddf1 100644
--- a/src/drmmode_display.c
+++
2010 Mar 19
2
lattice grob
Dear list,
I'm trying to arrange various grid objects on a page using a
frameGrob. It works fine with basic grobs (textGrob, gTree, etc.), and
also with ggplot2 objects using the ggplotGrob() function. I am
however stuck with lattice. As far as I understand, lattice produces a
list of class trellis, which is eventually displayed using the
plot.trellis method. I am not sure if/how one can