Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I am seeing a Seqfault with the WX backend using WX Classing (3.03 from homebrew on OSX 10.10) Following the merge of #3421
Sorry I should have tested this earlier but did not get round to it.
Doing
import matplotlib matplotlib.use('WXAgg') import matplotlib.pyplot as plt plt.plot(range(100)) plt.show()
Results in a seqfault when run with python 2.7.9 and WX 3.03 classic
https://gist.github.com/jenshnielsen/0106d0b963ba50268824
The text was updated successfully, but these errors were encountered:
attn: @wernerfb
Sorry, something went wrong.
Hhm, can't test on Mac, but will look into this on Windows. Never used mpl.pyplot so might take a bit of time.
closed by #4479
No branches or pull requests
I am seeing a Seqfault with the WX backend using WX Classing (3.03 from homebrew on OSX 10.10)
Following the merge of #3421
Sorry I should have tested this earlier but did not get round to it.
Doing
Results in a seqfault when run with python 2.7.9 and WX 3.03 classic
https://gist.github.com/jenshnielsen/0106d0b963ba50268824
The text was updated successfully, but these errors were encountered: