On 01/17/2011 10:24 PM, sprobst wrote:
>
> Hi all,
>
> I want to make a contout plot with a slider element. But I am not sure if it
> is possible at all and if it is possible how.
With contouring, you have to simply remake the ContourSet (that is,
re-run contour) with any change to the data being
Hi all,
I want to make a contout plot with a slider element. But I am not sure if it
is possible at all and if it is possible how.
The code is a mixture of two examples I found in the web. One part is the
slider example of matplotlib
> from pylab import *
>
> N = 50
> x = linspace(.0, 1.0, N