MathGroup Archive 1998

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

Search the Archive

Re: Routines inside Epilog

  • To: mathgroup at smc.vnet.net
  • Subject: [mg14382] Re: Routines inside Epilog
  • From: "Pedro Teixeira" <teixeira at math.brandeis.edu>
  • Date: Sun, 18 Oct 1998 15:09:50 -0400
  • Organization: Brandeis University
  • References: <7040at$i3i@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Try 

Plot[f[x], {x, 0, 3}, 
  Epilog -> Table[Line[{ {.2 i, 0}, {.2 i, f[.2 i]}, {.2 i+.2, f[.2 i]}
}], {i,15} ]]

Greetings!
Pedro Teixeira


  • Prev by Date: Re: Adding equations
  • Next by Date: Re: Adding equations
  • Previous by thread: Re: Routines inside Epilog
  • Next by thread: Recommended books for Mathematica