Re: will not plot functions when one of the
- To: mathgroup at smc.vnet.net
- Subject: [mg129199] Re: will not plot functions when one of the
- From: Bob Hanlon <hanlonr357 at gmail.com>
- Date: Thu, 20 Dec 2012 03:27:06 -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: <20121219095805.D3A056968@smc.vnet.net>
I see the same; however, the workaround is obvious: list1 = {1, Null, y}; Plot[Evaluate[DeleteCases[list1, Null]], {y, 0, 1}] list2 = DeleteCases[list1, Null]; Plot[list2, {y, 0, 1}] Bob Hanlon On Wed, Dec 19, 2012 at 4:58 AM, Peter =C4=8Cendula <cendos at gmail.com> 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 >
- References:
- Plot[] will not plot functions when one of the functions in list
- From: Peter Äendula <cendos@gmail.com>
- Plot[] will not plot functions when one of the functions in list