MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: will not plot functions when one of the functions in list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129189] Re: will not plot functions when one of the functions in list
  • From: Bill Rowe <readnews at sbcglobal.net>
  • Date: Thu, 20 Dec 2012 03:23:12 -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

On 12/19/12 at 4:58 AM, 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}]

Yes with:

In[1]:= $Version

Out[1]= 8.0 for Mac OS X x86 (64-bit) (October 5, 2011)

I see a horizontal line plotted at y = 1

>2.the same code won't plots any functions in version 9:
>Plot[{1, Null}, {y, 0, 1}]

and with

In[1]:= $Version

Out[1]= 9.0 for Mac OS X x86 (64-bit) (November 20, 2012)

I see no plotted line





  • Prev by Date: Re: Input alias for Surd not working
  • Next by Date: Re: Input alias for Surd not working
  • Previous by thread: Re: Using a notebook as a notebook.
  • Next by thread: Re: Export graphics without notebook ( using .m file)