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