s-news
[Top] [All Lists]

Re: simple plot question

To: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
Subject: Re: simple plot question
From: Sven.Knudsen@adeptscience.dk
Date: Wed, 19 Jun 2002 09:13:55 +0200
Cc: <s-news@lists.biostat.wustl.edu>
Try this:

       xSeq<-1:8
       ySeq<-1:8
       plot(xSeq,ySeq, xaxt="n")

see also help for par for more information
Venlig hilsen / Best Regards

Adept Scientific

Sven J. Knudsen

*********************************************************************
Solutions for Technical Computing

Adept Scientific Aps             Tel: ; +45 48 25 17 77
Nordre Jernbanevej 13C       Fax: ; +45 48 24 08 47
DK-3400  Hillerød

Web:  http://www.adeptscientific.dk
WebStore:  http://www.adeptstore.dk
********************************************************************


|---------+------------------------------------>
|         |           "Kurbat, Matt"           |
|         |           <Matt.Kurbat@kmv.com>    |
|         |           Sent by:                 |
|         |           s-news-owner@lists.biosta|
|         |           t.wustl.edu              |
|         |                                    |
|         |                                    |
|         |           19-06-2002 06:57         |
|         |                                    |
|---------+------------------------------------>
  
>---------------------------------------------------------------------------------------------------------------------------------------------|
  |                                                                             
                                                                |
  |       To:       <s-news@lists.biostat.wustl.edu>                            
                                                                |
  |       cc:                                                                   
                                                                |
  |       Subject:  [S] simple plot question                                    
                                                                |
  
>---------------------------------------------------------------------------------------------------------------------------------------------|





Dear Splus Users,

I would like to make a plot with no numbers on the x-axis at all
(but with numbers on the y-axis).  For example, I've tried the
following, but it does not suppress numbers on the x-axis:

             xSeq<-1:8
             ySeq<-1:8
             plot(xSeq,ySeq)
             axis(1, ticks=F)

Does anyone have a suggestion?

Thank you for your help.

Best Regards,

Matt Kurbat

--------------------------------------------------------------------
This message was distributed by s-news@lists.biostat.wustl.edu.  To
unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
the BODY of the message:  unsubscribe s-news





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