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 script that illustrates the 
problem.

examples/newscalarformatter_demo.py works fine, so I don't think the 
basic subplot mechanism is broken.

Chris Fonnesbeck wrote:
> I have just updated to a matplotlib build from SVN, and now all my 
> subplots generate errors:
> 
> (Pdb) rows
> Out[3]: 2
> (Pdb) columns
> Out[3]: 2
> (Pdb) num
> Out[3]: 1
> (Pdb) subplot(rows, columns, num)
> *** KeyError: 'axes.formatter.limits'

I think this is a valid key in rcParams.

Doesn't the error trigger a full traceback that shows where it is coming 
from?

Eric

> 
> I really dont know why this is happening, so I would appreciate any 
> assistance.
> 
> Thanks,
> Chris
> 
> -- 
> Chris Fonnesbeck + Atlanta, GA + http://trichech.us

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to