Re: [matplotlib-devel] rcParams and validation

2007-07-23 Thread Fernando Perez
On 7/21/07, Darren Dale <[EMAIL PROTECTED]> wrote: > On Saturday 21 July 2007 3:12:44 pm Fernando Perez wrote: > > On 7/21/07, Darren Dale <[EMAIL PROTECTED]> wrote: > > > I'm working on converting our existing rc code to tconfig this weekend. > > > So far so good. I just wanted to let people know

Re: [matplotlib-devel] mpl1 draft

2007-07-23 Thread Peter Wang
On Jul 19, 2007, at 10:42 PM, Ken McIvor wrote: >> = Z-ordering, containers, etc = >> >> Peter has been doing a lot of nice work on z-order and layers for >> chaco, stuff that looks really useful for picking, interaction, >> etc... >> We should look at this approach, and think carefully about ho

Re: [matplotlib-devel] mpl1 draft

2007-07-23 Thread Peter Wang
On Jul 19, 2007, at 5:31 PM, Christopher Barker wrote: >> Also, everything should be numpy enabled, >> and the sequence-of-python-tuples approach that many of the >> collections take should be dropped. > > who hoo! > > However, numpy doesn't handle "ragged" arrays well. I wonder if > there's > a

Re: [matplotlib-devel] mpl1 draft

2007-07-23 Thread Peter Wang
On Jul 19, 2007, at 12:18 PM, John Hunter wrote: > = Data copying = > > Push the data to the backend only once, or only when required. Update > the transforms in the backend, but do not push transformed data on > every draw. This is potentially a major win, because we currently > move the data a

Re: [matplotlib-devel] rcParams and validation

2007-07-23 Thread Fernando Perez
On 7/21/07, Darren Dale <[EMAIL PROTECTED]> wrote: > On Saturday 21 July 2007 3:12:44 pm Fernando Perez wrote: > > On 7/21/07, Darren Dale <[EMAIL PROTECTED]> wrote: > > > I'm working on converting our existing rc code to tconfig this weekend. > > > So far so good. I just wanted to let people know

Re: [matplotlib-devel] Polygon examples broken

2007-07-23 Thread Tom Holroyd (NIH/NIMH) [E]
Paul Kienzle wrote: > Let me rephrase: Can we have a function sqrt(x) which returns real if x is > nonnegative, and complex if it is negative? Similarly for other math > functions > such as log which produce complex values for negative numbers? standard python is >>> import cmath >>> cmath.sqrt

Re: [matplotlib-devel] Question about install matplotlib package (tk.tcl file on ubuntu)

2007-07-23 Thread Gael Varoquaux
On Mon, Jul 23, 2007 at 08:48:35AM -1000, Eric Firing wrote: > Maybe the solution is to not use checkinstall? Yes, I would: * Not use checkinstall * prefix to /usr/local HTH, Gaël - This SF.net email is sponsored by: Spl

Re: [matplotlib-devel] Question about install matplotlib package (tk.tcl file on ubuntu)

2007-07-23 Thread Eric Firing
Maybe the solution is to not use checkinstall? Eric Xuedong Zhang wrote: > I use the command as follows: > sudo checkinstall python setup.py install --prefix /usr/local > > But the problem is the same. > It seems during the python install, python access the tk module, but the > checkinstall > s

Re: [matplotlib-devel] Question about install matplotlib package (tk.tcl file on ubuntu)

2007-07-23 Thread Xuedong Zhang
I use the command as follows: sudo checkinstall python setup.py install --prefix /usr/local But the problem is the same. It seems during the python install, python access the tk module, but the checkinstall seems think it is modified so should be included in the package? Michael Droettboom 写道: >

Re: [matplotlib-devel] [Enthought-dev] rcParams and validation

2007-07-23 Thread Darren Dale
On Sunday 22 July 2007 02:10:50 pm John Hunter wrote: > On 7/22/07, Dave Peterson <[EMAIL PROTECTED]> wrote: > > Just uploaded a new source tarball that I believe should have this fixed > > so that you don't need to install enthought.resource. Basically, I > > Bingo, I am now getting a working ins

Re: [matplotlib-devel] mathtext baseline

2007-07-23 Thread Michael Droettboom
I suspect my recent mathtext changes will help with Paul's problem. I should probably give a quick update -- I've been coding pretty experimentally lately and didn't want to report on too much if I was likely to back it out later. I've implemented a fairly direct Python translation of the TeX b

Re: [matplotlib-devel] Question about install matplotlib package (tk.tcl file on ubuntu)

2007-07-23 Thread Michael Droettboom
Gael Varoquaux wrote: > On Sat, Jul 21, 2007 at 05:50:19PM -0400, Xuedong Zhang wrote: > >> What I am trying to run is the following command: >> > > >> sudo checkinstall python setup.py install >> > > >> I guess this maybe the problem between checkinstall and matplotlib >> >