MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: label origin on plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg57607] Re: [mg57583] label origin on plot
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Thu, 2 Jun 2005 05:16:45 -0400 (EDT)
  • Reply-to: hanlonr at cox.net
  • Sender: owner-wri-mathgroup at wolfram.com

Use a Frame

Plot[x,{x,0,4},Frame->True,Axes->False];

or a text annotation

Plot[x,{x,0,4},
    Epilog->{Text["0", {0,-0.25}]},
    PlotRange->All];


Bob Hanlon

> 
> From: "ptv-list at socilogy.osu.edu" <von-hippel.1 at osu.edu>
To: mathgroup at smc.vnet.net
> Date: 2005/06/01 Wed AM 06:03:53 EDT
> Subject: [mg57607] [mg57583] label origin on plot
> 
> In a 2-dimensional plot, Mathematica typically does not label the
> origin. I would like X=0 to be labeled as "0." Is this possible?
> 
> 


  • Prev by Date: Re: What is causing this error message?
  • Next by Date: simple set operations
  • Previous by thread: Re: label origin on plot
  • Next by thread: Re: label origin on plot