s-news
[Top] [All Lists]

Controlling Histogram Y-Axis length

To: "Snews \(E-mail\)" <s-news@lists.biostat.wustl.edu>
Subject: Controlling Histogram Y-Axis length
From: "Padma Illindra" <pillindra@quantros.com>
Date: Mon, 17 Dec 2001 18:44:26 -0800
Importance: Normal
Hi all,

I have a histogram in which X-axis shows the continuous data and Y-axis
shows the frequency count.  In my histogram, The length of Y-axis is showing
less than the maximum frequency count.  Can any of you let me know how to
increase the display of Y-axis length (frequency count).

Please find the code as shown below:

---------------------------------------------------------------
df<- get.default(objs[1], immediate=T)
lab <- "Histogram"
colVal <- df[[,arg1]]
colVal <- sort(as.integer(colVal))
hist(colVal, ylab = "Count", xlab = arg1, col=4, plot=T)
-----------------------------------------------------------------------

Thanks in advance for the help.

Padma



Padma Illindra
      MSCS, MSES
Systems Analyst,

Quantros, Inc
5361 Randall Place
Fremont, CA 94538


<Prev in Thread] Current Thread [Next in Thread>
  • Controlling Histogram Y-Axis length, Padma Illindra <=