|
[Date Index]
[Thread Index]
[Author Index]
Re: PlotMarkers alignment problem
- To: mathgroup at smc.vnet.net
- Subject: [mg82002] Re: [mg81968] PlotMarkers alignment problem
- From: "Ricardo Samad" <resamad at gmail.com>
- Date: Tue, 9 Oct 2007 05:36:21 -0400 (EDT)
- References: <200710080400.AAA16042@smc.vnet.net>
Hi Mark,
I am having the same problem, and not only with circles, but with any
symbol. I wrote to this group (see
http://forums.wolfram.com/mathgroup/archive/2007/Sep/msg00437.html and run
the lines listed there) but nobody answered me. It seems to be a bug.
Ricardo
On 10/8/07, Mark Fisher <particlefilter at gmail.com> wrote:
>
> 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
>
>
>
--
____________________________________
Ricardo Elgul Samad
tel: (+55 11) 3133-9372
fax: (+55 11) 3133-9374
Centro de Lasers e Aplica=E7=F5es
IPEN/CNEN-SP
AV. Prof. Lineu Prestes 2242
Cidade Universit=E1ria
05508-000
S=E3o Paulo - SP
Brazil
____________________________________
Prev by Date:
Re: Graphing the Separatix
Next by Date:
Re: rule based program for "Deleting repeated members of a list."
Previous by thread:
PlotMarkers alignment problem
Next by thread:
NumberForm question
|