MathGroup Archive 2000

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

Search the Archive

How to draw a vertical line ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26071] How to draw a vertical line ?
  • From: Robert Tartarin <tartarin at zeus.sc-eco.univ-nantes.fr>
  • Date: Wed, 22 Nov 2000 01:55:58 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

>> How to draw a vertical line ?
>> [question from lysov at paloma.spbu.ru]

Addendum:

A simple solution so as to use Epilog easily is to give high y-values to
the endpoints of the vertical :

Plot[Sin[x], {x, 0, 10}, Epilog -> {Line[{{4, -10^6}, {4, 10^6}}]}] ;

To know what 'high y-values' means you need some knowledge on the magnitude
over the range of the functions you plot .

Robert Tartarin
5 place R. Salengro
44000 Nantes
02 40 48 47 77

MacOS 8.6, Eudora L. 313, Word 6 et 98 [préférence pour les formats TEXT ou
RTF]




  • Prev by Date: Triangular Interpolate
  • Next by Date: TexForm and subscripts
  • Previous by thread: Triangular Interpolate
  • Next by thread: TexForm and subscripts