Re: [Matplotlib-users] ImportError: No module named _winreg

2015-05-06 Thread Martin MOKREJŠ
=547928 Tom On Tue, Apr 28, 2015, 08:14 Martin MOKREJŠ mmokr...@gmail.com mailto:mmokr...@gmail.com wrote: Hi Thomas, thank you for your thoughts. But numpy is installed: $ python Python 2.7.9 (default, Apr 10 2015, 16:21:10) [GCC 4.9.2] on linux2 Type help

[Matplotlib-users] ImportError: No module named _winreg

2015-04-27 Thread Martin MOKREJŠ
Hi, I use dev-python/matplotlib-1.4.3 and I suspect this is a recent regression in it. Can anybody reproduce this? $ pychecker test.py Processing module test (test.py)... warning: couldn't find real module for class class 'fftpack.error' (module name: fftpack) warning: couldn't find real

Re: [Matplotlib-users] Matplotlib eating memory

2013-10-14 Thread Martin MOKREJŠ
lists of lists with series like histogram and piechart do. I cannot find the thread but maybe you are more lucky. I even think that I already opened a bugreport/feature requested in the past for this. But maybe not. Martin Mike On 10/12/2013 12:57 PM, Martin MOKREJŠ wrote: Hi, so here

Re: [Matplotlib-users] Matplotlib eating memory

2013-10-12 Thread Martin MOKREJŠ
Hi, so here is some quick but working example. I added there are 2-3 functions (unused) as a bonus, you can easily call them from the main function using same API (except the piechart). I hope this shows what I lack in matplotlib - a general API so that I could easily switch form scatter plot

Re: [Matplotlib-users] Matplotlib eating memory

2013-10-10 Thread Martin MOKREJŠ
Benjamin Root wrote: On Thu, Oct 10, 2013 at 9:05 AM, Martin MOKREJŠ mmokr...@gmail.com mailto:mmokr...@gmail.com wrote: Hi, rendering some of my charts takes almost 50GB of RAM. I believe below is a stracktrace of one such situation when it already took 15GB. Would

Re: [Matplotlib-users] Matplotlib eating memory

2013-10-10 Thread Martin MOKREJŠ
objects. Same for legend stuff. Martin Mike On 10/10/2013 09:05 AM, Martin MOKREJŠ wrote: Hi, rendering some of my charts takes almost 50GB of RAM. I believe below is a stracktrace of one such situation when it already took 15GB. Would somebody comments on what is matplotlib doing

Re: [Matplotlib-users] Matplotlib eating memory

2013-10-10 Thread Martin MOKREJŠ
Benjamin Root wrote: On Thu, Oct 10, 2013 at 9:47 AM, Martin MOKREJŠ mmokr...@gmail.com mailto:mmokr...@gmail.com wrote: Benjamin Root wrote: On Thu, Oct 10, 2013 at 9:05 AM, Martin MOKREJŠ mmokr...@gmail.com mailto:mmokr...@gmail.com mailto:mmokr

Re: [Matplotlib-users] Matplotlib eating memory

2013-10-10 Thread Martin MOKREJŠ
Michael Droettboom wrote: On 10/10/2013 09:47 AM, Martin MOKREJŠ wrote: Benjamin Root wrote: On Thu, Oct 10, 2013 at 9:05 AM, Martin MOKREJŠ mmokr...@gmail.com mailto:mmokr...@gmail.com wrote: Hi, rendering some of my charts takes almost 50GB of RAM. I believe below

Re: [Matplotlib-users] Matplotlib eating memory

2013-10-10 Thread Martin MOKREJŠ
Hi Ben, thank you for your comments. Looks I will have a bad sleep tonight. :( Some quick answers below. Benjamin Root wrote: On Thu, Oct 10, 2013 at 10:21 AM, Michael Droettboom md...@stsci.edu mailto:md...@stsci.edu wrote: Thanks. This is much more helpful. What we