matlab (TM)

Actually, since it's the package that most users probably actually want, would it be more suitable to move matplotlib.matlab into matplotlib itself? Then we could simply

import matplotlib

Obviously that would mix the main user routines (plot()...) with the more administrative namespace (get_backend(), is_interactive()...) and maybe you'd want to move those into a separate (always imported) subpackage along the lines of matplotlib.res?

Just an idea.
Jon

···

To: matplotlib-users@lists.sourceforge.net
From: John Hunter <jdhunter@...4...>
Date: Mon, 29 Nov 2004 17:23:04 -0600
Subject: [Matplotlib-users] matlab (TM)

I'm concerned that at some point down the road, The Mathworks may not
like the fact that matplotlib uses the name matlab, which is
trademarked. I think I'll rename the matlab interface to pylab. In
some sense, this name is more appropriate any way, because I'd like to
incorporate the best features of IDL, gnuplot and python, while still
retaining and enhancing core matlab compatibility. I emailed Travis,
who previously used pylab.sf.net before it became part of scipy, and
he didn't have a problem with our using this name. And Fernando
already uses pylab as the option to ipython to make ipython support
matplotlib.

So my plan is to change the name of the matplotlib.matlab module to
matplotlib.pylab, but wanted propose this here first since this will
effect almost every script. It should be an easy search and replace
operation, and I'll probably post a little python script to
recursively replace all matplotlib.matlab references in a given
directory with matplotlib.pylab, since I have a few directories myself
that will need to be renamed.

Comments or objections welcome.

JDH

--
Jon Peirce

This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.

Actually, since it's the package that most users probably actually want,
would it be more suitable to move matplotlib.matlab into matplotlib
itself? Then we could simply

import matplotlib

Obviously that would mix the main user routines (plot()...) with the
more administrative namespace (get_backend(), is_interactive()...) and
maybe you'd want to move those into a separate (always imported)
subpackage along the lines of matplotlib.res?

Just an idea.
Jon

That would introduce some problems if the user wanted to change rc settings,
which currently has to be done before importing matplotlib.matlab.

···

--

Darren

Jon Peirce wrote:

Actually, since it's the package that most users probably actually want,

most, maybe, but not all.

would it be more suitable to move matplotlib.matlab into matplotlib itself? Then we could simply

import matplotlib

please don't' do that. I haven't done much with it yet, but I'm much more interested in using the pythonesque api than the matlabesque one. I'm not using Matlab for a reason.

-Chris

···

--
Christopher Barker, Ph.D.
Oceanographer
                                         
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@...259...