Hi.

I tested the svn snapshot from yesterday to see if the problem is there for me 
in the most recent version. I had to do the check on a linux box, as that one 
is the only one I am able to compile on. The svn version states itself as 1.0.0 
also in matplotlib.__version__ which I hope is ok. The "strange" behavior is 
still there.

Besides: Where would the correct place be to switch the level of detail 
parameter. Once for the axes in add_subplot or for every plot command, or both?

Jens


From: Jens Nie [mailto:j...@roseninspection.net]
Sent: Wednesday, September 01, 2010 10:03 AM
To: matplotlib-users@lists.sourceforge.net
Subject: Re: [Matplotlib-users] How to get all data points plotted/displayed in 
a line plot

Hi Ben.

It is the version 1.0.0 that i am using, both on Linux and windows. Is there 
any newer (development) version that I should try?

Jens


[...]

Is there any way to enforce plotting each and every point?

I use matplotlib version 1.0.0 on a 32 Bit windows XP system installed via the 
windows installer from sf.
A quick check on a opensuse 11.3 linux box showed the same issue. Using the 
"standard" TK backend instead of Qt4Agg behaves just the same.

Jens


Jens,

Which version of matplotlib are you using?  I wonder if this is the 
path.simplify bug that was fixed for 1.0.

Essentially, there was a bug in some code that caused some points to be skipped 
in the process of displaying images that had datapoints that were closer 
together than could be resolved.  I suspect this is what is happening here, 
because everything looks fine on my latest build.

Ben Root
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to