Re: [matplotlib-devel] Checked in major reorganization of __init__.py

2007-07-05 Thread Eric Firing
Norbert, I just did the rename, and it worked: [EMAIL PROTECTED]:~/programs/py/mpl/matplotlib_units$ svn move lib/matplotlib/rcdefaults.py lib/matplotlib/rcsetup.py A lib/matplotlib/rcsetup.py D lib/matplotlib/rcdefaults.py [EMAIL PROTECTED]:~/programs/py/mpl/matplotlib_units$ sv

Re: [matplotlib-devel] Checked in major reorganization of __init__.py

2007-07-05 Thread Norbert Nemec
I just tried to commit a rename of 'rcdefaults.py' to 'rcsetup.py', but I got an error: - ...$ svn commit -m"renamed rcdefaults.py to rccsetup.py to avoid conflict" Sendingmatplotlib/__init__.py Deleting matplotlib/rcdefaults.py Adding matplotlib/rcsetup.py svn: C

Re: [matplotlib-devel] Checked in major reorganization of __init__.py

2007-07-02 Thread Eric Firing
Norbert, Revision 3445 has some very small changes to fix problems resulting from your reorganization. The questions of module and other naming are still open. Eric - This SF.net email is sponsored by DB2 Express Downloa

Re: [matplotlib-devel] Checked in major reorganization of __init__.py

2007-07-01 Thread Eric Firing
Norbert Nemec wrote: > Hmm - let me think We already have > rc > rcParams > rc_params > rcdefaults > rcParamDefaults > defaultParams > in the main module of maplotlib > > How about calling the new module 'rcdefaultparams.py', simply to make > the confusion complete and

Re: [matplotlib-devel] Checked in major reorganization of __init__.py

2007-06-30 Thread Norbert Nemec
Hmm - let me think We already have rc rcParams rc_params rcdefaults rcParamDefaults defaultParams in the main module of maplotlib How about calling the new module 'rcdefaultparams.py', simply to make the confusion complete and because I really feel that no other name wo

Re: [matplotlib-devel] Checked in major reorganization of __init__.py

2007-06-30 Thread John Hunter
On 6/30/07, Norbert Nemec <[EMAIL PROTECTED]> wrote: > Hi there, > > I just checked in some major reorganization work in __init__.py > > The main intention was to move the list of option defaults to a separate > file 'rcdefaults.py' that could be imported from setup.py to access the > settings with

[matplotlib-devel] Checked in major reorganization of __init__.py

2007-06-30 Thread Norbert Nemec
Hi there, I just checked in some major reorganization work in __init__.py The main intention was to move the list of option defaults to a separate file 'rcdefaults.py' that could be imported from setup.py to access the settings with minimal dependencies on the remaining code. To do so, I had to