Re: ListPlot the output of Print
- To: mathgroup at smc.vnet.net
- Subject: [mg4537] Re: [mg4431] ListPlot the output of Print
- From: Allan Hayes <hay at haystack.demon.co.uk>
- Date: Wed, 7 Aug 1996 04:17:43 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Mike at utk.edu (Mike)
[mg4431] ListPlot the output of Print
writes
>>>>>>>>>>>>>>>>>>
How can I easily render the output of a print statement to ListPlot
without the cut & paste routine.
Example:
Do [ Print[ N[ {x,Sin[x]} ] ] , {x,0,2Pi,Pi/6}]
{0, 0}
{0.523599, 0.5}
==== [MESSAGE SEPARATOR] ====