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