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 ? What do I do wrong ?
>
>
What is your matplotlib version? Could you share the data to test it?
On the latest matplotlib source copy ".-" works nicely with a test plot
like:

plt.plot(np.random.random(100), ".-")

-- 
Gökhan
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to