MathGroup Archive 2004

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

Search the Archive

ListPlot output

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46579] ListPlot output
  • From: Massimo Sironi <massimo.sironi at st.com>
  • Date: Tue, 24 Feb 2004 21:04:28 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi All!

I've a function like this:
(...)
For[i=0, i<MAX,
	MyArrayOfGraph[[i]] = ListPlot[...];
i++];
Return[MyArrayOfGraph];

The function works  without problem but, when I execute it, I see the 
output of any ListPlot, there is a way for hide the output of ListPlot?

Thanks for Help.
Massimo Sironi


  • Prev by Date: PowerExpand
  • Next by Date: Howto turn off using symbols to tag objects?
  • Previous by thread: Re: PowerExpand
  • Next by thread: Re: ListPlot output