MathGroup Archive 2007

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

Search the Archive

PlotMarkers alignment problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81968] PlotMarkers alignment problem
  • From: Mark Fisher <particlefilter at gmail.com>
  • Date: Mon, 8 Oct 2007 00:00:41 -0400 (EDT)

Hi all,

In the following, the "circle" plot markers do not seem to be aligned
with the data points:

ListPlot[{{0, 0, 0}, {0, 0, 0}},
 PlotMarkers -> {Graphics[Text["\[EmptyCircle]"]],
   Graphics[Point[{0, 0}]]}, GridLines -> {Range[3], {0}}]

Do others have this problem? Is this a bug?

It can be "fixed" by offsetting the text,

Text["\[EmptyCircle]", {0, 0}, {-.25, .1}]

but why should this be necessary?

--Mark



  • Prev by Date: Issue with Locator's crosshairs object
  • Next by Date: Re: What is the purpose of the Defer Command?
  • Previous by thread: Re: Issue with Locator's crosshairs object
  • Next by thread: Re: PlotMarkers alignment problem