|
[Date Index]
[Thread Index]
[Author Index]
Re: ListPlot output
- To: mathgroup at smc.vnet.net
- Subject: [mg46594] Re: ListPlot output
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Wed, 25 Feb 2004 13:06:50 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
On 2/24/04 at 9:04 PM, massimo.sironi at st.com (Massimo Sironi) wrote:
>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?
Sure is.
Add the option DisplayFunction->Identity to the list of arguments for the ListPlot statement. That will suppress all output of ListPlot.
--
To reply via email subtract one hundred and four
Prev by Date:
Re: PowerExpand
Next by Date:
Re: Computing sets of equivalences
Previous by thread:
Re: ListPlot output
Next by thread:
Re: ListPlot output
|