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

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to