On Sat, Jul 26, 2008 at 7:19 AM, David M. Kaplan <[EMAIL PROTECTED]> wrote:

> I started looking at this reorganization, but it seems to me that mlab
> already has a number of functions that don't seem to have much to do
> with its initial purpose - matlab compatibility.  This was pretty
> confusing for me when I initially started using matplotlib as the mlab
> namespace was a mix of familiar and unfamiliar.

I'm not too keen on having general math in one module and matlab
compatible math in another, in part because this will be confusing to
folks not too familiar with matlab, and as time passes (I never use it
anymore) that is starting to include me.  I think we could avoid some
confusion by simply fixing the docstring in mlab.  So I'd rather put
all the math stuff in mlab, and possibly pull the geometry specific
stuff into a separate module.

> As these changes may be debatable, I haven't committed them.  Instead, I
> am attaching a patchset.  I probably won't check email this weekend, so
> I will let the powers that be decide what to do with this.

OK, thanks.  I will try nd look at this over the weekend.

> Along the way, I noticed these is some duplication in the examples
> directory between pylab_examples and mpl_examples.

mpl_examples is a sym link we use for the rest doc builds so the
examples can be included w/o the doc writer needing to know the path
structure.  That way if we want to reorganize later, we can update the
symlink rather than all the docs

[EMAIL PROTECTED]:mpl> ls -ld lib/mpl_examples
lrwxrwxrwx 1 jdhunter jdhunter 11 2008-07-25 20:37 lib/mpl_examples ->
../examples
[EMAIL PROTECTED]:mpl> ls -ld doc/mpl_examples
lrwxrwxrwx 1 jdhunter jdhunter 12 2008-06-02 07:31 doc/mpl_examples ->
../examples/

JDH

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to