Displaying 20 results from an estimated 200 matches similar to: "Text on a boxplot graph"
2017 Feb 01
2
Buttons too big in Firefox for Linux
On Wednesday 01 February 2017 14:34:48 Alice Wonder wrote:
>
> Use CSS to set the button size.
>
What I'm looking for is how do I fix the web browser, not how do I fix my web
pages. To go down the CSS route means that I'll have to amend every CSS /
HTML to fix the problem. It then doesn't fix the problems I have if I visit
other people's web pages, although to be fare
2017 Feb 03
0
Buttons too big in Firefox for Linux
On Wed, 2017-02-01 at 14:41 +0000, Gary Stainburn wrote:
> To go down the CSS route means that I'll have to amend every CSS /
> HTML to fix the problem.
The idea is to use one .css file for entire web sites, or large
divisions of a single web site.
You could see if a Firefox plug-in can help.
Could it be something in "<!DOCTYPE HTML PUBLIC" ?
My
2008 Jun 07
2
SuperMemo 2006 Crashes at Startup
Hopefully someone can help me debug this. I run this package on XP, trying to get to work on Ubuntu Heron using wine 1.0-rc4. I have tried launching this program under XP, 2000, ME, and 98 without success under wine.
When I launch the program, I get a popup that says:
Runtime error 216 at 00406124
I ran wine from the command line and got the following information:
dangillis at
2005 Mar 30
5
2d plotting and colours
Hi!
I am new to R just 3 days in it and i apologize if my questions seem very
trivial and consumed your valuable time.
I am coding in perl and i stumbled upon R regarding plotting good
statistical graphs.
I tried the kmean clustering for a large matrix ,say > 150 * 150 . I tried
the example code given in the tutorial to perform 2d plot
# i ranges from 2 to 10
cl <- kmeans(x, i, 20)
2009 May 14
0
can I plot a matrix of colors?
Hi all,
I have a 36x14 matrix of hexadecimal coded colors (see attached file) that
was created with the following code:
cellcol[is.na(cellcol)] <- "#FFFF00"
#Aliceblue
cellcol[cellcol < 5] <- "#F0F8FF"
#Skyblue1
cellcol[cellcol >= 5 & cellcol < 20] <- "#87CEFF"
#Blue
cellcol[cellcol >= 20 & cellcol < 35] <- "#0000FF"
2000 Feb 29
0
mapping of colornames into hsv: half way done
Ok,
now we have the mapping of color names to color codes (see below) and
conversion to rgb (something like Ben Bolker's function), but how to convert
rgb to hsv?
Thanks to Brian Ripley, Peter Dalgaard and Ben Bolker
Details below
Regards
Jens
etc/colors.big maps 455 names to rgb in S syntax
etc/rgb.txt maps 657 names to rgb in C syntax, but unlike colors() it has
mixed upper and
2011 Jul 04
0
HOTK france client
Hello,
I'm using wine 1.3.23 on ubuntu 10.10 64 (but i tried lots of different versions 1.2.x 1.3.x etc and new prefixes with winetricks) but i can't get to run the game you can find here:
http://www.hotkfrance.com/menu/download
The "official" client found here runs smooth though!:
http://hotk.perfectworld.com/download
any hint would be greatly appreciated
Thanks
2009 Jul 14
1
Newbie - can't get articad to run
I have just installed articad but when I run it I get the following error log:
Code:
fixme:cryptasn:WVTAsn1SpcSpOpusInfoDecode 0x13bb14, 48, 00000000, (nil), 0
wine: Unhandled page fault on execute access to 0x00000200 at address 0x200 (thr
ead 0009), starting debugger...
Unhandled exception: page fault on execute access to 0x00000200 in 32-bit code (
0x00000200).
Register dump:
CS:0023 SS:002b
2008 Jul 01
0
Blitzkrieg+Linux
Hi,
I installed Blitzkrieg (I'm using wine 1.1.0): Burning Horizon, but game crashes after intro movies. There's only black screen and I can hear sound for few seconds and then I have to kill wine process:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f098,0x00000000), stub!
fixme:msxml:domdoc_QueryInterface interface {df0b3d60-548f-101b-8e65-08002b2bd119} not implemented
2007 Mar 19
1
Newbie with BibleWorks
Hi all,
I'm a complete newcomer to Wine and hoped to be able to run a Windows App out of
the box: BibleWorks7. It installs (standard Installshield) although it shouts
about a lot of 'fixme' stuff in the process.
On trying to run the program, it looks as if it going to start, showing its main
windows including some hebrew/greek fonts, but puts up a "Register Now?"
2010 Mar 10
2
ggplot2: "varwidth"-equivalent for geom_boxplot?
Hi,
Is there such a thing? If no: is it easily simulated?
thanks, Joh
2000 May 18
0
Control of box and staple width in boxplot()
I''d like to make the following changes (differences are from R1.0.1):
boxplot.default()
1c1
< function (x, ..., range = 1.5, width = NULL, varwidth = FALSE,
---
> function (x, ..., range = 1.5, width = NULL, varwidth = FALSE,
boxwex=0.8,
37c37,38
< bxp(groups, width, varwidth = varwidth, notch = notch,
---
> bxp(groups, width, varwidth = varwidth,
1997 Sep 24
0
R-alpha: boxplot(..., varwidth = TRUE, ...) in 0.50a4
To use Ron Ziegler's famous phrase, that argument is "no longer
operative". The code for the bxp function, which is what is called to
actually do the plotting, has a section
if (!is.null(width)) {
if (length(width) != n | any(is.na(width)) |
any(width <= 0))
stop("invalid boxplot widths")
width <- 0.8 * width/max(width)
}
else if (varwidth) {
2008 Jan 20
2
Newbie question on subsets
Hi...
I'm working through the book, A Handbook of Statistical Analyses
using R by Everitt, and I'm trying to do the following (p. 19 of his
book):
boxplot(log(marketvalue)~country,
data = subset(Forbes2000,
country %in% c("United
Kingdom","Germany","India","Turkey")),
ylab="log(marketvalue",
2008 Jan 18
1
gboxplot (JMP Diamond plot in R?)
I am looking to replicate the functionality of the JMP diamond plot in R. I have found the following enhancement and no other references(see below). I have tried to contact the author via email and I have had no luck.
Does any know if this functionality exists in R? If it does not does anyone know how to contact the author of the enhancement request?
"Hi,
I experimented with a set of S
2006 Oct 18
1
Assertion failure with Dovecot 1.0rc10
Hi,
I am seeing the following (with Dovecot 1.0 rc10):
Oct 18 07:35:58 dovecot: IMAP(user): UIDs broken with partial sync in mbox file /var/mail/user
Oct 18 07:35:58 dovecot: IMAP(user): mbox sync: UID inserted in the middle of mailbox /var/mail/user (15314 > 9604, seq=5, idx_msgs=224)
Oct 18 07:35:59 dovecot: IMAP(user): file mbox-sync-rewrite.c: line 405 (mbox_sync_read_and_move): assertion
2010 Jun 24
2
boxplot width
Hi everyone,
I made this set of boxplots that would show me the widths of some sites
broken up by some chromosome, but I don't know how to make it indicate the
number of data points that created the boxplot.
How do I do that?
boxplot(data$site~data$chr,varwidth='TRUE')
--
View this message in context: http://r.789695.n4.nabble.com/boxplot-width-tp2266805p2266805.html
Sent from the
2005 Apr 15
2
Newbie question
Hola!
I''m trying to follow the User Manual''s example on how to run ttylinux on
xen and failing.
# xm create ttylinux-xen.cf -c
Using config file "ttylinux-xen.cf".
Started domain ttylinux, console on port 9604
************ REMOTE CONSOLE: CTRL-] TO QUIT ********
Linux version 2.6.11-xenU (horape@elanor.compendium.net.ar) (gcc version
3.3.5 (Debian 1:3.3.5-3)) #1 Thu
2009 Apr 27
1
Changing color of points in violin plot
Hello,
I am trying to graph a violin plot like the example in
panel.violin(lattice) with the singer data - see below
Does anyone know how to change the color of the boxplot on the graph
from blue to green? I tried a number of changes, but to no avail.
Thanks for your help,
John
bwplot(voice.part ~ height, singer,
panel = function(..., box.ratio) {
2010 Jan 12
2
Placing eps files from R into Adobe InDesign documents: specifying fontfamily
This is a solution I am posting for a problem that others may have.
If you want to:
1. Place lattice graphics from R into an Adobe InDesign document, and
2. Use the export as eps function in R to maximize resolution (it is much
better than exporting as a metafile or bitmap), and
3. Use long strings of text in your titles or captions or to label your
axes.
Then you will have problems because: