Re: Re: Getting values from a Plot - Correction
- To: mathgroup at smc.vnet.net
- Subject: [mg7518] Re: [mg7483] Re: Getting values from a Plot - Correction
- From: Allan Hayes <hay at haystack.demon.co.uk>
- Date: Tue, 10 Jun 1997 10:48:53 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Please change Cases[Plot[....], Line[x]->x, Infinity] to Cases[Plot[....], Line[x_]->x, Infinity]