John Hunter wrote:
> On Thu, Nov 6, 2008 at 4:28 PM, Darren Dale <[EMAIL PROTECTED]> wrote:
>
>
>> Stan West checked out my subprocess patch on windows with python-2.5, which
>> should take care of a bunch of deprecation warnings. I need to double check
>> that I got them all, maybe I can get to
John,
I'm attaching an another patch, which seems to give a correct result
for the figimage_demo.
The flipud_out() calls before compositing seems to have no effect, so
I deleted those lines. The make_image() routine seems to take care of
the fliping already, but note the comments I added. Let me kn
Hello list,
I have plotted the following curve:
from pylab import *
t = arange(0.0, 2.0, 0.01)
s = sin(2*pi*t)
plot(t, s)
grid(True)
show()
The std matplotlib output gives only zoom, pan and save functions.
I
need to check the distance between two points on the plotted curve
by
clicking on th
Oops! I had no intention of including matplotlib-users on the address
list of the preceding message. It was supposed to be strictly local.
Sorry for the noise.
Eric
Eric Firing wrote:
> Quite recently the matplotlib web site was redone, with considerable
> improvements in documentation. If y
On Sat, Nov 8, 2008 at 6:10 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote:
> My original patch does not work for this case, because the figimage is
> drawn by Figure.draw() not by Axes.draw() method.
> I'm attaching a new patch where I applied the same correction to the
> Figure.draw().
> I tested Gt
> Hey Jae Joon -- thanks for looking into this. I don't have time to
> test this patch, but I wanted to mention that there is an analogous
> problem for figure image compositing -- see figimage_demo.py. agg
> shows the correct behavior: the two images should be in the lower
> left, and the blue s
Quite recently the matplotlib web site was redone, with considerable
improvements in documentation. If you are interested in matplotlib
plotting, check out http://matplotlib.sourceforge.net/. The "gallery"
link has a disorderly collection of examples with source code, so you
can get an idea of
On Sat, Nov 8, 2008 at 5:45 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote:
> I think the problem is caused by the image compositing logic in the
> Axes.draw() method.
> It currently makes a composite image first and then flip the resulting
> image if necessary.
> But I think what should happen is to
I think the problem is caused by the image compositing logic in the
Axes.draw() method.
It currently makes a composite image first and then flip the resulting
image if necessary.
But I think what should happen is to flip the original images first
and then do the compositing.
So, test the attached
Dear All,
I try to plot a histogram, which succeeds nicely, but I also get a
strange line in the same plot. Does anybody know why this is the case,
and what to do about it? Here is the code:
n, bins, patches = hist(res,bins = 10, cumulative=True, normed=False)
l = plot(bins)
show()
On Sat, Nov 8, 2008 at 8:23 AM, Alan G Isaac <[EMAIL PROTECTED]> wrote:
> On 11/7/2008 10:36 PM [EMAIL PROTECTED] apparently wrote:
>> I'm new to the list and also to matplotlib. I'm writing a small program
>> to draw oil well diagrams in a simple way in 2D.
>
> I guess Mike is a bit nonplussed by
Florian Koelling wrote:
> Hi!
>
> A few days ago I switched to ubuntu 8.10 (intrepid ibex) and tried to
> install matplotlib (the current version and 0.98.1 as well - both
> attempts failed)[I thought I would have installed all requirement :-/].
>
> By the way I didn't have any problems with
On Sat, Nov 8, 2008 at 7:55 AM, John Hunter <[EMAIL PROTECTED]> wrote:
> On Thu, Nov 6, 2008 at 4:28 PM, Darren Dale <[EMAIL PROTECTED]>
> wrote:
>
> > Stan West checked out my subprocess patch on windows with python-2.5,
> which
> > should take care of a bunch of deprecation warnings. I need to d
Hi!
A few days ago I switched to ubuntu 8.10 (intrepid ibex) and tried to
install matplotlib (the current version and 0.98.1 as well - both
attempts failed)[I thought I would have installed all requirement :-/].
By the way I didn't have any problems with the previous ubuntu...
I tried the: p
On 11/7/2008 10:36 PM [EMAIL PROTECTED] apparently wrote:
> I'm new to the list and also to matplotlib. I'm writing a small program
> to draw oil well diagrams in a simple way in 2D.
I guess Mike is a bit nonplussed by the attention
this example receives, but I find it useful:
http://www.mail-arch
On Thu, Nov 6, 2008 at 4:28 PM, Darren Dale <[EMAIL PROTECTED]> wrote:
> Stan West checked out my subprocess patch on windows with python-2.5, which
> should take care of a bunch of deprecation warnings. I need to double check
> that I got them all, maybe I can get to it this weekend.
>
> I'm in f
On Fri, Nov 7, 2008 at 7:24 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> John Hunter wrote:
>>
>> What say you other developers -- any major holdups?
>
> I think this bug is reasonably serious, if anyone wants to take a look at
> it. It affects PDF, PS, SVG as well as the Gtk and GtkCairo m
On Thursday 06 November 2008 03:58:08 pm John Hunter wrote:
> On Thu, Nov 6, 2008 at 11:28 AM, KURT PETERS <[EMAIL PROTECTED]> wrote:
> > I recently tried to install for python 2.6 and got an error that the dll
> > is incompatible. Is there a version for 2.6? I didn't see one here:
>
> No, we hav
On Sat, Nov 8, 2008 at 1:02 AM, Joshua J. Kugler <[EMAIL PROTECTED]> wrote:
> On Friday 07 November 2008, John Hunter said something like:
> http://matplotlib.sourceforge.net/faq/troubleshooting_faq.html#report-a-problem
>
> Sorry, I wasn't so much reporting a problem with matplotlib as I was
> w
19 matches
Mail list logo