On 06/08/2010 12:33 PM, Eric Firing wrote:
> On 06/08/2010 12:25 PM, Eric Firing wrote:
>> On 06/08/2010 11:16 AM, Thomas Robitaille wrote:
>>> Hello,
>>>
>>> I have submitted a bug report with full error transcript here:
>>>
>>> https://sourceforge.net/tracker/?func=detail&aid=3013440&group_id=80
On 06/08/2010 12:25 PM, Eric Firing wrote:
> On 06/08/2010 11:16 AM, Thomas Robitaille wrote:
>> Hello,
>>
>> I updated to svn r8396 today, and the MacOSX backend is broken. The
>> following code
>>
>> import matplotlib
>> matplotlib.use('MacOSX')
>> import matplotlib.pyplot as mpl
>>
>> fig = mpl
On 06/08/2010 11:16 AM, Thomas Robitaille wrote:
> Hello,
>
> I updated to svn r8396 today, and the MacOSX backend is broken. The following
> code
>
> import matplotlib
> matplotlib.use('MacOSX')
> import matplotlib.pyplot as mpl
>
> fig = mpl.figure()
> ax = fig.add_subplot(1,1,1)
> fig.canvas.dr
Hello,
I updated to svn r8396 today, and the MacOSX backend is broken. The following
code
import matplotlib
matplotlib.use('MacOSX')
import matplotlib.pyplot as mpl
fig = mpl.figure()
ax = fig.add_subplot(1,1,1)
fig.canvas.draw()
produces the following error:
File "/Users/tom/Library/Python