MathGroup Archive 2009

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

Search the Archive

Re: ListLinePlot Marker Location

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101143] Re: [mg101099] ListLinePlot Marker Location
  • From: peter <plindsay.0 at gmail.com>
  • Date: Thu, 25 Jun 2009 07:12:29 -0400 (EDT)
  • References: <200906241031.GAA22994@smc.vnet.net>

Oh... sorry I think I see what you mean now.

2009/6/24 Kevin J. McCann <Kevin.McCann at umbc.edu>:
> 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
>
>



--
Peter Lindsay


  • Prev by Date: Re: Take away the sliders
  • Next by Date: Re: ListLinePlot Marker Location
  • Previous by thread: ListLinePlot Marker Location
  • Next by thread: Re: ListLinePlot Marker Location