John Hunter wrote:
>>"Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes:
>
>
> Charlie> On 6/2/06, David S. <[EMAIL PROTECTED]> wrote:
> >> I have just installed numpy-0.9.8, scipy-0.4.9, and
> >> matplotlib-0.87.2 on a Windows machine with Python 2.4.2.
>
> Charlie> matplo
John Hunter wrote:
> In the last figure 4 of contour_demo.py, the positioning of the
> vertical colorbar looks too low. I would expect it to align roughly
> with the vertical extent of the image axes. Is this intentional,
> configurable, or a bug?
>
I committed a change to the demo that reposit
Robert Hetland wrote:
Let me know if you would like to do a quick alpha test before you
commit. I'll help to put it through the paces..
-Rob.
Rob,
Thanks. Attached are a diff against svn and a test script to get you
started. If you apply the diff as a patch, you should be able to call
1. All the set calls should be setp calls
So:
set(gca(), 'xticks', [1,2,3,4])
should be:
from pylab import *
setp(gca(), 'xticks', [1,2,3,4])
2. Question:
"Can I just generate images without having a window popup?"
HTML markup is bad, so I get this in my browser
href=backends.html#Cair
John Hunter wrote:
> In the last figure 4 of contour_demo.py, the positioning of the
> vertical colorbar looks too low. I would expect it to align roughly
> with the vertical extent of the image axes. Is this intentional,
> configurable, or a bug?
I would call it a design deficiency. In mpl as
Gary,
Thanks for the prompt test and report.
I agree that the ability to put a dot at locations where arrows are
below a threshold would be good. I will add it. I think it should be
similar to a circle marker that scales with the arrow width, and has a
diameter that is a fraction of that wid
This is good news Eric and sounds like the desired behaviour.
Thanks for letting me know. I was intending to try to work it out this
weekend but have spent my time instead learning to build
numpy/scipy/matplotlib from source - a worthwhile exercise. I don't
think JDH/Charlie should wait for new
On 6/4/06, Eric Firing <[EMAIL PROTECTED]> wrote:
> John Hunter wrote:
> >>"Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes:
> >
> >
> > Charlie> On 6/2/06, David S. <[EMAIL PROTECTED]> wrote:
> > >> I have just installed numpy-0.9.8, scipy-0.4.9, and
> > >> matplotlib-0.87.2 on
Hi Eric,
Having entered the build-from-source world with the latest ubuntu, I
applied your patch and tried it out with the example code I sent you
using a call similar to
quiver2(x,y,u,v,units='x',width=0.5,headwidth=3,headlength=3,headaxislength=2)
This works very nicely for my purposes - per
Eric Firing wrote:
> Gary,
>
> Thanks for the prompt test and report.
>
> I agree that the ability to put a dot at locations where arrows are
> below a threshold would be good. I will add it. I think it should be
> similar to a circle marker that scales with the arrow width, and has a
> diam
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes:
Charlie> Sounds like we could push 0.87.3 tomorrow or Tuesday. I
Charlie> personally think the new quiver should be held off until
Charlie> 0.88 and it should replace the old one if it is truly
Charlie> better.
OK, let's
11 matches
Mail list logo