MathGroup Archive 2009

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

Search the Archive

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
> 


  • Prev by Date: Re: display of graphics primitives
  • Next by Date: Re: ListLinePlot Marker Location
  • Previous by thread: Re: ListLinePlot Marker Location
  • Next by thread: Re: ListLinePlot Marker Location