On Tue, Feb 23, 2010 at 4:12 AM, Jan Strube <curious...@gmail.com> wrote: > Hi John, > thanks for keeping at it. I have updated from svn > But this script > File > "/Users/Jan/PYTHON/lib/python2.6/site-packages/matplotlib-1.0.svn_r8037-py2.6-macosx-10.6-universal.egg/matplotlib/colorbar.py", > line 278, in _config_axes > ticks, ticklabels, offset_string = self._ticker() > File > "/Users/Jan/PYTHON/lib/python2.6/site-packages/matplotlib-1.0.svn_r8037-py2.6-macosx-10.6-universal.egg/matplotlib/colorbar.py", > line 417, in _ticker > b = np.array(locator()) > File > "/Users/Jan/PYTHON/lib/python2.6/site-packages/matplotlib-1.0.svn_r8037-py2.6-macosx-10.6-universal.egg/matplotlib/ticker.py", > line 1085, in __call__ > vmin = self.axis.get_minpos() > AttributeError: DummyAxis instance has no attribute 'get_minpos'
Take a look at the file name in the traceback: matplotlib-1.0.svn_r8037 The r8037 is the svn revision number. According the svn log, I made my commit on r8149, so you are not running HEAD. You may have multiple matplotlib's installed and are not picking up the right egg. I recommend > rm -rf /Users/Jan/PYTHON/lib/python2.6/site-packages/matplotlib* and then doing a clean install from mpl svn r8149 or later. JDH ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users