-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
MacOSX backend incorrectly displays plot/scatter under Affine2D transform #1886
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
Comments
The same thing happens with quiver plots. |
Thanks for reporting @jdgleeson (and the comment @goldnd). |
@mdehoon: Any thoughts? |
It looks like b and c in the function _transformation_converter in src/_macosx.m should be switched. |
On 2013-04-09, at 2:03 AM, mdehoon wrote:
--- src/_macosx.m.orig 2012-11-08 09:38:38.000000000 -0700
|
@jdgleeson Thanks for trying this fix. Could you also try the other matplotlib examples to make sure this doesn't introduce some new bug? |
On 2013-04-09, at 6:41 PM, mdehoon wrote:
Ran 1214 tests in 973.796s FAILED (KNOWNFAIL=300, SKIP=3, failures=2) Sorry for the delay; I was trying to install Inkscape and ran into a The two failures are in FAIL: matplotlib.tests.test_text.test_font_styles.test ImageComparisonFailure: images not close: /Users/jdgleeson/ ImageComparisonFailure: images not close: /Users/jdgleeson/ In both cases, all fonts look the same as "Normal Font" I found this issue which may explain it. |
@jdgleeson Thanks! Then at least we know that this fix doesn't introduce new problems, as |
Switching b and c in _transformation_converter to fix issue #1886
The default MacOSX backend does not display the expected output for the following code. Both the QT4Agg and TkAgg backends display correctly.
Code illustrating the problem:
Environment:
TkAgg.png showing expected results (via X11 on my Mac).
MacOSX.png shows incorrect results.
The text was updated successfully, but these errors were encountered: