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
- Follow-Ups:
- Re: ListPlot output
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: ListPlot output