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
- Follow-Ups:
- Re: PlotMarkers alignment problem
- From: "Ricardo Samad" <resamad@gmail.com>
- Re: PlotMarkers alignment problem