From: Paweł R. <go...@gm...> - 2010-01-14 10:24:41
|
hello, I'm a quite new user of matplotlib - currently I'm working with scikits.timeseries and ran into a problem with rendering plots. I can draw scatter plots with dots ('.'), but when using lines ('-', '--', or similar) the graph breaks when missing data occurs. The best way to describe the problem would be an example: I'm trying to render the first example from the page: http://pytseries.sourceforge.net/lib.plotting.examples.html and what I get looks like the plotting was somehow 'stopped' after the first occurence of a hole in the data: http://img191.imageshack.us/img191/5506/testg.png After changing the marks to dots ('.') it renders like this (correctly): http://img97.imageshack.us/img97/269/imageap.png I have searched a bit and found a bug with path.simplify, but setting it to False doesn't change this behaviour. I'm using matplotlib-0.99.1.1 from the Gentoo packages. What can be the reason? greetings, Paweł Rumian |