MathGroup Archive 2007

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

Search the Archive

Re: How to show the plot in Module[{}, ]?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77383] Re: How to show the plot in Module[{}, ]?
  • From: Bhuvanesh <lalu_bhatt at yahoo.com>
  • Date: Thu, 7 Jun 2007 04:05:07 -0400 (EDT)
  • Organization: The Math Forum

Plot no longer has the side-effect of creating a Graphics cell as it used to in 5.2. Maybe something like

a[] := Module[{},
  Print["I'll be good!"];
  Print[Plot[Cos[x], {x, 0, 10}]];
  Print["Fine,me too"];]

Bhuvanesh,
Wolfram Research


  • Prev by Date: Re: Mapping a pure function with 2 conponents.
  • Next by Date: PolyLogs
  • Previous by thread: How to show the plot in Module[{}, ]?
  • Next by thread: Re: How to show the plot in Module[{}, ]?