MathGroup Archive 2011

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

Search the Archive

Re: SetOptions does not work with Grid

  • To: mathgroup at smc.vnet.net
  • Subject: [mg115747] Re: SetOptions does not work with Grid
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Thu, 20 Jan 2011 06:26:03 -0500 (EST)

Mesh->All within SetOptions is still ignored with v8 on a Mac.


Bob Hanlon

---- Alexey <lehin.p at gmail.com> wrote: 

=============
Hello,
I confirm this behaviour in Mathematica 7.01 under Windows.
I do not have Mathematica 8 and I have another related question: does the
following old bug with SetOptions and ListPlot fixed in Mathematica 8?

SetOptions[ListPlot, Joined -> True, Mesh -> All];
ListPlot[Sqrt[Range[40]]]

(Mesh -> All is ignored in Mathematica 7.01)

Istv=E1n Zachar <z... at freemail.hu> wrote:
> Dear Group
>
> SetOptions is notoriously ignorant in case of some functions, like
> Grid, see code below. First grid appears without a a frame, though it
> should have one. Is it a bug? Is there a workaround other than
> Untprotecting Grid and use Options[Grid] = {new options..}?
>
> SetOptions[Grid, Frame -> All];
> Grid[{{1, 1}, {2, 2}}]
> Grid[{{1, 1}, {2, 2}}, Frame -> All]
>
> Istv=E1n



  • Prev by Date: Re: bug when 'p' fails to evaluate?
  • Next by Date: Style Question: The Functional Way
  • Previous by thread: Re: SetOptions does not work with Grid
  • Next by thread: Re: SetOptions does not work with Grid