Re: [Matplotlib-users] Missing Segments in Output of imshow()

2012-02-09 Thread Jerzy Karczmarczuk
Christopher Ellison : Taking the image size to (30,30) made all the segments appear, but their thickness was still not uniform. Using some sort of smoothing helped, but it still not displaying what the matrix was specified as: a set of blocks, somewhat resembling a line, all of which are the

[Matplotlib-users] Missing Segments in Output of imshow()

2012-02-08 Thread T J
Hi, I am experiencing missing segments in the output of imshow(). I draw a slowly growing line in an array, and then display it. The line is continuous but in the output, there are segments missing from it. Of course, if I zoom into the picture (before saving to output), then I can see the

Re: [Matplotlib-users] Missing Segments in Output of imshow()

2012-02-08 Thread Jerzy Karczmarczuk
I am experiencing missing segments in the output of imshow() Here is a minimal example: I have attached an example of the output. In theory, there should be a continuous line from the left side of the picture to the right side. The problem seems to occur across backends.

Re: [Matplotlib-users] Missing Segments in Output of imshow()

2012-02-08 Thread Benjamin Root
On Wednesday, February 8, 2012, Jerzy Karczmarczuk jerzy.karczmarc...@unicaen.fr wrote: I am experiencing missing segments in the output of imshow() Here is a minimal example: I have attached an example of the output. In theory, there should be a continuous line from the left side of

Re: [Matplotlib-users] Missing Segments in Output of imshow()

2012-02-08 Thread Christopher Ellison
Jerzy Karczmarczuk wrote the following on 02/08/2012 05:55 PM: I am experiencing missing segments in the output of imshow() Here is a minimal example: I have attached an example of the output. In theory, there should be a continuous line from the left side of the picture to the right