|
[Date Index]
[Thread Index]
[Author Index]
Re: Re: How to suppress plot output ?
- To: mathgroup at smc.vnet.net
- Subject: [mg58895] Re: [mg58882] Re: How to suppress plot output ?
- From: yehuda ben-shimol <bsyehuda at gmail.com>
- Date: Sat, 23 Jul 2005 05:32:03 -0400 (EDT)
- References: <da5jmc$25r$1@smc.vnet.net> <200507220558.BAA06899@smc.vnet.net>
- Reply-to: yehuda ben-shimol <bsyehuda at gmail.com>
- Sender: owner-wri-mathgroup at wolfram.com
Use the DisplayFunction->Identity option to supress the output. Use
DisplayFunction->$DisplayFunction to make it reappear in Show.
for example
g=Plot[Sin[x],{x,0,2Pi},DisplayFunction->Identity];
Show[g,DisplayFunction->$DisplayFunction];
yehuda
On 7/22/05, Paul McHale <paul.mchale at _no_$pamearthlink.net> wrote:
> On Sat, 2 Jul 2005 08:36:28 +0000 (UTC), Paul McHale
> <paul.mchale at _NO_$PAMearthlink.net> wrote:
>
>
> Thank you for all the replies!
>
>
Prev by Date:
Re: Combinatorica functions doc
Next by Date:
Re: formatting question
Previous by thread:
Re: How to suppress plot output ?
Next by thread:
How build a function repeating the same pattern?
|