Re: suppressing graph objects
- To: mathgroup at smc.vnet.net
- Subject: [mg60903] Re: [mg60890] suppressing graph objects
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Mon, 3 Oct 2005 04:06:02 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Plot[f[x], {x, a, b}, DisplayFunction -> Identity][[1, 1, 1, 1]] Bob Hanlon > > From: Jack Goldberg <jackgoldberg at comcast.net> To: mathgroup at smc.vnet.net > Date: 2005/10/02 Sun AM 01:54:41 EDT > Subject: [mg60903] [mg60890] suppressing graph objects > > 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 > >