MathGroup Archive 2011

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

Search the Archive

Re: Plot in a Module

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123900] Re: Plot in a Module
  • From: "Nasser M. Abbasi" <nma at 12000.org>
  • Date: Thu, 29 Dec 2011 02:52:47 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jdeqb2$8ob$1@smc.vnet.net>
  • Reply-to: nma at 12000.org

On 12/28/2011 4:17 AM, Sam Takoy 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
>

May be

Print[Plot[...]];

--Nasser




  • Prev by Date: Make FullDefinition[] or Information[] use InputForm for output
  • Next by Date: beginner question regarding units in equations
  • Previous by thread: Re: Plot in a Module
  • Next by thread: Re: Plot in a Module