[Matplotlib-users] EMF Backend can't handle RGBA colors - patch id: 3232997

2011-03-21 Thread Edward Glen
Following the advice to ping you on the mailing list, I've submitted a suggestion for a patch to the EMF Backend. I've copied the contents here for convenience. Patch ID is: 3232997 Content is: With Matplotlib 1.0.1, When plotting a patch (e.g. text with a bbox with facecolor), the facecolor

[Matplotlib-users] colorbar and scilimits

2011-03-21 Thread johanngoetz
Is there a way to set the style and scilimits to the colorbar axes? All my attempts failed. For example, run the following script, I get the error shown below: ### begin example script import numpy from matplotlib import pyplot n = 500 x = numpy.random.standard_normal(n) y = 2.0 + 3.0 * x +

Re: [Matplotlib-users] Qt4 on OSX

2011-03-21 Thread Michiel de Hoon
--- On Sun, 3/20/11, Daniel Welling wrote: > The OSX backend used to have a bug where you cannot type a > name in the file name text box.Since that has been fixed, ... That was not a bug in the MacOSX backend (and therefore was not fixed), but is related to how Python is installed on your system