Re: ListLinePlot Marker Location
- To: mathgroup at smc.vnet.net
- Subject: [mg101145] Re: ListLinePlot Marker Location
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 25 Jun 2009 07:12:52 -0400 (EDT)
- Organization: Uni Leipzig
- References: <h1sv64$mca$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, something like s1 = {0, 0, 0, 0, 0, 0, 1, 0, 0, 0}; ListLinePlot[s1, PlotRange -> All, PlotMarkers -> "\[ThinSpace]\[EmptyCircle]", Prolog -> {AbsolutePointSize[10], Red, Point[{7, 1}]}] should improve it. Regards Jens Kevin J. McCann wrote: > 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 >