Re: What's happening with Show[] in Mathematica 6?
- To: mathgroup at smc.vnet.net
- Subject: [mg79018] Re: [mg79005] What's happening with Show[] in Mathematica 6?
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Mon, 16 Jul 2007 02:10:47 -0400 (EDT)
- Reply-to: hanlonr at cox.net
Do[Print[Plot[Sun[x i], {x, -3, 3}]], {i, 1, 10}]
Table[Plot[Sun[x i], {x, -3, 3}], {i, 1, 10}] // ColumnForm
Table[Plot[Sun[x i], {x, -3, 3}], {i, 1, 10}] // Column
Bob Hanlon
---- krassi at veltrade.net wrote:
> I tryed to run older notebooks in Mathematica 6 and I have this
> problem: when I have the Show[] function in somewhere, it doesn't plot
> anything!
> Fro example, run this:
> Do[Plot[Sun[x i],{x,-3,3}],{i,1,10}]
>
> It doesn't output anything!
> What's the problem?
>
>