MathGroup Archive 2007

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

Search the Archive

Re: ListPlot ignoring default options

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84270] Re: ListPlot ignoring default options
  • From: "David Park" <djmpark at comcast.net>
  • Date: Mon, 17 Dec 2007 01:48:03 -0500 (EST)
  • References: <fk2v70$nan$1@smc.vnet.net>

Dario,

It looks like a bug.

However, if you use the Presentations package it works.

Needs["Presentations`Master`"]

SetOptions[ListDraw,Joined->True];

Draw2D[
 {ListDraw[{1, 3, 2, 4}]},
 Frame -> True]

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


"nigol" <dario.buttari at gmail.com> wrote in message 
news:fk2v70$nan$1 at smc.vnet.net...
> Does anybody know why the two graphs below look different?  The second
> graph is not joined. It seems that ListPlot ignores the settings in
> Options[ListPlot].
>
> $Version
> 6.0 for Microsoft Windows (32-bit) (June 19, 2007)
>
> ListPlot[{1, 3, 2, 4}, Joined -> True]
>
> SetOptions[ListPlot, Joined -> True];
> ListPlot[{1, 3, 2, 4}]
>
> Thanks,
> Dario
> 



  • Prev by Date: Re: Invert Black/White Colors of Binary Images
  • Next by Date: Re: quadratic multiplication
  • Previous by thread: Re: ListPlot ignoring default options
  • Next by thread: quadratic multiplication