array handling in plotting and weave

This commit is contained in:
Max Zwiessele 2013-12-09 00:19:37 +00:00
parent e1bb3e508e
commit a3bf662fd3
11 changed files with 225 additions and 202 deletions

View file

@ -323,9 +323,6 @@ class MRD(Model):
else:
return pylab.gcf()
def plot_X_1d(self, *a, **kw):
return self.gref.plot_X_1d(*a, **kw)
def plot_X(self, fignum=None, ax=None):
fig = self._handle_plotting(fignum, ax, lambda i, g, ax: ax.imshow(g.X))
return fig