MathGroup Archive 2012

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

Search the Archive

Re: List & Plot: do they parse options differently?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128187] Re: List & Plot: do they parse options differently?
  • From: "djmpark" <djmpark at comcast.net>
  • Date: Sat, 22 Sep 2012 02:47:26 -0400 (EDT)
  • 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: <16741433.61172.1348215442337.JavaMail.root@m06>

Attributes[ListPlot] 
{Protected} 

Attributes[Plot] 
{HoldAll, Protected} 

So:

s = ImageSize -> Small; 
Plot[x, {x, 0, 3}, Evaluate@s] 

This raises the question as to why the Function pages do not list the
Attributes of a function. Users would generally look to the Function page to
understand how to use a routine and the Attributes are important
information. 


David Park
djmpark at comcast.net 
http://home.comcast.net/~djmpark/index.html 


From: James Stein [mailto:james at stein.org] 

I may have temporary blindness, but I fail to see why the call to Plot fails
here:

Clear [ s ] ;
s = ImageSize -> Small;
ListPlot [ {  1, 2, 3 } ,  s ]
Plot [ x,  { x, 0, 3 } ,  s ]




  • Prev by Date: Re: creating a graphic in a text cell
  • Next by Date: Percentage of Primes
  • Previous by thread: Re: List & Plot: do they parse options differently?
  • Next by thread: Re: List & Plot: do they parse options differently?