From: Eric F. <ef...@ha...> - 2014-11-23 14:11:04
|
On 2014/11/22, 7:43 PM, Benjamin Root wrote: > I don't have a mac to double-check, but reading through the > backend_cocoaagg.py, I don't see any creation of a navigation toolbar? > Is this assumption right? Probably so: from matplotlib import cbook cbook.warn_deprecated( '1.3', message="The CocoaAgg backend is not a fully-functioning backend. " "It may be removed in matplotlib 1.4.") Looks like it is time to delete it. I don't think this deprecation warning brought forth any cries of pain, so my guess is that no one is actually using it, or ever has done so routinely. Eric > > Thanks! > Ben Root |