Hey everyone,<div><br></div><div>I'm having issues using yt on a fresh install of snow leopard. The 10.6 yt installation went perfect, but when I go to run a simple slice script, I'm getting this error:</div><div><br>
</div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div><font class="Apple-style-span" face="'courier new', monospace">yt         INFO       2010-06-15 20:16:15,452 Created plot collection with default plot-center = [1.0, 0.5, 0.0]</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">Traceback (most recent call last):</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">  File "slices2D.py", line 9, in <module></font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">    p = pc.add_slice("Temperature",axis)</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">  File "/Users/earln/yt-i386/src/yt-trunk-svn/yt/raven/plot_collection.py", line 372, in add_slice</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">    size=fig_size, periodic=periodic))</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">  File "/Users/earln/yt-i386/src/yt-trunk-svn/yt/raven/PlotTypes.py", line 314, in __init__</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">    self.__init_temp_image(use_colorbar)</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">  File "/Users/earln/yt-i386/src/yt-trunk-svn/yt/raven/PlotTypes.py", line 347, in __init_temp_image</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">    shrink=0.95)</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/figure.py", line 1045, in colorbar</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">    cb = cbar.Colorbar(cax, mappable, **kw)</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/colorbar.py", line 647, in __init__</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">    ColorbarBase.__init__(self, ax, **kw)</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/colorbar.py", line 238, in __init__</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">    self.draw_all()</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/colorbar.py", line 249, in draw_all</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">    self._config_axes(X, Y)</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/colorbar.py", line 276, in _config_axes</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">    ticks, ticklabels, offset_string = self._ticker()</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/colorbar.py", line 415, in _ticker</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">    b = np.array(locator())</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/ticker.py", line 1069, in __call__</font></div>
</div><div><div><font class="Apple-style-span" face="'courier new', monospace">    vmin = self.axis.get_minpos()</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">AttributeError: DummyAxis instance has no attribute 'get_minpos'</font></div>
</div></blockquote><div><br></div><div>It seemed to me an issue with matplotlib, but I've tried many things including installing matplotlib from source separate from the yt installation, and it still fails.</div><div>
<br></div><div>Any ideas?</div><div><br></div><div>Thanks for your time and effort!</div><div>Nicholas Earl</div>