When trying to create a 3D axes, I receive this error:

/usr/lib/pymodules/python2.7/mpl_toolkits/mplot3d/axes3d.pyc in grid(self,
b, **kwargs)
   1254         if len(kwargs) :
   1255             b = True
-> 1256         self._draw_grid = maxes._string_to_bool(b)
   1257 
   1258     def ticklabel_format(self, **kwargs) :

AttributeError: 'module' object has no attribute '_string_to_bool'

I'm running matplotlib 1.4.3 on linux (ubuntu-based), and was able to create
3D axes until I updated last week.

Thanks in advance.




--
View this message in context: 
http://matplotlib.1069221.n5.nabble.com/Problem-AttributeError-module-object-has-no-attribute-string-to-bool-tp46020.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to