MathGroup Archive 2009

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

Search the Archive

ListLinePlot Marker Location

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101099] ListLinePlot Marker Location
  • From: "Kevin J. McCann" <Kevin.McCann at umbc.edu>
  • Date: Wed, 24 Jun 2009 06:31:12 -0400 (EDT)
  • Organization: University System of Maryland

I believe that the markers in ListLinePlot are not centered on the 
actual points. Please see the following example:


s1 = {0, 0, 0, 0, 0, 0, 1, 0, 0, 0};
ListLinePlot[s1, PlotRange -> All, PlotMarkers -> Automatic,
  Prolog -> {AbsolutePointSize[10], Red, Point[{7, 1}]}]


Any ideas?

Thanks,

Kevin


  • Prev by Date: soap films
  • Next by Date: how to make .nbp?
  • Previous by thread: Re: Re: soap films
  • Next by thread: Re: ListLinePlot Marker Location