Jeff et al:
I submitted a bug report about universal newline support in the gzip
module. It's been fixed. Much thanks to Skip Montanaro:
http://bugs.python.org/issue5148
I have no idea if this issue exists in the zip module and/or py3k, but
it's a start.
Of course, we can't count in it for a
Hi Jae-Joon,
JL> Everything works fine for me.
JL> Can it be just that the canvas is not redrawn after you set the
JL> linewidth? It will be helpful if you post a standalone script that
JL> reproduces your problem. Regards,
Yes, this was the problem. I don't know why the same scripts were
workin
Lionel Roubeyrie wrote:
> Hi all,
> On the matplotlib website I can't find an "old" example code showing a
> figure with two vertical plots, where the second represents a "zoom" of
> some selected datas in a rectangle of the first axis, and between the
> two axis there was a trapezoid.
> If someone
Hi all,
On the matplotlib website I can't find an "old" example code showing a
figure with two vertical plots, where the second represents a "zoom" of
some selected datas in a rectangle of the first axis, and between the
two axis there was a trapezoid.
If someone has this code, I'll be happy to get