Retrying. Sorry if this appears twice.
Hi listees,
I often generate plots using the pylab interface plot() function to
overlay an imshow() image. The minimal script below demonstrates a
problem, which may be a bug, or may be a deliberate change introduced
into mpl 0.91.1. It works fine with mpl 0
Hi listees,
I often generate plots using the pylab interface plot() function to
overlay an imshow() image. The minimal script below demonstrates a
problem, which may be a bug, or may be a deliberate change introduced
into mpl 0.91.1. It works fine with mpl 0.90.1 but gives a traceback
with 0.9
On Dec 20, 2007 10:09 AM, <[EMAIL PROTECTED]> wrote:
> I was not sure on which list to post this, but perhaps someone here
> can point me in the right direction. I maintain a few installers of
> scientific python packages for OSX, one of which being matplotlib. I
> generate mpkg installers with bd
I regularly make log-log errorbar plots where the errors are larger than
the y values. This means that the error bar goes a finite distance
upwards, but should go infinitely far downwards. In Debian's 0.87.7-0.3
package, just the top portion is drawn, which seems like a reasonable
solution. But
I was not sure on which list to post this, but perhaps someone here
can point me in the right direction. I maintain a few installers of
scientific python packages for OSX, one of which being matplotlib. I
generate mpkg installers with bdist_mpkg, and for the most part it
works fine. However