MathGroup Archive 2000

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

Search the Archive

Does anything replace Recall[] ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg24365] Does anything replace Recall[] ?
  • From: piovere at pdq.net (rob)
  • Date: Wed, 12 Jul 2000 23:13:08 -0400 (EDT)
  • Organization: PDQ.net (using Airnews.net!)
  • Sender: owner-wri-mathgroup at wolfram.com

In "Mathematica, A Practical Approach" (p. 146) the author tells how
to label a plot with the line that generates it.  Running the
following line before a plot:

SetOptions[{Plot, ListPlot}, PlotLabel :> ToString[Recall[$Line]]];

apparently used to work.  Now (ver 4.0), I get "Recall[the line
number]" instead of the line itself.  The Help shows no evidence of
Recall[] so I assume the command has been dropped. 

This would be neat to use -- anyone know of a replacement for this
functionality?

Thanks, Rob


  • Prev by Date: FrameLabel rotation wrong
  • Next by Date: Did I something wrong?
  • Previous by thread: Re: FrameLabel rotation wrong
  • Next by thread: Re: Does anything replace Recall[] ?