Plot[] will not plot functions when one of the functions in list
- To: mathgroup at smc.vnet.net
- Subject: [mg129168] Plot[] will not plot functions when one of the functions in list
- From: Peter Äendula <cendos at gmail.com>
- Date: Wed, 19 Dec 2012 04:58:05 -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
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
- Follow-Ups:
- Re: will not plot functions when one of the
- From: James Stein <mathgroup@stein.org>
- Re: will not plot functions when one of the
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: will not plot functions when one of the