Displaying 20 results from an estimated 10000 matches similar to: "changing the text offset for axis labels"
2008 Sep 24
3
Is there a single command that can revert all the plotting parameters to default?
Hi, all,
This might be a stupid question. Is there a single command in R that
can revert parameters to default? It is much appreciated.
Best wishes,
Art Roberts
University of Washington
2010 Oct 07
2
text/mtext axis labels on graphs
Hello everyone
I have problem with axis labels on graphs, I have my code as below:
plot(0,0,xlim=c(1,ncol(PA)),ylim=c(1,nrow(PA)),main="Stratigraphic
Range",xlab="Time
Bins",ylab="Taxa",cex.axis=1.5,cex.lab=2,cex.main=2.5,mgp=c(5,1.5,0),xaxt="n")
text(1:(length(strat_name)), y= 0, adj=1,
srt=45,labels=strat_name,xpd=TRUE, cex=1) #adds text to x
2002 Jul 01
3
manipulating axis labels in grid and lattice
I am trying to use wireframe at the moment and the axis labels are
overlapping with the tick labels. It seems that gpar does not yet
utilize the mgp argument. Is there anyway to manipulate the position of
the axis labels?
The best I can manage so far is to manipulate the cex so as to shrink
everything down.
thanks, Carlo Maley
--
Dr. Carlo C. Maley
Staff Scientist
Fred Hutchinson Cancer
2008 Jul 29
2
Is there anyway to clip the bottom of a barplot?
Hi, all,
I need to show only values in a barplot from say 4-12. When I do
this, values below 4 are not cutoff. I would appreciate any input
into how I could cut the bottom part of the bar off.
Best wishes,
Art Roberts
University of Washington
Department of Medicinal Chemistry
2007 Jun 19
2
axis labels in multiple plots
Hi,
I'am trying to make a multiple bar plot over a map and I'm having difficulties with the distance
between axes labels and the axis. Trying to control this with mgp does not help because it
controls both axes simultaneously. For example, with default values (mgp = c(3, 1, 0)) y-axis
labels are ok, but x-axis labels are not. Setting mgp = c(3, 0, 0) gives good x-axis labels but
the
2008 Aug 04
5
Are there any guis out there, which will allow editing of the graph?
Hi, all,
I would like to know if there is any gui interface out there
(academic or commercial) that allows one to edit R-language generated
graphs (e.g positioning x axis labels.) It would be nice to have
something like the user interface of Igor or Origin. I have already
used JGR and R-gui. These are good, but they don't allow one to
easily edit graphs. I have also tried
2009 Oct 13
2
axis labels
Dear list,
why does the distance between the axis labels and the tick marks looks
different for x axis and y axis in the plot (see code below).
In fact, the x axis labels look furthest from the tickmarks than in the y
axis.
How can I make them look the same?
par(mfrow=c(1,1), cex.axis = 0.5, cex.lab = 0.5)
plot(1,1, axes = F)
axis(1)
axis(2)
Thanks in advance
Jonas
[[alternative HTML version
2016 Sep 20
2
smbldap-passwd does not update samba password
What do you mean by ACIs?
On Mon, Sep 19, 2016 at 3:56 PM, Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 09/19/2016 10:18 AM, Bernard Fay wrote:
>
>> Any idea what can be wrong on my server?
>>
>
>
> What are your ACIs?
>
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
>
2016 Sep 22
2
smbldap-passwd does not update samba password
I have never heard of ACI before and I really do not know what it is.
In the other hand, what does this have do to with the passwords in Samba?
Obviously, there are many things I do not know about LDAP and Samba but I
have to manage it....
On Tue, Sep 20, 2016 at 10:16 AM, Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 09/20/2016 04:05 AM, Bernard Fay wrote:
>
>>
2012 Mar 24
1
What windows attributes can I duplicate with rsync?
I'm looking to copy a quality of files from Windows Vista x64 to Windows
7 x64, between systems that are not domain members.
This would be between NTFS file systems.
I have some experience scripting rsync between Unix/Linux systems, so
I'm considering this as an option. But I'm unclear what Windows file
attributes etc. I can expect to keep or lose in such a transfer.
I've got
2009 Jul 16
1
axis label config mgp
I have long axis labels (8units) on the x axis and 2 unit number labels on
the y axis. I need to move the x axis title without moving the y axis
title. I have used mgp=c(title, label and line), but mgp moves both the x
and y titles. The following puts the y axis title way way out to the left.
Anyone know how to move just the x axis.
X11()
conif<-c("Control", "Switched
2008 Aug 03
2
How do I get an inset graph (i.e. graph within a graph)?
Hi, all,
How do I get an inset graph (i.e. graph within a graph)? Your input
is greatly appreciated.
Best wishes,
Art
University of Washington
Department of Medicinal Chemistry
2008 Jul 25
3
Bug in gap.plot
Hi, all
I am trying to make a plot with a axis break and I want the whole plot
to be line, not points. However, when I execute the following command
half of the graph is points and the other lines.
gap.plot(Xdata, Ydata,gap=c(5,6),gap.axis="x",type="l")
I think it might be a bug in plotrix. I would greatly appreciate your
input. If there is another way to do it, I
2008 Jul 28
1
Are there any packages that can process images other than pixelmap (i.e. pnm)?
Hi, all,
I am having trouble getting R to take pnm images via mogrify
i.e.
mogrify -resize 320x217 -format pnm *.png
However R via pixmap says that it can't read the file. If you have
any ideas like a package that can read jpeg files, etc., I would
appreciate it.
Best wishes,
Art Roberts
University of Washington
2011 Sep 25
2
Increase space between xlab and X axis tick labels
People,
I am using the "las=2" parameter to rotate the labels for the X axis
ticks but it means that they are almost touching the "xlab" string. I
have been messing around with the "mai" paremeter but that doesn't help
- is there some way of increasing the space between xlab and the X axis
tick labels?
Thanks,
Phil.
--
Philip Rhoades
GPO Box 3411
Sydney
2008 Aug 06
4
defining the distance between axis label and axis
Hi,
How can I make the distance between an axis-label and the axis bigger?
I haven't found anything in par()...
2007 Aug 08
2
Relocating Axis Label/Title --2
Apologies for the previous mail (I sent it off too early by mistake).
This is the correct example:
rm(list=ls())
D_mean<-seq(-5,5,length=100)
y<-exp(-D_mean^2/5)
pdf("my.pdf")
plot(D_mean,y,type="l",yaxt="n",lty=2,lwd=2,col="black",
ylab = list(expression(paste(dN/dlogD[agg]," ["*cm^-3*"]"))),
xlab = expression(paste(D[agg],"
2009 Jul 28
1
Moving axis-labels
Hi,
This is hopefully quite a straightforward quandary. I have made a simple R
plot but the values on my x-axis are sufficiently large enough that they
interfere my x-axis label. How can I shunt the x-axis label further away
from the x-axis?
Thanks
Jim
----------------------
JS Walker
jw2324 at bristol.ac.uk
2005 May 25
1
Plot: Distance between tick and tick label on y-axis
Hello,
I want to reduce the distance between my ticks and their labels. I managed
to do it for the x-axis, but the y-axis puzzles me. Here's an example where
there is no space between the x-asix ticks and labels.
par(las=1)
plot(runif(50), type="l",xaxt="n",yaxt="n",ylab="", bty="l")
axis(2)
axis(1,padj=-1.5)
#However,
axis(2,padj=-1.5)
2008 Jul 19
1
axis() ignores supplied value of argument mgp[3]?
It seems that when an argument 'mgp' is supplied to axis(),
the mgp[2] value (position of tick mark labels) is honoured
but the mgp[3] value (position of axis line) is ignored.
Example:
plot(1:5, xaxt='n', ann=FALSE)
par(mgp=c(0,2,1))
axis(1, at=2:4, mgp=c(0,-2,-3))
Axis line is plotted at margin line 1, tick mark labels at line -3.
Is this a bug?
J. R. M. Hosking