-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear List, I have to plot some histograms with the hist()-function. My y-axis describes the relative counts in percent, so every y-axis should be from 0-100. My problem is, that the y-axis stops at the maximum value and does not reach up to 100. Is it possible to use a fixed y-axis for all my plots? Thank you for your help cheers Stephan - -- - -------------------------------------- Stephan Holl GnuPG Key-ID: 11946A09 ICQ# 117277975 - -------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9dc1wEg9SKhGUagkRAj5zAJ0YuKHzePKVzUjgAPE7UJ9YKaswPgCeIH4r PIYP1hIYOEoVVduN42eE848=yg2U -----END PGP SIGNATURE----- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Stephan Holl wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Dear List, > I have to plot some histograms with the hist()-function. My y-axis > describes the relative counts in percent, so every y-axis should be from > 0-100. > My problem is, that the y-axis stops at the maximum value and does not > reach up to 100. > Is it possible to use a fixed y-axis for all my plots? > > Thank you for your helphist(..., ylim = c(0, 100)) Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 At Wed, 04 Sep 2002 11:42:05 +0200 Uwe Ligges wrote: Hello Uwe> hist(..., ylim = c(0, 100))thank you, I just solved it myself with hist(..., ylim=range(0,100)) cheers Stephan - -- - -------------------------------------- Stephan Holl GnuPG Key-ID: 11946A09 ICQ# 117277975 - -------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9ddkBEg9SKhGUagkRAh6VAJ9OTE/m0WDDci9gTmkN+8XN1x3p1gCfTsrp Y2vnKzPTf+IMRNgOUPagwoA=lwnk -----END PGP SIGNATURE----- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._