Displaying 4 results from an estimated 4 matches for "plfjohnson".
Did you mean:
pjohnson
2012 Sep 15
0
[Repost 1/3] The X11 device patch
[ Email resend 1 of 3 ]
From: Dirk Eddelbuettel <edd at debian.org>
To: R-core <R-core at r-project.org>
CC: Philip Johnson <plfjohnson at emory.edu>, edd at debian.org
Subject: The X11 device patch
Date: Wed, 27 Jun 2012 11:53:13 -0500
R Core,
*Great* to see this bubble up in the NEWS aggregation:
2.15.1 patched NEW FEATURES
The X11() window gains an icon: the latter may be especially useful on...
2011 Jan 17
1
format scientific + plotmath potential bug
I have run into a potential bug somewhere between format (specifically
scientific notation) and plotmath that results in displaying:
$1e+01^{2e+00}$
instead of
$10^2$
Reproduce by:
plot.new()
a=format(10, scientific=TRUE)
mtext(expression(10^2), line=1) # looks like $1e+01^{2e+00}$
10 # this fixes the problem on the next line
mtext(expression(10^2), line=2) # looks like $10^2$
I can
2011 Mar 02
0
axis, title & padj
Hi,
I often use par(mex = 0.5) as an easy way to shrink space used for
margins. However, I recently noticed that this leads to an asymmetry in
the positioning of the x vs. y axis labels and xlab / ylab -- the x-axis
labels are pushed into the tic-marks, while the y-axis labels look fine.
A more extreme example:
dev.new()
par(mex=.1, mar=c(10,10,10,10))
plot(1:10)
Tracking this down in the
2012 Jun 07
2
x11 icon and class
The X11 device driver does not provide the X window manager with an icon
(_NET_WM_ICON) or, under some circumstances, with a class (WM_CLASS).
This hinders usability under the new stable version of Ubuntu, which has
a (new) user interface centered around icons.
I am not sure if this was a conscious choice by r-core or simply a low
priority. In case of the latter, I attach a patch against