MathGroup Archive 2005

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

Search the Archive

Re: suppressing graph objects

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60913] Re: suppressing graph objects
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Mon, 3 Oct 2005 04:06:12 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On 10/2/05 at 1:54 AM, jackgoldberg at comcast.net (Jack Goldberg)
wrote:

>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?

Plot[f[x], {x, a, b}, DisplayFunction->Identity][[1,1,1,1]]

will do what you want
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: VectorHeads much too big
  • Next by Date: BinCounts
  • Previous by thread: Re: suppressing graph objects
  • Next by thread: Re: suppressing graph objects