suppressing graph objects
- To: mathgroup at smc.vnet.net
- Subject: [mg60890] suppressing graph objects
- From: Jack Goldberg <jackgoldberg at comcast.net>
- Date: Sun, 2 Oct 2005 01:54:41 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hello,
Consider
In[1] := Plot[ f[ x ], { x, a, b } ][[1,1,1,1]
for some function f over a finite interval (a, b).
Mathematica returns a graph and
Out[1]= " a table of the form { x, f([x] } for various values of
x. "
I want the table but not the graph. How does one suppress the
graph? (I have this nagging feeling that the answer is trivial - but
it keeps slipping away.)
Thanks,
Jack