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
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