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
- Follow-Ups:
- Re: ListLinePlot Marker Location
- From: peter <plindsay.0@gmail.com>
- Re: ListLinePlot Marker Location
- From: peter <plindsay.0@gmail.com>
- Re: ListLinePlot Marker Location