Re: [Matplotlib-users] Memory leakage in matplotlib 1.0.1 with wx 2.8.11.0

2011-04-27 Thread Oren Gampel
Thanks, Mike, for responding to my question! I've pulled the latest HEAD from github (1.1.0) and test it withe the latest wx (2.8.12 from few days ago) and added your patch from pull 89. I'm afraid the leak is still the same. I also tried to use your version from github, which already has the

Re: [Matplotlib-users] Date format the x-axis of a barh() plot?

2011-04-27 Thread jfortiv
This worked. Thank you very much! For some reason I had commented out ax.fmt_xdata = ... This is exactly what I needed. James Goyo wrote: 2011/4/23 jfortiv jfor...@gmail.com: Hi, This actually did not work for me.  Can you show me the full code that you used to successfully

Re: [Matplotlib-users] How do I make the radius logarithmic with axisartist?

2011-04-27 Thread Jae-Joon Lee
The Axes class of the axisartist toolkit uses very different way to handle ticks and tick labels. Thus most of the tick-related commands of original matplotlib do not work! Unfortunately, there is no easy way to support a logarithmic scale. To utilize the full functionality, you need to create a