-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Resolving Issue #1737 - MacOSX backend unicode problems in python 3.3 #1753
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
of _macosx to overcome change in Py_UNICODE size that occurred in Python3.3
GraphicsContext_draw_image from previous commit.
The Travis build failed initially, but it builds on my machine OSX 10.7.5 using matplotlib at tag v1.2.0, Python 3.3.0 and Numpy 1.7. |
@dmcdougall / @mdehoon - are either of you in a position to try this out? |
@mdehoon wrote:
|
Just a note -- I think this is important enough that we should backport this to |
What's the status of this? I don't have a Mac handy -- if someone can confirm this works on "not Damon's" Mac, I think this looks good to merge. |
This patch works for me |
Resolving Issue #1737 - MacOSX backend unicode problems in python 3.3
This is to resolve an issue with the macosx backend when using Python 3.3 that the text printed during plots is only half of the string. I have resolved my issues, but I would request that someone knowledgable in objective-c and python take a look.