MathGroup Archive 2000

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

Search the Archive

Re: vertical lines

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26068] Re: vertical lines
  • From: "Paul Lutus" <nospam at nosite.com>
  • Date: Wed, 22 Nov 2000 01:55:56 -0500 (EST)
  • References: <8ur0la$qu1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"Vitalij K. Lysoff" <lysov at paloma.spbu.ru> wrote in message
news:8ur0la$qu1 at smc.vnet.net...
> Hi, All!
> How I can draw the vertical line in 2-dimensional?
>

li := Graphics[{Line[{{-.5,0},{-.5,E^-.5^2}}],Line[{{.5,0},{.5,E^-.5^2}}]}]

pl := Plot[E^-x^2,{x,-3,3},DisplayFunction->Identity]

Show[pl,li, Axes->False,DisplayFunction->$DisplayFunction]

--

Paul Lutus
www.arachnoid.com





  • Prev by Date: Simplifying with positive constants
  • Next by Date: Triangular Interpolate
  • Previous by thread: vertical lines
  • Next by thread: Function of solve is not running !