Hi,
I am receiving the following when trying to use the Matplotlib viewer.
File "/usr/lib/pymodules/python2.7/fipy/viewers/matplotlibViewer/
__init__.py", line 99, in MatplotlibViewer
return Matplotlib1DViewer(vars=vars, title=title, axes=axes, **kwlimits)
File "/usr/lib/pymodules/python2.7/fipy/viewers/matplotlibViewer/
matplotlib1DViewer.py", line 75, in __init___MatplotlibViewer.__init__
(self, vars=vars, title=title, axes=axes, **kwlimits)
File "/usr/lib/pymodules/python2.7/fipy/viewers/matplotlibViewer/
matplotlibViewer.py", line 80, in __init___Viewer.__init__
(self, vars=vars, title=title, **kwlimits)
File "/usr/lib/pymodules/python2.7/fipy/viewers/viewer.py",
line 62, in __init__self.vars = self._getSuitableVars(vars)
File "/usr/lib/pymodules/python2.7/fipy/viewers/matplotlibViewer/
matplotlib1DViewer.py", line 107, in _getSuitableVars
vars = [var for var in _MatplotlibViewer._getSuitableVars(self, vars)
if var.getMesh().getDim() == 1]
AttributeError: 'function' object has no attribute 'getMesh'
It is interesting that it is trying to use the matplotlib1Dviewer
since my problem is on a 2D mesh. However, when I use the
matplotlib2DGridviewer I receive the same kind of Attribute Error.
Any ideas on why this is happening and how I might be able to fix it?
I appreciate the help.
Rodney Clayton
_______________________________________________
fipy mailing list
[email protected]
http://www.ctcms.nist.gov/fipy
[ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]