[Matplotlib-users] Navigation Slowness in Matplotlib with Subplots

2013-11-26 Thread John Gu
Hello, I had submitted a similar issue back in October of 2011. I'm using matplotlib 1.3.1. Here's the code to produce the issue: f = figure() for i in xrange(9): subplot(3,3,i+1) f.axes[0].plot(range(100)) Now try to drag the line in the first subplot around. It's extremely slow. Now do the

Re: [Matplotlib-users] hg-git + hg2.8?

2013-11-26 Thread Neal Becker
Sorry, this was posted to the wrong group Neal Becker wrote: > Didn't seem to work for me. I tried > pip install --user hg-git > hg clone https://github.com/scipy/scipy > abort: HTTP Error 406: Not Acceptable > > So how about using hg-git just locally? > > hg clone scipy scipy.hg > ** Unknown

[Matplotlib-users] hg-git + hg2.8?

2013-11-26 Thread Neal Becker
Didn't seem to work for me. I tried pip install --user hg-git hg clone https://github.com/scipy/scipy abort: HTTP Error 406: Not Acceptable So how about using hg-git just locally? hg clone scipy scipy.hg ** Unknown exception encountered with possibly-broken third-party extension hg- git ** which

Re: [Matplotlib-users] legend issue while embedding fonts in eps figure

2013-11-26 Thread Grigoris Maravelias
Thanks to this post ( http://nerdjusttyped.blogspot.gr/2010/07/type-1-fonts-and-matplotlib-figures.html) I used the rcParams['text.usetex'] = True (after installing dvipng) and the final plot had only Type 1 fonts. Grigoris On 11/23/2013 02:21 PM, Grigoris Maravelias wrote: > Hello! > > I am cr