Skip to content

Plotting to A4 and replacing x-axis with actual years.

2 messages · Marshall Mdoka, Uwe Ligges

#
1)I have figures in a 3 rows and 3 columns. I tried to plot with:

postscript("trend_jfm.eps", horizontal=FALSE, onefile=TRUE)

I am getting the output cut. I am in linux (slackware) version 9 I think.
I have tried to add in some of the extra conditions like for A4 as in the
manual but still haveing bits of my sliced. Hope its more detailed now.

2)For putting of the years I have used the following command:

plot(cmap[1,1,1:23]+cmap[1,2,1:23]+cmap[2,1,1:23]+cmap[2,2,1:23],pch="+",ylim=c(0,0.6),ylab="Freque
ncy",main=c("Quadrant 1 pvalue
=",pvalue,"slope=",slope),xlab="Year")
axis(side=1,at=seq(2,22,by=5),labels=seq(1980,2000,by=5))

I then repeat for all the 9 figures. However, the 1 5 10 etc is not being
over overwritten by default as mentioned in the manual.I had an option of
adding in axes=FALSE but I dont like the output which removes the covering
border.

Hope its clear now.
On Thu, 31 Mar 2005, Mulholland, Tom wrote:

            
**********MLM*********************************

Marshall L. Mdoka
Climate Systems Analysis Group,
University of Cape Town,
Private Bag, Rondebosch, 7701
Cape Town, South Africa
Tel: +27 (0)21 650 5774
Fax: +27 (0)21 650 5773
Cel: +27 (0)83 528 8553
e-mail: mmdoka at egs.uct.ac.za/mdoka1 at yahoo.com
#
Marshall Mdoka wrote:

            
Tom Mulholland asked you to specify a *reproducible* example. Yours is 
not reproducible at all, since we do not have the data!
Please specify a small example with some artificial data.
You are looking for the argument xaxt="n", I guess. See ?par.


Uwe Ligges