-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
recursive import : bug in cbook.unicode_safe #593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
What version of matplotlib are you referring to? |
I'm using 1.1, downloaded a few days ago I've commented that clause to obtain as follows c:\code\trunk\OPL\opl\test>plottemporal.py On Wed, Nov 16, 2011 at 8:25 PM, Michael Droettboom <
|
My apologies, I realize I read your mail too quickly: The bug is that matplotlib.rcParams raises an AttributeError. The exception Regards, On Wed, Nov 16, 2011 at 10:01 PM, Pol d'Avezac [email protected]:
|
Thanks for clarifying. I'll have a fix for this shortly. |
@poldavezac: When you get a chance, can you confirm this patch fixes the issue for you? |
Yes it works Thanks, On Thu, Nov 17, 2011 at 5:46 PM, Michael Droettboom <
|
recursive import : bug in cbook.unicode_safe
@mdboom: can you merge it into the master branch? currently it gives a merge conflict. |
@leejjoon: Done |
I find the following recursive import :
matplotlib.init --> matplotlib.rcsetup --> matplotlib.colors --> matplotlib.cbook --> matplotlib.init
with :
- matplotlib.rcsetup imported line 133
- matplotlib.rcParams defined much later
- and cbook asking for rcParams["axes.formatter.use_local"]