Re: [python-uk] Matplotlib show() doesn't display on OS X

2016-04-26 Thread Simon Walker via python-uk
Otherwise, it might be worth playing around with your render backend. In your code, you can add the following snipped *before* any other imports of matplotlib: import matplotlib matplotlib.use('TkAgg') import matplotlib.pyplot as plt Other options are: Qt4Agg, MacOSX It's possible

Re: [python-uk] Matplotlib show() doesn't display on OS X

2016-04-25 Thread Pepper R.
Are you sure it's not gone behind your other windows? This is what seems to happen by default on OS X with matplotlib. R From: python-uk [python-uk-bounces+rp20g15=soton.ac...@python.org] on behalf of gvim [gvi...@gmail.com] Sent: 25 April 2016 19:28 To: