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
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
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
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