Re: [Matplotlib-users] TkAgg problem: blank plot on MacOS

2014-10-17 Thread Russell Owen
On 10/15/14 3:19 PM, Russell Owen wrote: > I have a polar graph that works fine on linux but is blank on MacOS > 10.9. Here is a minimal working example (using the API because it is > part of a larger Tkinter application): > > #!/usr/bin/env python2 > import Tkinter > import matplotlib > from matpl

[Matplotlib-users] TkAgg problem: blank plot on MacOS

2014-10-15 Thread Russell Owen
I have a polar graph that works fine on linux but is blank on MacOS 10.9. Here is a minimal working example (using the API because it is part of a larger Tkinter application): #!/usr/bin/env python2 import Tkinter import matplotlib from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg