|
From: Giovanni P. <g.p...@gm...> - 2012-09-23 17:41:03
|
Hi everybody, sorry, I guess the question is trivial, but I confess my matplotlib and python ignorance. I'm running some code written by someone else, and apparently some bits of the code are not compliant with newer versions of matplotlib. So, how can I rewrite the following, which give AttributError? > self.ax.get_figure().axes = [] and > self.ax.get_figure().axes = [self.ax] Thanks a lot. |