MathGroup Archive 1997

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

Search the Archive

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: Sun, 8 Jun 1997 22:22:33 -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: ecuacion mathemática
  • Next by Date: Re: Any uses for SequenceHold ?
  • Previous by thread: ecuacion mathemática
  • Next by thread: Re: Re: Getting values from a Plot - Correction