Re: Plot[] will not plot functions when one of the functions in list
- To: mathgroup at smc.vnet.net
- Subject: [mg129196] Re: Plot[] will not plot functions when one of the functions in list
- From: "Nasser M. Abbasi" <nma at 12000.org>
- Date: Thu, 20 Dec 2012 03:25:55 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <kas2ur$chs$1@smc.vnet.net>
- Reply-to: nma at 12000.org
On 12/19/2012 3:55 AM, Peter =C4=8Cendula wrote: > Hey, please confirm if anybody else has this different behaviour: > > 1.this plots all functions in version 8: > Plot[{1, Null}, {y, 0, 1}] > > 2.the same code won't plots any functions in version 9: > Plot[{1, Null}, {y, 0, 1}] > > Best > Peter > Yes. confirmed on windows. I think it is looking at it as Plot[{1,} , {y, 0, 1}] and rejecting the whole thing as not valid? So may be it is fixed in V9 now and this is how it is supposed to work? --Nasser