Hello,
pylab.rcParams['path.simplify'] = false
did the job. Thank you very much!
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune appl
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 Mo
On Fri, Mar 26, 2010 at 3:23 AM, Ruben Moor 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
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 ?
<>--