MathGroup Archive 1995

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

Search the Archive

Bug ListPlot?

  • Subject: [mg2755] Bug ListPlot?
  • From: wself at viking.emcmt.edu (Will Self)
  • Date: Wed, 13 Dec 1995 02:01:47 -0500
  • Approved: usenet@wri.com
  • Distribution: local
  • Newsgroups: wri.mathgroup
  • Organization: Wolfram Research, Inc.

A student of mine wanted to get plots of some data points.  He wanted
to show the points large and connect them with lines. . Here is what he
did:

data={{1,1},{2,3},{3,2}}

LogLogListPlot[data,GridLines -> Automatic,
PlotStyle -> {PointSize[0.04]}]

LogLogListPlot[data,GridLines -> Automatic,
PlotStyle -> {PointSize[0.04]}, PlotJoined -> True]


In the first plot, he got large points but in the second plot the large points
were absent.  He is doing this on a PC.  I tried this also on a Macintosh and
got the same behavior.  Would someone try it on somethihng else and see
what happens?  Would you call this a bug in ListPlot?

Will Self


  • Prev by Date: Re: Windows NT or Linux
  • Next by Date: Re: Re: X-FrontEnd crashes upon certain keystrokes
  • Previous by thread: Speedcomparison of Mathematica on Various Machines
  • Next by thread: Bug ListPlot?