Re: [Matplotlib-users] subplot does not work in svn

2007-01-31 Thread Eric Firing
Chris, My guess is that you have some combination of 0.87.7 and svn; the traceback says 0.87.7, and the KeyError is because of an addition to rcParams since 0.87.7. Try this: In [1]:import matplotlib In [2]:matplotlib.rcParams Out[2]: {'axes.axisbelow': False, 'axes.edgecolor': 'k', 'axes

Re: [Matplotlib-users] subplot does not work in svn

2007-01-31 Thread Chris Fonnesbeck
On 1/31/07, John Hunter <[EMAIL PROTECTED]> wrote: > "Chris" == Chris Fonnesbeck <[EMAIL PROTECTED]> writes: Chris> The thing is, I deleted my entire ~/.matplotlib directory, Chris> hoping to start clean. Where does matplotlib get its info Chris> when a .matplotlibrc is not present

Re: [Matplotlib-users] subplot does not work in svn

2007-01-31 Thread Fernando Perez
On 1/31/07, Chris Fonnesbeck <[EMAIL PROTECTED]> wrote: > I am still getting this problem. Here is an ipython traceback of a very > simple plot: > > In [1]: from pylab import * Chris, try xmode verbose in ipython right before running your code. This will make the traceback dump even more deta

Re: [Matplotlib-users] subplot does not work in svn

2007-01-31 Thread John Hunter
> "Chris" == Chris Fonnesbeck <[EMAIL PROTECTED]> writes: Chris> The thing is, I deleted my entire ~/.matplotlib directory, Chris> hoping to start clean. Where does matplotlib get its info Chris> when a .matplotlibrc is not present in my home directory? It first looks in the curre

Re: [Matplotlib-users] subplot does not work in svn

2007-01-31 Thread Chris Fonnesbeck
On 1/6/07, Eric Firing <[EMAIL PROTECTED]> wrote: Chris, I suspect it is a problem with your matplotlibrc file; you could try stripping it down to bare minimum, as in the svn root directory. Another possibility is that your update is somehow incomplete or scrambled with an earlier installation.

Re: [Matplotlib-users] subplot does not work in svn

2007-01-06 Thread Eric Firing
Chris, I suspect it is a problem with your matplotlibrc file; you could try stripping it down to bare minimum, as in the svn root directory. Another possibility is that your update is somehow incomplete or scrambled with an earlier installation. If that doesn't work, try making a minimal scrip