using PyPlot, Interact

f = figure()
@manipulate for p in 1:10
      withfig(f) do
            ...plot commands with parameter p...
      end
end

There are some other plotting examples with @manipulate in the Interact docs. 

Reply via email to