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
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
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
> "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
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.
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