Hello,

I am sorry if this gets double posted but it has spent more than a day in
mailing-list limbo!

I have been trying to plot a hist of a large data array (len ~ 15,000) and
the log=True switch causes the following error to be thrown:

RuntimeError: Maximum recursion depth exceeded
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/transforms.py",
line 87, in __init__
  self._parents = WeakKeyDictionary()

It works fine when i try it on smaller test data sets.  When I use
sys.setrecursionlimit() to many values it either still exceeds max depth or
blows its mind and dies.  Is there any way to do this without MAJOR code
length increases?

Thanks. 
-- 
View this message in context: 
http://www.nabble.com/setting-hist%28log%3DTrue%29-causes-recursion-depth-to-be-exceeded-tp23204286p23204286.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to