Re: [Matplotlib-users] Matplotlib-users Digest, Vol 50, Issue 79

2010-07-29 Thread ms
On 29/07/10 12:45, Waléria Antunes David wrote: > Hi Benjamim, > > I made the changes as bellow and it displays the x-axis values formatted as > expected, see my current image and my code. But, now i need to change the > scale and the numbers of decimal places in order to appear on the graph like >

Re: [Matplotlib-users] Case stories of software including Matplotlib

2010-07-27 Thread ms
On 27/07/10 15:05, Benjamin Root wrote: > On Tue, Jul 27, 2010 at 6:01 AM, German Ocampo wrote: > >> Good morning >> >> Do you know where I could get examples of case stories about >> commercial or open source software that has been developed using the >> Matplotlib library? >> >> Many Thanks >> >

[Matplotlib-users] griddata and masked arrays

2010-04-03 Thread ms
Hi, I am trying to use griddata to plot some (irregularly) spaced data as a contour plot, but sometimes ALL the grid it outputs is masked: so no plot. In the docs I read: "A masked array is returned if any grid points are outside convex hull defined by input data (no extrapolation is done)." but

[Matplotlib-users] Area chart?

2009-08-26 Thread ms
Hi, Can anyone help me to find how to draw an area chart (something like http://commons.wikimedia.org/wiki/File:Browser_Wars.png ) with MPL? Googling and the MPL gallery didn't help. thanks! m. -- Let Crystal Reports ha

Re: [Matplotlib-users] I really can't get into hist() barstacked

2009-07-22 Thread ms
Sandro Tosi ha scritto: > I got only data values, nothing already "computed" (for whatever you > mean by that), and I want to plot stacked bars with those values > (either by row or by column). Ok, I see. It seems from your example that you already have the histogram computed >>> no, I just

Re: [Matplotlib-users] I really can't get into hist() barstacked

2009-07-22 Thread ms
Sandro Tosi ha scritto: > On Wed, Jul 22, 2009 at 10:25, ms wrote: >> Sandro Tosi ha scritto: >>> Hi all, >>> I'd like to do a histogram with barstacked style. Well, I'm not able >>> to make it in any way :( >>> >>> - what is th

[Matplotlib-users] pyplot.show() without stopping script execution?

2009-06-30 Thread ms
Hi, I am writing a script that uses pyplot.show() to show a plot, on which the user has to ponder and decide a course of action (telling the script what to do on a raw_input). I would be happy if the pyplot window does not "freeze" python below, i.e. if the window can somehow exist while the pyth

[Matplotlib-users] 2d histogram

2009-06-13 Thread ms
Hi, I want to plot the evolution of an histogram in time. It is naturally an histogram and not a continuous distribution -the quantities on the X axis are discrete. Is there a function that naturally does that? I now hack it using contourf() and creating an appropriate matrix of "squares", each s