Just installed matplotlib 0.99.1 on Python 2.6.2 on Snow Leopard and executed the following code:
from pylab import * plot([1,2,3]) show()
Then I played a little with the plot and hit the save button. The save dialog box appeared normally and allowed me to save (and enter) in order. It used the TkAgg backend. However, I got this error:
2009-12-08 00:40:18.772 Python[728:60f] -deltaZ is deprecated for NSEventTypeMagnify. Please use -magnification.
This seems to be due to Snow Leopard changing some APIs.
Sorry for using this as a message instead of a comment, but code tags are not allowed in the comments :(
source share