Displaying 9 results from an estimated 9 matches for "do_axi".
Did you mean:
do_axis
2002 Jun 11
1
R 1.5.0: axis() does not honor the xaxp argument (PR#1654)
----------------------- transcript --------------------------
$ R --vanilla
R : Copyright 2002, The R Development Core Team
Version 1.5.0 (2002-04-29)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type `license()' or `licence()' for distribution details.
R is a collaborative project with many contributors.
Type
2004 Mar 22
1
persp(), axis font size
Is there a way to adjust the font size for axis labels when using
persp()? The parameter cex works for adjusting the global font size, but
I can't seem to make cex.lab or cex.axis work for adjusting these
values independently. Or, is there a preferred method for making surface
plots in R?
I'm using R version 1.8.
Thanks,
Manuel
2005 Jun 12
1
y-axis and resizing window
hi
using plot(..., las=1), i.e. horizontal axis labels, the labels on the
y-axis jams if the heigth of the graphics windov becomes too low
while both x-axis and y-axis kind of removes superflus lables with las=0
(default)
is there a way to make plot behave alike with horizontal lables?
regards s??ren
2000 Mar 06
1
A new way for an Alpha to fail
Previously I had managed to get R-0.99.0 to compile and pass the tests
on a Debian Linux/Alpha 2.2 system by recompiling src/main/optim.c by
hand omitting the -O2 flag.
I just tried R-1.0.0 on a similarly configured machine, although not
the same machine as before, and it compiled ok but failed the tests.
This time it fails on
bessel> x <- seq(0, 4, len = 501)
bessel> plot(x, x, ylim
2011 Mar 02
0
axis, title & padj
...g out these adjustments, the x-axis text
is clearly shifted up (i.e. the bottom of the text is aligned at the
specified margin line) while the y-axis text is shifted left (i.e. the
bottom of the text is still aligned with the specified margin line).
2) This observation lead me to realize that do_axis and do_title in
plot.c assume padj=0 most of the time (there are exceptions depending on
par()$las).
I'm no expert in the R code base, but the yLineBias adjustments appears
like they might have been intended to restore symmetry -- but it only
works for mex=1.
Is there a reason why, inste...
2008 Jun 16
2
in axis() suppressing axis line but keeping tick marks
I've been trying to figure out a parameter that will let you separately
adjust the parameters for the axis line from the tick mark.
In the following example, I would like to suppress the axis line, but keep
the tick marks.
Thanks,
Andrew
foo <- data.frame(x=1:3, y=4:6)
plot(foo$x, foo$y, type="n", axes=F)
points(foo$x, foo$y)
axis(side=1, at=foo$x, lty=0) #would like to figure
2006 Jan 17
1
Font size of axis labels
Hi all,
In R, it is not possible to set the font size of axis labels directly
(AFAIK). Instead, scaling factors for the font chosen by the graphics
device can be supplied. It appears that there is no constant font size
for axis labels. My impression is that the axis label font size is
scaled internally by R depending on the number of labels given for an axis.
In addition to the R-internal
2005 Feb 23
6
Getting tick positions
While writing a function that includes placing grid lines at the same position
as the axis ticks, I found that the axis* functions don't return anything.
Thus I have had to copy the appropriate function, removing the call to axis()
and adding a line to return the tick positions. Is there a more elegant way
to determine the tick positions on an axis? Thanks.
Jim
(normally bitwrit at
2003 Feb 28
2
R Graphics Crash Problem
...f_GText (x=1.4252316199752113,
y=0.44224368861108854,
coords=1, str=0x0, xc=0.5, yc=0, rot=0,
dd=0xa21758) at graphics.c:3761
#5 0x000874a4 in Rf_GMtext (str=0x9ffcf0 "2", side=1,
line=1.8999999999999997, outer=0, at=2, las=0,
dd=0xa21758)
at graphics.c:4390
#6 0x000b01e8 in do_axis (call=0x2dd1c0, op=0x1d8eac,
args=0x1bab20, env=0x0)
at plot.c:1129
#7 0x00099e50 in do_internal (call=0x1807b4,
op=0x94da80, args=0x850598,
env=0x85011c) at names.c:1044
#8 0x00072444 in Rf_eval (e=0x2dd134, rho=0x85011c)
at eval.c:404
#9 0x0007350c in do_begin (call=0x2dcc34,
op=0x1cb...