ERROR:fipy:Uncaught exception:
Traceback (most recent call last):
File "C:\Users\faust\Documents\Programs\CFD\FiPy-3.0\Fausto\Canal6.py", line 90, in <module>
viewer = Matplotlib2DViewer(vars=(C), datamin=Cmin, datamax=Cmax,
File "C:\Program Files\Python\lib\site-packages\fipy\viewers\matplotlibViewer\matplotlib2DViewer.py", line 49, in __init__
AbstractMatplotlib2DViewer.__init__(self, vars=vars, title=title, figaspect=figaspect,
File "C:\Program Files\Python\lib\site-packages\fipy\viewers\matplotlibViewer\abstractMatplotlibViewer.py", line 121, in __init__
self._colorbar = self.fig.colorbar(mappable=self._mappable,
File "C:\Program Files\Python\lib\site-packages\matplotlib\figure.py", line 1273, in colorbar
raise ValueError(
ValueError: Unable to determine Axes to steal space for Colorbar. Either provide the *cax* argument to use as the Axes for the Colorbar, provide the *ax* argument to steal space from it, or add *mappable* to an Axes.