Glad to see this as well.
Two notes on Dirk's comments:
1) As Dirk wrote, the changes in 2.15.2 apply to almost any X11
system (although, as the NEWS says, this change is particularly crucial
with Ubuntu's new Unity interface).
2) The additional two files mentioned by Dirk are only usefu
On 06/12/2012 03:50 PM, Davor Cubranic wrote:
On 2012-06-07, at 12:05 PM, Philip Johnson wrote:
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
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 cons
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
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) #