MathGroup Archive 2008

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

Search the Archive

ListPlot Joined/Filling bug?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg86825] ListPlot Joined/Filling bug?
  • From: Alexander <mccormmach at gmail.com>
  • Date: Sat, 22 Mar 2008 00:53:58 -0500 (EST)

When I try to generate the following plot:

ListPlot[{

  {15138, 15309, 15341, 15640, 16109, 16675, 16730, 16756, 16797,
   17006, 17412, 17880, 18034, 18081, 18101, 18171, 18390, 18569,
   18821, 18830},

  {45373, 45784, 46153, 47525, 48197, 50014, 50141, 50239, 50342,
   50942, 51950, 52198, 52336, 52393, 52450, 52746, 53282, 53861,
   54593, 54624},

  {52282, 52487, 52633, 53318, 53766, 57825, 58235, 58333, 58564,
   59470, 60302, 61050, 61238, 61348, 61460, 61752, 62331, 63000,
   63731, 63792},

  {11595, 11635, 11663, 11829, 11912, 12704, 12793, 12807, 12845,
   13026, 13226, 13372, 13427, 13459, 13477, 13550, 13692, 13840,
   14023, 14027},

  {67539, 68026, 68260, 69793, 70561, 77539, 77729, 77868, 78137,
   80199, 81310, 81882, 82106, 82219, 82302, 82647, 83241, 83960,
   84724, 84785}

  }, Joined -> True]

I consistently hang Mathematica to the point where I have to restart
its kernel in order to restore functionality. Oddly, if Joined->True
is replaced with Filling->Axis, the problem persists, but if either
options is removed (so just the markers are plotted), the plot is
generated as expected.

Is anyone else seeing this behavior?

Any ideas what might be causing the problem?

I'm using 32-bit Mathematica 6.0.2.0 on Mac OS X 10.5.


  • Prev by Date: Re: Nice Mathematica stylestyle for Book Appendix
  • Next by Date: Re: Re: Fast way to select those elements from a list
  • Previous by thread: How can I make a fixed size arrowhead in 3D?
  • Next by thread: Re: ListPlot Joined/Filling bug?