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
John Hunter wrote:
> On 6/30/07, Eric Firing <[EMAIL PROTECTED]> wrote:
>> Mike,
>>
>> All this sounds like great progress--thanks! I particularly appreciate
>> the descriptions of what problems you found and how you found them.
>>
>> John et al.: is there a maintainer for each of these backends?
On 6/30/07, Eric Firing <[EMAIL PROTECTED]> wrote:
> Mike,
>
> All this sounds like great progress--thanks! I particularly appreciate
> the descriptions of what problems you found and how you found them.
>
> John et al.: is there a maintainer for each of these backends? I think
gtk: Steve Chapli
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
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
I haven't tried the svn version yet, but it looks like it does basically the
same thing as my version. The only thing different with mine I think is that
if there are empty directories, I don't add them to the list.
On 6/30/07, Andrew Straw <[EMAIL PROTECTED]> wrote:
Dear Tim,
I checked in a s
Mike,
All this sounds like great progress--thanks! I particularly appreciate
the descriptions of what problems you found and how you found them.
John et al.: is there a maintainer for each of these backends? I think
it is very important that Mike's patches be checked out and applied ASAP
if
Dear Tim,
I checked in a similar patch from Tocer a couple days ago. Does your
version do anything different? Does the version in svn work for you?
http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/matplotlib/__init__.py?r1=3391&r2=3418
(Sorry, I don't really use Windo