-
Notifications
You must be signed in to change notification settings - Fork 68
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
add OS X matplotlib backend #115
Conversation
Hey thanks a lot for this. If you have the full lab set up already and like check this, could you (the steps are described in Usage:
|
Thanks Mr. Keng! The fix did not pass "codacy/pr" check. Is it because it doesn't like inline if/elif/else statement? |
the Codacy is there to keep the codebase in check - to make code maintainable. |
Just tested. |
With v1.4.3 |
Just find out |
hmm, on quitting grunt it should quit the python subprocesses it spawns, and that should include matplotlib in py. The more elegant solution is to use We actually spent 1 weekend fixing all sorts of nasty backend bugs from the macosx backend and occasionally it blew up with a segfault. so, let's stick with the original backend as is, and I'll add the reasoning into the doc later as well. Thanks again for digging :) |
Cool! For those who insist to use matplotlib v2.0.0, just comment out line 111 |
Addressed in release v1.0.3 |
From issue 114, I added MacOSX matplotlib backend, which allows interactive graphs to be displayed on Mac and it works for both the old matplotlib v1.4.3 and new v2.0.0.