Re: [Matplotlib-users] unconnected points

2010-03-26 Thread Gökhan Sever
On Fri, Mar 26, 2010 at 3:23 AM, Ruben Moor ruben.m...@gmail.com wrote: Hello, I use the following plot command plot(tdata, vdata, '.-') with an unexpected result (s. attached png). Some points are not connected. If I plot with linestyle '-' you can't even see them. Is that a known issue

Re: [Matplotlib-users] unconnected points

2010-03-26 Thread Michael Droettboom
This may be the fault of the known bug in path simplification. If you set the rcParam path.simplify to False does that resolve it? (If that's the case, this bug should be fixed in the next release). Mike On 03/26/2010 11:12 AM, Gökhan Sever wrote: On Fri, Mar 26, 2010 at 3:23 AM, Ruben

Re: [Matplotlib-users] unconnected points (Michael Droettboom)

2010-03-26 Thread Ruben Moor
Hello, pylab.rcParams['path.simplify'] = false did the job. Thank you very much! -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune