|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: Bug in Mathematica ?
Next by Date:
How to "search" in a matrix?
Previous by thread:
Re: VectorHeads much too big
Next by thread:
Re: suppressing graph objects
|