Re: [Matplotlib-users] cumulative percentage

2008-11-01 Thread John Hunter
On Sat, Nov 1, 2008 at 3:35 PM, sandric ionut <[EMAIL PROTECTED]> wrote: > Hi: > > I did had a look before, but I couldn't find a good example > I was hoping to get an example from the list > The example is in the link I posted http://matplotlib.sourceforge.net/examples/pylab_examples/histogram_d

Re: [Matplotlib-users] cumulative percentage

2008-11-01 Thread sandric ionut
Hi: I did had a look before, but I couldn't find a good example I was hoping to get an example from the list I. From: John Hunter <[EMAIL PROTECTED]> To: sandric ionut <[EMAIL PROTECTED]> Cc: matplotlib-users@lists.sourceforge.net Sent: Saturday, November 1, 2

Re: [Matplotlib-users] cumulative percentage

2008-11-01 Thread John Hunter
On Sat, Nov 1, 2008 at 2:53 PM, sandric ionut <[EMAIL PROTECTED]> wrote: > How can I plot cumulative percentage with matplotlib? > > Please, can someone give me an example? Take a look at the "extended" histogram examples at http://matplotlib.sourceforge.net/examples/pylab_examples/histogram_

[Matplotlib-users] cumulative percentage

2008-11-01 Thread sandric ionut
Hello everbody:   How can I plot cumulative percentage with matplotlib?   Please, can someone give me an example?   Thank you,   Ionut - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Bui

[Matplotlib-users] how to plot curve between two points

2008-11-01 Thread Amitava Maity
Hello, Given a set of points: (x1, y1), (x2, y2), (x3, y3), (x4, y4), How do plot a curve y = sinh(x) between (x1, y1) and (x2, y2) and then between (x2, y2) and (x3, y3) and so on .? Thanks in advance, AMaity. --