Matplotlib Examples の例でエラーが生じた。
AttributeError: 'FigureCanvasMac' object has no attribute 'copy_from_bbox' |
import matplotlib matplotlib.use('TkAgg') |
matplotlibrc に
backend : TkAgg interactive : True |
現在,macosx というバックエンドは, 非対話モードで blocking show() が出来ないとか何とか。
Using matplotlib in a python shell に色々書いてあるので,そのうち解読しよう。
バックエンドについては、 Matplotlib Usage に色々書いてある (これはなかなか良さそうな説明)。
桂田 祐史