Bug ListPlot?
- To: mathgroup at smc.vnet.net
- Subject: [mg2755] Bug ListPlot?
- From: wself at viking.emcmt.edu (Will Self)
- Date: Wed, 13 Dec 1995 02:01:47 -0500
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