Re: Problems with ListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg88922] Re: Problems with ListPlot
- From: "Szabolcs HorvÃt" <szhorvat at gmail.com>
- Date: Wed, 21 May 2008 14:51:21 -0400 (EDT)
- References: <g0tqvp$mkj$1@smc.vnet.net> <g0uaj8$4vc$1@smc.vnet.net>
On Tue, May 20, 2008 at 1:22 PM, dh <dh at metrohm.ch> wrote:
> Szabolcs Horvát wrote:
>
>>> 2) In addition of 1 point and 1 line (2 other should be clipped as
>>> they lie outside of the range) I see 2 points, where the line crosses
>>> the lower and upper edges of the plot.
>>
>> I don't really understand this second question ...
>>
> Hi,
> if you set Joined -> True, there are 2 points visible at:{1.5,0.5} and
> {2.5,1.5} that should not be there.
> Version:"6.0 for Microsoft Windows (32-bit) (February 7, 2008)"
> Daniel
Oh, sorry, now I see what the OP meant. The Mesh option influences
this, but I couldn't find a workaround ...
It would probably be quicker not to use ListPlot at all, and just
build up the plot from graphics primitives (i.e. quicker than finding
a workaround for this bug) ... It would also make handling plot
markers easier ...