On 2013/07/16 5:50 PM, K.-Michael Aye wrote:
> Hi!
>
> I have just run an old code that I believe was working before on OSX.
> I am trying this with matplotlib 1.2.1 on an OSX EPD running Python 2.7.3
It works for me with OSX Mountain Lion and mpl 1.2.1 compiled from
source. I don't think this
Hi!
I have just run an old code that I believe was working before on OSX.
I am trying this with matplotlib 1.2.1 on an OSX EPD running Python 2.7.3
In [1]: from matplotlib.pylab import *
In [2]: import matplotlib.cbook as cbook
In [3]: data = ones((1500,1500,3))
In [4]: imshow(data)
Out[4]: