Re: Plot[] will not plot functions when one of the functions in list
- To: mathgroup at smc.vnet.net
- Subject: [mg129705] Re: Plot[] will not plot functions when one of the functions in list
- From: Peter Äendula <cendos at gmail.com>
- Date: Wed, 6 Feb 2013 01:51:02 -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> <kauhp3$is2$1@smc.vnet.net>
As of v9.0.1 on Linux, the issue with Null in Plot has again the behavior it has with v8.0.4.
Thanks to Wolfram team to recover the old behavior!
Peter
On Thursday, December 20, 2012 9:20:51 AM UTC+1, Nasser M. Abbasi wrote:
> 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