I took the example that ships with 1.3.0 and have modified it to use a grid
layout and show 9 graphs in a 3x3 grid.
When I do this it, other widgets become rather unresponsive.
Is there a way to fix this?
Somehow offload whatever is hogging CPU onto another thread or something?
Below is the code..
(Replying to the list, rather than just George)
On Aug 29, 2013 8:18 AM, "Matt Terry" wrote:
>
> I have 15/17 variants working. each pulling binaries/source from some
combination of macports/brew/python.org/pip on python 2.6, 2.7, 3.2, and
3.3.
>
> https://travis-ci.org/mrterry/mpl_on_travis_mac/
It might be useful to see how macports does it -- their builds have always
worked for me.
George Nurser.
On 23 August 2013 18:53, Chris Barker - NOAA Federal
wrote:
> On Fri, Aug 23, 2013 at 8:14 AM, Matt Terry wrote:
> > I'm banging away at installing MPL on top of python.org's python.
>
> Th
On Wed, Aug 28, 2013 at 06:39:26PM +0200, vwf wrote:
> Hello,
>
> I would like to create a surface with a color provided by an independent
> variable.
Got something working:
import matplotlib.pyplot as plt
import numpy as np
from mpl_toolkits.mplot3d import Axes3D
from matplotlib import cm
fro