MathGroup Archive 2008

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

Search the Archive

Problems with ListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg88878] Problems with ListPlot
  • From: igorvict at gmail.com
  • Date: Tue, 20 May 2008 02:26:36 -0400 (EDT)

I noticed the following problems when creating ListPlot in Mathematica 6
(see the example):

ListPlot[{0, 1, 2},
 PlotMarkers -> Style["\[FilledCircle]", FontSize -> 12],
 Joined -> True, GridLines -> Automatic,
 PlotRange -> {{1, 3}, {0.5, 1.5}}, PlotRangeClipping -> False,
 ImagePadding -> 10]


1) The plot markers have an offset slightly to the left from their
correct position

2) In addition of 1 point and 1 line (2 other should be clipped as
they lie outside of the range) I see 2 points, where the line crosses
the lower and upper edges of the plot.

Any ideas on how to fix this?



  • Prev by Date: Re: Possible Bug Report: CoefficientList
  • Next by Date: an easy one?
  • Previous by thread: Re: Implementing a array assignment for custom data structure
  • Next by thread: Re: Problems with ListPlot