MathGroup Archive 2002

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

Search the Archive

RE: How do I put Arrow Heads on the ends of the Axis of my plots?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35592] RE: [mg35552] How do I put Arrow Heads on the ends of the Axis of my plots?
  • From: "David Park" <djmp at earthlink.net>
  • Date: Sun, 21 Jul 2002 01:01:11 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Needs["Graphics`Arrow`"]

Plot[Sin[x], {x, 0, 2Pi},
    Epilog -> {Arrow[{0, 0}, {7, 0}, HeadCenter -> 0.5], 
        Arrow[{0, 0}, {0, 1.2}, HeadCenter -> 0.5]},
    PlotRange -> {{0, 7}, {-1.1, 1.2}}];

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/ 

From: david barens [mailto:barnes at pullman.com]
To: mathgroup at smc.vnet.net

How do I put Arrow Heads on the ends of the Axis of my plots?





  • Prev by Date: Beep
  • Next by Date: Re: How do I put Arrow Heads on the ends of the Axis of my plots?
  • Previous by thread: How do I put Arrow Heads on the ends of the Axis of my plots?
  • Next by thread: Re: How do I put Arrow Heads on the ends of the Axis of my plots?