[Matplotlib-users] ANN: matplotlib-0.90.0

2007-02-06 Thread Charlie Moad
http://www.python.org/pypi/matplotlib/0.90.0 http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474&release_id=484485 Binaries will be posted in a few days. === 2007-02-06 Released 0.90.0 at revision 3003 2007-01-

Re: [Matplotlib-users] DIscretization of colorbar

2007-02-06 Thread Eric Firing
Claas Teichmann wrote: > Hi David and Eric, > > one year ago, you discussed a discretazation of the colorbar with > imshow() in matplotlib-users. The topic was "DIscretization of > colorbar". Did you succeed in using a discrete colorbar? Yes, I completely rewrote the colorbar code, and it is now

Re: [Matplotlib-users] Newbie trying to get matplotlib up and running on Mac mini.....

2007-02-06 Thread Christopher Barker
Robert Kern wrote: >> Who built/maintains that package? > > Chris Fonnesbeck. http://trichech.us/?page_id=4 > > I only see _ns_backend_agg.so and _tkagg.so so I imagine it only support TkAgg > for the GUI (and possibly whatever backends that don't require extension > modules). That explains wh

Re: [Matplotlib-users] Newbie trying to get matplotlib up and running on Mac mini.....

2007-02-06 Thread Robert Kern
Christopher Barker wrote: > Jonathan Kane wrote: >> The file I downloaded was ScipySuperpack-Intel-10.4-py2.4 >> matplotlib was a part of that package. > > Who built/maintains that package? Chris Fonnesbeck. http://trichech.us/?page_id=4 > Anyone know what back-ends it supports? I only see _ns

Re: [Matplotlib-users] Newbie trying to get matplotlib up and running on Mac mini.....

2007-02-06 Thread Christopher Barker
Jonathan Kane wrote: > The file I downloaded was ScipySuperpack-Intel-10.4-py2.4 > matplotlib was a part of that package. Who built/maintains that package? Anyone know what back-ends it supports? -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R

Re: [Matplotlib-users] QTagg, Latex, Label problem

2007-02-06 Thread Darren Dale
On Tuesday 06 February 2007 01:28:10 pm Gerhard Spitzlsperger wrote: > I am new to matplotlib and playing around with it. I am interested in > embedding in Qt, displaying TeX within such a window and finally > save the plot as postscript. [...] > and modified the (according agg_oo example): > > def

[Matplotlib-users] QTagg, Latex, Label problem

2007-02-06 Thread Gerhard Spitzlsperger
Dear All, I am new to matplotlib and playing around with it. I am interested in embedding in Qt, displaying TeX within such a window and finally save the plot as postscript. So I modified the embedding_in_qt example and added at the beginning rc('text', usetex=True) to prepare for TeX and mo

[Matplotlib-users] Bug in xaxis_date ?

2007-02-06 Thread Pierre GM
Folks, I have a problem with xaxis_date in the SVN (rev2994) #-- def xaxis_date(self, tz=None): """Sets up x-axis ticks and labels that treat the x data as dates. tz is the time zone to use in labeling dates. Defaults to rc value. """ thislocator = self.xa

Re: [Matplotlib-users] Trying

2007-02-06 Thread George Nurser
On 05/02/07, John Hunter <[EMAIL PROTECTED]> wrote: On 2/5/07, Michael Lerner <[EMAIL PROTECTED]> wrote: > Hi, > > I have some data where I'd like almost all of it to be plotted with a > LinearSegmentedColormap that I've made, but I have a few special > values that I'd like to set to specific col

[Matplotlib-users] How to get a deepcopy of a subplot?

2007-02-06 Thread Berthold Höllmann
Hello, I try to generate dozens of plots where there is some static content for all plots and some content that changes. I'm porting the application from biggles to matplotlib. With biggles I could simply deepcopy the basis plot and add the content, but trying to deepcopy as my subplot instance I

Re: [Matplotlib-users] wx figure window hangs w/macpython

2007-02-06 Thread Stephen Uhlhorn
Thanks. Ipython worked like a charm. Are there any plans of putting ipython up with the other macpython packages? It seems like it's a pretty important piece of the mac/mpl puzzle. -stephen On 2/6/07, George Nurser <[EMAIL PROTECTED]> wrote: > > I had the same problem. Either you need to use TkAg

Re: [Matplotlib-users] wx figure window hangs w/macpython

2007-02-06 Thread George Nurser
On 06/02/07, Stephen Uhlhorn <[EMAIL PROTECTED]> wrote: > I installed the pythonmac packages from > http://pythonmac.org/packages/py24-fat/index.html : > > python2.4 > wxpython2.6 > numpy1.0.1 > matplotlib-0.87.7 > > I called python with 'pythonw' and figure() draws a new figure window, > but it ha

[Matplotlib-users] wx figure window hangs w/macpython

2007-02-06 Thread Stephen Uhlhorn
I installed the pythonmac packages from http://pythonmac.org/packages/py24-fat/index.html : python2.4 wxpython2.6 numpy1.0.1 matplotlib-0.87.7 I called python with 'pythonw' and figure() draws a new figure window, but it hangs. Here are the relevant lines from my matplotlibrc file: CONFIGU

Re: [Matplotlib-users] RE : Re: transformations

2007-02-06 Thread John Hunter
On 2/6/07, Nicolas <[EMAIL PROTECTED]> wrote: > Thanks a lot for your reply. You're welcome. Please keep correspondence on the list so others an contribute and benefit. > I read this story of lazy value in the doc, but I didn't understand the link > with the the Affine function. All of the matp

[Matplotlib-users] How to use logarithmic scale with histogram?

2007-02-06 Thread Mika Orajärvi
Hi! I'm trying to generate some kind of "distribution" view / histogram of decimal numbers, i.e. i want the graph to indicate exactly how many times any given decimal number occurs in "x". As an example, i've set the values to tuple "x" as seen in the code snipplet below. In reality there will be