MathGroup Archive 2011

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

Search the Archive

Re: Plot in a Module

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123893] Re: Plot in a Module
  • From: Joseph Gwinn <joegwinn at comcast.net>
  • Date: Thu, 29 Dec 2011 02:50:22 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jdeqb2$8ob$1@smc.vnet.net>

In article <jdeqb2$8ob$1 at smc.vnet.net>, Sam Takoy <sam.takoy at yahoo.com> 
wrote:

> Hi,
> 
> How does one use the Plot command inside a Module? I find that if one
> places a semi-colon after the command, then the output is suppressed.
> But it also seems illegal to skip the semi-colon? So how does one do
> it?
> 
> Many thanks in advance,
> 
> Sam

Make the plot command, or a Show[], the last expression in the Module.

Joe Gwinn



  • Prev by Date: Re: Plot in a Module
  • Next by Date: DeleteCases
  • Previous by thread: Re: Plot in a Module
  • Next by thread: Re: Plot in a Module