MathGroup Archive 2008

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

Search the Archive

ListPlot still ignores SetOptions[] command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90519] ListPlot still ignores SetOptions[] command
  • From: lehin.p at gmail.com
  • Date: Fri, 11 Jul 2008 02:06:07 -0400 (EDT)

Hello,
In version 6.03 some bug in ListPlot is fixed and the following code
works well:

SetOptions[ListPlot, Joined -> True];
ListPlot[Range[50]^2]

But adding Mesh -> All is ignored:

SetOptions[ListPlot, Mesh -> All, Joined -> True];
ListPlot[Range[50]^2]

As I understand the bug is still here.


  • Prev by Date: Re: Almost symbolic computations (?)
  • Next by Date: Re: Symbol function, a question
  • Previous by thread: Re: Defining Functions and Simplifying Solutions
  • Next by thread: Re: ListPlot still ignores SetOptions[] command