|
From: Till S. <mai...@gm...> - 2011-12-06 13:43:01
|
David Belohrad <david.belohrad@...> writes: > This leads me to a conclusion, that matplotlib somehow 'chooses' the > data to be displayed. > > How can I force it to display all the data? I do not mind if not all the > data are displayed in the graph, but it seems that it does not bother to > skip as well the peaks, which are of utmost importance... > > any help appreciated. > This looks like a old matplotlib bug, where the path simplification didnt work right, so maybe updating your matplotlib version would help. I think you can set path.simplify to false in your matplotlib rc. |