s-news
[Top] [All Lists]

Re: barplot fonts :

To: Aldi Kraja <aldi@wubios.wustl.edu>
Subject: Re: barplot fonts :
From: Aldi Kraja <aldi@wubios.wustl.edu>
Date: Tue, 16 Dec 2003 17:29:26 -0600
Cc: s-news@lists.biostat.wustl.edu
In-reply-to: <3FDF834F.6060302@wubios.wustl.edu>
References: <3FDF834F.6060302@wubios.wustl.edu>
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
Hi,
In case someone else has a similar question, based on some experimenting the addition of cex in the end quote of the main=" ", cex=0.65 provided what I needed to control the font for the title, labels on X and scale labels on Y. In multiplots in one page Splus brings cex internal default to 0.5.
Aldi

Aldi Kraja wrote:

Hi,
Can someone tell how can I increase the fonts of the Y scale (right now the default is 1.0 2.0 and 3.0 in a very tiny scale) and the size of the letters for names (A B C D) of the variables in X axes?
Here is what I am running as default of splus:
   par(mfrow = c(7, 2), cex = 1, tck = -0.03)
barplot(y1, names = c("A", "B", "C", "D"), ylim = c(0, 3.), col = c(2, 3, 5, 7), xlab = " ",
       main = "First title goes here")
   etc.
TIA,
Aldi




<Prev in Thread] Current Thread [Next in Thread>