|
[Date Index]
[Thread Index]
[Author Index]
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]
Prev by Date:
Re: Mathematica and Calculus self tutor for MMA 3.0???
Next by Date:
A question !!!
Previous by thread:
Re: Re: Getting values from a Plot - Correction
Next by thread:
Re: Re: Re: Getting values from a Plot - Correction
|